From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 00:15:09 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688D61065674 for ; Sun, 13 Feb 2011 00:15:09 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEB0B8FC1D for ; Sun, 13 Feb 2011 00:15:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1D0F7EB003683 for ; Sun, 13 Feb 2011 00:15:07 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1D0F7iS003682 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 00:15:07 GMT (envelope-from deischen@repoman.freebsd.org) Message-Id: <201102130015.p1D0F7iS003682@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to deischen@repoman.freebsd.org using -f From: Daniel Eischen Date: Sun, 13 Feb 2011 00:14:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/netinet udp_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, 13 Feb 2011 00:15:09 -0000 deischen 2011-02-13 00:14:13 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c sys/netinet udp_usrreq.c Log: SVN rev 218627 on 2011-02-13 00:14:13Z by deischen Allow the SO_SETFIB socket option to select the default (0) routing table. Reviewed by: julian Revision Changes Path 1.353 +5 -4 src/sys/kern/uipc_socket.c 1.274 +4 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 04:44:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD2001065700 for ; Sun, 13 Feb 2011 04:44:20 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 917F68FC17 for ; Sun, 13 Feb 2011 04:44:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1D4iKqB039492 for ; Sun, 13 Feb 2011 04:44:20 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1D4iKUj039491 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 04:44:20 GMT (envelope-from deischen@repoman.freebsd.org) Message-Id: <201102130444.p1D4iKUj039491@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to deischen@repoman.freebsd.org using -f From: Daniel Eischen Date: Sun, 13 Feb 2011 04:44:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet udp_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, 13 Feb 2011 04:44:20 -0000 deischen 2011-02-13 04:44:06 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: SVN rev 218629 on 2011-02-13 04:44:06Z by deischen Oops, revert an accidental local change that got added in my last commit (r218627). No damage was done in the last commit, just some duplicated code was added (which is now removed). Revision Changes Path 1.275 +0 -4 src/sys/netinet/udp_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 06:19:46 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D10B510657E6 for ; Sun, 13 Feb 2011 06:19:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0EB68FC14 for ; Sun, 13 Feb 2011 06:19:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1D6JkhZ059434 for ; Sun, 13 Feb 2011 06:19:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1D6JkDK059433 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 06:19:46 GMT (envelope-from miwi@repoman.freebsd.org) Message-Id: <201102130619.p1D6JkDK059433@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to miwi@repoman.freebsd.org using -f From: Martin Wilke Date: Sun, 13 Feb 2011 06:19:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 06:19:46 -0000 miwi 2011-02-13 06:19:38 UTC FreeBSD src repository Modified files: share/misc committers-ports.dot Log: SVN rev 218631 on 2011-02-13 06:19:38Z by miwi - Added following port committers: Marcus von Appen (mva@) (mentor: beech, miwi) Dennis Herrmann (dhn@) (mentor: tabthorpe, miwi) Brendan Fabeny (bf@) (mentor: makc, miwi) Kris Moore (kmoore@) (mentor: brooks, miwi) Sylvio Cesar Teixeira (mentor: itetcu, miwi) Lars Engels (lme) (mentor: miwi) Revision Changes Path 1.102 +17 -0 src/share/misc/committers-ports.dot From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 10:22:59 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3A2E1065788 for ; Sun, 13 Feb 2011 10:22:59 +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 D18998FC08 for ; Sun, 13 Feb 2011 10:22:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DAMxhb092735 for ; Sun, 13 Feb 2011 10:22:59 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DAMxAm092734 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 10:22:59 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201102131022.p1DAMxAm092734@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, 13 Feb 2011 10:22:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/crypto/openssl/ssl t1_lib.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 10:23:00 -0000 simon 2011-02-13 10:22:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) crypto/openssl/ssl t1_lib.c Log: SVN rev 218633 on 2011-02-13 10:22:43Z by simon MFC 218625: Fix Incorrectly formatted ClientHello SSL/TLS handshake messages could cause OpenSSL to parse past the end of the message. Note: Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes Apache httpd >= 2.3.3, if configured with "SSLUseStapling On". The very quick MFC is done to get this fix into 7.4 / 8.2. Discussed with: re Approved by: so (simon, for "instant" MFC) Obtained from: OpenSSL CVS Security: http://www.openssl.org/news/secadv_20110208.txt Security: CVE-2011-0014 Revision Changes Path 1.2.2.3 +7 -1 src/crypto/openssl/ssl/t1_lib.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 10:24:50 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C64310657C0 for ; Sun, 13 Feb 2011 10:24:50 +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 4A4608FC13 for ; Sun, 13 Feb 2011 10:24:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DAOoD2092853 for ; Sun, 13 Feb 2011 10:24:50 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DAOo68092852 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 10:24:50 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201102131024.p1DAOo68092852@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, 13 Feb 2011 10:24:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/crypto/openssl/ssl t1_lib.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 10:24:50 -0000 simon 2011-02-13 10:24:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssl/ssl t1_lib.c Log: SVN rev 218634 on 2011-02-13 10:24:36Z by simon MFC 218625: Fix Incorrectly formatted ClientHello SSL/TLS handshake messages could cause OpenSSL to parse past the end of the message. Note: Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes Apache httpd >= 2.3.3, if configured with "SSLUseStapling On". The very quick MFC is done to get this fix into 7.4 / 8.2. Discussed with: re Approved by: so (simon, for "instant" MFC) Obtained from: OpenSSL CVS Security: http://www.openssl.org/news/secadv_20110208.txt Security: CVE-2011-0014 Revision Changes Path 1.1.1.4.2.2 +7 -1 src/crypto/openssl/ssl/t1_lib.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 11:09:56 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D476C10656C8 for ; Sun, 13 Feb 2011 11:09:56 +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 C19A78FC12 for ; Sun, 13 Feb 2011 11:09:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DB9uUK097201 for ; Sun, 13 Feb 2011 11:09:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DB9u7a097200 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 11:09:56 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201102131109.p1DB9u7a097200@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, 13 Feb 2011 11:09:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8_2 Subject: cvs commit: src/crypto/openssl/ssl t1_lib.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 11:09:56 -0000 simon 2011-02-13 11:09:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_2) crypto/openssl/ssl t1_lib.c Log: SVN rev 218635 on 2011-02-13 11:09:39Z by simon MFS 218633: Fix Incorrectly formatted ClientHello SSL/TLS handshake messages could cause OpenSSL to parse past the end of the message. Note: Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes Apache httpd >= 2.3.3, if configured with "SSLUseStapling On". The very quick merge is done to get this fix into 7.4 / 8.2. Approved by: re (bz) Obtained from: OpenSSL CVS Security: http://www.openssl.org/news/secadv_20110208.txt Security: CVE-2011-0014 Revision Changes Path 1.2.2.2.2.1 +7 -1 src/crypto/openssl/ssl/t1_lib.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 11:11:17 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9153410656C1 for ; Sun, 13 Feb 2011 11:11:17 +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 7E5ED8FC19 for ; Sun, 13 Feb 2011 11:11:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DBBHVS097500 for ; Sun, 13 Feb 2011 11:11:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DBBHBW097499 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 11:11:17 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201102131111.p1DBBHBW097499@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, 13 Feb 2011 11:10:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_4 Subject: cvs commit: src/crypto/openssl/ssl t1_lib.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 11:11:17 -0000 simon 2011-02-13 11:10:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_4) crypto/openssl/ssl t1_lib.c Log: SVN rev 218636 on 2011-02-13 11:10:57Z by simon MFS 218634: Fix Incorrectly formatted ClientHello SSL/TLS handshake messages could cause OpenSSL to parse past the end of the message. Note: Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes Apache httpd >= 2.3.3, if configured with "SSLUseStapling On". The very quick merge is done to get this fix into 7.4 / 8.2. Approved by: re (bz) Obtained from: OpenSSL CVS Security: http://www.openssl.org/news/secadv_20110208.txt Security: CVE-2011-0014 Revision Changes Path 1.1.1.4.2.1.2.1 +7 -1 src/crypto/openssl/ssl/t1_lib.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 13:11:09 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4077610657A2 for ; Sun, 13 Feb 2011 13:11:09 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12F0B8FC08 for ; Sun, 13 Feb 2011 13:11:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DDB8B5019998 for ; Sun, 13 Feb 2011 13:11:08 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DDB8Il019997 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 13:11:08 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102131311.p1DDB8Il019997@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sun, 13 Feb 2011 13:11:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/ath/ath_ee_v14_print ath_ee_v14_print.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 13:11:09 -0000 adrian 2011-02-13 13:11:00 UTC FreeBSD src repository Modified files: tools/tools/ath/ath_ee_v14_print ath_ee_v14_print.c Log: SVN rev 218637 on 2011-02-13 13:11:00Z by adrian * add in new EEPROM fields from later revisions * add in printing futureBase Revision Changes Path 1.2 +11 -2 src/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 13:53:50 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046A81065673 for ; Sun, 13 Feb 2011 13:53:50 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB7738FC17 for ; Sun, 13 Feb 2011 13:53:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DDrnJm023400 for ; Sun, 13 Feb 2011 13:53:49 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DDrn1u023399 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 13:53:49 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201102131353.p1DDrn1u023399@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Sun, 13 Feb 2011 13:53:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_ss_functions.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 13:53:50 -0000 tuexen 2011-02-13 13:53:28 UTC FreeBSD src repository Modified files: sys/netinet sctp_ss_functions.c Log: SVN rev 218639 on 2011-02-13 13:53:28Z by tuexen Fix several bugs related to stream scheduling. Obtained from: Robin Seggelmann MFC after: 3 months. Revision Changes Path 1.4 +103 -127 src/sys/netinet/sctp_ss_functions.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 14:46:59 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1DF21065694 for ; Sun, 13 Feb 2011 14:46:59 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C511B8FC18 for ; Sun, 13 Feb 2011 14:46:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DEkxC7028490 for ; Sun, 13 Feb 2011 14:46:59 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DEkxWr028489 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 14:46:59 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201102131446.p1DEkxWr028489@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sun, 13 Feb 2011 14:46:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 14:47:00 -0000 alc 2011-02-13 14:46:39 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_subr.c Log: SVN rev 218640 on 2011-02-13 14:46:39Z by alc Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vm object's size field. Previously, that field was always zero, even when the object tn_reg.tn_aobj contained numerous pages. Apply style fixes to tmpfs_reg_resize(). In collaboration with: kib Revision Changes Path 1.21 +0 -1 src/sys/fs/tmpfs/tmpfs.h 1.29 +26 -32 src/sys/fs/tmpfs/tmpfs_subr.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 14:48:35 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 821651065670 for ; Sun, 13 Feb 2011 14:48:35 +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 558DE8FC18 for ; Sun, 13 Feb 2011 14:48:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DEmZeB028594 for ; Sun, 13 Feb 2011 14:48:35 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DEmZH5028593 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 14:48:35 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201102131448.p1DEmZH5028593@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sun, 13 Feb 2011 14:48:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_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: Sun, 13 Feb 2011 14:48:35 -0000 rrs 2011-02-13 14:48:11 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c Log: SVN rev 218641 on 2011-02-13 14:48:11Z by rrs Fix a bug reported by Jonathan Leighton in his web-sctp testing at the Univ-of-Del. Basically when a 1-to-1 socket did a socket/bind/send(data)/close. If the timing was right we would dereference a socket that is NULL. MFC after: 1 month Revision Changes Path 1.121 +15 -7 src/sys/netinet/sctp_input.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 15:14:26 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCAF9106564A for ; Sun, 13 Feb 2011 15:14:26 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 902698FC08 for ; Sun, 13 Feb 2011 15:14:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DFEQwb031565 for ; Sun, 13 Feb 2011 15:14:26 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DFEQKw031564 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 15:14:26 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102131514.p1DFEQKw031564@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sun, 13 Feb 2011 15:14:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath_tx_ht.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 15:14:26 -0000 adrian 2011-02-13 15:14:13 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath_tx_ht.c Log: SVN rev 218642 on 2011-02-13 15:14:13Z by adrian This should be TX stream, not RX stream. Revision Changes Path 1.5 +1 -1 src/sys/dev/ath/if_ath_tx_ht.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 15:16:02 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3E181065679 for ; Sun, 13 Feb 2011 15:16:02 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76E008FC0A for ; Sun, 13 Feb 2011 15:16:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DFG2pY031727 for ; Sun, 13 Feb 2011 15:16:02 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DFG275031726 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 15:16:02 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102131516.p1DFG275031726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Sun, 13 Feb 2011 15:15:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man4 ath_hal.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: Sun, 13 Feb 2011 15:16:02 -0000 jpaetzel 2011-02-13 15:15:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 ath_hal.4 Log: SVN rev 218643 on 2011-02-13 15:15:47Z by jpaetzel MFC 218523: Netgear renamed the WG311 to the WG311v1 after they released a second version of it. There is also a WG311v3 which uses a chipset covered by malo(4). Along the way add the WG311T to the list which is also an atheros chipset. Approved by: kib (mentor) Revision Changes Path 1.13.2.2 +3 -1 src/share/man/man4/ath_hal.4 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 16:18:38 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEBFC106566C for ; Sun, 13 Feb 2011 16:18:38 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C24808FC14 for ; Sun, 13 Feb 2011 16:18:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DGIcMv037443 for ; Sun, 13 Feb 2011 16:18:38 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DGIcjL037442 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 16:18:38 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102131618.p1DGIcjL037442@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Sun, 13 Feb 2011 16:18:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/man/man4 ath_hal.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: Sun, 13 Feb 2011 16:18:39 -0000 jpaetzel 2011-02-13 16:18:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 ath_hal.4 Log: SVN rev 218644 on 2011-02-13 16:18:22Z by jpaetzel MFC 218523: Netgear renamed the WG311 to the WG311v1 after they released a second version of it. There is also a WG311v3 which uses a chipset covered by malo(4). Along the way add the WG311T to the list which is also an atheros chipset. Approved by: kib (mentor) Revision Changes Path 1.11.10.1 +3 -1 src/share/man/man4/ath_hal.4 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 17:44:14 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9BE9106564A for ; Sun, 13 Feb 2011 17:44:14 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD7988FC17 for ; Sun, 13 Feb 2011 17:44:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DHiEL1056000 for ; Sun, 13 Feb 2011 17:44:14 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DHiEa4055999 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 17:44:14 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102131744.p1DHiEa4055999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sun, 13 Feb 2011 17:43:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen sysconf.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 17:44:15 -0000 brucec 2011-02-13 17:43:56 UTC FreeBSD src repository Modified files: lib/libc/gen sysconf.3 Log: SVN rev 218645 on 2011-02-13 17:43:56Z by brucec Document some more sysconf(3) variables. MFC after: 1 month Revision Changes Path 1.27 +58 -1 src/lib/libc/gen/sysconf.3 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 17:56:35 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85D2E1065694 for ; Sun, 13 Feb 2011 17:56:35 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56D448FC1F for ; Sun, 13 Feb 2011 17:56:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DHuZW6056965 for ; Sun, 13 Feb 2011 17:56:35 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DHuZAC056964 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 17:56:35 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102131756.p1DHuZAC056964@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Sun, 13 Feb 2011 17:56:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 17:56:35 -0000 dchagin 2011-02-13 17:56:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 218646 on 2011-02-13 17:56:22Z by dchagin The bitset field of freshly created futex should be initialized explicity. Otherwise, REQUEUE operations fails. Revision Changes Path 1.33 +1 -0 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 18:00:27 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9F331065769 for ; Sun, 13 Feb 2011 18:00:27 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC3B8FC14 for ; Sun, 13 Feb 2011 18:00:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DI0Qxw057294 for ; Sun, 13 Feb 2011 18:00:26 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DI0QdP057293 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 18:00:26 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102131800.p1DI0QdP057293@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sun, 13 Feb 2011 18:00:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/man/man9 bus_space.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 18:00:27 -0000 brucec 2011-02-13 18:00:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man9 bus_space.9 Log: SVN rev 218647 on 2011-02-13 18:00:05Z by brucec MFC r216156: Document the fact that passing in a count of zero to the bus_space functions will result in undefined behaviour. Taken from NetBSD's bus_space(9). PR: kern/80980 Revision Changes Path 1.4.2.2 +3 -0 src/share/man/man9/bus_space.9 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 18:03:47 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ABBA106566C for ; Sun, 13 Feb 2011 18:03:47 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7F08FC14 for ; Sun, 13 Feb 2011 18:03:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DI3lYp058561 for ; Sun, 13 Feb 2011 18:03:47 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DI3lLk058560 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 18:03:47 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102131803.p1DI3lLk058560@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sun, 13 Feb 2011 18:03:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 bus_space.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 18:03:47 -0000 brucec 2011-02-13 18:03:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 bus_space.9 Log: SVN rev 218648 on 2011-02-13 18:03:30Z by brucec MFC r216156: Document the fact that passing in a count of zero to the bus_space functions will result in undefined behaviour. Taken from NetBSD's bus_space(9). PR: kern/80980 Revision Changes Path 1.5.2.2 +3 -0 src/share/man/man9/bus_space.9 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 18:19:14 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A1F710656A7 for ; Sun, 13 Feb 2011 18:19:14 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D19A88FC22 for ; Sun, 13 Feb 2011 18:19:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DIJD7D059762 for ; Sun, 13 Feb 2011 18:19:13 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DIJDu8059761 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 18:19:13 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102131819.p1DIJDu8059761@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sun, 13 Feb 2011 18:18:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 18:19:14 -0000 brucec 2011-02-13 18:18:56 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes fortunes-o.real Log: SVN rev 218650 on 2011-02-13 18:18:56Z by brucec Move potentially offensive fortune to fortunes-o. PR: bin/137702 MFC after: 3 days Revision Changes Path 1.292 +0 -4 src/games/fortune/datfiles/fortunes 1.38 +4 -0 src/games/fortune/datfiles/fortunes-o.real From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 18:30:25 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645541065670 for ; Sun, 13 Feb 2011 18:30:25 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37DC38FC16 for ; Sun, 13 Feb 2011 18:30:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DIUPmY060665 for ; Sun, 13 Feb 2011 18:30:25 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DIUPmx060664 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 18:30:25 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102131830.p1DIUPmx060664@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sun, 13 Feb 2011 18:30:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 18:30:25 -0000 brucec 2011-02-13 18:30:17 UTC FreeBSD src repository Modified files: sbin/mdconfig mdconfig.c Log: SVN rev 218652 on 2011-02-13 18:30:17Z by brucec Only print the unit number when invoked with the -n flag. PR: bin/144300 Submitted by: arundel MFC after: 3 days Revision Changes Path 1.61 +1 -1 src/sbin/mdconfig/mdconfig.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 18:41:51 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B84B106566B for ; Sun, 13 Feb 2011 18:41:51 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED478FC0A for ; Sun, 13 Feb 2011 18:41:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DIfp5C061520 for ; Sun, 13 Feb 2011 18:41:51 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DIfpil061519 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 18:41:51 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102131841.p1DIfpil061519@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Sun, 13 Feb 2011 18:41:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 18:41:51 -0000 dchagin 2011-02-13 18:41:40 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 218654 on 2011-02-13 18:41:40Z by dchagin Stop printing the LOR, as this is expected behavior. Revision Changes Path 1.34 +1 -1 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 18:46:57 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C351065674 for ; Sun, 13 Feb 2011 18:46:57 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47C848FC27 for ; Sun, 13 Feb 2011 18:46:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DIkvAj061879 for ; Sun, 13 Feb 2011 18:46:57 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DIkvNo061878 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 18:46:57 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102131846.p1DIkvNo061878@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Sun, 13 Feb 2011 18:46:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 18:46:57 -0000 dchagin 2011-02-13 18:46:34 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 218655 on 2011-02-13 18:46:34Z by dchagin Remove comment about 'ftlk' LOR. Revision Changes Path 1.35 +1 -2 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:02:48 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B90106566B for ; Sun, 13 Feb 2011 19:02:48 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5528FC0C for ; Sun, 13 Feb 2011 19:02:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJ2mPO062951 for ; Sun, 13 Feb 2011 19:02:48 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJ2mhw062950 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:02:48 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102131902.p1DJ2mhw062950@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 19:02:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/getopt getopt.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 19:02:48 -0000 uqs 2011-02-13 19:02:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/getopt getopt.1 Log: SVN rev 218656 on 2011-02-13 19:02:26Z by uqs MFH r217890 Fix typo in example getopt(1) script: $i vs $1 [1] While here apply style hammer. PR: docs/154289 [1] Submitted by: Jamie Landeg Jones Revision Changes Path 1.23.22.3 +17 -17 src/usr.bin/getopt/getopt.1 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:07:39 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A40C106566C for ; Sun, 13 Feb 2011 19:07:39 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 583B28FC1E for ; Sun, 13 Feb 2011 19:07:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJ7d9M064374 for ; Sun, 13 Feb 2011 19:07:39 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJ7dMh064373 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:07:39 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102131907.p1DJ7dMh064373@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 19:07:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/getopt getopt.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 19:07:39 -0000 uqs 2011-02-13 19:07:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/getopt getopt.1 Log: SVN rev 218657 on 2011-02-13 19:07:17Z by uqs MFH r209772,217890 Fix an error in the EXAMPLES section of getopt(1), which is based on the same fix present in NetBSD. Fix typo in example getopt(1) script: $i vs $1 [1] While here apply style hammer. PR: docs/133118, docs/154289 [1] Submitted by: Oleg A. Mamontov, Jamie Landeg Jones Revision Changes Path 1.23.10.1 +17 -17 src/usr.bin/getopt/getopt.1 From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:08:11 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B11D21065675 for ; Sun, 13 Feb 2011 19:08:11 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 83BE88FC0C for ; Sun, 13 Feb 2011 19:08:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJ8B2p064434 for ; Sun, 13 Feb 2011 19:08:11 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJ8Bib064433 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:08:11 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102131908.p1DJ8Bib064433@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Sun, 13 Feb 2011 19:07:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/i386/linux linux_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: Sun, 13 Feb 2011 19:08:11 -0000 dchagin 2011-02-13 19:07:48 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_sysvec.c sys/i386/linux linux_sysvec.c Log: SVN rev 218658 on 2011-02-13 19:07:48Z by dchagin Sort include files in the alphabetical order. Revision Changes Path 1.64 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.174 +1 -1 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:17:39 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 222361065670 for ; Sun, 13 Feb 2011 19:17:39 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED1C8FC14 for ; Sun, 13 Feb 2011 19:17:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJHcoh065165 for ; Sun, 13 Feb 2011 19:17:38 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJHc9t065164 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:17:38 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102131917.p1DJHc9t065164@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 19:15:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms groff_mdoc.man src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 19:17:39 -0000 uqs 2011-02-13 19:15:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) contrib/groff/tmac doc-common doc-syms groff_mdoc.man gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 218659 on 2011-02-13 19:15:42Z by uqs MFH r217595 Update groff manpage and symbols with what has been submitted upstream. Also remove local overrides that are now in the contrib tree. Revision Changes Path 1.72.10.2 +58 -1 src/contrib/groff/tmac/doc-common 1.51.10.2 +2 -0 src/contrib/groff/tmac/doc-syms 1.1.1.22.10.2 +24 -12 src/contrib/groff/tmac/groff_mdoc.man 1.68.2.10 +0 -7 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:24:15 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45E251065784 for ; Sun, 13 Feb 2011 19:24:15 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 194538FC14 for ; Sun, 13 Feb 2011 19:24:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJOEWL065637 for ; Sun, 13 Feb 2011 19:24:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJOE0h065636 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:24:14 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201102131924.p1DJOE0h065636@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 13 Feb 2011 19:24:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica/Osd OsdTable.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 19:24:15 -0000 marcel 2011-02-13 19:24:04 UTC FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdTable.c Log: SVN rev 218660 on 2011-02-13 19:24:04Z by marcel Use the preload_fetch_addr() and preload_fetch_size() convenience functions to obtain the address and size of the overriding DSDT. Sponsored by: Juniper Networks. Revision Changes Path 1.14 +13 -11 src/sys/dev/acpica/Osd/OsdTable.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:26:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 932D41065694 for ; Sun, 13 Feb 2011 19:26:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66A338FC23 for ; Sun, 13 Feb 2011 19:26:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJQ5SI065841 for ; Sun, 13 Feb 2011 19:26:05 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJQ5Rn065840 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:26:05 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201102131926.p1DJQ5Rn065840@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 13 Feb 2011 19:25:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fb splash.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 19:26:05 -0000 marcel 2011-02-13 19:25:48 UTC FreeBSD src repository Modified files: sys/dev/fb splash.c Log: SVN rev 218661 on 2011-02-13 19:25:48Z by marcel Use the preload_fetch_addr() and preload_fetch_size() convenience functions to obtain the address and size of the bitmap splash image. Sponsored by: Juniper Networks. Revision Changes Path 1.15 +17 -15 src/sys/dev/fb/splash.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:27:11 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762961065675 for ; Sun, 13 Feb 2011 19:27:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0458FC23 for ; Sun, 13 Feb 2011 19:27:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJRB1Y065943 for ; Sun, 13 Feb 2011 19:27:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJRBBi065942 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:27:11 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201102131927.p1DJRBBi065942@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 13 Feb 2011 19:26:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 19:27:11 -0000 marcel 2011-02-13 19:26:51 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 218662 on 2011-02-13 19:26:51Z by marcel Use the preload_fetch_addr() and preload_fetch_size() convenience functions to obtain the address and size of the PCI vendor data. Sponsored by: Juniper Networks. Revision Changes Path 1.412 +14 -9 src/sys/dev/pci/pci.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:35:02 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8642B1065670 for ; Sun, 13 Feb 2011 19:35:02 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 544D28FC18 for ; Sun, 13 Feb 2011 19:35:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJZ2ID066509 for ; Sun, 13 Feb 2011 19:35:02 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJZ29R066508 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:35:02 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201102131935.p1DJZ29R066508@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 13 Feb 2011 19:34:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 19:35:02 -0000 marcel 2011-02-13 19:34:48 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: SVN rev 218663 on 2011-02-13 19:34:48Z by marcel Use the preload_fetch_addr() and preload_fetch_size() convenience functions to obtain the address and size of the preloaded key files. Sponsored by: Juniper Networks. Revision Changes Path 1.60 +12 -13 src/sys/geom/eli/g_eli.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:37:23 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54711106566B for ; Sun, 13 Feb 2011 19:37:23 +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 428E28FC08 for ; Sun, 13 Feb 2011 19:37:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJbNOV066767 for ; Sun, 13 Feb 2011 19:37:23 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJbNBG066766 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:37:23 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102131937.p1DJbNBG066766@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 13 Feb 2011 19:37:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/who who.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 19:37:23 -0000 ed 2011-02-13 19:37:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/who who.c Log: SVN rev 218664 on 2011-02-13 19:37:05Z by ed Partially merge a change made in r200166. It seems the utmpx fixes for who(1) also contained a small change to make it work properly with the pts/%u naming. Unfortunately, this change was never merged to FreeBSD 8. Properly remove the /dev/ part of the TTY name instead of stripping until the last /. Reported by: Eivind E Tested by: uqs@ Revision Changes Path 1.22.10.2 +2 -2 src/usr.bin/who/who.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:47:14 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7990D1065672 for ; Sun, 13 Feb 2011 19:47:14 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9D78FC12 for ; Sun, 13 Feb 2011 19:47:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJlEOF067508 for ; Sun, 13 Feb 2011 19:47:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJlEND067507 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:47:14 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201102131947.p1DJlEND067507@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 13 Feb 2011 19:46:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/compat/opensolaris/kern opensolaris_kobj.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 19:47:14 -0000 marcel 2011-02-13 19:46:55 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_kobj.c Log: SVN rev 218665 on 2011-02-13 19:46:55Z by marcel Use the preload_fetch_addr() and preload_fetch_size() convenience functions to obtain the address and size of the preloaded pool configuration file/repository. Sponsored by: Juniper Networks. Revision Changes Path 1.13 +1 -2 src/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 20:03:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF212106564A for ; Sun, 13 Feb 2011 20:03:05 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C71618FC15 for ; Sun, 13 Feb 2011 20:03:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DK35f5070600 for ; Sun, 13 Feb 2011 20:03:05 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DK35LB070599 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 20:03:05 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201102132003.p1DK35LB070599@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Sun, 13 Feb 2011 20:02:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/at91 at91_machdep.c src/sys/arm/econa econa_machdep.c src/sys/arm/sa11x0 assabet_machdep.c src/sys/arm/xscale/i80321 ep80219_machdep.c iq31244_machdep.c src/sys/arm/xscale/ixp425 avila_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 20:03:06 -0000 cognet 2011-02-13 20:02:46 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_machdep.c sys/arm/econa econa_machdep.c sys/arm/sa11x0 assabet_machdep.c sys/arm/xscale/i80321 ep80219_machdep.c iq31244_machdep.c sys/arm/xscale/ixp425 avila_machdep.c Log: SVN rev 218666 on 2011-02-13 20:02:46Z by cognet Call init_param1() much earlier, so that msgbufsize is non-zero when we want to map and use the msgbuf. Revision Changes Path 1.11 +3 -3 src/sys/arm/at91/at91_machdep.c 1.3 +3 -2 src/sys/arm/econa/econa_machdep.c 1.32 +3 -2 src/sys/arm/sa11x0/assabet_machdep.c 1.15 +3 -2 src/sys/arm/xscale/i80321/ep80219_machdep.c 1.36 +3 -2 src/sys/arm/xscale/i80321/iq31244_machdep.c 1.22 +3 -2 src/sys/arm/xscale/ixp425/avila_machdep.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 20:04:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7005D106564A for ; Sun, 13 Feb 2011 20:04:41 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4371D8FC14 for ; Sun, 13 Feb 2011 20:04:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DK4fjG070813 for ; Sun, 13 Feb 2011 20:04:41 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DK4fL3070812 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 20:04:41 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201102132004.p1DK4fL3070812@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Sun, 13 Feb 2011 20:04:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/at91 at91_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 20:04:41 -0000 cognet 2011-02-13 20:04:29 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_machdep.c Log: SVN rev 218667 on 2011-02-13 20:04:29Z by cognet Oops, wasn't supposed to commit this. Revision Changes Path 1.12 +1 -1 src/sys/arm/at91/at91_machdep.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 20:08:02 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78E7610656C2 for ; Sun, 13 Feb 2011 20:08:02 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0D08FC08 for ; Sun, 13 Feb 2011 20:08:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DK82O0071334 for ; Sun, 13 Feb 2011 20:08:02 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DK82R4071333 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 20:08:02 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102132008.p1DK82R4071333@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Sun, 13 Feb 2011 20:07:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 20:08:02 -0000 dchagin 2011-02-13 20:07:48 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 218668 on 2011-02-13 20:07:48Z by dchagin Sort include files in the alphabetical order. Revision Changes Path 1.36 +1 -1 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 21:52:44 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 245D41065700 for ; Sun, 13 Feb 2011 21:52:44 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB6678FC13 for ; Sun, 13 Feb 2011 21:52:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DLqhhG098405 for ; Sun, 13 Feb 2011 21:52:43 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DLqhL6098403 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 21:52:43 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102132152.p1DLqhL6098403@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 13 Feb 2011 21:52:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Feb 2011 21:52:44 -0000 kib 2011-02-13 21:52:26 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: SVN rev 218670 on 2011-02-13 21:52:26Z by kib Lock the vnode around clearing of VV_TEXT flag. Remove mp_fixme() note mentioning that vnode lock is needed. Reviewed by: alc Tested by: pho MFC after: 1 week Revision Changes Path 1.440 +14 -9 src/sys/vm/vm_object.c From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 22:11:43 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681BB106566C for ; Sun, 13 Feb 2011 22:11:43 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 527F68FC17 for ; Sun, 13 Feb 2011 22:11:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DMBhkZ002320 for ; Sun, 13 Feb 2011 22:11:43 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DMBhmv002319 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 22:11:43 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102132211.p1DMBhmv002319@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 22:09:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/contrib/groff/font/devutf8 R.proto src/contrib/groff/tmac an-old.tmac doc-common doc-old.tmac doc-syms doc.tmac groff_mdoc.man src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 22:11:43 -0000 uqs 2011-02-13 22:09:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/groff/font/devutf8 R.proto contrib/groff/tmac an-old.tmac doc-common doc-old.tmac doc-syms doc.tmac groff_mdoc.man gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 218671 on 2011-02-13 22:09:33Z by uqs MFH r202358,217595: Pull up vendor changes. The following local changes made obsolete: - Addition of several FreeBSD versions. - r192561 that attempted to fix UTF-8 issues. Update groff manpage and symbols with what has been submitted upstream. Also remove local overrides that are now in the contrib tree. Revision Changes Path 1.1.1.4.2.2 +1 -1 src/contrib/groff/font/devutf8/R.proto 1.1.1.6.2.1 +12 -0 src/contrib/groff/tmac/an-old.tmac 1.72.2.1 +118 -15 src/contrib/groff/tmac/doc-common 1.1.1.2.2.1 +1 -1 src/contrib/groff/tmac/doc-old.tmac 1.51.2.1 +4 -0 src/contrib/groff/tmac/doc-syms 1.1.1.17.2.1 +93 -11 src/contrib/groff/tmac/doc.tmac 1.1.1.22.2.1 +33 -14 src/contrib/groff/tmac/groff_mdoc.man 1.59.2.12 +0 -8 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 22:18:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C66451065A7C for ; Sun, 13 Feb 2011 22:18:04 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5D98FC13 for ; Sun, 13 Feb 2011 22:18:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DMI4et003279 for ; Sun, 13 Feb 2011 22:18:04 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DMI4MF003276 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 22:18:04 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102132218.p1DMI4MF003276@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 22:17:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 22:18:04 -0000 uqs 2011-02-13 22:17:49 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 218672 on 2011-02-13 22:17:49Z by uqs Add back soon-to-be-release FreeBSD 7.4 which got clobbered in the previous merges. Revision Changes Path 1.82 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 22:18:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68F881065A83 for ; Sun, 13 Feb 2011 22:18:05 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB2F8FC15 for ; Sun, 13 Feb 2011 22:18:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DMI5Z9003295 for ; Sun, 13 Feb 2011 22:18:05 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DMI5ZG003294 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 22:18:05 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102132218.p1DMI5ZG003294@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 22:17:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 22:18:05 -0000 uqs 2011-02-13 22:17:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 218672 on 2011-02-13 22:17:49Z by uqs Add back soon-to-be-release FreeBSD 7.4 which got clobbered in the previous merges. Revision Changes Path 1.59.2.13 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 22:18:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 726FD1065A99 for ; Sun, 13 Feb 2011 22:18:06 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 458128FC17 for ; Sun, 13 Feb 2011 22:18:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DMI6dU003310 for ; Sun, 13 Feb 2011 22:18:06 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DMI6Tc003309 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 22:18:06 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201102132218.p1DMI6Tc003309@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 13 Feb 2011 22:17:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 22:18:06 -0000 uqs 2011-02-13 22:17:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 218672 on 2011-02-13 22:17:49Z by uqs Add back soon-to-be-release FreeBSD 7.4 which got clobbered in the previous merges. Revision Changes Path 1.68.2.11 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 02:37:44 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB211065743 for ; Mon, 14 Feb 2011 02:37:44 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE2E8FC13 for ; Mon, 14 Feb 2011 02:37:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1E2bh3w045085 for ; Mon, 14 Feb 2011 02:37:43 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1E2bhYq045084 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 02:37:43 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201102140237.p1E2bhYq045084@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Mon, 14 Feb 2011 02:37:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mutex.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, 14 Feb 2011 02:37:44 -0000 alc 2011-02-14 02:37:27 UTC FreeBSD src repository Modified files: sys/sys mutex.h Log: SVN rev 218673 on 2011-02-14 02:37:27Z by alc Retire mp_fixme(). It's no longer used. Revision Changes Path 1.108 +0 -10 src/sys/sys/mutex.h From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 08:09:11 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A82B10656C3 for ; Mon, 14 Feb 2011 08:09:11 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26A238FC13 for ; Mon, 14 Feb 2011 08:09:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1E89BbT091175 for ; Mon, 14 Feb 2011 08:09:11 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1E89Btf091174 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 08:09:11 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <201102140809.p1E89Btf091174@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Mon, 14 Feb 2011 08:09:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/sched gs_rr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 08:09:11 -0000 luigi 2011-02-14 08:09:02 UTC FreeBSD src repository Modified files: sys/geom/sched gs_rr.c Log: SVN rev 218675 on 2011-02-14 08:09:02Z by luigi Correct a subtle bug in the 'gsched_rr' disk scheduler. The algorithm is supposed to work as follows: in order to prevent starvation, when a new client starts being served we record the start time and reset the counter of bytes served. We then switch to a new client after a certain amount of time or bytes, even if the current one still has pending requests. To avoid charging a new client the time of the first seek, we start counting time when the first request is served. Unfortunately a bug in the previous version of the code failed to set the start time in certain cases, resulting in some processes exceeding their timeslice. The fix (in this patch) is trivial, though it took a while to find out and replicate the bug. Thanks to Tommaso Caprai for investigating and fixing the problem. Submitted by: Tommaso Caprai MFC after: 1 week Revision Changes Path 1.4 +20 -8 src/sys/geom/sched/gs_rr.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 08:14:31 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A5E11065694 for ; Mon, 14 Feb 2011 08:14:31 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85A8D8FC1D for ; Mon, 14 Feb 2011 08:14:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1E8EVh8091709 for ; Mon, 14 Feb 2011 08:14:31 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1E8EVD1091708 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 08:14:31 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201102140814.p1E8EVD1091708@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 14 Feb 2011 08:14:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/wlan if_run.c if_runreg.h if_runvar.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, 14 Feb 2011 08:14:31 -0000 hselasky 2011-02-14 08:14:06 UTC FreeBSD src repository Modified files: sys/dev/usb/wlan if_run.c if_runreg.h if_runvar.h Log: SVN rev 218676 on 2011-02-14 08:14:06Z by hselasky * Fix page fault caused by referring freed node. While updating Tx stats, already freed node could be referred and cause page fault. To avoid such panic, spool Tx stats in driver's softc. Then, on every ratectl interval, grab node though ieee80211_iterate_nodes() and update ratectl stats. * Simplify some code in run_iter_func(). * Fix typo * Use memset instead of bzero (hselasky @) PR: kern/153938 Submitted by: PseudoCylon Approved by: thompsa (mentor) Revision Changes Path 1.20 +60 -55 src/sys/dev/usb/wlan/if_run.c 1.4 +13 -0 src/sys/dev/usb/wlan/if_runreg.h 1.8 +4 -1 src/sys/dev/usb/wlan/if_runvar.h From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 09:59:08 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 003D11065694 for ; Mon, 14 Feb 2011 09:59:07 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C603A8FC1B for ; Mon, 14 Feb 2011 09:59:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1E9x7tb012340 for ; Mon, 14 Feb 2011 09:59:07 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1E9x78i012339 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 09:59:07 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102140959.p1E9x78i012339@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Mon, 14 Feb 2011 09:58:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 09:59:08 -0000 brucec 2011-02-14 09:58:47 UTC FreeBSD src repository Modified files: sbin/mdconfig mdconfig.c Log: SVN rev 218677 on 2011-02-14 09:58:47Z by brucec Add a check to make sure the provider name is "mdN" before printing the unit number. Suggested by: jh MFC after: 3 days Revision Changes Path 1.62 +5 -1 src/sbin/mdconfig/mdconfig.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 15:36:52 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A1BF10656A3 for ; Mon, 14 Feb 2011 15:36:52 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D558A8FC1A for ; Mon, 14 Feb 2011 15:36:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EFapTh054448 for ; Mon, 14 Feb 2011 15:36:51 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EFapaX054447 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 15:36:51 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201102141536.p1EFapaX054447@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Mon, 14 Feb 2011 15:36:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/tmpfs tmpfs_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2011 15:36:52 -0000 alc 2011-02-14 15:36:38 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_subr.c Log: SVN rev 218681 on 2011-02-14 15:36:38Z by alc Further simplify tmpfs_reg_resize(). Also, update its comments, including style fixes. Revision Changes Path 1.30 +12 -17 src/sys/fs/tmpfs/tmpfs_subr.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 16:36:27 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5436106566C for ; Mon, 14 Feb 2011 16:36:27 +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 ABB838FC1A for ; Mon, 14 Feb 2011 16:36:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EGaRVl059838 for ; Mon, 14 Feb 2011 16:36:27 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EGaRgK059837 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 16:36:27 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102141636.p1EGaRgK059837@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 14 Feb 2011 16:36:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_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: Mon, 14 Feb 2011 16:36:27 -0000 bz 2011-02-14 16:36:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_usrreq.c Log: SVN rev 218682 on 2011-02-14 16:36:02Z by bz MFC r218078: Remove duplicate printing of TF_NOPUSH in db_print_tflags(). Revision Changes Path 1.192.2.6 +0 -4 src/sys/netinet/tcp_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 16:38:48 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D9DC106566C for ; Mon, 14 Feb 2011 16:38:48 +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 4E3CF8FC14 for ; Mon, 14 Feb 2011 16:38:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EGcmUQ059986 for ; Mon, 14 Feb 2011 16:38:48 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EGcmgJ059985 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 16:38:48 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102141638.p1EGcmgJ059985@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 14 Feb 2011 16:38:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 16:38:48 -0000 bz 2011-02-14 16:38:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linprocfs linprocfs.c Log: SVN rev 218683 on 2011-02-14 16:38:32Z by bz MFC r218114: Update interface stats counters to match the current format in linux and try to export as much information as we can match. Requested on: Debian GNU/kFreeBSD list (debian-bsd lists.debian.org) 2010-12 Tested by: Mats Erik Andersson (mats.andersson gisladisker.se) Revision Changes Path 1.142.2.6 +31 -8 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 16:54:52 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2B5106566C for ; Mon, 14 Feb 2011 16:54:52 +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 AF5518FC1B for ; Mon, 14 Feb 2011 16:54:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EGsqdH072311 for ; Mon, 14 Feb 2011 16:54:52 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EGsqBI072310 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 16:54:52 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102141654.p1EGsqBI072310@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 14 Feb 2011 16:54:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf NOTES src/sys/netinet if_atm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 16:54:52 -0000 bz 2011-02-14 16:54:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf NOTES sys/netinet if_atm.c Log: SVN rev 218684 on 2011-02-14 16:54:03Z by bz MFC r216466: Bring back (most of) NATM to avoid further bitrot after r186119. Keep three lines disabled which I am unsure if they had been used at all. This will allow us to seek testers and possibly bring it all back. Discussed with: rwatson Revision Changes Path 1.1553.2.20 +1 -1 src/sys/conf/NOTES 1.23.2.2 +6 -0 src/sys/netinet/if_atm.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 17:20:28 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9F291065742 for ; Mon, 14 Feb 2011 17:20:28 +0000 (UTC) (envelope-from mdf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE658FC15 for ; Mon, 14 Feb 2011 17:20:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EHKSbw075304 for ; Mon, 14 Feb 2011 17:20:28 GMT (envelope-from mdf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EHKSNL075303 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 17:20:28 GMT (envelope-from mdf@repoman.freebsd.org) Message-Id: <201102141720.p1EHKSNL075303@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mdf@repoman.freebsd.org using -f From: Matthew D Fleming Date: Mon, 14 Feb 2011 17:20:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_resource.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 17:20:28 -0000 mdf 2011-02-14 17:20:20 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_resource.c Log: SVN rev 218685 on 2011-02-14 17:20:20Z by mdf Prevent reading from the ACPI_RESOURCE past its actual end. For paranoia limit to the size of the ACPI_RESOURCE as well. Reviewd by: jhb (in spirit) MFC after: 1 week Revision Changes Path 1.42 +5 -1 src/sys/dev/acpica/acpi_resource.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 17:25:19 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ADB2106567A for ; Mon, 14 Feb 2011 17:25:19 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50C9F8FC0C for ; Mon, 14 Feb 2011 17:25:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EHPJ1i075624 for ; Mon, 14 Feb 2011 17:25:19 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EHPJqs075623 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 17:25:19 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102141725.p1EHPJqs075623@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Mon, 14 Feb 2011 17:24:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2011 17:25:19 -0000 dchagin 2011-02-14 17:24:58 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 218686 on 2011-02-14 17:24:58Z by dchagin Style(9) fix. Do not initialize variables in the declarations. Revision Changes Path 1.37 +5 -2 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 20:05:56 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53C161065675 for ; Mon, 14 Feb 2011 20:05:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 282248FC17 for ; Mon, 14 Feb 2011 20:05:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EK5uZf091075 for ; Mon, 14 Feb 2011 20:05:56 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EK5uV7091074 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 20:05:56 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201102142005.p1EK5uV7091074@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Mon, 14 Feb 2011 20:05:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_resource.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 20:05:56 -0000 jkim 2011-02-14 20:05:37 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_resource.c Log: SVN rev 218687 on 2011-02-14 20:05:37Z by jkim Rework r218685. Copy just enough data for the resource type. Reviewed by: jhb, mdf Revision Changes Path 1.43 +22 -23 src/sys/dev/acpica/acpi_resource.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 20:50:01 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA66A10656A3 for ; Mon, 14 Feb 2011 20:50:01 +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 C33438FC1B for ; Mon, 14 Feb 2011 20:50:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EKo1fM005434 for ; Mon, 14 Feb 2011 20:50:01 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1EKo1Gk005433 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 20:50:01 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102142050.p1EKo1Gk005433@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 14 Feb 2011 20:49:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2011 20:50:01 -0000 bz 2011-02-14 20:49:37 UTC FreeBSD src repository Modified files: sys/kern subr_trap.c Log: SVN rev 218688 on 2011-02-14 20:49:37Z by bz Mfp4 CH=177256: Catch a set vnet upon return to user space. This usually means return paths with CURVNET_RESTORE() missing. If VNET_DEBUG is turned on we can even tell the function that did the CURVNET_SET() which is really helpful; else we print "N/A". Sponsored by: The FreeBSD Foundation Sponsored by: CK Software GmbH Reviewed by: jhb MFC after: 11 days Revision Changes Path 1.322 +11 -0 src/sys/kern/subr_trap.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 21:25:08 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B4681065674 for ; Mon, 14 Feb 2011 21:25:08 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1718FC16 for ; Mon, 14 Feb 2011 21:25:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1ELP8oL008969 for ; Mon, 14 Feb 2011 21:25:08 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1ELP8iR008968 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 21:25:08 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102142125.p1ELP8iR008968@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Mon, 14 Feb 2011 21:24:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athioctl.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, 14 Feb 2011 21:25:08 -0000 adrian 2011-02-14 21:24:54 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h Log: SVN rev 218689 on 2011-02-14 21:24:54Z by adrian Some statistics additions - prepare for error codes > 32 (since the AR5416 error mask is > 5 bits) and add some extra CRC/HT40/ShortGI counters to help debug 802.11n issues. Revision Changes Path 1.297 +26 -4 src/sys/dev/ath/if_ath.c 1.28 +8 -2 src/sys/dev/ath/if_athioctl.h From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 21:35:29 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0C3C1065700 for ; Mon, 14 Feb 2011 21:35:29 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72F478FC14 for ; Mon, 14 Feb 2011 21:35:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1ELZT2m009766 for ; Mon, 14 Feb 2011 21:35:29 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1ELZT1q009765 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 21:35:29 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102142135.p1ELZT1q009765@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Mon, 14 Feb 2011 21:35:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416_reset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 14 Feb 2011 21:35:29 -0000 adrian 2011-02-14 21:35:11 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar5416_reset.c Log: SVN rev 218690 on 2011-02-14 21:35:11Z by adrian bring this in line with what ath9k does. Revision Changes Path 1.26 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 21:51:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B48E7106566C for ; Mon, 14 Feb 2011 21:51:05 +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 9FFD88FC2C for ; Mon, 14 Feb 2011 21:51:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1ELp5Vf010959 for ; Mon, 14 Feb 2011 21:51:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1ELp5jh010958 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 21:51:05 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201102142151.p1ELp5jh010958@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 14 Feb 2011 21:50:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_pci.c isp_sbus.c ispvar.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, 14 Feb 2011 21:51:05 -0000 marius 2011-02-14 21:50:51 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_pci.c isp_sbus.c ispvar.h Log: SVN rev 218691 on 2011-02-14 21:50:51Z by marius - Use the correct DMA tag/map pair for synchronize the FC scratch area. - Allocate coherent DMA memory for the request/response queue area and and the FC scratch area. These changes allow isp(4) to work properly on sparc64 with usage of the IOMMU streaming buffers enabled. Approved by: mjacob MFC after: 2 weeks Revision Changes Path 1.165 +21 -21 src/sys/dev/isp/isp.c 1.172 +2 -2 src/sys/dev/isp/isp_freebsd.c 1.113 +13 -1 src/sys/dev/isp/isp_freebsd.h 1.24 +2 -2 src/sys/dev/isp/isp_library.c 1.156 +16 -16 src/sys/dev/isp/isp_pci.c 1.42 +2 -2 src/sys/dev/isp/isp_sbus.c 1.90 +5 -5 src/sys/dev/isp/ispvar.h From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 01:34:15 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AB4D1065670 for ; Tue, 15 Feb 2011 01:34:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D9098FC1F for ; Tue, 15 Feb 2011 01:34:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F1YF1X042746 for ; Tue, 15 Feb 2011 01:34:15 GMT (envelope-from gjb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F1YFGn042745 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 01:34:15 GMT (envelope-from gjb@repoman.freebsd.org) Message-Id: <201102150134.p1F1YFGn042745@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gjb@repoman.freebsd.org using -f From: Glen Barber Date: Tue, 15 Feb 2011 01:33:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/sys cpuset_getaffinity.2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 01:34:15 -0000 gjb 2011-02-15 01:33:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/sys cpuset_getaffinity.2 Log: SVN rev 218692 on 2011-02-15 01:33:59Z by gjb MFC 212438: Add EINVAL to list of possible return values for cpuset_getaffinity(2). PR: 149978 Approved by: keramida (mentor) Revision Changes Path 1.4.2.3 +6 -0 src/lib/libc/sys/cpuset_getaffinity.2 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 01:35:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958041065670 for ; Tue, 15 Feb 2011 01:35:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62FCC8FC16 for ; Tue, 15 Feb 2011 01:35:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F1Z6W0042826 for ; Tue, 15 Feb 2011 01:35:06 GMT (envelope-from gjb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F1Z6ui042825 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 01:35:06 GMT (envelope-from gjb@repoman.freebsd.org) Message-Id: <201102150135.p1F1Z6ui042825@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gjb@repoman.freebsd.org using -f From: Glen Barber Date: Tue, 15 Feb 2011 01:34:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/sys cpuset_getaffinity.2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 01:35:06 -0000 gjb 2011-02-15 01:34:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys cpuset_getaffinity.2 Log: SVN rev 218693 on 2011-02-15 01:34:46Z by gjb MFC 212438: Add EINVAL to list of possible return values for cpuset_getaffinity(2). PR: 149978 Approved by: keramida (mentor) Revision Changes Path 1.2.2.5 +6 -0 src/lib/libc/sys/cpuset_getaffinity.2 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 05:58:14 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C0DB106566B for ; Tue, 15 Feb 2011 05:58:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70A958FC18 for ; Tue, 15 Feb 2011 05:58:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F5wEra077657 for ; Tue, 15 Feb 2011 05:58:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F5wE2G077656 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 05:58:14 GMT (envelope-from miwi@repoman.freebsd.org) Message-Id: <201102150558.p1F5wE2G077656@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to miwi@repoman.freebsd.org using -f From: Martin Wilke Date: Tue, 15 Feb 2011 05:57:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 bwn.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, 15 Feb 2011 05:58:14 -0000 miwi 2011-02-15 05:57:53 UTC FreeBSD src repository Modified files: share/man/man4 bwn.4 Log: SVN rev 218694 on 2011-02-15 05:57:53Z by miwi - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list. PR: 154500 Submitted by: Ruslan Mahmatkhanov Approved by: rwatson Revision Changes Path 1.12 +2 -1 src/share/man/man4/bwn.4 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 06:33:50 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C761065694 for ; Tue, 15 Feb 2011 06:33:50 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77F0D8FC08 for ; Tue, 15 Feb 2011 06:33:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F6Xohu081600 for ; Tue, 15 Feb 2011 06:33:50 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F6Xowa081599 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 06:33:50 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201102150633.p1F6Xowa081599@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Tue, 15 Feb 2011 06:33:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/top top.local.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 06:33:50 -0000 keramida 2011-02-15 06:33:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/top top.local.1 Log: SVN rev 218695 on 2011-02-15 06:33:35Z by keramida MFC 217746 from /head/usr.bin/top Touch up the sample memory usage numbers a bit, to avoid wrapping on terminal boundary. While here add definition for 'G' and fix the indentation of 'K' units. Submitted by: plunket PR: docs/153614 Revision Changes Path 1.5.10.3 +6 -3 src/usr.bin/top/top.local.1 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 06:34:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73A6D1065673 for ; Tue, 15 Feb 2011 06:34:41 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47DEC8FC15 for ; Tue, 15 Feb 2011 06:34:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F6YfQ9081666 for ; Tue, 15 Feb 2011 06:34:41 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F6YfpP081665 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 06:34:41 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201102150634.p1F6YfpP081665@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Tue, 15 Feb 2011 06:34:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/top top.local.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 06:34:41 -0000 keramida 2011-02-15 06:34:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/top top.local.1 Log: SVN rev 218696 on 2011-02-15 06:34:30Z by keramida MFC 217746 from /head/usr.bin/top Touch up the sample memory usage numbers a bit, to avoid wrapping on terminal boundary. While here add definition for ’G’ and fix the indentation of ’K’ units. Submitted by: plunket PR: docs/153614 Revision Changes Path 1.5.2.2 +6 -3 src/usr.bin/top/top.local.1 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 07:12:32 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDEB4106567A for ; Tue, 15 Feb 2011 07:12:32 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B23B28FC1C for ; Tue, 15 Feb 2011 07:12:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F7CWj6085431 for ; Tue, 15 Feb 2011 07:12:32 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F7CWrh085430 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 07:12:32 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201102150712.p1F7CWrh085430@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Tue, 15 Feb 2011 07:12:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/mail mail.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 07:12:32 -0000 keramida 2011-02-15 07:12:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/mail mail.1 Log: SVN rev 218697 on 2011-02-15 07:12:16Z by keramida MFC 216698 by maxim from /head Fix -u flag description: it takes a username as an argument. PR: docs/153416 Submitted by: Eitan Adler Revision Changes Path 1.48.2.1 +1 -1 src/usr.bin/mail/mail.1 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 07:12:53 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C13E1065693 for ; Tue, 15 Feb 2011 07:12:53 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60A8C8FC0A for ; Tue, 15 Feb 2011 07:12:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F7Cr8X085468 for ; Tue, 15 Feb 2011 07:12:53 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F7CrNh085467 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 07:12:53 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201102150712.p1F7CrNh085467@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Tue, 15 Feb 2011 07:12:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/mail mail.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 07:12:53 -0000 keramida 2011-02-15 07:12:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/mail mail.1 Log: SVN rev 218698 on 2011-02-15 07:12:41Z by keramida MFC 216698 by maxim from /head Fix -u flag description: it takes a username as an argument. PR: docs/153416 Submitted by: Eitan Adler Revision Changes Path 1.48.10.2 +1 -1 src/usr.bin/mail/mail.1 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 07:16:44 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98FED1065695 for ; Tue, 15 Feb 2011 07:16:44 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5738FC13 for ; Tue, 15 Feb 2011 07:16:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F7GiR6085741 for ; Tue, 15 Feb 2011 07:16:44 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F7Gi2i085740 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 07:16:44 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201102150716.p1F7Gi2i085740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Tue, 15 Feb 2011 07:16:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 07:16:44 -0000 keramida 2011-02-15 07:16:27 UTC FreeBSD src repository Modified files: share/man/man7 ports.7 Log: SVN rev 218699 on 2011-02-15 07:16:27Z by keramida Document TRYBROKEN in ports(7). PR: docs/153542 Submitted by: Eitan Adler MFC after: 3 days Revision Changes Path 1.69 +4 -1 src/share/man/man7/ports.7 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 07:26:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F08B1065780 for ; Tue, 15 Feb 2011 07:26:05 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 532A08FC08 for ; Tue, 15 Feb 2011 07:26:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F7Q5uw086551 for ; Tue, 15 Feb 2011 07:26:05 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F7Q5HI086550 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 07:26:05 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201102150726.p1F7Q5HI086550@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Tue, 15 Feb 2011 07:25:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mksnap_ffs mksnap_ffs.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 07:26:05 -0000 keramida 2011-02-15 07:25:54 UTC FreeBSD src repository Modified files: sbin/mksnap_ffs mksnap_ffs.8 Log: SVN rev 218700 on 2011-02-15 07:25:54Z by keramida Note that a UFS filesystem can have up to 20 active snapshots. PR: docs/151104 Submitted by: Aldis Berjoza MFC after: 3 days Revision Changes Path 1.8 +10 -1 src/sbin/mksnap_ffs/mksnap_ffs.8 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 09:04:11 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D53D31065742 for ; Tue, 15 Feb 2011 09:04:11 +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 C3D6E8FC08 for ; Tue, 15 Feb 2011 09:04:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F94B1d007151 for ; Tue, 15 Feb 2011 09:04:11 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F94BTI007150 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 09:04:11 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102150904.p1F94BTI007150@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 15 Feb 2011 09:03:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 09:04:11 -0000 kib 2011-02-15 09:03:58 UTC FreeBSD src repository Modified files: sys/vm vm_kern.c Log: SVN rev 218701 on 2011-02-15 09:03:58Z by kib Since r218070 reenabled the call to vm_map_simplify_entry() from vm_map_insert(), the kmem_back() assumption about newly inserted entry might be broken due to interference of two factors. In the low memory condition, when vm_page_alloc() returns NULL, supplied map is unlocked. If another thread performs kmem_malloc() meantime, and its map entry is placed right next to our thread map entry in the map, both entries wire count is still 0 and entries are coalesced due to vm_map_simplify_entry(). Mark new entry with MAP_ENTRY_IN_TRANSITION to prevent coalesce. Fix some style issues, tighten the assertions to account for MAP_ENTRY_IN_TRANSITION state. Reported and tested by: pho Reviewed by: alc Revision Changes Path 1.147 +23 -9 src/sys/vm/vm_kern.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 09:28:22 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABC32106566C for ; Tue, 15 Feb 2011 09:28: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 803D98FC1E for ; Tue, 15 Feb 2011 09:28:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F9SMc8009057 for ; Tue, 15 Feb 2011 09:28:22 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F9SMAf009056 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 09:28:22 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102150928.p1F9SMAf009056@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Tue, 15 Feb 2011 09:28:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/netinet tcp_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: Tue, 15 Feb 2011 09:28:22 -0000 bz 2011-02-15 09:28:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_usrreq.c Log: SVN rev 218703 on 2011-02-15 09:28:07Z by bz MFC r218078: Remove duplicate printing of TF_NOPUSH in db_print_tflags(). Revision Changes Path 1.163.2.20 +0 -4 src/sys/netinet/tcp_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 09:30:43 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6438A106566B for ; Tue, 15 Feb 2011 09:30:43 +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 527748FC12 for ; Tue, 15 Feb 2011 09:30:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F9Uh60009256 for ; Tue, 15 Feb 2011 09:30:43 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F9UhRf009255 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 09:30:43 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102150930.p1F9UhRf009255@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Tue, 15 Feb 2011 09:30:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 09:30:43 -0000 bz 2011-02-15 09:30:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linprocfs linprocfs.c Log: SVN rev 218704 on 2011-02-15 09:30:31Z by bz MFC r218114: Update interface stats counters to match the current format in linux and try to export as much information as we can match. Requested on: Debian GNU/kFreeBSD list (debian-bsd lists.debian.org) 2010-12 Tested by: Mats Erik Andersson (mats.andersson gisladisker.se) Revision Changes Path 1.115.2.13 +31 -8 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 12:42:31 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B759C1065745 for ; Tue, 15 Feb 2011 12:42:31 +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 8B3AC8FC14 for ; Tue, 15 Feb 2011 12:42:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FCgVKl025755 for ; Tue, 15 Feb 2011 12:42:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FCgVhO025754 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 12:42:31 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201102151242.p1FCgVhO025754@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 15 Feb 2011 12:42:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/truss setup.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 12:42:31 -0000 jhb 2011-02-15 12:42:18 UTC FreeBSD src repository Modified files: usr.bin/truss setup.c Log: SVN rev 218707 on 2011-02-15 12:42:18Z by jhb Properly check for errors from waitpid(). Submitted by: gcooper MFC after: 1 week Revision Changes Path 1.30 +4 -4 src/usr.bin/truss/setup.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 13:30:12 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676CC1065670 for ; Tue, 15 Feb 2011 13:30:07 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 933588FC14 for ; Tue, 15 Feb 2011 13:30:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FDU75r041265 for ; Tue, 15 Feb 2011 13:30:07 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FDU7vX041264 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 13:30:07 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102151330.p1FDU7vX041264@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Tue, 15 Feb 2011 13:29:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar9002 ar9280_attach.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 13:30:12 -0000 adrian 2011-02-15 13:29:52 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar9002 ar9280_attach.c Log: SVN rev 218708 on 2011-02-15 13:29:52Z by adrian Disable flipping antennas for AR9280. Flipping antennas when doing 11n would cause all kinds of strange issues. Just don't do it for now and when it comes time to do it, don't do it here. Revision Changes Path 1.8 +8 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 18:16:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9389B1065781 for ; Tue, 15 Feb 2011 18:16:20 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8200A8FC20 for ; Tue, 15 Feb 2011 18:16:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FIGKjb078307 for ; Tue, 15 Feb 2011 18:16:20 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FIGKNG078306 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 18:16:20 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102151816.p1FIGKNG078306@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 15 Feb 2011 18:16:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 18:16:20 -0000 yongari 2011-02-15 18:16:04 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 218710 on 2011-02-15 18:16:04Z by yongari Fix a regression introduced in r215906. The change made in r215906 caused link re-negotiation whenever application joins or leaves a multicast group. If driver is running, it would have established a link so there is no need to start re-negotiation. The re-negotiation broke established link which in turn stopped multicast application working while re-negotiation is in progress. PR: kern/154667 MFC after: 1 week Revision Changes Path 1.312 +3 -1 src/sys/dev/fxp/if_fxp.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 20:04:27 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CCD5106564A for ; Tue, 15 Feb 2011 20:04:27 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E51558FC0C for ; Tue, 15 Feb 2011 20:04:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FK4QPs087921 for ; Tue, 15 Feb 2011 20:04:26 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FK4QvM087920 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 20:04:26 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102152004.p1FK4QvM087920@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 15 Feb 2011 20:04:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen glob.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 20:04:27 -0000 ed 2011-02-15 20:04:13 UTC FreeBSD src repository Modified files: lib/libc/gen glob.3 Log: SVN rev 218711 on 2011-02-15 20:04:13Z by ed Remove dead reference to regexp(3). Use regex(3) instead. PR: docs/149950 Submitted by: arundel@ Revision Changes Path 1.33 +1 -1 src/lib/libc/gen/glob.3 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 20:07:47 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A271065701 for ; Tue, 15 Feb 2011 20:07:47 +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 54CBA8FC12 for ; Tue, 15 Feb 2011 20:07:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FK7l2Z088194 for ; Tue, 15 Feb 2011 20:07:47 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FK7l9N088191 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 20:07:47 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102152007.p1FK7l9N088191@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 15 Feb 2011 20:07:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen glob.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 20:07:47 -0000 ed 2011-02-15 20:07:35 UTC FreeBSD src repository Modified files: lib/libc/gen glob.3 Log: SVN rev 218712 on 2011-02-15 20:07:35Z by ed Don't forget to bump man page date for r218711. Revision Changes Path 1.34 +1 -1 src/lib/libc/gen/glob.3 From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 20:19:09 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E2AF10656A6 for ; Tue, 15 Feb 2011 20:19:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B9638FC1A for ; Tue, 15 Feb 2011 20:19:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FKJ91a089037 for ; Tue, 15 Feb 2011 20:19:09 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FKJ9UL089036 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 20:19:09 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102152019.p1FKJ9UL089036@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Tue, 15 Feb 2011 20:18:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/i386/boot2 boot2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 20:19:09 -0000 dim 2011-02-15 20:18:52 UTC FreeBSD src repository Modified files: sys/boot/common ufsread.c sys/boot/i386/boot2 boot2.c Log: SVN rev 218713 on 2011-02-15 20:18:52Z by dim Apply a few small optimizations to boot2's code, to make it shrink a little further. This gets us further on the way to be able to build it successfully with clang. Using in-tree gcc, this shrinks boot2.bin with 60 bytes, the in-tree clang shaves off 72 bytes, and ToT clang 84 bytes. Submitted by: rdivacky Reviewed by: imp Revision Changes Path 1.21 +1 -1 src/sys/boot/common/ufsread.c 1.91 +4 -3 src/sys/boot/i386/boot2/boot2.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 20:47:14 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1673106564A for ; Tue, 15 Feb 2011 20:47:14 +0000 (UTC) (envelope-from zack@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B50238FC15 for ; Tue, 15 Feb 2011 20:47:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FKlEmp002342 for ; Tue, 15 Feb 2011 20:47:14 GMT (envelope-from zack@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FKlE3w002341 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 20:47:14 GMT (envelope-from zack@repoman.freebsd.org) Message-Id: <201102152047.p1FKlE3w002341@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zack@repoman.freebsd.org using -f From: Zack Kirsch Date: Tue, 15 Feb 2011 20:46:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/nfsserver nfs_nfsdcache.c nfs_nfsdport.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 20:47:15 -0000 zack 2011-02-15 20:46:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsserver nfs_nfsdcache.c nfs_nfsdport.c Log: SVN rev 218714 on 2011-02-15 20:46:51Z by zack MFC: 217335 Clean up the experimental NFS server replay cache when the module is unloaded. Revision Changes Path 1.1.2.4 +1 -3 src/sys/fs/nfsserver/nfs_nfsdcache.c 1.15.2.27 +4 -0 src/sys/fs/nfsserver/nfs_nfsdport.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 20:53:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FFD61065693 for ; Tue, 15 Feb 2011 20:53:20 +0000 (UTC) (envelope-from zack@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 539668FC16 for ; Tue, 15 Feb 2011 20:53:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FKrKLj002780 for ; Tue, 15 Feb 2011 20:53:20 GMT (envelope-from zack@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FKrKZC002779 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 20:53:20 GMT (envelope-from zack@repoman.freebsd.org) Message-Id: <201102152053.p1FKrKZC002779@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zack@repoman.freebsd.org using -f From: Zack Kirsch Date: Tue, 15 Feb 2011 20:53:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/nfsserver nfs_nfsdstate.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 20:53:20 -0000 zack 2011-02-15 20:53:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsserver nfs_nfsdstate.c Log: SVN rev 218715 on 2011-02-15 20:53:01Z by zack MFC: 217336 In the experimental NFS server, when converting an open-owner to a lock-owner, start at sequence id 1 instead of 0, to match up with both Solaris and Linux. Revision Changes Path 1.10.2.21 +1 -1 src/sys/fs/nfsserver/nfs_nfsdstate.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 21:01:26 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764A010656C2 for ; Tue, 15 Feb 2011 21:01:26 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49EAA8FC12 for ; Tue, 15 Feb 2011 21:01:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FL1QcN003368 for ; Tue, 15 Feb 2011 21:01:26 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FL1Q0G003367 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 21:01:26 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102152101.p1FL1Q0G003367@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Tue, 15 Feb 2011 21:01:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common ufsread.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 21:01:26 -0000 dim 2011-02-15 21:01:13 UTC FreeBSD src repository Modified files: sys/boot/common ufsread.c Log: SVN rev 218716 on 2011-02-15 21:01:13Z by dim In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t. Submitted by: mdf Revision Changes Path 1.22 +1 -1 src/sys/boot/common/ufsread.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 21:22:33 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AB6E1065697 for ; Tue, 15 Feb 2011 21:22:32 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD5A8FC17 for ; Tue, 15 Feb 2011 21:22:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FLMWaJ006303 for ; Tue, 15 Feb 2011 21:22:32 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FLMWpT006302 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 21:22:32 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102152122.p1FLMWpT006302@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Tue, 15 Feb 2011 21:22:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_misc.c linux_signal.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, 15 Feb 2011 21:22:33 -0000 dchagin 2011-02-15 21:22:09 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c linux_signal.h Log: SVN rev 218717 on 2011-02-15 21:22:09Z by dchagin Put the macro declaration in the relevant include file for future use. Revision Changes Path 1.248 +0 -3 src/sys/compat/linux/linux_misc.c 1.9 +3 -0 src/sys/compat/linux/linux_signal.h From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 21:25:08 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73360106564A for ; Tue, 15 Feb 2011 21:25:08 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 463D58FC1A for ; Tue, 15 Feb 2011 21:25:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FLP8Qk006901 for ; Tue, 15 Feb 2011 21:25:08 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FLP8jL006900 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 21:25:08 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102152125.p1FLP8jL006900@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Tue, 15 Feb 2011 21:24:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_signal.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 21:25:08 -0000 dchagin 2011-02-15 21:24:50 UTC FreeBSD src repository Modified files: sys/compat/linux linux_signal.c Log: SVN rev 218718 on 2011-02-15 21:24:50Z by dchagin Style(9) fix. Wrap long lines in linux_rt_sigtimedwait(). Revision Changes Path 1.71 +8 -5 src/sys/compat/linux/linux_signal.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 21:43:14 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E3D1065777 for ; Tue, 15 Feb 2011 21:43:14 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5826F8FC56 for ; Tue, 15 Feb 2011 21:43:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FLhEbb008480 for ; Tue, 15 Feb 2011 21:43:14 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FLhEkK008479 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 21:43:14 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102152143.p1FLhEkK008479@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Tue, 15 Feb 2011 21:42:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_signal.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 21:43:14 -0000 dchagin 2011-02-15 21:42:48 UTC FreeBSD src repository Modified files: sys/compat/linux linux_signal.c Log: SVN rev 218719 on 2011-02-15 21:42:48Z by dchagin Make a linux_rt_sigtimedwait() system call is actually working. 1) Translate the native signal number in the appropriate Linux signal. 2) Remove bogus code, which can lead to a panic as it calls kern_sigtimedwait with same ksiginfo. 3) Return the corresponding signal number. Revision Changes Path 1.72 +6 -10 src/sys/compat/linux/linux_signal.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 21:47:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F1A41065694 for ; Tue, 15 Feb 2011 21:47:04 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41E628FC20 for ; Tue, 15 Feb 2011 21:47:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FLl4Wm008784 for ; Tue, 15 Feb 2011 21:47:04 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FLl4ph008783 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 21:47:04 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102152147.p1FLl4ph008783@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Tue, 15 Feb 2011 21:46:36 +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_signal.c 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, 15 Feb 2011 21:47:04 -0000 dchagin 2011-02-15 21:46:36 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h sys/compat/linux linux_signal.c sys/i386/linux linux.h Log: SVN rev 218720 on 2011-02-15 21:46:36Z by dchagin For realtime signals fill the sigval value. Revision Changes Path 1.34 +1 -0 src/sys/amd64/linux32/linux.h 1.73 +4 -0 src/sys/compat/linux/linux_signal.c 1.91 +1 -0 src/sys/i386/linux/linux.h From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 22:05:19 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C1E5106564A for ; Tue, 15 Feb 2011 22:05:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6800F8FC1C for ; Tue, 15 Feb 2011 22:05:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FM5JEZ011138 for ; Tue, 15 Feb 2011 22:05:19 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FM5JB2011137 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 22:05:19 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102152205.p1FM5JB2011137@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Tue, 15 Feb 2011 22:03:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/cddl/lib/libzpool Makefile src/lib/liblzma Makefile src/lib/libmd Makefile src/lib/libz Makefile src/secure/lib/libcrypto 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, 15 Feb 2011 22:05:19 -0000 dim 2011-02-15 22:03:09 UTC FreeBSD src repository Modified files: cddl/lib/libzpool Makefile lib/liblzma Makefile lib/libmd Makefile lib/libz Makefile secure/lib/libcrypto Makefile Log: SVN rev 218723 on 2011-02-15 22:03:09Z by dim Fix some leftover binaries and shared libraries in the system that still have an executable stack, due to linking in hand-assembled .S or .s files, that have no .GNU-stack sections: RWX --- --- /lib/libcrypto.so.6 RWX --- --- /lib/libmd.so.5 RWX --- --- /lib/libz.so.6 RWX --- --- /lib/libzpool.so.2 RWX --- --- /usr/lib/liblzma.so.5 These were found using scanelf, from the sysutils/pax-utils port. Reviewed by: kib Revision Changes Path 1.14 +1 -0 src/cddl/lib/libzpool/Makefile 1.5 +1 -0 src/lib/liblzma/Makefile 1.45 +5 -2 src/lib/libmd/Makefile 1.20 +2 -0 src/lib/libz/Makefile 1.88 +4 -0 src/secure/lib/libcrypto/Makefile From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 22:17:55 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E242E106564A for ; Tue, 15 Feb 2011 22:17:55 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5BE98FC13 for ; Tue, 15 Feb 2011 22:17:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FMHtKU012036 for ; Tue, 15 Feb 2011 22:17:55 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FMHtuO012035 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 22:17:55 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201102152217.p1FMHtuO012035@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Tue, 15 Feb 2011 22:17:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/test test.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 15 Feb 2011 22:17:56 -0000 jilles 2011-02-15 22:17:47 UTC FreeBSD src repository Modified files: bin/test test.c Log: SVN rev 218724 on 2011-02-15 22:17:47Z by jilles test: Note that this is used both as a normal program and a shell builtin. MFC after: 1 week Revision Changes Path 1.56 +4 -0 src/bin/test/test.c From owner-cvs-src-old@FreeBSD.ORG Tue Feb 15 22:28:31 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77BD1106566B for ; Tue, 15 Feb 2011 22:28:31 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5FD8FC18 for ; Tue, 15 Feb 2011 22:28:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FMSV0w012858 for ; Tue, 15 Feb 2011 22:28:31 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1FMSVfP012857 for cvs-src-old@freebsd.org; Tue, 15 Feb 2011 22:28:31 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102152228.p1FMSVfP012857@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Tue, 15 Feb 2011 22:28:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/cddl/lib/libzpool 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, 15 Feb 2011 22:28:31 -0000 dim 2011-02-15 22:28:15 UTC FreeBSD src repository Modified files: cddl/lib/libzpool Makefile Log: SVN rev 218725 on 2011-02-15 22:28:15Z by dim When building libzpool on ia64 or sparc64, don't add the .note.GNU-stack section. Submitted by: kib Revision Changes Path 1.15 +2 -0 src/cddl/lib/libzpool/Makefile From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 06:00:43 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0213106566B for ; Wed, 16 Feb 2011 06:00:43 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 742768FC17 for ; Wed, 16 Feb 2011 06:00:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1G60hBF075599 for ; Wed, 16 Feb 2011 06:00:43 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1G60h4V075598 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 06:00:43 GMT (envelope-from mckusick@repoman.freebsd.org) Message-Id: <201102160600.p1G60h4V075598@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mckusick@repoman.freebsd.org using -f From: Kirk McKusick Date: Wed, 16 Feb 2011 06:00:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/newfs newfs.8 newfs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 06:00:43 -0000 mckusick 2011-02-16 06:00:27 UTC FreeBSD src repository Modified files: sbin/newfs newfs.8 newfs.c Log: SVN rev 218726 on 2011-02-16 06:00:27Z by mckusick Add the -j option to enable soft updates journaling when creating a new file system. Reviewed by: Kostik Belousov Revision Changes Path 1.80 +7 -1 src/sbin/newfs/newfs.8 1.97 +11 -2 src/sbin/newfs/newfs.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 08:35:49 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D17FB106566B for ; Wed, 16 Feb 2011 08:35:49 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC58B8FC08 for ; Wed, 16 Feb 2011 08:35:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1G8ZnaE089632 for ; Wed, 16 Feb 2011 08:35:49 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1G8ZnPH089631 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 08:35:49 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201102160835.p1G8ZnPH089631@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Wed, 16 Feb 2011 08:33:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mos.4 src/sys/dev/usb usbdevs src/sys/dev/usb/net if_mos.c if_mosreg.h src/sys/modules/usb Makefile src/sys/modules/usb/mos Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 08:35:49 -0000 hselasky 2011-02-16 08:33:30 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs sys/modules/usb Makefile Added files: share/man/man4 mos.4 sys/dev/usb/net if_mos.c if_mosreg.h sys/modules/usb/mos Makefile Log: SVN rev 218729 on 2011-02-16 08:33:30Z by hselasky Add support for new USB to ethernet controller: Moschip MCS7730/MCS7830 Submitted by: Rick van der Zwet Approved by: thompsa (mentor) Revision Changes Path 1.1 +95 -0 src/share/man/man4/mos.4 (new) 1.1 +1024 -0 src/sys/dev/usb/net/if_mos.c (new) 1.1 +175 -0 src/sys/dev/usb/net/if_mosreg.h (new) 1.504 +2 -0 src/sys/dev/usb/usbdevs 1.36 +1 -1 src/sys/modules/usb/Makefile 1.1 +37 -0 src/sys/modules/usb/mos/Makefile (new) From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 09:27:11 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B930106564A for ; Wed, 16 Feb 2011 09:27:11 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F25978FC16 for ; Wed, 16 Feb 2011 09:27:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1G9RA7F005722 for ; Wed, 16 Feb 2011 09:27:10 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1G9RAbD005721 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 09:27:10 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201102160927.p1G9RAbD005721@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Wed, 16 Feb 2011 09:26:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/net if_mos.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 09:27:11 -0000 hselasky 2011-02-16 09:26:56 UTC FreeBSD src repository Modified files: sys/dev/usb/net if_mos.c Log: SVN rev 218730 on 2011-02-16 09:26:56Z by hselasky Fix build breakage in if_mos.c when USB_DEBUG option is set. Approved by: thompsa (mentor) Revision Changes Path 1.2 +1 -1 src/sys/dev/usb/net/if_mos.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 14:27:26 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6469A106564A for ; Wed, 16 Feb 2011 14:27: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 39CE18FC1A for ; Wed, 16 Feb 2011 14:27:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GERQB4043326 for ; Wed, 16 Feb 2011 14:27:26 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GERQk8043325 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 14:27:26 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <201102161427.p1GERQk8043325@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 16 Feb 2011 14:25:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 14:27:26 -0000 kensmith 2011-02-16 14:25:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) . UPDATING Log: SVN rev 218731 on 2011-02-16 14:25:26Z by kensmith Guess when all the bits will be in place for announcing 8.2-RELEASE. Revision Changes Path 1.632.2.20 +3 -0 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 14:30:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06A881065674 for ; Wed, 16 Feb 2011 14:30:20 +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 D015A8FC12 for ; Wed, 16 Feb 2011 14:30:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GEUJjE043565 for ; Wed, 16 Feb 2011 14:30:19 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GEUJ6L043564 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 14:30:19 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <201102161430.p1GEUJ6L043564@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 16 Feb 2011 14:28:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8_2 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 14:30:20 -0000 kensmith 2011-02-16 14:28:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_2) . UPDATING Log: SVN rev 218733 on 2011-02-16 14:28:04Z by kensmith Guess when all the bits will be in place for announcing 8.2-RELEASE. Approved by: re (implicit) Revision Changes Path 1.632.2.19.2.2 +3 -0 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 15:20:07 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64401065672 for ; Wed, 16 Feb 2011 15:20:07 +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 87EB08FC26 for ; Wed, 16 Feb 2011 15:20:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GFK7IR048141 for ; Wed, 16 Feb 2011 15:20:07 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GFK7b5048140 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 15:20:07 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <201102161520.p1GFK7b5048140@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 16 Feb 2011 15:18:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 15:20:07 -0000 kensmith 2011-02-16 15:18:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING Log: SVN rev 218735 on 2011-02-16 15:18:28Z by kensmith Guess when all the bits will be in place for announcing 7.4-RELEASE. Revision Changes Path 1.507.2.37 +3 -0 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 15:22:31 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B632D1065673 for ; Wed, 16 Feb 2011 15:22:31 +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 8BFE18FC12 for ; Wed, 16 Feb 2011 15:22:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GFMVtc048349 for ; Wed, 16 Feb 2011 15:22:31 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GFMV8e048348 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 15:22:31 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <201102161522.p1GFMV8e048348@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 16 Feb 2011 15:19:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_4 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 15:22:31 -0000 kensmith 2011-02-16 15:19:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_4) . UPDATING Log: SVN rev 218736 on 2011-02-16 15:19:31Z by kensmith Guess when all the bits will be in place for announcing 7.4-RELEASE. Approved by: re (implicit) Revision Changes Path 1.507.2.36.2.2 +3 -0 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 15:22:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2883106566B for ; Wed, 16 Feb 2011 15:22:37 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B80D68FC0A for ; Wed, 16 Feb 2011 15:22:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GFMbA8048367 for ; Wed, 16 Feb 2011 15:22:37 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GFMbFa048366 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 15:22:37 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201102161522.p1GFMbFa048366@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Wed, 16 Feb 2011 15:20:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/boot2 boot2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 15:22:38 -0000 nyan 2011-02-16 15:20:37 UTC FreeBSD src repository Modified files: sys/boot/pc98/boot2 boot2.c Log: SVN rev 218737 on 2011-02-16 15:20:37Z by nyan MFi386: revision 218713 Apply a few small optimizations to boot2's code, to make it shrink a little further. Revision Changes Path 1.5 +4 -3 src/sys/boot/pc98/boot2/boot2.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 15:24:43 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A63F510656C8 for ; Wed, 16 Feb 2011 15:24:43 +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 7B9368FC1D for ; Wed, 16 Feb 2011 15:24:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GFOhLa048497 for ; Wed, 16 Feb 2011 15:24:43 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GFOhDx048496 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 15:24:43 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <201102161524.p1GFOhDx048496@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 16 Feb 2011 15:24:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8_2 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 15:24:43 -0000 kensmith 2011-02-16 15:24:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_2) sys/conf newvers.sh Log: SVN rev 218738 on 2011-02-16 15:24:22Z by kensmith Ready for 8.2-RELEASE builds to start. Approved by: re (implcit) Revision Changes Path 1.83.2.12.2.5 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 15:25:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 899131065672 for ; Wed, 16 Feb 2011 15:25:04 +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 58F328FC1A for ; Wed, 16 Feb 2011 15:25:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GFP4eh048541 for ; Wed, 16 Feb 2011 15:25:04 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GFP4fE048540 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 15:25:04 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <201102161525.p1GFP4fE048540@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 16 Feb 2011 15:24:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_4 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 15:25:04 -0000 kensmith 2011-02-16 15:24:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_4) sys/conf newvers.sh Log: SVN rev 218739 on 2011-02-16 15:24:56Z by kensmith Ready for 7.4-RELEASE builds to start. Approved by: re (implicit) Revision Changes Path 1.72.2.18.2.5 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 15:43:45 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 957721065712 for ; Wed, 16 Feb 2011 15:43:45 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6ADA18FC1A for ; Wed, 16 Feb 2011 15:43:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GFhjqV049949 for ; Wed, 16 Feb 2011 15:43:45 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GFhj5r049948 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 15:43:45 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201102161543.p1GFhj5r049948@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Wed, 16 Feb 2011 15:43:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet/ipfw ip_dummynet.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 15:43:45 -0000 pluknet 2011-02-16 15:43:35 UTC FreeBSD src repository Modified files: sys/netinet/ipfw ip_dummynet.c Log: SVN rev 218741 on 2011-02-16 15:43:35Z by pluknet Bump dummynet module version to meet dummynet schedulers' requirements, and thus unbreak loading dummynet.ko via /boot/loader.conf. Reported by: rihad on freebsd-net Approved by: kib (mentor) Revision Changes Path 1.36 +1 -1 src/sys/netinet/ipfw/ip_dummynet.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 17:50:51 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8464B10656A5 for ; Wed, 16 Feb 2011 17:50:51 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7012C8FC1D for ; Wed, 16 Feb 2011 17:50:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GHop0o004348 for ; Wed, 16 Feb 2011 17:50:51 GMT (envelope-from dchagin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GHop4t004347 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 17:50:51 GMT (envelope-from dchagin@repoman.freebsd.org) Message-Id: <201102161750.p1GHop4t004347@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dchagin@repoman.freebsd.org using -f From: Dmitry Chagin Date: Wed, 16 Feb 2011 17:50:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c trap.c src/sys/amd64/include reg.h src/sys/i386/i386 machdep.c trap.c src/sys/i386/include reg.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, 16 Feb 2011 17:50:51 -0000 dchagin 2011-02-16 17:50:21 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c trap.c sys/amd64/include reg.h sys/i386/i386 machdep.c trap.c sys/i386/include reg.h Log: SVN rev 218744 on 2011-02-16 17:50:21Z by dchagin To avoid excessive code duplication create wrapper for fill regs from stack frame. Change the trap() code to use newly created function instead of explicit regs assignment. Revision Changes Path 1.742 +6 -0 src/sys/amd64/amd64/machdep.c 1.352 +2 -32 src/sys/amd64/amd64/trap.c 1.42 +1 -0 src/sys/amd64/include/reg.h 1.723 +7 -1 src/sys/i386/i386/machdep.c 1.337 +1 -15 src/sys/i386/i386/trap.c 1.34 +1 -0 src/sys/i386/include/reg.h From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 18:05:27 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A041065694 for ; Wed, 16 Feb 2011 18:05:27 +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 50F608FC1A for ; Wed, 16 Feb 2011 18:05:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GI5Rf7006407 for ; Wed, 16 Feb 2011 18:05:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GI5R2O006406 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 18:05:27 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201102161805.p1GI5R2O006406@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Wed, 16 Feb 2011 18:05:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 18:05:27 -0000 imp 2011-02-16 18:05:10 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot2.c Log: SVN rev 218745 on 2011-02-16 18:05:10Z by imp Remove reading of symbols from a.out loaded files. Since we are tight on space for clang and a.out support is only needed for /boot/loader, they are excess bytes that serve no useful purpose other than to support really old kernels (FreeBSD < 3.2 or so). Prefer clang support over support for these old kernels and remove this code. We gain about 100 bytes of space this way. Reviewed by: rdivacky@ Revision Changes Path 1.92 +1 -18 src/sys/boot/i386/boot2/boot2.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 20:07:55 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F3CA10656C0 for ; Wed, 16 Feb 2011 20:07:55 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F013A8FC15 for ; Wed, 16 Feb 2011 20:07:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GK7sL5017010 for ; Wed, 16 Feb 2011 20:07:54 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GK7s9P017009 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 20:07:54 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102162007.p1GK7s9P017009@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Wed, 16 Feb 2011 20:07:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/flash mx25l.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 20:07:55 -0000 adrian 2011-02-16 20:07:44 UTC FreeBSD src repository Modified files: sys/dev/flash mx25l.c Log: SVN rev 218747 on 2011-02-16 20:07:44Z by adrian Modify the spi flash driver to allow smaller read IO sizes, but enforce the larger, aligned write+erase sizes the driver currently implements. This preserves write behaviour but makes the flash driver usable for things like a read-only FFS or a geom_uzip/geom_compress . Note that since GEOM will now return the sector size as being smaller, writes of sector size/alignment will now fail with an EIO. Code which writes to the flash device will have to be (for now) manually taught about the flash write blocksize. Revision Changes Path 1.8 +18 -17 src/sys/dev/flash/mx25l.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 20:47:15 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6AFB1065741 for ; Wed, 16 Feb 2011 20:47:15 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4EE8FC24 for ; Wed, 16 Feb 2011 20:47:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GKlFsG029634 for ; Wed, 16 Feb 2011 20:47:15 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GKlFvK029615 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 20:47:15 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102162047.p1GKlFvK029615@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Wed, 16 Feb 2011 20:46:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/uathload Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 20:47:15 -0000 dim 2011-02-16 20:46:57 UTC FreeBSD src repository Modified files: usr.sbin/uathload Makefile Log: SVN rev 218748 on 2011-02-16 20:46:57Z by dim Fix the last binary in the base system that still has an executable stack, /usr/sbin/uathload. Since this program links in a .o file containing a firmware blob, and there is no clean way to add a .note.GNU-stack section to this .o file, we simply use the -z noexecstack option to ld here. Revision Changes Path 1.4 +4 -0 src/usr.sbin/uathload/Makefile From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:05:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90EC81065674 for ; Wed, 16 Feb 2011 21:05:06 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C3778FC1F for ; Wed, 16 Feb 2011 21:05:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GL56Il033192 for ; Wed, 16 Feb 2011 21:05:06 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GL56fS033191 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:05:06 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102162105.p1GL56fS033191@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Wed, 16 Feb 2011 21:04:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/uathload Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 21:05:06 -0000 dim 2011-02-16 21:04:47 UTC FreeBSD src repository Modified files: usr.sbin/uathload Makefile Log: SVN rev 218749 on 2011-02-16 21:04:47Z by dim Only use -z noexecstack for these explicit arches: i386, amd64, powerpc and powerpc64. Other arches currently do not support this feature. Reminded by: kib Revision Changes Path 1.5 +1 -1 src/usr.sbin/uathload/Makefile From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:11:13 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 693151065704 for ; Wed, 16 Feb 2011 21:11:13 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFC78FC1E for ; Wed, 16 Feb 2011 21:11:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLBDKL033704 for ; Wed, 16 Feb 2011 21:11:13 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLBD3H033703 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:11:13 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162111.p1GLBD3H033703@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:10:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:11:13 -0000 brucec 2011-02-16 21:10:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) games/fortune/datfiles fortunes fortunes-o.real Log: SVN rev 218750 on 2011-02-16 21:10:50Z by brucec MFC r218650: Move potentially offensive fortune to fortunes-o. PR: bin/137702 Revision Changes Path 1.276.2.8 +0 -4 src/games/fortune/datfiles/fortunes 1.32.2.6 +4 -0 src/games/fortune/datfiles/fortunes-o.real From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:13:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAF621065674 for ; Wed, 16 Feb 2011 21:13:20 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE988FC12 for ; Wed, 16 Feb 2011 21:13:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLDKXO033844 for ; Wed, 16 Feb 2011 21:13:20 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLDK1l033843 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:13:20 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162113.p1GLDK1l033843@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:13:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:13:20 -0000 brucec 2011-02-16 21:13:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) games/fortune/datfiles fortunes fortunes-o.real Log: SVN rev 218751 on 2011-02-16 21:13:02Z by brucec MFC r218650: Move potentially offensive fortune to fortunes-o. PR: bin/137702 Revision Changes Path 1.241.2.13 +0 -4 src/games/fortune/datfiles/fortunes 1.22.2.10 +4 -0 src/games/fortune/datfiles/fortunes-o.real From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:21:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 826CD1065695 for ; Wed, 16 Feb 2011 21:21:41 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55A298FC1B for ; Wed, 16 Feb 2011 21:21:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLLf41034444 for ; Wed, 16 Feb 2011 21:21:41 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLLfa5034443 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:21:41 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162121.p1GLLfa5034443@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:21:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:21:41 -0000 brucec 2011-02-16 21:21:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/mdconfig mdconfig.c Log: SVN rev 218752 on 2011-02-16 21:21:23Z by brucec MFC r218652, r218677: Only print the unit number when invoked with the -n flag. PR: bin/144300 Submitted by: arundel Revision Changes Path 1.57.2.3 +5 -1 src/sbin/mdconfig/mdconfig.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:23:17 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81659106564A for ; Wed, 16 Feb 2011 21:23:17 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5518E8FC08 for ; Wed, 16 Feb 2011 21:23:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLNH6E034561 for ; Wed, 16 Feb 2011 21:23:17 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLNH9B034560 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:23:17 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <201102162123.p1GLNH9B034560@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Wed, 16 Feb 2011 21:23:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/namedb named.conf X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:23:17 -0000 dougb 2011-02-16 21:23:09 UTC FreeBSD src repository Modified files: etc/namedb named.conf Log: SVN rev 218753 on 2011-02-16 21:23:09Z by dougb Remove in-addr.arpa from the list of zones it is possible to slave locally Revision Changes Path 1.33 +0 -8 src/etc/namedb/named.conf From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:24:23 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B711065695 for ; Wed, 16 Feb 2011 21:24:23 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48E178FC20 for ; Wed, 16 Feb 2011 21:24:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLONea034640 for ; Wed, 16 Feb 2011 21:24:23 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLONiB034639 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:24:23 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162124.p1GLONiB034639@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:24:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:24:23 -0000 brucec 2011-02-16 21:24:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/mdconfig mdconfig.c Log: SVN rev 218754 on 2011-02-16 21:24:09Z by brucec MFC r218652, r218677: Only print the unit number when invoked with the -n flag. PR: bin/144300 Submitted by: arundel Revision Changes Path 1.54.2.3 +5 -1 src/sbin/mdconfig/mdconfig.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:27:29 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00C51065670 for ; Wed, 16 Feb 2011 21:27:29 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A375A8FC16 for ; Wed, 16 Feb 2011 21:27:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLRTGL034907 for ; Wed, 16 Feb 2011 21:27:29 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLRTqv034906 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:27:29 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162127.p1GLRTqv034906@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:27:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/ed ed.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 21:27:29 -0000 brucec 2011-02-16 21:27:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/ed ed.1 Log: SVN rev 218755 on 2011-02-16 21:27:19Z by brucec MFC r218619: Fix typos. PR: docs/131625 Submitted by: Andrew Wright Revision Changes Path 1.35.22.2 +2 -2 src/bin/ed/ed.1 From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:29:20 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DF9210656A6 for ; Wed, 16 Feb 2011 21:29:20 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51CF18FC18 for ; Wed, 16 Feb 2011 21:29:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLTKGW035031 for ; Wed, 16 Feb 2011 21:29:20 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLTKZJ035030 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:29:20 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162129.p1GLTKZJ035030@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:29:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/bin/ed ed.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 21:29:20 -0000 brucec 2011-02-16 21:29:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin/ed ed.1 Log: SVN rev 218756 on 2011-02-16 21:29:05Z by brucec MFC r218619: Fix typos. PR: docs/131625 Submitted by: Andrew Wright Revision Changes Path 1.35.10.1 +2 -2 src/bin/ed/ed.1 From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:29:36 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00171065694 for ; Wed, 16 Feb 2011 21:29:36 +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 9FE458FC08 for ; Wed, 16 Feb 2011 21:29:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLTaiu035153 for ; Wed, 16 Feb 2011 21:29:36 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLTahA035152 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:29:36 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201102162129.p1GLTahA035152@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, 16 Feb 2011 21:29:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clvfsops.c src/sys/fs/portalfs portal_vnops.c src/sys/kern kern_descrip.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c src/sys/net if.c src/sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c ng_btsocket_rfcomm.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:29:37 -0000 bz 2011-02-16 21:29:13 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clvfsops.c sys/fs/portalfs portal_vnops.c sys/kern kern_descrip.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c sys/net if.c sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c ng_btsocket_rfcomm.c ng_btsocket_sco.c sys/netinet sctp_input.c sctp_peeloff.c sys/nfsclient bootp_subr.c krpc_subr.c nfs_diskless.c nfs_vfsops.c sys/rpc clnt_dg.c clnt_vc.c rpc_generic.c svc_dg.c svc_generic.c svc_vc.c Log: SVN rev 218757 on 2011-02-16 21:29:13Z by bz Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 VNET socket push back: try to minimize the number of places where we have to switch vnets and narrow down the time we stay switched. Add assertions to the socket code to catch possibly unset vnets as seen in r204147. While this reduces the number of vnet recursion in some places like NFS, POSIX local sockets and some netgraph, .. recursions are impossible to fix. The current expectations are documented at the beginning of uipc_socket.c along with the other information there. Sponsored by: The FreeBSD Foundation Sponsored by: CK Software GmbH Reviewed by: jhb Tested by: zec Tested by: Mikolaj Golub (to.my.trociny gmail.com) MFC after: 2 weeks Revision Changes Path 1.15 +2 -0 src/sys/fs/nfsclient/nfs_clvfsops.c 1.83 +7 -1 src/sys/fs/portalfs/portal_vnops.c 1.363 +4 -0 src/sys/kern/kern_descrip.c 1.85 +7 -6 src/sys/kern/sys_socket.c 1.354 +78 -20 src/sys/kern/uipc_socket.c 1.305 +1 -14 src/sys/kern/uipc_syscalls.c 1.243 +10 -2 src/sys/kern/uipc_usrreq.c 1.397 +34 -15 src/sys/net/if.c 1.29 +7 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c 1.33 +7 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c 1.6 +7 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket_sco.c 1.122 +2 -0 src/sys/netinet/sctp_input.c 1.22 +2 -0 src/sys/netinet/sctp_peeloff.c 1.90 +2 -7 src/sys/nfsclient/bootp_subr.c 1.37 +0 -3 src/sys/nfsclient/krpc_subr.c 1.32 +4 -0 src/sys/nfsclient/nfs_diskless.c 1.240 +2 -4 src/sys/nfsclient/nfs_vfsops.c 1.12 +0 -3 src/sys/rpc/clnt_dg.c 1.13 +0 -3 src/sys/rpc/clnt_vc.c 1.8 +2 -5 src/sys/rpc/rpc_generic.c 1.6 +1 -3 src/sys/rpc/svc_dg.c 1.6 +0 -5 src/sys/rpc/svc_generic.c 1.12 +0 -9 src/sys/rpc/svc_vc.c From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:41:57 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 815F1106566B for ; Wed, 16 Feb 2011 21:41:57 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 552BF8FC25 for ; Wed, 16 Feb 2011 21:41:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLfvBx036124 for ; Wed, 16 Feb 2011 21:41:57 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLfv96036123 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:41:57 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162141.p1GLfv96036123@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:41:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/examples/pf pf.conf X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:41:57 -0000 brucec 2011-02-16 21:41:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/examples/pf pf.conf Log: SVN rev 218758 on 2011-02-16 21:41:44Z by brucec MFC r218620: If the pf.conf(5) example file is copied when setting up a firewall it's easy to forget about icmp. Update the file to show allowing icmp through the firewall. PR: docs/144096 Revision Changes Path 1.1.4.2 +1 -0 src/share/examples/pf/pf.conf From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 21:46:18 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73971106566C for ; Wed, 16 Feb 2011 21:46:18 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47B968FC18 for ; Wed, 16 Feb 2011 21:46:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GLkIQf036441 for ; Wed, 16 Feb 2011 21:46:18 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GLkIXt036440 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 21:46:18 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102162146.p1GLkIXt036440@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Wed, 16 Feb 2011 21:46:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/examples/pf pf.conf X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 16 Feb 2011 21:46:18 -0000 brucec 2011-02-16 21:46:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/examples/pf pf.conf Log: SVN rev 218759 on 2011-02-16 21:46:03Z by brucec MFC r218620: If the pf.conf(5) example file is copied when setting up a firewall it's easy to forget about icmp. Update the file to show allowing icmp through the firewall. PR: docs/144986 Revision Changes Path 1.1.2.2 +1 -0 src/share/examples/pf/pf.conf From owner-cvs-src-old@FreeBSD.ORG Wed Feb 16 22:00:26 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F21A1065695 for ; Wed, 16 Feb 2011 22:00:26 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0758FC14 for ; Wed, 16 Feb 2011 22:00:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GM0CqO037334 for ; Wed, 16 Feb 2011 22:00:12 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1GM0B2g037333 for cvs-src-old@freebsd.org; Wed, 16 Feb 2011 22:00:11 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102162200.p1GM0B2g037333@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 16 Feb 2011 21:59:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.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, 16 Feb 2011 22:00:26 -0000 yongari 2011-02-16 21:59:42 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rlreg.h Log: SVN rev 218760 on 2011-02-16 21:59:42Z by yongari Add initial support for RTL8401E PCIe Fast Ethernet. PR: 154789 Revision Changes Path 1.196 +6 -1 src/sys/dev/re/if_re.c 1.115 +1 -0 src/sys/pci/if_rlreg.h From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 05:17:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0621710657AA for ; Thu, 17 Feb 2011 05:17:05 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEB6F8FC0C for ; Thu, 17 Feb 2011 05:17:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H5H5U6000803 for ; Thu, 17 Feb 2011 05:17:05 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H5H52i000802 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 05:17:05 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102170517.p1H5H52i000802@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 17 Feb 2011 05:16:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_rate/sample sample.c sample.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, 17 Feb 2011 05:17:06 -0000 adrian 2011-02-17 05:16:59 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c sample.h Log: SVN rev 218761 on 2011-02-17 05:16:59Z by adrian Properly propagate whether the channel is HT40 or not when calculating packet duration for the ath_rate_sample module. This doesn't affect the packet TX at all; only how much time the sample rate module attributes to a completed TX. Revision Changes Path 1.35 +9 -6 src/sys/dev/ath/ath_rate/sample/sample.c 1.12 +5 -3 src/sys/dev/ath/ath_rate/sample/sample.h From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 05:30:56 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D461065695 for ; Thu, 17 Feb 2011 05:30:56 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CCEA8FC12 for ; Thu, 17 Feb 2011 05:30:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H5UuiJ001794 for ; Thu, 17 Feb 2011 05:30:56 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H5UuXN001793 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 05:30:56 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102170530.p1H5UuXN001793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 17 Feb 2011 05:30:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416_attach.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 05:30:56 -0000 adrian 2011-02-17 05:30:38 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar5416_attach.c Log: SVN rev 218762 on 2011-02-17 05:30:38Z by adrian Call the right function. Revision Changes Path 1.23 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 05:53:17 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA0231065672 for ; Thu, 17 Feb 2011 05:53:17 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A66C98FC0A for ; Thu, 17 Feb 2011 05:53:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H5rHtK003355 for ; Thu, 17 Feb 2011 05:53:17 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H5rHLM003354 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 05:53:17 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102170553.p1H5rHLM003354@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 17 Feb 2011 05:52:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_internal.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_ani.c ar5416_attach.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 05:53:17 -0000 adrian 2011-02-17 05:52:53 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah_internal.h sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_ani.c ar5416_attach.c Log: SVN rev 218763 on 2011-02-17 05:52:53Z by adrian Add a new parameter to selectively enable/disable the ANI operations. This was inspired by ath9k, which disables ANI anti-noise immunity parameter tweaking (but leaves the rest of the ANI operations alone.) Revision Changes Path 1.23 +9 -8 src/sys/dev/ath/ath_hal/ah_internal.h 1.18 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.6 +5 -3 src/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c 1.24 +3 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 05:56:23 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55EEE1065673 for ; Thu, 17 Feb 2011 05:56:23 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4355E8FC14 for ; Thu, 17 Feb 2011 05:56:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H5uNil003618 for ; Thu, 17 Feb 2011 05:56:23 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H5uNnh003617 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 05:56:23 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102170556.p1H5uNnh003617@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 17 Feb 2011 05:56:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar9002 ar9280_attach.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 05:56:23 -0000 adrian 2011-02-17 05:56:03 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar9002 ar9280_attach.c Log: SVN rev 218764 on 2011-02-17 05:56:03Z by adrian Add in ANI parameters for the AR9280. These aren't enabled by default as they're likely not entirely correct, but they give people something to toy with to compare behaviour/performance. Disable the anti-noise part, as this apparently interferes with RIFS. I haven't verified this. Revision Changes Path 1.9 +28 -2 src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 07:41:30 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F665106564A for ; Thu, 17 Feb 2011 07:41:30 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC188FC14 for ; Thu, 17 Feb 2011 07:41:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H7fUnT013147 for ; Thu, 17 Feb 2011 07:41:30 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H7fUfD013146 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 07:41:30 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201102170741.p1H7fUfD013146@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Thu, 17 Feb 2011 07:39:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile mos.4 src/sys/conf files src/sys/dev/usb/net if_mos.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 07:41:30 -0000 hselasky 2011-02-17 07:39:53 UTC FreeBSD src repository Modified files: share/man/man4 Makefile mos.4 sys/conf files sys/dev/usb/net if_mos.c Log: SVN rev 218765 on 2011-02-17 07:39:53Z by hselasky - Fix build of manual page and inclusion of mos driver into kernel config file. - Fix style compliancy by wrapping some long lines in if_mos.c Approved by: thompsa (mentor) Revision Changes Path 1.500 +1 -0 src/share/man/man4/Makefile 1.2 +2 -0 src/share/man/man4/mos.4 1.1563 +3 -2 src/sys/conf/files 1.3 +7 -3 src/sys/dev/usb/net/if_mos.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 08:54:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31E210656AC for ; Thu, 17 Feb 2011 08:54:37 +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 769EF8FC0A for ; Thu, 17 Feb 2011 08:54:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H8sbK6030491 for ; Thu, 17 Feb 2011 08:54:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H8sbHW030490 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 08:54:37 GMT (envelope-from phk@repoman.freebsd.org) Message-Id: <201102170854.p1H8sbHW030490@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, 17 Feb 2011 08:54:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/sysbuild sysbuild.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 08:54:37 -0000 phk 2011-02-17 08:54:22 UTC FreeBSD src repository Modified files: tools/tools/sysbuild sysbuild.sh Log: SVN rev 218766 on 2011-02-17 08:54:22Z by phk Improve the check for ports which have gone missing, and just ignore them. We want a run to perform as much work as possible before it gives up. Revision Changes Path 1.11 +5 -1 src/tools/tools/sysbuild/sysbuild.sh From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 12:21:35 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F0E7106567A for ; Thu, 17 Feb 2011 12:21:35 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 243D98FC18 for ; Thu, 17 Feb 2011 12:21:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HCLZri049246 for ; Thu, 17 Feb 2011 12:21:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HCLZ1k049245 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 12:21:35 GMT (envelope-from osa@repoman.freebsd.org) Message-Id: <201102171221.p1HCLZ1k049245@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to osa@repoman.freebsd.org using -f From: "Sergey A. Osokin" Date: Thu, 17 Feb 2011 12:21:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.orthodox X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 12:21:35 -0000 osa 2011-02-17 12:21:14 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.orthodox Log: SVN rev 218771 on 2011-02-17 12:21:14Z by osa Fix the beginning day of the Great Lent, it starts on Monday for 7 weeks before Paskha. Fix the Exaltation of the Holy Cross day. Add more Twelve holidays (dvunadesyatye prazdniki). Revision Changes Path 1.6 +7 -3 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 15:11:36 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C9E106566B for ; Thu, 17 Feb 2011 15:11:36 +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 DF7238FC15 for ; Thu, 17 Feb 2011 15:11:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HFBZjD079242 for ; Thu, 17 Feb 2011 15:11:35 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HFBZqY079241 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 15:11:35 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102171511.p1HFBZqY079241@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Thu, 17 Feb 2011 15:10:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.include.dist src/include 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, 17 Feb 2011 15:11:36 -0000 kib 2011-02-17 15:10:13 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist include Makefile Log: SVN rev 218772 on 2011-02-17 15:10:13Z by kib Install iodev.h. Reviewed by: attilio MFC after: 1 week Revision Changes Path 1.139 +2 -0 src/etc/mtree/BSD.include.dist 1.301 +1 -1 src/include/Makefile From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 15:36:46 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D99D1065670 for ; Thu, 17 Feb 2011 15:36:46 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67BE78FC1D for ; Thu, 17 Feb 2011 15:36:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HFak5O081666 for ; Thu, 17 Feb 2011 15:36:46 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HFakom081665 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 15:36:46 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201102171536.p1HFakom081665@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Thu, 17 Feb 2011 15:36:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include pmap.h src/sys/arm/include pmap.h src/sys/i386/include pmap.h src/sys/ia64/include pmap.h src/sys/mips/include pmap.h src/sys/powerpc/include pmap.h src/sys/sparc64/include pmap.h src/sys/sun4v/include pmap.h ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 15:36:46 -0000 alc 2011-02-17 15:36:29 UTC FreeBSD src repository Modified files: sys/amd64/include pmap.h sys/arm/include pmap.h sys/i386/include pmap.h sys/ia64/include pmap.h sys/mips/include pmap.h sys/powerpc/include pmap.h sys/sparc64/include pmap.h sys/sun4v/include pmap.h sys/vm vm_page.c Log: SVN rev 218773 on 2011-02-17 15:36:29Z by alc Remove pmap fields that are either unused or not fully implemented. Discussed with: kib Revision Changes Path 1.157 +0 -2 src/sys/amd64/include/pmap.h 1.39 +0 -2 src/sys/arm/include/pmap.h 1.151 +0 -2 src/sys/i386/include/pmap.h 1.36 +0 -2 src/sys/ia64/include/pmap.h 1.25 +0 -2 src/sys/mips/include/pmap.h 1.36 +0 -7 src/sys/powerpc/include/pmap.h 1.54 +0 -2 src/sys/sparc64/include/pmap.h 1.12 +0 -2 src/sys/sun4v/include/pmap.h 1.439 +1 -13 src/sys/vm/vm_page.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 16:34:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AF8210656F1 for ; Thu, 17 Feb 2011 16:34:04 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 353BC8FC0A for ; Thu, 17 Feb 2011 16:34:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HGY4HF087430 for ; Thu, 17 Feb 2011 16:34:04 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HGY4m3087429 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 16:34:04 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102171634.p1HGY4m3087429@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Thu, 17 Feb 2011 16:33:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions.sh parseconfig.sh src/usr.sbin/pc-sysinstall/conf pc-sysinstall.conf src/usr.sbin/pc-sysinstall/examples README X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 16:34:04 -0000 jpaetzel 2011-02-17 16:33:41 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions.sh parseconfig.sh usr.sbin/pc-sysinstall/conf pc-sysinstall.conf usr.sbin/pc-sysinstall/examples README Log: SVN rev 218776 on 2011-02-17 16:33:41Z by jpaetzel Add "Extract Only" functionality to pc-sysinstall. This allows disk setup to be done manually, pc-sysinstall is pointed to a mount-point for installation. PR: bin/154685 Submitted by: kmoore Approved by: kib (mentor) Revision Changes Path 1.8 +35 -1 src/usr.sbin/pc-sysinstall/backend/functions.sh 1.7 +12 -3 src/usr.sbin/pc-sysinstall/backend/parseconfig.sh 1.5 +2 -2 src/usr.sbin/pc-sysinstall/conf/pc-sysinstall.conf 1.7 +17 -4 src/usr.sbin/pc-sysinstall/examples/README From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 17:04:10 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97BBF106566B for ; Thu, 17 Feb 2011 17:04:10 +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 6AA2C8FC22 for ; Thu, 17 Feb 2011 17:04:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HH4AU8002371 for ; Thu, 17 Feb 2011 17:04:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HH4AXL002370 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 17:04:10 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201102171704.p1HH4AXL002370@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 17 Feb 2011 17:03:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/nfsd nfsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 17:04:10 -0000 jhb 2011-02-17 17:03:56 UTC FreeBSD src repository Modified files: usr.sbin/nfsd nfsd.c Log: SVN rev 218777 on 2011-02-17 17:03:56Z by jhb Save a copy of errno before invoking syslog() if accept() or select() fail. syslog() can trash the errno value causing nfsd to exit for non-fatal errors like ECONNABORTED from accept(). MFC after: 1 week Revision Changes Path 1.40 +9 -6 src/usr.sbin/nfsd/nfsd.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 17:32:01 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA67A106566C for ; Thu, 17 Feb 2011 17:32:01 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CBD88FC15 for ; Thu, 17 Feb 2011 17:32:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HHW1Rh005007 for ; Thu, 17 Feb 2011 17:32:01 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HHW10B005006 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 17:32:01 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102171732.p1HHW10B005006@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 17 Feb 2011 17:31:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 17:32:01 -0000 adrian 2011-02-17 17:31:36 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: SVN rev 218778 on 2011-02-17 17:31:36Z by adrian Disable short-GI in 20mhz mode - the hardware doesn't support this. Revision Changes Path 1.298 +3 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 17:35:22 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B06DC10657D4 for ; Thu, 17 Feb 2011 17:35:22 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3DA8FC08 for ; Thu, 17 Feb 2011 17:35:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HHZMBX005326 for ; Thu, 17 Feb 2011 17:35:22 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HHZMYU005325 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 17:35:22 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102171735.p1HHZMYU005325@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 17 Feb 2011 17:35:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath_tx_ht.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 17 Feb 2011 17:35:22 -0000 adrian 2011-02-17 17:35:09 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath_tx_ht.c Log: SVN rev 218779 on 2011-02-17 17:35:09Z by adrian Just be double-sure short-gi isn't being enabled in 20mhz mode. Revision Changes Path 1.6 +7 -2 src/sys/dev/ath/if_ath_tx_ht.c From owner-cvs-src-old@FreeBSD.ORG Thu Feb 17 19:31:44 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F23D81065784 for ; Thu, 17 Feb 2011 19:31:44 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C54F78FC1D for ; Thu, 17 Feb 2011 19:31:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1HJVic1019250 for ; Thu, 17 Feb 2011 19:31:44 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1HJVi7B019249 for cvs-src-old@freebsd.org; Thu, 17 Feb 2011 19:31:44 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201102171931.p1HJVi7B019249@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Thu, 17 Feb 2011 19:31:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm elf_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 19:31:45 -0000 marcel 2011-02-17 19:31:21 UTC FreeBSD src repository Modified files: sys/arm/arm elf_machdep.c Log: SVN rev 218780 on 2011-02-17 19:31:21Z by marcel Fix the R_ARM_ABS32 relocation implementation. The memory address contains the addend that we need to include. Obtained from: Juniper Networks. Fixed by: Santhanakrishnan Balraj Revision Changes Path 1.16 +1 -3 src/sys/arm/arm/elf_machdep.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 00:02:45 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 447471065674 for ; Fri, 18 Feb 2011 00:02:45 +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 30AFD8FC12 for ; Fri, 18 Feb 2011 00:02:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I02jF6060240 for ; Fri, 18 Feb 2011 00:02:45 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I02jut060239 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 00:02:45 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <201102180002.p1I02jut060239@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: Fri, 18 Feb 2011 00:02:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libkvm Makefile kvm_minidump_mips.c kvm_mips.c kvm_private.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 00:02:45 -0000 obrien 2011-02-18 00:02:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libkvm Makefile kvm_mips.c kvm_private.h Added files: (Branch: RELENG_8) lib/libkvm kvm_minidump_mips.c Log: SVN rev 218785 on 2011-02-18 00:02:35Z by obrien MFC: r214904: bring MIPS minidump support to libkvm Revision Changes Path 1.21.2.3 +2 -1 src/lib/libkvm/Makefile 1.2.2.2 +275 -0 src/lib/libkvm/kvm_minidump_mips.c (new) 1.4.2.2 +40 -9 src/lib/libkvm/kvm_mips.c 1.14.2.3 +2 -1 src/lib/libkvm/kvm_private.h From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 01:56:36 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D77106566B for ; Fri, 18 Feb 2011 01:56:36 +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 36BAC8FC15 for ; Fri, 18 Feb 2011 01:56:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I1ua0Z084014 for ; Fri, 18 Feb 2011 01:56:36 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I1uaHJ084013 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 01:56:36 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102180156.p1I1uaHJ084013@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 01:56:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.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, 18 Feb 2011 01:56:36 -0000 yongari 2011-02-18 01:56:25 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 218786 on 2011-02-18 01:56:25Z by yongari Always check memory allocation failure. If driver encounter memory allocation error, do not attach driver. Reviewed by: marius Revision Changes Path 1.206 +58 -21 src/sys/dev/dc/if_dc.c 1.61 +2 -0 src/sys/dev/dc/if_dcreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 02:15:12 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DA7510657C4 for ; Fri, 18 Feb 2011 02:15:12 +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 59F368FC1C for ; Fri, 18 Feb 2011 02:15:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I2FCBV086723 for ; Fri, 18 Feb 2011 02:15:12 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I2FCeA086722 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 02:15:12 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102180215.p1I2FCeA086722@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 02:14:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 02:15:12 -0000 yongari 2011-02-18 02:14:53 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218787 on 2011-02-18 02:14:53Z by yongari When driver have to use base softc due to lack of SROM on second port, copy SROM information from base softc as well and run SROM parser again. This change is necessary for some dual port controllers to make dc(4) correctly detect PHY media based on first port configuration table. While I'm here add a check for validity of the base softc before duplicating SROM contents from base softc. If driver failed to attach to the first port it can access invalid area. PR: kern/79262 Reviewed by: marius Revision Changes Path 1.207 +37 -2 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 02:58:33 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A469E10656A3 for ; Fri, 18 Feb 2011 02:58:33 +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 76A9B8FC1C for ; Fri, 18 Feb 2011 02:58:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I2wX9D090574 for ; Fri, 18 Feb 2011 02:58:33 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I2wXVj090573 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 02:58:33 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102180258.p1I2wXVj090573@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 02:58:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 02:58:33 -0000 yongari 2011-02-18 02:58:09 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218788 on 2011-02-18 02:58:09Z by yongari Apply special PHY initialization code for 21143 controllers before any other media configuration. Otherwise some 21143 controller cannot establish a link. While I'm here remove the PHY initialization code in dc_setcfg(). Since dc_setcfg() is called whenever link state is changed, having the PHY initialization code in dc_setcfg() resulted in continuous link flips. After driver resets SIA, use default SIA transmit/receive configuration instead of disabling autosense/autonegotiation. Otherwise, controller fails to establish a link as well as losing auto-negotiation capability. For manual media configuration, always configure 21143 controller with specified media to ensure media change. This change makes ANA-6922 establish link with/without auto-negotiation. While I'm here be more strict on link UP/DOWN detection logic. Many thanks to marius who fixed several bugs in initial patch and even tested the patch on a couple of dc(4) controllers. PR: kern/79262 Reviewed by: marius Tested by: marius Revision Changes Path 1.208 +42 -31 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 03:38:09 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D92B01065694 for ; Fri, 18 Feb 2011 03:38:09 +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 AB9838FC20 for ; Fri, 18 Feb 2011 03:38:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I3c92o095040 for ; Fri, 18 Feb 2011 03:38:09 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I3c9Gu095039 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 03:38:09 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102180338.p1I3c9Gu095039@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 03:37:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.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, 18 Feb 2011 03:38:09 -0000 yongari 2011-02-18 03:37:53 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 218789 on 2011-02-18 03:37:53Z by yongari Remove use case of DC_TX_ONE. It was used to limit queue just 1 TX frame in DM910x controllers. In r67595(more than 10 years ago) it was replaced to use "Store and Forward" mode and made controller generate TX completion interrupt for every frame. Revision Changes Path 1.209 +0 -5 src/sys/dev/dc/if_dc.c 1.62 +0 -1 src/sys/dev/dc/if_dcreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 06:42:33 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CCB2106566B for ; Fri, 18 Feb 2011 06:42:33 +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 D5EE58FC15 for ; Fri, 18 Feb 2011 06:42:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I6gWGH022883 for ; Fri, 18 Feb 2011 06:42:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I6gWLd022882 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 06:42:32 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201102180642.p1I6gWLd022882@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 18 Feb 2011 06:42:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 06:42:33 -0000 rwatson 2011-02-18 06:42:15 UTC FreeBSD src repository Modified files: . access Log: SVN rev 218790 on 2011-02-18 06:42:15Z by rwatson Upgrade Martin Wilke 's commit bit to a src bit; Martin has been showing excessive promise for some time in areas such as VirtualBox, etc, and will now be able to put his own patches in the tree. Approved by: core Revision Changes Path 1.957 +1 -0 CVSROOT/access From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 07:37:53 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D55A106564A for ; Fri, 18 Feb 2011 07:37:53 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1CD8FC14 for ; Fri, 18 Feb 2011 07:37:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I7brPE028874 for ; Fri, 18 Feb 2011 07:37:53 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I7br9o028873 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 07:37:53 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201102180737.p1I7br9o028873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Fri, 18 Feb 2011 07:37:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/usb uaudio.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 07:37:53 -0000 hselasky 2011-02-18 07:37:30 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: SVN rev 218791 on 2011-02-18 07:37:30Z by hselasky - Make an enum for all the umidi USB transfers. - Use the USB stack's builtin clear-stall feature. - Wrap some long lines. - Use memcpy() instead of bcopy(). - Use memset() instead of bzero(). - Tested applications: /usr/ports/audio/fluidsynth MFC after: 7 days Approved by: thompsa (mentor) Revision Changes Path 1.66 +62 -108 src/sys/dev/sound/usb/uaudio.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 08:03:16 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95BA4106566C for ; Fri, 18 Feb 2011 08:03:16 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66CCE8FC1D for ; Fri, 18 Feb 2011 08:03:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I83Gjj033583 for ; Fri, 18 Feb 2011 08:03:16 GMT (envelope-from np@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I83GaU033582 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 08:03:16 GMT (envelope-from np@repoman.freebsd.org) Message-Id: <201102180803.p1I83GaU033582@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to np@repoman.freebsd.org using -f From: Navdeep Parhar Date: Fri, 18 Feb 2011 08:00:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile altq.4 cxgbe.4 vlan.4 src/sys/conf NOTES files kern.pre.mk src/sys/dev/cxgbe adapter.h offload.h osdep.h t4_ioctl.h t4_main.c t4_sge.c src/sys/dev/cxgbe/common common.h t4_hw.c t4_hw.h t4_msg.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, 18 Feb 2011 08:03:16 -0000 np 2011-02-18 08:00:26 UTC FreeBSD src repository Modified files: share/man/man4 Makefile altq.4 vlan.4 sys/conf NOTES files kern.pre.mk sys/modules Makefile usr.sbin/sysinstall devices.c Added files: share/man/man4 cxgbe.4 sys/dev/cxgbe adapter.h offload.h osdep.h t4_ioctl.h t4_main.c t4_sge.c sys/dev/cxgbe/common common.h t4_hw.c t4_hw.h t4_msg.h t4_regs.h t4_regs_values.h t4_tcb.h t4fw_interface.h sys/modules/cxgbe Makefile Log: SVN rev 218792 on 2011-02-18 08:00:26Z by np cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters. MFC after: 3 weeks Revision Changes Path 1.501 +1 -0 src/share/man/man4/Makefile 1.48 +1 -0 src/share/man/man4/altq.4 1.1 +167 -0 src/share/man/man4/cxgbe.4 (new) 1.59 +1 -0 src/share/man/man4/vlan.4 1.1598 +3 -0 src/sys/conf/NOTES 1.1564 +6 -0 src/sys/conf/files 1.123 +2 -2 src/sys/conf/kern.pre.mk 1.1 +569 -0 src/sys/dev/cxgbe/adapter.h (new) 1.1 +517 -0 src/sys/dev/cxgbe/common/common.h (new) 1.1 +4590 -0 src/sys/dev/cxgbe/common/t4_hw.c (new) 1.1 +185 -0 src/sys/dev/cxgbe/common/t4_hw.h (new) 1.1 +2138 -0 src/sys/dev/cxgbe/common/t4_msg.h (new) 1.1 +23972 -0 src/sys/dev/cxgbe/common/t4_regs.h (new) 1.1 +192 -0 src/sys/dev/cxgbe/common/t4_regs_values.h (new) 1.1 +753 -0 src/sys/dev/cxgbe/common/t4_tcb.h (new) 1.1 +5392 -0 src/sys/dev/cxgbe/common/t4fw_interface.h (new) 1.1 +86 -0 src/sys/dev/cxgbe/offload.h (new) 1.1 +153 -0 src/sys/dev/cxgbe/osdep.h (new) 1.1 +58 -0 src/sys/dev/cxgbe/t4_ioctl.h (new) 1.1 +2747 -0 src/sys/dev/cxgbe/t4_main.c (new) 1.1 +2392 -0 src/sys/dev/cxgbe/t4_sge.c (new) 1.670 +1 -0 src/sys/modules/Makefile 1.1 +16 -0 src/sys/modules/cxgbe/Makefile (new) 1.197 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 08:38:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C20F1065675 for ; Fri, 18 Feb 2011 08:38:37 +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 70CA28FC22 for ; Fri, 18 Feb 2011 08:38:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I8cbBW039106 for ; Fri, 18 Feb 2011 08:38:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I8cblY039105 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 08:38:37 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201102180838.p1I8cblY039105@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 18 Feb 2011 08:38:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT mentors X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 08:38:37 -0000 rwatson 2011-02-18 08:38:24 UTC FreeBSD src repository Modified files: . mentors Log: SVN rev 218793 on 2011-02-18 08:38:24Z by rwatson I will be mentoring miwi@'s commit bit upgrade. Approved by: core Revision Changes Path 1.100 +1 -0 CVSROOT/mentors From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 09:40:45 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B2E41065672 for ; Fri, 18 Feb 2011 09:40:45 +0000 (UTC) (envelope-from vanhu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0899E8FC18 for ; Fri, 18 Feb 2011 09:40:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I9eiQg058473 for ; Fri, 18 Feb 2011 09:40:44 GMT (envelope-from vanhu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I9eiUA058472 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 09:40:44 GMT (envelope-from vanhu@repoman.freebsd.org) Message-Id: <201102180940.p1I9eiUA058472@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to vanhu@repoman.freebsd.org using -f From: VANHULLEBUS Yvan Date: Fri, 18 Feb 2011 09:40:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/sys/netipsec key.c xform.h xform_ah.c xform_esp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 09:40:45 -0000 vanhu 2011-02-18 09:40:13 UTC FreeBSD src repository Modified files: . UPDATING sys/netipsec key.c xform.h xform_ah.c xform_esp.c Log: SVN rev 218794 on 2011-02-18 09:40:13Z by vanhu Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant. This will break interoperability with all older versions of FreeBSD for those algorithms. Reviewed by: bz, gnn Obtained from: NETASQ MFC after: 1w Revision Changes Path 1.679 +10 -0 src/UPDATING 1.76 +8 -1 src/sys/netipsec/key.c 1.5 +1 -0 src/sys/netipsec/xform.h 1.25 +22 -2 src/sys/netipsec/xform_ah.c 1.34 +53 -10 src/sys/netipsec/xform_esp.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 09:48:21 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1B8810656C4 for ; Fri, 18 Feb 2011 09:48:21 +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 C6CC98FC15 for ; Fri, 18 Feb 2011 09:48:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1I9mLTH059228 for ; Fri, 18 Feb 2011 09:48:21 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1I9mLVH059227 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 09:48:21 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102180948.p1I9mLVH059227@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Fri, 18 Feb 2011 09:47:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 09:48:22 -0000 kib 2011-02-18 09:47:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 218795 on 2011-02-18 09:47:58Z by kib MFC r218550: For UIO_NOCOPY case of reading request on zfs vnode, which has vm object attached, activate the page after the successful read, and free the page if read was unsuccessfull. Revision Changes Path 1.46.2.35 +8 -2 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 13:23:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6197106564A for ; Fri, 18 Feb 2011 13:23:06 +0000 (UTC) (envelope-from vanhu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B701D8FC16 for ; Fri, 18 Feb 2011 13:23:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IDN6RB092158 for ; Fri, 18 Feb 2011 13:23:06 GMT (envelope-from vanhu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IDN6Rp092157 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 13:23:06 GMT (envelope-from vanhu@repoman.freebsd.org) Message-Id: <201102181323.p1IDN6Rp092157@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to vanhu@repoman.freebsd.org using -f From: VANHULLEBUS Yvan Date: Fri, 18 Feb 2011 13:21:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 13:23:07 -0000 vanhu 2011-02-18 13:21:30 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 218796 on 2011-02-18 13:21:30Z by vanhu Moved the general note about FreeBSD 9.x at the beginning of the list. Revision Changes Path 1.680 +10 -10 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 13:41:59 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 226911065782 for ; Fri, 18 Feb 2011 13:41:59 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E70D68FC0C for ; Fri, 18 Feb 2011 13:41:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IDfw06093537 for ; Fri, 18 Feb 2011 13:41:58 GMT (envelope-from osa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IDfwL9093536 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 13:41:58 GMT (envelope-from osa@repoman.freebsd.org) Message-Id: <201102181341.p1IDfwL9093536@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to osa@repoman.freebsd.org using -f From: "Sergey A. Osokin" Date: Fri, 18 Feb 2011 13:41:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar calendar.h paskha.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 13:41:59 -0000 osa 2011-02-18 13:41:45 UTC FreeBSD src repository Modified files: usr.bin/calendar calendar.h paskha.c Log: SVN rev 218797 on 2011-02-18 13:41:45Z by osa Replace hard-coded value by Julian2Gregorian converter function. Revision Changes Path 1.19 +1 -0 src/usr.bin/calendar/calendar.h 1.15 +10 -1 src/usr.bin/calendar/paskha.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 14:55:10 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F9FE106564A for ; Fri, 18 Feb 2011 14:55:10 +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 1E7F38FC0A for ; Fri, 18 Feb 2011 14:55:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IEtAt3099898 for ; Fri, 18 Feb 2011 14:55:10 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IEt99i099897 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 14:55:09 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201102181455.p1IEt99i099897@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 18 Feb 2011 14:54:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.usr.dist src/usr.sbin Makefile src/usr.sbin/bsdinstall Makefile bsdinstall src/usr.sbin/bsdinstall/distextract Makefile distextract.c src/usr.sbin/bsdinstall/distfetch Makefile distfetch.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 14:55:10 -0000 nwhitehorn 2011-02-18 14:54:34 UTC FreeBSD src repository Modified files: etc/mtree BSD.usr.dist usr.sbin Makefile Added files: usr.sbin/bsdinstall Makefile bsdinstall usr.sbin/bsdinstall/distextract Makefile distextract.c usr.sbin/bsdinstall/distfetch Makefile distfetch.c usr.sbin/bsdinstall/partedit Makefile diskeditor.c diskeditor.h gpart_ops.c part_wizard.c partedit.c partedit.h partedit_generic.c partedit_pc98.c partedit_powerpc.c partedit_sparc64.c partedit_x86.c usr.sbin/bsdinstall/scripts Makefile adduser auto config hostname jail keymap mount netconfig rootpass services time umount wlanconfig Log: SVN rev 218799 on 2011-02-18 14:54:34Z by nwhitehorn Import bsdinstall. This is meant to be (eventually in conjunction with pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond. Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and powerpc64. Integration into the build system will occur in the coming weeks. Merging with pc-sysinstall will use this code as a frontend, while temporarily retaining the interactive partition editor here. This work will be done in parallel with improvements on this code and release integration. Thanks to all who have provided testing and comments! Revision Changes Path 1.350 +2 -0 src/etc/mtree/BSD.usr.dist 1.435 +1 -0 src/usr.sbin/Makefile 1.1 +6 -0 src/usr.sbin/bsdinstall/Makefile (new) 1.1 +43 -0 src/usr.sbin/bsdinstall/bsdinstall (new) 1.1 +10 -0 src/usr.sbin/bsdinstall/distextract/Makefile (new) 1.1 +176 -0 src/usr.sbin/bsdinstall/distextract/distextract.c (new) 1.1 +10 -0 src/usr.sbin/bsdinstall/distfetch/Makefile (new) 1.1 +187 -0 src/usr.sbin/bsdinstall/distfetch/distfetch.c (new) 1.1 +25 -0 src/usr.sbin/bsdinstall/partedit/Makefile (new) 1.1 +261 -0 src/usr.sbin/bsdinstall/partedit/diskeditor.c (new) 1.1 +47 -0 src/usr.sbin/bsdinstall/partedit/diskeditor.h (new) 1.1 +1092 -0 src/usr.sbin/bsdinstall/partedit/gpart_ops.c (new) 1.1 +344 -0 src/usr.sbin/bsdinstall/partedit/part_wizard.c (new) 1.1 +445 -0 src/usr.sbin/bsdinstall/partedit/partedit.c (new) 1.1 +80 -0 src/usr.sbin/bsdinstall/partedit/partedit.h (new) 1.1 +69 -0 src/usr.sbin/bsdinstall/partedit/partedit_generic.c (new) 1.1 +69 -0 src/usr.sbin/bsdinstall/partedit/partedit_pc98.c (new) 1.1 +63 -0 src/usr.sbin/bsdinstall/partedit/partedit_powerpc.c (new) 1.1 +63 -0 src/usr.sbin/bsdinstall/partedit/partedit_sparc64.c (new) 1.1 +79 -0 src/usr.sbin/bsdinstall/partedit/partedit_x86.c (new) 1.1 +9 -0 src/usr.sbin/bsdinstall/scripts/Makefile (new) 1.1 +34 -0 src/usr.sbin/bsdinstall/scripts/adduser (new) 1.1 +192 -0 src/usr.sbin/bsdinstall/scripts/auto (new) 1.1 +32 -0 src/usr.sbin/bsdinstall/scripts/config (new) 1.1 +48 -0 src/usr.sbin/bsdinstall/scripts/hostname (new) 1.1 +81 -0 src/usr.sbin/bsdinstall/scripts/jail (new) 1.1 +32 -0 src/usr.sbin/bsdinstall/scripts/keymap (new) 1.1 +55 -0 src/usr.sbin/bsdinstall/scripts/mount (new) 1.1 +121 -0 src/usr.sbin/bsdinstall/scripts/netconfig (new) 1.1 +37 -0 src/usr.sbin/bsdinstall/scripts/rootpass (new) 1.1 +53 -0 src/usr.sbin/bsdinstall/scripts/services (new) 1.1 +29 -0 src/usr.sbin/bsdinstall/scripts/time (new) 1.1 +42 -0 src/usr.sbin/bsdinstall/scripts/umount (new) 1.1 +137 -0 src/usr.sbin/bsdinstall/scripts/wlanconfig (new) From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 15:00:46 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A9C81065670 for ; Fri, 18 Feb 2011 15:00:46 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34BCE8FC17 for ; Fri, 18 Feb 2011 15:00:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IF0kcP000462 for ; Fri, 18 Feb 2011 15:00:46 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IF0kMK000461 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 15:00:46 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102181500.p1IF0kMK000461@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Fri, 18 Feb 2011 15:00:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend-partmanager create-part.sh src/usr.sbin/pc-sysinstall/pc-sysinstall pc-sysinstall.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: Fri, 18 Feb 2011 15:00:46 -0000 jpaetzel 2011-02-18 15:00:25 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend-partmanager create-part.sh usr.sbin/pc-sysinstall/pc-sysinstall pc-sysinstall.sh Log: SVN rev 218800 on 2011-02-18 15:00:25Z by jpaetzel Add support to pc-sysinstall's create-part feature, to create non MBR type partitions, such as GPT and others. PR: bin/154684 Submitted by: kmoore Approved by: kib (mentor, implicit) Revision Changes Path 1.3 +30 -24 src/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh 1.12 +1 -1 src/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 15:06:52 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7998C1065782 for ; Fri, 18 Feb 2011 15:06:52 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABAD8FC08 for ; Fri, 18 Feb 2011 15:06:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IF6qZZ001957 for ; Fri, 18 Feb 2011 15:06:52 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IF6qKR001956 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 15:06:52 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102181506.p1IF6qKR001956@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Fri, 18 Feb 2011 15:06:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions-localize.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: Fri, 18 Feb 2011 15:06:52 -0000 jpaetzel 2011-02-18 15:06:35 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions-localize.sh Log: SVN rev 218801 on 2011-02-18 15:06:35Z by jpaetzel Improve pc-sysinstall's localization options to include support for GDM & KDM desktop login managers. PR: bin/154686 Submitted by: kmoore Approved by: kib (mentor, implicit) Revision Changes Path 1.4 +45 -16 src/usr.sbin/pc-sysinstall/backend/functions-localize.sh From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 15:13:28 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9704A1065674 for ; Fri, 18 Feb 2011 15:13:28 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 684988FC12 for ; Fri, 18 Feb 2011 15:13:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IFDS4i002457 for ; Fri, 18 Feb 2011 15:13:28 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IFDSXC002456 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 15:13:28 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102181513.p1IFDSXC002456@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Fri, 18 Feb 2011 15:13:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend-query xkeyboard-layouts.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: Fri, 18 Feb 2011 15:13:28 -0000 jpaetzel 2011-02-18 15:13:07 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend-query xkeyboard-layouts.sh Log: SVN rev 218802 on 2011-02-18 15:13:07Z by jpaetzel Sort available keyboard layouts to a more sane default. PR: bin/154687 Submitted by: kmoore Approved by: kib (mentor, implicit) Revision Changes Path 1.4 +16 -3 src/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 15:53:19 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2A251065672 for ; Fri, 18 Feb 2011 15:53:19 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 946438FC22 for ; Fri, 18 Feb 2011 15:53:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IFrJK2005295 for ; Fri, 18 Feb 2011 15:53:19 GMT (envelope-from jpaetzel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IFrJnq005294 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 15:53:19 GMT (envelope-from jpaetzel@repoman.freebsd.org) Message-Id: <201102181553.p1IFrJnq005294@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jpaetzel@repoman.freebsd.org using -f From: Josh Paetzel Date: Fri, 18 Feb 2011 15:52:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend-query xkeyboard-layouts.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: Fri, 18 Feb 2011 15:53:19 -0000 jpaetzel 2011-02-18 15:52:57 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend-query xkeyboard-layouts.sh Log: SVN rev 218803 on 2011-02-18 15:52:57Z by jpaetzel Remove US as the default layout in backend, let front-ends decide that Submitted by: kmoore Approved by: kib (mentor, implicit) Revision Changes Path 1.5 +0 -2 src/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 16:30:07 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B867106564A for ; Fri, 18 Feb 2011 16:30:07 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1528FC0A for ; Fri, 18 Feb 2011 16:30:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IGU7Wb009076 for ; Fri, 18 Feb 2011 16:30:07 GMT (envelope-from ken@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IGU7ar009075 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 16:30:07 GMT (envelope-from ken@repoman.freebsd.org) Message-Id: <201102181630.p1IGU7ar009075@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ken@repoman.freebsd.org using -f From: "Kenneth D. Merry" Date: Fri, 18 Feb 2011 16:29:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files src/sys/dev/bwn if_bwn.c src/sys/dev/mps mps.c mps_ioctl.h mps_pci.c mps_sas.c mps_table.c mps_table.h mps_user.c mpsvar.h src/sys/dev/mps/mpi mpi2.h mpi2_cnfg.h mpi2_hbd.h mpi2_history.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: Fri, 18 Feb 2011 16:30:07 -0000 ken 2011-02-18 16:29:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/conf GENERIC sys/conf files sys/dev/bwn if_bwn.c sys/dev/siba siba_bwn.c sys/dev/sis if_sisreg.h sys/mips/mips mp_machdep.c sys/modules Makefile Added files: (Branch: RELENG_8) sys/dev/mps mps.c mps_ioctl.h mps_pci.c mps_sas.c mps_table.c mps_table.h mps_user.c mpsvar.h sys/dev/mps/mpi mpi2.h mpi2_cnfg.h mpi2_hbd.h mpi2_history.txt mpi2_init.h mpi2_ioc.h mpi2_ra.h mpi2_raid.h mpi2_sas.h mpi2_targ.h mpi2_tool.h mpi2_type.h sys/modules/mps Makefile Log: SVN rev 218810 on 2011-02-18 16:29:38Z by ken MFC: 212420, 212616, 212772, 212802, 213535, 213702, 213704, 213707, 213708, 213743, 213839, 213840, 213882, 213898, 216088, 216227, 216363, 216368: Merge the mps(4) driver into stable/8. This is currently only included in GENERIC on amd64, since that is the only architecture it has been tested on. Revision Changes Path 1.531.2.16 +1 -0 src/sys/amd64/conf/GENERIC 1.1459.2.51 +5 -0 src/sys/conf/files 1.15.2.23 +2 -2 src/sys/dev/bwn/if_bwn.c 1.1.2.2 +1121 -0 src/sys/dev/mps/mpi/mpi2.h (new) 1.1.2.2 +2646 -0 src/sys/dev/mps/mpi/mpi2_cnfg.h (new) 1.1.2.2 +114 -0 src/sys/dev/mps/mpi/mpi2_hbd.h (new) 1.1.2.2 +382 -0 src/sys/dev/mps/mpi/mpi2_history.txt (new) 1.1.2.2 +454 -0 src/sys/dev/mps/mpi/mpi2_init.h (new) 1.1.2.2 +1414 -0 src/sys/dev/mps/mpi/mpi2_ioc.h (new) 1.1.2.2 +86 -0 src/sys/dev/mps/mpi/mpi2_ra.h (new) 1.1.2.2 +302 -0 src/sys/dev/mps/mpi/mpi2_raid.h (new) 1.1.2.2 +285 -0 src/sys/dev/mps/mpi/mpi2_sas.h (new) 1.1.2.2 +441 -0 src/sys/dev/mps/mpi/mpi2_targ.h (new) 1.1.2.2 +391 -0 src/sys/dev/mps/mpi/mpi2_tool.h (new) 1.1.2.2 +99 -0 src/sys/dev/mps/mpi/mpi2_type.h (new) 1.10.2.2 +1821 -0 src/sys/dev/mps/mps.c (new) 1.2.2.2 +106 -0 src/sys/dev/mps/mps_ioctl.h (new) 1.2.2.2 +365 -0 src/sys/dev/mps/mps_pci.c (new) 1.7.2.2 +2007 -0 src/sys/dev/mps/mps_sas.c (new) 1.1.2.2 +493 -0 src/sys/dev/mps/mps_table.c (new) 1.1.2.2 +53 -0 src/sys/dev/mps/mps_table.h (new) 1.9.2.2 +944 -0 src/sys/dev/mps/mps_user.c (new) 1.5.2.2 +390 -0 src/sys/dev/mps/mpsvar.h (new) 1.4.2.5 +1 -1 src/sys/dev/siba/siba_bwn.c 1.2.4.9 +1 -1 src/sys/dev/sis/if_sisreg.h 1.4.2.4 +1 -1 src/sys/mips/mips/mp_machdep.c 1.623.2.29 +1 -0 src/sys/modules/Makefile 1.3.2.2 +14 -0 src/sys/modules/mps/Makefile (new) From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 17:02:13 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5AA110656B0 for ; Fri, 18 Feb 2011 17:02:13 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A1DFB8FC2E for ; Fri, 18 Feb 2011 17:02:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IH2DoZ022662 for ; Fri, 18 Feb 2011 17:02:13 GMT (envelope-from ken@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IH2Dro022661 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 17:02:13 GMT (envelope-from ken@repoman.freebsd.org) Message-Id: <201102181702.p1IH2Dro022661@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ken@repoman.freebsd.org using -f From: "Kenneth D. Merry" Date: Fri, 18 Feb 2011 17:01:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mps mps.c mps_sas.c mpsvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 17:02:13 -0000 ken 2011-02-18 17:01:57 UTC FreeBSD src repository Modified files: sys/dev/mps mps.c mps_sas.c mpsvar.h Log: SVN rev 218811 on 2011-02-18 17:01:57Z by ken In the MPS driver, during device removal processing, don't assume that the controller firmware will return all of our commands. Instead, keep track of outstanding I/Os and return them to CAM once device removal processing completes. mpsvar.h: Declare the new "io_list" in the mps_softc. mps.c: Initialize the new "io_list" in the mps softc. mps_sas.c: o Track SCSI I/O requests on the io_list from the time of mpssas_action() through mpssas_scsiio_complete(). o Zero out the request structures used for device removal commands prior to filling them out. o Once the target reset task management function completes during device removal processing, assume any SCSI I/O commands that are still oustanding will never return from the controller, and process them manually. Submitted by: gibbs MFC after: 3 days Revision Changes Path 1.11 +1 -0 src/sys/dev/mps/mps.c 1.8 +24 -3 src/sys/dev/mps/mps_sas.c 1.6 +1 -0 src/sys/dev/mps/mpsvar.h From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 17:06:19 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B10106566C for ; Fri, 18 Feb 2011 17:06:19 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 509238FC1A for ; Fri, 18 Feb 2011 17:06:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IH6JZC024075 for ; Fri, 18 Feb 2011 17:06:19 GMT (envelope-from ken@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IH6JSS024074 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 17:06:19 GMT (envelope-from ken@repoman.freebsd.org) Message-Id: <201102181706.p1IH6JSS024074@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ken@repoman.freebsd.org using -f From: "Kenneth D. Merry" Date: Fri, 18 Feb 2011 17:06:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mps mps.c mps_sas.c mpsvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 17:06:19 -0000 ken 2011-02-18 17:06:06 UTC FreeBSD src repository Modified files: sys/dev/mps mps.c mps_sas.c mpsvar.h Log: SVN rev 218812 on 2011-02-18 17:06:06Z by ken Fix several issues with the mps(4) driver. When the driver ran out of DMA chaining buffers, it kept the timeout for the I/O, and I/O would stall. The driver was not freezing the device queue on errors. mps.c: Pull command completion logic into a separate function, and call the callback/wakeup for commands that are never sent due to lack of chain buffers. Add a number of extra diagnostic sysctl variables. Handle pre-hardware errors for configuration I/O. This doesn't panic the system, but it will fail the configuration I/O and there is no retry mechanism. So the device probe will not succeed. This should be a very uncommon situation, however. mps_sas.c: Freeze the SIM queue when we run out of chain buffers, and unfreeze it when more commands complete. Freeze the device queue when errors occur, so that CAM can insure proper command ordering. Report pre-hardware errors for task management commands. In general, that shouldn't be possible because task management commands don't have S/G lists, and that is currently the only error path before we get to the hardware. Handle pre-hardware errors (like out of chain elements) for SMP requests. That shouldn't happen either, since we should have enough space for two S/G elements in the standard request. For commands that end with MPI2_IOCSTATUS_SCSI_IOC_TERMINATED and MPI2_IOCSTATUS_SCSI_EXT_TERMINATED, return them with CAM_REQUEUE_REQ to retry them unconditionally. These seem to be related to back end, transport related problems that are hopefully transient. We don't want to go through the retry count for something that is not a permanent error. Keep track of the number of outstanding I/Os. mpsvar.h: Track the number of free chain elements. Add variables for the number of outstanding I/Os, and I/O high water mark. Add variables to track the number of free chain buffers and the chain low water mark, as well as the number of chain allocation failures. Add I/O state flags and an attach done flag. MFC after: 3 days Revision Changes Path 1.12 +66 -10 src/sys/dev/mps/mps.c 1.9 +119 -4 src/sys/dev/mps/mps_sas.c 1.7 +15 -1 src/sys/dev/mps/mpsvar.h From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 17:41:56 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AE2A106564A for ; Fri, 18 Feb 2011 17:41:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 868838FC0A for ; Fri, 18 Feb 2011 17:41:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IHfuJP026648 for ; Fri, 18 Feb 2011 17:41:56 GMT (envelope-from gjb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IHfunf026647 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 17:41:56 GMT (envelope-from gjb@repoman.freebsd.org) Message-Id: <201102181741.p1IHfunf026647@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gjb@repoman.freebsd.org using -f From: Glen Barber Date: Fri, 18 Feb 2011 17:41:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/db/man dbopen.3 src/lib/libc/sys cpuset_getaffinity.2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 17:41:56 -0000 gjb 2011-02-18 17:41:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/db/man dbopen.3 lib/libc/sys cpuset_getaffinity.2 Log: SVN rev 218813 on 2011-02-18 17:41:39Z by gjb MFC 212441,212492: - Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. [1] - Bump dates in dbopen(3) and cpuset_getaffinity(2). PR: 150030 [1] Revision Changes Path 1.13.10.2 +3 -3 src/lib/libc/db/man/dbopen.3 1.4.2.4 +1 -1 src/lib/libc/sys/cpuset_getaffinity.2 From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 17:42:47 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85AC9106564A for ; Fri, 18 Feb 2011 17:42:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 579908FC20 for ; Fri, 18 Feb 2011 17:42:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IHgl4n026710 for ; Fri, 18 Feb 2011 17:42:47 GMT (envelope-from gjb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IHglw5026709 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 17:42:47 GMT (envelope-from gjb@repoman.freebsd.org) Message-Id: <201102181742.p1IHglw5026709@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gjb@repoman.freebsd.org using -f From: Glen Barber Date: Fri, 18 Feb 2011 17:42:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/sys cpuset_getaffinity.2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 17:42:47 -0000 gjb 2011-02-18 17:42:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys cpuset_getaffinity.2 Log: SVN rev 218814 on 2011-02-18 17:42:29Z by gjb MFC 212492: Bump date in cpuset_getaffinity(2). Note, the original commit also affects dbopen(3), however that change is not needed here. Revision Changes Path 1.2.2.6 +1 -1 src/lib/libc/sys/cpuset_getaffinity.2 From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 17:43:38 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E8D1065781 for ; Fri, 18 Feb 2011 17:43:38 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44ECB8FC13 for ; Fri, 18 Feb 2011 17:43:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IHhceX026772 for ; Fri, 18 Feb 2011 17:43:38 GMT (envelope-from danger@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IHhcdY026771 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 17:43:38 GMT (envelope-from danger@repoman.freebsd.org) Message-Id: <201102181743.p1IHhcdY026771@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to danger@repoman.freebsd.org using -f From: Daniel Gerzo Date: Fri, 18 Feb 2011 17:43:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 17:43:38 -0000 danger 2011-02-18 17:43:22 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: SVN rev 218815 on 2011-02-18 17:43:22Z by danger - add missing if_ devices which were missing and are available as loadable modules too Reviewed by: brucec Revision Changes Path 1.155 +4 -0 src/sys/boot/forth/loader.conf From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 19:07:29 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8262106566C for ; Fri, 18 Feb 2011 19:07:29 +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 B9AB88FC08 for ; Fri, 18 Feb 2011 19:07:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IJ7TZn034824 for ; Fri, 18 Feb 2011 19:07:29 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IJ7Trn034823 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 19:07:29 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201102181907.p1IJ7Trn034823@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 18 Feb 2011 19:07:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd/Files/root update X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 18 Feb 2011 19:07:30 -0000 delphij 2011-02-18 19:07:16 UTC FreeBSD src repository Added files: tools/tools/nanobsd/Files/root update Log: SVN rev 218816 on 2011-02-18 19:07:16Z by delphij Add a helper script that detects which partition we are on and update the other. MFC after: 1 month Obtained from: FreeNAS Sponsored by: iXsystems, Inc. Revision Changes Path 1.1 +44 -0 src/tools/tools/nanobsd/Files/root/update (new) From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 20:31:11 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B7D810656C5 for ; Fri, 18 Feb 2011 20:31:11 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36EB88FC1D for ; Fri, 18 Feb 2011 20:31:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IKVBxq041709 for ; Fri, 18 Feb 2011 20:31:11 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IKVAAS041708 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 20:31:10 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201102182031.p1IKVAAS041708@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Fri, 18 Feb 2011 20:30:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_sysctl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 20:31:11 -0000 tuexen 2011-02-18 20:30:58 UTC FreeBSD src repository Modified files: sys/netinet sctp_sysctl.c Log: SVN rev 218818 on 2011-02-18 20:30:58Z by tuexen Bugfix: Get per vnet sysctl variables and statistics working. MFC after:3 months. Revision Changes Path 1.44 +77 -76 src/sys/netinet/sctp_sysctl.c From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 20:37:16 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8A541065740 for ; Fri, 18 Feb 2011 20:37:16 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4ED8FC08 for ; Fri, 18 Feb 2011 20:37:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IKbGXI042191 for ; Fri, 18 Feb 2011 20:37:16 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IKbGge042190 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 20:37:16 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201102182037.p1IKbGge042190@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 18 Feb 2011 20:37:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh/builtins locale1.0 src/tools/regression/bin/sh/expansion cmdsubst3.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 20:37:16 -0000 jilles 2011-02-18 20:37:09 UTC FreeBSD src repository Modified files: tools/regression/bin/sh/builtins locale1.0 tools/regression/bin/sh/expansion cmdsubst3.0 Log: SVN rev 218819 on 2011-02-18 20:37:09Z by jilles sh: Unset some more locale vars in two tests that may cause them to break. Revision Changes Path 1.2 +1 -0 src/tools/regression/bin/sh/builtins/locale1.0 1.2 +3 -0 src/tools/regression/bin/sh/expansion/cmdsubst3.0 From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 20:38:22 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B961065693 for ; Fri, 18 Feb 2011 20:38:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5177C8FC1C for ; Fri, 18 Feb 2011 20:38:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IKcMDx042270 for ; Fri, 18 Feb 2011 20:38:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IKcMD0042269 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 20:38:22 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102182038.p1IKcMD0042269@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 20:38:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.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, 18 Feb 2011 20:38:22 -0000 yongari 2011-02-18 20:38:05 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 218820 on 2011-02-18 20:38:05Z by yongari For controllers that have TX interrupt moderation capability, request TX completion interrupt for every 8-th frames. Previously dc(4) requested TX completion interrupt if number of queued TX descriptors is greater than 64. This caused a lot of TX completion interrupt under high TX load once driver queued more than 64 TX descriptors. It's quite normal to see more than 64 queued TX descriptors under high TX load. This change reduces the number of TX completion interrupts to be less than 17k under high TX load. Because this change does not generate TX completion interrupt for each frame, add reclaiming transmitted buffers in dc_tick not to generate false watchdog timeouts. While I'm here add check for queued descriptors in dc_txeof() since there is no more work to do when there is no pending descriptors. Revision Changes Path 1.210 +15 -1 src/sys/dev/dc/if_dc.c 1.63 +1 -0 src/sys/dev/dc/if_dcreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Feb 18 20:51:28 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83505106567A for ; Fri, 18 Feb 2011 20:51:28 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 562208FC1C for ; Fri, 18 Feb 2011 20:51:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1IKpSLJ054380 for ; Fri, 18 Feb 2011 20:51:28 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1IKpSce054379 for cvs-src-old@freebsd.org; Fri, 18 Feb 2011 20:51:28 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201102182051.p1IKpSce054379@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 18 Feb 2011 20:51:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh/builtins read5.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 20:51:28 -0000 jilles 2011-02-18 20:51:13 UTC FreeBSD src repository Added files: tools/regression/bin/sh/builtins read5.0 Log: SVN rev 218821 on 2011-02-18 20:51:13Z by jilles sh: Test that the read builtin passes through all byte values except NUL, newline and backslash. This also passes on stable/8. Revision Changes Path 1.1 +32 -0 src/tools/regression/bin/sh/builtins/read5.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:42:56 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC25F1065675 for ; Sat, 19 Feb 2011 09:42:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C51AB8FC13 for ; Sat, 19 Feb 2011 09:42:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9guSC066719 for ; Sat, 19 Feb 2011 09:42:56 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9guAH066718 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:42:56 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201102190942.p1J9guAH066718@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Fri, 18 Feb 2011 20:54:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/contrib/binutils ChangeLog MAINTAINERS Makefile.def Makefile.in Makefile.tpl config-ml.in config.guess config.if config.rpath config.sub configure configure.ac configure.in install-sh libtool.m4 ltcf-c.sh ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 09:42:56 -0000 dim 2011-02-18 20:54:12 UTC FreeBSD src repository Modified files: . UPDATING contrib/binutils ChangeLog MAINTAINERS Makefile.def Makefile.in Makefile.tpl config-ml.in config.guess config.sub configure install-sh libtool.m4 ltmain.sh missing mkinstalldirs move-if-change symlink-tree ylwrap contrib/binutils/bfd ChangeLog ChangeLog-0203 Makefile.am Makefile.in acinclude.m4 aclocal.m4 aout-arm.c aout-sparcle.c aout-target.h aout0.c aout32.c aout64.c aoutf1.h aoutx.h archive.c archive64.c archures.c armnetbsd.c bfd-in.h bfd-in2.h bfd.c bfdio.c bfdwin.c binary.c bout.c cache.c coff-alpha.c coff-arm.c coff-aux.c coff-i386.c coff-ia64.c coff-mips.c coff-ppc.c coff-rs6000.c coff-sparc.c coff-x86_64.c coff64-rs6000.c coffcode.h coffgen.c cofflink.c coffswap.h config.bfd config.in configure configure.host configure.in corefile.c cpu-alpha.c cpu-arc.c cpu-arm.c cpu-i386.c cpu-ia64-opc.c cpu-ia64.c cpu-mips.c cpu-powerpc.c cpu-rs6000.c cpu-s390.c cpu-sparc.c demo64.c dep-in.sed dwarf1.c dwarf2.c ecoff.c ecofflink.c ecoffswap.h efi-app-ia32.c efi-app-ia64.c elf-bfd.h elf-eh-frame.c elf-strtab.c elf.c elf32-arc.c elf32-gen.c elf32-i386.c elf32-mips.c elf32-ppc.c elf32-ppc.h elf32-s390.c elf32-sparc.c elf32.c elf64-alpha.c elf64-gen.c elf64-mips.c elf64-ppc.c elf64-ppc.h elf64-s390.c elf64-sparc.c elf64-x86-64.c elf64.c elfcode.h elfcore.h elflink.c elfn32-mips.c elfxx-ia64.c elfxx-mips.c elfxx-mips.h elfxx-target.h format.c freebsd.h gen-aout.c genlink.h hash.c host-aout.c i386aout.c i386bsd.c i386freebsd.c i386linux.c i386netbsd.c ieee.c ihex.c init.c libaout.h libbfd-in.h libbfd.c libbfd.h libcoff-in.h libcoff.h libecoff.h libieee.h libpei.h libxcoff.h linker.c merge.c mipsbsd.c netbsd-core.c netbsd.h opncls.c osf-core.c pe-arm.c pe-i386.c pe-mips.c pe-ppc.c peXXigen.c pei-mips.c peicode.h ppcboot.c ptrace-core.c reloc.c reloc16.c rs6000-core.c sco5-core.c section.c simple.c sparclinux.c sparcnetbsd.c srec.c stab-syms.c stabs.c sunos.c syms.c sysdep.h targets.c tekhex.c trad-core.c version.h xcoff-target.h xcofflink.c contrib/binutils/bfd/doc ChangeLog Makefile.am Makefile.in bfd.texinfo bfdint.texi chew.c fdl.texi contrib/binutils/bfd/po BLD-POTFILES.in Make-in SRC-POTFILES.in bfd.pot contrib/binutils/binutils ChangeLog MAINTAINERS Makefile.am Makefile.in NEWS aclocal.m4 addr2line.c ar.c arlex.l arparse.y arsup.c arsup.h binemul.c binemul.h bucomm.c bucomm.h budbg.h coffdump.c coffgrok.c coffgrok.h config.in configure configure.in cxxfilt.c debug.c debug.h deflex.l defparse.y dep-in.sed dlltool.c dlltool.h dllwrap.c emul_vanilla.c filemode.c ieee.c nm.c objcopy.c objdump.c prdbg.c ranlib.sh rclex.c rcparse.y rdcoff.c rddbg.c readelf.c rename.c resbin.c rescoff.c resrc.c resres.c size.c srconv.c stabs.c strings.c sysdump.c sysinfo.y syslex.l unwind-ia64.c unwind-ia64.h version.c wrstabs.c contrib/binutils/binutils/doc Makefile.am Makefile.in binutils.texi fdl.texi contrib/binutils/binutils/po Make-in POTFILES.in binutils.pot contrib/binutils/config ChangeLog acinclude.m4 mh-cxux mh-necv4 mh-sco mh-solaris mh-sysv4 mh-sysv5 mt-v810 contrib/binutils/etc ChangeLog Makefile.in contrib/binutils/gas ChangeLog ChangeLog-0001 ChangeLog-0203 ChangeLog-9295 ChangeLog-9697 ChangeLog-9899 Makefile.am Makefile.in NEWS README acinclude.m4 aclocal.m4 app.c as.c as.h asintl.h atof-generic.c bignum.h bit_fix.h cgen.c cgen.h cond.c config.in configure configure.in debug.c dep-in.sed depend.c dw2gencfi.c dw2gencfi.h dwarf2dbg.c dwarf2dbg.h ecoff.c ecoff.h ehopt.c emul-target.h emul.h expr.c expr.h flonum-copy.c flonum-konst.c flonum-mult.c flonum.h frags.c frags.h gdbinit.in hash.c hash.h input-file.c input-file.h input-scrub.c itbl-lex.l itbl-ops.c itbl-ops.h itbl-parse.y listing.c listing.h literal.c macro.c macro.h messages.c obj.h output-file.c output-file.h read.c read.h sb.c sb.h stabs.c struc-symbol.h subsegs.c subsegs.h symbols.c symbols.h tc.h write.c write.h contrib/binutils/gas/config aout_gnu.h atof-ieee.c atof-vax.c itbl-mips.h obj-aout.c obj-aout.h obj-coff.c obj-coff.h obj-ecoff.c obj-ecoff.h obj-elf.c obj-elf.h obj-multi.h tc-alpha.c tc-alpha.h tc-arc.c tc-arc.h tc-arm.c tc-arm.h tc-generic.c tc-generic.h tc-i386.c tc-i386.h tc-ia64.c tc-ia64.h tc-m68851.h tc-mips.c tc-mips.h tc-ppc.c tc-ppc.h tc-s390.c tc-s390.h tc-sparc.c tc-sparc.h te-386bsd.h te-freebsd.h te-nbsd.h te-sparcaout.h te-tmips.h contrib/binutils/gas/doc Makefile.am Makefile.in all.texi as.texinfo c-alpha.texi c-arc.texi c-arm.texi c-i386.texi c-ia64.texi c-mips.texi c-ppc.texi c-sh.texi c-sparc.texi internals.texi contrib/binutils/gas/po Make-in POTFILES.in gas.pot contrib/binutils/gprof mips.c contrib/binutils/gprof/po Make-in gprof.pot contrib/binutils/include ChangeLog ansidecl.h bfdlink.h demangle.h dis-asm.h dyn-string.h fibheap.h filenames.h floatformat.h fnmatch.h gdbm.h hashtab.h ieee.h libiberty.h md5.h objalloc.h obstack.h partition.h progress.h safe-ctype.h sort.h splay-tree.h symcat.h ternary.h xregex2.h contrib/binutils/include/aout ChangeLog aout64.h ar.h encap.h host.h ranlib.h reloc.h stab.def stab_gnu.h sun4.h contrib/binutils/include/coff ChangeLog alpha.h arm.h aux-coff.h ecoff.h external.h i386.h ia64.h mips.h mipspe.h pe.h powerpc.h rs6000.h rs6k64.h sh.h sparc.h symconst.h ti.h xcoff.h contrib/binutils/include/elf ChangeLog ChangeLog-9103 alpha.h arc.h arm.h avr.h common.h cris.h d10v.h d30v.h dlx.h dwarf.h dwarf2.h external.h fr30.h frv.h h8.h hppa.h i370.h i386.h i860.h i960.h ia64.h internal.h ip2k.h iq2000.h m32r.h m68hc11.h m68k.h mcore.h mips.h mmix.h mn10200.h mn10300.h msp430.h openrisc.h or32.h pj.h ppc.h ppc64.h reloc-macros.h s390.h sh.h sparc.h v850.h vax.h x86-64.h xstormy16.h xtensa.h contrib/binutils/include/opcode ChangeLog ChangeLog-9103 alpha.h arc.h arm.h cgen.h convex.h i386.h ia64.h mips.h np1.h pn.h ppc.h s390.h sparc.h contrib/binutils/ld ChangeLog Makefile.am Makefile.in NEWS aclocal.m4 config.in configure configure.host configure.in configure.tgt deffile.h deffilep.y dep-in.sed fdl.texi gen-doc.texi genscripts.sh ld.h ld.texinfo ldcref.c ldctor.c ldctor.h ldemul.c ldemul.h ldexp.c ldexp.h ldfile.c ldfile.h ldgram.y ldint.texinfo ldlang.c ldlang.h ldlex.h ldlex.l ldmain.c ldmain.h ldmisc.c ldmisc.h ldver.c ldver.h ldwrite.c ldwrite.h lexsup.c mri.c mri.h pe-dll.c pe-dll.h sysdep.h contrib/binutils/ld/emulparams arcelf.sh armelf.sh armelf_fbsd.sh armelf_linux.sh armelf_nbsd.sh armpe.sh elf32_sparc.sh elf32bmip.sh elf32bmipn32-defs.sh elf32bmipn32.sh elf32btsmip.sh elf32btsmipn32.sh elf32ppc.sh elf32ppclinux.sh elf64_ia64.sh elf64_ia64_fbsd.sh elf64_s390.sh elf64_sparc.sh elf64_sparc_fbsd.sh elf64alpha.sh elf64bmip.sh elf64btsmip.sh elf64ppc.sh elf_i386.sh elf_i386_chaos.sh elf_i386_ldso.sh elf_s390.sh elf_x86_64.sh elf_x86_64_fbsd.sh i386moss.sh i386nto.sh i386nw.sh i386pe.sh i386pe_posix.sh mipsidt.sh mipsidtl.sh mipspe.sh ppcnw.sh ppcpe.sh contrib/binutils/ld/emultempl alphaelf.em armcoff.em armelf.em elf32.em generic.em ia64elf.em linux.em mipsecoff.em mipself.em needrelax.em pe.em ppc32elf.em ppc64elf.em sunos.em ticoff.em vanilla.em contrib/binutils/ld/po Make-in POTFILES.in ld.pot contrib/binutils/ld/scripttempl elf.sc mips.sc pe.sc contrib/binutils/libiberty ChangeLog Makefile.in _doprnt.c aclocal.m4 alloca.c argv.c asprintf.c atexit.c basename.c bcmp.c bcopy.c bsearch.c bzero.c calloc.c choose-temp.c clock.c concat.c config.in configure copying-lib.texi copysign.c cp-demangle.c cp-demangle.h cp-demint.c cplus-dem.c dyn-string.c fdmatch.c ffs.c fibheap.c floatformat.c fnmatch.c functions.texi gather-docs getcwd.c getpagesize.c getpwd.c getruntime.c hashtab.c hex.c index.c insque.c lbasename.c libiberty.texi lrealpath.c maint-tool make-relative-prefix.c make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c partition.c pexecute.c physmem.c putenv.c random.c regex.c rename.c rindex.c safe-ctype.c setenv.c sigsetmask.c sort.c spaces.c splay-tree.c strcasecmp.c strchr.c strdup.c strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c ternary.c tmpnam.c vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c contrib/binutils/opcodes ChangeLog Makefile.am Makefile.in aclocal.m4 alpha-dis.c alpha-opc.c arc-dis.c arc-dis.h arc-ext.c arc-ext.h arc-opc.c arm-dis.c cgen-asm.c cgen-asm.in cgen-dis.c cgen-dis.in cgen-ibld.in cgen-opc.c cgen.sh config.in configure configure.in dep-in.sed dis-buf.c dis-init.c disassemble.c i386-dis.c ia64-asmtab.c ia64-asmtab.h ia64-dis.c ia64-gen.c ia64-ic.tbl ia64-opc-a.c ia64-opc-b.c ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c ia64-opc-x.c ia64-opc.c ia64-opc.h ia64-raw.tbl ia64-waw.tbl mips-dis.c mips-opc.c mips16-opc.c opintl.h ppc-dis.c ppc-opc.c s390-dis.c s390-mkopc.c s390-opc.c s390-opc.txt sh-dis.c sh-opc.h sparc-dis.c sparc-opc.c sysdep.h contrib/binutils/opcodes/po Make-in POTFILES.in opcodes.pot contrib/gdb/gdb dsrec.c dwarf2-frame.c dwarf2read.c elfread.c gcore.c mipsread.c remote-e7000.c remote.c symfile.c tracepoint.c gnu/usr.bin/binutils Makefile.inc0 gnu/usr.bin/binutils/addr2line Makefile gnu/usr.bin/binutils/as Makefile config.h gnu/usr.bin/binutils/doc Makefile asconfig.texi gnu/usr.bin/binutils/ld Makefile Makefile.powerpc Makefile.powerpc64 armelf_fbsd.sh armelfb_fbsd.sh config.h genscripts.sh gnu/usr.bin/binutils/libbfd Makefile Makefile.amd64 Makefile.arm Makefile.ia64 Makefile.sparc64 bfd.h config.h.fbsd elf-fbsd-brand.c gnu/usr.bin/binutils/libbinutils Makefile config.h gnu/usr.bin/binutils/libiberty Makefile config.h gnu/usr.bin/binutils/libopcodes Makefile config.h gnu/usr.bin/binutils/nm Makefile gnu/usr.bin/binutils/objcopy Makefile gnu/usr.bin/binutils/objdump Makefile gnu/usr.bin/binutils/readelf Makefile gnu/usr.bin/binutils/size Makefile gnu/usr.bin/binutils/strings Makefile gnu/usr.bin/binutils/strip Makefile gnu/usr.bin/cc/cc_tools auto-host.h gnu/usr.bin/gdb Makefile.inc gnu/usr.bin/gdb/libgdb fbsd-threads.c sys/boot/i386/efi ldscript.amd64 sys/boot/ia64/efi ldscript.ia64 sys/boot/ia64/ski ldscript.ia64 sys/boot/powerpc/boot1.chrp boot1.c sys/boot/powerpc/ofw start.c sys/conf ldscript.amd64 ldscript.i386 ldscript.ia64 ldscript.sparc64 sys/sys param.h usr.sbin/ndiscvt ndiscvt.c Added files: contrib/binutils config.rpath configure.ac ltgcc.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 contrib/binutils/bfd ChangeLog-2006 cpu-cr16.c cpu-mep.c cpu-score.c cpu-spu.c elf-attrs.c elf-vxworks.c elf-vxworks.h elf32-arm.c elf32-avr.h elf32-cr16.c elf32-mep.c elf32-score.c elf32-sh-relocs.h elf32-spu.c elf32-spu.h elfxx-sparc.c elfxx-sparc.h mep-relocs.pl pe-arm-wince.c pe-x86_64.c pei-arm-wince.c pei-x86_64.c contrib/binutils/binutils ChangeLog-2006 bin2c.c dwarf.c dwarf.h embedspu.sh mclex.c mcparse.y sysdep.h windint.h windmc.c windmc.h contrib/binutils/config confsubdir.m4 ld-symbolic.m4 mt-mep mt-spu multi.m4 unwind_ipinfo.m4 contrib/binutils/gas ChangeLog-2006 itbl-lex.h contrib/binutils/gas/config tc-cr16.c tc-cr16.h tc-mep.c tc-mep.h tc-score.c tc-score.h tc-spu.c tc-spu.h te-pep.h contrib/binutils/gas/doc c-avr.texi c-cr16.texi contrib/binutils/gprof/po ms.po contrib/binutils/include/elf bfin.h cr16.h crx.h m32c.h mep.h mt.h score.h spu.h contrib/binutils/include/opcode cr16.h score-datadep.h score-inst.h spu-insns.h spu.h contrib/binutils/ld ChangeLog-2006 pep-dll.c pep-dll.h contrib/binutils/ld/emulparams arm_wince_pe.sh avr6.sh elf32_spu.sh elf32cr16.sh elf32mep.sh elf32ppccommon.sh elf64bmip-defs.sh i386pep.sh scoreelf.sh shelf_uclinux.sh shelf_vxworks.sh shlelf_vxworks.sh contrib/binutils/ld/emultempl avrelf.em cr16elf.em elf-generic.em genelf.em pep.em scoreelf.em spu_ovl.S spu_ovl.o spuelf.em contrib/binutils/ld/scripttempl elf32cr16.sc mep.sc pep.sc contrib/binutils/libiberty at-file.texi filename_cmp.c unlink-if-ordinary.c contrib/binutils/opcodes ChangeLog-2006 cr16-dis.c cr16-opc.c i386-gen.c i386-opc.c i386-opc.h i386-opc.tbl i386-reg.tbl i386-tbl.h mep-asm.c mep-desc.c mep-desc.h mep-dis.c mep-ibld.c mep-opc.c mep-opc.h score-dis.c score-opc.h spu-dis.c spu-opc.c gnu/usr.bin/binutils/addr2line addr2line.1 gnu/usr.bin/binutils/ar ar.1 gnu/usr.bin/binutils/as as.1 gnu/usr.bin/binutils/ld ld.1 gnu/usr.bin/binutils/nm nm.1 gnu/usr.bin/binutils/objcopy objcopy.1 gnu/usr.bin/binutils/objdump objdump.1 gnu/usr.bin/binutils/ranlib ranlib.1 gnu/usr.bin/binutils/readelf readelf.1 gnu/usr.bin/binutils/size size.1 gnu/usr.bin/binutils/strings strings.1 gnu/usr.bin/binutils/strip strip.1 Removed files: contrib/binutils config.if configure.in ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh ltconfig md5.sum contrib/binutils/bfd aout-encap.c elf32-arm.h elfarm-nabi.c elfarm-oabi.c elflink.h contrib/binutils/bfd/doc aoutx.texi archive.texi archures.texi bfdio.texi bfdt.texi bfdwin.texi cache.texi coffcode.texi core.texi elf.texi elfcode.texi format.texi hash.texi init.texi libbfd.texi linker.texi mmo.texi opncls.texi reloc.texi section.texi syms.texi targets.texi contrib/binutils/bfd/po POTFILES.in contrib/binutils/binutils acinclude.m4 budemang.c budemang.h defparse.c defparse.h rclex.l contrib/binutils/binutils/doc addr2line.1 ar.1 cxxfilt.man dlltool.1 nm.1 objcopy.1 objdump.1 ranlib.1 readelf.1 size.1 strings.1 strip.1 contrib/binutils/config mh-mingw32 mh-openedition mh-sysv mt-armpic mt-elfalphapic mt-ia64pic mt-linux mt-papic mt-ppcpic mt-s390pic mt-sparcpic mt-x86pic contrib/binutils/contrib ChangeLog texi2pod.pl contrib/binutils/gas bignum-copy.c gasp.c link.cmd contrib/binutils/gas/config obj-generic.c obj-generic.h obj-ieee.c obj-ieee.h te-aux.h te-ppcnw.h te-sysv32.h contrib/binutils/gas/doc as.1 gasp.texi gasver.texi contrib/binutils/include bin-bugs.h callback.h remote-sim.h contrib/binutils/include/regs ChangeLog contrib/binutils/ld acinclude.m4 ld.1 ldver.texi contrib/binutils/ld/emulparams armelf_oabi.sh i386freebsd.sh contrib/binutils/ld/emultempl armelf_oabi.em contrib/binutils/libiberty config.table configure.in contrib/binutils/opcodes acinclude.m4 arm-opc.h gnu/lib/libg2c MAIN.c Makefile config.h g2c.h gnu/lib/libiberty Makefile config.h gnu/usr.bin/binutils/as tc-sparc-fixed.c Log: SVN rev 218822 on 2011-02-18 20:54:12Z by dim Merge binutils 2.17.50 to head. This brings a number of improvements to x86 CPU support, better support for powerpc64, some new directives, and many other things. Bump __FreeBSD_version, and add a note to UPDATING. Thanks to the many people that have helped to test this. Obtained from: projects/binutils-2.17 Revision Changes Path 1.681 +8 -0 src/UPDATING 1.2 +5618 -288 src/contrib/binutils/ChangeLog 1.2 +44 -25 src/contrib/binutils/MAINTAINERS 1.2 +350 -24 src/contrib/binutils/Makefile.def 1.2 +49263 -1342 src/contrib/binutils/Makefile.in 1.2 +1034 -854 src/contrib/binutils/Makefile.tpl 1.2 +1551 -6717 src/contrib/binutils/bfd/ChangeLog 1.2 +7 -7 src/contrib/binutils/bfd/ChangeLog-0203 1.1 +3601 -0 src/contrib/binutils/bfd/ChangeLog-2006 (new) 1.2 +1395 -421 src/contrib/binutils/bfd/Makefile.am 1.2 +2175 -855 src/contrib/binutils/bfd/Makefile.in 1.2 +43 -41 src/contrib/binutils/bfd/acinclude.m4 1.2 +880 -44 src/contrib/binutils/bfd/aclocal.m4 1.2 +233 -238 src/contrib/binutils/bfd/aout-arm.c 1.2 +0 -236 src/contrib/binutils/bfd/aout-encap.c (dead) 1.2 +7 -3 src/contrib/binutils/bfd/aout-sparcle.c 1.2 +188 -182 src/contrib/binutils/bfd/aout-target.h 1.2 +8 -3 src/contrib/binutils/bfd/aout0.c 1.2 +2 -2 src/contrib/binutils/bfd/aout32.c 1.2 +2 -2 src/contrib/binutils/bfd/aout64.c 1.2 +301 -358 src/contrib/binutils/bfd/aoutf1.h 1.2 +3364 -3428 src/contrib/binutils/bfd/aoutx.h 1.2 +765 -704 src/contrib/binutils/bfd/archive.c 1.2 +68 -73 src/contrib/binutils/bfd/archive64.c 1.3 +103 -17 src/contrib/binutils/bfd/archures.c 1.2 +8 -18 src/contrib/binutils/bfd/armnetbsd.c 1.2 +615 -337 src/contrib/binutils/bfd/bfd-in.h 1.3 +1212 -213 src/contrib/binutils/bfd/bfd-in2.h 1.2 +1089 -439 src/contrib/binutils/bfd/bfd.c 1.2 +99 -87 src/contrib/binutils/bfd/bfdio.c 1.2 +10 -5 src/contrib/binutils/bfd/bfdwin.c 1.2 +141 -126 src/contrib/binutils/bfd/binary.c 1.2 +476 -578 src/contrib/binutils/bfd/bout.c 1.2 +328 -146 src/contrib/binutils/bfd/cache.c 1.2 +322 -281 src/contrib/binutils/bfd/coff-alpha.c 1.2 +1063 -1058 src/contrib/binutils/bfd/coff-arm.c 1.2 +17 -17 src/contrib/binutils/bfd/coff-aux.c 1.2 +367 -179 src/contrib/binutils/bfd/coff-i386.c 1.2 +20 -19 src/contrib/binutils/bfd/coff-ia64.c 1.4 +62 -1214 src/contrib/binutils/bfd/coff-mips.c 1.2 +802 -1083 src/contrib/binutils/bfd/coff-ppc.c 1.2 +3312 -1191 src/contrib/binutils/bfd/coff-rs6000.c 1.2 +59 -55 src/contrib/binutils/bfd/coff-sparc.c 1.2 +4 -0 src/contrib/binutils/bfd/coff-x86_64.c 1.2 +1366 -969 src/contrib/binutils/bfd/coff64-rs6000.c 1.2 +3008 -1487 src/contrib/binutils/bfd/coffcode.h 1.2 +668 -634 src/contrib/binutils/bfd/coffgen.c 1.2 +1197 -711 src/contrib/binutils/bfd/cofflink.c 1.2 +507 -508 src/contrib/binutils/bfd/coffswap.h 1.5 +353 -161 src/contrib/binutils/bfd/config.bfd 1.2 +256 -44 src/contrib/binutils/bfd/config.in 1.2 +22171 -2230 src/contrib/binutils/bfd/configure 1.2 +25 -118 src/contrib/binutils/bfd/configure.host 1.2 +725 -327 src/contrib/binutils/bfd/configure.in 1.2 +92 -33 src/contrib/binutils/bfd/corefile.c 1.2 +31 -17 src/contrib/binutils/bfd/cpu-alpha.c 1.2 +20 -19 src/contrib/binutils/bfd/cpu-arc.c 1.2 +345 -57 src/contrib/binutils/bfd/cpu-arm.c 1.1 +40 -0 src/contrib/binutils/bfd/cpu-cr16.c (new) 1.2 +61 -12 src/contrib/binutils/bfd/cpu-i386.c 1.2 +43 -17 src/contrib/binutils/bfd/cpu-ia64-opc.c 1.2 +5 -5 src/contrib/binutils/bfd/cpu-ia64.c 1.1 +28 -0 src/contrib/binutils/bfd/cpu-mep.c (new) 1.5 +2 -2 src/contrib/binutils/bfd/cpu-mips.c 1.2 +221 -31 src/contrib/binutils/bfd/cpu-powerpc.c 1.2 +10 -13 src/contrib/binutils/bfd/cpu-rs6000.c 1.2 +6 -6 src/contrib/binutils/bfd/cpu-s390.c 1.1 +51 -0 src/contrib/binutils/bfd/cpu-score.c (new) 1.2 +61 -34 src/contrib/binutils/bfd/cpu-sparc.c 1.1 +54 -0 src/contrib/binutils/bfd/cpu-spu.c (new) 1.2 +9 -3 src/contrib/binutils/bfd/demo64.c 1.2 +12 -5 src/contrib/binutils/bfd/dep-in.sed 1.2 +91 -223 src/contrib/binutils/bfd/doc/ChangeLog 1.2 +203 -121 src/contrib/binutils/bfd/doc/Makefile.am 1.2 +745 -309 src/contrib/binutils/bfd/doc/Makefile.in 1.2 +0 -211 src/contrib/binutils/bfd/doc/aoutx.texi (dead) 1.2 +0 -95 src/contrib/binutils/bfd/doc/archive.texi (dead) 1.2 +0 -307 src/contrib/binutils/bfd/doc/archures.texi (dead) 1.2 +60 -68 src/contrib/binutils/bfd/doc/bfd.texinfo 1.2 +71 -56 src/contrib/binutils/bfd/doc/bfdint.texi 1.2 +0 -41 src/contrib/binutils/bfd/doc/bfdio.texi (dead) 1.2 +0 -597 src/contrib/binutils/bfd/doc/bfdt.texi (dead) 1.2 +0 -2 src/contrib/binutils/bfd/doc/bfdwin.texi (dead) 1.2 +0 -95 src/contrib/binutils/bfd/doc/cache.texi (dead) 1.2 +949 -935 src/contrib/binutils/bfd/doc/chew.c 1.2 +0 -627 src/contrib/binutils/bfd/doc/coffcode.texi (dead) 1.2 +0 -38 src/contrib/binutils/bfd/doc/core.texi (dead) 1.2 +0 -22 src/contrib/binutils/bfd/doc/elf.texi (dead) 1.2 +0 -0 src/contrib/binutils/bfd/doc/elfcode.texi (dead) 1.2 +2 -2 src/contrib/binutils/bfd/doc/fdl.texi 1.2 +0 -108 src/contrib/binutils/bfd/doc/format.texi (dead) 1.2 +0 -244 src/contrib/binutils/bfd/doc/hash.texi (dead) 1.2 +0 -13 src/contrib/binutils/bfd/doc/init.texi (dead) 1.2 +0 -142 src/contrib/binutils/bfd/doc/libbfd.texi (dead) 1.2 +0 -365 src/contrib/binutils/bfd/doc/linker.texi (dead) 1.2 +0 -365 src/contrib/binutils/bfd/doc/mmo.texi (dead) 1.2 +0 -128 src/contrib/binutils/bfd/doc/opncls.texi (dead) 1.2 +0 -914 src/contrib/binutils/bfd/doc/reloc.texi (dead) 1.2 +0 -649 src/contrib/binutils/bfd/doc/section.texi (dead) 1.2 +0 -407 src/contrib/binutils/bfd/doc/syms.texi (dead) 1.2 +0 -478 src/contrib/binutils/bfd/doc/targets.texi (dead) 1.2 +220 -242 src/contrib/binutils/bfd/dwarf1.c 1.2 +1932 -697 src/contrib/binutils/bfd/dwarf2.c 1.2 +1719 -1909 src/contrib/binutils/bfd/ecoff.c 1.2 +401 -351 src/contrib/binutils/bfd/ecofflink.c 1.2 +431 -513 src/contrib/binutils/bfd/ecoffswap.h 1.2 +4 -4 src/contrib/binutils/bfd/efi-app-ia32.c 1.2 +4 -4 src/contrib/binutils/bfd/efi-app-ia64.c 1.1 +628 -0 src/contrib/binutils/bfd/elf-attrs.c (new) 1.3 +532 -166 src/contrib/binutils/bfd/elf-bfd.h 1.2 +1082 -657 src/contrib/binutils/bfd/elf-eh-frame.c 1.2 +128 -186 src/contrib/binutils/bfd/elf-strtab.c 1.1 +227 -0 src/contrib/binutils/bfd/elf-vxworks.c (new) 1.1 +35 -0 src/contrib/binutils/bfd/elf-vxworks.h (new) 1.21 +3292 -1603 src/contrib/binutils/bfd/elf.c 1.2 +167 -127 src/contrib/binutils/bfd/elf32-arc.c 1.1 +10446 -0 src/contrib/binutils/bfd/elf32-arm.c (new) 1.2 +0 -3239 src/contrib/binutils/bfd/elf32-arm.h (dead) 1.1 +38 -0 src/contrib/binutils/bfd/elf32-avr.h (new) 1.1 +1433 -0 src/contrib/binutils/bfd/elf32-cr16.c (new) 1.2 +84 -19 src/contrib/binutils/bfd/elf32-gen.c 1.19 +927 -322 src/contrib/binutils/bfd/elf32-i386.c 1.1 +959 -0 src/contrib/binutils/bfd/elf32-mep.c (new) 1.4 +489 -296 src/contrib/binutils/bfd/elf32-mips.c 1.2 +6427 -2446 src/contrib/binutils/bfd/elf32-ppc.c 1.2 +12 -2 src/contrib/binutils/bfd/elf32-ppc.h 1.2 +1827 -741 src/contrib/binutils/bfd/elf32-s390.c 1.1 +3883 -0 src/contrib/binutils/bfd/elf32-score.c (new) 1.1 +1716 -0 src/contrib/binutils/bfd/elf32-sh-relocs.h (new) 1.2 +196 -1772 src/contrib/binutils/bfd/elf32-sparc.c 1.1 +3154 -0 src/contrib/binutils/bfd/elf32-spu.c (new) 1.1 +57 -0 src/contrib/binutils/bfd/elf32-spu.h (new) 1.2 +2 -3 src/contrib/binutils/bfd/elf32.c 1.20 +2764 -2945 src/contrib/binutils/bfd/elf64-alpha.c 1.2 +84 -19 src/contrib/binutils/bfd/elf64-gen.c 1.4 +562 -152 src/contrib/binutils/bfd/elf64-mips.c 1.3 +3736 -1268 src/contrib/binutils/bfd/elf64-ppc.c 1.2 +29 -5 src/contrib/binutils/bfd/elf64-ppc.h 1.2 +1818 -739 src/contrib/binutils/bfd/elf64-s390.c 1.2 +693 -2030 src/contrib/binutils/bfd/elf64-sparc.c 1.2 +2892 -1100 src/contrib/binutils/bfd/elf64-x86-64.c 1.2 +1 -1 src/contrib/binutils/bfd/elf64.c 1.2 +0 -672 src/contrib/binutils/bfd/elfarm-nabi.c (dead) 1.2 +0 -420 src/contrib/binutils/bfd/elfarm-oabi.c (dead) 1.2 +1065 -686 src/contrib/binutils/bfd/elfcode.h 1.2 +139 -438 src/contrib/binutils/bfd/elfcore.h 1.2 +11421 -279 src/contrib/binutils/bfd/elflink.c 1.14 +0 -8532 src/contrib/binutils/bfd/elflink.h (dead) 1.2 +582 -115 src/contrib/binutils/bfd/elfn32-mips.c 1.2 +3128 -1397 src/contrib/binutils/bfd/elfxx-ia64.c 1.4 +3518 -1361 src/contrib/binutils/bfd/elfxx-mips.c 1.2 +34 -7 src/contrib/binutils/bfd/elfxx-mips.h 1.1 +4104 -0 src/contrib/binutils/bfd/elfxx-sparc.c (new) 1.1 +146 -0 src/contrib/binutils/bfd/elfxx-sparc.h (new) 1.2 +513 -82 src/contrib/binutils/bfd/elfxx-target.h 1.2 +282 -155 src/contrib/binutils/bfd/format.c 1.6 +47 -51 src/contrib/binutils/bfd/freebsd.h 1.2 +15 -7 src/contrib/binutils/bfd/gen-aout.c 1.2 +25 -27 src/contrib/binutils/bfd/genlink.h 1.2 +259 -161 src/contrib/binutils/bfd/hash.c 1.2 +8 -4 src/contrib/binutils/bfd/host-aout.c 1.2 +53 -57 src/contrib/binutils/bfd/i386aout.c 1.2 +8 -4 src/contrib/binutils/bfd/i386bsd.c 1.2 +7 -3 src/contrib/binutils/bfd/i386freebsd.c 1.2 +102 -96 src/contrib/binutils/bfd/i386linux.c 1.2 +9 -4 src/contrib/binutils/bfd/i386netbsd.c 1.2 +1352 -1331 src/contrib/binutils/bfd/ieee.c 1.2 +243 -267 src/contrib/binutils/bfd/ihex.c 1.2 +9 -5 src/contrib/binutils/bfd/init.c 1.2 +338 -268 src/contrib/binutils/bfd/libaout.h 1.2 +428 -212 src/contrib/binutils/bfd/libbfd-in.h 1.2 +643 -771 src/contrib/binutils/bfd/libbfd.c 1.2 +1494 -264 src/contrib/binutils/bfd/libbfd.h 1.2 +241 -157 src/contrib/binutils/bfd/libcoff-in.h 1.2 +494 -424 src/contrib/binutils/bfd/libcoff.h 1.2 +98 -118 src/contrib/binutils/bfd/libecoff.h 1.2 +20 -18 src/contrib/binutils/bfd/libieee.h 1.2 +177 -127 src/contrib/binutils/bfd/libpei.h 1.2 +59 -69 src/contrib/binutils/bfd/libxcoff.h 1.2 +1022 -653 src/contrib/binutils/bfd/linker.c 1.1 +274 -0 src/contrib/binutils/bfd/mep-relocs.pl (new) 1.2 +279 -361 src/contrib/binutils/bfd/merge.c 1.4 +23 -14 src/contrib/binutils/bfd/mipsbsd.c 1.2 +262 -255 src/contrib/binutils/bfd/netbsd-core.c 1.2 +46 -55 src/contrib/binutils/bfd/netbsd.h 1.3 +417 -103 src/contrib/binutils/bfd/opncls.c 1.2 +74 -94 src/contrib/binutils/bfd/osf-core.c 1.1 +37 -0 src/contrib/binutils/bfd/pe-arm-wince.c (new) 1.2 +33 -16 src/contrib/binutils/bfd/pe-arm.c 1.2 +47 -21 src/contrib/binutils/bfd/pe-i386.c 1.4 +276 -356 src/contrib/binutils/bfd/pe-mips.c 1.2 +4 -5 src/contrib/binutils/bfd/pe-ppc.c 1.1 +53 -0 src/contrib/binutils/bfd/pe-x86_64.c (new) 1.2 +852 -722 src/contrib/binutils/bfd/peXXigen.c 1.1 +30 -0 src/contrib/binutils/bfd/pei-arm-wince.c (new) 1.2 +3 -3 src/contrib/binutils/bfd/pei-mips.c 1.1 +54 -0 src/contrib/binutils/bfd/pei-x86_64.c (new) 1.2 +362 -301 src/contrib/binutils/bfd/peicode.h 1.2 +2 -0 src/contrib/binutils/bfd/po/BLD-POTFILES.in 1.2 +70 -26 src/contrib/binutils/bfd/po/Make-in 1.2 +0 -234 src/contrib/binutils/bfd/po/POTFILES.in (dead) 1.2 +125 -39 src/contrib/binutils/bfd/po/SRC-POTFILES.in 1.2 +2667 -994 src/contrib/binutils/bfd/po/bfd.pot 1.2 +66 -64 src/contrib/binutils/bfd/ppcboot.c 1.2 +73 -88 src/contrib/binutils/bfd/ptrace-core.c 1.2 +3562 -821 src/contrib/binutils/bfd/reloc.c 1.2 +112 -113 src/contrib/binutils/bfd/reloc16.c 1.2 +56 -60 src/contrib/binutils/bfd/rs6000-core.c 1.2 +153 -176 src/contrib/binutils/bfd/sco5-core.c 1.2 +1036 -532 src/contrib/binutils/bfd/section.c 1.2 +37 -36 src/contrib/binutils/bfd/simple.c 1.2 +273 -271 src/contrib/binutils/bfd/sparclinux.c 1.2 +9 -5 src/contrib/binutils/bfd/sparcnetbsd.c 1.2 +387 -454 src/contrib/binutils/bfd/srec.c 1.2 +6 -5 src/contrib/binutils/bfd/stab-syms.c 1.2 +368 -228 src/contrib/binutils/bfd/stabs.c 1.2 +777 -843 src/contrib/binutils/bfd/sunos.c 1.2 +717 -426 src/contrib/binutils/bfd/syms.c 1.2 +88 -12 src/contrib/binutils/bfd/sysdep.h 1.3 +160 -36 src/contrib/binutils/bfd/targets.c 1.2 +460 -516 src/contrib/binutils/bfd/tekhex.c 1.2 +110 -108 src/contrib/binutils/bfd/trad-core.c 1.2 +4 -1 src/contrib/binutils/bfd/version.h 1.2 +79 -83 src/contrib/binutils/bfd/xcoff-target.h 1.2 +2917 -3592 src/contrib/binutils/bfd/xcofflink.c 1.2 +522 -4677 src/contrib/binutils/binutils/ChangeLog 1.1 +599 -0 src/contrib/binutils/binutils/ChangeLog-2006 (new) 1.2 +230 -54 src/contrib/binutils/binutils/MAINTAINERS 1.2 +471 -226 src/contrib/binutils/binutils/Makefile.am 1.2 +1320 -621 src/contrib/binutils/binutils/Makefile.in 1.2 +218 -1 src/contrib/binutils/binutils/NEWS 1.2 +0 -1 src/contrib/binutils/binutils/acinclude.m4 (dead) 1.2 +907 -1 src/contrib/binutils/binutils/aclocal.m4 1.2 +185 -105 src/contrib/binutils/binutils/addr2line.c 1.2 +489 -515 src/contrib/binutils/binutils/ar.c 1.2 +15 -8 src/contrib/binutils/binutils/arlex.l 1.2 +9 -7 src/contrib/binutils/binutils/arparse.y 1.2 +310 -287 src/contrib/binutils/binutils/arsup.c 1.2 +22 -35 src/contrib/binutils/binutils/arsup.h 1.1 +105 -0 src/contrib/binutils/binutils/bin2c.c (new) 1.2 +27 -87 src/contrib/binutils/binutils/binemul.c 1.2 +17 -19 src/contrib/binutils/binutils/binemul.h 1.2 +410 -85 src/contrib/binutils/binutils/bucomm.c 1.2 +53 -127 src/contrib/binutils/binutils/bucomm.h 1.2 +15 -15 src/contrib/binutils/binutils/budbg.h 1.2 +0 -77 src/contrib/binutils/binutils/budemang.c (dead) 1.2 +0 -25 src/contrib/binutils/binutils/budemang.h (dead) 1.2 +145 -135 src/contrib/binutils/binutils/coffdump.c 1.2 +59 -51 src/contrib/binutils/binutils/coffgrok.c 1.2 +26 -7 src/contrib/binutils/binutils/coffgrok.h 1.2 +177 -54 src/contrib/binutils/binutils/config.in 1.2 +16412 -2015 src/contrib/binutils/binutils/configure 1.2 +289 -104 src/contrib/binutils/binutils/configure.in 1.2 +132 -134 src/contrib/binutils/binutils/cxxfilt.c 1.2 +469 -604 src/contrib/binutils/binutils/debug.c 1.2 +156 -162 src/contrib/binutils/binutils/debug.h 1.2 +36 -25 src/contrib/binutils/binutils/deflex.l 1.2 +0 -1056 src/contrib/binutils/binutils/defparse.c (dead) 1.2 +0 -27 src/contrib/binutils/binutils/defparse.h (dead) 1.2 +86 -36 src/contrib/binutils/binutils/defparse.y 1.2 +5 -0 src/contrib/binutils/binutils/dep-in.sed 1.2 +2389 -1070 src/contrib/binutils/binutils/dlltool.c 1.2 +19 -18 src/contrib/binutils/binutils/dlltool.h 1.2 +289 -332 src/contrib/binutils/binutils/dllwrap.c 1.2 +76 -40 src/contrib/binutils/binutils/doc/Makefile.am 1.2 +470 -290 src/contrib/binutils/binutils/doc/Makefile.in 1.2 +0 -231 src/contrib/binutils/binutils/doc/addr2line.1 (dead) 1.2 +0 -378 src/contrib/binutils/binutils/doc/ar.1 (dead) 1.2 +1011 -698 src/contrib/binutils/binutils/doc/binutils.texi 1.2 +0 -255 src/contrib/binutils/binutils/doc/cxxfilt.man (dead) 1.2 +0 -436 src/contrib/binutils/binutils/doc/dlltool.1 (dead) 1.2 +2 -2 src/contrib/binutils/binutils/doc/fdl.texi 1.2 +0 -417 src/contrib/binutils/binutils/doc/nm.1 (dead) 1.2 +0 -623 src/contrib/binutils/binutils/doc/objcopy.1 (dead) 1.2 +0 -517 src/contrib/binutils/binutils/doc/objdump.1 (dead) 1.2 +0 -176 src/contrib/binutils/binutils/doc/ranlib.1 (dead) 1.3 +0 -344 src/contrib/binutils/binutils/doc/readelf.1 (dead) 1.2 +0 -249 src/contrib/binutils/binutils/doc/size.1 (dead) 1.2 +0 -237 src/contrib/binutils/binutils/doc/strings.1 (dead) 1.2 +0 -286 src/contrib/binutils/binutils/doc/strip.1 (dead) 1.1 +3797 -0 src/contrib/binutils/binutils/dwarf.c (new) 1.1 +119 -0 src/contrib/binutils/binutils/dwarf.h (new) 1.1 +257 -0 src/contrib/binutils/binutils/embedspu.sh (new) 1.2 +2 -3 src/contrib/binutils/binutils/emul_vanilla.c 1.2 +18 -35 src/contrib/binutils/binutils/filemode.c 1.2 +1155 -1360 src/contrib/binutils/binutils/ieee.c 1.1 +441 -0 src/contrib/binutils/binutils/mclex.c (new) 1.1 +356 -0 src/contrib/binutils/binutils/mcparse.y (new) 1.15 +698 -653 src/contrib/binutils/binutils/nm.c 1.2 +2416 -1032 src/contrib/binutils/binutils/objcopy.c 1.2 +1929 -1398 src/contrib/binutils/binutils/objdump.c 1.2 +19 -14 src/contrib/binutils/binutils/po/Make-in 1.2 +12 -2 src/contrib/binutils/binutils/po/POTFILES.in 1.2 +3130 -1410 src/contrib/binutils/binutils/po/binutils.pot 1.2 +1395 -486 src/contrib/binutils/binutils/prdbg.c 1.2 +1 -1 src/contrib/binutils/binutils/ranlib.sh 1.2 +629 -2267 src/contrib/binutils/binutils/rclex.c 1.2 +0 -465 src/contrib/binutils/binutils/rclex.l (dead) 1.2 +609 -243 src/contrib/binutils/binutils/rcparse.y 1.2 +131 -144 src/contrib/binutils/binutils/rdcoff.c 1.2 +80 -80 src/contrib/binutils/binutils/rddbg.c 1.3 +3410 -4142 src/contrib/binutils/binutils/readelf.c 1.2 +23 -23 src/contrib/binutils/binutils/rename.c 1.2 +1024 -1266 src/contrib/binutils/binutils/resbin.c 1.2 +178 -201 src/contrib/binutils/binutils/rescoff.c 1.2 +1684 -648 src/contrib/binutils/binutils/resrc.c 1.2 +315 -235 src/contrib/binutils/binutils/resres.c 1.2 +234 -116 src/contrib/binutils/binutils/size.c 1.2 +373 -518 src/contrib/binutils/binutils/srconv.c 1.2 +1229 -914 src/contrib/binutils/binutils/stabs.c 1.10 +106 -33 src/contrib/binutils/binutils/strings.c 1.1 +174 -0 src/contrib/binutils/binutils/sysdep.h (new) 1.2 +177 -229 src/contrib/binutils/binutils/sysdump.c 1.2 +46 -25 src/contrib/binutils/binutils/sysinfo.y 1.2 +35 -7 src/contrib/binutils/binutils/syslex.l 1.2 +118 -144 src/contrib/binutils/binutils/unwind-ia64.c 1.2 +10 -10 src/contrib/binutils/binutils/unwind-ia64.h 1.2 +23 -27 src/contrib/binutils/binutils/version.c 1.1 +1088 -0 src/contrib/binutils/binutils/windint.h (new) 1.1 +1197 -0 src/contrib/binutils/binutils/windmc.c (new) 1.1 +99 -0 src/contrib/binutils/binutils/windmc.h (new) 1.2 +351 -494 src/contrib/binutils/binutils/wrstabs.c 1.2 +359 -79 src/contrib/binutils/config-ml.in 1.2 +1088 -309 src/contrib/binutils/config.guess 1.2 +0 -93 src/contrib/binutils/config.if (dead) 1.1 +548 -0 src/contrib/binutils/config.rpath (new) 1.2 +676 -231 src/contrib/binutils/config.sub 1.2 +833 -5 src/contrib/binutils/config/ChangeLog 1.2 +153 -124 src/contrib/binutils/config/acinclude.m4 1.1 +127 -0 src/contrib/binutils/config/confsubdir.m4 (new) 1.1 +45 -0 src/contrib/binutils/config/ld-symbolic.m4 (new) 1.2 +0 -9 src/contrib/binutils/config/mh-cxux 1.2 +0 -12 src/contrib/binutils/config/mh-mingw32 (dead) 1.2 +0 -7 src/contrib/binutils/config/mh-necv4 1.2 +0 -2 src/contrib/binutils/config/mh-openedition (dead) 1.2 +0 -6 src/contrib/binutils/config/mh-sco 1.2 +0 -4 src/contrib/binutils/config/mh-solaris 1.2 +0 -3 src/contrib/binutils/config/mh-sysv (dead) 1.2 +0 -7 src/contrib/binutils/config/mh-sysv4 1.2 +0 -4 src/contrib/binutils/config/mh-sysv5 1.2 +0 -1 src/contrib/binutils/config/mt-armpic (dead) 1.2 +0 -1 src/contrib/binutils/config/mt-elfalphapic (dead) 1.2 +0 -1 src/contrib/binutils/config/mt-ia64pic (dead) 1.2 +0 -2 src/contrib/binutils/config/mt-linux (dead) 1.1 +8 -0 src/contrib/binutils/config/mt-mep (new) 1.2 +0 -1 src/contrib/binutils/config/mt-papic (dead) 1.2 +0 -1 src/contrib/binutils/config/mt-ppcpic (dead) 1.2 +0 -1 src/contrib/binutils/config/mt-s390pic (dead) 1.2 +0 -1 src/contrib/binutils/config/mt-sparcpic (dead) 1.1 +4 -0 src/contrib/binutils/config/mt-spu (new) 1.2 +0 -1 src/contrib/binutils/config/mt-v810 1.2 +0 -1 src/contrib/binutils/config/mt-x86pic (dead) 1.1 +65 -0 src/contrib/binutils/config/multi.m4 (new) 1.1 +22 -0 src/contrib/binutils/config/unwind_ipinfo.m4 (new) 1.2 +12539 -1198 src/contrib/binutils/configure 1.1 +2639 -0 src/contrib/binutils/configure.ac (new) 1.2 +0 -843 src/contrib/binutils/configure.in (dead) 1.2 +0 -7 src/contrib/binutils/contrib/ChangeLog (dead) 1.2 +0 -431 src/contrib/binutils/contrib/texi2pod.pl (dead) 1.2 +146 -34 src/contrib/binutils/etc/ChangeLog 1.2 +160 -24 src/contrib/binutils/etc/Makefile.in 1.2 +1006 -4557 src/contrib/binutils/gas/ChangeLog 1.2 +9 -2 src/contrib/binutils/gas/ChangeLog-0001 1.2 +20 -20 src/contrib/binutils/gas/ChangeLog-0203 1.1 +2756 -0 src/contrib/binutils/gas/ChangeLog-2006 (new) 1.2 +141 -127 src/contrib/binutils/gas/ChangeLog-9295 1.2 +221 -215 src/contrib/binutils/gas/ChangeLog-9697 1.2 +47 -34 src/contrib/binutils/gas/ChangeLog-9899 1.2 +1459 -828 src/contrib/binutils/gas/Makefile.am 1.2 +2572 -1195 src/contrib/binutils/gas/Makefile.in 1.2 +414 -165 src/contrib/binutils/gas/NEWS 1.2 +12 -119 src/contrib/binutils/gas/README 1.2 +8 -10 src/contrib/binutils/gas/acinclude.m4 1.2 +902 -56 src/contrib/binutils/gas/aclocal.m4 1.2 +525 -227 src/contrib/binutils/gas/app.c 1.2 +746 -409 src/contrib/binutils/gas/as.c 1.2 +365 -360 src/contrib/binutils/gas/as.h 1.2 +17 -9 src/contrib/binutils/gas/asintl.h 1.2 +42 -64 src/contrib/binutils/gas/atof-generic.c 1.2 +0 -80 src/contrib/binutils/gas/bignum-copy.c (dead) 1.2 +2 -13 src/contrib/binutils/gas/bignum.h 1.2 +18 -21 src/contrib/binutils/gas/bit_fix.h 1.2 +728 -191 src/contrib/binutils/gas/cgen.c 1.2 +38 -29 src/contrib/binutils/gas/cgen.h 1.2 +222 -96 src/contrib/binutils/gas/cond.c 1.2 +201 -95 src/contrib/binutils/gas/config.in 1.2 +8 -13 src/contrib/binutils/gas/config/aout_gnu.h 1.2 +172 -151 src/contrib/binutils/gas/config/atof-ieee.c 1.2 +156 -222 src/contrib/binutils/gas/config/atof-vax.c 1.2 +2 -2 src/contrib/binutils/gas/config/itbl-mips.h 1.2 +172 -457 src/contrib/binutils/gas/config/obj-aout.c 1.2 +28 -192 src/contrib/binutils/gas/config/obj-aout.h 1.2 +891 -3413 src/contrib/binutils/gas/config/obj-coff.c 1.2 +227 -599 src/contrib/binutils/gas/config/obj-coff.h 1.2 +177 -164 src/contrib/binutils/gas/config/obj-ecoff.c 1.2 +19 -12 src/contrib/binutils/gas/config/obj-ecoff.h 1.2 +1331 -652 src/contrib/binutils/gas/config/obj-elf.c 1.2 +149 -74 src/contrib/binutils/gas/config/obj-elf.h 1.2 +0 -41 src/contrib/binutils/gas/config/obj-generic.c (dead) 1.2 +0 -80 src/contrib/binutils/gas/config/obj-generic.h (dead) 1.2 +0 -627 src/contrib/binutils/gas/config/obj-ieee.c (dead) 1.2 +0 -50 src/contrib/binutils/gas/config/obj-ieee.h (dead) 1.2 +153 -39 src/contrib/binutils/gas/config/obj-multi.h 1.2 +4595 -3310 src/contrib/binutils/gas/config/tc-alpha.c 1.2 +117 -18 src/contrib/binutils/gas/config/tc-alpha.h 1.2 +1324 -872 src/contrib/binutils/gas/config/tc-arc.c 1.2 +33 -31 src/contrib/binutils/gas/config/tc-arc.h 1.2 +19291 -5767 src/contrib/binutils/gas/config/tc-arm.c 1.2 +185 -110 src/contrib/binutils/gas/config/tc-arm.h 1.1 +2444 -0 src/contrib/binutils/gas/config/tc-cr16.c (new) 1.1 +73 -0 src/contrib/binutils/gas/config/tc-cr16.h (new) 1.2 +22 -0 src/contrib/binutils/gas/config/tc-generic.c 1.2 +2 -2 src/contrib/binutils/gas/config/tc-generic.h 1.17 +3004 -1317 src/contrib/binutils/gas/config/tc-i386.c 1.12 +78 -262 src/contrib/binutils/gas/config/tc-i386.h 1.2 +3739 -1854 src/contrib/binutils/gas/config/tc-ia64.c 1.2 +106 -48 src/contrib/binutils/gas/config/tc-ia64.h 1.2 +52 -53 src/contrib/binutils/gas/config/tc-m68851.h 1.1 +1886 -0 src/contrib/binutils/gas/config/tc-mep.c (new) 1.1 +119 -0 src/contrib/binutils/gas/config/tc-mep.h (new) 1.4 +1384 -757 src/contrib/binutils/gas/config/tc-mips.c 1.3 +29 -23 src/contrib/binutils/gas/config/tc-mips.h 1.2 +2180 -1068 src/contrib/binutils/gas/config/tc-ppc.c 1.2 +73 -113 src/contrib/binutils/gas/config/tc-ppc.h 1.2 +556 -192 src/contrib/binutils/gas/config/tc-s390.c 1.2 +29 -47 src/contrib/binutils/gas/config/tc-s390.h 1.1 +6661 -0 src/contrib/binutils/gas/config/tc-score.c (new) 1.1 +83 -0 src/contrib/binutils/gas/config/tc-score.h (new) 1.2 +2056 -754 src/contrib/binutils/gas/config/tc-sparc.c 1.2 +121 -72 src/contrib/binutils/gas/config/tc-sparc.h 1.1 +1083 -0 src/contrib/binutils/gas/config/tc-spu.c (new) 1.1 +107 -0 src/contrib/binutils/gas/config/tc-spu.h (new) 1.2 +9 -7 src/contrib/binutils/gas/config/te-386bsd.h 1.2 +0 -17 src/contrib/binutils/gas/config/te-aux.h (dead) 1.5 +2 -2 src/contrib/binutils/gas/config/te-freebsd.h 1.2 +10 -7 src/contrib/binutils/gas/config/te-nbsd.h 1.1 +10 -0 src/contrib/binutils/gas/config/te-pep.h (new) 1.2 +0 -31 src/contrib/binutils/gas/config/te-ppcnw.h (dead) 1.2 +7 -6 src/contrib/binutils/gas/config/te-sparcaout.h 1.2 +0 -6 src/contrib/binutils/gas/config/te-sysv32.h (dead) 1.2 +3 -3 src/contrib/binutils/gas/config/te-tmips.h 1.19 +8748 -4910 src/contrib/binutils/gas/configure 1.18 +152 -509 src/contrib/binutils/gas/configure.in 1.2 +23 -21 src/contrib/binutils/gas/debug.c 1.2 +36 -27 src/contrib/binutils/gas/dep-in.sed 1.2 +30 -32 src/contrib/binutils/gas/depend.c 1.2 +96 -10 src/contrib/binutils/gas/doc/Makefile.am 1.2 +622 -168 src/contrib/binutils/gas/doc/Makefile.in 1.2 +35 -10 src/contrib/binutils/gas/doc/all.texi 1.10 +0 -970 src/contrib/binutils/gas/doc/as.1 (dead) 1.2 +2631 -663 src/contrib/binutils/gas/doc/as.texinfo 1.2 +83 -7 src/contrib/binutils/gas/doc/c-alpha.texi 1.2 +136 -10 src/contrib/binutils/gas/doc/c-arc.texi 1.2 +502 -34 src/contrib/binutils/gas/doc/c-arm.texi 1.1 +364 -0 src/contrib/binutils/gas/doc/c-avr.texi (new) 1.1 +80 -0 src/contrib/binutils/gas/doc/c-cr16.texi (new) 1.2 +484 -136 src/contrib/binutils/gas/doc/c-i386.texi 1.2 +43 -13 src/contrib/binutils/gas/doc/c-ia64.texi 1.2 +205 -12 src/contrib/binutils/gas/doc/c-mips.texi 1.2 +60 -11 src/contrib/binutils/gas/doc/c-ppc.texi 1.2 +82 -16 src/contrib/binutils/gas/doc/c-sh.texi 1.2 +3 -2 src/contrib/binutils/gas/doc/c-sparc.texi 1.2 +0 -1086 src/contrib/binutils/gas/doc/gasp.texi (dead) 1.2 +0 -1 src/contrib/binutils/gas/doc/gasver.texi (dead) 1.2 +623 -198 src/contrib/binutils/gas/doc/internals.texi 1.2 +393 -87 src/contrib/binutils/gas/dw2gencfi.c 1.2 +2 -2 src/contrib/binutils/gas/dw2gencfi.h 1.2 +1487 -537 src/contrib/binutils/gas/dwarf2dbg.c 1.2 +57 -24 src/contrib/binutils/gas/dwarf2dbg.h 1.2 +538 -729 src/contrib/binutils/gas/ecoff.c 1.2 +42 -42 src/contrib/binutils/gas/ecoff.h 1.2 +255 -157 src/contrib/binutils/gas/ehopt.c 1.2 +32 -11 src/contrib/binutils/gas/emul-target.h 1.2 +37 -16 src/contrib/binutils/gas/emul.h 1.2 +982 -430 src/contrib/binutils/gas/expr.c 1.2 +59 -34 src/contrib/binutils/gas/expr.h 1.2 +21 -23 src/contrib/binutils/gas/flonum-copy.c 1.2 +105 -86 src/contrib/binutils/gas/flonum-konst.c 1.2 +37 -49 src/contrib/binutils/gas/flonum-mult.c 1.2 +15 -23 src/contrib/binutils/gas/flonum.h 1.2 +232 -148 src/contrib/binutils/gas/frags.c 1.2 +129 -49 src/contrib/binutils/gas/frags.h 1.2 +0 -3739 src/contrib/binutils/gas/gasp.c (dead) 1.2 +0 -1 src/contrib/binutils/gas/gdbinit.in 1.2 +375 -787 src/contrib/binutils/gas/hash.c 1.2 +69 -26 src/contrib/binutils/gas/hash.h 1.2 +98 -90 src/contrib/binutils/gas/input-file.c 1.2 +15 -17 src/contrib/binutils/gas/input-file.h 1.2 +177 -173 src/contrib/binutils/gas/input-scrub.c 1.1 +23 -0 src/contrib/binutils/gas/itbl-lex.h (new) 1.2 +9 -8 src/contrib/binutils/gas/itbl-lex.l 1.2 +126 -166 src/contrib/binutils/gas/itbl-ops.c 1.2 +22 -31 src/contrib/binutils/gas/itbl-ops.h 1.2 +9 -10 src/contrib/binutils/gas/itbl-parse.y 1.2 +0 -10 src/contrib/binutils/gas/link.cmd (dead) 1.2 +538 -457 src/contrib/binutils/gas/listing.c 1.2 +28 -21 src/contrib/binutils/gas/listing.h 1.2 +5 -5 src/contrib/binutils/gas/literal.c 1.2 +611 -464 src/contrib/binutils/gas/macro.c 1.2 +58 -16 src/contrib/binutils/gas/macro.h 1.2 +242 -242 src/contrib/binutils/gas/messages.c 1.2 +42 -36 src/contrib/binutils/gas/obj.h 1.2 +29 -112 src/contrib/binutils/gas/output-file.c 1.2 +6 -5 src/contrib/binutils/gas/output-file.h 1.2 +19 -14 src/contrib/binutils/gas/po/Make-in 1.2 +57 -50 src/contrib/binutils/gas/po/POTFILES.in 1.2 +9567 -3882 src/contrib/binutils/gas/po/gas.pot 1.2 +2813 -1412 src/contrib/binutils/gas/read.c 1.2 +124 -83 src/contrib/binutils/gas/read.h 1.2 +79 -123 src/contrib/binutils/gas/sb.c 1.2 +34 -48 src/contrib/binutils/gas/sb.h 1.2 +312 -70 src/contrib/binutils/gas/stabs.c 1.2 +69 -83 src/contrib/binutils/gas/struc-symbol.h 1.2 +120 -383 src/contrib/binutils/gas/subsegs.c 1.2 +22 -63 src/contrib/binutils/gas/subsegs.h 1.2 +2150 -675 src/contrib/binutils/gas/symbols.c 1.2 +171 -51 src/contrib/binutils/gas/symbols.h 1.2 +40 -76 src/contrib/binutils/gas/tc.h 1.2 +1330 -1582 src/contrib/binutils/gas/write.c 1.2 +79 -89 src/contrib/binutils/gas/write.h 1.2 +5 -19 src/contrib/binutils/gprof/mips.c 1.2 +19 -14 src/contrib/binutils/gprof/po/Make-in 1.2 +142 -103 src/contrib/binutils/gprof/po/gprof.pot 1.1 +561 -0 src/contrib/binutils/gprof/po/ms.po (new) 1.2 +471 -912 src/contrib/binutils/include/ChangeLog 1.2 +341 -102 src/contrib/binutils/include/ansidecl.h 1.2 +84 -39 src/contrib/binutils/include/aout/ChangeLog 1.2 +159 -115 src/contrib/binutils/include/aout/aout64.h 1.2 +17 -1 src/contrib/binutils/include/aout/ar.h 1.2 +2 -3 src/contrib/binutils/include/aout/encap.h 1.2 +24 -4 src/contrib/binutils/include/aout/host.h 1.2 +2 -2 src/contrib/binutils/include/aout/ranlib.h 1.2 +2 -2 src/contrib/binutils/include/aout/reloc.h 1.2 +23 -16 src/contrib/binutils/include/aout/stab.def 1.2 +17 -0 src/contrib/binutils/include/aout/stab_gnu.h 1.2 +18 -2 src/contrib/binutils/include/aout/sun4.h 1.2 +436 -169 src/contrib/binutils/include/bfdlink.h 1.2 +0 -3 src/contrib/binutils/include/bin-bugs.h (dead) 1.2 +0 -99 src/contrib/binutils/include/callback.h (dead) 1.2 +70 -671 src/contrib/binutils/include/coff/ChangeLog 1.2 +30 -7 src/contrib/binutils/include/coff/alpha.h 1.2 +26 -201 src/contrib/binutils/include/coff/arm.h 1.2 +17 -0 src/contrib/binutils/include/coff/aux-coff.h 1.2 +51 -62 src/contrib/binutils/include/coff/ecoff.h 1.2 +20 -6 src/contrib/binutils/include/coff/external.h 1.2 +29 -186 src/contrib/binutils/include/coff/i386.h 1.2 +8 -158 src/contrib/binutils/include/coff/ia64.h 1.2 +5 -29 src/contrib/binutils/include/coff/mips.h 1.2 +2 -2 src/contrib/binutils/include/coff/mipspe.h 1.2 +222 -61 src/contrib/binutils/include/coff/pe.h 1.2 +29 -170 src/contrib/binutils/include/coff/powerpc.h 1.2 +50 -30 src/contrib/binutils/include/coff/rs6000.h 1.2 +94 -85 src/contrib/binutils/include/coff/rs6k64.h 1.2 +61 -180 src/contrib/binutils/include/coff/sh.h 1.2 +24 -79 src/contrib/binutils/include/coff/sparc.h 1.2 +1 -1 src/contrib/binutils/include/coff/symconst.h 1.2 +142 -103 src/contrib/binutils/include/coff/ti.h 1.2 +3 -3 src/contrib/binutils/include/coff/xcoff.h 1.2 +527 -40 src/contrib/binutils/include/demangle.h 1.2 +223 -81 src/contrib/binutils/include/dis-asm.h 1.2 +25 -57 src/contrib/binutils/include/dyn-string.h 1.2 +506 -178 src/contrib/binutils/include/elf/ChangeLog 1.2 +41 -7 src/contrib/binutils/include/elf/ChangeLog-9103 1.2 +76 -38 src/contrib/binutils/include/elf/alpha.h 1.2 +22 -18 src/contrib/binutils/include/elf/arc.h 1.2 +244 -56 src/contrib/binutils/include/elf/arm.h 1.2 +29 -17 src/contrib/binutils/include/elf/avr.h 1.1 +92 -0 src/contrib/binutils/include/elf/bfin.h (new) 1.3 +79 -52 src/contrib/binutils/include/elf/common.h 1.1 +56 -0 src/contrib/binutils/include/elf/cr16.h (new) 1.2 +68 -2 src/contrib/binutils/include/elf/cris.h 1.1 +53 -0 src/contrib/binutils/include/elf/crx.h (new) 1.2 +3 -3 src/contrib/binutils/include/elf/d10v.h 1.2 +3 -3 src/contrib/binutils/include/elf/d30v.h 1.2 +1 -1 src/contrib/binutils/include/elf/dlx.h 1.2 +29 -24 src/contrib/binutils/include/elf/dwarf.h 1.2 +350 -64 src/contrib/binutils/include/elf/dwarf2.h 1.2 +35 -5 src/contrib/binutils/include/elf/external.h 1.2 +3 -4 src/contrib/binutils/include/elf/fr30.h 1.2 +38 -3 src/contrib/binutils/include/elf/frv.h 1.2 +6 -2 src/contrib/binutils/include/elf/h8.h 1.2 +508 -210 src/contrib/binutils/include/elf/hppa.h 1.2 +25 -3 src/contrib/binutils/include/elf/i370.h 1.2 +35 -6 src/contrib/binutils/include/elf/i386.h 1.2 +2 -2 src/contrib/binutils/include/elf/i860.h 1.2 +3 -4 src/contrib/binutils/include/elf/i960.h 1.2 +62 -33 src/contrib/binutils/include/elf/ia64.h 1.2 +85 -86 src/contrib/binutils/include/elf/internal.h 1.2 +1 -1 src/contrib/binutils/include/elf/ip2k.h 1.2 +2 -2 src/contrib/binutils/include/elf/iq2000.h 1.1 +67 -0 src/contrib/binutils/include/elf/m32c.h (new) 1.2 +84 -30 src/contrib/binutils/include/elf/m32r.h 1.2 +55 -2 src/contrib/binutils/include/elf/m68hc11.h 1.2 +29 -6 src/contrib/binutils/include/elf/m68k.h 1.2 +3 -4 src/contrib/binutils/include/elf/mcore.h 1.1 +84 -0 src/contrib/binutils/include/elf/mep.h (new) 1.3 +48 -5 src/contrib/binutils/include/elf/mips.h 1.2 +24 -4 src/contrib/binutils/include/elf/mmix.h 1.2 +3 -3 src/contrib/binutils/include/elf/mn10200.h 1.2 +18 -4 src/contrib/binutils/include/elf/mn10300.h 1.2 +4 -2 src/contrib/binutils/include/elf/msp430.h 1.1 +46 -0 src/contrib/binutils/include/elf/mt.h (new) 1.2 +1 -1 src/contrib/binutils/include/elf/openrisc.h 1.2 +1 -1 src/contrib/binutils/include/elf/or32.h 1.2 +3 -4 src/contrib/binutils/include/elf/pj.h 1.2 +126 -68 src/contrib/binutils/include/elf/ppc.h 1.2 +1 -1 src/contrib/binutils/include/elf/ppc64.h 1.2 +26 -41 src/contrib/binutils/include/elf/reloc-macros.h 1.2 +56 -4 src/contrib/binutils/include/elf/s390.h 1.1 +123 -0 src/contrib/binutils/include/elf/score.h (new) 1.2 +177 -26 src/contrib/binutils/include/elf/sh.h 1.2 +111 -52 src/contrib/binutils/include/elf/sparc.h 1.1 +60 -0 src/contrib/binutils/include/elf/spu.h (new) 1.2 +72 -44 src/contrib/binutils/include/elf/v850.h 1.2 +1 -1 src/contrib/binutils/include/elf/vax.h 1.2 +51 -10 src/contrib/binutils/include/elf/x86-64.h 1.2 +6 -2 src/contrib/binutils/include/elf/xstormy16.h 1.2 +114 -2 src/contrib/binutils/include/elf/xtensa.h 1.2 +23 -18 src/contrib/binutils/include/fibheap.h 1.2 +6 -5 src/contrib/binutils/include/filenames.h 1.2 +61 -9 src/contrib/binutils/include/floatformat.h 1.2 +3 -2 src/contrib/binutils/include/fnmatch.h 1.2 +1 -1 src/contrib/binutils/include/gdbm.h 1.2 +110 -32 src/contrib/binutils/include/hashtab.h 1.2 +147 -121 src/contrib/binutils/include/ieee.h 1.2 +549 -40 src/contrib/binutils/include/libiberty.h 1.2 +18 -19 src/contrib/binutils/include/md5.h 1.2 +13 -13 src/contrib/binutils/include/objalloc.h 1.2 +181 -205 src/contrib/binutils/include/obstack.h 1.2 +450 -868 src/contrib/binutils/include/opcode/ChangeLog 1.2 +19 -0 src/contrib/binutils/include/opcode/ChangeLog-9103 1.2 +12 -12 src/contrib/binutils/include/opcode/alpha.h 1.2 +170 -121 src/contrib/binutils/include/opcode/arc.h 1.2 +195 -292 src/contrib/binutils/include/opcode/arm.h 1.2 +1219 -432 src/contrib/binutils/include/opcode/cgen.h 1.2 +30 -34 src/contrib/binutils/include/opcode/convex.h 1.1 +437 -0 src/contrib/binutils/include/opcode/cr16.h (new) 1.2 +108 -974 src/contrib/binutils/include/opcode/i386.h 1.2 +13 -8 src/contrib/binutils/include/opcode/ia64.h 1.5 +43 -14 src/contrib/binutils/include/opcode/mips.h 1.2 +2 -2 src/contrib/binutils/include/opcode/np1.h 1.2 +2 -2 src/contrib/binutils/include/opcode/pn.h 1.2 +113 -38 src/contrib/binutils/include/opcode/ppc.h 1.2 +25 -8 src/contrib/binutils/include/opcode/s390.h 1.1 +282 -0 src/contrib/binutils/include/opcode/score-datadep.h (new) 1.1 +507 -0 src/contrib/binutils/include/opcode/score-inst.h (new) 1.2 +94 -97 src/contrib/binutils/include/opcode/sparc.h 1.1 +417 -0 src/contrib/binutils/include/opcode/spu-insns.h (new) 1.1 +126 -0 src/contrib/binutils/include/opcode/spu.h (new) 1.2 +17 -16 src/contrib/binutils/include/partition.h 1.2 +2 -2 src/contrib/binutils/include/progress.h 1.2 +0 -0 src/contrib/binutils/include/regs/ChangeLog (dead) 1.2 +0 -144 src/contrib/binutils/include/remote-sim.h (dead) 1.2 +25 -6 src/contrib/binutils/include/safe-ctype.h 1.2 +9 -9 src/contrib/binutils/include/sort.h 1.2 +65 -38 src/contrib/binutils/include/splay-tree.h 1.2 +14 -5 src/contrib/binutils/include/symcat.h 1.2 +5 -5 src/contrib/binutils/include/ternary.h 1.2 +52 -52 src/contrib/binutils/include/xregex2.h 1.2 +281 -245 src/contrib/binutils/install-sh 1.2 +516 -6834 src/contrib/binutils/ld/ChangeLog 1.1 +1364 -0 src/contrib/binutils/ld/ChangeLog-2006 (new) 1.2 +1481 -209 src/contrib/binutils/ld/Makefile.am 1.16 +1310 -940 src/contrib/binutils/ld/Makefile.in 1.2 +250 -2 src/contrib/binutils/ld/NEWS 1.2 +0 -1 src/contrib/binutils/ld/acinclude.m4 (dead) 1.2 +903 -1 src/contrib/binutils/ld/aclocal.m4 1.2 +118 -23 src/contrib/binutils/ld/config.in 1.2 +14748 -1391 src/contrib/binutils/ld/configure 1.12 +43 -38 src/contrib/binutils/ld/configure.host 1.2 +184 -60 src/contrib/binutils/ld/configure.in 1.19 +434 -369 src/contrib/binutils/ld/configure.tgt 1.2 +76 -101 src/contrib/binutils/ld/deffile.h 1.2 +245 -193 src/contrib/binutils/ld/deffilep.y 1.2 +6 -1 src/contrib/binutils/ld/dep-in.sed 1.2 +3 -2 src/contrib/binutils/ld/emulparams/arcelf.sh 1.1 +14 -0 src/contrib/binutils/ld/emulparams/arm_wince_pe.sh (new) 1.2 +20 -7 src/contrib/binutils/ld/emulparams/armelf.sh 1.2 +1 -0 src/contrib/binutils/ld/emulparams/armelf_fbsd.sh 1.2 +14 -9 src/contrib/binutils/ld/emulparams/armelf_linux.sh 1.2 +2 -1 src/contrib/binutils/ld/emulparams/armelf_nbsd.sh 1.2 +0 -21 src/contrib/binutils/ld/emulparams/armelf_oabi.sh (dead) 1.2 +6 -0 src/contrib/binutils/ld/emulparams/armpe.sh 1.1 +11 -0 src/contrib/binutils/ld/emulparams/avr6.sh (new) 1.2 +8 -1 src/contrib/binutils/ld/emulparams/elf32_sparc.sh 1.1 +20 -0 src/contrib/binutils/ld/emulparams/elf32_spu.sh (new) 1.2 +40 -7 src/contrib/binutils/ld/emulparams/elf32bmip.sh 1.2 +21 -2 src/contrib/binutils/ld/emulparams/elf32bmipn32-defs.sh 1.2 +7 -60 src/contrib/binutils/ld/emulparams/elf32bmipn32.sh 1.2 +1 -0 src/contrib/binutils/ld/emulparams/elf32btsmip.sh 1.2 +1 -1 src/contrib/binutils/ld/emulparams/elf32btsmipn32.sh 1.1 +6 -0 src/contrib/binutils/ld/emulparams/elf32cr16.sh (new) 1.1 +55 -0 src/contrib/binutils/ld/emulparams/elf32mep.sh (new) 1.2 +16 -8 src/contrib/binutils/ld/emulparams/elf32ppc.sh 1.1 +49 -0 src/contrib/binutils/ld/emulparams/elf32ppccommon.sh (new) 1.2 +7 -7 src/contrib/binutils/ld/emulparams/elf32ppclinux.sh 1.2 +28 -4 src/contrib/binutils/ld/emulparams/elf64_ia64.sh 1.2 +5 -0 src/contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh 1.2 +25 -1 src/contrib/binutils/ld/emulparams/elf64_s390.sh 1.2 +42 -3 src/contrib/binutils/ld/emulparams/elf64_sparc.sh 1.2 +2 -0 src/contrib/binutils/ld/emulparams/elf64_sparc_fbsd.sh 1.10 +9 -3 src/contrib/binutils/ld/emulparams/elf64alpha.sh 1.1 +3 -0 src/contrib/binutils/ld/emulparams/elf64bmip-defs.sh (new) 1.2 +7 -63 src/contrib/binutils/ld/emulparams/elf64bmip.sh 1.2 +1 -1 src/contrib/binutils/ld/emulparams/elf64btsmip.sh 1.2 +34 -13 src/contrib/binutils/ld/emulparams/elf64ppc.sh 1.2 +6 -2 src/contrib/binutils/ld/emulparams/elf_i386.sh 1.2 +4 -3 src/contrib/binutils/ld/emulparams/elf_i386_chaos.sh 1.2 +1 -1 src/contrib/binutils/ld/emulparams/elf_i386_ldso.sh 1.2 +4 -1 src/contrib/binutils/ld/emulparams/elf_s390.sh 1.2 +29 -3 src/contrib/binutils/ld/emulparams/elf_x86_64.sh 1.2 +1 -0 src/contrib/binutils/ld/emulparams/elf_x86_64_fbsd.sh 1.2 +0 -6 src/contrib/binutils/ld/emulparams/i386freebsd.sh (dead) 1.2 +2 -2 src/contrib/binutils/ld/emulparams/i386moss.sh 1.2 +1 -1 src/contrib/binutils/ld/emulparams/i386nto.sh 1.2 +2 -2 src/contrib/binutils/ld/emulparams/i386nw.sh 1.2 +5 -1 src/contrib/binutils/ld/emulparams/i386pe.sh 1.2 +1 -0 src/contrib/binutils/ld/emulparams/i386pe_posix.sh 1.1 +9 -0 src/contrib/binutils/ld/emulparams/i386pep.sh (new) 1.2 +2 -1 src/contrib/binutils/ld/emulparams/mipsidt.sh 1.2 +2 -1 src/contrib/binutils/ld/emulparams/mipsidtl.sh 1.2 +1 -0 src/contrib/binutils/ld/emulparams/mipspe.sh 1.2 +1 -1 src/contrib/binutils/ld/emulparams/ppcnw.sh 1.2 +1 -0 src/contrib/binutils/ld/emulparams/ppcpe.sh 1.1 +31 -0 src/contrib/binutils/ld/emulparams/scoreelf.sh (new) 1.1 +4 -0 src/contrib/binutils/ld/emulparams/shelf_uclinux.sh (new) 1.1 +19 -0 src/contrib/binutils/ld/emulparams/shelf_vxworks.sh (new) 1.1 +2 -0 src/contrib/binutils/ld/emulparams/shlelf_vxworks.sh (new) 1.2 +84 -11 src/contrib/binutils/ld/emultempl/alphaelf.em 1.2 +99 -109 src/contrib/binutils/ld/emultempl/armcoff.em 1.2 +248 -1181 src/contrib/binutils/ld/emultempl/armelf.em 1.2 +0 -177 src/contrib/binutils/ld/emultempl/armelf_oabi.em (dead) 1.1 +269 -0 src/contrib/binutils/ld/emultempl/avrelf.em (new) 1.1 +92 -0 src/contrib/binutils/ld/emultempl/cr16elf.em (new) 1.1 +81 -0 src/contrib/binutils/ld/emultempl/elf-generic.em (new) 1.16 +706 -490 src/contrib/binutils/ld/emultempl/elf32.em 1.1 +39 -0 src/contrib/binutils/ld/emultempl/genelf.em (new) 1.2 +70 -40 src/contrib/binutils/ld/emultempl/generic.em 1.2 +2 -2 src/contrib/binutils/ld/emultempl/ia64elf.em 1.2 +58 -56 src/contrib/binutils/ld/emultempl/linux.em 1.2 +22 -233 src/contrib/binutils/ld/emultempl/mipsecoff.em 1.2 +13 -153 src/contrib/binutils/ld/emultempl/mipself.em 1.2 +5 -7 src/contrib/binutils/ld/emultempl/needrelax.em 1.2 +1567 -401 src/contrib/binutils/ld/emultempl/pe.em 1.1 +1706 -0 src/contrib/binutils/ld/emultempl/pep.em (new) 1.2 +130 -10 src/contrib/binutils/ld/emultempl/ppc32elf.em 1.3 +149 -77 src/contrib/binutils/ld/emultempl/ppc64elf.em 1.1 +74 -0 src/contrib/binutils/ld/emultempl/scoreelf.em (new) 1.1 +294 -0 src/contrib/binutils/ld/emultempl/spu_ovl.S (new) 1.1 +3 -0 src/contrib/binutils/ld/emultempl/spu_ovl.o (new) 1.1 +504 -0 src/contrib/binutils/ld/emultempl/spuelf.em (new) 1.2 +99 -121 src/contrib/binutils/ld/emultempl/sunos.em 1.2 +47 -66 src/contrib/binutils/ld/emultempl/ticoff.em 1.2 +27 -12 src/contrib/binutils/ld/emultempl/vanilla.em 1.2 +2 -2 src/contrib/binutils/ld/fdl.texi 1.2 +12 -0 src/contrib/binutils/ld/gen-doc.texi 1.2 +296 -50 src/contrib/binutils/ld/genscripts.sh 1.13 +0 -1929 src/contrib/binutils/ld/ld.1 (dead) 1.2 +232 -76 src/contrib/binutils/ld/ld.h 1.2 +5064 -1776 src/contrib/binutils/ld/ld.texinfo 1.2 +355 -168 src/contrib/binutils/ld/ldcref.c 1.2 +171 -42 src/contrib/binutils/ld/ldctor.c 1.2 +18 -12 src/contrib/binutils/ld/ldctor.h 1.2 +168 -108 src/contrib/binutils/ld/ldemul.c 1.3 +8 -3 src/contrib/binutils/ld/ldemul.h 1.2 +922 -708 src/contrib/binutils/ld/ldexp.c 1.2 +123 -48 src/contrib/binutils/ld/ldexp.h 1.2 +376 -222 src/contrib/binutils/ld/ldfile.c 1.2 +30 -20 src/contrib/binutils/ld/ldfile.h 1.2 +540 -218 src/contrib/binutils/ld/ldgram.y 1.2 +677 -27 src/contrib/binutils/ld/ldint.texinfo 1.2 +5051 -1935 src/contrib/binutils/ld/ldlang.c 1.2 +362 -212 src/contrib/binutils/ld/ldlang.h 1.2 +22 -20 src/contrib/binutils/ld/ldlex.h 1.2 +225 -167 src/contrib/binutils/ld/ldlex.l 1.2 +716 -452 src/contrib/binutils/ld/ldmain.c 1.2 +19 -10 src/contrib/binutils/ld/ldmain.h 1.2 +238 -244 src/contrib/binutils/ld/ldmisc.c 1.2 +16 -28 src/contrib/binutils/ld/ldmisc.h 1.2 +36 -27 src/contrib/binutils/ld/ldver.c 1.2 +4 -5 src/contrib/binutils/ld/ldver.h 1.2 +0 -1 src/contrib/binutils/ld/ldver.texi (dead) 1.2 +248 -170 src/contrib/binutils/ld/ldwrite.c 1.2 +4 -3 src/contrib/binutils/ld/ldwrite.h 1.3 +435 -182 src/contrib/binutils/ld/lexsup.c 1.2 +190 -251 src/contrib/binutils/ld/mri.c 1.2 +15 -17 src/contrib/binutils/ld/mri.h 1.2 +1551 -611 src/contrib/binutils/ld/pe-dll.c 1.2 +32 -14 src/contrib/binutils/ld/pe-dll.h 1.1 +58 -0 src/contrib/binutils/ld/pep-dll.c (new) 1.1 +54 -0 src/contrib/binutils/ld/pep-dll.h (new) 1.2 +19 -14 src/contrib/binutils/ld/po/Make-in 1.2 +3 -0 src/contrib/binutils/ld/po/POTFILES.in 1.2 +924 -449 src/contrib/binutils/ld/po/ld.pot 1.2 +414 -91 src/contrib/binutils/ld/scripttempl/elf.sc 1.1 +175 -0 src/contrib/binutils/ld/scripttempl/elf32cr16.sc (new) 1.1 +446 -0 src/contrib/binutils/ld/scripttempl/mep.sc (new) 1.2 +0 -3 src/contrib/binutils/ld/scripttempl/mips.sc 1.2 +211 -51 src/contrib/binutils/ld/scripttempl/pe.sc 1.1 +272 -0 src/contrib/binutils/ld/scripttempl/pep.sc (new) 1.2 +35 -8 src/contrib/binutils/ld/sysdep.h 1.2 +5377 -43 src/contrib/binutils/libiberty/ChangeLog 1.2 +1093 -216 src/contrib/binutils/libiberty/Makefile.in 1.2 +5 -12 src/contrib/binutils/libiberty/_doprnt.c 1.2 +131 -45 src/contrib/binutils/libiberty/aclocal.m4 1.2 +58 -54 src/contrib/binutils/libiberty/alloca.c 1.2 +274 -94 src/contrib/binutils/libiberty/argv.c 1.2 +26 -27 src/contrib/binutils/libiberty/asprintf.c 1.1 +15 -0 src/contrib/binutils/libiberty/at-file.texi (new) 1.2 +16 -3 src/contrib/binutils/libiberty/atexit.c 1.2 +38 -19 src/contrib/binutils/libiberty/basename.c 1.2 +12 -34 src/contrib/binutils/libiberty/bcmp.c 1.2 +16 -20 src/contrib/binutils/libiberty/bcopy.c 1.2 +24 -10 src/contrib/binutils/libiberty/bsearch.c 1.2 +9 -17 src/contrib/binutils/libiberty/bzero.c 1.2 +14 -9 src/contrib/binutils/libiberty/calloc.c 1.2 +30 -103 src/contrib/binutils/libiberty/choose-temp.c 1.2 +35 -5 src/contrib/binutils/libiberty/clock.c 1.2 +157 -92 src/contrib/binutils/libiberty/concat.c 1.2 +331 -111 src/contrib/binutils/libiberty/config.in 1.2 +0 -69 src/contrib/binutils/libiberty/config.table (dead) 1.2 +9479 -2130 src/contrib/binutils/libiberty/configure 1.2 +0 -78 src/contrib/binutils/libiberty/configure.in (dead) 1.2 +2 -2 src/contrib/binutils/libiberty/copying-lib.texi 1.2 +15 -1 src/contrib/binutils/libiberty/copysign.c 1.2 +3905 -2799 src/contrib/binutils/libiberty/cp-demangle.c 1.2 +40 -11 src/contrib/binutils/libiberty/cp-demangle.h 1.2 +13 -20 src/contrib/binutils/libiberty/cp-demint.c 1.2 +2595 -940 src/contrib/binutils/libiberty/cplus-dem.c 1.2 +54 -66 src/contrib/binutils/libiberty/dyn-string.c 1.2 +17 -22 src/contrib/binutils/libiberty/fdmatch.c 1.2 +1 -2 src/contrib/binutils/libiberty/ffs.c 1.2 +42 -87 src/contrib/binutils/libiberty/fibheap.c 1.1 +78 -0 src/contrib/binutils/libiberty/filename_cmp.c (new) 1.2 +397 -159 src/contrib/binutils/libiberty/floatformat.c 1.2 +20 -23 src/contrib/binutils/libiberty/fnmatch.c 1.2 +701 -66 src/contrib/binutils/libiberty/functions.texi 1.2 +2 -2 src/contrib/binutils/libiberty/gather-docs 1.2 +27 -17 src/contrib/binutils/libiberty/getcwd.c 1.2 +39 -38 src/contrib/binutils/libiberty/getpagesize.c 1.2 +21 -8 src/contrib/binutils/libiberty/getpwd.c 1.2 +53 -19 src/contrib/binutils/libiberty/getruntime.c 1.2 +724 -198 src/contrib/binutils/libiberty/hashtab.c 1.2 +170 -11 src/contrib/binutils/libiberty/hex.c 1.2 +14 -4 src/contrib/binutils/libiberty/index.c 1.2 +22 -22 src/contrib/binutils/libiberty/insque.c 1.2 +23 -48 src/contrib/binutils/libiberty/lbasename.c 1.2 +3 -3 src/contrib/binutils/libiberty/libiberty.texi 1.2 +34 -5 src/contrib/binutils/libiberty/lrealpath.c 1.2 +24 -6 src/contrib/binutils/libiberty/maint-tool 1.2 +48 -23 src/contrib/binutils/libiberty/make-relative-prefix.c 1.2 +16 -18 src/contrib/binutils/libiberty/make-temp-file.c 1.2 +106 -97 src/contrib/binutils/libiberty/md5.c 1.2 +12 -40 src/contrib/binutils/libiberty/memchr.c 1.2 +12 -16 src/contrib/binutils/libiberty/memcmp.c 1.2 +9 -12 src/contrib/binutils/libiberty/memcpy.c 1.2 +15 -8 src/contrib/binutils/libiberty/memmove.c 1.2 +12 -6 src/contrib/binutils/libiberty/memset.c 1.2 +31 -19 src/contrib/binutils/libiberty/mkstemps.c 1.2 +15 -13 src/contrib/binutils/libiberty/objalloc.c 1.2 +116 -121 src/contrib/binutils/libiberty/obstack.c 1.2 +19 -21 src/contrib/binutils/libiberty/partition.c 1.2 +67 -516 src/contrib/binutils/libiberty/pexecute.c 1.2 +5 -5 src/contrib/binutils/libiberty/physmem.c 1.2 +21 -5 src/contrib/binutils/libiberty/putenv.c 1.2 +53 -23 src/contrib/binutils/libiberty/random.c 1.2 +220 -391 src/contrib/binutils/libiberty/regex.c 1.2 +18 -4 src/contrib/binutils/libiberty/rename.c 1.2 +14 -4 src/contrib/binutils/libiberty/rindex.c 1.2 +122 -30 src/contrib/binutils/libiberty/safe-ctype.c 1.2 +39 -19 src/contrib/binutils/libiberty/setenv.c 1.2 +18 -8 src/contrib/binutils/libiberty/sigsetmask.c 1.2 +6 -10 src/contrib/binutils/libiberty/sort.c 1.2 +14 -20 src/contrib/binutils/libiberty/spaces.c 1.2 +323 -167 src/contrib/binutils/libiberty/splay-tree.c 1.2 +12 -7 src/contrib/binutils/libiberty/strcasecmp.c 1.2 +8 -14 src/contrib/binutils/libiberty/strchr.c 1.2 +24 -7 src/contrib/binutils/libiberty/strdup.c 1.2 +83 -105 src/contrib/binutils/libiberty/strerror.c 1.2 +12 -8 src/contrib/binutils/libiberty/strncasecmp.c 1.2 +12 -7 src/contrib/binutils/libiberty/strncmp.c 1.2 +8 -14 src/contrib/binutils/libiberty/strrchr.c 1.2 +90 -120 src/contrib/binutils/libiberty/strsignal.c 1.2 +17 -27 src/contrib/binutils/libiberty/strstr.c 1.2 +27 -13 src/contrib/binutils/libiberty/strtod.c 1.2 +38 -18 src/contrib/binutils/libiberty/strtol.c 1.2 +20 -15 src/contrib/binutils/libiberty/strtoul.c 1.2 +6 -15 src/contrib/binutils/libiberty/ternary.c 1.2 +17 -4 src/contrib/binutils/libiberty/tmpnam.c 1.1 +72 -0 src/contrib/binutils/libiberty/unlink-if-ordinary.c (new) 1.2 +75 -44 src/contrib/binutils/libiberty/vasprintf.c 1.2 +15 -1 src/contrib/binutils/libiberty/vfork.c 1.2 +9 -7 src/contrib/binutils/libiberty/vfprintf.c 1.2 +20 -9 src/contrib/binutils/libiberty/vprintf.c 1.2 +9 -8 src/contrib/binutils/libiberty/vsprintf.c 1.2 +27 -3 src/contrib/binutils/libiberty/waitpid.c 1.2 +28 -11 src/contrib/binutils/libiberty/xatexit.c 1.2 +23 -7 src/contrib/binutils/libiberty/xexit.c 1.2 +118 -47 src/contrib/binutils/libiberty/xmalloc.c 1.2 +22 -6 src/contrib/binutils/libiberty/xmemdup.c 1.2 +26 -7 src/contrib/binutils/libiberty/xstrdup.c 1.2 +35 -12 src/contrib/binutils/libiberty/xstrerror.c 1.2 +6931 -615 src/contrib/binutils/libtool.m4 1.2 +0 -689 src/contrib/binutils/ltcf-c.sh (dead) 1.2 +0 -887 src/contrib/binutils/ltcf-cxx.sh (dead) 1.2 +0 -571 src/contrib/binutils/ltcf-gcj.sh (dead) 1.2 +0 -1512 src/contrib/binutils/ltconfig (dead) 1.1 +60 -0 src/contrib/binutils/ltgcc.m4 (new) 1.2 +6987 -2053 src/contrib/binutils/ltmain.sh 1.1 +342 -0 src/contrib/binutils/ltoptions.m4 (new) 1.1 +111 -0 src/contrib/binutils/ltsugar.m4 (new) 1.1 +23 -0 src/contrib/binutils/ltversion.m4 (new) 1.2 +0 -2992 src/contrib/binutils/md5.sum (dead) 1.2 +255 -29 src/contrib/binutils/missing 1.2 +145 -23 src/contrib/binutils/mkinstalldirs 1.2 +17 -27 src/contrib/binutils/move-if-change 1.2 +461 -2622 src/contrib/binutils/opcodes/ChangeLog 1.1 +837 -0 src/contrib/binutils/opcodes/ChangeLog-2006 (new) 1.2 +1096 -104 src/contrib/binutils/opcodes/Makefile.am 1.2 +1688 -344 src/contrib/binutils/opcodes/Makefile.in 1.2 +0 -1 src/contrib/binutils/opcodes/acinclude.m4 (dead) 1.2 +883 -1 src/contrib/binutils/opcodes/aclocal.m4 1.2 +37 -26 src/contrib/binutils/opcodes/alpha-dis.c 1.2 +314 -240 src/contrib/binutils/opcodes/alpha-opc.c 1.2 +1173 -208 src/contrib/binutils/opcodes/arc-dis.c 1.2 +1 -1 src/contrib/binutils/opcodes/arc-dis.h 1.2 +47 -45 src/contrib/binutils/opcodes/arc-ext.c 1.2 +8 -8 src/contrib/binutils/opcodes/arc-ext.h 1.2 +1250 -617 src/contrib/binutils/opcodes/arc-opc.c 1.2 +3947 -775 src/contrib/binutils/opcodes/arm-dis.c 1.2 +0 -284 src/contrib/binutils/opcodes/arm-opc.h (dead) 1.2 +221 -148 src/contrib/binutils/opcodes/cgen-asm.c 1.2 +181 -78 src/contrib/binutils/opcodes/cgen-asm.in 1.2 +199 -120 src/contrib/binutils/opcodes/cgen-dis.c 1.2 +174 -123 src/contrib/binutils/opcodes/cgen-dis.in 1.2 +144 -121 src/contrib/binutils/opcodes/cgen-ibld.in 1.2 +416 -107 src/contrib/binutils/opcodes/cgen-opc.c 1.2 +20 -9 src/contrib/binutils/opcodes/cgen.sh 1.2 +62 -5 src/contrib/binutils/opcodes/config.in 1.2 +13474 -1244 src/contrib/binutils/opcodes/configure 1.2 +166 -115 src/contrib/binutils/opcodes/configure.in 1.1 +820 -0 src/contrib/binutils/opcodes/cr16-dis.c (new) 1.1 +611 -0 src/contrib/binutils/opcodes/cr16-opc.c (new) 1.2 +5 -0 src/contrib/binutils/opcodes/dep-in.sed 1.2 +66 -34 src/contrib/binutils/opcodes/dis-buf.c 1.2 +2 -2 src/contrib/binutils/opcodes/dis-init.c 1.2 +355 -31 src/contrib/binutils/opcodes/disassemble.c 1.2 +6065 -1838 src/contrib/binutils/opcodes/i386-dis.c 1.1 +394 -0 src/contrib/binutils/opcodes/i386-gen.c (new) 1.1 +32 -0 src/contrib/binutils/opcodes/i386-opc.c (new) 1.1 +239 -0 src/contrib/binutils/opcodes/i386-opc.h (new) 1.1 +1489 -0 src/contrib/binutils/opcodes/i386-opc.tbl (new) 1.1 +182 -0 src/contrib/binutils/opcodes/i386-reg.tbl (new) 1.1 +4468 -0 src/contrib/binutils/opcodes/i386-tbl.h (new) 1.2 +7667 -6329 src/contrib/binutils/opcodes/ia64-asmtab.c 1.2 +2 -2 src/contrib/binutils/opcodes/ia64-asmtab.h 1.2 +10 -10 src/contrib/binutils/opcodes/ia64-dis.c 1.2 +710 -634 src/contrib/binutils/opcodes/ia64-gen.c 1.2 +30 -11 src/contrib/binutils/opcodes/ia64-ic.tbl 1.2 +292 -285 src/contrib/binutils/opcodes/ia64-opc-a.c 1.2 +268 -245 src/contrib/binutils/opcodes/ia64-opc-b.c 1.2 +31 -11 src/contrib/binutils/opcodes/ia64-opc-d.c 1.2 +535 -525 src/contrib/binutils/opcodes/ia64-opc-f.c 1.2 +126 -84 src/contrib/binutils/opcodes/ia64-opc-i.c 1.2 +513 -455 src/contrib/binutils/opcodes/ia64-opc-m.c 1.2 +52 -42 src/contrib/binutils/opcodes/ia64-opc-x.c 1.2 +40 -58 src/contrib/binutils/opcodes/ia64-opc.c 1.2 +6 -3 src/contrib/binutils/opcodes/ia64-opc.h 1.2 +74 -52 src/contrib/binutils/opcodes/ia64-raw.tbl 1.2 +10 -1 src/contrib/binutils/opcodes/ia64-waw.tbl 1.1 +1398 -0 src/contrib/binutils/opcodes/mep-asm.c (new) 1.1 +2729 -0 src/contrib/binutils/opcodes/mep-desc.c (new) 1.1 +342 -0 src/contrib/binutils/opcodes/mep-desc.h (new) 1.1 +1205 -0 src/contrib/binutils/opcodes/mep-dis.c (new) 1.1 +2541 -0 src/contrib/binutils/opcodes/mep-ibld.c (new) 1.1 +2274 -0 src/contrib/binutils/opcodes/mep-opc.c (new) 1.1 +294 -0 src/contrib/binutils/opcodes/mep-opc.h (new) 1.3 +92 -23 src/contrib/binutils/opcodes/mips-dis.c 1.3 +383 -102 src/contrib/binutils/opcodes/mips-opc.c 1.3 +137 -133 src/contrib/binutils/opcodes/mips16-opc.c 1.2 +21 -9 src/contrib/binutils/opcodes/opintl.h 1.2 +19 -14 src/contrib/binutils/opcodes/po/Make-in 1.2 +117 -2 src/contrib/binutils/opcodes/po/POTFILES.in 1.2 +812 -95 src/contrib/binutils/opcodes/po/opcodes.pot 1.3 +99 -46 src/contrib/binutils/opcodes/ppc-dis.c 1.2 +2817 -1206 src/contrib/binutils/opcodes/ppc-opc.c 1.2 +14 -19 src/contrib/binutils/opcodes/s390-dis.c 1.2 +74 -28 src/contrib/binutils/opcodes/s390-mkopc.c 1.2 +104 -41 src/contrib/binutils/opcodes/s390-opc.c 1.2 +928 -623 src/contrib/binutils/opcodes/s390-opc.txt 1.1 +504 -0 src/contrib/binutils/opcodes/score-dis.c (new) 1.1 +487 -0 src/contrib/binutils/opcodes/score-opc.h (new) 1.2 +815 -178 src/contrib/binutils/opcodes/sh-dis.c 1.2 +991 -286 src/contrib/binutils/opcodes/sh-opc.h 1.2 +416 -364 src/contrib/binutils/opcodes/sparc-dis.c 1.2 +331 -241 src/contrib/binutils/opcodes/sparc-opc.c 1.1 +260 -0 src/contrib/binutils/opcodes/spu-dis.c (new) 1.1 +44 -0 src/contrib/binutils/opcodes/spu-opc.c (new) 1.2 +17 -16 src/contrib/binutils/opcodes/sysdep.h 1.2 +34 -2 src/contrib/binutils/symlink-tree 1.2 +173 -57 src/contrib/binutils/ylwrap 1.2 +10 -8 src/contrib/gdb/gdb/dsrec.c 1.2 +2 -2 src/contrib/gdb/gdb/dwarf2-frame.c 1.3 +12 -12 src/contrib/gdb/gdb/dwarf2read.c 1.2 +351 -403 src/contrib/gdb/gdb/elfread.c 1.2 +216 -212 src/contrib/gdb/gdb/gcore.c 1.2 +102 -135 src/contrib/gdb/gdb/mipsread.c 1.4 +1 -1 src/contrib/gdb/gdb/remote-e7000.c 1.7 +1 -1 src/contrib/gdb/gdb/remote.c 1.6 +9 -9 src/contrib/gdb/gdb/symfile.c 1.2 +1251 -1220 src/contrib/gdb/gdb/tracepoint.c 1.3 +0 -4 src/gnu/lib/libg2c/MAIN.c (dead) 1.19 +0 -117 src/gnu/lib/libg2c/Makefile (dead) 1.4 +0 -173 src/gnu/lib/libg2c/config.h (dead) 1.3 +0 -236 src/gnu/lib/libg2c/g2c.h (dead) 1.5 +0 -22 src/gnu/lib/libiberty/Makefile (dead) 1.2 +0 -255 src/gnu/lib/libiberty/config.h (dead) 1.46 +4 -2 src/gnu/usr.bin/binutils/Makefile.inc0 1.12 +0 -1 src/gnu/usr.bin/binutils/addr2line/Makefile 1.1 +266 -0 src/gnu/usr.bin/binutils/addr2line/addr2line.1 (new) 1.1 +391 -0 src/gnu/usr.bin/binutils/ar/ar.1 (new) 1.23 +33 -12 src/gnu/usr.bin/binutils/as/Makefile 1.1 +1135 -0 src/gnu/usr.bin/binutils/as/as.1 (new) 1.2 +151 -184 src/gnu/usr.bin/binutils/as/config.h 1.2 +0 -4656 src/gnu/usr.bin/binutils/as/tc-sparc-fixed.c (dead) 1.23 +5 -5 src/gnu/usr.bin/binutils/doc/Makefile 1.2 +36 -16 src/gnu/usr.bin/binutils/doc/asconfig.texi 1.33 +17 -7 src/gnu/usr.bin/binutils/ld/Makefile 1.17 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.powerpc 1.2 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.powerpc64 1.2 +0 -7 src/gnu/usr.bin/binutils/ld/armelf_fbsd.sh 1.2 +0 -12 src/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh 1.9 +96 -135 src/gnu/usr.bin/binutils/ld/config.h 1.11 +30 -5 src/gnu/usr.bin/binutils/ld/genscripts.sh 1.1 +2156 -0 src/gnu/usr.bin/binutils/ld/ld.1 (new) 1.37 +41 -8 src/gnu/usr.bin/binutils/libbfd/Makefile 1.8 +10 -13 src/gnu/usr.bin/binutils/libbfd/Makefile.amd64 1.10 +1 -25 src/gnu/usr.bin/binutils/libbfd/Makefile.arm 1.10 +9 -7 src/gnu/usr.bin/binutils/libbfd/Makefile.ia64 1.12 +4 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.sparc64 1.7 +1213 -215 src/gnu/usr.bin/binutils/libbfd/bfd.h 1.7 +206 -200 src/gnu/usr.bin/binutils/libbfd/config.h.fbsd 1.2 +2 -23 src/gnu/usr.bin/binutils/libbfd/elf-fbsd-brand.c 1.23 +18 -5 src/gnu/usr.bin/binutils/libbinutils/Makefile 1.13 +148 -143 src/gnu/usr.bin/binutils/libbinutils/config.h 1.25 +27 -6 src/gnu/usr.bin/binutils/libiberty/Makefile 1.10 +83 -21 src/gnu/usr.bin/binutils/libiberty/config.h 1.11 +1 -1 src/gnu/usr.bin/binutils/libopcodes/Makefile 1.9 +44 -109 src/gnu/usr.bin/binutils/libopcodes/config.h 1.14 +0 -1 src/gnu/usr.bin/binutils/nm/Makefile 1.1 +450 -0 src/gnu/usr.bin/binutils/nm/nm.1 (new) 1.13 +0 -1 src/gnu/usr.bin/binutils/objcopy/Makefile 1.1 +858 -0 src/gnu/usr.bin/binutils/objcopy/objcopy.1 (new) 1.16 +0 -1 src/gnu/usr.bin/binutils/objdump/Makefile 1.1 +636 -0 src/gnu/usr.bin/binutils/objdump/objdump.1 (new) 1.1 +189 -0 src/gnu/usr.bin/binutils/ranlib/ranlib.1 (new) 1.11 +0 -1 src/gnu/usr.bin/binutils/readelf/Makefile 1.1 +377 -0 src/gnu/usr.bin/binutils/readelf/readelf.1 (new) 1.13 +0 -1 src/gnu/usr.bin/binutils/size/Makefile 1.1 +263 -0 src/gnu/usr.bin/binutils/size/size.1 (new) 1.13 +0 -1 src/gnu/usr.bin/binutils/strings/Makefile 1.1 +254 -0 src/gnu/usr.bin/binutils/strings/strings.1 (new) 1.18 +0 -1 src/gnu/usr.bin/binutils/strip/Makefile 1.1 +392 -0 src/gnu/usr.bin/binutils/strip/strip.1 (new) 1.22 +5 -7 src/gnu/usr.bin/cc/cc_tools/auto-host.h 1.19 +1 -1 src/gnu/usr.bin/gdb/Makefile.inc 1.21 +6 -2 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c 1.2 +1 -1 src/sys/boot/i386/efi/ldscript.amd64 1.10 +6 -6 src/sys/boot/ia64/efi/ldscript.ia64 1.4 +6 -6 src/sys/boot/ia64/ski/ldscript.ia64 1.3 +1 -0 src/sys/boot/powerpc/boot1.chrp/boot1.c 1.11 +1 -0 src/sys/boot/powerpc/ofw/start.c 1.10 +83 -36 src/sys/conf/ldscript.amd64 1.10 +141 -76 src/sys/conf/ldscript.i386 1.13 +1 -1 src/sys/conf/ldscript.ia64 1.6 +2 -2 src/sys/conf/ldscript.sparc64 1.475 +1 -1 src/sys/sys/param.h 1.16 +2 -2 src/usr.sbin/ndiscvt/ndiscvt.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:43:21 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D98E51065673 for ; Sat, 19 Feb 2011 09:43:21 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A97A98FC08 for ; Sat, 19 Feb 2011 09:43:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9hLPK066853 for ; Sat, 19 Feb 2011 09:43:21 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9hLJd066852 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:43:21 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201102190943.p1J9hLJd066852@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 18 Feb 2011 21:44:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/rs6000 freebsd.h src/lib/csu/powerpc64 crti.S src/lib/libc/gen _thread_init.c src/lib/libc/powerpc64 SYS.h src/lib/libc/powerpc64/gen _ctx_start.S src/lib/libc/powerpc64/sys brk.S cerror.S exect.S pipe.S ptrace.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: Sat, 19 Feb 2011 09:43:21 -0000 nwhitehorn 2011-02-18 21:44:53 UTC FreeBSD src repository Modified files: contrib/gcc/config/rs6000 freebsd.h lib/csu/powerpc64 crti.S lib/libc/gen _thread_init.c lib/libc/powerpc64 SYS.h lib/libc/powerpc64/gen _ctx_start.S lib/libc/powerpc64/sys brk.S cerror.S exect.S pipe.S ptrace.S sbrk.S libexec/rtld-elf/powerpc64 rtld_start.S sys/conf kern.mk sys/powerpc/aim locore64.S swtch64.S trap_subr64.S sys/powerpc/include asm.h profile.h sys/sys cdefs.h Log: SVN rev 218824 on 2011-02-18 21:44:53Z by nwhitehorn Turn off default generation of userland dot symbols on powerpc64 now that we have a binutils that supports it. Kernel dot symbols remain on to assist DDB. Revision Changes Path 1.7 +8 -1 src/contrib/gcc/config/rs6000/freebsd.h 1.4 +6 -8 src/lib/csu/powerpc64/crti.S 1.8 +1 -1 src/lib/libc/gen/_thread_init.c 1.2 +3 -13 src/lib/libc/powerpc64/SYS.h 1.3 +3 -2 src/lib/libc/powerpc64/gen/_ctx_start.S 1.4 +1 -1 src/lib/libc/powerpc64/sys/brk.S 1.4 +1 -1 src/lib/libc/powerpc64/sys/cerror.S 1.3 +1 -1 src/lib/libc/powerpc64/sys/exect.S 1.3 +1 -1 src/lib/libc/powerpc64/sys/pipe.S 1.4 +2 -2 src/lib/libc/powerpc64/sys/ptrace.S 1.4 +1 -1 src/lib/libc/powerpc64/sys/sbrk.S 1.4 +3 -3 src/libexec/rtld-elf/powerpc64/rtld_start.S 1.70 +7 -0 src/sys/conf/kern.mk 1.2 +4 -4 src/sys/powerpc/aim/locore64.S 1.5 +7 -7 src/sys/powerpc/aim/swtch64.S 1.4 +7 -7 src/sys/powerpc/aim/trap_subr64.S 1.15 +3 -8 src/sys/powerpc/include/asm.h 1.10 +6 -7 src/sys/powerpc/include/profile.h 1.114 +0 -11 src/sys/sys/cdefs.h From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:43:30 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2039B10656A3 for ; Sat, 19 Feb 2011 09:43:30 +0000 (UTC) (envelope-from mdf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DDBA8FC0C for ; Sat, 19 Feb 2011 09:43:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9hTLP066892 for ; Sat, 19 Feb 2011 09:43:29 GMT (envelope-from mdf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9hTvk066891 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:43:29 GMT (envelope-from mdf@repoman.freebsd.org) Message-Id: <201102190943.p1J9hTvk066891@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mdf@repoman.freebsd.org using -f From: Matthew D Fleming Date: Fri, 18 Feb 2011 22:25:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_command.c src/sys/gdb gdb_main.c gdb_packet.c src/sys/kern subr_kdb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 09:43:30 -0000 mdf 2011-02-18 22:25:11 UTC FreeBSD src repository Modified files: sys/ddb db_command.c sys/gdb gdb_main.c gdb_packet.c sys/kern subr_kdb.c Log: SVN rev 218825 on 2011-02-18 22:25:11Z by mdf Modify kdb_trap() so that it re-calls the dbbe_trap function as long as the debugger back-end has changed. This means that switching from ddb to gdb no longer requires a "step" which can be dangerous on an already-crashed kernel. Also add a capability to get from the gdb back-end back to ddb, by typing ^C in the console window. While here, simplify kdb_sysctl_available() by using sbuf_new_for_sysctl(), and use strlcpy() instead of strncpy() since the strlcpy semantic is desired. MFC after: 1 month Revision Changes Path 1.84 +9 -3 src/sys/ddb/db_command.c 1.9 +11 -0 src/sys/gdb/gdb_main.c 1.5 +12 -0 src/sys/gdb/gdb_packet.c 1.33 +23 -29 src/sys/kern/subr_kdb.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:43:35 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C100F106564A for ; Sat, 19 Feb 2011 09:43:35 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 952B98FC13 for ; Sat, 19 Feb 2011 09:43:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9hZCA066910 for ; Sat, 19 Feb 2011 09:43:35 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9hZWx066909 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:43:35 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190943.p1J9hZWx066909@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 22:58:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:43:35 -0000 yongari 2011-02-18 22:58:46 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218826 on 2011-02-18 22:58:46Z by yongari Make sure to clear status word of TX descriptor in dc_list_tx_init(). Do not update if_opackets if the transmission had failed. Revision Changes Path 1.211 +5 -5 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:43:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 719EF106564A for ; Sat, 19 Feb 2011 09:43:41 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45D5A8FC16 for ; Sat, 19 Feb 2011 09:43:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9hfbv066928 for ; Sat, 19 Feb 2011 09:43:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9hfX5066927 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:43:41 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190943.p1J9hfX5066927@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 23:08:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:43:41 -0000 yongari 2011-02-18 23:08:05 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218827 on 2011-02-18 23:08:05Z by yongari There is no need to execute filter configuration when driver is not running. Remove wrong driver state change in dc_setfilt_xircom(). While I'm here nuke unnecessary assignments. Revision Changes Path 1.212 +2 -4 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:43:47 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FC12106564A for ; Sat, 19 Feb 2011 09:43:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4414C8FC17 for ; Sat, 19 Feb 2011 09:43:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9hlDU066946 for ; Sat, 19 Feb 2011 09:43:47 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9hlI4066945 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:43:47 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190943.p1J9hlI4066945@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 18 Feb 2011 23:18:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:43:47 -0000 yongari 2011-02-18 23:18:08 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218828 on 2011-02-18 23:18:08Z by yongari Fix a long standing bug where driver handed over RX descriptor ownership to controller before completion of access to the descriptor. Driver is faking up status word so it should not give ownership to controller until it completes RX processing. Revision Changes Path 1.213 +0 -1 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:43:58 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF8E21065672 for ; Sat, 19 Feb 2011 09:43:58 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3088FC1A for ; Sat, 19 Feb 2011 09:43:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9hwTt066969 for ; Sat, 19 Feb 2011 09:43:58 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9hwpp066968 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:43:58 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190943.p1J9hwpp066968@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 19 Feb 2011 00:00:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:43:58 -0000 yongari 2011-02-19 00:00:32 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218830 on 2011-02-19 00:00:32Z by yongari Send frames only when there is a valid link and driver is running as well as controller has enough free TX descriptors. Remove check for number of queued frames before attempting to transmit. I guess it was added to allow draining queued frames even if there is no link. I'm under the impression this type of check should be done in upper layer. No other drivers in tree do that. Revision Changes Path 1.214 +2 -4 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55BFD1065673 for ; Sat, 19 Feb 2011 09:44:04 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 444568FC08 for ; Sat, 19 Feb 2011 09:44:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9i492067003 for ; Sat, 19 Feb 2011 09:44:04 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9i486067002 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:04 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190944.p1J9i486067002@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 19 Feb 2011 01:37:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:44:04 -0000 yongari 2011-02-19 01:37:28 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218831 on 2011-02-19 01:37:28Z by yongari Rearrange interrupt handler a bit and remove forever loop. Previously dc(4) always checked whether there is pending interrupts and this consumed a lot of CPU cycles in interrupt handler. Limit the number of processing for TX/RX frames to 16. Also allow sending frames in the loop not to starve TX under high RX load. Reading DC_ISR register should be protected with driver lock, otherwise interrupt handler could be run(e.g. link state change) before the completion of dc_init_locked(). While I'm here remove unneeded code. Revision Changes Path 1.215 +20 -22 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:10 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3C4D106566B for ; Sat, 19 Feb 2011 09:44:10 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B82108FC0C for ; Sat, 19 Feb 2011 09:44:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9iAs6067024 for ; Sat, 19 Feb 2011 09:44:10 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9iABA067023 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:10 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190944.p1J9iABA067023@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 19 Feb 2011 02:47:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.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, 19 Feb 2011 09:44:11 -0000 yongari 2011-02-19 02:47:10 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 218832 on 2011-02-19 02:47:10Z by yongari Split common TX/RX descriptor DMA tag to TX and RX DMA tags respectively and fix all bus_dma(9) issues seen when bounce buffers are used. o Setup frame handling had no bus_dmamap_sync(9) which prevented driver from configuring RX filter. Add missing bus_dmamap_sync(9) in both dc_setfilt_21143()/dc_setfilt_xircom() and dc_txeof(). o Use bus_addr_t for DMA segment instead of using u_int32_t. o Introduce dc_dma_alloc()/dc_dma_free() functions to allocate/free DMA'able memory. o Create two DMA descriptor list for each TX/RX lists. This change will minimize the size of bounce buffers that would be used in each TX/RX path. Previously driver had to copy both TX/RX lists when bounce buffer is active. o 21143 data sheet says descriptor list requires 4 bytes alignment. Remove PAGE_SIZE alignment restriction and use sizeof(struct dc_dec). o Setup frame requires 4 bytes alignment. Remove PAGE_SIZE alignment restriction and use sizeof(struct dc_dec). o Add missing DMA map unload for both setup frame and TX/RX descriptor list. o Overhaul RX handling logic such that make driver always allocate new RX buffer with dc_newbuf(). Previously driver allowed to copy received frame with m_devget(9) after passing the descriptor ownership to controller. This can lead to passing wrong frame to upper stack. o Introduce dc_discard_rxbuf() which will discard received frame and reuse loaded DMA map and RX mbuf. o Correct several wrong bus_dmamap_sync(9) usage in dc_rxeof and dc_txeof. The TX/RX descriptor lists are updated by both driver and HW so READ/WRITE semantics should be used. o If driver failed to allocate new RX buffer, update if_iqdrops counter instead of if_ierrors since driver received the frame without errors. o Make sure to unload loaded setup frame DMA map in dc_txeof and clear the mark of setup frame of the TX descriptor in dc_txeof(). o Add check for possible TX descriptor overruns in dc_encap() and move check for free buffer to caller, dc_start_locked(). o Swap the loaded DMA map and the last DMA map for multi-segmented frames. Since dc_txeof() assumes the last descriptor of the frame has the DMA map, driver should swap the first and the last DMA map in dc_encap(). Previously driver tried to unload not-yet-loaded DMA map such that the loaded DMA map was not unloaded at all for multi-segmented frames. o Rewrite DC_RXDESC/DC_TXDESC macro to simpler one. o Remove definition of ETHER_ALIGN, it's already defined in ethernet.h. With this changes, dc(4) works with bounce buffers and it shall also fix issues which might have shown in PAE environments. Tested by: marius Revision Changes Path 1.216 +404 -262 src/sys/dev/dc/if_dc.c 1.64 +24 -13 src/sys/dev/dc/if_dcreg.h From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:16 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70BC2106566C for ; Sat, 19 Feb 2011 09:44:16 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4547C8FC13 for ; Sat, 19 Feb 2011 09:44:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9iGO7067042 for ; Sat, 19 Feb 2011 09:44:16 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9iG0t067041 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:16 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190944.p1J9iG0t067041@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 19 Feb 2011 03:01:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:44:16 -0000 yongari 2011-02-19 03:01:24 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218833 on 2011-02-19 03:01:24Z by yongari Count how many frames driver lost in interrupt handler. This register is cleared on read so make sure to clear it in driver initialization phase. Revision Changes Path 1.217 +6 -1 src/sys/dev/dc/if_dc.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:22 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74095106566C for ; Sat, 19 Feb 2011 09:44:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4849F8FC14 for ; Sat, 19 Feb 2011 09:44:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9iM94067065 for ; Sat, 19 Feb 2011 09:44:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9iMN7067064 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:22 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190944.p1J9iMN7067064@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 19 Feb 2011 03:23:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.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, 19 Feb 2011 09:44:22 -0000 yongari 2011-02-19 03:23:19 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 218834 on 2011-02-19 03:23:19Z by yongari Consistently use a tab character instead of space after #define. No functional changes. Revision Changes Path 1.218 +13 -13 src/sys/dev/dc/if_dc.c 1.65 +573 -573 src/sys/dev/dc/if_dcreg.h From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:28 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A8C6106566B for ; Sat, 19 Feb 2011 09:44:28 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EDCA8FC13 for ; Sat, 19 Feb 2011 09:44:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9iStL067086 for ; Sat, 19 Feb 2011 09:44:28 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9iS15067085 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:28 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201102190944.p1J9iS15067085@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 19 Feb 2011 03:32:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.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, 19 Feb 2011 09:44:28 -0000 yongari 2011-02-19 03:32:10 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 218835 on 2011-02-19 03:32:10Z by yongari s/u_intXX_t/uintXX_t/g Revision Changes Path 1.219 +41 -41 src/sys/dev/dc/if_dc.c 1.66 +52 -52 src/sys/dev/dc/if_dcreg.h From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:45 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3FED106564A for ; Sat, 19 Feb 2011 09:44:45 +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 B0FC48FC13 for ; Sat, 19 Feb 2011 09:44:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9ijbr067137 for ; Sat, 19 Feb 2011 09:44:45 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9ij19067136 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:45 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102190944.p1J9ij19067136@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 19 Feb 2011 07:39:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/ia32 ia32_signal.c src/sys/i386/i386 machdep.c src/sys/kern kern_context.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:44:45 -0000 kib 2011-02-19 07:39:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/amd64 machdep.c sys/amd64/ia32 ia32_signal.c sys/i386/i386 machdep.c sys/kern kern_context.c Log: SVN rev 218836 on 2011-02-19 07:39:14Z by kib MFC r218327: Clear the padding when returning context to the usermode. Revision Changes Path 1.707.2.16 +5 -0 src/sys/amd64/amd64/machdep.c 1.23.2.10 +11 -0 src/sys/amd64/ia32/ia32_signal.c 1.688.2.19 +17 -1 src/sys/i386/i386/machdep.c 1.9.10.3 +2 -0 src/sys/kern/kern_context.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:51 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAA51065670 for ; Sat, 19 Feb 2011 09:44:51 +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 521A18FC08 for ; Sat, 19 Feb 2011 09:44:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9ip3e067156 for ; Sat, 19 Feb 2011 09:44:51 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9ipMk067155 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:51 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102190944.p1J9ipMk067155@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 19 Feb 2011 07:45:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 09:44:51 -0000 kib 2011-02-19 07:45:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/i386/i386 machdep.c Log: SVN rev 218837 on 2011-02-19 07:45:17Z by kib MFC r218329: Fix kernel linkage without device npx. Revision Changes Path 1.688.2.20 +6 -0 src/sys/i386/i386/machdep.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:44:57 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75BB9106566C for ; Sat, 19 Feb 2011 09:44:57 +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 49E9B8FC1B for ; Sat, 19 Feb 2011 09:44:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9ivHe067174 for ; Sat, 19 Feb 2011 09:44:57 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9ivkT067173 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:44:57 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201102190944.p1J9ivkT067173@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 19 Feb 2011 07:47:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_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: Sat, 19 Feb 2011 09:44:57 -0000 kib 2011-02-19 07:47:25 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: SVN rev 218838 on 2011-02-19 07:47:25Z by kib v_mountedhere is a member of the union. Check that the vnodes have proper type before using the member. Reported and tested by: Michael Butler Revision Changes Path 1.327 +3 -1 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:45:03 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C82C106566B for ; Sat, 19 Feb 2011 09:45:03 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAA78FC0A for ; Sat, 19 Feb 2011 09:45:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9j31Q067198 for ; Sat, 19 Feb 2011 09:45:03 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9j3P8067197 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:45:03 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102190945.p1J9j3P8067197@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sat, 19 Feb 2011 09:08:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:45:03 -0000 brucec 2011-02-19 09:08:13 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: SVN rev 218839 on 2011-02-19 09:08:13Z by brucec In the distribution list, 'A' is listed as the key to press to select both 'All' and 'Minimal'. Update the keys for Minimal and Custom to avoid the conflict. PR: bin/153809 Submitted by: Janne Snabb MFC after: 3 days Revision Changes Path 1.461 +2 -2 src/usr.sbin/sysinstall/menus.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:45:09 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D08106564A for ; Sat, 19 Feb 2011 09:45:09 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E54F8FC08 for ; Sat, 19 Feb 2011 09:45:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9j9nP067237 for ; Sat, 19 Feb 2011 09:45:09 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9j9hj067236 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:45:09 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102190945.p1J9j9hj067236@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sat, 19 Feb 2011 09:24:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:45:09 -0000 brucec 2011-02-19 09:24:24 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: SVN rev 218840 on 2011-02-19 09:24:24Z by brucec Remove the quotas option from the Startup Services menu. GENERIC has no support for quotas so this option has no effect. PR: bin/123237 Submitted by: Lawrence Mayer MFC after: 3 days Revision Changes Path 1.462 +0 -2 src/usr.sbin/sysinstall/menus.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 09:45:15 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703E3106564A for ; Sat, 19 Feb 2011 09:45:15 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4489F8FC16 for ; Sat, 19 Feb 2011 09:45:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1J9jFim067255 for ; Sat, 19 Feb 2011 09:45:15 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1J9jF39067254 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 09:45:15 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102190945.p1J9jF39067254@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sat, 19 Feb 2011 09:33:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 09:45:15 -0000 brucec 2011-02-19 09:33:53 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall label.c Log: SVN rev 218841 on 2011-02-19 09:33:53Z by brucec Allow users to create ufs1 filesystems via the noninteractive install.cfg system. PR: bin/113979 MFC after: 3 days Revision Changes Path 1.163 +2 -0 src/usr.sbin/sysinstall/label.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 10:32:25 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048F01065702 for ; Sat, 19 Feb 2011 10:32:25 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCF598FC17 for ; Sat, 19 Feb 2011 10:32:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JAWOpw081395 for ; Sat, 19 Feb 2011 10:32:24 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JAWOYW081394 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 10:32:24 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201102191032.p1JAWOYW081394@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sat, 19 Feb 2011 10:32:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/boot2 boot2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 10:32:25 -0000 nyan 2011-02-19 10:32:12 UTC FreeBSD src repository Modified files: sys/boot/pc98/boot2 boot2.c Log: SVN rev 218842 on 2011-02-19 10:32:12Z by nyan MFi386: revision 218745 Remove reading of symbols from a.out loaded files. Revision Changes Path 1.6 +1 -18 src/sys/boot/pc98/boot2/boot2.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 10:36:30 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A9BD106566B for ; Sat, 19 Feb 2011 10:36:30 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC948FC08 for ; Sat, 19 Feb 2011 10:36:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JAaUJ6082748 for ; Sat, 19 Feb 2011 10:36:30 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JAaU3C082747 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 10:36:30 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201102191036.p1JAaU3C082747@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sat, 19 Feb 2011 10:36:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 10:36:30 -0000 nyan 2011-02-19 10:36:05 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: SVN rev 218843 on 2011-02-19 10:36:05Z by nyan MFi386: revision 218744 To avoid excessive code duplication create wrapper for fill regs from stack frame. Revision Changes Path 1.440 +7 -1 src/sys/pc98/pc98/machdep.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 11:06:21 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A35A510656A5 for ; Sat, 19 Feb 2011 11:06:21 +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 6DA948FC23 for ; Sat, 19 Feb 2011 11:06:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JB6Lva085890 for ; Sat, 19 Feb 2011 11:06:21 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JB6Lk1085889 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 11:06:21 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102191106.p1JB6Lk1085889@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 19 Feb 2011 11:06:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/termcap termcap.src X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 11:06:21 -0000 ed 2011-02-19 11:06:00 UTC FreeBSD src repository Modified files: share/termcap termcap.src Log: SVN rev 218844 on 2011-02-19 11:06:00Z by ed Improve 256 color support. - Add screen-256color, - Improve rxvt-256color to set pa and op properly. - Add rxvt-unicode-256color as an alias to rxvt-256color. PR: conf/152713, conf/153164 Submitted by: Alexander Verbod and Frédéric Perrin MFC after: 2 weeks Revision Changes Path 1.161 +8 -1 src/share/termcap/termcap.src From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 11:09:57 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FDB210656CA for ; Sat, 19 Feb 2011 11:09:57 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 458E38FC08 for ; Sat, 19 Feb 2011 11:09:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JB9vh8086101 for ; Sat, 19 Feb 2011 11:09:57 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JB9vPC086100 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 11:09:57 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201102191109.p1JB9vPC086100@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sat, 19 Feb 2011 11:09:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/part g_part_pc98.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 11:09:57 -0000 nyan 2011-02-19 11:09:38 UTC FreeBSD src repository Modified files: sys/geom/part g_part_pc98.c Log: SVN rev 218845 on 2011-02-19 11:09:38Z by nyan Add support to set a slice name. Revision Changes Path 1.16 +37 -11 src/sys/geom/part/g_part_pc98.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 11:32:03 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BE1410657C5 for ; Sat, 19 Feb 2011 11:32:03 +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 89E6C8FC08 for ; Sat, 19 Feb 2011 11:32:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JBW3UN087752 for ; Sat, 19 Feb 2011 11:32:03 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JBW3LG087751 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 11:32:03 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102191132.p1JBW3LG087751@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 19 Feb 2011 11:31:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getutxent.3 getutxent.c pututxline.c utxdb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 11:32:03 -0000 ed 2011-02-19 11:31:56 UTC FreeBSD src repository Modified files: lib/libc/gen getutxent.3 getutxent.c pututxline.c utxdb.c Log: SVN rev 218846 on 2011-02-19 11:31:56Z by ed Properly styleify utmpx code and document error codes in man page. Submitted by: Garrett Cooper Revision Changes Path 1.11 +22 -5 src/lib/libc/gen/getutxent.3 1.4 +10 -8 src/lib/libc/gen/getutxent.c 1.8 +74 -41 src/lib/libc/gen/pututxline.c 1.5 +1 -2 src/lib/libc/gen/utxdb.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 11:46:19 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D44B106566B for ; Sat, 19 Feb 2011 11:46:19 +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 6AC488FC14 for ; Sat, 19 Feb 2011 11:46:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JBkJE6088851 for ; Sat, 19 Feb 2011 11:46:19 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JBkJS2088850 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 11:46:19 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102191146.p1JBkJS2088850@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 19 Feb 2011 11:44:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getutxent.3 src/usr.sbin Makefile src/usr.sbin/utxrm Makefile utxrm.8 utxrm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 11:46:19 -0000 ed 2011-02-19 11:44:04 UTC FreeBSD src repository Modified files: lib/libc/gen getutxent.3 usr.sbin Makefile Added files: usr.sbin/utxrm Makefile utxrm.8 utxrm.c Log: SVN rev 218847 on 2011-02-19 11:44:04Z by ed Add a utility, utxrm(8). Most of the ports I broke when I imported utmpx, were simple management utilities for the utmp database, allowing you to add/remove entries manually. Add a small tool called utxrm(8), which allows you to remove an entry from the utmpx database by hand. This is useful when a login daemon crashes or fails to remove the entry during shutdown. Revision Changes Path 1.12 +3 -2 src/lib/libc/gen/getutxent.3 1.436 +1 -0 src/usr.sbin/Makefile 1.1 +6 -0 src/usr.sbin/utxrm/Makefile (new) 1.1 +72 -0 src/usr.sbin/utxrm/utxrm.8 (new) 1.1 +84 -0 src/usr.sbin/utxrm/utxrm.c (new) From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 11:46:25 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79B73106566C for ; Sat, 19 Feb 2011 11:46:25 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD7A8FC0C for ; Sat, 19 Feb 2011 11:46:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JBkPFK088871 for ; Sat, 19 Feb 2011 11:46:25 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JBkPAp088870 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 11:46:25 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201102191146.p1JBkPAp088870@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sat, 19 Feb 2011 11:44:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 11:46:25 -0000 nyan 2011-02-19 11:44:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/pc98/pc98 machdep.c Log: SVN rev 218848 on 2011-02-19 11:44:46Z by nyan MFC: revision 218390 Clear the padding when returning context to the usermode. Revision Changes Path 1.412.2.15 +17 -1 src/sys/pc98/pc98/machdep.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 11:48:01 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 750CC10657C2 for ; Sat, 19 Feb 2011 11:48:01 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 494308FC0C for ; Sat, 19 Feb 2011 11:48:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JBm1th088976 for ; Sat, 19 Feb 2011 11:48:01 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JBm1PP088975 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 11:48:01 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201102191148.p1JBm1PP088975@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sat, 19 Feb 2011 11:47:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 11:48:01 -0000 nyan 2011-02-19 11:47:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/pc98/pc98 machdep.c Log: SVN rev 218849 on 2011-02-19 11:47:48Z by nyan MFC: revision 218391 Fix linking of the kernel without device npx. Revision Changes Path 1.412.2.16 +6 -0 src/sys/pc98/pc98/machdep.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 13:22:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF7E01065705 for ; Sat, 19 Feb 2011 13:22:37 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3B058FC08 for ; Sat, 19 Feb 2011 13:22:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JDMbjI009593 for ; Sat, 19 Feb 2011 13:22:37 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JDMbYY009592 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 13:22:37 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201102191322.p1JDMbYY009592@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 19 Feb 2011 13:22:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh/execution fork1.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 13:22:38 -0000 jilles 2011-02-19 13:22:18 UTC FreeBSD src repository Modified files: tools/regression/bin/sh/execution fork1.0 Log: SVN rev 218850 on 2011-02-19 13:22:18Z by jilles sh: Make execution/fork1.0 work even if the basename of ${SH} is not "sh". Revision Changes Path 1.3 +4 -1 src/tools/regression/bin/sh/execution/fork1.0 From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 13:23:28 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80DF0106564A for ; Sat, 19 Feb 2011 13:23:28 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 553368FC1C for ; Sat, 19 Feb 2011 13:23:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JDNSRB009655 for ; Sat, 19 Feb 2011 13:23:28 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JDNS38009654 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 13:23:28 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201102191323.p1JDNS38009654@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 19 Feb 2011 13:23:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh regress.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 13:23:28 -0000 jilles 2011-02-19 13:23:13 UTC FreeBSD src repository Modified files: tools/regression/bin/sh regress.sh Log: SVN rev 218851 on 2011-02-19 13:23:13Z by jilles sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it. Revision Changes Path 1.5 +0 -1 src/tools/regression/bin/sh/regress.sh From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 14:27:22 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 315BB1065675 for ; Sat, 19 Feb 2011 14:27:22 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2095C8FC21 for ; Sat, 19 Feb 2011 14:27:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JERMM7015334 for ; Sat, 19 Feb 2011 14:27:22 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JERMWX015333 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 14:27:22 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201102191427.p1JERMWX015333@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sat, 19 Feb 2011 14:27:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 14:27:22 -0000 jh 2011-02-19 14:27:14 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: SVN rev 218852 on 2011-02-19 14:27:14Z by jh Don't restore old mount options and flags if VFS_MOUNT(9) succeeds but vfs_export() fails. Restoring old options and flags after successful VFS_MOUNT(9) call may cause the file system internal state to become inconsistent with mount options and flags. Specifically the FFS super block fs_ronly field and the MNT_RDONLY flag may get out of sync. PR: kern/133614 Discussed on: freebsd-hackers Revision Changes Path 1.329 +29 -26 src/sys/kern/vfs_mount.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 14:50:12 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADDF310656AB for ; Sat, 19 Feb 2011 14:50:12 +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 8210D8FC0C for ; Sat, 19 Feb 2011 14:50:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JEoCrD017154 for ; Sat, 19 Feb 2011 14:50:12 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JEoCAh017153 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 14:50:12 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201102191450.p1JEoCAh017153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sat, 19 Feb 2011 14:49:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsdinstall/partedit gpart_ops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 14:50:12 -0000 nwhitehorn 2011-02-19 14:49:49 UTC FreeBSD src repository Modified files: usr.sbin/bsdinstall/partedit gpart_ops.c Log: SVN rev 218853 on 2011-02-19 14:49:49Z by nwhitehorn The PC98 gpart module supports labels now. Revision Changes Path 1.2 +15 -10 src/usr.sbin/bsdinstall/partedit/gpart_ops.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 14:57:18 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A84EA106566B for ; Sat, 19 Feb 2011 14:57:18 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CFA18FC1F for ; Sat, 19 Feb 2011 14:57:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JEvIJY017640 for ; Sat, 19 Feb 2011 14:57:18 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JEvI2w017639 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 14:57:18 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102191457.p1JEvI2w017639@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sat, 19 Feb 2011 14:57:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/pf pf.conf X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 14:57:18 -0000 brucec 2011-02-19 14:57:00 UTC FreeBSD src repository Modified files: share/examples/pf pf.conf Log: SVN rev 218854 on 2011-02-19 14:57:00Z by brucec Update the icmp example to show allowing only the safe types. Suggested by: Tom Judge MFC after: 3 days Revision Changes Path 1.3 +1 -1 src/share/examples/pf/pf.conf From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 15:22:24 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889CE1065672 for ; Sat, 19 Feb 2011 15:22:24 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C57C8FC16 for ; Sat, 19 Feb 2011 15:22:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JFMOtg020528 for ; Sat, 19 Feb 2011 15:22:24 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JFMOSK020527 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 15:22:24 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201102191522.p1JFMOSK020527@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sat, 19 Feb 2011 15:22:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsdinstall/partedit part_wizard.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 15:22:24 -0000 nwhitehorn 2011-02-19 15:22:06 UTC FreeBSD src repository Modified files: usr.sbin/bsdinstall/partedit part_wizard.c Log: SVN rev 218855 on 2011-02-19 15:22:06Z by nwhitehorn Don't present the user with spurious errors when overwriting a disk with a deleted, but uncommitted, gpart. Reported by: brucec Revision Changes Path 1.2 +7 -2 src/usr.sbin/bsdinstall/partedit/part_wizard.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 17:39:12 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4357F1065787 for ; Sat, 19 Feb 2011 17:39:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 177238FC0A for ; Sat, 19 Feb 2011 17:39:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JHdBxl043989 for ; Sat, 19 Feb 2011 17:39:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JHdBfZ043988 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 17:39:11 GMT (envelope-from miwi@repoman.freebsd.org) Message-Id: <201102191739.p1JHdBfZ043988@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to miwi@repoman.freebsd.org using -f From: Martin Wilke Date: Sat, 19 Feb 2011 17:38:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ppc ppc_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 17:39:12 -0000 miwi 2011-02-19 17:38:51 UTC FreeBSD src repository Modified files: sys/dev/ppc ppc_pci.c Log: SVN rev 218861 on 2011-02-19 17:38:51Z by miwi - Add support for MosChip 9865 Single 1284 Printer port PR: kern/152663 Submitted by: Jonathan Chen Approved by: rwatson (mentor) Revision Changes Path 1.6 +1 -0 src/sys/dev/ppc/ppc_pci.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 21:04:54 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A93F01065672 for ; Sat, 19 Feb 2011 21:04:54 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E10B8FC17 for ; Sat, 19 Feb 2011 21:04:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JL4swh073732 for ; Sat, 19 Feb 2011 21:04:54 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JL4s70073731 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 21:04:54 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201102192104.p1JL4s70073731@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 19 Feb 2011 21:04:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/tmpfs tmpfs_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: Sat, 19 Feb 2011 21:04:54 -0000 alc 2011-02-19 21:04:36 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c Log: SVN rev 218863 on 2011-02-19 21:04:36Z by alc tmpfs_remove() isn't modifying the file's data, so it shouldn't set TMPFS_NODE_MODIFIED on the node. PR: 152488 Submitted by: Anton Yuzhaninov Reviewed by: kib MFC after: 1 week Revision Changes Path 1.46 +1 -2 src/sys/fs/tmpfs/tmpfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Sat Feb 19 22:54:01 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A5AD10656C1 for ; Sat, 19 Feb 2011 22:54:01 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D8258FC0C for ; Sat, 19 Feb 2011 22:54:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1JMs16g082435 for ; Sat, 19 Feb 2011 22:54:01 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1JMs10t082432 for cvs-src-old@freebsd.org; Sat, 19 Feb 2011 22:54:01 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201102192254.p1JMs10t082432@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Sat, 19 Feb 2011 22:53:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs src/sys/dev/usb/net if_udav.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 19 Feb 2011 22:54:01 -0000 hselasky 2011-02-19 22:53:50 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs sys/dev/usb/net if_udav.c Log: SVN rev 218864 on 2011-02-19 22:53:50Z by hselasky Add more udav device ID's. Submitted by: Rick van der Zwet MFC after: 7 days Approved by: thompsa (mentor) Revision Changes Path 1.16 +4 -0 src/sys/dev/usb/net/if_udav.c 1.505 +5 -0 src/sys/dev/usb/usbdevs