From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 00:44:40 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D88106569E for ; Sun, 12 Oct 2008 00:44:39 +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 613DF8FC17 for ; Sun, 12 Oct 2008 00:44:39 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C0idBp064979 for ; Sun, 12 Oct 2008 00:44:39 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C0id9g064978 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 00:44:39 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810120044.m9C0id9g064978@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sun, 12 Oct 2008 00:44:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/nscd agent.c cachelib.c cacheplcs.c config.c hashtable.h mp_rs_query.c mp_ws_query.c nscd.c nscdcli.c query.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 00:44:40 -0000 delphij 2008-10-12 00:44:27 UTC FreeBSD src repository Modified files: usr.sbin/nscd agent.c cachelib.c cacheplcs.c config.c hashtable.h mp_rs_query.c mp_ws_query.c nscd.c nscdcli.c query.c Log: SVN rev 183770 on 2008-10-12 00:44:27Z by delphij Reduce code duplication: use calloc instead of allocing and memset afterward. Approved by: bushman Revision Changes Path 1.3 +1 -2 src/usr.sbin/nscd/agent.c 1.3 +11 -27 src/usr.sbin/nscd/cachelib.c 1.3 +4 -8 src/usr.sbin/nscd/cacheplcs.c 1.3 +7 -16 src/usr.sbin/nscd/config.c 1.3 +1 -3 src/usr.sbin/nscd/hashtable.h 1.4 +1 -3 src/usr.sbin/nscd/mp_rs_query.c 1.4 +2 -5 src/usr.sbin/nscd/mp_ws_query.c 1.6 +3 -7 src/usr.sbin/nscd/nscd.c 1.4 +1 -2 src/usr.sbin/nscd/nscdcli.c 1.5 +7 -19 src/usr.sbin/nscd/query.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 02:31:11 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BE141065693 for ; Sun, 12 Oct 2008 02:31:11 +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 000FA8FC12 for ; Sun, 12 Oct 2008 02:31:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C2VAXS098139 for ; Sun, 12 Oct 2008 02:31:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C2VAgi098138 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 02:31:10 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810120231.m9C2VAgi098138@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 12 Oct 2008 02:31:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/mips machdep.c pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 02:31:11 -0000 imp 2008-10-12 02:31:09 UTC FreeBSD src repository Modified files: sys/mips/mips machdep.c pmap.c Log: SVN rev 183771 on 2008-10-12 02:31:09Z by imp opt_msgbuf.h is needed for MSGBUF_SIZE overrides, if any. Submitted by: alc@ Revision Changes Path 1.5 +2 -1 src/sys/mips/mips/machdep.c 1.9 +1 -0 src/sys/mips/mips/pmap.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 02:53:15 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E1751065688 for ; Sun, 12 Oct 2008 02:53:15 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9878FC1B for ; Sun, 12 Oct 2008 02:53:15 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C2rFrp005913 for ; Sun, 12 Oct 2008 02:53:15 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C2rExa005912 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 02:53:14 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810120253.m9C2rExa005912@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sun, 12 Oct 2008 02:52:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release 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, 12 Oct 2008 02:53:15 -0000 kensmith 2008-10-12 02:52:56 UTC FreeBSD src repository Modified files: release Makefile Log: SVN rev 183772 on 2008-10-12 02:52:56Z by kensmith Add a build knob MAKE_DVD to control on a per-architecture basis whether or not to build a tree used for the creation of a DVD image. If that is enabled set up a DVD tree by installing everything we normally install to the individual CDROM trees into the one DVD tree. The result is one image with all the install bits, livefs bits, and doc bits suitable for burning to a DVD instead of CDROM. Enable building the DVD for amd64 and i386. MFC after: 1 week Revision Changes Path 1.934 +74 -0 src/release/Makefile From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 06:58:18 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B1C106568C for ; Sun, 12 Oct 2008 06:58:18 +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 399498FC16 for ; Sun, 12 Oct 2008 06:58:18 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C6wIOQ098381 for ; Sun, 12 Oct 2008 06:58:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C6wI3N098380 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 06:58:18 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810120658.m9C6wI3N098380@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 12 Oct 2008 06:58:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/etc.mips ttys X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 06:58:18 -0000 imp 2008-10-12 06:58:03 UTC FreeBSD src repository Modified files: etc/etc.mips ttys Log: SVN rev 183773 on 2008-10-12 06:58:03Z by imp Add entries for uart based serial ports. All the serial ports on mips so far are uart subclasses. Also, turn uart0 on by default. Revision Changes Path 1.4 +4 -4 src/etc/etc.mips/ttys From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 07:24:49 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACCE01065694 for ; Sun, 12 Oct 2008 07:24:49 +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 823D08FC14 for ; Sun, 12 Oct 2008 07:24:49 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C7Onp4001627 for ; Sun, 12 Oct 2008 07:24:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C7Onpm001626 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 07:24:49 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810120724.m9C7Onpm001626@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 12 Oct 2008 07:24:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mmc mmcsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 07:24:49 -0000 imp 2008-10-12 07:24:31 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcsd.c Log: SVN rev 183774 on 2008-10-12 07:24:31Z by imp Print the cards natural size. Move nested tertiary operator expressions into their own function. Remove extra blank line. cache sd->disk in 'd' to make the code easier to read. Revision Changes Path 1.12 +58 -24 src/sys/dev/mmc/mmcsd.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 07:30:20 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 812A61065687 for ; Sun, 12 Oct 2008 07:30:20 +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 561DE8FC12 for ; Sun, 12 Oct 2008 07:30:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C7UKHN002125 for ; Sun, 12 Oct 2008 07:30:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C7UKAx002124 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 07:30:20 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810120730.m9C7UKAx002124@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 12 Oct 2008 07:30:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mmc mmc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 07:30:20 -0000 imp 2008-10-12 07:30:05 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183775 on 2008-10-12 07:30:05Z by imp style(9): spaces around operators. Revision Changes Path 1.25 +12 -8 src/sys/dev/mmc/mmc.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 08:23:07 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5702710656C0 for ; Sun, 12 Oct 2008 08:23:06 +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 BB6DF8FC16 for ; Sun, 12 Oct 2008 08:23:06 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C8N6rY007333 for ; Sun, 12 Oct 2008 08:23:06 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C8N6iN007332 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 08:23:06 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200810120823.m9C8N6iN007332@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sun, 12 Oct 2008 08:22:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 08:23:07 -0000 simon 2008-10-12 08:22:53 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: SVN rev 183776 on 2008-10-12 08:22:53Z by simon ncr(4) is not supported on sparc64. See also: r183762 Revision Changes Path 1.106 +1 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 10:03:57 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52EA31065687 for ; Sun, 12 Oct 2008 10:03:57 +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 3FE6E8FC1F for ; Sun, 12 Oct 2008 10:03:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CA3vWw027437 for ; Sun, 12 Oct 2008 10:03:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CA3vrr027436 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 10:03:57 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810121003.m9CA3vrr027436@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 12 Oct 2008 10:03:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/fs/portalfs portal_vnops.c src/sys/kern uipc_usrreq.c src/sys/sys un.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, 12 Oct 2008 10:03:57 -0000 rwatson 2008-10-12 10:03:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/portalfs portal_vnops.c sys/kern uipc_usrreq.c sys/sys un.h Log: SVN rev 183795 on 2008-10-12 10:03:11Z by rwatson Merge r183572, r173649, r183650, r183690, and r183764 from head to stable/7: Further minor cleanups to UNIX domain sockets: - Staticize and locally prototype functions uipc_ctloutput(), unp_dispose(), unp_init(), and unp_externalize(), none of which have been required outside of uipc_usrreq.c since uipc_proto.c was removed. - Remove stale prototype for uipc_usrreq(), which has not existed in the code since 1997 - Forward declare and staticize uipc_usrreqs structure in uipc_usrreq.c and not un.h. - Comment on why uipc_connect2() is still non-static -- it is used directly by fifofs. - Remove stale comments, tidy up whitespace. Use soconnect2() rather than directly invoking uipc_connect2() to interconnect two UNIX domain sockets. Now that portalfs doesn't directly invoke uipc_connect2(), make it a static symbol. Remove stale comment (and XXX saying so) about why we zero the file descriptor pointer in unp_freerights: we can no longer recurse into unp_gc due to unp_gc being invoked in a deferred way, but it's still a good idea. Remove stale comment: while uipc_connect2() was, until recently, not static so it could be used by fifofs (actually portalfs), it is now static. Submitted by: kensmith Approved by: re (kensmith) Revision Changes Path 1.73.2.1 +1 -1 src/sys/fs/portalfs/portal_vnops.c 1.206.2.6 +15 -31 src/sys/kern/uipc_usrreq.c 1.29.10.1 +2 -16 src/sys/sys/un.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 18:49:10 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 137A41065689 for ; Sun, 12 Oct 2008 18:49:10 +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 DC07A8FC12 for ; Sun, 12 Oct 2008 18:49:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CIn9jH040391 for ; Sun, 12 Oct 2008 18:49:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CIn9l1040390 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 18:49:09 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810121849.m9CIn9l1040390@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 12 Oct 2008 18:49:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern sys_socket.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 18:49:10 -0000 rwatson 2008-10-12 18:49:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern sys_socket.c Log: SVN rev 183804 on 2008-10-12 18:49:07Z by rwatson Merge r183661 from head to stable/7: Lock receive socket buffer in soo_stat() rather than commenting that we should lock it, which may marginally improve the consistency of the results. Remove comment. Approved by: re (gnn) Revision Changes Path 1.73.2.2 +4 -5 src/sys/kern/sys_socket.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 19:19:40 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B86F810656C2 for ; Sun, 12 Oct 2008 19:19:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DBE28FC14 for ; Sun, 12 Oct 2008 19:19:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CJJesW043750 for ; Sun, 12 Oct 2008 19:19:40 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CJJeSc043749 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 19:19:40 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810121919.m9CJJeSc043749@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 12 Oct 2008 19:19:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mmc mmcsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 19:19:40 -0000 mav 2008-10-12 19:19:26 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcsd.c Log: SVN rev 183805 on 2008-10-12 19:19:26Z by mav Use GB suffix only from 10GB instead of 1GB. There are lot of cards with uneven sizes and too strong rounding will lead to very significant rounding errors. Reviewed by: imp@ Revision Changes Path 1.13 +1 -1 src/sys/dev/mmc/mmcsd.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 19:23:26 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A221065686 for ; Sun, 12 Oct 2008 19:23:26 +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 59CEE8FC2D for ; Sun, 12 Oct 2008 19:23:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CJNQHw044104 for ; Sun, 12 Oct 2008 19:23:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CJNQIJ044103 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 19:23:26 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810121923.m9CJNQIJ044103@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 12 Oct 2008 19:23:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/portalfs portal_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: Sun, 12 Oct 2008 19:23:26 -0000 rwatson 2008-10-12 19:23:02 UTC FreeBSD src repository Modified files: sys/fs/portalfs portal_vnops.c Log: SVN rev 183806 on 2008-10-12 19:23:02Z by rwatson The locking in portalfs's socket connect code is no less correct than identical code in connect(2), so remove XXX that it might be incorrect. MFC after: 3 days Revision Changes Path 1.79 +0 -1 src/sys/fs/portalfs/portal_vnops.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 20:01:42 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F17551065690 for ; Sun, 12 Oct 2008 20:01:42 +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 C75808FC12 for ; Sun, 12 Oct 2008 20:01:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CK1gLd046995 for ; Sun, 12 Oct 2008 20:01:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CK1gbx046994 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 20:01:42 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810122001.m9CK1gbx046994@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 12 Oct 2008 20:01:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 udp6_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 20:01:43 -0000 rwatson 2008-10-12 20:01:32 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: SVN rev 183807 on 2008-10-12 20:01:32Z by rwatson When disconnecting a UDPv6 socket, acquire the socket lock around the changing of the so_state field, as is done in UDPv4. Remove XXX locking comment. MFC after: 3 days Revision Changes Path 1.97 +2 -1 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 20:03:28 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC0DB106568E for ; Sun, 12 Oct 2008 20:03:28 +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 81E5E8FC17 for ; Sun, 12 Oct 2008 20:03:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CK3SZ9048259 for ; Sun, 12 Oct 2008 20:03:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CK3SIt048258 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 20:03:28 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810122003.m9CK3SIt048258@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 12 Oct 2008 20:03:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 20:03:28 -0000 rwatson 2008-10-12 20:03:17 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: SVN rev 183808 on 2008-10-12 20:03:17Z by rwatson Downgrade XXX to a Note for fgetsock() and fputsock(). MFC after: 3 days Revision Changes Path 1.338 +2 -2 src/sys/kern/kern_descrip.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 20:07:14 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3752106568F for ; Sun, 12 Oct 2008 20:07:14 +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 891708FC16 for ; Sun, 12 Oct 2008 20:07:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CK7ERW048588 for ; Sun, 12 Oct 2008 20:07:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CK7Eam048587 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 20:07:14 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810122007.m9CK7Eam048587@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 12 Oct 2008 20:06:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 20:07:14 -0000 rwatson 2008-10-12 20:06:59 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: SVN rev 183809 on 2008-10-12 20:06:59Z by rwatson Turn XXX's for unlocked writes of NFS server statistics to simple notes, as we consider it a feature to exchange performance for consistency. MFC after: 3 days Revision Changes Path 1.186 +2 -2 src/sys/nfsserver/nfs_serv.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 21:42:32 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A87DA10657B0 for ; Sun, 12 Oct 2008 21:42:32 +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 7C9A68FC18 for ; Sun, 12 Oct 2008 21:42:32 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CLgW6N066797 for ; Sun, 12 Oct 2008 21:42:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CLgWxh066796 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 21:42:32 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810122142.m9CLgWxh066796@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 12 Oct 2008 21:42:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 21:42:32 -0000 mav 2008-10-12 21:42:21 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183810 on 2008-10-12 21:42:21Z by mav Fix bug in a second call of the channel allocation function. This should fix crash on systems where two audio codecs connected to the same HDA bus. Revision Changes Path 1.62 +1 -2 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 21:46:33 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90EB21065689 for ; Sun, 12 Oct 2008 21:46:33 +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 6628A8FC12 for ; Sun, 12 Oct 2008 21:46:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CLkX8j067143 for ; Sun, 12 Oct 2008 21:46:33 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CLkXb0067142 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 21:46:33 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810122146.m9CLkXb0067142@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 12 Oct 2008 21:46:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 21:46:33 -0000 mav 2008-10-12 21:46:11 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183811 on 2008-10-12 21:46:11Z by mav Bump driver revision after the previous commit. Revision Changes Path 1.63 +1 -1 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 23:19:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ED691065794 for ; Sun, 12 Oct 2008 23:19:35 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 221B48FC1D for ; Sun, 12 Oct 2008 23:19:35 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CNJZOH076316 for ; Sun, 12 Oct 2008 23:19:35 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CNJZKX076315 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 23:19:35 GMT (envelope-from csjp@repoman.freebsd.org) Message-Id: <200810122319.m9CNJZKX076315@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to csjp@repoman.freebsd.org using -f From: "Christian S.J. Peron" Date: Sun, 12 Oct 2008 23:19:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/netinet/libalias alias_db.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 23:19:35 -0000 csjp 2008-10-12 23:19:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet/libalias alias_db.c Log: SVN rev 183812 on 2008-10-12 23:19:23Z by csjp MFC revision 183744 Improve entropy in source port generation for libalias consumers. Approved by: re (kib) Revision Changes Path 1.71.2.2 +6 -6 src/sys/netinet/libalias/alias_db.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 23:47:21 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A64410656CE for ; Sun, 12 Oct 2008 23:47:21 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E24F68FC16 for ; Sun, 12 Oct 2008 23:47:20 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9CNlKsR078424 for ; Sun, 12 Oct 2008 23:47:20 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9CNlKDm078423 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 23:47:20 GMT (envelope-from csjp@repoman.freebsd.org) Message-Id: <200810122347.m9CNlKDm078423@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to csjp@repoman.freebsd.org using -f From: "Christian S.J. Peron" Date: Sun, 12 Oct 2008 23:47:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/netinet/libalias alias_db.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 12 Oct 2008 23:47:21 -0000 csjp 2008-10-12 23:47:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet/libalias alias_db.c Log: SVN rev 183813 on 2008-10-12 23:47:06Z by csjp MFC revision 183744 Improve entropy in source port generation for libalias consumers. Approved by: re (kib) Revision Changes Path 1.67.2.4 +6 -6 src/sys/netinet/libalias/alias_db.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 01:11:38 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F2A6106572E for ; Mon, 13 Oct 2008 01:11: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 E16A88FC13 for ; Mon, 13 Oct 2008 01:11:37 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9D1Bbdh096870 for ; Mon, 13 Oct 2008 01:11:37 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9D1Bbmc096869 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 01:11:37 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200810130111.m9D1Bbmc096869@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 13 Oct 2008 01:11:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/jme if_jme.c if_jmereg.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, 13 Oct 2008 01:11:38 -0000 yongari 2008-10-13 01:11:28 UTC FreeBSD src repository Modified files: sys/dev/jme if_jme.c if_jmereg.h Log: SVN rev 183814 on 2008-10-13 01:11:28Z by yongari Read PCI device id instead of PCI revision id. Also checks the read device id is JMC260 family. Previously it just verified the deivce is JMC260 Rev A0. This will make it easy for newer JMC2xx support. Pointed out by: bouyer at NetBSD Revision Changes Path 1.7 +2 -2 src/sys/dev/jme/if_jme.c 1.4 +2 -0 src/sys/dev/jme/if_jmereg.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 06:08:15 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 263AD1065740 for ; Mon, 13 Oct 2008 06:08:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 804BB8FC4C for ; Mon, 13 Oct 2008 06:08:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9D68B1j034686 for ; Mon, 13 Oct 2008 06:08:11 GMT (envelope-from bms@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9D68B07034685 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 06:08:11 GMT (envelope-from bms@repoman.freebsd.org) Message-Id: <200810130608.m9D68B07034685@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bms@repoman.freebsd.org using -f From: Bruce M Simpson Date: Mon, 13 Oct 2008 06:07:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.mips.cfe X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 06:08:15 -0000 bms 2008-10-13 06:07:58 UTC FreeBSD src repository Modified files: sys/conf ldscript.mips.cfe Log: SVN rev 183815 on 2008-10-13 06:07:58Z by bms Fix the CFE ldscript after the cutover to tradmips. Diff minimization against ldscript.mips. Note: CFE will not load PT_DYNAMIC segments, therefore the dynamic sections have been placed in a PT_LOAD segment for now. This is not too efficient in terms of memory use, they should probably get placed in the text segment. Revision Changes Path 1.3 +66 -22 src/sys/conf/ldscript.mips.cfe From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 06:25:42 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D973F1065687 for ; Mon, 13 Oct 2008 06:25:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF6178FC0A for ; Mon, 13 Oct 2008 06:25:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9D6PgLx036179 for ; Mon, 13 Oct 2008 06:25:42 GMT (envelope-from bms@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9D6PgAU036178 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 06:25:42 GMT (envelope-from bms@repoman.freebsd.org) Message-Id: <200810130625.m9D6PgAU036178@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bms@repoman.freebsd.org using -f From: Bruce M Simpson Date: Mon, 13 Oct 2008 06:25:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/conf SENTRY5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 06:25:42 -0000 bms 2008-10-13 06:25:28 UTC FreeBSD src repository Modified files: sys/mips/conf SENTRY5 Log: SVN rev 183816 on 2008-10-13 06:25:28Z by bms Point this config at the required linker script. Revision Changes Path 1.5 +2 -0 src/sys/mips/conf/SENTRY5 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 12:28:47 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A1D910656EB for ; Mon, 13 Oct 2008 12:28:47 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DFCD8FC20 for ; Mon, 13 Oct 2008 12:28:47 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DCSle1083773 for ; Mon, 13 Oct 2008 12:28:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DCSlSi083772 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 12:28:47 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200810131228.m9DCSlSi083772@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Mon, 13 Oct 2008 12:28:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 12:28:47 -0000 des 2008-10-13 12:28:33 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: SVN rev 183817 on 2008-10-13 12:28:33Z by des Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4. MFC after: 3 days Revision Changes Path 1.66 +4 -4 src/sys/dev/puc/pucdata.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 12:45:33 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4881065690 for ; Mon, 13 Oct 2008 12:45:33 +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 F236D8FC20 for ; Mon, 13 Oct 2008 12:45:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DCjWF9085194 for ; Mon, 13 Oct 2008 12:45:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DCjWSu085193 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 12:45:32 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810131245.m9DCjWSu085193@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 13 Oct 2008 12:45:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/i386/include profile.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 12:45:33 -0000 kib 2008-10-13 12:45:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/include profile.h Log: SVN rev 183818 on 2008-10-13 12:45:18Z by kib MFC r180756 (by luoqi): Unbreak cc -pg support on i386 by changing mcount() to always preserve %ecx. Approved by: re (kensmith) Revision Changes Path 1.42.2.1 +10 -1 src/sys/i386/include/profile.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 13:01:43 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AF7D1065697 for ; Mon, 13 Oct 2008 13:01:43 +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 F27988FC0C for ; Mon, 13 Oct 2008 13:01:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DD1g1O095990 for ; Mon, 13 Oct 2008 13:01:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DD1gOi095989 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 13:01:42 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810131301.m9DD1gOi095989@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 13 Oct 2008 13:00:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_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, 13 Oct 2008 13:01:43 -0000 kib 2008-10-13 13:00:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_map.c Log: SVN rev 183819 on 2008-10-13 13:00:21Z by kib MFC r183600: Change the linprocfs /maps and procfs /map handlers to use sbuf instead of doing uiomove. Approved by: re (kensmith) Revision Changes Path 1.115.2.3 +5 -29 src/sys/compat/linprocfs/linprocfs.c 1.40.2.1 +7 -29 src/sys/fs/procfs/procfs_map.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 13:56:34 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A2C51065753 for ; Mon, 13 Oct 2008 13:56: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 03FA38FC0C for ; Mon, 13 Oct 2008 13:56:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DDuVsh001640 for ; Mon, 13 Oct 2008 13:56:31 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DDuUeP001639 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 13:56:30 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810131356.m9DDuUeP001639@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 13 Oct 2008 13:56:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs pass5.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 13:56:34 -0000 kib 2008-10-13 13:56:23 UTC FreeBSD src repository Modified files: sbin/fsck_ffs pass5.c Log: SVN rev 183820 on 2008-10-13 13:56:23Z by kib check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to file systems less than 1 TB, due to using 32-bits integers for file system block numbers. This also causes incorrect error reporting for foreground fsck. Convert it to use ufs2_daddr_t for block numbers. PR: kern/127951 Submitted by: tegge MFC after: 1 week Revision Changes Path 1.44 +27 -15 src/sbin/fsck_ffs/pass5.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 14:01:16 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E225B1065692 for ; Mon, 13 Oct 2008 14:01:16 +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 B7DD28FC2C for ; Mon, 13 Oct 2008 14:01:16 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DE1GOB002003 for ; Mon, 13 Oct 2008 14:01:16 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DE1Gc7002001 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 14:01:16 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810131401.m9DE1Gc7002001@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 13 Oct 2008 14:01:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs pass5.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 14:01:17 -0000 kib 2008-10-13 14:01:05 UTC FreeBSD src repository Modified files: sbin/fsck_ffs pass5.c Log: SVN rev 183821 on 2008-10-13 14:01:05Z by kib Background fsck applies twice some summary totals changes. The next background fsck on the same file system might then print negative numbers for reclaimed directories/files/fragments. Address the issue in a limited degree, by using old summary data for cg when bgfsck is performed. Submitted by: tegge MFC after: 1 week Revision Changes Path 1.45 +11 -4 src/sbin/fsck_ffs/pass5.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 14:05:17 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0E86106568E for ; Mon, 13 Oct 2008 14:05:17 +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 8573F8FC12 for ; Mon, 13 Oct 2008 14:05:17 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DE5HQC003473 for ; Mon, 13 Oct 2008 14:05:17 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DE5HrP003472 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 14:05:17 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810131405.m9DE5HrP003472@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 13 Oct 2008 14:05:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 14:05:17 -0000 kib 2008-10-13 14:05:01 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: SVN rev 183822 on 2008-10-13 14:05:01Z by kib Sync up summary information for cylinder groups while data is already in memory during snapshot creation. This improves the results of the background fsck. Submitted by: tegge MFC after: 1 week Revision Changes Path 1.146 +7 -0 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 16:14:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01447106579A for ; Mon, 13 Oct 2008 16:14:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA5C38FC19 for ; Mon, 13 Oct 2008 16:14:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DGEYGc016559 for ; Mon, 13 Oct 2008 16:14:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DGEYqr016558 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 16:14:34 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810131614.m9DGEYqr016558@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 13 Oct 2008 16:14:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/boot/i386/libi386 bootinfo64.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 16:14:35 -0000 jhb 2008-10-13 16:14:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/i386/libi386 bootinfo64.c Log: SVN rev 183823 on 2008-10-13 16:14:21Z by jhb MFC: Fail requests to boot an amd64 kernel on an i386-only CPU. Approved by: re (kib) Revision Changes Path 1.37.2.1 +47 -1 src/sys/boot/i386/libi386/bootinfo64.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 16:46:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C457C10656A9 for ; Mon, 13 Oct 2008 16:46:35 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 991C98FC19 for ; Mon, 13 Oct 2008 16:46:35 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DGkZOX019037 for ; Mon, 13 Oct 2008 16:46:35 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DGkZ6f019036 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 16:46:35 GMT (envelope-from csjp@repoman.freebsd.org) Message-Id: <200810131646.m9DGkZ6f019036@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to csjp@repoman.freebsd.org using -f From: "Christian S.J. Peron" Date: Mon, 13 Oct 2008 16:46:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/security/audit audit.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 16:46:35 -0000 csjp 2008-10-13 16:46:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.c Log: SVN rev 183824 on 2008-10-13 16:46:24Z by csjp MFC change 181604 Fix preselection on auditpipes if they have a different selection mask Approved by: re (kib) Revision Changes Path 1.33.2.10 +2 -1 src/sys/security/audit/audit.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:14:40 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95987106569E for ; Mon, 13 Oct 2008 17:14:40 +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 B32D28FC15 for ; Mon, 13 Oct 2008 17:14:36 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHEa5E031716 for ; Mon, 13 Oct 2008 17:14:36 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHEamU031715 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:14:36 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200810131714.m9DHEamU031715@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 13 Oct 2008 17:14:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/libofw ofw_disk.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 17:14:40 -0000 nwhitehorn 2008-10-13 17:14:29 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw ofw_disk.c Log: SVN rev 183825 on 2008-10-13 17:14:29Z by nwhitehorn Don't close OF disk devices on PowerPC. This fixes loader when booting from disk on my Blue & White G3 system. Revision Changes Path 1.14 +2 -0 src/sys/boot/ofw/libofw/ofw_disk.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:33:53 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1206310657BC for ; Mon, 13 Oct 2008 17:33:53 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D628C8FC16 for ; Mon, 13 Oct 2008 17:33:52 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHXqni033979 for ; Mon, 13 Oct 2008 17:33:52 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHXq9i033978 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:33:52 GMT (envelope-from csjp@repoman.freebsd.org) Message-Id: <200810131733.m9DHXq9i033978@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to csjp@repoman.freebsd.org using -f From: "Christian S.J. Peron" Date: Mon, 13 Oct 2008 17:33:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/netinet ip_options.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 17:33:53 -0000 csjp 2008-10-13 17:33:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_options.c Log: SVN rev 183826 on 2008-10-13 17:33:44Z by csjp MFC change 182311 Fix panics with MAC kernels when a labeled security policy is used and IP options are present on an mbuf. Approved by: re (kib) Revision Changes Path 1.6.2.4 +0 -3 src/sys/netinet/ip_options.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:34:08 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86A6B10656C7 for ; Mon, 13 Oct 2008 17:34:08 +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 5B7EE8FC17 for ; Mon, 13 Oct 2008 17:34:08 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHY8Mr034020 for ; Mon, 13 Oct 2008 17:34:08 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHY82b034019 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:34:08 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200810131734.m9DHY82b034019@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 13 Oct 2008 17:33:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bm if_bm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 17:34:08 -0000 nwhitehorn 2008-10-13 17:33:55 UTC FreeBSD src repository Modified files: sys/dev/bm if_bm.c Log: SVN rev 183827 on 2008-10-13 17:33:55Z by nwhitehorn Change the way we enable the BMAC cell in macio. Instead of calling the macio's enable-enet word, which apparently does nothing on some machines, open an OF instance of the ethernet controller. This fixes cold booting from disk on my Blue & White G3. MFC after: 3 days Revision Changes Path 1.5 +13 -9 src/sys/dev/bm/if_bm.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:38:09 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A3B106568E for ; Mon, 13 Oct 2008 17:38:09 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2A08FC1B for ; Mon, 13 Oct 2008 17:38:09 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHc9Sj034463 for ; Mon, 13 Oct 2008 17:38:09 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHc9uj034462 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:38:09 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131738.m9DHc9uj034462@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 17:38:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_pciids.h radeon_cp.c radeon_drv.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, 13 Oct 2008 17:38:09 -0000 rnoland 2008-10-13 17:38:04 UTC FreeBSD src repository Modified files: sys/dev/drm drm_pciids.h radeon_cp.c radeon_drv.h Log: SVN rev 183828 on 2008-10-13 17:38:04Z by rnoland Add support for Radeon rs740 (HD 2100) Approved by: jhb (mentor) Obtained from: drm git master Revision Changes Path 1.11 +4 -0 src/sys/dev/drm/drm_pciids.h 1.22 +16 -8 src/sys/dev/drm/radeon_cp.c 1.18 +3 -1 src/sys/dev/drm/radeon_drv.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:42:26 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D7D11065698 for ; Mon, 13 Oct 2008 17:42:26 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 622398FC24 for ; Mon, 13 Oct 2008 17:42:26 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHgQHI034899 for ; Mon, 13 Oct 2008 17:42:26 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHgQnk034898 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:42:26 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810131742.m9DHgQnk034898@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Mon, 13 Oct 2008 17:42:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts package-trees.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: Mon, 13 Oct 2008 17:42:26 -0000 kensmith 2008-10-13 17:42:21 UTC FreeBSD src repository Modified files: release/scripts package-trees.sh Log: SVN rev 183829 on 2008-10-13 17:42:21Z by kensmith Fix minor typo. Revision Changes Path 1.3 +1 -1 src/release/scripts/package-trees.sh From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:43:56 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF311065692 for ; Mon, 13 Oct 2008 17:43:56 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8B378FC08 for ; Mon, 13 Oct 2008 17:43:56 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHhu2o035060 for ; Mon, 13 Oct 2008 17:43:56 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHhuQM035059 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:43:56 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131743.m9DHhuQM035059@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 17:43:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_pciids.h radeon_cp.c radeon_drv.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, 13 Oct 2008 17:43:56 -0000 rnoland 2008-10-13 17:43:39 UTC FreeBSD src repository Modified files: sys/dev/drm drm_pciids.h radeon_cp.c radeon_drv.h Log: SVN rev 183830 on 2008-10-13 17:43:39Z by rnoland Several of the newer radeon cards have moved around the registers for enabling busmastering support. This also adds register definitions for MSI support, which we will be using shortly. Approved by: jhb (mentor) Obtained from: drm git master Revision Changes Path 1.12 +22 -22 src/sys/dev/drm/drm_pciids.h 1.23 +14 -2 src/sys/dev/drm/radeon_cp.c 1.19 +25 -0 src/sys/dev/drm/radeon_drv.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:47:27 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813CD1065689 for ; Mon, 13 Oct 2008 17:47:27 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 560B18FC18 for ; Mon, 13 Oct 2008 17:47:27 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHlRRL035468 for ; Mon, 13 Oct 2008 17:47:27 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHlRC8035467 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:47:27 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131747.m9DHlRC8035467@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 17:47:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm i915_irq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 17:47:27 -0000 rnoland 2008-10-13 17:47:13 UTC FreeBSD src repository Modified files: sys/dev/drm i915_irq.c Log: SVN rev 183831 on 2008-10-13 17:47:13Z by rnoland Correct the interrupt handling in the Intel i915 driver. Approved by: jhb (mentor) Revision Changes Path 1.7 +16 -11 src/sys/dev/drm/i915_irq.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:52:58 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8365D106568C for ; Mon, 13 Oct 2008 17:52:58 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 584FD8FC1B for ; Mon, 13 Oct 2008 17:52:58 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHqwcG036039 for ; Mon, 13 Oct 2008 17:52:58 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHqw90036038 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:52:58 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131752.m9DHqw90036038@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 17:52:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_linux_list.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, 13 Oct 2008 17:52:58 -0000 rnoland 2008-10-13 17:52:41 UTC FreeBSD src repository Modified files: sys/dev/drm drm_linux_list.h Log: SVN rev 183832 on 2008-10-13 17:52:41Z by rnoland The linux list compat code had an error which prevented list_for_each_safe() from operating on a list with a single item. This code is used much more by the i915 driver with xorg-7.4. Correct it to match the actual linux implementation. Approved by: jhb (mentor) Revision Changes Path 1.5 +2 -2 src/sys/dev/drm/drm_linux_list.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 18:03:45 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B47C10656A3 for ; Mon, 13 Oct 2008 18:03:45 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F002B8FC18 for ; Mon, 13 Oct 2008 18:03:44 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DI3iSh049501 for ; Mon, 13 Oct 2008 18:03:44 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DI3i5s049500 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 18:03:44 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131803.m9DI3i5s049500@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 18:03:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_auth.c drm_bufs.c drm_context.c drm_dma.c drm_drv.c drm_fops.c drm_ioctl.c drm_irq.c drm_memory.c drm_pci.c drm_scatter.c drm_sysctl.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 18:03:45 -0000 rnoland 2008-10-13 18:03:27 UTC FreeBSD src repository Modified files: sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_auth.c drm_bufs.c drm_context.c drm_dma.c drm_drv.c drm_fops.c drm_ioctl.c drm_irq.c drm_memory.c drm_pci.c drm_scatter.c drm_sysctl.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c Log: SVN rev 183833 on 2008-10-13 18:03:27Z by rnoland Rework memory allocation to allocate memory with different type names. This will ease the identification of memory leaks as the OS will be able to track allocations for us by malloc type. vmstat -m will show all of the allocations. Convert the calls to drm_alloc() and friends, which are used in shared code to static __inline__ while we are here. Approved by: jhb (mentor) Revision Changes Path 1.7 +6 -5 src/sys/dev/drm/ati_pcigart.c 1.22 +44 -28 src/sys/dev/drm/drmP.h 1.10 +5 -4 src/sys/dev/drm/drm_agpsupport.c 1.5 +2 -2 src/sys/dev/drm/drm_auth.c 1.8 +36 -36 src/sys/dev/drm/drm_bufs.c 1.5 +7 -5 src/sys/dev/drm/drm_context.c 1.5 +7 -7 src/sys/dev/drm/drm_dma.c 1.13 +5 -5 src/sys/dev/drm/drm_drv.c 1.6 +3 -3 src/sys/dev/drm/drm_fops.c 1.5 +5 -5 src/sys/dev/drm/drm_ioctl.c 1.6 +5 -6 src/sys/dev/drm/drm_irq.c 1.5 +19 -30 src/sys/dev/drm/drm_memory.c 1.6 +5 -5 src/sys/dev/drm/drm_pci.c 1.6 +6 -6 src/sys/dev/drm/drm_scatter.c 1.5 +11 -8 src/sys/dev/drm/drm_sysctl.c 1.10 +2 -2 src/sys/dev/drm/i915_drv.c 1.8 +2 -2 src/sys/dev/drm/mach64_drv.c 1.17 +2 -2 src/sys/dev/drm/mga_drv.c 1.16 +2 -2 src/sys/dev/drm/r128_drv.c 1.19 +2 -2 src/sys/dev/drm/radeon_drv.c 1.8 +2 -2 src/sys/dev/drm/savage_drv.c 1.12 +2 -2 src/sys/dev/drm/sis_drv.c 1.15 +2 -2 src/sys/dev/drm/tdfx_drv.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 18:06:45 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D01C1065740 for ; Mon, 13 Oct 2008 18:06:45 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51CB18FC16 for ; Mon, 13 Oct 2008 18:06:45 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DI6jQ3049810 for ; Mon, 13 Oct 2008 18:06:45 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DI6ju1049809 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 18:06:45 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131806.m9DI6ju1049809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 18:06:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_drawable.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 18:06:45 -0000 rnoland 2008-10-13 18:06:33 UTC FreeBSD src repository Modified files: sys/dev/drm drm_drawable.c Log: SVN rev 183834 on 2008-10-13 18:06:33Z by rnoland Correct memory leak of info->rects. Previously we would free info, but but abandon info->rects. Approved by: jhb (mentor) Revision Changes Path 1.5 +9 -11 src/sys/dev/drm/drm_drawable.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 18:17:05 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3193F1065698 for ; Mon, 13 Oct 2008 18:17:02 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F27158FC14 for ; Mon, 13 Oct 2008 18:17:01 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DIH19l053298 for ; Mon, 13 Oct 2008 18:17:01 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DIH1xQ053297 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 18:17:01 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810131817.m9DIH1xQ053297@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Mon, 13 Oct 2008 18:16:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm cpufunc.c cpufunc_asm_feroceon.S identcpu.c src/sys/arm/include armreg.h cpufunc.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, 13 Oct 2008 18:17:05 -0000 raj 2008-10-13 18:16:54 UTC FreeBSD src repository Modified files: sys/arm/arm cpufunc.c identcpu.c sys/arm/include armreg.h cpufunc.h Added files: sys/arm/arm cpufunc_asm_feroceon.S Log: SVN rev 183835 on 2008-10-13 18:16:54Z by raj Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571. They are compliant with ARMv5TE and integrated on 88F6281 (Kirkwood) and MV78100 (Discovery) system-on-chip families. Obtained from: Marvell, Semihalf Revision Changes Path 1.23 +90 -3 src/sys/arm/arm/cpufunc.c 1.1 +386 -0 src/sys/arm/arm/cpufunc_asm_feroceon.S (new) 1.14 +11 -1 src/sys/arm/arm/identcpu.c 1.8 +15 -0 src/sys/arm/include/armreg.h 1.14 +12 -0 src/sys/arm/include/cpufunc.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 18:42:32 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C66E61065747 for ; Mon, 13 Oct 2008 18:42:32 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2BAD8FC08 for ; Mon, 13 Oct 2008 18:42:32 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DIgWXg055246 for ; Mon, 13 Oct 2008 18:42:32 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DIgWwc055245 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 18:42:32 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810131842.m9DIgWwc055245@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Mon, 13 Oct 2008 18:42:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 18:42:32 -0000 raj 2008-10-13 18:42:25 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: SVN rev 183836 on 2008-10-13 18:42:25Z by raj Do not use cached page for temporary mapping in pmap_zero_page_generic() The physical page which we clear is accessed via additional temp kernel mapping for the period of zeroing operation. However in systems with virtual d-cache (most ARMs) when write-allocate feature is enabled, we can have modified but unflushed content pertaining to this physical page still in the d-cache due to its primary (pre-existing) mapping. In such scenario that cached content upon flush is likely to overwrite [portions of] the physical page we want to zero here.. This is a general problem with multiple virtual mappings covering the same physical page with write-allocate and virtual d-cache: there is inherent potential for corruptions of this kind, which are not easily resolved; it is best policy that such multiple mappings be not allowed. Obtained from: Marvell, Semihalf Revision Changes Path 1.103 +8 -10 src/sys/arm/arm/pmap.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 18:45:19 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABAD31065703 for ; Mon, 13 Oct 2008 18:45:19 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8035F8FC19 for ; Mon, 13 Oct 2008 18:45:19 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DIjJ95055538 for ; Mon, 13 Oct 2008 18:45:19 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DIjJ3q055536 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 18:45:19 GMT (envelope-from csjp@repoman.freebsd.org) Message-Id: <200810131845.m9DIjJ3q055536@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to csjp@repoman.freebsd.org using -f From: "Christian S.J. Peron" Date: Mon, 13 Oct 2008 18:44:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6_4 Subject: cvs commit: src/sys/netinet/libalias alias_db.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 18:45:19 -0000 csjp 2008-10-13 18:44:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) sys/netinet/libalias alias_db.c Log: SVN rev 183837 on 2008-10-13 18:44:59Z by csjp MFC change 182488 Improve entropy in source port generation for libalias consumers. Approved by: re (kib) Revision Changes Path 1.67.2.3.2.2 +6 -6 src/sys/netinet/libalias/alias_db.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 19:00:21 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A9311065742 for ; Mon, 13 Oct 2008 19:00:21 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 179F48FC60 for ; Mon, 13 Oct 2008 19:00:20 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DJ0Kuj056684 for ; Mon, 13 Oct 2008 19:00:20 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DJ0KcU056683 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 19:00:20 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810131900.m9DJ0KcU056683@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Mon, 13 Oct 2008 18:59:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm busdma_machdep.c elf_machdep.c genassym.c pmap.c swtch.S X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 19:00:21 -0000 raj 2008-10-13 18:59:59 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c elf_machdep.c genassym.c pmap.c swtch.S Log: SVN rev 183838 on 2008-10-13 18:59:59Z by raj Provide L2 cache synchronization (write back + invalidation) on ARM. Note the cpu_l2cache_wbinv_* routines are no-ops on systems not populated with L2 caches. Obtained from: Marvell, Semihalf Revision Changes Path 1.39 +2 -0 src/sys/arm/arm/busdma_machdep.c 1.9 +1 -0 src/sys/arm/arm/elf_machdep.c 1.12 +2 -0 src/sys/arm/arm/genassym.c 1.104 +121 -12 src/sys/arm/arm/pmap.c 1.24 +8 -0 src/sys/arm/arm/swtch.S From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 19:14:21 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD761065692 for ; Mon, 13 Oct 2008 19:14:21 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0168FC1C for ; Mon, 13 Oct 2008 19:14:21 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DJELEw058973 for ; Mon, 13 Oct 2008 19:14:21 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DJELki058972 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 19:14:21 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810131914.m9DJELki058972@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Mon, 13 Oct 2008 19:14:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm locore.S X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 19:14:21 -0000 raj 2008-10-13 19:14:14 UTC FreeBSD src repository Modified files: sys/arm/arm locore.S Log: SVN rev 183839 on 2008-10-13 19:14:14Z by raj One more L2 cache synchronization call that didn't make the previous commit. Revision Changes Path 1.20 +2 -0 src/sys/arm/arm/locore.S From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 20:08:09 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5617F1065690 for ; Mon, 13 Oct 2008 20:08:09 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F93C8FC17 for ; Mon, 13 Oct 2008 20:08:09 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DK89us066608 for ; Mon, 13 Oct 2008 20:08:09 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DK897U066607 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 20:08:09 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810132008.m9DK897U066607@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Mon, 13 Oct 2008 20:07:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm elf_trampoline.c src/sys/arm/include intr.h resource.h src/sys/arm/mv bus_space.c common.c files.mv gpio.c ic.c mv_machdep.c mvreg.h mvvar.h obio.c rtc.c std.mv timer.c twsi.c src/sys/arm/mv/discovery db78xxx.c discovery.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 20:08:09 -0000 raj 2008-10-13 20:07:13 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c sys/arm/include intr.h resource.h sys/conf Makefile.arm options.arm Added files: sys/arm/mv bus_space.c common.c files.mv gpio.c ic.c mv_machdep.c mvreg.h mvvar.h obio.c rtc.c std.mv timer.c twsi.c sys/arm/mv/discovery db78xxx.c discovery.c files.db78xxx std.db78xxx sys/arm/mv/kirkwood db88f6xxx.c files.db88f6xxx kirkwood.c std.db88f6xxx sys/arm/mv/orion db88f5xxx.c files.db88f5xxx orion.c std.db88f5xxx sys/dev/uart uart_bus_mbus.c uart_cpu_mv.c Log: SVN rev 183840 on 2008-10-13 20:07:13Z by raj Introduce basic support for Marvell families of system-on-chip ARM devices: * Orion - 88F5181 - 88F5182 - 88F5281 * Kirkwood - 88F6281 * Discovery - MV78100 The above families of SOCs are built around CPU cores compliant with ARMv5TE instruction set architecture definition. They share a number of integrated peripherals. This commit brings support for the following basic elements: * GPIO * Interrupt controller * L1, L2 cache * Timers, watchdog, RTC * TWSI (I2C) * UART Other peripherals drivers will be introduced separately. Reviewed by: imp, marcel, stass (Thanks guys!) Obtained from: Marvell, Semihalf Revision Changes Path 1.22 +2 -0 src/sys/arm/arm/elf_trampoline.c 1.11 +3 -1 src/sys/arm/include/intr.h 1.3 +1 -0 src/sys/arm/include/resource.h 1.1 +162 -0 src/sys/arm/mv/bus_space.c (new) 1.1 +965 -0 src/sys/arm/mv/common.c (new) 1.1 +110 -0 src/sys/arm/mv/discovery/db78xxx.c (new) 1.1 +160 -0 src/sys/arm/mv/discovery/discovery.c (new) 1.1 +4 -0 src/sys/arm/mv/discovery/files.db78xxx (new) 1.1 +13 -0 src/sys/arm/mv/discovery/std.db78xxx (new) 1.1 +34 -0 src/sys/arm/mv/files.mv (new) 1.1 +516 -0 src/sys/arm/mv/gpio.c (new) 1.1 +289 -0 src/sys/arm/mv/ic.c (new) 1.1 +124 -0 src/sys/arm/mv/kirkwood/db88f6xxx.c (new) 1.1 +5 -0 src/sys/arm/mv/kirkwood/files.db88f6xxx (new) 1.1 +161 -0 src/sys/arm/mv/kirkwood/kirkwood.c (new) 1.1 +13 -0 src/sys/arm/mv/kirkwood/std.db88f6xxx (new) 1.1 +643 -0 src/sys/arm/mv/mv_machdep.c (new) 1.1 +540 -0 src/sys/arm/mv/mvreg.h (new) 1.1 +122 -0 src/sys/arm/mv/mvvar.h (new) 1.1 +355 -0 src/sys/arm/mv/obio.c (new) 1.1 +177 -0 src/sys/arm/mv/orion/db88f5xxx.c (new) 1.1 +4 -0 src/sys/arm/mv/orion/files.db88f5xxx (new) 1.1 +189 -0 src/sys/arm/mv/orion/orion.c (new) 1.1 +13 -0 src/sys/arm/mv/orion/std.db88f5xxx (new) 1.1 +184 -0 src/sys/arm/mv/rtc.c (new) 1.1 +5 -0 src/sys/arm/mv/std.mv (new) 1.1 +381 -0 src/sys/arm/mv/timer.c (new) 1.1 +523 -0 src/sys/arm/mv/twsi.c (new) 1.40 +2 -1 src/sys/conf/Makefile.arm 1.21 +4 -0 src/sys/conf/options.arm 1.1 +81 -0 src/sys/dev/uart/uart_bus_mbus.c (new) 1.1 +90 -0 src/sys/dev/uart/uart_cpu_mv.c (new) From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 20:24:14 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E796F1065686 for ; Mon, 13 Oct 2008 20:24:14 +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 5946B8FC18 for ; Mon, 13 Oct 2008 20:24:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DKOCOo067873 for ; Mon, 13 Oct 2008 20:24:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DKOCsv067872 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 20:24:12 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810132024.m9DKOCsv067872@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 13 Oct 2008 20:24:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf/mips 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, 13 Oct 2008 20:24:15 -0000 imp 2008-10-13 20:24:03 UTC FreeBSD src repository Modified files: libexec/rtld-elf/mips reloc.c Log: SVN rev 183841 on 2008-10-13 20:24:03Z by imp This code has no copyright. It is fairly obvious to me that we're a derivitive of NetBSD's mips_reloc.c, so pull in the copyright notice from there. Also, a minor tweak to load/store pointers. Other changes from NetBSD likely would be useful too... Obtained from: NetBSD Revision Changes Path 1.3 +48 -14 src/libexec/rtld-elf/mips/reloc.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 20:38:43 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90CDB1065689 for ; Mon, 13 Oct 2008 20:38:43 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4E08FC1A for ; Mon, 13 Oct 2008 20:38:43 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DKch26069409 for ; Mon, 13 Oct 2008 20:38:43 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DKchnU069408 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 20:38:43 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810132038.m9DKchnU069408@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Mon, 13 Oct 2008 20:38:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb 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, 13 Oct 2008 20:38:43 -0000 n_hibma 2008-10-13 20:38:33 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: SVN rev 183842 on 2008-10-13 20:38:33Z by n_hibma - Only refuse to attach to the first interface on the Huawei cards as for example the Huawei Mobile has an SD card slot on the second interface. - Do not attach to Qualcomm and Novatel cards. If ignored these cards will switch to modem mode automatically it seems. - Reduce the priority on generic attachment to the appropriate level. Note: A better solution is to send an eject command straightaway, but that can be left till later. Revision Changes Path 1.169 +24 -7 src/sys/dev/usb/umass.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 20:41:14 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA79A1065687 for ; Mon, 13 Oct 2008 20:41:14 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8EF2E8FC1C for ; Mon, 13 Oct 2008 20:41:14 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DKfEPk069676 for ; Mon, 13 Oct 2008 20:41:14 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DKfE4J069675 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 20:41:14 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810132041.m9DKfE4J069675@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Mon, 13 Oct 2008 20:41:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb u3g.c ubsa.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 20:41:14 -0000 n_hibma 2008-10-13 20:41:11 UTC FreeBSD src repository Modified files: sys/dev/usb u3g.c ubsa.c Log: SVN rev 183843 on 2008-10-13 20:41:11Z by n_hibma - Add better support for Huawei cards, by attaching as an interface driver. - Be bold and add Novatel cards to the list of supported devices. One person reported success with the Novatal U950D. Revision Changes Path 1.4 +96 -65 src/sys/dev/usb/u3g.c 1.44 +0 -28 src/sys/dev/usb/ubsa.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 20:43:19 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4790610656A6 for ; Mon, 13 Oct 2008 20:43:19 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B06C8FC29 for ; Mon, 13 Oct 2008 20:43:16 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DKhF9h069833 for ; Mon, 13 Oct 2008 20:43:15 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DKhFxo069832 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 20:43:15 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810132043.m9DKhFxo069832@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Mon, 13 Oct 2008 20:43:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 u3g.4 ubsa.4 umass.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: Mon, 13 Oct 2008 20:43:19 -0000 n_hibma 2008-10-13 20:43:08 UTC FreeBSD src repository Modified files: share/man/man4 u3g.4 ubsa.4 umass.4 Log: SVN rev 183844 on 2008-10-13 20:43:08Z by n_hibma Update the man pages with the moved/added support for devices. The SD card slot of the Huawei mobile card is supported by the (generic) umass driver. Revision Changes Path 1.3 +8 -7 src/share/man/man4/u3g.4 1.14 +0 -20 src/share/man/man4/ubsa.4 1.45 +2 -0 src/share/man/man4/umass.4 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 21:02:32 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 223601065689 for ; Mon, 13 Oct 2008 21:02:32 +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 EA0138FC1A for ; Mon, 13 Oct 2008 21:02:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DL2VTV080778 for ; Mon, 13 Oct 2008 21:02:31 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DL2V5t080777 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 21:02:31 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200810132102.m9DL2V5t080777@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Mon, 13 Oct 2008 21:02:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware article.sgml X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 21:02:32 -0000 brueffer 2008-10-13 21:02:19 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware article.sgml Log: SVN rev 183845 on 2008-10-13 21:02:19Z by brueffer Mention iwn(4) and malo(4). Note that the malo entry doesn't suck in the hardware adapter list from the manpage yet, as man2hwnotes.pl doesn't grok the table format. Revision Changes Path 1.340 +7 -0 src/release/doc/en_US.ISO8859-1/hardware/article.sgml From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 21:05:02 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE4C1065678 for ; Mon, 13 Oct 2008 21:05:02 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 633CE8FC24 for ; Mon, 13 Oct 2008 21:05:02 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DL52OS082130 for ; Mon, 13 Oct 2008 21:05:02 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DL524M082129 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 21:05:02 GMT (envelope-from rdivacky@repoman.freebsd.org) Message-Id: <200810132105.m9DL524M082129@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rdivacky@repoman.freebsd.org using -f From: Roman Divacky Date: Mon, 13 Oct 2008 21:04:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 21:05:02 -0000 rdivacky 2008-10-13 21:04:52 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: SVN rev 183846 on 2008-10-13 21:04:52Z by rdivacky Check the result of copyin and in a case of error return one. This prevents setting wrong priority or (more likely) returning EINVAL. Approved by: kib (mentor) Revision Changes Path 1.69 +2 -0 src/sys/kern/kern_thr.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 21:40:29 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F9031065693 for ; Mon, 13 Oct 2008 21:40:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8638FC16 for ; Mon, 13 Oct 2008 21:40:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DLeScl085416 for ; Mon, 13 Oct 2008 21:40:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DLeS3G085415 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 21:40:28 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810132140.m9DLeS3G085415@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 13 Oct 2008 21:35:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/contrib/top machine.h top.X top.c src/usr.bin/top machine.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 21:40:29 -0000 jhb 2008-10-13 21:35:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/top machine.h top.X top.c usr.bin/top machine.c Log: SVN rev 183852 on 2008-10-13 21:35:10Z by jhb MFC: Several top '-P' fixes originally from ru@. This fixes top -P on i386. Approved by: re (kib) Revision Changes Path 1.7.2.4 +1 -2 src/contrib/top/machine.h 1.12.2.5 +5 -2 src/contrib/top/top.X 1.17.2.5 +3 -7 src/contrib/top/top.c 1.74.2.4 +7 -12 src/usr.bin/top/machine.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 22:50:41 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 955D41065687 for ; Mon, 13 Oct 2008 22:50:41 +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 69A098FC12 for ; Mon, 13 Oct 2008 22:50:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DMofOA093954 for ; Mon, 13 Oct 2008 22:50:41 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DMof3h093953 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 22:50:41 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810132250.m9DMof3h093953@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 13 Oct 2008 22:50:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tftp 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, 13 Oct 2008 22:50:41 -0000 delphij 2008-10-13 22:50:38 UTC FreeBSD src repository Modified files: usr.bin/tftp main.c Log: SVN rev 183857 on 2008-10-13 22:50:38Z by delphij Use strlcpy() instead of strncpy() when we want the string to be NUL-terminated. Revision Changes Path 1.23 +2 -3 src/usr.bin/tftp/main.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 23:10:38 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECFF81065687 for ; Mon, 13 Oct 2008 23:10:38 +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 C078B8FC14 for ; Mon, 13 Oct 2008 23:10:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DNAcwv096599 for ; Mon, 13 Oct 2008 23:10:38 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DNAcxx096598 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 23:10:38 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810132310.m9DNAcxx096598@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 13 Oct 2008 23:10:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tftp extern.h main.c tftp.c tftpsubs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Oct 2008 23:10:39 -0000 delphij 2008-10-13 23:10:19 UTC FreeBSD src repository Modified files: usr.bin/tftp extern.h main.c tftp.c tftpsubs.c Log: SVN rev 183858 on 2008-10-13 23:10:19Z by delphij ANSIfy, plus constify interfaces where possible. Revision Changes Path 1.4 +2 -2 src/usr.bin/tftp/extern.h 1.24 +26 -62 src/usr.bin/tftp/main.c 1.14 +12 -32 src/usr.bin/tftp/tftp.c 1.7 +10 -19 src/usr.bin/tftp/tftpsubs.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 00:54:25 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E1BC10657A3 for ; Tue, 14 Oct 2008 00:54: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 6B2428FC14 for ; Tue, 14 Oct 2008 00:54:25 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E0sPVR023615 for ; Tue, 14 Oct 2008 00:54:25 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E0sP0E023614 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 00:54:25 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200810140054.m9E0sP0E023614@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 14 Oct 2008 00:54:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/jme if_jme.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 00:54:25 -0000 yongari 2008-10-14 00:54:15 UTC FreeBSD src repository Modified files: sys/dev/jme if_jme.c Log: SVN rev 183859 on 2008-10-14 00:54:15Z by yongari Make sure to read the last byte of EEPROM descriptor. Previously the last byte of the ethernet address was not read which in turn resulted in getting 5 out of the 6 bytes of ethernet address and always returned ENOENT. I did not notice the bug on FPGA version because of additional configuration data in EEPROM. Pointed out by: bouyer at NetBSD Revision Changes Path 1.8 +5 -5 src/sys/dev/jme/if_jme.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 02:13:30 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637A0106568E for ; Tue, 14 Oct 2008 02:13:30 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 519968FC17 for ; Tue, 14 Oct 2008 02:13:30 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E2DU3R032079 for ; Tue, 14 Oct 2008 02:13:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E2DUW5032078 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 02:13:30 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810140213.m9E2DUW5032078@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Tue, 14 Oct 2008 02:13:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release 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, 14 Oct 2008 02:13:30 -0000 kensmith 2008-10-14 02:13:12 UTC FreeBSD src repository Modified files: release Makefile Log: SVN rev 183860 on 2008-10-14 02:13:12Z by kensmith The thought of making more than one DVD image for a release really freaks me out. But it turns out we might be able to generalize a few of the other things RE uses to assemble the package trees for releases if the DVDs use a naming theme close to what is used for the CDROMS (disc1, disc2, etc). So change the name to dvd1. Hopefully this way src/release/scripts/{package-split.py,package-trees.sh} can be generalized instead of copied-and-hacked. MFC after: 5 days Revision Changes Path 1.935 +31 -31 src/release/Makefile From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 03:33:05 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CE961065691 for ; Tue, 14 Oct 2008 03:33:05 +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 88BE78FC16 for ; Tue, 14 Oct 2008 03:33:05 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E3X5tj039310 for ; Tue, 14 Oct 2008 03:33:05 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E3X5IR039309 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 03:33:05 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200810140333.m9E3X5IR039309@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Tue, 14 Oct 2008 03:32:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/powerpc Makefile src/sys/boot/powerpc/boot1.chrp Makefile Makefile.hfs boot1.c bootinfo.txt generate-hfs.sh hfs.tmpl.bz2.uu X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 03:33:05 -0000 nwhitehorn 2008-10-14 03:32:41 UTC FreeBSD src repository Modified files: sys/boot/powerpc Makefile Added files: sys/boot/powerpc/boot1.chrp Makefile Makefile.hfs boot1.c bootinfo.txt generate-hfs.sh hfs.tmpl.bz2.uu Log: SVN rev 183863 on 2008-10-14 03:32:41Z by nwhitehorn Add a simple HFS boot block implementation for booting PowerPC macs. It creates a small HFS filesystem with a CHRP boot script and an early-stage bootloader derived from the sparc64 boot block. Obtained from: sparc64 Revision Changes Path 1.4 +1 -1 src/sys/boot/powerpc/Makefile 1.1 +42 -0 src/sys/boot/powerpc/boot1.chrp/Makefile (new) 1.1 +4 -0 src/sys/boot/powerpc/boot1.chrp/Makefile.hfs (new) 1.1 +764 -0 src/sys/boot/powerpc/boot1.chrp/boot1.c (new) 1.1 +13 -0 src/sys/boot/powerpc/boot1.chrp/bootinfo.txt (new) 1.1 +64 -0 src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh (new) 1.1 +18 -0 src/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 03:38:07 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFB31106568B for ; Tue, 14 Oct 2008 03:38:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D77A8FC12 for ; Tue, 14 Oct 2008 03:38:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E3c7Yp039739 for ; Tue, 14 Oct 2008 03:38:07 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E3c7wW039738 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 03:38:07 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810140338.m9E3c7wW039738@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 14 Oct 2008 03:38:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/zoneinfo africa asia southamerica zone.tab X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 03:38:07 -0000 edwin 2008-10-14 03:38:02 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia southamerica zone.tab Log: SVN rev 183864 on 2008-10-14 03:38:02Z by edwin MFV of r183861: Vendor import of tzdata2008h - Minor update for Mauritius (which I don't understand) - Syria goes to DST at 1 November instead of 1 October. - Niue is now located at the right side of the equator. Revision Changes Path 1.26 +11 -3 src/share/zoneinfo/africa 1.41 +14 -2 src/share/zoneinfo/asia 1.39 +17 -1 src/share/zoneinfo/southamerica 1.27 +2 -2 src/share/zoneinfo/zone.tab From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 04:09:40 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75A61065755 for ; Tue, 14 Oct 2008 04:09:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 963D08FC19 for ; Tue, 14 Oct 2008 04:09:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E49dgK043255 for ; Tue, 14 Oct 2008 04:09:39 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E49dnP043254 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 04:09:39 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810140409.m9E49dnP043254@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 14 Oct 2008 04:09:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/zoneinfo 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, 14 Oct 2008 04:09:40 -0000 edwin 2008-10-14 04:09:33 UTC FreeBSD src repository Modified files: share/zoneinfo Makefile Log: SVN rev 183865 on 2008-10-14 04:09:33Z by edwin update the manual on how to import and MFV new tzdata releases Revision Changes Path 1.24 +4 -6 src/share/zoneinfo/Makefile From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 07:05:28 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 253B71065753 for ; Tue, 14 Oct 2008 07:05:27 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56D2B8FC0C for ; Tue, 14 Oct 2008 07:05:27 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E75RTQ069950 for ; Tue, 14 Oct 2008 07:05:27 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E75R1l069949 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 07:05:27 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810140705.m9E75R1l069949@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Tue, 14 Oct 2008 07:05:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c ehci_mbus.c ehcivar.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, 14 Oct 2008 07:05:28 -0000 raj 2008-10-14 07:05:20 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehcivar.h Added files: sys/dev/usb ehci_mbus.c Log: SVN rev 183866 on 2008-10-14 07:05:20Z by raj Mbus attachment for USB EHCI integrated controller on Marvell chips. This includes workarounds required for the ehci(4) to handle some non-standard behaviour of these devices. Obtained from: Marvell, Semihalf Revision Changes Path 1.67 +21 -2 src/sys/dev/usb/ehci.c 1.1 +318 -0 src/sys/dev/usb/ehci_mbus.c (new) 1.20 +3 -0 src/sys/dev/usb/ehcivar.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 07:24:29 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A4A1106574A for ; Tue, 14 Oct 2008 07:24:28 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A79528FC21 for ; Tue, 14 Oct 2008 07:24:28 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E7OSW4071423 for ; Tue, 14 Oct 2008 07:24:28 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E7OSQI071422 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 07:24:28 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810140724.m9E7OSQI071422@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Tue, 14 Oct 2008 07:24:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mge if_mge.c if_mgevar.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, 14 Oct 2008 07:24:29 -0000 raj 2008-10-14 07:24:18 UTC FreeBSD src repository Added files: sys/dev/mge if_mge.c if_mgevar.h Log: SVN rev 183867 on 2008-10-14 07:24:18Z by raj Marvell Gigabit Ethernet controller driver. This supports 1Gbps Ethernet engine found on ARM-based SOCs (Orion, Kirkwood, Discovery), as well as on system controllers for PowerPC processors (MV64430, MV6446x). The following advanced features are supported: - multicast - VLAN tagging - IP/TCP/UDP checksum calculation offloading - polling - interrupt coalescing Obtained from: Marvell, Semihalf Revision Changes Path 1.1 +1757 -0 src/sys/dev/mge/if_mge.c (new) 1.1 +366 -0 src/sys/dev/mge/if_mgevar.h (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 07:45:30 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0126A10656C3 for ; Tue, 14 Oct 2008 07:45:30 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C98C38FC0A for ; Tue, 14 Oct 2008 07:45:29 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E7jTlP073055 for ; Tue, 14 Oct 2008 07:45:29 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E7jTpN073054 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 07:45:29 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810140745.m9E7jTpN073054@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Tue, 14 Oct 2008 07:45:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb u3g.c usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 07:45:30 -0000 n_hibma 2008-10-14 07:45:11 UTC FreeBSD src repository Modified files: sys/dev/usb u3g.c usbdevs Log: SVN rev 183868 on 2008-10-14 07:45:11Z by n_hibma - Fix the naming of the MC950D device. - Remove the (unimplemented) U3GFL_EJECT quirk as this won't be implemented in the u3g driver anyway (most probably as an entry in devd.conf) Revision Changes Path 1.5 +2 -3 src/sys/dev/usb/u3g.c 1.375 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 07:53:01 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F45410656B9 for ; Tue, 14 Oct 2008 07:53:00 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67D408FC1C for ; Tue, 14 Oct 2008 07:53:00 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E7r0US073577 for ; Tue, 14 Oct 2008 07:53:00 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E7r07W073576 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 07:53:00 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810140753.m9E7r07W073576@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Tue, 14 Oct 2008 07:52:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb 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: Tue, 14 Oct 2008 07:53:01 -0000 n_hibma 2008-10-14 07:52:47 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: SVN rev 183869 on 2008-10-14 07:52:47Z by n_hibma Fix a comment. Submitted by: Nick Mann Revision Changes Path 1.170 +8 -9 src/sys/dev/usb/umass.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 07:58:58 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79E110656B6 for ; Tue, 14 Oct 2008 07:58:58 +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 A40DB8FC17 for ; Tue, 14 Oct 2008 07:58:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E7wwYl074031 for ; Tue, 14 Oct 2008 07:58:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E7wwuO074030 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 07:58:58 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810140758.m9E7wwuO074030@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 14 Oct 2008 07:58:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern uipc_sockbuf.c src/sys/netinet tcp_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 07:58:58 -0000 rwatson 2008-10-14 07:58:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_sockbuf.c sys/netinet tcp_input.c Log: SVN rev 183870 on 2008-10-14 07:58:18Z by rwatson Merge r183662 and r183663 from head to stable/7: Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as the netisr or ithread's socket buffer size limit is not the right limit to use. Instead, pass NULL as the other two calls to sbreserve_locked() in the TCP input path (tcp_mss()) do. In practice, this is a no-op, as ithreads and the netisr run without a process limit on socket buffer use, and a NULL thread pointer leads to not using the process's limit, if any. However, if tcp_input() is called in other contexts that do have limits, this may prevent the incorrect limit from being used. Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminating an XXXRW about the comment being stale. Approved by: re (gnn) Revision Changes Path 1.171.2.4 +5 -4 src/sys/kern/uipc_sockbuf.c 1.370.2.8 +1 -1 src/sys/netinet/tcp_input.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 07:59:56 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688C51065689 for ; Tue, 14 Oct 2008 07:59:56 +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 54F5A8FC24 for ; Tue, 14 Oct 2008 07:59:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E7xuwL074126 for ; Tue, 14 Oct 2008 07:59:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E7xuxF074125 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 07:59:56 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810140759.m9E7xuxF074125@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 14 Oct 2008 07:59:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_futex.c linux_futex.h src/sys/i386/linux linux.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, 14 Oct 2008 07:59:56 -0000 kib 2008-10-14 07:59:23 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h sys/compat/linux linux_futex.c linux_futex.h sys/i386/linux linux.h Log: SVN rev 183871 on 2008-10-14 07:59:23Z by kib Make robust futexes work on linux32/amd64. Use PTRIN to read user-mode pointers. Change types used in the structures definitions to properly-sized architecture-specific types. Submitted by: dchagin MFC after: 1 week Revision Changes Path 1.18 +11 -0 src/sys/amd64/linux32/linux.h 1.14 +3 -3 src/sys/compat/linux/linux_futex.c 1.5 +0 -12 src/sys/compat/linux/linux_futex.h 1.80 +11 -0 src/sys/i386/linux/linux.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 08:04:17 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F191065690 for ; Tue, 14 Oct 2008 08:04:17 +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 079A38FC2D for ; Tue, 14 Oct 2008 08:04:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E84Gle075694 for ; Tue, 14 Oct 2008 08:04:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E84GmH075693 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 08:04:16 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810140804.m9E84GmH075693@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 14 Oct 2008 08:03:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/netinet ip_fw.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, 14 Oct 2008 08:04:17 -0000 rwatson 2008-10-14 08:03:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_fw.h Log: SVN rev 183872 on 2008-10-14 08:03:58Z by rwatson Merge r183744 from head to stable/7: Fix content and spelling of comment on _ipfw_insn.len -- a count of 32-bit words, not 32-byte words. Approved by: re (kib) Revision Changes Path 1.110.2.6 +1 -1 src/sys/netinet/ip_fw.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 08:18:32 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05A610657C6 for ; Tue, 14 Oct 2008 08:18:32 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB198FC19 for ; Tue, 14 Oct 2008 08:18:32 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E8IW9k076881 for ; Tue, 14 Oct 2008 08:18:32 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E8IW2L076880 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 08:18:32 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810140818.m9E8IW2L076880@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Tue, 14 Oct 2008 08:18:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/conf DB-78XXX DB-88F5XXX DB-88F6XXX X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 08:18:32 -0000 raj 2008-10-14 08:18:27 UTC FreeBSD src repository Added files: sys/arm/conf DB-78XXX DB-88F5XXX DB-88F6XXX Log: SVN rev 183873 on 2008-10-14 08:18:27Z by raj Add kernel config files for Marvell development boards. FreeBSD 8-CURRENT was tested and run successfully on the following eval boards and devices : * DB-88F5182, DB-88F5281 (Orion based) * DB-88F6281, RD-88F6281 (Kirkwood based) * DB-78100 (Discovery based) For more detailed info on build instructions and other examples please refer to http://wiki.freebsd.org/FreeBSDMarvell Obtained from: Marvell, Semihalf Revision Changes Path 1.1 +78 -0 src/sys/arm/conf/DB-78XXX (new) 1.1 +80 -0 src/sys/arm/conf/DB-88F5XXX (new) 1.1 +77 -0 src/sys/arm/conf/DB-88F6XXX (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 08:42:03 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A8210656BA for ; Tue, 14 Oct 2008 08:42:03 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 970E88FC19 for ; Tue, 14 Oct 2008 08:42:03 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E8g3MM078906 for ; Tue, 14 Oct 2008 08:42:03 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E8g3Nd078905 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 08:42:03 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810140842.m9E8g3Nd078905@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Tue, 14 Oct 2008 08:41:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb u3g.c 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: Tue, 14 Oct 2008 08:42:03 -0000 n_hibma 2008-10-14 08:41:54 UTC FreeBSD src repository Modified files: sys/dev/usb u3g.c umass.c Log: SVN rev 183874 on 2008-10-14 08:41:54Z by n_hibma Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stub driver. This stub also hides the devices until they are ready to be used to avoid confusion (commented out for now). Revision Changes Path 1.6 +121 -51 src/sys/dev/usb/u3g.c 1.171 +0 -22 src/sys/dev/usb/umass.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 08:44:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7D391065762 for ; Tue, 14 Oct 2008 08:44:35 +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 7C34F8FC16 for ; Tue, 14 Oct 2008 08:44:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E8iYsK079107 for ; Tue, 14 Oct 2008 08:44:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E8iYRR079106 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 08:44:34 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810140844.m9E8iYRR079106@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 14 Oct 2008 08:44:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 08:44:35 -0000 rwatson 2008-10-14 08:44:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_socket.c Log: SVN rev 183875 on 2008-10-14 08:44:27Z by rwatson Merge r183664 from head to stable/7: Remove temporary debugging KASSERT's introduced to detect protocols improperly invoking sosend(), soreceive(), and sopoll() instead of attach either specialized or _generic() versions of those functions to their pru_sosend, pru_soreceive, and pru_sopoll protosw methods. Approved by: re (kib) Revision Changes Path 1.302.2.10 +0 -12 src/sys/kern/uipc_socket.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 09:54:15 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78E00106568C for ; Tue, 14 Oct 2008 09:54:15 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6768FC31 for ; Tue, 14 Oct 2008 09:54:15 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9E9sF7h095589 for ; Tue, 14 Oct 2008 09:54:15 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9E9sFKW095588 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 09:54:15 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810140954.m9E9sFKW095588@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Tue, 14 Oct 2008 09:53:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/arm/gen _setjmp.S src/lib/libstand 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, 14 Oct 2008 09:54:15 -0000 raj 2008-10-14 09:53:47 UTC FreeBSD src repository Modified files: lib/libc/arm/gen _setjmp.S lib/libstand Makefile Log: SVN rev 183876 on 2008-10-14 09:53:47Z by raj Let libstand(3) build on ARM. This is a pre-requisite for loader(8) + U-Boot support library on this arch. Revision Changes Path 1.4 +4 -0 src/lib/libc/arm/gen/_setjmp.S 1.63 +9 -1 src/lib/libstand/Makefile From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 10:09:46 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E6A1065743 for ; Tue, 14 Oct 2008 10:09:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91A2E8FC20 for ; Tue, 14 Oct 2008 10:09:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EA9kTN098097 for ; Tue, 14 Oct 2008 10:09:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EA9kEc098096 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 10:09:46 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810141009.m9EA9kEc098096@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 14 Oct 2008 10:09:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/zoneinfo africa asia southamerica zone.tab X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 10:09:46 -0000 edwin 2008-10-14 10:09:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/zoneinfo africa asia southamerica zone.tab Log: SVN rev 183877 on 2008-10-14 10:09:32Z by edwin Vendor import of tzdata2008h MFV of r183861 MFC of r183864 - Minor update for Mauritius (which I don't understand) - Syria goes to DST at 1 November instead of 1 October. - Niue is now located at the right side of the equator. Approved by: re (blackend) Revision Changes Path 1.21.2.3 +11 -3 src/share/zoneinfo/africa 1.33.2.5 +14 -2 src/share/zoneinfo/asia 1.31.2.7 +17 -1 src/share/zoneinfo/southamerica 1.22.2.4 +2 -2 src/share/zoneinfo/zone.tab From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 10:12:22 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40EEF10656A1 for ; Tue, 14 Oct 2008 10:12:22 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B8E48FC2E for ; Tue, 14 Oct 2008 10:12:22 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EACM7m098493 for ; Tue, 14 Oct 2008 10:12:22 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EACMx1098491 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 10:12:22 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810141012.m9EACMx1098491@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Tue, 14 Oct 2008 10:11:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm locore.S src/sys/arm/include bootinfo.h metadata.h src/sys/boot Makefile src/sys/boot/arm Makefile src/sys/boot/arm/uboot Makefile conf.c help.uboot ldscript.arm start.S version src/sys/boot/common Makefile.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: Tue, 14 Oct 2008 10:12:22 -0000 raj 2008-10-14 10:11:14 UTC FreeBSD src repository Modified files: sys/arm/arm locore.S sys/arm/include metadata.h sys/boot Makefile sys/boot/arm Makefile sys/boot/common Makefile.inc load_elf.c sys/boot/ficl Makefile sys/boot/uboot/lib glue.c Added files: sys/arm/include bootinfo.h sys/boot/arm/uboot Makefile conf.c help.uboot ldscript.arm start.S version Log: SVN rev 183878 on 2008-10-14 10:11:14Z by raj Initial support of loader(8) for ARM machines running U-Boot. This uses the common U-Boot support lib (sys/boot/uboot, already used on FreeBSD/powerpc), and assumes the underlying firmware has the modern API for stand-alone apps enabled in the config (CONFIG_API). Only netbooting is supported at the moment. Obtained from: Marvell, Semihalf Revision Changes Path 1.21 +9 -0 src/sys/arm/arm/locore.S 1.1 +72 -0 src/sys/arm/include/bootinfo.h (new) 1.3 +1 -1 src/sys/arm/include/metadata.h 1.36 +1 -1 src/sys/boot/Makefile 1.4 +1 -1 src/sys/boot/arm/Makefile 1.1 +96 -0 src/sys/boot/arm/uboot/Makefile (new) 1.1 +91 -0 src/sys/boot/arm/uboot/conf.c (new) 1.1 +1 -0 src/sys/boot/arm/uboot/help.uboot (new) 1.1 +134 -0 src/sys/boot/arm/uboot/ldscript.arm (new) 1.1 +93 -0 src/sys/boot/arm/uboot/start.S (new) 1.1 +6 -0 src/sys/boot/arm/uboot/version (new) 1.24 +1 -1 src/sys/boot/common/Makefile.inc 1.39 +10 -1 src/sys/boot/common/load_elf.c 1.46 +1 -1 src/sys/boot/ficl/Makefile 1.8 +1 -1 src/sys/boot/uboot/lib/glue.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 10:16:18 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5423610656A0 for ; Tue, 14 Oct 2008 10:16:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 289518FC12 for ; Tue, 14 Oct 2008 10:16:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EAGIPi098876 for ; Tue, 14 Oct 2008 10:16:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EAGIcU098875 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 10:16:18 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810141016.m9EAGIcU098875@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 14 Oct 2008 10:16:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/share/zoneinfo africa asia southamerica zone.tab X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 10:16:18 -0000 edwin 2008-10-14 10:16:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/zoneinfo africa asia southamerica zone.tab Log: SVN rev 183879 on 2008-10-14 10:16:15Z by edwin MFC of r183536: tzdata2008g MFC of r183864: tzdata2008h Approved by: re (blackend) Revision Changes Path 1.14.14.9 +11 -3 src/share/zoneinfo/africa 1.25.2.11 +14 -2 src/share/zoneinfo/asia 1.24.2.12 +43 -6 src/share/zoneinfo/southamerica 1.17.2.8 +2 -2 src/share/zoneinfo/zone.tab From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 10:23:21 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6EE11065703 for ; Tue, 14 Oct 2008 10:23:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD9B48FC17 for ; Tue, 14 Oct 2008 10:23:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EANIki099528 for ; Tue, 14 Oct 2008 10:23:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EANI8c099527 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 10:23:18 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810141023.m9EANI8c099527@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 14 Oct 2008 10:23:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6_4 Subject: cvs commit: src/share/zoneinfo africa asia southamerica zone.tab X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 10:23:21 -0000 edwin 2008-10-14 10:23:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) share/zoneinfo africa asia southamerica zone.tab Log: SVN rev 183880 on 2008-10-14 10:23:11Z by edwin MFC of r183537 - tzdata2008g MFC of r183864 - tzdata2008h Approved by: re (blackend) Revision Changes Path 1.14.14.8.2.1 +11 -3 src/share/zoneinfo/africa 1.25.2.10.2.1 +14 -2 src/share/zoneinfo/asia 1.24.2.11.2.1 +43 -6 src/share/zoneinfo/southamerica 1.17.2.7.2.1 +2 -2 src/share/zoneinfo/zone.tab From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 12:27:05 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B69F81065695 for ; Tue, 14 Oct 2008 12:27:05 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7F58FC23 for ; Tue, 14 Oct 2008 12:27:05 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9ECR5Lb011742 for ; Tue, 14 Oct 2008 12:27:05 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9ECR54H011741 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 12:27:05 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200810141227.m9ECR54H011741@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Tue, 14 Oct 2008 12:26:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 12:27:05 -0000 maxim 2008-10-14 12:26:55 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 183881 on 2008-10-14 12:26:55Z by maxim o Reformat ipfw nat get|setsockopt code to look it more style(9) compliant. No functional changes. Revision Changes Path 1.198 +36 -33 src/sys/netinet/ip_fw2.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 14:54:47 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E65B01065694 for ; Tue, 14 Oct 2008 14:54:47 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B66C38FC29 for ; Tue, 14 Oct 2008 14:54:47 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EEsl51034891 for ; Tue, 14 Oct 2008 14:54:47 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EEsl5g034890 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 14:54:47 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200810141454.m9EEsl5g034890@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Tue, 14 Oct 2008 14:54:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.powerpc src/sys/dev/powermac_nvram powermac_nvram.c src/sys/powerpc/aim nexus.c ofw_machdep.c src/sys/powerpc/include nexusvar.h src/sys/powerpc/ofw ofw_pci.c ofw_pci.h ofw_pcib_pci.c ofw_pcibus.c ofw_syscons.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 14:54:48 -0000 nwhitehorn 2008-10-14 14:54:14 UTC FreeBSD src repository Modified files: sys/conf files.powerpc sys/dev/powermac_nvram powermac_nvram.c sys/powerpc/aim nexus.c ofw_machdep.c sys/powerpc/ofw ofw_pcib_pci.c ofw_syscons.c sys/powerpc/powermac ata_kauai.c grackle.c hrowpic.c macio.c openpic_macio.c uninorth.c uninorthvar.h sys/powerpc/psim iobus.c openpic_iobus.c Added files: sys/powerpc/ofw ofw_pcibus.c Removed files: sys/powerpc/include nexusvar.h sys/powerpc/ofw ofw_pci.c ofw_pci.h Log: SVN rev 183882 on 2008-10-14 14:54:14Z by nwhitehorn Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This simplifies certain device attachments (Kauai ATA, for instance), and makes possible others on new hardware. On G5 systems, there are several otherwise standard PCI devices (Serverworks SATA) that will not allow their interrupt properties to be written, so this information must be supplied directly from Open Firmware. Obtained from: sparc64 Revision Changes Path 1.82 +1 -1 src/sys/conf/files.powerpc 1.4 +5 -7 src/sys/dev/powermac_nvram/powermac_nvram.c 1.18 +7 -1 src/sys/powerpc/aim/nexus.c 1.21 +2 -2 src/sys/powerpc/aim/ofw_machdep.c 1.4 +0 -58 src/sys/powerpc/include/nexusvar.h (dead) 1.6 +0 -229 src/sys/powerpc/ofw/ofw_pci.c (dead) 1.3 +0 -34 src/sys/powerpc/ofw/ofw_pci.h (dead) 1.6 +18 -15 src/sys/powerpc/ofw/ofw_pcib_pci.c 1.1 +359 -0 src/sys/powerpc/ofw/ofw_pcibus.c (new) 1.12 +0 -9 src/sys/powerpc/ofw/ofw_syscons.c 1.16 +9 -51 src/sys/powerpc/powermac/ata_kauai.c 1.14 +24 -12 src/sys/powerpc/powermac/grackle.c 1.15 +0 -1 src/sys/powerpc/powermac/hrowpic.c 1.26 +3 -1 src/sys/powerpc/powermac/macio.c 1.13 +0 -1 src/sys/powerpc/powermac/openpic_macio.c 1.21 +77 -24 src/sys/powerpc/powermac/uninorth.c 1.5 +12 -0 src/sys/powerpc/powermac/uninorthvar.h 1.13 +3 -3 src/sys/powerpc/psim/iobus.c 1.11 +0 -1 src/sys/powerpc/psim/openpic_iobus.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 15:19:11 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAF9B10656A0 for ; Tue, 14 Oct 2008 15:19:11 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDA88FC0A for ; Tue, 14 Oct 2008 15:19:11 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EFJBwf037909 for ; Tue, 14 Oct 2008 15:19:11 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EFJB6F037908 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 15:19:11 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810141519.m9EFJB6F037908@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Tue, 14 Oct 2008 15:19:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 15:19:11 -0000 n_hibma 2008-10-14 15:19:02 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: SVN rev 183883 on 2008-10-14 15:19:02Z by n_hibma Add back in the (incorrect) entry for the MC950D, as requested by Andrew Thompson. They should not be removed in support of 3rd party software. Revision Changes Path 1.376 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 15:22:43 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD80B106564A for ; Tue, 14 Oct 2008 15:22:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0958FC12 for ; Tue, 14 Oct 2008 15:22:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EFMhOT038243 for ; Tue, 14 Oct 2008 15:22:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EFMhAm038242 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 15:22:43 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810141522.m9EFMhAm038242@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 14 Oct 2008 15:22:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/zoneinfo africa asia southamerica zone.tab X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 15:22:43 -0000 jhb 2008-10-14 15:22:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo africa asia southamerica zone.tab Log: SVN rev 183884 on 2008-10-14 15:22:36Z by jhb MFC: tzdata2008h. Revision Changes Path 1.10.2.10 +11 -3 src/share/zoneinfo/africa 1.14.2.17 +14 -2 src/share/zoneinfo/asia 1.12.2.18 +43 -6 src/share/zoneinfo/southamerica 1.4.2.17 +2 -2 src/share/zoneinfo/zone.tab From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 15:30:33 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AA96106568C for ; Tue, 14 Oct 2008 15:30:33 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8BD8FC17 for ; Tue, 14 Oct 2008 15:30:33 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EFUXxu038908 for ; Tue, 14 Oct 2008 15:30:33 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EFUXHc038907 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 15:30:33 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810141530.m9EFUXHc038907@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Tue, 14 Oct 2008 15:30:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 u3g.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 15:30:33 -0000 n_hibma 2008-10-14 15:30:17 UTC FreeBSD src repository Modified files: share/man/man4 u3g.4 Log: SVN rev 183885 on 2008-10-14 15:30:17Z by n_hibma Correct the name of the device. Revision Changes Path 1.4 +1 -1 src/share/man/man4/u3g.4 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 16:28:05 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145E01065752 for ; Tue, 14 Oct 2008 16:28:05 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC4BC8FC13 for ; Tue, 14 Oct 2008 16:28:04 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EGS41A044583 for ; Tue, 14 Oct 2008 16:28:04 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EGS4x9044582 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 16:28:04 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200810141628.m9EGS4x9044582@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Tue, 14 Oct 2008 16:27:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/xscale/ixp425 if_npe.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 16:28:05 -0000 sam 2008-10-14 16:27:52 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 if_npe.c Log: SVN rev 183886 on 2008-10-14 16:27:52Z by sam correct sizeof calculation PR: arm/128095 Submitted by: Henning Petersen MFC after: 1 week Revision Changes Path 1.10 +1 -1 src/sys/arm/xscale/ixp425/if_npe.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 17:47:37 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57028106569D for ; Tue, 14 Oct 2008 17:47:36 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55B8B8FC18 for ; Tue, 14 Oct 2008 17:47:36 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EHlaW5061740 for ; Tue, 14 Oct 2008 17:47:36 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EHlaqN061739 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 17:47:36 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200810141747.m9EHlaqN061739@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Tue, 14 Oct 2008 17:47:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 17:47:37 -0000 maxim 2008-10-14 17:47:29 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 183887 on 2008-10-14 17:47:29Z by maxim o Remove unnecessary parentheses and restore identation. Prodded by: mlaier Revision Changes Path 1.199 +24 -32 src/sys/netinet/ip_fw2.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 17:48:51 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF03510657B9 for ; Tue, 14 Oct 2008 17:48:51 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB9068FC17 for ; Tue, 14 Oct 2008 17:48:51 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EHmpv2061833 for ; Tue, 14 Oct 2008 17:48:51 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EHmpWk061832 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 17:48:51 GMT (envelope-from dumbbell@repoman.freebsd.org) Message-Id: <200810141748.m9EHmpWk061832@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dumbbell@repoman.freebsd.org using -f From: Jean-Sebastien Pedron Date: Tue, 14 Oct 2008 17:48:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 17:48:51 -0000 dumbbell 2008-10-14 17:48:36 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: SVN rev 183888 on 2008-10-14 17:48:36Z by dumbbell Rewrite Synaptics touchpads support with the following goals in mind: o better quality of the movement smoothing o more features such as tap-hold and virtual scrolling Support must still be enabled with this line in your /boot/loader.conf: hw.psm.synaptics_support="1" The following sysctls were removed: hw.psm.synaptics.low_speed_threshold hw.psm.synaptics.min_movement hw.psm.synaptics.squelch_level An overview of this new driver and a short documentation about the added sysctls is available on the wiki: http://wiki.freebsd.org/SynapticsTouchpad Revision Changes Path 1.100 +984 -177 src/sys/dev/atkbdc/psm.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 17:53:37 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946811065694 for ; Tue, 14 Oct 2008 17:53:37 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 672D28FC0C for ; Tue, 14 Oct 2008 17:53:37 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EHrbwc062212 for ; Tue, 14 Oct 2008 17:53:37 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EHrbrV062211 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 17:53:37 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200810141753.m9EHrbrV062211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Tue, 14 Oct 2008 17:53:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 17:53:37 -0000 maxim 2008-10-14 17:53:26 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183889 on 2008-10-14 17:53:26Z by maxim o Do nothing in show_nat() for a test mode (-n). This prevents show_nat() from endless loop and makes work ipfw -n nat <...>. PR: bin/128064 Submitted by: sem MFC after: 1 month Revision Changes Path 1.131 +4 -8 src/sbin/ipfw/ipfw2.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 17:59:53 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD7D1065687 for ; Tue, 14 Oct 2008 17:59:53 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7AC8FC0C for ; Tue, 14 Oct 2008 17:59:53 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EHxrZr062697 for ; Tue, 14 Oct 2008 17:59:53 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EHxrNj062696 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 17:59:53 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200810141759.m9EHxrNj062696@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Tue, 14 Oct 2008 17:59:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 17:59:53 -0000 maxim 2008-10-14 17:59:39 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183890 on 2008-10-14 17:59:39Z by maxim o Remove a debug code and restore an accidentally deleted code in a previous commit. Revision Changes Path 1.132 +8 -1 src/sbin/ipfw/ipfw2.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 18:24:55 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DFFF1065686 for ; Tue, 14 Oct 2008 18:24:55 +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 D636F8FC16 for ; Tue, 14 Oct 2008 18:24:54 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EIOsMc066006 for ; Tue, 14 Oct 2008 18:24:54 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EIOsCC066005 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 18:24:54 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200810141824.m9EIOsCC066005@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Tue, 14 Oct 2008 18:24:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 18:24:55 -0000 thompsa 2008-10-14 18:24:40 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: SVN rev 183891 on 2008-10-14 18:24:40Z by thompsa Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD has already picked up the new name so run with it. Revision Changes Path 1.377 +0 -1 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 19:02:56 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 370A51065687 for ; Tue, 14 Oct 2008 19:02:56 +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 0BC858FC17 for ; Tue, 14 Oct 2008 19:02:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EJ2t4x069023 for ; Tue, 14 Oct 2008 19:02:55 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EJ2txo069022 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 19:02:55 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810141902.m9EJ2txo069022@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Tue, 14 Oct 2008 19:02:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/twa tw_osl_freebsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 19:02:56 -0000 delphij 2008-10-14 19:02:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/twa tw_osl_freebsd.c Log: SVN rev 183892 on 2008-10-14 19:02:47Z by delphij MFC r183660: Limit DMA memory to lower addressable 4GB, without this patch, we can reliably provoke data corruption on systems equipped with a plenty of memory during high load. Approved by: re (kib) Revision Changes Path 1.9.2.1 +4 -4 src/sys/dev/twa/tw_osl_freebsd.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 19:49:12 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3599010656C7 for ; Tue, 14 Oct 2008 19:49:12 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A19A8FC14 for ; Tue, 14 Oct 2008 19:49:12 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EJnB89073661 for ; Tue, 14 Oct 2008 19:49:11 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EJnBHS073660 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 19:49:11 GMT (envelope-from dwmalone@repoman.freebsd.org) Message-Id: <200810141949.m9EJnBHS073660@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dwmalone@repoman.freebsd.org using -f From: David Malone Date: Tue, 14 Oct 2008 19:48:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/net if_stf.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 19:49:12 -0000 dwmalone 2008-10-14 19:48:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_stf.c Log: SVN rev 183893 on 2008-10-14 19:48:58Z by dwmalone Some people's 6to4 routers seem to have been blowing up because of the unlocked route caching in if_stf. Add a mutex that protects access to cached route. Various versions of this patch were tested by Pekka Savola, Nick Sayer and Wouter Snels. Approved by: re (gnn) Revision Changes Path 1.60.2.2 +30 -6 src/sys/net/if_stf.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 19:58:42 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B741110657AC for ; Tue, 14 Oct 2008 19:58:42 +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 8C6028FC1C for ; Tue, 14 Oct 2008 19:58:42 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EJwgtj074521 for ; Tue, 14 Oct 2008 19:58:42 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EJwgFM074520 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 19:58:42 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810141958.m9EJwgFM074520@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Tue, 14 Oct 2008 19:58:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 19:58:42 -0000 mav 2008-10-14 19:58:26 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183894 on 2008-10-14 19:58:26Z by mav Add all Sigmatel/IDT codecs I could find. Add IDT and Intel unknown codecs. PR: kern/125822 Revision Changes Path 1.64 +93 -12 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 20:19:14 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E9C3106569C for ; Tue, 14 Oct 2008 20:19:14 +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 D78E88FC22 for ; Tue, 14 Oct 2008 20:19:13 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EKJDUE077248 for ; Tue, 14 Oct 2008 20:19:13 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EKJDo2077247 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 20:19:13 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200810142019.m9EKJDo2077247@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 14 Oct 2008 20:18:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Oct 2008 20:19:14 -0000 marius 2008-10-14 20:18:57 UTC FreeBSD src repository Modified files: sys/dev/sym sym_hipd.c Log: SVN rev 183895 on 2008-10-14 20:18:57Z by marius Use xpt_register_async() in order to remove code duplication. MFC after: 1 month Revision Changes Path 1.72 +3 -7 src/sys/dev/sym/sym_hipd.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 20:28:59 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5A131065691 for ; Tue, 14 Oct 2008 20:28:59 +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 8A1718FC17 for ; Tue, 14 Oct 2008 20:28:59 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EKSxcM078085 for ; Tue, 14 Oct 2008 20:28:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EKSxJD078084 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 20:28:59 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200810142028.m9EKSxJD078084@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 14 Oct 2008 20:28:42 +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: Tue, 14 Oct 2008 20:28:59 -0000 marius 2008-10-14 20:28:42 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 183896 on 2008-10-14 20:28:42Z by marius Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9) in order to get rid of the bus space handle and tag in the softc. MFC after: 1 month Revision Changes Path 1.214 +0 -4 src/sys/dev/bge/if_bge.c 1.81 +3 -6 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 22:48:47 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 556AF10656B3 for ; Tue, 14 Oct 2008 22:48:47 +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 431158FC08 for ; Tue, 14 Oct 2008 22:48:47 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EMmlCd002028 for ; Tue, 14 Oct 2008 22:48:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EMml28002027 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 22:48:47 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810142248.m9EMml28002027@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 14 Oct 2008 22:48:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 22:48:47 -0000 rwatson 2008-10-14 22:48:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_socket.c Log: SVN rev 183898 on 2008-10-14 22:48:38Z by rwatson Merge r183675 from head to stable/7: In soreceive_dgram, when a 0-length buffer is passed into recv(2) and no data is ready, return 0 rather than blocking or returning EAGAIN. This is consistent with the behavior of soreceive_generic (soreceive) in earlier versions of FreeBSD, and restores this behavior for UDP. Discussed with: jhb, sam Approved by: re (kib) Revision Changes Path 1.302.2.11 +2 -1 src/sys/kern/uipc_socket.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 03:38:06 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65CA1065689 for ; Wed, 15 Oct 2008 03:38:06 +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 8B2B38FC0A for ; Wed, 15 Oct 2008 03:38:06 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9F3c6Pc039777 for ; Wed, 15 Oct 2008 03:38:06 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9F3c6DT039776 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 03:38:06 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200810150338.m9F3c6DT039776@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Wed, 15 Oct 2008 03:38:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Oct 2008 03:38:06 -0000 nwhitehorn 2008-10-15 03:38:03 UTC FreeBSD src repository Modified files: sys/powerpc/ofw ofw_syscons.c Log: SVN rev 183901 on 2008-10-15 03:38:03Z by nwhitehorn Prevent the OF syscons module from trying to attach to real devices on the nexus by only attaching to a device with no OF node. Revision Changes Path 1.13 +5 -0 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 06:32:19 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF3A106564A for ; Wed, 15 Oct 2008 06:32: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 6AD708FC18 for ; Wed, 15 Oct 2008 06:32:19 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9F6WJlX065769 for ; Wed, 15 Oct 2008 06:32:19 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9F6WJhI065768 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 06:32:19 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <200810150632.m9F6WJhI065768@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Wed, 15 Oct 2008 06:31:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c kern_sig.c kern_thread.c sys_process.c src/sys/sys proc.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, 15 Oct 2008 06:32:19 -0000 davidxu 2008-10-15 06:31:37 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c kern_sig.c kern_thread.c sys_process.c sys/sys proc.h Log: SVN rev 183911 on 2008-10-15 06:31:37Z by davidxu Move per-thread userland debugging flags into seperated field, this eliminates some problems of locking, e.g, a thread lock is needed but can not be used at that time. Only the process lock is needed now for new field. Revision Changes Path 1.315 +4 -0 src/sys/kern/kern_exit.c 1.364 +4 -8 src/sys/kern/kern_sig.c 1.278 +1 -3 src/sys/kern/kern_thread.c 1.149 +6 -11 src/sys/kern/sys_process.c 1.521 +7 -2 src/sys/sys/proc.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 12:02:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF9FF1065688 for ; Wed, 15 Oct 2008 12:02:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF8468FC22 for ; Wed, 15 Oct 2008 12:02:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FC2ZVT006581 for ; Wed, 15 Oct 2008 12:02:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9FC2ZEj006580 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 12:02:35 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810151202.m9FC2ZEj006580@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Wed, 15 Oct 2008 12:02:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Oct 2008 12:02:36 -0000 edwin 2008-10-15 12:02:32 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: SVN rev 183912 on 2008-10-15 12:02:32Z by edwin The timezone information databases has been updated to tzdata2008h. Revision Changes Path 1.1095 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 15:54:54 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6927E106568E for ; Wed, 15 Oct 2008 15:54:54 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55A1D8FC15 for ; Wed, 15 Oct 2008 15:54:54 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FFssHB040222 for ; Wed, 15 Oct 2008 15:54:54 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9FFssaL040221 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 15:54:54 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810151554.m9FFssaL040221@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 15 Oct 2008 15:54:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c globals.c index.c package.c sysinstall.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, 15 Oct 2008 15:54:54 -0000 kensmith 2008-10-15 15:54:33 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c globals.c index.c package.c sysinstall.h Log: SVN rev 183921 on 2008-10-15 15:54:33Z by kensmith Package installation is handled by starting off with the list of packages the user selected and then recursively installing their dependencies, finally installing the ones the user selected after the recursion unwinds. Since users often select "high-level" packages that are on a higher numbered disc for the multi-volume release CDROMS this resulted in excessive disc swapping while installing things like kde, gnome, etc. Cut down on disc swapping by iterating through the disc volumes one at a time if we notice the package set is on multiple volumes. If a package is on a higher volume don't install it yet, but still "process it" so we get its dependencies installed. Because of the way the package sets for releases get assembled we're guaranteed dependencies will be on the same volume or lower. Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.246 +9 -2 src/usr.sbin/sysinstall/config.c 1.28 +3 -0 src/usr.sbin/sysinstall/globals.c 1.118 +51 -5 src/usr.sbin/sysinstall/index.c 1.106 +1 -1 src/usr.sbin/sysinstall/package.c 1.278 +5 -1 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 17:01:49 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 167401065690 for ; Wed, 15 Oct 2008 17:01:49 +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 032E78FC08 for ; Wed, 15 Oct 2008 17:01:49 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FH1mgT056761 for ; Wed, 15 Oct 2008 17:01:48 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9FH1mGQ056760 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 17:01:48 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200810151701.m9FH1mGQ056760@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Wed, 15 Oct 2008 16:58:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ddb.4 src/sys/kern tty.c src/sys/sys tty.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, 15 Oct 2008 17:01:49 -0000 ed 2008-10-15 16:58:35 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 sys/kern tty.c sys/sys tty.h Log: SVN rev 183922 on 2008-10-15 16:58:35Z by ed Import some improvements to the TTY code from the MPSAFE TTY branch. - Change the ddb(4) commands to be more useful (by thompsa@): - `show ttys' is now called `show all ttys'. This command will now also display the address where the TTY data structure resides. - Add `show tty ', which dumps the TTY in a readable form. - Place an upper bound on the TTY buffer sizes. Some drivers do not want to care about baud rates. Protect these drivers by preventing the TTY buffers from getting enormous. Right now we'll just clamp it to 64K, which is pretty high, taking into account that these buffers are only used by the built-in discipline. - Only call ttydev_leave() when needed. Back in April/May the TTY reference counting mechanism was a little different, which required us to call ttydev_leave() each time we finished a cdev operation. Nowadays we only need to call ttydev_leave() when we really mark it as being closed. - Improve return codes of read() and write() on TTY device nodes. - Make sure we really wake up all blocked threads when the driver calls tty_rel_gone(). There were some possible code paths where we didn't properly wake up any readers/writers. - Add extra assertions to prevent sleeping on a TTY that has been abandoned by the driver. - Use ttydev_cdevsw as a more reliable method to figure out whether a device node is a real TTY device node. Obtained from: //depot/projects/mpsafetty/... Reviewed by: thompsa Revision Changes Path 1.60 +9 -4 src/share/man/man4/ddb.4 1.293 +162 -37 src/sys/kern/tty.c 1.110 +1 -0 src/sys/sys/tty.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 19:24:25 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A9BF1065766 for ; Wed, 15 Oct 2008 19:24:25 +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 1E9D18FC0A for ; Wed, 15 Oct 2008 19:24:25 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FJOPCq078815 for ; Wed, 15 Oct 2008 19:24:25 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9FJOOGS078814 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 19:24:24 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810151924.m9FJOOGS078814@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Wed, 15 Oct 2008 19:24:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 19:24:25 -0000 bz 2008-10-15 19:24:18 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: SVN rev 183923 on 2008-10-15 19:24:18Z by bz Check that the mbuf len is positive (like we do in the v4 case). Read the other way round this means that even with the checks the m_len turned negative in some cases which led to panics. The reason to my understanding seems to be that the checks are wrong (also for v4) ignoring possible padding when checking cmsg_len or padding after data when adjusting the mbuf. Doing proper cheks seems to break applications like named so further investigation and regression tests are needed. PR: kern/119123 Tested by: Ashish Shukla wahjava gmail.com MFC after: 3 days Revision Changes Path 1.122 +1 -1 src/sys/netinet6/ip6_output.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 21:25:26 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8A5F1065741 for ; Wed, 15 Oct 2008 21:25:26 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B62E78FC0A for ; Wed, 15 Oct 2008 21:25:26 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FLPQ6U000248 for ; Wed, 15 Oct 2008 21:25:26 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9FLPQVO000247 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 21:25:26 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810152125.m9FLPQVO000247@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Wed, 15 Oct 2008 21:25:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb u3g.c ubsa.c usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Oct 2008 21:25:26 -0000 n_hibma 2008-10-15 21:25:11 UTC FreeBSD src repository Modified files: sys/dev/usb u3g.c ubsa.c usbdevs Log: SVN rev 183925 on 2008-10-15 21:25:11Z by n_hibma Rewrite the driver to better support the Huawei devices. It should now support the Sierra and Novatel devices, ignore all umass devices and hide the umass devices that represent the CD ROM devices (but not the SD card slot in the Huawei Mobile dongle). Note: This driver in FBSD7 seems to suffer from memory corruption when used with an Option GT Quad. The E220 however works flawlessly. Also add the ID for the Option GTMaxHSUPA, provided by Olivier Fromme. Revision Changes Path 1.7 +294 -207 src/sys/dev/usb/u3g.c 1.45 +0 -46 src/sys/dev/usb/ubsa.c 1.378 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Wed Oct 15 21:47:13 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F74F106569B for ; Wed, 15 Oct 2008 21:47:13 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3B918FC14 for ; Wed, 15 Oct 2008 21:47:12 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FLlCNT001923 for ; Wed, 15 Oct 2008 21:47:12 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9FLlCTl001922 for cvs-src-old@freebsd.org; Wed, 15 Oct 2008 21:47:12 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810152147.m9FLlCTl001922@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Wed, 15 Oct 2008 21:47:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 u3g.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 21:47:13 -0000 n_hibma 2008-10-15 21:47:01 UTC FreeBSD src repository Modified files: share/man/man4 u3g.4 Log: SVN rev 183926 on 2008-10-15 21:47:01Z by n_hibma Comment on the umass CD ROM devices in the UMTS modems. Revision Changes Path 1.5 +11 -1 src/share/man/man4/u3g.4 From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 04:17:22 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEA1B1065688 for ; Thu, 16 Oct 2008 04:17:22 +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 C34F98FC0C for ; Thu, 16 Oct 2008 04:17:22 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9G4HMLd053428 for ; Thu, 16 Oct 2008 04:17:22 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9G4HMkA053427 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 04:17:22 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <200810160417.m9G4HMkA053427@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Thu, 16 Oct 2008 04:17:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Oct 2008 04:17:23 -0000 davidxu 2008-10-16 04:17:17 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: SVN rev 183929 on 2008-10-16 04:17:17Z by davidxu Restore code wrongly removed in SVN revision 173004, it causes threaded process to be stuck in execv(). Noticed by: delphij Revision Changes Path 1.279 +9 -1 src/sys/kern/kern_thread.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 08:24:11 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E72C1065688 for ; Thu, 16 Oct 2008 08:24:11 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFD4F8FC1E for ; Thu, 16 Oct 2008 08:24:10 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9G8OAh9090797 for ; Thu, 16 Oct 2008 08:24:10 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9G8OAW2090796 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 08:24:10 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200810160824.m9G8OAW2090796@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Thu, 16 Oct 2008 08:24:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 16 Oct 2008 08:24:11 -0000 weongyo 2008-10-16 08:24:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: SVN rev 183930 on 2008-10-16 08:24:02Z by weongyo MFC r183587: sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not NDIS_TXPKTS and don't allocate unused extra spaces for sc->ndis_txarray and sc->ndis_txpool. PR: kern/127644 Submitted by: Antoine Pelisse Approved by: re (gnn) Revision Changes Path 1.124.2.3 +2 -2 src/sys/dev/if_ndis/if_ndis.c 1.27.2.1 +1 -1 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 12:31:14 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E90591065686 for ; Thu, 16 Oct 2008 12:31:14 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE47B8FC1A for ; Thu, 16 Oct 2008 12:31:14 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GCVEvJ025191 for ; Thu, 16 Oct 2008 12:31:14 GMT (envelope-from zec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9GCVEIJ025190 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 12:31:14 GMT (envelope-from zec@repoman.freebsd.org) Message-Id: <200810161231.m9GCVEIJ025190@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zec@repoman.freebsd.org using -f From: Marko Zec Date: Thu, 16 Oct 2008 12:31:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 12:31:15 -0000 zec 2008-10-16 12:31:03 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 183954 on 2008-10-16 12:31:03Z by zec Remove a useless global static variable. Approved by: bz (ad-hoc mentor) Revision Changes Path 1.180 +0 -2 src/sys/netinet/if_ether.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 12:43:01 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51AE106568E for ; Thu, 16 Oct 2008 12:43:01 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 931B08FC25 for ; Thu, 16 Oct 2008 12:43:01 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GCh1c7026121 for ; Thu, 16 Oct 2008 12:43:01 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9GCh1Hf026120 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 12:43:01 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200810161243.m9GCh1Hf026120@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Thu, 16 Oct 2008 12:42:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Oct 2008 12:43:01 -0000 attilio 2008-10-16 12:42:56 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: SVN rev 183955 on 2008-10-16 12:42:56Z by attilio - Fix a race in witness_checkorder() where, between the PCPU_GET() and PCPU_PTR() curthread can migrate on another CPU and get incorrect results. - Fix a similar race into witness_warn(). - Fix the interlock's checks bypassing by correctly using the appropriate children even when the lock_list chunk to be explored is not the first one. - Allow witness_warn() to work with spinlocks too. Bugs found by: tegge Submitted by: jhb, tegge Tested by: Giovanni Trematerra Revision Changes Path 1.259 +52 -30 src/sys/kern/subr_witness.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 18:09:37 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A24921065740 for ; Thu, 16 Oct 2008 18:09:36 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D61798FC1C for ; Thu, 16 Oct 2008 18:09:35 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GI9ZBr080508 for ; Thu, 16 Oct 2008 18:09:35 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9GI9Z5X080507 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 18:09:35 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200810161809.m9GI9Z5X080507@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 16 Oct 2008 18:09:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/arch/amd64 Makefile src/gnu/usr.bin/gdb/arch/i386 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: Thu, 16 Oct 2008 18:09:37 -0000 obrien 2008-10-16 18:09:27 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/arch/amd64 Makefile gnu/usr.bin/gdb/arch/i386 Makefile Log: SVN rev 183957 on 2008-10-16 18:09:27Z by obrien Document what the sed trick is for. Remove an embedded , and use same style for both files. Revision Changes Path 1.5 +3 -3 src/gnu/usr.bin/gdb/arch/amd64/Makefile 1.6 +2 -1 src/gnu/usr.bin/gdb/arch/i386/Makefile From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 19:06:37 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15E2410656AA for ; Thu, 16 Oct 2008 19:06:37 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE1EE8FC24 for ; Thu, 16 Oct 2008 19:06:36 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GJ6aES086019 for ; Thu, 16 Oct 2008 19:06:36 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9GJ6a6b086018 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 19:06:36 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810161906.m9GJ6a6b086018@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Thu, 16 Oct 2008 19:06:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm swtch.S X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Oct 2008 19:06:37 -0000 raj 2008-10-16 19:06:24 UTC FreeBSD src repository Modified files: sys/arm/arm swtch.S Log: SVN rev 183958 on 2008-10-16 19:06:24Z by raj Eliminate flushing of L2 cache in ARM context switch routines. With VIPT L2 cache such syncing not only is redundant, but also a performance penalty. Pointed out by: cognet Revision Changes Path 1.25 +0 -8 src/sys/arm/arm/swtch.S From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 20:39:08 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 693731065696 for ; Thu, 16 Oct 2008 20:39:08 +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 3D1C88FC17 for ; Thu, 16 Oct 2008 20:39:08 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GKd8vp094448 for ; Thu, 16 Oct 2008 20:39:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9GKd8Zm094447 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 20:39:08 GMT (envelope-from phk@repoman.freebsd.org) Message-Id: <200810162039.m9GKd8Zm094447@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to phk@repoman.freebsd.org using -f From: Poul-Henning Kamp Date: Thu, 16 Oct 2008 20:39:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ministat Makefile ministat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Oct 2008 20:39:08 -0000 phk 2008-10-16 20:39:02 UTC FreeBSD src repository Modified files: usr.bin/ministat Makefile ministat.c Log: SVN rev 183960 on 2008-10-16 20:39:02Z by phk Make ministat(1) vastly faster on huge datasets. Revision Changes Path 1.8 +2 -2 src/usr.bin/ministat/Makefile 1.12 +34 -49 src/usr.bin/ministat/ministat.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 16 20:56:24 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9604C1065799 for ; Thu, 16 Oct 2008 20:56:24 +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 6A3A48FC22 for ; Thu, 16 Oct 2008 20:56:24 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GKuO4B005495 for ; Thu, 16 Oct 2008 20:56:24 GMT (envelope-from phk@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9GKuOOl005494 for cvs-src-old@freebsd.org; Thu, 16 Oct 2008 20:56:24 GMT (envelope-from phk@repoman.freebsd.org) Message-Id: <200810162056.m9GKuOOl005494@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to phk@repoman.freebsd.org using -f From: Poul-Henning Kamp Date: Thu, 16 Oct 2008 20:56:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ministat ministat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Oct 2008 20:56:24 -0000 phk 2008-10-16 20:56:09 UTC FreeBSD src repository Modified files: usr.bin/ministat ministat.c Log: SVN rev 183961 on 2008-10-16 20:56:09Z by phk Free old arrays if we increase them. Pointed out by: mlaier Revision Changes Path 1.13 +1 -0 src/usr.bin/ministat/ministat.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 01:25:58 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAB491065687 for ; Fri, 17 Oct 2008 01:25:58 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF068FC18 for ; Fri, 17 Oct 2008 01:25:58 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9H1PwOJ041365 for ; Fri, 17 Oct 2008 01:25:58 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9H1PwOR041364 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 01:25:58 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810170125.m9H1PwOR041364@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 17 Oct 2008 01:25:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 01:25:58 -0000 kmacy 2008-10-17 01:25:45 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: SVN rev 183963 on 2008-10-17 01:25:45Z by kmacy make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctly PR: 127360 MFC after: 3 days Revision Changes Path 1.320 +2 -0 src/sys/kern/uipc_socket.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 05:27:02 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 089FB10656AF for ; Fri, 17 Oct 2008 05:27: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 EB29B8FC22 for ; Fri, 17 Oct 2008 05:27:01 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9H5R1xd073728 for ; Fri, 17 Oct 2008 05:27:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9H5R1cx073727 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 05:27:01 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200810170527.m9H5R1cx073727@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 17 Oct 2008 05:26:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii e1000phy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 05:27:02 -0000 yongari 2008-10-17 05:26:51 UTC FreeBSD src repository Modified files: sys/dev/mii e1000phy.c Log: SVN rev 183966 on 2008-10-17 05:26:51Z by yongari Some 88E1149 PHY's page select is initialized to point to other bank instead of copper/fiber bank which in turn resulted in wrong registers were accessed during PHY operation. It is believed that page 0 should be used for copper PHY so reinitialize E1000_EADR to select default copper PHY. This fixes link establishment issue of nfe(4) on Sun Fire X4140. OpenBSD also has similimar patch but they just reset the E1000_EADR register to page 0. However some Marvell PHYs((88E3082, 88E1000) don't have the extended address register and the meaning of the register is quite different for each PHY model. So selecting copper PHY is limited to 88E1149 PHY which seems to be the only one that exhibits link establishment problem. If parent device know the type of PHY(either copper or fiber) that information should be notified to PHY driver but there is no good way to pass this information yet. Reported by: thompsa Reviewed by: thompsa Revision Changes Path 1.23 +14 -0 src/sys/dev/mii/e1000phy.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 07:04:48 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A264F1065687 for ; Fri, 17 Oct 2008 07:04:48 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77D678FC17 for ; Fri, 17 Oct 2008 07:04:48 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9H74mvO083483 for ; Fri, 17 Oct 2008 07:04:48 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9H74mYO083482 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 07:04:48 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810170704.m9H74mYO083482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 17 Oct 2008 07:04:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cxgb cxgb_sge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 07:04:48 -0000 kmacy 2008-10-17 07:04:29 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_sge.c Log: SVN rev 183967 on 2008-10-17 07:04:29Z by kmacy Track number of packets transmitted and number of packets received PR: 125806 MFC after: 3 days Revision Changes Path 1.64 +6 -1 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 08:30:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B0E106564A for ; Fri, 17 Oct 2008 08:30:35 +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 6F2A08FC17 for ; Fri, 17 Oct 2008 08:30:35 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9H8UZB3091352 for ; Fri, 17 Oct 2008 08:30:35 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9H8UZLq091351 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 08:30:35 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <200810170830.m9H8UZLq091351@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Fri, 17 Oct 2008 08:30:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib Makefile.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, 17 Oct 2008 08:30:35 -0000 netchild 2008-10-17 08:30:20 UTC FreeBSD src repository Modified files: lib/libc/stdlib Makefile.inc Log: SVN rev 183969 on 2008-10-17 08:30:20Z by netchild MTC r183949: Allow to define MALLOC_PRODUCTION with a make variable instead of polluting the global CFLAGS. Reviewed by: jasone Revision Changes Path 1.56 +5 -0 src/lib/libc/stdlib/Makefile.inc From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 08:58:51 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6B0310656A2 for ; Fri, 17 Oct 2008 08:58:51 +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 8C9DA8FC19 for ; Fri, 17 Oct 2008 08:58:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9H8wp9Z003115 for ; Fri, 17 Oct 2008 08:58:51 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9H8wp32003114 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 08:58:51 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810170858.m9H8wp32003114@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 17 Oct 2008 08:58:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_partition mac_partition.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 08:58:51 -0000 bz 2008-10-17 08:58:33 UTC FreeBSD src repository Modified files: sys/security/mac_partition mac_partition.c Log: SVN rev 183970 on 2008-10-17 08:58:33Z by bz Use the label from the socket credential rather than the solabel which was not set by the mac_partition policy. Spotted by: rwatson Reviewed by: rwatson MFC after: 3 days Revision Changes Path 1.25 +2 -1 src/sys/security/mac_partition/mac_partition.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 12:54:40 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4381C10656AF for ; Fri, 17 Oct 2008 12:54:40 +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 B759C8FC13 for ; Fri, 17 Oct 2008 12:54:39 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HCsdIa036219 for ; Fri, 17 Oct 2008 12:54:39 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HCsdLH036218 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 12:54:39 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810171254.m9HCsdLH036218@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 17 Oct 2008 12:54:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_framework.h mac_inet.c mac_policy.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, 17 Oct 2008 12:54:40 -0000 bz 2008-10-17 12:54:28 UTC FreeBSD src repository Modified files: sys/security/mac mac_framework.h mac_inet.c mac_policy.h Log: SVN rev 183973 on 2008-10-17 12:54:28Z by bz Add mac_inpcb_check_visible MAC Framework entry point, which is similar to mac_socket_check_visible but operates on the inpcb. Reviewed by: rwatson MFC after: 3 months (set timer, decide then) Revision Changes Path 1.102 +1 -0 src/sys/security/mac/mac_framework.h 1.22 +12 -0 src/sys/security/mac/mac_inet.c 1.112 +3 -0 src/sys/security/mac/mac_policy.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 13:29:01 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8745A1065758 for ; Fri, 17 Oct 2008 13:29:00 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C329C8FC18 for ; Fri, 17 Oct 2008 13:29:00 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HDStaR040025 for ; Fri, 17 Oct 2008 13:28:55 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HDStlR040024 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 13:28:55 GMT (envelope-from brooks@repoman.freebsd.org) Message-Id: <200810171328.m9HDStlR040024@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brooks@repoman.freebsd.org using -f From: Brooks Davis Date: Fri, 17 Oct 2008 13:28:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dhclient dhclient.c dhcp.h tables.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 13:29:01 -0000 brooks 2008-10-17 13:28:53 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.c dhcp.h tables.c Log: SVN rev 183974 on 2008-10-17 13:28:53Z by brooks Support the remaining options listed in dhcp-options(5) and RFC 2132. PR: bin/127076 Submitted by: jkim MFC after: 1 week Revision Changes Path 1.25 +7 -0 src/sbin/dhclient/dhclient.c 1.4 +7 -0 src/sbin/dhclient/dhcp.h 1.5 +17 -5 src/sbin/dhclient/tables.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 14:07:56 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1A241065686 for ; Fri, 17 Oct 2008 14:07:56 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C29778FC16 for ; Fri, 17 Oct 2008 14:07:56 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HE7uKa044255 for ; Fri, 17 Oct 2008 14:07:56 GMT (envelope-from philip@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HE7ulZ044254 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 14:07:56 GMT (envelope-from philip@repoman.freebsd.org) Message-Id: <200810171407.m9HE7ulZ044254@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to philip@repoman.freebsd.org using -f From: Philip Paeps Date: Fri, 17 Oct 2008 14:07:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/syscons/keymaps INDEX.keymaps eee_nordic.kbd X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 14:07:57 -0000 philip 2008-10-17 14:07:39 UTC FreeBSD src repository Modified files: share/syscons/keymaps INDEX.keymaps Added files: share/syscons/keymaps eee_nordic.kbd Log: SVN rev 183975 on 2008-10-17 14:07:39Z by philip Add the nordic keyboard layout for Asus eee devices. PR: 126841 Submitted by: Peter MFC after: 3 days Revision Changes Path 1.58 +2 -0 src/share/syscons/keymaps/INDEX.keymaps 1.1 +131 -0 src/share/syscons/keymaps/eee_nordic.kbd (new) From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 14:38:13 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 173791065695 for ; Fri, 17 Oct 2008 14:38:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCA058FC0A for ; Fri, 17 Oct 2008 14:38:12 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HEcC5d054391 for ; Fri, 17 Oct 2008 14:38:12 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HEcCJA054390 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 14:38:12 GMT (envelope-from brooks@repoman.freebsd.org) Message-Id: <200810171438.m9HEcCJA054390@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brooks@repoman.freebsd.org using -f From: Brooks Davis Date: Fri, 17 Oct 2008 14:37:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 14:38:13 -0000 brooks 2008-10-17 14:37:58 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: SVN rev 183976 on 2008-10-17 14:37:58Z by brooks Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the same program interface as Microsoft Wireless Notebook Optical Mouse and needs a quirk. PR: usb/122712 MFC after: 3 days Revision Changes Path 1.68 +2 -0 src/sys/dev/usb/usb_quirks.c 1.379 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 14:40:13 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D52610656C6 for ; Fri, 17 Oct 2008 14:40:13 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE468FC17 for ; Fri, 17 Oct 2008 14:40:13 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HEeD4w054621 for ; Fri, 17 Oct 2008 14:40:13 GMT (envelope-from philip@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HEeD5c054620 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 14:40:13 GMT (envelope-from philip@repoman.freebsd.org) Message-Id: <200810171440.m9HEeD5c054620@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to philip@repoman.freebsd.org using -f From: Philip Paeps Date: Fri, 17 Oct 2008 14:40:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall keymap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 14:40:13 -0000 philip 2008-10-17 14:40:03 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall keymap.c Log: SVN rev 183977 on 2008-10-17 14:40:03Z by philip Adjust default keymaps for Ireland and Channel Islands. They use the UK keymap. You can learn some interesting things in the PR database! PR: conf/124411 Submitted by: Doctor Modiford MFC after: 3 days Revision Changes Path 1.11 +4 -0 src/usr.sbin/sysinstall/keymap.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 15:06:44 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2D281065702 for ; Fri, 17 Oct 2008 15:06:44 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B36FB8FC1B for ; Fri, 17 Oct 2008 15:06:44 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HF6itd057778 for ; Fri, 17 Oct 2008 15:06:44 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HF6i80057777 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 15:06:44 GMT (envelope-from roberto@repoman.freebsd.org) Message-Id: <200810171506.m9HF6i80057777@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to roberto@repoman.freebsd.org using -f From: Ollivier Robert Date: Fri, 17 Oct 2008 15:06:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 15:06:45 -0000 roberto 2008-10-17 15:06:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb umass.c usbdevs Log: SVN rev 183978 on 2008-10-17 15:06:34Z by roberto Merge r179057 into stable/6, sorry it won't be in 6.4. Add device ID for Nikon D300 digital camera. PR: usb/118741 Submitted by: Yuri Approved by: re (rwatson) Revision Changes Path 1.122.2.14 +4 -0 src/sys/dev/usb/umass.c 1.232.2.30 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 15:11:05 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFC7B106568C for ; Fri, 17 Oct 2008 15:11:05 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 810DC8FC21 for ; Fri, 17 Oct 2008 15:11:05 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HFB4d3058175 for ; Fri, 17 Oct 2008 15:11:04 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HFB4GT058174 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 15:11:04 GMT (envelope-from brooks@repoman.freebsd.org) Message-Id: <200810171511.m9HFB4GT058174@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brooks@repoman.freebsd.org using -f From: Brooks Davis Date: Fri, 17 Oct 2008 15:10:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add 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, 17 Oct 2008 15:11:05 -0000 brooks 2008-10-17 15:10:45 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: SVN rev 183979 on 2008-10-17 15:10:45Z by brooks Display usage when pkg_add is called with no arguments. PR: bin/121093 Submitted by: volker Approved by: portmgr (linimon) MFC after: 3 days Revision Changes Path 1.79 +1 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 15:11:22 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A207B106568B for ; Fri, 17 Oct 2008 15:11:22 +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 895D58FC1F for ; Fri, 17 Oct 2008 15:11:22 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HFBMsE058268 for ; Fri, 17 Oct 2008 15:11:22 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HFBM5k058267 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 15:11:22 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810171511.m9HFBM5k058267@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 17 Oct 2008 15:11:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_partition mac_partition.c src/sys/security/mac_seeotheruids mac_seeotheruids.c src/sys/security/mac_stub mac_stub.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 15:11:22 -0000 bz 2008-10-17 15:11:12 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_partition mac_partition.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: SVN rev 183980 on 2008-10-17 15:11:12Z by bz Add a mac_inpcb_check_visible implementation to all MAC policies that handle mac_socket_check_visible. Reviewed by: rwatson MFC after: 3 months (set timer; decide then) Revision Changes Path 1.123 +19 -0 src/sys/security/mac_biba/mac_biba.c 1.67 +19 -0 src/sys/security/mac_lomac/mac_lomac.c 1.105 +19 -0 src/sys/security/mac_mls/mac_mls.c 1.26 +17 -0 src/sys/security/mac_partition/mac_partition.c 1.20 +14 -0 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.85 +9 -0 src/sys/security/mac_stub/mac_stub.c 1.100 +14 -0 src/sys/security/mac_test/mac_test.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 16:03:54 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021331065686 for ; Fri, 17 Oct 2008 16:03:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E012E8FC1A for ; Fri, 17 Oct 2008 16:03:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HG3rIQ063345 for ; Fri, 17 Oct 2008 16:03:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HG3r69063344 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 16:03:53 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810171603.m9HG3r69063344@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 17 Oct 2008 16:03:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata/chipsets ata-cyrix.c ata-marvell.c ata-national.c ata-serverworks.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 16:03:54 -0000 jhb 2008-10-17 16:03:37 UTC FreeBSD src repository Modified files: sys/dev/ata/chipsets ata-cyrix.c ata-marvell.c ata-national.c ata-serverworks.c Log: SVN rev 183981 on 2008-10-17 16:03:37Z by jhb - For chipsets that can't do 64k transfers, fall back to 32k transfers (still a power of 2) rather than 63k transfers. Even with 63k transfers some machines (such as Dell SC1435's) were experiencing chronic data corruption. - Use the MIO method to talk to the Serverworks HT1000_S1 SATA controller like all the other SATA controllers rather than the compat PATA method. This lets the controller see all 4 SATA ports and also matches the behavior of the Linux driver. Silence from: sos MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/sys/dev/ata/chipsets/ata-cyrix.c 1.2 +1 -1 src/sys/dev/ata/chipsets/ata-marvell.c 1.2 +1 -1 src/sys/dev/ata/chipsets/ata-national.c 1.2 +2 -2 src/sys/dev/ata/chipsets/ata-serverworks.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 16:26:50 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C01F4106569E for ; Fri, 17 Oct 2008 16:26:50 +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 9526E8FC0C for ; Fri, 17 Oct 2008 16:26:50 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HGQowh065154 for ; Fri, 17 Oct 2008 16:26:50 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HGQoA6065153 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 16:26:50 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810171626.m9HGQoA6065153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 17 Oct 2008 16:26:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c src/sys/netinet ip_divert.c raw_ip.c tcp_subr.c udp_usrreq.c src/sys/sys systm.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, 17 Oct 2008 16:26:50 -0000 bz 2008-10-17 16:26:16 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c sys/netinet ip_divert.c raw_ip.c tcp_subr.c udp_usrreq.c sys/sys systm.h Log: SVN rev 183982 on 2008-10-17 16:26:16Z by bz Add cr_canseeinpcb() doing checks using the cached socket credentials from inp_cred which is also available after the socket is gone. Switch cr_canseesocket consumers to cr_canseeinpcb. This removes an extra acquisition of the socket lock. Reviewed by: rwatson MFC after: 3 months (set timer; decide then) Revision Changes Path 1.213 +35 -0 src/sys/kern/kern_prot.c 1.137 +1 -1 src/sys/netinet/ip_divert.c 1.197 +1 -1 src/sys/netinet/raw_ip.c 1.319 +3 -6 src/sys/netinet/tcp_subr.c 1.240 +2 -3 src/sys/netinet/udp_usrreq.c 1.270 +2 -0 src/sys/sys/systm.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 19:52:47 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E846106568A for ; Fri, 17 Oct 2008 19:52:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4205A8FC13 for ; Fri, 17 Oct 2008 19:52:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HJqlCx018392 for ; Fri, 17 Oct 2008 19:52:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HJqljX018391 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 19:52:47 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810171952.m9HJqljX018391@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 17 Oct 2008 19:52:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: 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: Fri, 17 Oct 2008 19:52:47 -0000 jhb 2008-10-17 19:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: SVN rev 183984 on 2008-10-17 19:52:35Z by jhb MFC: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GB large pages. Approved by: re (kib) Revision Changes Path 1.180.2.2 +6 -6 src/sys/i386/i386/identcpu.c 1.42.2.3 +6 -0 src/sys/i386/include/specialreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 20:09:03 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D043C1065691 for ; Fri, 17 Oct 2008 20:09:03 +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 A41F08FC13 for ; Fri, 17 Oct 2008 20:09:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HK933n020794 for ; Fri, 17 Oct 2008 20:09:03 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HK93Wf020793 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 20:09:03 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810172009.m9HK93Wf020793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 17 Oct 2008 20:09:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_minidump_amd64.c kvm_minidump_i386.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 20:09:03 -0000 delphij 2008-10-17 20:09:00 UTC FreeBSD src repository Modified files: lib/libkvm kvm_minidump_amd64.c kvm_minidump_i386.c Log: SVN rev 183985 on 2008-10-17 20:09:00Z by delphij _kvm_malloc allocates memory through calloc() which returns zeroed memory, so don't redo the initialization. Revision Changes Path 1.3 +0 -1 src/lib/libkvm/kvm_minidump_amd64.c 1.3 +0 -1 src/lib/libkvm/kvm_minidump_i386.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 20:11:39 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0764F1065691 for ; Fri, 17 Oct 2008 20:11:34 +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 5A6A18FC13 for ; Fri, 17 Oct 2008 20:11:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HKBYg7021065 for ; Fri, 17 Oct 2008 20:11:34 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HKBYbR021064 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 20:11:34 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810172011.m9HKBYbR021064@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 17 Oct 2008 20:11:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 20:11:39 -0000 delphij 2008-10-17 20:11:28 UTC FreeBSD src repository Modified files: lib/libkvm kvm.c Log: SVN rev 183986 on 2008-10-17 20:11:28Z by delphij Reduce code duplication: use calloc() intead of malloc() and memset afterward. Revision Changes Path 1.33 +2 -4 src/lib/libkvm/kvm.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 21:11:21 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05E2A1065686 for ; Fri, 17 Oct 2008 21:11:21 +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 CE80A8FC0A for ; Fri, 17 Oct 2008 21:11:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HLBKdW036560 for ; Fri, 17 Oct 2008 21:11:20 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HLBK40036559 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 21:11:20 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810172111.m9HLBK40036559@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 17 Oct 2008 21:11:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/setfib setfib.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 21:11:21 -0000 delphij 2008-10-17 21:11:09 UTC FreeBSD src repository Modified files: usr.sbin/setfib setfib.c Log: SVN rev 183987 on 2008-10-17 21:11:09Z by delphij - Use static for usage() - Include necessary header files. setfib(1) should pass WARNS=6 with this changes. Revision Changes Path 1.6 +5 -3 src/usr.sbin/setfib/setfib.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 21:15:06 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1A0C1065691 for ; Fri, 17 Oct 2008 21:15:06 +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 774F78FC31 for ; Fri, 17 Oct 2008 21:15:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HLF6sY036904 for ; Fri, 17 Oct 2008 21:15:06 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HLF6E1036903 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 21:15:06 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810172115.m9HLF6E1036903@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 17 Oct 2008 21:14:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat inet.c route.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 21:15:06 -0000 delphij 2008-10-17 21:14:50 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c route.c Log: SVN rev 183988 on 2008-10-17 21:14:50Z by delphij Use strlcpy() when we mean it. Revision Changes Path 1.87 +1 -2 src/usr.bin/netstat/inet.c 1.92 +2 -4 src/usr.bin/netstat/route.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 21:21:22 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE99D1065758 for ; Fri, 17 Oct 2008 21:21:22 +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 8132D8FC13 for ; Fri, 17 Oct 2008 21:21:22 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HLLMwq037458 for ; Fri, 17 Oct 2008 21:21:22 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HLLMjT037457 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 21:21:22 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810172121.m9HLLMjT037457@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 17 Oct 2008 21:21:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil login_times.c logwtmp.c realhostname.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 21:21:22 -0000 delphij 2008-10-17 21:21:14 UTC FreeBSD src repository Modified files: lib/libutil login_times.c logwtmp.c realhostname.c Log: SVN rev 183989 on 2008-10-17 21:21:14Z by delphij Use strlcpy() when we mean it. Revision Changes Path 1.12 +1 -2 src/lib/libutil/login_times.c 1.22 +1 -2 src/lib/libutil/logwtmp.c 1.19 +1 -2 src/lib/libutil/realhostname.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 17 21:29:09 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DBAE106569D for ; Fri, 17 Oct 2008 21:29: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 0247C8FC12 for ; Fri, 17 Oct 2008 21:29:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HLT8vZ038192 for ; Fri, 17 Oct 2008 21:29:08 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9HLT8el038191 for cvs-src-old@freebsd.org; Fri, 17 Oct 2008 21:29:08 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810172129.m9HLT8el038191@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 17 Oct 2008 21:29:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string strxfrm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Oct 2008 21:29:09 -0000 delphij 2008-10-17 21:29:05 UTC FreeBSD src repository Modified files: lib/libc/string strxfrm.c Log: SVN rev 183990 on 2008-10-17 21:29:05Z by delphij Use strlcpy() in !localized case to avoid the -1's. Revision Changes Path 1.16 +1 -2 src/lib/libc/string/strxfrm.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 04:11:35 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D06B3106568C for ; Sat, 18 Oct 2008 04:11:35 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A4E6A8FC16 for ; Sat, 18 Oct 2008 04:11:35 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9I4BZBW085517 for ; Sat, 18 Oct 2008 04:11:35 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9I4BZe4085516 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 04:11:35 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200810180411.m9I4BZe4085516@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Sat, 18 Oct 2008 04:11:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/usb if_zyd.c usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Oct 2008 04:11:35 -0000 weongyo 2008-10-18 04:11:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb if_zyd.c usbdevs Log: SVN rev 184009 on 2008-10-18 04:11:25Z by weongyo MFC r182783: Add ZyXEL G-202 Obtained from: OpenBSD Approved by: re (kib) Revision Changes Path 1.4.2.7 +1 -0 src/sys/dev/usb/if_zyd.c 1.328.2.19 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 04:14:06 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5B08106568B for ; Sat, 18 Oct 2008 04:14:06 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4CB8FC17 for ; Sat, 18 Oct 2008 04:14:06 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9I4E69V085688 for ; Sat, 18 Oct 2008 04:14:06 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9I4E6lB085687 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 04:14:06 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200810180414.m9I4E6lB085687@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Sat, 18 Oct 2008 04:13:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Oct 2008 04:14:06 -0000 weongyo 2008-10-18 04:13:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb usbdevs Log: SVN rev 184010 on 2008-10-18 04:13:51Z by weongyo MFC r182799: Sort products numerically. Approved by: re (gnn) Revision Changes Path 1.328.2.20 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 06:23:20 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1512106568D for ; Sat, 18 Oct 2008 06:23:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 753378FC08 for ; Sat, 18 Oct 2008 06:23:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9I6NKXM007816 for ; Sat, 18 Oct 2008 06:23:20 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9I6NKiN007815 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 06:23:20 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200810180623.m9I6NKiN007815@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 18 Oct 2008 06:23:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ddb.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: Sat, 18 Oct 2008 06:23:20 -0000 ed 2008-10-18 06:23:08 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: SVN rev 184018 on 2008-10-18 06:23:08Z by ed Increase the date in the manual page, which should have been done in r183922. In r183922 I introduced a new DDB command, documented it, but forgot to bump the date in the manual page. Pointed out by: bz Revision Changes Path 1.61 +1 -1 src/share/man/man4/ddb.4 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 13:39:26 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFC53106568C for ; Sat, 18 Oct 2008 13:39:26 +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 B450B8FC12 for ; Sat, 18 Oct 2008 13:39:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IDdQ98098418 for ; Sat, 18 Oct 2008 13:39:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IDdQqk098417 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 13:39:26 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810181339.m9IDdQqk098417@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 18 Oct 2008 13:39:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Oct 2008 13:39:27 -0000 kib 2008-10-18 13:39:22 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_sysvec.c Log: SVN rev 184026 on 2008-10-18 13:39:22Z by kib Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries. Tested by: dchagin MFC after: 3 days Revision Changes Path 1.36 +2 -1 src/sys/amd64/linux32/linux32_sysvec.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 15:53:43 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B0310656C6 for ; Sat, 18 Oct 2008 15:53:43 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9691B8FC13 for ; Sat, 18 Oct 2008 15:53:43 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IFrhfr011859 for ; Sat, 18 Oct 2008 15:53:43 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IFrhXA011858 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 15:53:43 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200810181553.m9IFrhXA011858@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sat, 18 Oct 2008 15:53:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_crc32.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Oct 2008 15:53:43 -0000 rrs 2008-10-18 15:53:31 UTC FreeBSD src repository Modified files: sys/netinet sctp_crc32.c Log: SVN rev 184027 on 2008-10-18 15:53:31Z by rrs Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithm uses incorrect init_bytes value. It SHOULD have the number of bytes to get to a 4 byte boundary. PR: 128134 MFC after: 4 weeks Revision Changes Path 1.9 +3 -3 src/sys/netinet/sctp_crc32.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 15:54:29 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C3B8106568B for ; Sat, 18 Oct 2008 15:54:29 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 676A18FC1E for ; Sat, 18 Oct 2008 15:54:29 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IFsT7j011923 for ; Sat, 18 Oct 2008 15:54:29 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IFsTVv011922 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 15:54:29 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200810181554.m9IFsTVv011922@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sat, 18 Oct 2008 15:54:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 15:54:29 -0000 rrs 2008-10-18 15:54:25 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: SVN rev 184028 on 2008-10-18 15:54:25Z by rrs - Adapt layer indication was always being given (it should only be given when the user has enabled it). (Michael Tuexen) - Sack Immediately was not being set properly on the actual chunk, it was only put in the rcvd_flags which is incorrect. (Michael Tuexen) - added an ifndef userspace to one of the already present macro's for inet (Brad Penoff) Obtained from: Michael Tuexen and Brad Penoff MFC after: 4 weeks Revision Changes Path 1.77 +27 -32 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 15:55:30 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C8FA1065687 for ; Sat, 18 Oct 2008 15:55:30 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6118B8FC1C for ; Sat, 18 Oct 2008 15:55:30 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IFtUuQ012087 for ; Sat, 18 Oct 2008 15:55:30 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IFtUeC012086 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 15:55:30 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200810181555.m9IFtUeC012086@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sat, 18 Oct 2008 15:55:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_sysctl.c sctp_uio.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 15:55:30 -0000 rrs 2008-10-18 15:55:15 UTC FreeBSD src repository Modified files: sys/netinet sctp_sysctl.c sctp_uio.h Log: SVN rev 184029 on 2008-10-18 15:55:15Z by rrs - Peers rwnd is now available for the MIB. Obtained from: Michael Tuexen Revision Changes Path 1.20 +1 -0 src/sys/netinet/sctp_sysctl.c 1.33 +1 -0 src/sys/netinet/sctp_uio.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 15:56:16 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D18F1065687 for ; Sat, 18 Oct 2008 15:56:16 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 620F58FC1C for ; Sat, 18 Oct 2008 15:56:16 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IFuGrP012156 for ; Sat, 18 Oct 2008 15:56:16 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IFuGie012155 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 15:56:16 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200810181556.m9IFuGie012155@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sat, 18 Oct 2008 15:56:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 15:56:16 -0000 rrs 2008-10-18 15:56:12 UTC FreeBSD src repository Modified files: sys/netinet sctp_usrreq.c Log: SVN rev 184030 on 2008-10-18 15:56:12Z by rrs New sockets (accepted) were not inheriting the proper snd/rcv buffer value. Obtained from: Michael Tuexen Revision Changes Path 1.60 +5 -3 src/sys/netinet/sctp_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 15:57:02 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B93B1065689 for ; Sat, 18 Oct 2008 15:57:02 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6049C8FC15 for ; Sat, 18 Oct 2008 15:57:02 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IFv2lN012224 for ; Sat, 18 Oct 2008 15:57:02 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IFv2FH012223 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 15:57:02 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200810181557.m9IFv2FH012223@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sat, 18 Oct 2008 15:56:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 15:57:02 -0000 rrs 2008-10-18 15:56:52 UTC FreeBSD src repository Modified files: sys/netinet sctputil.c Log: SVN rev 184031 on 2008-10-18 15:56:52Z by rrs The flags value was not always being copied out in the recv routine like it should be. Obtained from: Michael Tuexen Revision Changes Path 1.83 +3 -2 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 16:17:18 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D138D1065694 for ; Sat, 18 Oct 2008 16:17:18 +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 BED918FC1D for ; Sat, 18 Oct 2008 16:17:18 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IGHI5S015529 for ; Sat, 18 Oct 2008 16:17:18 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IGHIvO015528 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 16:17:18 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810181617.m9IGHIvO015528@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sat, 18 Oct 2008 16:17:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mmc mmc.c mmcreg.h mmcsd.c mmcvar.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, 18 Oct 2008 16:17:18 -0000 mav 2008-10-18 16:17:04 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h mmcsd.c mmcvar.h Log: SVN rev 184033 on 2008-10-18 16:17:04Z by mav Implement BIO_DELETE command with MMC and SD erase commands. Erase operation gives card's logic information about unused areas to help it implement wear-leveling with lower overhead comparing to usual writing. Erase is much faster then write and does not depends on data bus speed. Also as result of hitting in-card write logic optimizations I have measured up to 50% performance boost on writing undersized blocks into preerased areas. At the same time there are strict limitations on size and allignment of erase operations. We can erase only blocks aligned to the erase sector size and with size multiple of it. Different cards has different erase sector size which usually varies from 64KB to 4MB. SD cards actually allow to erase smaller blocks, but it is much more expensive as it is implemented via read-erase-write sequence and so not sutable for the BIO_DELETE purposes. Reviewed by: imp@ Revision Changes Path 1.26 +158 -93 src/sys/dev/mmc/mmc.c 1.7 +18 -1 src/sys/dev/mmc/mmcreg.h 1.14 +155 -55 src/sys/dev/mmc/mmcsd.c 1.8 +2 -0 src/sys/dev/mmc/mmcvar.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 18 22:22:40 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11667106568D for ; Sat, 18 Oct 2008 22:22:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9E0F8FC16 for ; Sat, 18 Oct 2008 22:22:39 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9IMMdMm071461 for ; Sat, 18 Oct 2008 22:22:39 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9IMMdqA071460 for cvs-src-old@freebsd.org; Sat, 18 Oct 2008 22:22:39 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810182222.m9IMMdqA071460@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sat, 18 Oct 2008 22:22:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mmc mmcsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Oct 2008 22:22:40 -0000 mav 2008-10-18 22:22:25 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcsd.c Log: SVN rev 184034 on 2008-10-18 22:22:25Z by mav Coalesce sequentional BIO_DELETE requests to slightly relax size and alignment constraints required by the card. Revision Changes Path 1.15 +23 -8 src/sys/dev/mmc/mmcsd.c