From owner-cvs-src@FreeBSD.ORG Sun Aug 12 01:16:20 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D8C516A419; Sun, 12 Aug 2007 01:16:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8F913C45D; Sun, 12 Aug 2007 01:16:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7C1GK0i082851; Sun, 12 Aug 2007 01:16:20 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7C1GKdE082850; Sun, 12 Aug 2007 01:16:20 GMT (envelope-from kientzle) Message-Id: <200708120116.l7C1GKdE082850@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 12 Aug 2007 01:16:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_read_format_gtar_sparse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 01:16:20 -0000 kientzle 2007-08-12 01:16:19 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_gtar_sparse.c Log: Update the tests for reading the various GNU tar sparse formats. In particular: * Include a second entry in all of the test archives (to catch errors with intermediate padding) * Test the GNU tar 1.17 version of "posix sparse format 1.0" instead of the GNU tar 1.16 version (the latter is no longer supported by GNU tar). Right now, libarchive fails this test because I originally implemented the GNU tar 1.16 version of "posix sparse format 1.0". I'll fix libarchive shortly. Approved by: re (blanket, libarchive testing) Revision Changes Path 1.5 +267 -75 src/lib/libarchive/test/test_read_format_gtar_sparse.c From owner-cvs-src@FreeBSD.ORG Sun Aug 12 01:46:30 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAA8E16A418; Sun, 12 Aug 2007 01:46:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C51DE13C457; Sun, 12 Aug 2007 01:46:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7C1kUfi084842; Sun, 12 Aug 2007 01:46:30 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7C1kKv7084834; Sun, 12 Aug 2007 01:46:20 GMT (envelope-from truckman) Message-Id: <200708120146.l7C1kKv7084834@repoman.freebsd.org> From: Don Lewis Date: Sun, 12 Aug 2007 01:46:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/rpc.statd statd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 01:46:31 -0000 truckman 2007-08-12 01:46:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpc.statd statd.c Log: MFC statd.c 1.15 - The call to init_file() needs to be moved outside the loop in statd.c, otherwise mmap() gets called multiple times, which eventually fails due to address space exhaustion on i386. Revision Changes Path 1.12.8.2 +1 -1 src/usr.sbin/rpc.statd/statd.c From owner-cvs-src@FreeBSD.ORG Sun Aug 12 15:44:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2D1116A418; Sun, 12 Aug 2007 15:44:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7455F13C457; Sun, 12 Aug 2007 15:44:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CFiItV085062; Sun, 12 Aug 2007 15:44:18 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CFiIxk085061; Sun, 12 Aug 2007 15:44:18 GMT (envelope-from bmah) Message-Id: <200708121544.l7CFiIxk085061@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 12 Aug 2007 15:44:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 15:44:18 -0000 bmah 2007-08-12 15:44:18 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware article.sgml Log: Collapse some short sections together. Approved by: re (implicitly) Revision Changes Path 1.316 +0 -12 src/release/doc/en_US.ISO8859-1/hardware/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Aug 12 16:02:31 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80B5616A41B; Sun, 12 Aug 2007 16:02:31 +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 59F9413C467; Sun, 12 Aug 2007 16:02:31 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CG2VGN086232; Sun, 12 Aug 2007 16:02:31 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CG2V5r086231; Sun, 12 Aug 2007 16:02:31 GMT (envelope-from danger) Message-Id: <200708121602.l7CG2V5r086231@repoman.freebsd.org> From: Daniel Gerzo Date: Sun, 12 Aug 2007 16:02:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_fec.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 16:02:31 -0000 danger 2007-08-12 16:02:31 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ng_fec.4 Log: Sync with the source code: NGM_FEC_MODE_(MAC|INET) should be NGM_FEC_SET_MODE_(MAC|INET). Approved by: re@ (bmah) Revision Changes Path 1.6 +2 -2 src/share/man/man4/ng_fec.4 From owner-cvs-src@FreeBSD.ORG Sun Aug 12 17:13:07 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5069A16A418; Sun, 12 Aug 2007 17:13:07 +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 2851D13C468; Sun, 12 Aug 2007 17:13:07 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CHD6tG003428; Sun, 12 Aug 2007 17:13:07 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CHD6Sx003427; Sun, 12 Aug 2007 17:13:06 GMT (envelope-from cognet) Message-Id: <200708121713.l7CHD6Sx003427@repoman.freebsd.org> From: Olivier Houchard Date: Sun, 12 Aug 2007 17:13:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/etc.arm ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 17:13:07 -0000 cognet 2007-08-12 17:13:06 UTC FreeBSD src repository Modified files: etc/etc.arm ttys Log: Use ttyu instead of ttyd for arm, since we will probably never use sio(4). Approved by: re (blanket) Revision Changes Path 1.4 +3 -4 src/etc/etc.arm/ttys From owner-cvs-src@FreeBSD.ORG Sun Aug 12 17:35:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB5216A419; Sun, 12 Aug 2007 17:35:06 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0ABFC13C46C; Sun, 12 Aug 2007 17:35:06 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CHZ5OE005045; Sun, 12 Aug 2007 17:35:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CHZ5g9005044; Sun, 12 Aug 2007 17:35:05 GMT (envelope-from kientzle) Message-Id: <200708121735.l7CHZ5g9005044@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 12 Aug 2007 17:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk_perms.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 17:35:06 -0000 kientzle 2007-08-12 17:35:05 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk_perms.c Log: Make suid/sgid restore be "opportunistic" if owner restore is not requested. If you ask for permissions to be restored but not owner, you will now get no error if suid/sgid bits cannot be set. (It's a security hole to restore suid/sgid bits if the owner/group aren't restored.) This fixes an obscure problem where a simple "tar -xf" with no other options will sometimes fail gratuitously because of suid/sgid bits. This is causing occasional problems for people using bsdtar as a drop-in replacement for "that other tar program." ;-) Note: If you do ask for owner restore, then suid/sgid restore failures still issue an error. This only suppresses the error in the case where an suid/sgid bit restore fails because of an owner mismatch and owner restore was not requested. Approved by: re (bmah) MFC after: 7 days Revision Changes Path 1.14 +22 -6 src/lib/libarchive/archive_write_disk.c 1.7 +60 -10 src/lib/libarchive/test/test_write_disk_perms.c From owner-cvs-src@FreeBSD.ORG Sun Aug 12 18:45:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73A7A16A418; Sun, 12 Aug 2007 18:45:25 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6308913C483; Sun, 12 Aug 2007 18:45:25 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CIjPAd010503; Sun, 12 Aug 2007 18:45:25 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CIjPUu010502; Sun, 12 Aug 2007 18:45:25 GMT (envelope-from truckman) Message-Id: <200708121845.l7CIjPUu010502@repoman.freebsd.org> From: Don Lewis Date: Sun, 12 Aug 2007 18:45:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 18:45:25 -0000 truckman 2007-08-12 18:45:25 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Replace three copies of the host controller reset sequence that differ in their details with calls to a new function, ehci_hcreset(), that performs the reset. The original sequences either had no delay or a 1ms delay between telling the controller to stop and asserting the controller reset bit. One instance of the original reset sequence waited for the controller to indicate that its reset was complete before continuing, but the other two immediately let the subsequent code execute. The latter is a problem on some hardware, because a read of the HCCPARAMS register returns an incorrect value while the reset is in progress, which triggers an infinite loop in ehci_pci_givecontroller(), which hangs the system on shutdown. The reset sequence in ehci_hcreset() starts with the most complete instance from the original code, which contains a loop to wait for the controller to indicate that its reset is complete. This appears to be the correct thing to do according to "Enhanced Host Controller Interface Specification for Universal Serial Bus" revision 1.0, section 2.3.1. Add another loop to wait for the controller to indicate that it has stopped before setting the HCRESET bit. This is required by the section 2.3.1 in the specification, which says that setting HCRESET before the controller has halted "will result in undefined behaviour". Reviewed by: imp (previous patch version without the extra wait loop) Tested by: se (previous patch version without the extra wait loop) Approved by: re (bmah) MFC after: 1 week Revision Changes Path 1.56 +38 -18 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Sun Aug 12 20:08:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5715816A41A; Sun, 12 Aug 2007 20:08:09 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC69313C459; Sun, 12 Aug 2007 20:08:08 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CK880G023645; Sun, 12 Aug 2007 20:08:08 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CK88Tw023644; Sun, 12 Aug 2007 20:08:08 GMT (envelope-from maxim) Message-Id: <200708122008.l7CK88Tw023644@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 12 Aug 2007 20:08:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/tunefs tunefs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 20:08:09 -0000 maxim 2007-08-12 20:08:08 UTC FreeBSD src repository Modified files: sbin/tunefs tunefs.8 Log: o You have to reboot the system after tuning softupdates on the root filesystem on to make SU work. Approved by: re (hrs) MFC after: 1 week Revision Changes Path 1.38 +3 -1 src/sbin/tunefs/tunefs.8 From owner-cvs-src@FreeBSD.ORG Sun Aug 12 21:08:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F29916A417; Sun, 12 Aug 2007 21:08:39 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54FBA13C461; Sun, 12 Aug 2007 21:08:39 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CL8dQj037191; Sun, 12 Aug 2007 21:08:39 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CL8dNK037190; Sun, 12 Aug 2007 21:08:39 GMT (envelope-from bmah) Message-Id: <200708122108.l7CL8dNK037190@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 12 Aug 2007 21:08:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 21:08:39 -0000 bmah 2007-08-12 21:08:39 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware article.sgml Log: Coalesce another very short section into its parent. Approved by: re (implicitly) Revision Changes Path 1.317 +1 -4 src/release/doc/en_US.ISO8859-1/hardware/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Aug 12 22:21:10 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B91F616A420; Sun, 12 Aug 2007 22:21:10 +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 579E213C465; Sun, 12 Aug 2007 22:21:10 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CMLAm1042586; Sun, 12 Aug 2007 22:21:10 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7CMLAQg042583; Sun, 12 Aug 2007 22:21:10 GMT (envelope-from danger) Message-Id: <200708122221.l7CMLAQg042583@repoman.freebsd.org> From: Daniel Gerzo Date: Sun, 12 Aug 2007 22:21:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ng_fec.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 22:21:10 -0000 danger 2007-08-12 22:21:09 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 ng_fec.4 Log: - sync with HEAD PR: docs/114259 Revision Changes Path 1.2.10.1 +21 -15 src/share/man/man4/ng_fec.4 From owner-cvs-src@FreeBSD.ORG Mon Aug 13 15:04:41 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5F6516A547; Mon, 13 Aug 2007 15:04:39 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6DEF13C4A6; Mon, 13 Aug 2007 15:04:39 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DF4dnD062000; Mon, 13 Aug 2007 15:04:39 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DF4de9061999; Mon, 13 Aug 2007 15:04:39 GMT (envelope-from truckman) Message-Id: <200708131504.l7DF4de9061999@repoman.freebsd.org> From: Don Lewis Date: Mon, 13 Aug 2007 15:04:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/rpc.statd file.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 15:04:42 -0000 truckman 2007-08-13 15:04:39 UTC FreeBSD src repository Modified files: usr.sbin/rpc.statd file.c Log: If the mmap() call in rpc.statd fails, rpc.statd prints a warning message and then dumps core because the subsequent code assumes that mmap() succeeded. Since rpc.statd does not have fallback code to implement the functionality needed to operate on the status file if it is not memory mapped, rpc.statd should use err() to force the process to exit if the mmap() call fails. PR: bin/115430 (mmap() failure previously fixed in statd.c 1.15) Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.8 +1 -1 src/usr.sbin/rpc.statd/file.c From owner-cvs-src@FreeBSD.ORG Mon Aug 13 16:15:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 043B316A417; Mon, 13 Aug 2007 16:15:27 +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 EAF8913C46C; Mon, 13 Aug 2007 16:15:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DGFQXS067810; Mon, 13 Aug 2007 16:15:26 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DGFQ9P067809; Mon, 13 Aug 2007 16:15:26 GMT (envelope-from delphij) Message-Id: <200708131615.l7DGFQ9P067809@repoman.freebsd.org> From: Xin LI Date: Mon, 13 Aug 2007 16:15:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/less main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 16:15:27 -0000 delphij 2007-08-13 16:15:26 UTC FreeBSD src repository Modified files: contrib/less main.c Log: Be more careful handling no_init flag. It should be enforced in *all* less_is_more cases, On the other hand, quit_if_one_screen should apply iff less_is_more *and* -e. This change revises the previous change further, which tried to make less(1) not to send @ti:@te before and after view of one file in more(1) mode, but affected less -e behavior by accident. This is essentially the same patch desichen@ has posted on -current@. I have adjusted it a bit in order to minimize difference between our version and the vendor branch. Approved by: re (bmah, earlier logically equivalent version) Revision Changes Path 1.11 +4 -2 src/contrib/less/main.c From owner-cvs-src@FreeBSD.ORG Mon Aug 13 17:19:29 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0534916A41B; Mon, 13 Aug 2007 17:19:29 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E891313C46C; Mon, 13 Aug 2007 17:19:28 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DHJSwl081892; Mon, 13 Aug 2007 17:19:28 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DHJSrS081891; Mon, 13 Aug 2007 17:19:28 GMT (envelope-from emax) Message-Id: <200708131719.l7DHJSrS081891@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 13 Aug 2007 17:19:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES src/sys/modules/netgraph/bluetooth Makefile src/sys/netgraph/bluetooth/drivers/h4 TODO ng_h4.c ng_h4_prse.h ng_h4_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 17:19:29 -0000 emax 2007-08-13 17:19:28 UTC FreeBSD src repository Modified files: sys/conf NOTES sys/modules/netgraph/bluetooth Makefile sys/netgraph/bluetooth/drivers/h4 TODO ng_h4.c ng_h4_prse.h ng_h4_var.h Log: Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy. Reconnect ng_h(4) back to the build. Reviewed by: kensmith Approved by: re (kensmith) MFC after: 1 month Revision Changes Path 1.1449 +1 -1 src/sys/conf/NOTES 1.5 +1 -2 src/sys/modules/netgraph/bluetooth/Makefile 1.3 +1 -1 src/sys/netgraph/bluetooth/drivers/h4/TODO 1.17 +165 -180 src/sys/netgraph/bluetooth/drivers/h4/ng_h4.c 1.5 +1 -1 src/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h 1.6 +7 -6 src/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h From owner-cvs-src@FreeBSD.ORG Mon Aug 13 18:46:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6919216A418; Mon, 13 Aug 2007 18:46:32 +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 40DD613C442; Mon, 13 Aug 2007 18:46:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DIkW54088950; Mon, 13 Aug 2007 18:46:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DIkWc8088949; Mon, 13 Aug 2007 18:46:32 GMT (envelope-from jhb) Message-Id: <200708131846.l7DIkWc8088949@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Aug 2007 18:46:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.c src/sys/dev/ata ata-raid.c src/sys/sys ata.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 18:46:32 -0000 jhb 2007-08-13 18:46:31 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c sys/dev/ata ata-raid.c sys/sys ata.h Log: Expand the data structure returned by the ATA RAID status ioctl to include detailed status on each of the backing subdisks. This allows userland to see which subdisks are online, failed, missing, or a hot spare. MFC after: 1 week Approved by: re (bmah) Reviewed by: sos Revision Changes Path 1.43 +31 -19 src/sbin/atacontrol/atacontrol.c 1.124 +22 -14 src/sys/dev/ata/ata-raid.c 1.36 +17 -1 src/sys/sys/ata.h From owner-cvs-src@FreeBSD.ORG Mon Aug 13 18:52:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2437F16A41A; Mon, 13 Aug 2007 18:52:38 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF3C813C474; Mon, 13 Aug 2007 18:52:37 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DIqbOp089509; Mon, 13 Aug 2007 18:52:37 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DIqb8O089508; Mon, 13 Aug 2007 18:52:37 GMT (envelope-from des) Message-Id: <200708131852.l7DIqb8O089508@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 13 Aug 2007 18:52:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 18:52:38 -0000 des 2007-08-13 18:52:37 UTC FreeBSD src repository Modified files: sys/dev/ichwd ichwd.c ichwd.h Log: Update to support ICH[678] chipsets (based on a patch by Takeharu KATO) Fix a resource allocation bug (explained by jhb on -acpi) Thanks for Mike Tancsa for testing and helping track down the bug. Approved by: re (kensmith) MFC after: 3 weeks Revision Changes Path 1.10 +197 -64 src/sys/dev/ichwd/ichwd.c 1.4 +31 -11 src/sys/dev/ichwd/ichwd.h From owner-cvs-src@FreeBSD.ORG Mon Aug 13 19:29:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 944D416A41A; Mon, 13 Aug 2007 19:29:17 +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 8426413C467; Mon, 13 Aug 2007 19:29:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DJTHen092821; Mon, 13 Aug 2007 19:29:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DJTHtD092820; Mon, 13 Aug 2007 19:29:17 GMT (envelope-from jhb) Message-Id: <200708131929.l7DJTHtD092820@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Aug 2007 19:29:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 mfi.4 src/sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 19:29:17 -0000 jhb 2007-08-13 19:29:17 UTC FreeBSD src repository Modified files: share/man/man4 mfi.4 sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h Log: Teach the mfi(4) driver to handle requests from userland management applications to add and remove volumes. MFC after: 1 week Approved by: re (bmah) Reviewed by: ambrisko, scottl Revision Changes Path 1.6 +14 -0 src/share/man/man4/mfi.4 1.31 +155 -22 src/sys/dev/mfi/mfi.c 1.7 +45 -5 src/sys/dev/mfi/mfi_disk.c 1.7 +6 -2 src/sys/dev/mfi/mfi_pci.c 1.9 +1 -0 src/sys/dev/mfi/mfireg.h 1.10 +10 -0 src/sys/dev/mfi/mfivar.h From owner-cvs-src@FreeBSD.ORG Mon Aug 13 21:14:16 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DB316A419; Mon, 13 Aug 2007 21:14:16 +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 6908B13C45B; Mon, 13 Aug 2007 21:14:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DLEGs8012665; Mon, 13 Aug 2007 21:14:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DLEGDr012664; Mon, 13 Aug 2007 21:14:16 GMT (envelope-from jhb) Message-Id: <200708132114.l7DLEGDr012664@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Aug 2007 21:14:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 21:14:16 -0000 jhb 2007-08-13 21:14:16 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_pci.c Log: Fix a few nits relative to the previous changes: - Don't leak the config lock if detach() fails due to the controller char dev being open. - Close a race between detach() and a process opening the controller char dev. MFC after: 1 week Approved by: re (bmah) Revision Changes Path 1.32 +8 -2 src/sys/dev/mfi/mfi.c 1.8 +1 -0 src/sys/dev/mfi/mfi_pci.c From owner-cvs-src@FreeBSD.ORG Mon Aug 13 21:23:31 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A216316A418; Mon, 13 Aug 2007 21:23:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A60313C458; Mon, 13 Aug 2007 21:23:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DLNVgY013288; Mon, 13 Aug 2007 21:23:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DLNVBG013287; Mon, 13 Aug 2007 21:23:31 GMT (envelope-from pjd) Message-Id: <200708132123.l7DLNVBG013287@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 13 Aug 2007 21:23:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 21:23:31 -0000 pjd 2007-08-13 21:23:31 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Improve vn_printf() by: - adding missing vnode flags, - printing unknown flags as numbers, - using strlcat() instead of strcat(). Approved by: re (bmah) Revision Changes Path 1.706 +45 -7 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:00:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B7E116A417; Tue, 14 Aug 2007 02:00:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4134313C461; Tue, 14 Aug 2007 02:00:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E205QK043595; Tue, 14 Aug 2007 02:00:05 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E205F0043594; Tue, 14 Aug 2007 02:00:05 GMT (envelope-from yongari) Message-Id: <200708140200.l7E205F0043594@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 14 Aug 2007 02:00:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:00:05 -0000 yongari 2007-08-14 02:00:05 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Make sure to take PHY out of power down mode in device attach. Without this the PHY wouldn't work as expected. This should fix dual-boot Windows XP machine where RealTek Windows drivers put the PHY in power down mode during shutdown. The magic PHY register accesses come from RealTek driver. No datasheets mention the magic PHY registers. In general, the PHY wakeup code should go into PHY driver. However it seems that it only apply to RTL8169S single chip and it would be another hack if we have rgephy(4) check what parent driver/chip model is attached. Reported by: lofi, Laurens Timmermans ( laurens AT timkapel DOT nl ) Tested by: lofi Obtained from: RealTek FreeBSD driver Approved by: re (Ken Smith) Revision Changes Path 1.95 +22 -0 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:47:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A49BD16A417; Tue, 14 Aug 2007 02:47:03 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CC3C13C46B; Tue, 14 Aug 2007 02:47:03 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2l3oC047600; Tue, 14 Aug 2007 02:47:03 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2l3dw047599; Tue, 14 Aug 2007 02:47:03 GMT (envelope-from kan) Message-Id: <200708140247.l7E2l3dw047599@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:47:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcc - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:47:03 -0000 kan 2007-08-14 02:47:02 UTC FreeBSD src repository src/contrib/gcc - Imported sources Update of /home/ncvs/src/contrib/gcc In directory repoman.freebsd.org:/tmp/cvs-serv46446 Log Message: GCC 4.2.1 release. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcc/cstamp-h.in U src/contrib/gcc/diagnostic.def U src/contrib/gcc/tree-ssa-operands.h U src/contrib/gcc/tree-vrp.c U src/contrib/gcc/regrename.c U src/contrib/gcc/attribs.c U src/contrib/gcc/loop-unswitch.c U src/contrib/gcc/sched-ebb.c U src/contrib/gcc/tree-loop-linear.c U src/contrib/gcc/dwarf2asm.c U src/contrib/gcc/ChangeLog.tree-ssa U src/contrib/gcc/tree-into-ssa.c U src/contrib/gcc/dwarf2asm.h U src/contrib/gcc/tree-ssa-loop-im.c U src/contrib/gcc/sbitmap.c U src/contrib/gcc/targhooks.c U src/contrib/gcc/tree-dump.c U src/contrib/gcc/tree-complex.c U src/contrib/gcc/sbitmap.h U src/contrib/gcc/targhooks.h U src/contrib/gcc/tree-dump.h U src/contrib/gcc/see.c U src/contrib/gcc/machmode.h U src/contrib/gcc/hooks.c U src/contrib/gcc/hooks.h U src/contrib/gcc/genrecog.c U src/contrib/gcc/tree-ssa-threadupdate.c U src/contrib/gcc/gen-protos.c U src/contrib/gcc/flags.h U src/contrib/gcc/rtlhooks.c U src/contrib/gcc/gencheck.c U src/contrib/gcc/tree-ssa-loop-niter.c U src/contrib/gcc/opts-common.c U src/contrib/gcc/limitx.h U src/contrib/gcc/tracer.c U src/contrib/gcc/tree-pretty-print.c U src/contrib/gcc/gengtype.c U src/contrib/gcc/unwind-compat.c U src/contrib/gcc/mkconfig.sh U src/contrib/gcc/gengtype.h U src/contrib/gcc/unwind-compat.h U src/contrib/gcc/cgraph.c U src/contrib/gcc/gthr-vxworks.h U src/contrib/gcc/tree-ssa-loop-unswitch.c U src/contrib/gcc/gstab.h U src/contrib/gcc/c-lex.c U src/contrib/gcc/cgraph.h U src/contrib/gcc/gthr-win32.h U src/contrib/gcc/libfuncs.h U src/contrib/gcc/cfgloopmanip.c U src/contrib/gcc/rtl-error.c U src/contrib/gcc/optabs.c U src/contrib/gcc/postreload-gcse.c U src/contrib/gcc/unwind.inc U src/contrib/gcc/tree-ssa-loop-manip.c U src/contrib/gcc/optabs.h U src/contrib/gcc/DATESTAMP U src/contrib/gcc/tree.c U src/contrib/gcc/genmddeps.c U src/contrib/gcc/postreload.c U src/contrib/gcc/limity.h U src/contrib/gcc/defaults.h U src/contrib/gcc/value-prof.c U src/contrib/gcc/tree-tailcall.c U src/contrib/gcc/gengenrtl.c U src/contrib/gcc/tree-ssa-loop-ch.c U src/contrib/gcc/value-prof.h U src/contrib/gcc/unwind-dw2-fde.c U src/contrib/gcc/genopinit.c U src/contrib/gcc/unwind-dw2-fde.h U src/contrib/gcc/tree.h C src/contrib/gcc/reload.c U src/contrib/gcc/tree-pass.h U src/contrib/gcc/ipa-cp.c U src/contrib/gcc/reload.h U src/contrib/gcc/bitmap.c U src/contrib/gcc/bitmap.h U src/contrib/gcc/tree-scalar-evolution.c U src/contrib/gcc/c-config-lang.in U src/contrib/gcc/tree-scalar-evolution.h U src/contrib/gcc/target.h U src/contrib/gcc/rtlanal.c U src/contrib/gcc/cppspec.c U src/contrib/gcc/ddg.c U src/contrib/gcc/mips-tdump.c U src/contrib/gcc/lambda-mat.c U src/contrib/gcc/configure U src/contrib/gcc/ddg.h U src/contrib/gcc/FSFChangeLog U src/contrib/gcc/tree-phinodes.c U src/contrib/gcc/pointer-set.c U src/contrib/gcc/mips-tfile.c U src/contrib/gcc/pointer-set.h U src/contrib/gcc/diagnostic.c U src/contrib/gcc/builtins.c U src/contrib/gcc/diagnostic.h U src/contrib/gcc/final.c U src/contrib/gcc/genoutput.c U src/contrib/gcc/gcc.c U src/contrib/gcc/lists.c U src/contrib/gcc/gcc.h U src/contrib/gcc/cfghooks.c U src/contrib/gcc/input.h U src/contrib/gcc/gensupport.c U src/contrib/gcc/cfghooks.h U src/contrib/gcc/fold-const.c U src/contrib/gcc/insn-notes.def U src/contrib/gcc/gensupport.h U src/contrib/gcc/builtin-attrs.def U src/contrib/gcc/sync-builtins.def U src/contrib/gcc/gcov.c U src/contrib/gcc/params.c U src/contrib/gcc/cfgloopanal.c U src/contrib/gcc/params.h U src/contrib/gcc/omp-low.c U src/contrib/gcc/dummy-checksum.c U src/contrib/gcc/tree-ssa-dse.c U src/contrib/gcc/cfg.c U src/contrib/gcc/genextract.c U src/contrib/gcc/ipa-reference.c U src/contrib/gcc/genautomata.c U src/contrib/gcc/tree-ssa-uncprop.c U src/contrib/gcc/toplev.c U src/contrib/gcc/tree-gimple.c U src/contrib/gcc/ipa-reference.h U src/contrib/gcc/vmsdbgout.c U src/contrib/gcc/errors.c U src/contrib/gcc/toplev.h U src/contrib/gcc/reorg.c U src/contrib/gcc/tree-gimple.h U src/contrib/gcc/tree-chrec.c U src/contrib/gcc/pretty-print.c U src/contrib/gcc/errors.h U src/contrib/gcc/real.c U src/contrib/gcc/tree-chrec.h U src/contrib/gcc/pretty-print.h U src/contrib/gcc/debug.c U src/contrib/gcc/real.h U src/contrib/gcc/genemit.c U src/contrib/gcc/c-cppbuiltin.c U src/contrib/gcc/genmultilib U src/contrib/gcc/debug.h U src/contrib/gcc/DEV-PHASE U src/contrib/gcc/genconfig.c U src/contrib/gcc/cgraphunit.c U src/contrib/gcc/regs.h U src/contrib/gcc/ChangeLog U src/contrib/gcc/flow.c U src/contrib/gcc/unwind-dw2-fde-glibc.c U src/contrib/gcc/df-scan.c U src/contrib/gcc/vec.c U src/contrib/gcc/hosthooks-def.h U src/contrib/gcc/vec.h U src/contrib/gcc/tree-ssa-copyrename.c U src/contrib/gcc/scan.c U src/contrib/gcc/builtin-types.def U src/contrib/gcc/tree-ssa-ccp.c U src/contrib/gcc/scan.h U src/contrib/gcc/mode-classes.def U src/contrib/gcc/haifa-sched.c U src/contrib/gcc/dominance.c U src/contrib/gcc/dojump.c U src/contrib/gcc/double-int.c U src/contrib/gcc/gcov-io.c U src/contrib/gcc/dbxout.c U src/contrib/gcc/builtins.def U src/contrib/gcc/double-int.h U src/contrib/gcc/gcov-io.h U src/contrib/gcc/dbxout.h U src/contrib/gcc/unwind-dw2-fde-compat.c U src/contrib/gcc/tree-ssa-loop-ivopts.c U src/contrib/gcc/gsyslimits.h U src/contrib/gcc/df-core.c U src/contrib/gcc/mode-switching.c U src/contrib/gcc/gengtype-lex.l U src/contrib/gcc/tree-nomudflap.c U src/contrib/gcc/modulo-sched.c U src/contrib/gcc/c-objc-common.c U src/contrib/gcc/hosthooks.h U src/contrib/gcc/c-objc-common.h U src/contrib/gcc/gthr-single.h U src/contrib/gcc/caller-save.c U src/contrib/gcc/graph.c U src/contrib/gcc/ipa-pure-const.c U src/contrib/gcc/graph.h U src/contrib/gcc/c-format.c U src/contrib/gcc/cse.c U src/contrib/gcc/fix-header.c U src/contrib/gcc/ChangeLog-1997 U src/contrib/gcc/c-format.h U src/contrib/gcc/web.c U src/contrib/gcc/scan-types.sh U src/contrib/gcc/ChangeLog-1998 U src/contrib/gcc/ChangeLog-1999 U src/contrib/gcc/tree-stdarg.c U src/contrib/gcc/genpeep.c U src/contrib/gcc/tree-stdarg.h U src/contrib/gcc/aclocal.m4 U src/contrib/gcc/tree-ssa-math-opts.c U src/contrib/gcc/xcoffout.c U src/contrib/gcc/tree-ssa-dom.c U src/contrib/gcc/gthr-rtems.h U src/contrib/gcc/tree-nrv.c U src/contrib/gcc/xcoffout.h U src/contrib/gcc/tree-ssa-propagate.c U src/contrib/gcc/ipa-utils.c U src/contrib/gcc/tree-ssa-propagate.h U src/contrib/gcc/tree-ssa-alias.c U src/contrib/gcc/loop-init.c U src/contrib/gcc/unwind-pe.h U src/contrib/gcc/ipa-utils.h U src/contrib/gcc/gimple-low.c U src/contrib/gcc/rtl.def U src/contrib/gcc/c-tree.h U src/contrib/gcc/FSFChangeLog.10 U src/contrib/gcc/tree-ssa-sink.c U src/contrib/gcc/sys-types.h U src/contrib/gcc/ipa-inline.c U src/contrib/gcc/FSFChangeLog.11 U src/contrib/gcc/mkmap-symver.awk U src/contrib/gcc/machmode.def U src/contrib/gcc/config.in U src/contrib/gcc/c-pch.c U src/contrib/gcc/cfganal.c U src/contrib/gcc/jump.c U src/contrib/gcc/crtstuff.c U src/contrib/gcc/global.c U src/contrib/gcc/alloc-pool.c U src/contrib/gcc/gdbinit.in U src/contrib/gcc/c-semantics.c U src/contrib/gcc/alloc-pool.h U src/contrib/gcc/ifcvt.c U src/contrib/gcc/dwarf2out.c U src/contrib/gcc/expr.c U src/contrib/gcc/cfgbuild.c U src/contrib/gcc/tree-browser.c U src/contrib/gcc/dwarf2out.h U src/contrib/gcc/expr.h U src/contrib/gcc/longlong.h U src/contrib/gcc/opts.c U src/contrib/gcc/gcov-iov.c U src/contrib/gcc/opts.h U src/contrib/gcc/dwarf2.h U src/contrib/gcc/genattrtab.c U src/contrib/gcc/genconditions.c U src/contrib/gcc/genattr.c U src/contrib/gcc/libgcc2.c U src/contrib/gcc/libgcc2.h U src/contrib/gcc/typeclass.h U src/contrib/gcc/optc-gen.awk U src/contrib/gcc/timevar.def U src/contrib/gcc/tree-ssa-loop-ivcanon.c U src/contrib/gcc/recog.c U src/contrib/gcc/hard-reg-set.h U src/contrib/gcc/tree-ssa-loop.c U src/contrib/gcc/predict.c U src/contrib/gcc/unwind-dw2.c U src/contrib/gcc/predict.h U src/contrib/gcc/mklibgcc.in U src/contrib/gcc/host-default.c U src/contrib/gcc/gthr-nks.h U src/contrib/gcc/unwind-dw2.h U src/contrib/gcc/recog.h U src/contrib/gcc/tree-ssa-address.c U src/contrib/gcc/c-aux-info.c U src/contrib/gcc/timevar.c U src/contrib/gcc/gthr.h U src/contrib/gcc/lcm.c U src/contrib/gcc/timevar.h U src/contrib/gcc/treestruct.def U src/contrib/gcc/tree-vn.c U src/contrib/gcc/fp-test.c U src/contrib/gcc/c-decl.c U src/contrib/gcc/tree-eh.c U src/contrib/gcc/sort-protos U src/contrib/gcc/COPYING.LIB U src/contrib/gcc/c-errors.c U src/contrib/gcc/c-pretty-print.c U src/contrib/gcc/gbl-ctors.h U src/contrib/gcc/gthr-lynx.h U src/contrib/gcc/regmove.c U src/contrib/gcc/lambda-trans.c U src/contrib/gcc/c-pretty-print.h U src/contrib/gcc/et-forest.c U src/contrib/gcc/et-forest.h U src/contrib/gcc/local-alloc.c U src/contrib/gcc/configure.ac U src/contrib/gcc/BASE-VER U src/contrib/gcc/langhooks.c C src/contrib/gcc/function.c U src/contrib/gcc/cppdefault.c U src/contrib/gcc/tree-vectorizer.c U src/contrib/gcc/langhooks.h U src/contrib/gcc/function.h U src/contrib/gcc/print-rtl.c U src/contrib/gcc/cppdefault.h U src/contrib/gcc/tree-vectorizer.h U src/contrib/gcc/df.h U src/contrib/gcc/sdbout.c U src/contrib/gcc/stor-layout.c U src/contrib/gcc/sdbout.h U src/contrib/gcc/rtlhooks-def.h U src/contrib/gcc/read-rtl.c U src/contrib/gcc/gcse.c U src/contrib/gcc/ipa-type-escape.c U src/contrib/gcc/vmsdbg.h U src/contrib/gcc/alias.c U src/contrib/gcc/ipa-type-escape.h U src/contrib/gcc/tree-if-conv.c U src/contrib/gcc/alias.h U src/contrib/gcc/domwalk.c U src/contrib/gcc/profile.c U src/contrib/gcc/gthr-dce.h U src/contrib/gcc/domwalk.h U src/contrib/gcc/ipa.c U src/contrib/gcc/gccbug.in U src/contrib/gcc/tree-data-ref.c U src/contrib/gcc/loop-unroll.c U src/contrib/gcc/unwind-c.c U src/contrib/gcc/tree-flow-inline.h U src/contrib/gcc/tree-data-ref.h U src/contrib/gcc/ChangeLog-2000 U src/contrib/gcc/ChangeLog-2001 U src/contrib/gcc/c.opt U src/contrib/gcc/ChangeLog-2002 U src/contrib/gcc/ChangeLog-2003 U src/contrib/gcc/mkmap-flat.awk U src/contrib/gcc/ChangeLog-2004 U src/contrib/gcc/ChangeLog-2005 U src/contrib/gcc/tree-vect-analyze.c U src/contrib/gcc/ggc.h U src/contrib/gcc/opt-gather.awk U src/contrib/gcc/ONEWS U src/contrib/gcc/glimits.h U src/contrib/gcc/c-typeck.c U src/contrib/gcc/gimplify.c U src/contrib/gcc/coretypes.h U src/contrib/gcc/insn-addr.h U src/contrib/gcc/tree-ssa-phiopt.c U src/contrib/gcc/c-pragma.c U src/contrib/gcc/c-pragma.h U src/contrib/gcc/calls.c U src/contrib/gcc/genmodes.c U src/contrib/gcc/loop-doloop.c U src/contrib/gcc/dwarf.h U src/contrib/gcc/predict.def U src/contrib/gcc/tree.def U src/contrib/gcc/rtl-factoring.c U src/contrib/gcc/bt-load.c U src/contrib/gcc/expmed.c U src/contrib/gcc/genflags.c U src/contrib/gcc/ggc-common.c U src/contrib/gcc/tree-dfa.c U src/contrib/gcc/except.c U src/contrib/gcc/coverage.c U src/contrib/gcc/emit-rtl.c U src/contrib/gcc/except.h U src/contrib/gcc/cfgexpand.c U src/contrib/gcc/stringpool.c U src/contrib/gcc/coverage.h U src/contrib/gcc/cselib.c U src/contrib/gcc/emit-rtl.h U src/contrib/gcc/c-omp.c U src/contrib/gcc/tree-cfgcleanup.c U src/contrib/gcc/c-opts.c U src/contrib/gcc/cselib.h U src/contrib/gcc/tree-ssa-pre.c U src/contrib/gcc/simplify-rtx.c U src/contrib/gcc/cfgcleanup.c U src/contrib/gcc/explow.c U src/contrib/gcc/tree-ssa-live.c U src/contrib/gcc/tree-sra.c U src/contrib/gcc/tree-ssa-live.h U src/contrib/gcc/version.c U src/contrib/gcc/version.h U src/contrib/gcc/loop-invariant.c U src/contrib/gcc/genpreds.c U src/contrib/gcc/protoize.c U src/contrib/gcc/opth-gen.awk U src/contrib/gcc/tree-mudflap.c U src/contrib/gcc/loop-iv.c U src/contrib/gcc/lambda.h U src/contrib/gcc/c-dump.c U src/contrib/gcc/ipa-prop.c U src/contrib/gcc/print-tree.c U src/contrib/gcc/tree-mudflap.h U src/contrib/gcc/tree-ssa-copy.c U src/contrib/gcc/ipa-prop.h U src/contrib/gcc/cfglayout.c U src/contrib/gcc/tree-ssa-forwprop.c U src/contrib/gcc/c-convert.c U src/contrib/gcc/conflict.c U src/contrib/gcc/cfglayout.h U src/contrib/gcc/common.opt U src/contrib/gcc/ggc-zone.c U src/contrib/gcc/ggc-page.c U src/contrib/gcc/tree-ssa-dce.c U src/contrib/gcc/gencodes.c U src/contrib/gcc/varasm.c U src/contrib/gcc/tree-vect-patterns.c U src/contrib/gcc/libada-mk.in U src/contrib/gcc/tree-nested.c U src/contrib/gcc/sched-deps.c U src/contrib/gcc/c-ppoutput.c U src/contrib/gcc/tree-ssa.c U src/contrib/gcc/target-def.h U src/contrib/gcc/COPYING U src/contrib/gcc/tree-ssa-loop-prefetch.c U src/contrib/gcc/lambda-code.c U src/contrib/gcc/omp-builtins.def U src/contrib/gcc/rtl.c U src/contrib/gcc/regclass.c U src/contrib/gcc/stab.def U src/contrib/gcc/rtl.h U src/contrib/gcc/intl.c U src/contrib/gcc/tree-inline.c U src/contrib/gcc/intl.h U src/contrib/gcc/conditions.h U src/contrib/gcc/tree-inline.h U src/contrib/gcc/integrate.c U src/contrib/gcc/sched-int.h U src/contrib/gcc/tree-iterator.c U src/contrib/gcc/integrate.h U src/contrib/gcc/tree-iterator.h U src/contrib/gcc/genchecksum.c U src/contrib/gcc/tree-optimize.c U src/contrib/gcc/output.h U src/contrib/gcc/tree-vect-transform.c U src/contrib/gcc/tree-object-size.c U src/contrib/gcc/combine.c U src/contrib/gcc/tree-outof-ssa.c U src/contrib/gcc/SERVICE U src/contrib/gcc/addresses.h U src/contrib/gcc/bb-reorder.c U src/contrib/gcc/resource.c U src/contrib/gcc/var-tracking.c U src/contrib/gcc/system.h U src/contrib/gcc/tlink.c U src/contrib/gcc/cfgloop.c U src/contrib/gcc/gthr-gnat.c U src/contrib/gcc/resource.h U src/contrib/gcc/tree-profile.c U src/contrib/gcc/ggc-none.c U src/contrib/gcc/cfgloop.h U src/contrib/gcc/c-gimplify.c U src/contrib/gcc/gthr-gnat.h U src/contrib/gcc/tree-vect-generic.c U src/contrib/gcc/opt-functions.awk U src/contrib/gcc/c-common.c U src/contrib/gcc/tree-flow.h U src/contrib/gcc/emutls.c U src/contrib/gcc/df-problems.c U src/contrib/gcc/scan-decls.c U src/contrib/gcc/c-common.h U src/contrib/gcc/config.gcc U src/contrib/gcc/reg-stack.c U src/contrib/gcc/main.c U src/contrib/gcc/acinclude.m4 U src/contrib/gcc/stub-objc.c U src/contrib/gcc/fixproto U src/contrib/gcc/config.host U src/contrib/gcc/gthr-tpf.h C src/contrib/gcc/Makefile.in U src/contrib/gcc/unwind-sjlj.c U src/contrib/gcc/xcoff.h U src/contrib/gcc/sys-protos.h U src/contrib/gcc/gccspec.c U src/contrib/gcc/sched-rgn.c U src/contrib/gcc/vecprim.h U src/contrib/gcc/README.Portability U src/contrib/gcc/basic-block.h U src/contrib/gcc/tree-ssa-structalias.c U src/contrib/gcc/gthr-solaris.h U src/contrib/gcc/tree-ssa-structalias.h U src/contrib/gcc/c-common.def U src/contrib/gcc/sched-vis.c U src/contrib/gcc/libgcov.c U src/contrib/gcc/LANGUAGES U src/contrib/gcc/tree-cfg.c U src/contrib/gcc/passes.c U src/contrib/gcc/hwint.h U src/contrib/gcc/gthr-posix.c U src/contrib/gcc/c-incpath.c U src/contrib/gcc/genconstants.c U src/contrib/gcc/c-incpath.h U src/contrib/gcc/gthr-posix.h U src/contrib/gcc/struct-equiv.c U src/contrib/gcc/c-parser.c U src/contrib/gcc/tree-ssa-reassoc.c U src/contrib/gcc/unwind-generic.h U src/contrib/gcc/libgcc-std.ver U src/contrib/gcc/varray.c U src/contrib/gcc/sreal.c U src/contrib/gcc/gsyms.h U src/contrib/gcc/dfp.c U src/contrib/gcc/varray.h U src/contrib/gcc/sreal.h U src/contrib/gcc/unwind-dw2-fde-darwin.c U src/contrib/gcc/tsystem.h U src/contrib/gcc/dfp.h U src/contrib/gcc/reg-notes.def U src/contrib/gcc/cfgrtl.c U src/contrib/gcc/config.build U src/contrib/gcc/gengtype-yacc.y U src/contrib/gcc/stmt.c U src/contrib/gcc/gthr-aix.h U src/contrib/gcc/tree-browser.def U src/contrib/gcc/prefix.c U src/contrib/gcc/statistics.h U src/contrib/gcc/params.def U src/contrib/gcc/c-lang.c U src/contrib/gcc/gcov-dump.c U src/contrib/gcc/prefix.h U src/contrib/gcc/tree-ssanames.c U src/contrib/gcc/collect2.c U src/contrib/gcc/ChangeLog.lib U src/contrib/gcc/collect2.h U src/contrib/gcc/tree-ssa-threadedge.c U src/contrib/gcc/convert.c U src/contrib/gcc/convert.h U src/contrib/gcc/langhooks-def.h U src/contrib/gcc/reload1.c U src/contrib/gcc/gthr-posix95.h U src/contrib/gcc/tree-ssa-operands.c U src/contrib/gcc/ChangeLog-2006 U src/contrib/gcc/doc/collect2.texi U src/contrib/gcc/doc/loop.texi U src/contrib/gcc/doc/implement-c.texi U src/contrib/gcc/doc/sourcebuild.texi U src/contrib/gcc/doc/cpp.texi U src/contrib/gcc/doc/compat.texi U src/contrib/gcc/doc/standards.texi U src/contrib/gcc/doc/fragments.texi U src/contrib/gcc/doc/extend.texi U src/contrib/gcc/doc/configfiles.texi U src/contrib/gcc/doc/cppenv.texi U src/contrib/gcc/doc/options.texi U src/contrib/gcc/doc/gcc.texi U src/contrib/gcc/doc/passes.texi U src/contrib/gcc/doc/cfg.texi U src/contrib/gcc/doc/cppinternals.texi U src/contrib/gcc/doc/portability.texi U src/contrib/gcc/doc/gccint.texi U src/contrib/gcc/doc/bugreport.texi U src/contrib/gcc/doc/headerdirs.texi U src/contrib/gcc/doc/trouble.texi U src/contrib/gcc/doc/makefile.texi U src/contrib/gcc/doc/objc.texi U src/contrib/gcc/doc/contribute.texi U src/contrib/gcc/doc/c-tree.texi U src/contrib/gcc/doc/configterms.texi U src/contrib/gcc/doc/tm.texi U src/contrib/gcc/doc/libgcc.texi U src/contrib/gcc/doc/tree-ssa.texi U src/contrib/gcc/doc/cppopts.texi U src/contrib/gcc/doc/gnu.texi U src/contrib/gcc/doc/invoke.texi U src/contrib/gcc/doc/gcov.texi U src/contrib/gcc/doc/interface.texi U src/contrib/gcc/doc/contrib.texi U src/contrib/gcc/doc/md.texi U src/contrib/gcc/doc/service.texi U src/contrib/gcc/doc/rtl.texi U src/contrib/gcc/doc/frontends.texi U src/contrib/gcc/doc/gty.texi U src/contrib/gcc/doc/hostconfig.texi U src/contrib/gcc/doc/languages.texi U src/contrib/gcc/doc/cpp.1 U src/contrib/gcc/doc/gcc.1 U src/contrib/gcc/doc/gcov.1 U src/contrib/gcc/doc/include/funding.texi U src/contrib/gcc/doc/include/gcc-common.texi U src/contrib/gcc/doc/include/gpl.texi U src/contrib/gcc/doc/include/texinfo.tex U src/contrib/gcc/doc/include/fdl.texi U src/contrib/gcc/cp/typeck.c U src/contrib/gcc/cp/optimize.c U src/contrib/gcc/cp/lang-specs.h U src/contrib/gcc/cp/init.c U src/contrib/gcc/cp/class.c U src/contrib/gcc/cp/repo.c C src/contrib/gcc/cp/decl.c U src/contrib/gcc/cp/config-lang.in U src/contrib/gcc/cp/cfns.gperf U src/contrib/gcc/cp/cp-tree.def U src/contrib/gcc/cp/call.c U src/contrib/gcc/cp/decl.h U src/contrib/gcc/cp/ptree.c U src/contrib/gcc/cp/Make-lang.in U src/contrib/gcc/cp/method.c U src/contrib/gcc/cp/rtti.c U src/contrib/gcc/cp/cp-objcp-common.c U src/contrib/gcc/cp/ChangeLog-2000 U src/contrib/gcc/cp/ChangeLog-2001 U src/contrib/gcc/cp/ChangeLog-2002 U src/contrib/gcc/cp/g++spec.c U src/contrib/gcc/cp/cp-objcp-common.h U src/contrib/gcc/cp/ChangeLog-2003 U src/contrib/gcc/cp/error.c U src/contrib/gcc/cp/ChangeLog.tree-ssa U src/contrib/gcc/cp/except.c U src/contrib/gcc/cp/ChangeLog-2004 U src/contrib/gcc/cp/operators.def U src/contrib/gcc/cp/NEWS U src/contrib/gcc/cp/cvt.c U src/contrib/gcc/cp/tree.c U src/contrib/gcc/cp/mangle.c U src/contrib/gcc/cp/cp-tree.h U src/contrib/gcc/cp/dump.c U src/contrib/gcc/cp/search.c U src/contrib/gcc/cp/ChangeLog U src/contrib/gcc/cp/friend.c U src/contrib/gcc/cp/ChangeLog-1993 U src/contrib/gcc/cp/ChangeLog-1994 U src/contrib/gcc/cp/ChangeLog-1995 U src/contrib/gcc/cp/ChangeLog-1996 U src/contrib/gcc/cp/ChangeLog-1997 U src/contrib/gcc/cp/ChangeLog-1998 U src/contrib/gcc/cp/expr.c U src/contrib/gcc/cp/ChangeLog-1999 U src/contrib/gcc/cp/cp-gimplify.c U src/contrib/gcc/cp/cxx-pretty-print.c U src/contrib/gcc/cp/pt.c U src/contrib/gcc/cp/cp-lang.c U src/contrib/gcc/cp/typeck2.c U src/contrib/gcc/cp/cxx-pretty-print.h U src/contrib/gcc/cp/semantics.c U src/contrib/gcc/cp/name-lookup.c U src/contrib/gcc/cp/lex.c U src/contrib/gcc/cp/decl2.c U src/contrib/gcc/cp/name-lookup.h U src/contrib/gcc/cp/parser.c U src/contrib/gcc/ginclude/stddef.h U src/contrib/gcc/ginclude/iso646.h U src/contrib/gcc/ginclude/decfloat.h U src/contrib/gcc/ginclude/stdarg.h U src/contrib/gcc/ginclude/float.h U src/contrib/gcc/ginclude/varargs.h U src/contrib/gcc/ginclude/stdbool.h U src/contrib/gcc/objc/Make-lang.in U src/contrib/gcc/objc/lang-specs.h U src/contrib/gcc/objc/objc-act.c U src/contrib/gcc/objc/ChangeLog U src/contrib/gcc/objc/objc-tree.def U src/contrib/gcc/objc/objc-act.h U src/contrib/gcc/objc/config-lang.in U src/contrib/gcc/objc/README U src/contrib/gcc/objc/objc-lang.c U src/contrib/gcc/config/t-netbsd U src/contrib/gcc/config/host-hpux.c U src/contrib/gcc/config/t-dfprules U src/contrib/gcc/config/t-darwin U src/contrib/gcc/config/linux.h U src/contrib/gcc/config/x-interix U src/contrib/gcc/config/t-slibgcc-darwin U src/contrib/gcc/config/t-libgcc-pic U src/contrib/gcc/config/elfos.h U src/contrib/gcc/config/t-svr4 U src/contrib/gcc/config/dbxcoff.h U src/contrib/gcc/config/libgloss.h U src/contrib/gcc/config/interix.h U src/contrib/gcc/config/vx-common.h U src/contrib/gcc/config/netbsd-aout.h U src/contrib/gcc/config/darwin-crt2.c U src/contrib/gcc/config/floatunsixf.c U src/contrib/gcc/config/vxworks.opt U src/contrib/gcc/config/darwin.opt U src/contrib/gcc/config/darwin-c.c U src/contrib/gcc/config/t-libunwind U src/contrib/gcc/config/sol2.c U src/contrib/gcc/config/darwin-protos.h U src/contrib/gcc/config/linux.opt U src/contrib/gcc/config/sol2.h U src/contrib/gcc/config/usegas.h U src/contrib/gcc/config/floatunsisf.c U src/contrib/gcc/config/svr3.h U src/contrib/gcc/config/sol2-protos.h U src/contrib/gcc/config/t-gnu U src/contrib/gcc/config/dbxelf.h U src/contrib/gcc/config/t-rtems U src/contrib/gcc/config/lynx.opt U src/contrib/gcc/config/t-openbsd-thread U src/contrib/gcc/config/fp-bit.c U src/contrib/gcc/config/kfreebsd-gnu.h U src/contrib/gcc/config/dbx.h U src/contrib/gcc/config/fp-bit.h U src/contrib/gcc/config/udivmodsi4.c U src/contrib/gcc/config/host-solaris.c U src/contrib/gcc/config/darwin-crt3.c U src/contrib/gcc/config/vxworksae.h U src/contrib/gcc/config/t-freebsd-thread U src/contrib/gcc/config/sol2-c.c U src/contrib/gcc/config/lynx.h U src/contrib/gcc/config/openbsd-oldgas.h U src/contrib/gcc/config/udivmod.c U src/contrib/gcc/config/tm-dwarf2.h U src/contrib/gcc/config/host-linux.c U src/contrib/gcc/config/interix3.h U src/contrib/gcc/config/README U src/contrib/gcc/config/memcmp.c U src/contrib/gcc/config/t-linux U src/contrib/gcc/config/x-linux U src/contrib/gcc/config/t-slibgcc-elf-ver U src/contrib/gcc/config/netbsd.h U src/contrib/gcc/config/netbsd-elf.h U src/contrib/gcc/config/memset.c U src/contrib/gcc/config/t-sol2 U src/contrib/gcc/config/host-darwin.c U src/contrib/gcc/config/t-libc-ok U src/contrib/gcc/config/svr4.h U src/contrib/gcc/config/host-darwin.h U src/contrib/gcc/config/memmove.c U src/contrib/gcc/config/t-slibgcc-sld U src/contrib/gcc/config/x-darwin U src/contrib/gcc/config/x-hpux U src/contrib/gcc/config/floatunsidf.c U src/contrib/gcc/config/windiss.h U src/contrib/gcc/config/gofast.h U src/contrib/gcc/config/floatunsitf.c U src/contrib/gcc/config/gnu.h U src/contrib/gcc/config/rtems.h U src/contrib/gcc/config/x-solaris U src/contrib/gcc/config/sol2-10.h U src/contrib/gcc/config/t-vxworks U src/contrib/gcc/config/t-libunwind-elf U src/contrib/gcc/config/darwin.c U src/contrib/gcc/config/dfp-bit.c U src/contrib/gcc/config/darwin-sections.def U src/contrib/gcc/config/freebsd-nthr.h U src/contrib/gcc/config/darwin.h U src/contrib/gcc/config/dfp-bit.h U src/contrib/gcc/config/t-slibgcc-nolc-override U src/contrib/gcc/config/kaos.h U src/contrib/gcc/config/t-openbsd U src/contrib/gcc/config/vxlib.c U src/contrib/gcc/config/t-freebsd U src/contrib/gcc/config/memcpy.c U src/contrib/gcc/config/openbsd.h U src/contrib/gcc/config/ptx4.h U src/contrib/gcc/config/freebsd-spec.h U src/contrib/gcc/config/t-lynx U src/contrib/gcc/config/darwin-64.c U src/contrib/gcc/config/freebsd.h U src/contrib/gcc/config/libgcc-glibc.ver U src/contrib/gcc/config/divmod.c U src/contrib/gcc/config/knetbsd-gnu.h U src/contrib/gcc/config/sol2-6.h U src/contrib/gcc/config/vxworks.h U src/contrib/gcc/config/darwin9.h U src/contrib/gcc/config/arm/t-netbsd U src/contrib/gcc/config/arm/uclinux-elf.h U src/contrib/gcc/config/arm/semi.h U src/contrib/gcc/config/arm/ecos-elf.h U src/contrib/gcc/config/arm/arm1020e.md U src/contrib/gcc/config/arm/symbian.h U src/contrib/gcc/config/arm/linux-elf.h U src/contrib/gcc/config/arm/arm1026ejs.md U src/contrib/gcc/config/arm/arm1136jfs.md U src/contrib/gcc/config/arm/elf.h U src/contrib/gcc/config/arm/aout.h U src/contrib/gcc/config/arm/ieee754-df.S U src/contrib/gcc/config/arm/arm.c U src/contrib/gcc/config/arm/coff.h U src/contrib/gcc/config/arm/strongarm-pe.h U src/contrib/gcc/config/arm/lib1funcs.asm U src/contrib/gcc/config/arm/arm.h U src/contrib/gcc/config/arm/semiaof.h U src/contrib/gcc/config/arm/t-strongarm-pe U src/contrib/gcc/config/arm/crti.asm U src/contrib/gcc/config/arm/arm-modes.def U src/contrib/gcc/config/arm/t-strongarm-elf U src/contrib/gcc/config/arm/mmintrin.h U src/contrib/gcc/config/arm/vfp.md U src/contrib/gcc/config/arm/linux-eabi.h U src/contrib/gcc/config/arm/rtems-elf.h U src/contrib/gcc/config/arm/t-vxworks U src/contrib/gcc/config/arm/arm-cores.def U src/contrib/gcc/config/arm/crtn.asm U src/contrib/gcc/config/arm/arm-tune.md U src/contrib/gcc/config/arm/arm-protos.h U src/contrib/gcc/config/arm/aof.h U src/contrib/gcc/config/arm/libunwind.S U src/contrib/gcc/config/arm/linux-gas.h U src/contrib/gcc/config/arm/wince-pe.h U src/contrib/gcc/config/arm/t-linux-eabi U src/contrib/gcc/config/arm/t-pe U src/contrib/gcc/config/arm/constraints.md U src/contrib/gcc/config/arm/xscale-elf.h U src/contrib/gcc/config/arm/pr-support.c U src/contrib/gcc/config/arm/strongarm-coff.h U src/contrib/gcc/config/arm/t-bpabi U src/contrib/gcc/config/arm/bpabi.S U src/contrib/gcc/config/arm/ieee754-sf.S U src/contrib/gcc/config/arm/t-arm U src/contrib/gcc/config/arm/arm.opt U src/contrib/gcc/config/arm/arm926ejs.md U src/contrib/gcc/config/arm/t-rtems U src/contrib/gcc/config/arm/bpabi.c U src/contrib/gcc/config/arm/predicates.md U src/contrib/gcc/config/arm/t-arm-elf U src/contrib/gcc/config/arm/iwmmxt.md U src/contrib/gcc/config/arm/t-xscale-elf U src/contrib/gcc/config/arm/unknown-elf.h U src/contrib/gcc/config/arm/t-arm-coff U src/contrib/gcc/config/arm/t-xscale-coff U src/contrib/gcc/config/arm/t-semi U src/contrib/gcc/config/arm/kaos-arm.h U src/contrib/gcc/config/arm/bpabi.h U src/contrib/gcc/config/arm/pe.opt U src/contrib/gcc/config/arm/README-interworking U src/contrib/gcc/config/arm/arm.md U src/contrib/gcc/config/arm/xscale-coff.h U src/contrib/gcc/config/arm/pe.c U src/contrib/gcc/config/arm/arm-generic.md U src/contrib/gcc/config/arm/libgcc-bpabi.ver U src/contrib/gcc/config/arm/pe.h U src/contrib/gcc/config/arm/kaos-strongarm.h U src/contrib/gcc/config/arm/t-linux U src/contrib/gcc/config/arm/freebsd.h U src/contrib/gcc/config/arm/unwind-arm.c U src/contrib/gcc/config/arm/t-symbian U src/contrib/gcc/config/arm/unaligned-funcs.c U src/contrib/gcc/config/arm/netbsd.h U src/contrib/gcc/config/arm/fpa.md U src/contrib/gcc/config/arm/strongarm-elf.h U src/contrib/gcc/config/arm/cirrus.md U src/contrib/gcc/config/arm/unwind-arm.h U src/contrib/gcc/config/arm/t-wince-pe U src/contrib/gcc/config/arm/netbsd-elf.h U src/contrib/gcc/config/arm/vxworks.h U src/contrib/gcc/config/arm/gentune.sh U src/contrib/gcc/config/s390/s390.c U src/contrib/gcc/config/s390/tpf.h U src/contrib/gcc/config/s390/tpf-unwind.h U src/contrib/gcc/config/s390/predicates.md U src/contrib/gcc/config/s390/s390.h U src/contrib/gcc/config/s390/linux.h U src/contrib/gcc/config/s390/linux-unwind.h U src/contrib/gcc/config/s390/tpf.md U src/contrib/gcc/config/s390/2064.md U src/contrib/gcc/config/s390/t-tpf U src/contrib/gcc/config/s390/tpf.opt U src/contrib/gcc/config/s390/libgcc-glibc.ver U src/contrib/gcc/config/s390/2084.md U src/contrib/gcc/config/s390/s390.md U src/contrib/gcc/config/s390/s390.opt U src/contrib/gcc/config/s390/s390-modes.def U src/contrib/gcc/config/s390/t-linux U src/contrib/gcc/config/s390/t-crtstuff U src/contrib/gcc/config/s390/fixdfdi.h U src/contrib/gcc/config/s390/constraints.md U src/contrib/gcc/config/s390/s390-protos.h U src/contrib/gcc/config/s390/t-linux64 U src/contrib/gcc/config/s390/s390x.h U src/contrib/gcc/config/sparc/hypersparc.md U src/contrib/gcc/config/sparc/t-sol2 U src/contrib/gcc/config/sparc/predicates.md U src/contrib/gcc/config/sparc/linux.h U src/contrib/gcc/config/sparc/sp64-elf.h U src/contrib/gcc/config/sparc/supersparc.md U src/contrib/gcc/config/sparc/sol2-ci.asm U src/contrib/gcc/config/sparc/cypress.md U src/contrib/gcc/config/sparc/linux-unwind.h U src/contrib/gcc/config/sparc/openbsd1-64.h U src/contrib/gcc/config/sparc/openbsd64.h U src/contrib/gcc/config/sparc/sol2-cn.asm U src/contrib/gcc/config/sparc/sol2-64.h U src/contrib/gcc/config/sparc/sol2-c1.asm U src/contrib/gcc/config/sparc/niagara.md U src/contrib/gcc/config/sparc/libgcc-sparc-glibc.ver U src/contrib/gcc/config/sparc/sol2-gas-bi.h U src/contrib/gcc/config/sparc/long-double-switch.opt U src/contrib/gcc/config/sparc/sparc.md U src/contrib/gcc/config/sparc/sparc.opt U src/contrib/gcc/config/sparc/ultra3.md U src/contrib/gcc/config/sparc/sync.md U src/contrib/gcc/config/sparc/t-linux64 U src/contrib/gcc/config/sparc/sp-elf.h U src/contrib/gcc/config/sparc/t-crtfm U src/contrib/gcc/config/sparc/sol2-gas.h U src/contrib/gcc/config/sparc/sparc-protos.h U src/contrib/gcc/config/sparc/biarch64.h U src/contrib/gcc/config/sparc/ultra1_2.md U src/contrib/gcc/config/sparc/sparc.c U src/contrib/gcc/config/sparc/little-endian.opt U src/contrib/gcc/config/sparc/t-netbsd64 U src/contrib/gcc/config/sparc/sol2-bi.h U src/contrib/gcc/config/sparc/sysv4-only.h U src/contrib/gcc/config/sparc/gmon-sol2.c U src/contrib/gcc/config/sparc/sparc.h U src/contrib/gcc/config/sparc/linux64.h U src/contrib/gcc/config/sparc/freebsd.h U src/contrib/gcc/config/sparc/t-linux U src/contrib/gcc/config/sparc/sol2-gld-bi.h U src/contrib/gcc/config/sparc/crtfastmath.c U src/contrib/gcc/config/sparc/lb1spc.asm U src/contrib/gcc/config/sparc/sol2.h U src/contrib/gcc/config/sparc/rtemself.h U src/contrib/gcc/config/sparc/t-elf U src/contrib/gcc/config/sparc/t-sol2-64 U src/contrib/gcc/config/sparc/sysv4.h U src/contrib/gcc/config/sparc/sol2-gld.h U src/contrib/gcc/config/sparc/netbsd-elf.h U src/contrib/gcc/config/sparc/sparc-modes.def U src/contrib/gcc/config/sparc/sol26-sld.h U src/contrib/gcc/config/sparc/lb1spl.asm U src/contrib/gcc/config/sparc/sparclet.md C src/contrib/gcc/config/i386/i386.h U src/contrib/gcc/config/i386/t-interix U src/contrib/gcc/config/i386/cygming.h U src/contrib/gcc/config/i386/t-darwin U src/contrib/gcc/config/i386/linux.h U src/contrib/gcc/config/i386/cygwin.h C src/contrib/gcc/config/i386/i386.md U src/contrib/gcc/config/i386/netware-crt0.c U src/contrib/gcc/config/i386/sol2-c1.asm U src/contrib/gcc/config/i386/sco5.h U src/contrib/gcc/config/i386/mmx.md U src/contrib/gcc/config/i386/kaos-i386.h U src/contrib/gcc/config/i386/winnt-stubs.c U src/contrib/gcc/config/i386/netbsd64.h U src/contrib/gcc/config/i386/t-pmm_malloc U src/contrib/gcc/config/i386/t-uwin U src/contrib/gcc/config/i386/mmintrin.h U src/contrib/gcc/config/i386/t-beos U src/contrib/gcc/config/i386/djgpp.h U src/contrib/gcc/config/i386/t-svr3dbx U src/contrib/gcc/config/i386/t-cygming U src/contrib/gcc/config/i386/gas.h U src/contrib/gcc/config/i386/t-crtstuff U src/contrib/gcc/config/i386/t-gthr-win32 U src/contrib/gcc/config/i386/sol2.h U src/contrib/gcc/config/i386/constraints.md U src/contrib/gcc/config/i386/netware-libgcc.c U src/contrib/gcc/config/i386/sysv5.h U src/contrib/gcc/config/i386/cygwin.asm U src/contrib/gcc/config/i386/predicates.md U src/contrib/gcc/config/i386/sol2-ci.asm U src/contrib/gcc/config/i386/x-i386 U src/contrib/gcc/config/i386/uwin.asm U src/contrib/gcc/config/i386/t-cygwin U src/contrib/gcc/config/i386/kfreebsd-gnu.h U src/contrib/gcc/config/i386/x86-64.h U src/contrib/gcc/config/i386/t-djgpp U src/contrib/gcc/config/i386/sol2-gc1.asm U src/contrib/gcc/config/i386/pmm_malloc.h U src/contrib/gcc/config/i386/freebsd64.h U src/contrib/gcc/config/i386/vxworksae.h U src/contrib/gcc/config/i386/pentium.md U src/contrib/gcc/config/i386/lynx.h U src/contrib/gcc/config/i386/darwin-libgcc.10.5.ver U src/contrib/gcc/config/i386/athlon.md U src/contrib/gcc/config/i386/gthr-win32.c U src/contrib/gcc/config/i386/gmon-sol2.c U src/contrib/gcc/config/i386/netbsd.h U src/contrib/gcc/config/i386/i386elf.h U src/contrib/gcc/config/i386/rtemself.h U src/contrib/gcc/config/i386/netbsd-elf.h U src/contrib/gcc/config/i386/ppro.md U src/contrib/gcc/config/i386/k6.md U src/contrib/gcc/config/i386/t-sol2 U src/contrib/gcc/config/i386/netware.c U src/contrib/gcc/config/i386/x-darwin U src/contrib/gcc/config/i386/i386-modes.def U src/contrib/gcc/config/i386/sysv4-cpp.h U src/contrib/gcc/config/i386/i386-interix.h U src/contrib/gcc/config/i386/cygwin1.c U src/contrib/gcc/config/i386/pmmintrin.h U src/contrib/gcc/config/i386/djgpp.opt U src/contrib/gcc/config/i386/uwin.h U src/contrib/gcc/config/i386/unix.h U src/contrib/gcc/config/i386/mm3dnow.h U src/contrib/gcc/config/i386/ptx4-i.h U src/contrib/gcc/config/i386/xmmintrin.h U src/contrib/gcc/config/i386/xm-djgpp.h U src/contrib/gcc/config/i386/att.h U src/contrib/gcc/config/i386/gnu.h U src/contrib/gcc/config/i386/winnt.c U src/contrib/gcc/config/i386/netware-libgcc.exp U src/contrib/gcc/config/i386/t-rtems-i386 U src/contrib/gcc/config/i386/beos-elf.h U src/contrib/gcc/config/i386/sol2-10.h U src/contrib/gcc/config/i386/t-vxworks U src/contrib/gcc/config/i386/darwin64.h U src/contrib/gcc/config/i386/t-mingw32 U src/contrib/gcc/config/i386/sse.md U src/contrib/gcc/config/i386/i386.opt U src/contrib/gcc/config/i386/x-mingw32 U src/contrib/gcc/config/i386/bsd.h U src/contrib/gcc/config/i386/cygming.opt U src/contrib/gcc/config/i386/mach.h U src/contrib/gcc/config/i386/xm-mingw32.h U src/contrib/gcc/config/i386/t-darwin64 U src/contrib/gcc/config/i386/linux64.h U src/contrib/gcc/config/i386/crtfastmath.c U src/contrib/gcc/config/i386/openbsdelf.h U src/contrib/gcc/config/i386/xm-cygwin.h U src/contrib/gcc/config/i386/gstabs.h U src/contrib/gcc/config/i386/sco5.opt U src/contrib/gcc/config/i386/darwin.h U src/contrib/gcc/config/i386/mingw32.h U src/contrib/gcc/config/i386/winnt-cxx.c U src/contrib/gcc/config/i386/i386-interix3.h U src/contrib/gcc/config/i386/nwld.c U src/contrib/gcc/config/i386/linux-unwind.h U src/contrib/gcc/config/i386/emmintrin.h U src/contrib/gcc/config/i386/t-vxworksae U src/contrib/gcc/config/i386/libgcc-x86_64-glibc.ver U src/contrib/gcc/config/i386/nwld.h U src/contrib/gcc/config/i386/t-openbsd U src/contrib/gcc/config/i386/sol2-cn.asm U src/contrib/gcc/config/i386/host-cygwin.c U src/contrib/gcc/config/i386/t-sol2-10 U src/contrib/gcc/config/i386/t-nto U src/contrib/gcc/config/i386/cygwin2.c U src/contrib/gcc/config/i386/i386-protos.h U src/contrib/gcc/config/i386/t-nwld U src/contrib/gcc/config/i386/x-cygwin U src/contrib/gcc/config/i386/t-sco5 U src/contrib/gcc/config/i386/t-linux64 U src/contrib/gcc/config/i386/sync.md U src/contrib/gcc/config/i386/t-crtfm U src/contrib/gcc/config/i386/openbsd.h U src/contrib/gcc/config/i386/t-i386elf U src/contrib/gcc/config/i386/darwin-libgcc.10.4.ver U src/contrib/gcc/config/i386/host-mingw32.c U src/contrib/gcc/config/i386/netware-libgcc.def U src/contrib/gcc/config/i386/t-crtpic U src/contrib/gcc/config/i386/i386-aout.h U src/contrib/gcc/config/i386/nto.h U src/contrib/gcc/config/i386/biarch64.h C src/contrib/gcc/config/i386/i386.c U src/contrib/gcc/config/i386/i386-coff.h U src/contrib/gcc/config/i386/gmm_malloc.h U src/contrib/gcc/config/i386/freebsd.h U src/contrib/gcc/config/i386/driver-i386.c U src/contrib/gcc/config/i386/host-i386-darwin.c U src/contrib/gcc/config/i386/knetbsd-gnu.h U src/contrib/gcc/config/i386/t-gmm_malloc U src/contrib/gcc/config/i386/vxworks.h U src/contrib/gcc/config/i386/crtdll.h U src/contrib/gcc/config/i386/sysv4.h U src/contrib/gcc/config/ia64/t-glibc U src/contrib/gcc/config/ia64/predicates.md U src/contrib/gcc/config/ia64/t-hpux U src/contrib/gcc/config/ia64/linux.h U src/contrib/gcc/config/ia64/itanium1.md U src/contrib/gcc/config/ia64/unwind-ia64.c U src/contrib/gcc/config/ia64/linux-unwind.h U src/contrib/gcc/config/ia64/ilp32.opt U src/contrib/gcc/config/ia64/unwind-ia64.h U src/contrib/gcc/config/ia64/elf.h U src/contrib/gcc/config/ia64/fde-glibc.c U src/contrib/gcc/config/ia64/ia64-c.c U src/contrib/gcc/config/ia64/ia64.opt U src/contrib/gcc/config/ia64/lib1funcs.asm U src/contrib/gcc/config/ia64/sync.md U src/contrib/gcc/config/ia64/libgcc-ia64.ver U src/contrib/gcc/config/ia64/crti.asm U src/contrib/gcc/config/ia64/ia64.c U src/contrib/gcc/config/ia64/crtn.asm U src/contrib/gcc/config/ia64/itanium2.md U src/contrib/gcc/config/ia64/ia64.h U src/contrib/gcc/config/ia64/crtend.asm U src/contrib/gcc/config/ia64/freebsd.h U src/contrib/gcc/config/ia64/vect.md U src/contrib/gcc/config/ia64/ia64.md U src/contrib/gcc/config/ia64/crtfastmath.c U src/contrib/gcc/config/ia64/quadlib.c U src/contrib/gcc/config/ia64/t-ia64 U src/contrib/gcc/config/ia64/ia64-modes.def U src/contrib/gcc/config/ia64/t-glibc-libunwind U src/contrib/gcc/config/ia64/hpux.h U src/contrib/gcc/config/ia64/crtbegin.asm U src/contrib/gcc/config/ia64/ia64intrin.h U src/contrib/gcc/config/ia64/ia64-protos.h U src/contrib/gcc/config/ia64/sysv4.h U src/contrib/gcc/config/rs6000/power4.md U src/contrib/gcc/config/rs6000/host-darwin.c U src/contrib/gcc/config/rs6000/t-netbsd U src/contrib/gcc/config/rs6000/t-fprules U src/contrib/gcc/config/rs6000/t-fprules-fpbit U src/contrib/gcc/config/rs6000/6xx.md U src/contrib/gcc/config/rs6000/linux.h U src/contrib/gcc/config/rs6000/t-darwin U src/contrib/gcc/config/rs6000/t-ppcos U src/contrib/gcc/config/rs6000/eabi.h U src/contrib/gcc/config/rs6000/aix41.opt U src/contrib/gcc/config/rs6000/t-spe U src/contrib/gcc/config/rs6000/darwin-ldouble.c U src/contrib/gcc/config/rs6000/x-darwin U src/contrib/gcc/config/rs6000/t-rs6000 U src/contrib/gcc/config/rs6000/xcoff.h U src/contrib/gcc/config/rs6000/secureplt.h U src/contrib/gcc/config/rs6000/linuxspe.h U src/contrib/gcc/config/rs6000/eabialtivec.h U src/contrib/gcc/config/rs6000/8540.md U src/contrib/gcc/config/rs6000/darwin8.h U src/contrib/gcc/config/rs6000/tramp.asm U src/contrib/gcc/config/rs6000/kaos-ppc.h U src/contrib/gcc/config/rs6000/sol-ci.asm U src/contrib/gcc/config/rs6000/603.md U src/contrib/gcc/config/rs6000/windiss.h U src/contrib/gcc/config/rs6000/libgcc-ppc64.ver U src/contrib/gcc/config/rs6000/sol-cn.asm U src/contrib/gcc/config/rs6000/aix41.h U src/contrib/gcc/config/rs6000/beos.h U src/contrib/gcc/config/rs6000/t-newas U src/contrib/gcc/config/rs6000/mpc.md U src/contrib/gcc/config/rs6000/aix43.h U src/contrib/gcc/config/rs6000/gnu.h U src/contrib/gcc/config/rs6000/rtems.h U src/contrib/gcc/config/rs6000/sfp-machine.h U src/contrib/gcc/config/rs6000/t-fprules-softfp U src/contrib/gcc/config/rs6000/aix.opt U src/contrib/gcc/config/rs6000/darwin.md U src/contrib/gcc/config/rs6000/default64.h U src/contrib/gcc/config/rs6000/darwin64.h U src/contrib/gcc/config/rs6000/t-vxworks U src/contrib/gcc/config/rs6000/darwin.opt U src/contrib/gcc/config/rs6000/7xx.md U src/contrib/gcc/config/rs6000/darwin-fpsave.asm U src/contrib/gcc/config/rs6000/spe.md U src/contrib/gcc/config/rs6000/darwin-asm.h U src/contrib/gcc/config/rs6000/t-beos U src/contrib/gcc/config/rs6000/crtsavres.asm U src/contrib/gcc/config/rs6000/rs6000-c.c U src/contrib/gcc/config/rs6000/rs6000.opt U src/contrib/gcc/config/rs6000/linuxaltivec.h U src/contrib/gcc/config/rs6000/darwin-vecsave.asm U src/contrib/gcc/config/rs6000/rios2.md U src/contrib/gcc/config/rs6000/7450.md U src/contrib/gcc/config/rs6000/darwin-ldouble-format U src/contrib/gcc/config/rs6000/linux64.h U src/contrib/gcc/config/rs6000/t-ppcendian U src/contrib/gcc/config/rs6000/x-darwin64 U src/contrib/gcc/config/rs6000/440.md U src/contrib/gcc/config/rs6000/constraints.md U src/contrib/gcc/config/rs6000/eabi-ci.asm U src/contrib/gcc/config/rs6000/host-ppc64-darwin.c U src/contrib/gcc/config/rs6000/darwin.h U src/contrib/gcc/config/rs6000/rs6000.c U src/contrib/gcc/config/rs6000/libgcc-ppc-glibc.ver U src/contrib/gcc/config/rs6000/eabi-cn.asm U src/contrib/gcc/config/rs6000/aix52.h U src/contrib/gcc/config/rs6000/eabi.asm U src/contrib/gcc/config/rs6000/rs6000.h U src/contrib/gcc/config/rs6000/predicates.md U src/contrib/gcc/config/rs6000/darwin-tramp.asm U src/contrib/gcc/config/rs6000/altivec.md U src/contrib/gcc/config/rs6000/ppc-asm.h U src/contrib/gcc/config/rs6000/linux-unwind.h U src/contrib/gcc/config/rs6000/darwin-world.asm U src/contrib/gcc/config/rs6000/t-aix43 U src/contrib/gcc/config/rs6000/t-vxworksae U src/contrib/gcc/config/rs6000/t-rtems U src/contrib/gcc/config/rs6000/aix64.opt U src/contrib/gcc/config/rs6000/rios1.md U src/contrib/gcc/config/rs6000/rs6000-modes.def U src/contrib/gcc/config/rs6000/rs64.md U src/contrib/gcc/config/rs6000/eabisim.h U src/contrib/gcc/config/rs6000/sysv4le.h U src/contrib/gcc/config/rs6000/darwin7.h U src/contrib/gcc/config/rs6000/darwin-fallback.c U src/contrib/gcc/config/rs6000/linux64.opt U src/contrib/gcc/config/rs6000/t-linux64 U src/contrib/gcc/config/rs6000/sync.md U src/contrib/gcc/config/rs6000/darwin-unwind.h U src/contrib/gcc/config/rs6000/spe.h U src/contrib/gcc/config/rs6000/t-ppcgas U src/contrib/gcc/config/rs6000/x-linux64 U src/contrib/gcc/config/rs6000/vxworksae.h U src/contrib/gcc/config/rs6000/lynx.h U src/contrib/gcc/config/rs6000/power5.md U src/contrib/gcc/config/rs6000/ppc64-fp.c U src/contrib/gcc/config/rs6000/biarch64.h U src/contrib/gcc/config/rs6000/darwin-libgcc.10.4.ver U src/contrib/gcc/config/rs6000/darwin-libgcc.10.5.ver U src/contrib/gcc/config/rs6000/rs6000.md U src/contrib/gcc/config/rs6000/sysv4.opt U src/contrib/gcc/config/rs6000/t-aix52 U src/contrib/gcc/config/rs6000/t-lynx U src/contrib/gcc/config/rs6000/eabispe.h U src/contrib/gcc/config/rs6000/t-ppccomm U src/contrib/gcc/config/rs6000/freebsd.h U src/contrib/gcc/config/rs6000/milli.exp U src/contrib/gcc/config/rs6000/rs6000-protos.h U src/contrib/gcc/config/rs6000/netbsd.h U src/contrib/gcc/config/rs6000/e500-double.h U src/contrib/gcc/config/rs6000/aix.h U src/contrib/gcc/config/rs6000/vxworks.h U src/contrib/gcc/config/rs6000/40x.md U src/contrib/gcc/config/rs6000/altivec.h U src/contrib/gcc/config/rs6000/aix51.h U src/contrib/gcc/config/rs6000/t-darwin8 U src/contrib/gcc/config/rs6000/sysv4.h U src/contrib/gcc/config/mips/4100.md U src/contrib/gcc/config/mips/linux.h U src/contrib/gcc/config/mips/t-sb1 U src/contrib/gcc/config/mips/4130.md U src/contrib/gcc/config/mips/t-vr U src/contrib/gcc/config/mips/irix-crti.asm U src/contrib/gcc/config/mips/mips-dsp.md U src/contrib/gcc/config/mips/t-isa3264 U src/contrib/gcc/config/mips/elf.h U src/contrib/gcc/config/mips/t-iris6 U src/contrib/gcc/config/mips/sdb.h U src/contrib/gcc/config/mips/irix-crtn.asm U src/contrib/gcc/config/mips/windiss.h U src/contrib/gcc/config/mips/t-sr71k U src/contrib/gcc/config/mips/rtems.h U src/contrib/gcc/config/mips/crti.asm U src/contrib/gcc/config/mips/3000.md U src/contrib/gcc/config/mips/iris5.h U src/contrib/gcc/config/mips/5000.md U src/contrib/gcc/config/mips/t-vxworks U src/contrib/gcc/config/mips/t-gofast U src/contrib/gcc/config/mips/7000.md U src/contrib/gcc/config/mips/crtn.asm U src/contrib/gcc/config/mips/9000.md U src/contrib/gcc/config/mips/5400.md U src/contrib/gcc/config/mips/4600.md U src/contrib/gcc/config/mips/4300.md U src/contrib/gcc/config/mips/linux64.h U src/contrib/gcc/config/mips/elforion.h U src/contrib/gcc/config/mips/constraints.md U src/contrib/gcc/config/mips/generic.md U src/contrib/gcc/config/mips/predicates.md U src/contrib/gcc/config/mips/linux-unwind.h U src/contrib/gcc/config/mips/5500.md U src/contrib/gcc/config/mips/t-rtems U src/contrib/gcc/config/mips/mips-ps-3d.md U src/contrib/gcc/config/mips/iris.h U src/contrib/gcc/config/mips/24k.md U src/contrib/gcc/config/mips/t-iris U src/contrib/gcc/config/mips/mips.md U src/contrib/gcc/config/mips/mips.opt U src/contrib/gcc/config/mips/t-linux64 U src/contrib/gcc/config/mips/4k.md U src/contrib/gcc/config/mips/t-r3900 U src/contrib/gcc/config/mips/5k.md U src/contrib/gcc/config/mips/vr4120-div.S U src/contrib/gcc/config/mips/t-slibgcc-irix U src/contrib/gcc/config/mips/openbsd.h U src/contrib/gcc/config/mips/mips16.S U src/contrib/gcc/config/mips/mips-protos.h U src/contrib/gcc/config/mips/4000.md U src/contrib/gcc/config/mips/iris6.h U src/contrib/gcc/config/mips/sb1.md U src/contrib/gcc/config/mips/6000.md U src/contrib/gcc/config/mips/dbxmdebug.h U src/contrib/gcc/config/mips/mips.c U src/contrib/gcc/config/mips/mips.h U src/contrib/gcc/config/mips/r3900.h U src/contrib/gcc/config/mips/netbsd.h U src/contrib/gcc/config/mips/sr71k.md U src/contrib/gcc/config/mips/t-elf U src/contrib/gcc/config/mips/vxworks.h U src/contrib/gcc/config/mips/t-mips U src/contrib/gcc/config/mips/mips-modes.def U src/contrib/gcc/config/mips/vr.h U src/contrib/gcc/config/soft-fp/quad.h U src/contrib/gcc/config/soft-fp/fixunstfsi.c U src/contrib/gcc/config/soft-fp/unordsf2.c U src/contrib/gcc/config/soft-fp/unordtf2.c U src/contrib/gcc/config/soft-fp/lesf2.c U src/contrib/gcc/config/soft-fp/floatdisf.c U src/contrib/gcc/config/soft-fp/letf2.c U src/contrib/gcc/config/soft-fp/extendsfdf2.c U src/contrib/gcc/config/soft-fp/fixtfsi.c U src/contrib/gcc/config/soft-fp/floatunsidf.c U src/contrib/gcc/config/soft-fp/divdf3.c U src/contrib/gcc/config/soft-fp/truncdfsf2.c U src/contrib/gcc/config/soft-fp/op-1.h U src/contrib/gcc/config/soft-fp/trunctfdf2.c U src/contrib/gcc/config/soft-fp/extendsftf2.c U src/contrib/gcc/config/soft-fp/floatunsitf.c U src/contrib/gcc/config/soft-fp/divsf3.c U src/contrib/gcc/config/soft-fp/floatundidf.c U src/contrib/gcc/config/soft-fp/divtf3.c U src/contrib/gcc/config/soft-fp/trunctfsf2.c U src/contrib/gcc/config/soft-fp/negdf2.c U src/contrib/gcc/config/soft-fp/extended.h U src/contrib/gcc/config/soft-fp/gedf2.c U src/contrib/gcc/config/soft-fp/floatunditf.c U src/contrib/gcc/config/soft-fp/fixunssfdi.c U src/contrib/gcc/config/soft-fp/negsf2.c U src/contrib/gcc/config/soft-fp/negtf2.c U src/contrib/gcc/config/soft-fp/subdf3.c U src/contrib/gcc/config/soft-fp/single.h U src/contrib/gcc/config/soft-fp/muldf3.c U src/contrib/gcc/config/soft-fp/fixsfdi.c U src/contrib/gcc/config/soft-fp/floatunsisf.c U src/contrib/gcc/config/soft-fp/eqdf2.c U src/contrib/gcc/config/soft-fp/fixunsdfdi.c U src/contrib/gcc/config/soft-fp/subsf3.c U src/contrib/gcc/config/soft-fp/subtf3.c U src/contrib/gcc/config/soft-fp/gesf2.c U src/contrib/gcc/config/soft-fp/getf2.c U src/contrib/gcc/config/soft-fp/op-common.h U src/contrib/gcc/config/soft-fp/mulsf3.c U src/contrib/gcc/config/soft-fp/multf3.c U src/contrib/gcc/config/soft-fp/floatsidf.c U src/contrib/gcc/config/soft-fp/fixdfdi.c U src/contrib/gcc/config/soft-fp/extenddftf2.c U src/contrib/gcc/config/soft-fp/floatundisf.c U src/contrib/gcc/config/soft-fp/eqsf2.c U src/contrib/gcc/config/soft-fp/t-softfp U src/contrib/gcc/config/soft-fp/eqtf2.c U src/contrib/gcc/config/soft-fp/op-2.h U src/contrib/gcc/config/soft-fp/fixunstfdi.c U src/contrib/gcc/config/soft-fp/op-4.h U src/contrib/gcc/config/soft-fp/adddf3.c U src/contrib/gcc/config/soft-fp/op-8.h U src/contrib/gcc/config/soft-fp/floatsitf.c U src/contrib/gcc/config/soft-fp/floatdidf.c U src/contrib/gcc/config/soft-fp/fixtfdi.c U src/contrib/gcc/config/soft-fp/fixunssfsi.c U src/contrib/gcc/config/soft-fp/addsf3.c U src/contrib/gcc/config/soft-fp/addtf3.c U src/contrib/gcc/config/soft-fp/fixsfsi.c U src/contrib/gcc/config/soft-fp/README U src/contrib/gcc/config/soft-fp/floatditf.c U src/contrib/gcc/config/soft-fp/double.h U src/contrib/gcc/config/soft-fp/fixunsdfsi.c U src/contrib/gcc/config/soft-fp/soft-fp.h U src/contrib/gcc/config/soft-fp/unorddf2.c U src/contrib/gcc/config/soft-fp/floatsisf.c U src/contrib/gcc/config/soft-fp/ledf2.c U src/contrib/gcc/config/soft-fp/fixdfsi.c 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/gcc From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:51:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B2816A417; Tue, 14 Aug 2007 02:51:12 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 20BC413C46E; Tue, 14 Aug 2007 02:51:12 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2pBlQ047882; Tue, 14 Aug 2007 02:51:11 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2pBbs047881; Tue, 14 Aug 2007 02:51:11 GMT (envelope-from kan) Message-Id: <200708140251.l7E2pBbs047881@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:51:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/libstdc++ - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:51:12 -0000 kan 2007-08-14 02:51:11 UTC FreeBSD src repository src/contrib/libstdc++ - Imported sources Update of /home/ncvs/src/contrib/libstdc++ In directory repoman.freebsd.org:/tmp/cvs-serv47606 Log Message: GCC 4.2.1 release C++ standard library and runtime support code. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/libstdc++/configure U src/contrib/libstdc++/Makefile.in U src/contrib/libstdc++/ChangeLog U src/contrib/libstdc++/linkage.m4 U src/contrib/libstdc++/README U src/contrib/libstdc++/configure.host U src/contrib/libstdc++/crossconfig.m4 U src/contrib/libstdc++/ChangeLog-1998 U src/contrib/libstdc++/fragment.am U src/contrib/libstdc++/config.h.in U src/contrib/libstdc++/ChangeLog-1999 U src/contrib/libstdc++/configure.ac U src/contrib/libstdc++/acinclude.m4 U src/contrib/libstdc++/ChangeLog-2000 U src/contrib/libstdc++/ChangeLog-2001 U src/contrib/libstdc++/ChangeLog-2002 U src/contrib/libstdc++/Makefile.am U src/contrib/libstdc++/aclocal.m4 U src/contrib/libstdc++/ChangeLog-2003 U src/contrib/libstdc++/ChangeLog-2004 U src/contrib/libstdc++/ChangeLog-2005 U src/contrib/libstdc++/ChangeLog-2006 U src/contrib/libstdc++/src/allocator-inst.cc U src/contrib/libstdc++/src/Makefile.in U src/contrib/libstdc++/src/complex_io.cc U src/contrib/libstdc++/src/localename.cc U src/contrib/libstdc++/src/limits.cc U src/contrib/libstdc++/src/ios_failure.cc U src/contrib/libstdc++/src/streambuf-inst.cc U src/contrib/libstdc++/src/ios-inst.cc U src/contrib/libstdc++/src/misc-inst.cc U src/contrib/libstdc++/src/concept-inst.cc U src/contrib/libstdc++/src/wstring-inst.cc U src/contrib/libstdc++/src/ios_locale.cc U src/contrib/libstdc++/src/pool_allocator.cc U src/contrib/libstdc++/src/fstream-inst.cc U src/contrib/libstdc++/src/istream-inst.cc U src/contrib/libstdc++/src/mt_allocator.cc U src/contrib/libstdc++/src/string-inst.cc U src/contrib/libstdc++/src/locale_init.cc U src/contrib/libstdc++/src/compatibility-ldbl.cc U src/contrib/libstdc++/src/ctype.cc U src/contrib/libstdc++/src/strstream.cc U src/contrib/libstdc++/src/ostream-inst.cc U src/contrib/libstdc++/src/functexcept.cc U src/contrib/libstdc++/src/streambuf.cc U src/contrib/libstdc++/src/sstream-inst.cc U src/contrib/libstdc++/src/ios.cc U src/contrib/libstdc++/src/valarray-inst.cc U src/contrib/libstdc++/src/iostream-inst.cc U src/contrib/libstdc++/src/locale.cc U src/contrib/libstdc++/src/tree.cc U src/contrib/libstdc++/src/wlocale-inst.cc U src/contrib/libstdc++/src/stdexcept.cc U src/contrib/libstdc++/src/istream.cc U src/contrib/libstdc++/src/compatibility.cc U src/contrib/libstdc++/src/locale-inst.cc U src/contrib/libstdc++/src/globals_io.cc U src/contrib/libstdc++/src/list.cc U src/contrib/libstdc++/src/ext-inst.cc U src/contrib/libstdc++/src/bitmap_allocator.cc U src/contrib/libstdc++/src/ios_init.cc U src/contrib/libstdc++/src/debug_list.cc U src/contrib/libstdc++/src/locale_facets.cc U src/contrib/libstdc++/src/Makefile.am U src/contrib/libstdc++/src/debug.cc U src/contrib/libstdc++/src/codecvt.cc U src/contrib/libstdc++/libmath/signbit.c U src/contrib/libstdc++/libmath/stubs.c U src/contrib/libstdc++/libmath/Makefile.in U src/contrib/libstdc++/libmath/copysignf.c U src/contrib/libstdc++/libmath/mathconf.h U src/contrib/libstdc++/libmath/signbitf.c U src/contrib/libstdc++/libmath/Makefile.am U src/contrib/libstdc++/libmath/signbitl.c U src/contrib/libstdc++/include/Makefile.in U src/contrib/libstdc++/include/Makefile.am U src/contrib/libstdc++/include/ext/vstring_util.h U src/contrib/libstdc++/include/ext/hash_fun.h U src/contrib/libstdc++/include/ext/hashtable.h U src/contrib/libstdc++/include/ext/rb_tree U src/contrib/libstdc++/include/ext/vstring.h U src/contrib/libstdc++/include/ext/algorithm U src/contrib/libstdc++/include/ext/throw_allocator.h U src/contrib/libstdc++/include/ext/slist U src/contrib/libstdc++/include/ext/pool_allocator.h U src/contrib/libstdc++/include/ext/numeric U src/contrib/libstdc++/include/ext/bitmap_allocator.h U src/contrib/libstdc++/include/ext/stdio_filebuf.h U src/contrib/libstdc++/include/ext/memory U src/contrib/libstdc++/include/ext/rc_string_base.h U src/contrib/libstdc++/include/ext/ropeimpl.h U src/contrib/libstdc++/include/ext/new_allocator.h U src/contrib/libstdc++/include/ext/hash_map U src/contrib/libstdc++/include/ext/vstring_fwd.h U src/contrib/libstdc++/include/ext/atomicity.h U src/contrib/libstdc++/include/ext/iterator U src/contrib/libstdc++/include/ext/concurrence.h U src/contrib/libstdc++/include/ext/rope U src/contrib/libstdc++/include/ext/pod_char_traits.h U src/contrib/libstdc++/include/ext/type_traits.h U src/contrib/libstdc++/include/ext/malloc_allocator.h U src/contrib/libstdc++/include/ext/codecvt_specializations.h U src/contrib/libstdc++/include/ext/hash_set U src/contrib/libstdc++/include/ext/stdio_sync_filebuf.h U src/contrib/libstdc++/include/ext/functional U src/contrib/libstdc++/include/ext/typelist.h U src/contrib/libstdc++/include/ext/array_allocator.h U src/contrib/libstdc++/include/ext/vstring.tcc U src/contrib/libstdc++/include/ext/mt_allocator.h U src/contrib/libstdc++/include/ext/sso_string_base.h U src/contrib/libstdc++/include/ext/debug_allocator.h U src/contrib/libstdc++/include/ext/numeric_traits.h U src/contrib/libstdc++/include/ext/pb_ds/assoc_container.hpp U src/contrib/libstdc++/include/ext/pb_ds/list_update_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/exception.hpp U src/contrib/libstdc++/include/ext/pb_ds/tree_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/tag_and_trait.hpp U src/contrib/libstdc++/include/ext/pb_ds/hash_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/trie_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/priority_queue.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/container_base_dispatch.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/tree_trace_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/standard_policies.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/types_traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cond_dealtor.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/type_utils.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/basic_types.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/map_debug_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/head.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/leaf.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/node_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/node.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/traits.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/node.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp U src/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp U src/contrib/libstdc++/include/bits/mask_array.h U src/contrib/libstdc++/include/bits/stl_uninitialized.h U src/contrib/libstdc++/include/bits/basic_ios.h U src/contrib/libstdc++/include/bits/ostream.tcc U src/contrib/libstdc++/include/bits/slice_array.h U src/contrib/libstdc++/include/bits/stl_list.h U src/contrib/libstdc++/include/bits/boost_concept_check.h U src/contrib/libstdc++/include/bits/stl_algobase.h U src/contrib/libstdc++/include/bits/stl_map.h U src/contrib/libstdc++/include/bits/sstream.tcc U src/contrib/libstdc++/include/bits/localefwd.h U src/contrib/libstdc++/include/bits/valarray_array.tcc U src/contrib/libstdc++/include/bits/valarray_after.h U src/contrib/libstdc++/include/bits/char_traits.h U src/contrib/libstdc++/include/bits/stl_iterator_base_funcs.h U src/contrib/libstdc++/include/bits/stl_algo.h U src/contrib/libstdc++/include/bits/gslice_array.h U src/contrib/libstdc++/include/bits/locale_facets.tcc U src/contrib/libstdc++/include/bits/gslice.h U src/contrib/libstdc++/include/bits/stl_queue.h U src/contrib/libstdc++/include/bits/stringfwd.h U src/contrib/libstdc++/include/bits/c++config U src/contrib/libstdc++/include/bits/stl_iterator.h U src/contrib/libstdc++/include/bits/locale_classes.h U src/contrib/libstdc++/include/bits/stl_set.h U src/contrib/libstdc++/include/bits/valarray_array.h U src/contrib/libstdc++/include/bits/locale_facets.h U src/contrib/libstdc++/include/bits/stl_tempbuf.h U src/contrib/libstdc++/include/bits/vector.tcc U src/contrib/libstdc++/include/bits/deque.tcc U src/contrib/libstdc++/include/bits/stl_bvector.h U src/contrib/libstdc++/include/bits/stl_stack.h U src/contrib/libstdc++/include/bits/concept_check.h U src/contrib/libstdc++/include/bits/basic_string.tcc U src/contrib/libstdc++/include/bits/stl_iterator_base_types.h U src/contrib/libstdc++/include/bits/list.tcc U src/contrib/libstdc++/include/bits/indirect_array.h U src/contrib/libstdc++/include/bits/stl_heap.h U src/contrib/libstdc++/include/bits/streambuf_iterator.h U src/contrib/libstdc++/include/bits/valarray_before.h U src/contrib/libstdc++/include/bits/stl_construct.h U src/contrib/libstdc++/include/bits/stream_iterator.h U src/contrib/libstdc++/include/bits/basic_string.h U src/contrib/libstdc++/include/bits/stl_function.h U src/contrib/libstdc++/include/bits/cpp_type_traits.h U src/contrib/libstdc++/include/bits/stl_multimap.h U src/contrib/libstdc++/include/bits/streambuf.tcc U src/contrib/libstdc++/include/bits/basic_ios.tcc U src/contrib/libstdc++/include/bits/stl_pair.h U src/contrib/libstdc++/include/bits/allocator.h U src/contrib/libstdc++/include/bits/stl_tree.h U src/contrib/libstdc++/include/bits/stl_raw_storage_iter.h U src/contrib/libstdc++/include/bits/fstream.tcc U src/contrib/libstdc++/include/bits/ios_base.h U src/contrib/libstdc++/include/bits/stl_numeric.h U src/contrib/libstdc++/include/bits/stl_vector.h U src/contrib/libstdc++/include/bits/stl_deque.h U src/contrib/libstdc++/include/bits/postypes.h U src/contrib/libstdc++/include/bits/istream.tcc U src/contrib/libstdc++/include/bits/stl_relops.h U src/contrib/libstdc++/include/bits/codecvt.h U src/contrib/libstdc++/include/bits/functexcept.h U src/contrib/libstdc++/include/bits/stl_multiset.h U src/contrib/libstdc++/include/bits/ostream_insert.h U src/contrib/libstdc++/include/c/std_csignal.h U src/contrib/libstdc++/include/c/std_cstdlib.h U src/contrib/libstdc++/include/c/std_cstdio.h U src/contrib/libstdc++/include/c/std_cstdarg.h U src/contrib/libstdc++/include/c/std_cctype.h U src/contrib/libstdc++/include/c/std_cerrno.h U src/contrib/libstdc++/include/c/std_cmath.h U src/contrib/libstdc++/include/c/std_ciso646.h U src/contrib/libstdc++/include/c/std_ctime.h U src/contrib/libstdc++/include/c/std_clocale.h U src/contrib/libstdc++/include/c/std_climits.h U src/contrib/libstdc++/include/c/std_cassert.h U src/contrib/libstdc++/include/c/std_csetjmp.h U src/contrib/libstdc++/include/c/std_cwchar.h U src/contrib/libstdc++/include/c/std_cfloat.h U src/contrib/libstdc++/include/c/std_cstring.h U src/contrib/libstdc++/include/c/std_cstddef.h U src/contrib/libstdc++/include/c/std_cwctype.h U src/contrib/libstdc++/include/precompiled/extc++.h U src/contrib/libstdc++/include/precompiled/stdtr1c++.h U src/contrib/libstdc++/include/precompiled/stdc++.h U src/contrib/libstdc++/include/debug/hash_map U src/contrib/libstdc++/include/debug/hash_multimap.h U src/contrib/libstdc++/include/debug/set.h U src/contrib/libstdc++/include/debug/hash_set.h U src/contrib/libstdc++/include/debug/formatter.h U src/contrib/libstdc++/include/debug/bitset U src/contrib/libstdc++/include/debug/set U src/contrib/libstdc++/include/debug/multiset.h U src/contrib/libstdc++/include/debug/safe_sequence.h U src/contrib/libstdc++/include/debug/hash_set U src/contrib/libstdc++/include/debug/functions.h U src/contrib/libstdc++/include/debug/safe_base.h U src/contrib/libstdc++/include/debug/hash_multiset.h U src/contrib/libstdc++/include/debug/safe_iterator.tcc U src/contrib/libstdc++/include/debug/vector U src/contrib/libstdc++/include/debug/map.h U src/contrib/libstdc++/include/debug/deque U src/contrib/libstdc++/include/debug/hash_map.h U src/contrib/libstdc++/include/debug/string U src/contrib/libstdc++/include/debug/macros.h U src/contrib/libstdc++/include/debug/list U src/contrib/libstdc++/include/debug/debug.h U src/contrib/libstdc++/include/debug/map U src/contrib/libstdc++/include/debug/safe_iterator.h U src/contrib/libstdc++/include/debug/multimap.h U src/contrib/libstdc++/include/tr1/cinttypes U src/contrib/libstdc++/include/tr1/fenv.h U src/contrib/libstdc++/include/tr1/mu_iterate.h U src/contrib/libstdc++/include/tr1/cstdio U src/contrib/libstdc++/include/tr1/limits.h U src/contrib/libstdc++/include/tr1/ctgmath U src/contrib/libstdc++/include/tr1/cstdarg U src/contrib/libstdc++/include/tr1/tuple U src/contrib/libstdc++/include/tr1/float.h U src/contrib/libstdc++/include/tr1/stdint.h U src/contrib/libstdc++/include/tr1/tuple_iterate.h U src/contrib/libstdc++/include/tr1/type_traits_fwd.h U src/contrib/libstdc++/include/tr1/hashtable_policy.h U src/contrib/libstdc++/include/tr1/cfenv U src/contrib/libstdc++/include/tr1/wctype.h U src/contrib/libstdc++/include/tr1/bind_repeat.h U src/contrib/libstdc++/include/tr1/ref_fwd.h U src/contrib/libstdc++/include/tr1/utility U src/contrib/libstdc++/include/tr1/climits U src/contrib/libstdc++/include/tr1/cwchar U src/contrib/libstdc++/include/tr1/stdlib.h U src/contrib/libstdc++/include/tr1/type_traits U src/contrib/libstdc++/include/tr1/memory U src/contrib/libstdc++/include/tr1/cstdint U src/contrib/libstdc++/include/tr1/stdio.h U src/contrib/libstdc++/include/tr1/ref_wrap_iterate.h U src/contrib/libstdc++/include/tr1/cstdbool U src/contrib/libstdc++/include/tr1/cwctype U src/contrib/libstdc++/include/tr1/math.h U src/contrib/libstdc++/include/tr1/bind_iterate.h U src/contrib/libstdc++/include/tr1/random U src/contrib/libstdc++/include/tr1/tuple_defs.h U src/contrib/libstdc++/include/tr1/cstdlib U src/contrib/libstdc++/include/tr1/unordered_map U src/contrib/libstdc++/include/tr1/boost_shared_ptr.h U src/contrib/libstdc++/include/tr1/cctype U src/contrib/libstdc++/include/tr1/random.tcc U src/contrib/libstdc++/include/tr1/wchar.h U src/contrib/libstdc++/include/tr1/hashtable U src/contrib/libstdc++/include/tr1/cmath U src/contrib/libstdc++/include/tr1/stdbool.h U src/contrib/libstdc++/include/tr1/ctime U src/contrib/libstdc++/include/tr1/functional U src/contrib/libstdc++/include/tr1/unordered_set U src/contrib/libstdc++/include/tr1/inttypes.h U src/contrib/libstdc++/include/tr1/functional_iterate.h U src/contrib/libstdc++/include/tr1/repeat.h U src/contrib/libstdc++/include/tr1/complex U src/contrib/libstdc++/include/tr1/cfloat U src/contrib/libstdc++/include/tr1/ctype.h U src/contrib/libstdc++/include/tr1/stdarg.h U src/contrib/libstdc++/include/tr1/tgmath.h U src/contrib/libstdc++/include/tr1/array U src/contrib/libstdc++/include/tr1/common.h U src/contrib/libstdc++/include/tr1/functional_hash.h U src/contrib/libstdc++/include/std/std_valarray.h U src/contrib/libstdc++/include/std/std_iostream.h U src/contrib/libstdc++/include/std/std_queue.h U src/contrib/libstdc++/include/std/std_algorithm.h U src/contrib/libstdc++/include/std/std_streambuf.h U src/contrib/libstdc++/include/std/std_iterator.h U src/contrib/libstdc++/include/std/std_ios.h U src/contrib/libstdc++/include/std/std_bitset.h U src/contrib/libstdc++/include/std/std_iosfwd.h U src/contrib/libstdc++/include/std/std_set.h U src/contrib/libstdc++/include/std/std_iomanip.h U src/contrib/libstdc++/include/std/std_locale.h U src/contrib/libstdc++/include/std/std_limits.h U src/contrib/libstdc++/include/std/std_fstream.h U src/contrib/libstdc++/include/std/std_functional.h U src/contrib/libstdc++/include/std/std_numeric.h U src/contrib/libstdc++/include/std/std_vector.h U src/contrib/libstdc++/include/std/std_deque.h U src/contrib/libstdc++/include/std/std_stdexcept.h U src/contrib/libstdc++/include/std/std_utility.h U src/contrib/libstdc++/include/std/std_stack.h U src/contrib/libstdc++/include/std/std_istream.h U src/contrib/libstdc++/include/std/std_string.h U src/contrib/libstdc++/include/std/std_complex.h U src/contrib/libstdc++/include/std/std_memory.h U src/contrib/libstdc++/include/std/std_ostream.h U src/contrib/libstdc++/include/std/std_list.h U src/contrib/libstdc++/include/std/std_map.h U src/contrib/libstdc++/include/std/std_sstream.h U src/contrib/libstdc++/include/c_compatibility/math.h U src/contrib/libstdc++/include/c_compatibility/iso646.h U src/contrib/libstdc++/include/c_compatibility/time.h U src/contrib/libstdc++/include/c_compatibility/locale.h U src/contrib/libstdc++/include/c_compatibility/limits.h U src/contrib/libstdc++/include/c_compatibility/assert.h U src/contrib/libstdc++/include/c_compatibility/setjmp.h U src/contrib/libstdc++/include/c_compatibility/wchar.h U src/contrib/libstdc++/include/c_compatibility/float.h U src/contrib/libstdc++/include/c_compatibility/string.h U src/contrib/libstdc++/include/c_compatibility/stddef.h U src/contrib/libstdc++/include/c_compatibility/wctype.h U src/contrib/libstdc++/include/c_compatibility/signal.h U src/contrib/libstdc++/include/c_compatibility/stdlib.h U src/contrib/libstdc++/include/c_compatibility/stdio.h U src/contrib/libstdc++/include/c_compatibility/stdarg.h U src/contrib/libstdc++/include/c_compatibility/ctype.h U src/contrib/libstdc++/include/c_compatibility/errno.h U src/contrib/libstdc++/include/c_std/std_csignal.h U src/contrib/libstdc++/include/c_std/std_cstdlib.h U src/contrib/libstdc++/include/c_std/std_cstdio.h U src/contrib/libstdc++/include/c_std/std_cstdarg.h U src/contrib/libstdc++/include/c_std/std_cctype.h U src/contrib/libstdc++/include/c_std/std_cerrno.h U src/contrib/libstdc++/include/c_std/std_cmath.h U src/contrib/libstdc++/include/c_std/std_ciso646.h U src/contrib/libstdc++/include/c_std/std_ctime.h U src/contrib/libstdc++/include/c_std/std_clocale.h U src/contrib/libstdc++/include/c_std/std_climits.h U src/contrib/libstdc++/include/c_std/std_cassert.h U src/contrib/libstdc++/include/c_std/cmath.tcc U src/contrib/libstdc++/include/c_std/std_csetjmp.h U src/contrib/libstdc++/include/c_std/std_cwchar.h U src/contrib/libstdc++/include/c_std/std_cfloat.h U src/contrib/libstdc++/include/c_std/std_cstring.h U src/contrib/libstdc++/include/c_std/std_cstddef.h U src/contrib/libstdc++/include/c_std/std_cwctype.h U src/contrib/libstdc++/include/backward/new.h U src/contrib/libstdc++/include/backward/iterator.h U src/contrib/libstdc++/include/backward/alloc.h U src/contrib/libstdc++/include/backward/set.h U src/contrib/libstdc++/include/backward/hashtable.h U src/contrib/libstdc++/include/backward/hash_set.h U src/contrib/libstdc++/include/backward/fstream.h U src/contrib/libstdc++/include/backward/tempbuf.h U src/contrib/libstdc++/include/backward/istream.h U src/contrib/libstdc++/include/backward/bvector.h U src/contrib/libstdc++/include/backward/stack.h U src/contrib/libstdc++/include/backward/rope.h U src/contrib/libstdc++/include/backward/complex.h U src/contrib/libstdc++/include/backward/ostream.h U src/contrib/libstdc++/include/backward/heap.h U src/contrib/libstdc++/include/backward/iostream.h U src/contrib/libstdc++/include/backward/function.h U src/contrib/libstdc++/include/backward/multimap.h U src/contrib/libstdc++/include/backward/stream.h U src/contrib/libstdc++/include/backward/pair.h U src/contrib/libstdc++/include/backward/iomanip.h U src/contrib/libstdc++/include/backward/slist.h U src/contrib/libstdc++/include/backward/strstream U src/contrib/libstdc++/include/backward/tree.h U src/contrib/libstdc++/include/backward/vector.h U src/contrib/libstdc++/include/backward/deque.h U src/contrib/libstdc++/include/backward/backward_warning.h U src/contrib/libstdc++/include/backward/multiset.h U src/contrib/libstdc++/include/backward/defalloc.h U src/contrib/libstdc++/include/backward/list.h U src/contrib/libstdc++/include/backward/map.h U src/contrib/libstdc++/include/backward/algobase.h U src/contrib/libstdc++/include/backward/hash_map.h U src/contrib/libstdc++/include/backward/algo.h U src/contrib/libstdc++/include/backward/queue.h U src/contrib/libstdc++/include/backward/streambuf.h U src/contrib/libstdc++/libsupc++/eh_arm.cc U src/contrib/libstdc++/libsupc++/eh_type.cc U src/contrib/libstdc++/libsupc++/Makefile.in U src/contrib/libstdc++/libsupc++/tinfo2.cc U src/contrib/libstdc++/libsupc++/del_op.cc U src/contrib/libstdc++/libsupc++/eh_alloc.cc U src/contrib/libstdc++/libsupc++/unwind-cxx.h U src/contrib/libstdc++/libsupc++/typeinfo U src/contrib/libstdc++/libsupc++/exception U src/contrib/libstdc++/libsupc++/pure.cc U src/contrib/libstdc++/libsupc++/eh_aux_runtime.cc U src/contrib/libstdc++/libsupc++/new_opv.cc U src/contrib/libstdc++/libsupc++/tinfo.cc U src/contrib/libstdc++/libsupc++/eh_throw.cc U src/contrib/libstdc++/libsupc++/tinfo.h U src/contrib/libstdc++/libsupc++/new_op.cc U src/contrib/libstdc++/libsupc++/del_opv.cc U src/contrib/libstdc++/libsupc++/exception_defines.h U src/contrib/libstdc++/libsupc++/eh_catch.cc U src/contrib/libstdc++/libsupc++/eh_globals.cc U src/contrib/libstdc++/libsupc++/guard.cc U src/contrib/libstdc++/libsupc++/eh_terminate.cc U src/contrib/libstdc++/libsupc++/new U src/contrib/libstdc++/libsupc++/vec.cc U src/contrib/libstdc++/libsupc++/del_opnt.cc U src/contrib/libstdc++/libsupc++/eh_exception.cc U src/contrib/libstdc++/libsupc++/vterminate.cc U src/contrib/libstdc++/libsupc++/new_opvnt.cc U src/contrib/libstdc++/libsupc++/cxxabi.h U src/contrib/libstdc++/libsupc++/eh_term_handler.cc U src/contrib/libstdc++/libsupc++/Makefile.am U src/contrib/libstdc++/libsupc++/eh_personality.cc U src/contrib/libstdc++/libsupc++/new_handler.cc U src/contrib/libstdc++/libsupc++/eh_call.cc U src/contrib/libstdc++/libsupc++/eh_unex_handler.cc U src/contrib/libstdc++/libsupc++/new_opnt.cc U src/contrib/libstdc++/libsupc++/del_opvnt.cc U src/contrib/libstdc++/scripts/extract_symvers U src/contrib/libstdc++/scripts/make_graph.py U src/contrib/libstdc++/scripts/gen_bind_includers.pl U src/contrib/libstdc++/scripts/make_graphs.py U src/contrib/libstdc++/scripts/testsuite_flags.in U src/contrib/libstdc++/scripts/gen_includers.pl U src/contrib/libstdc++/scripts/make_exports.pl U src/contrib/libstdc++/scripts/gen_includers2.pl U src/contrib/libstdc++/scripts/check_performance U src/contrib/libstdc++/scripts/create_testsuite_files U src/contrib/libstdc++/config/locale/darwin/ctype_members.cc U src/contrib/libstdc++/config/locale/gnu/numeric_members.cc U src/contrib/libstdc++/config/locale/gnu/collate_members.cc U src/contrib/libstdc++/config/locale/gnu/ctype_members.cc U src/contrib/libstdc++/config/locale/gnu/c_locale.cc U src/contrib/libstdc++/config/locale/gnu/codecvt_members.cc U src/contrib/libstdc++/config/locale/gnu/messages_members.cc U src/contrib/libstdc++/config/locale/gnu/c_locale.h U src/contrib/libstdc++/config/locale/gnu/messages_members.h U src/contrib/libstdc++/config/locale/gnu/c++locale_internal.h U src/contrib/libstdc++/config/locale/gnu/monetary_members.cc U src/contrib/libstdc++/config/locale/gnu/time_members.cc U src/contrib/libstdc++/config/locale/gnu/time_members.h U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/c_locale.cc U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/messages_members.cc U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/c_locale.h U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/messages_members.h U src/contrib/libstdc++/config/locale/generic/numeric_members.cc U src/contrib/libstdc++/config/locale/generic/collate_members.cc U src/contrib/libstdc++/config/locale/generic/ctype_members.cc U src/contrib/libstdc++/config/locale/generic/c_locale.cc U src/contrib/libstdc++/config/locale/generic/codecvt_members.cc U src/contrib/libstdc++/config/locale/generic/messages_members.cc U src/contrib/libstdc++/config/locale/generic/c_locale.h U src/contrib/libstdc++/config/locale/generic/messages_members.h U src/contrib/libstdc++/config/locale/generic/c++locale_internal.h U src/contrib/libstdc++/config/locale/generic/monetary_members.cc U src/contrib/libstdc++/config/locale/generic/time_members.cc U src/contrib/libstdc++/config/locale/generic/time_members.h U src/contrib/libstdc++/config/allocator/mt_allocator_base.h U src/contrib/libstdc++/config/allocator/malloc_allocator_base.h U src/contrib/libstdc++/config/allocator/new_allocator_base.h U src/contrib/libstdc++/config/allocator/pool_allocator_base.h U src/contrib/libstdc++/config/allocator/bitmap_allocator_base.h U src/contrib/libstdc++/config/os/newlib/ctype_noninline.h U src/contrib/libstdc++/config/os/newlib/ctype_base.h U src/contrib/libstdc++/config/os/newlib/os_defines.h U src/contrib/libstdc++/config/os/newlib/ctype_inline.h U src/contrib/libstdc++/config/os/windiss/ctype_noninline.h U src/contrib/libstdc++/config/os/windiss/ctype_base.h U src/contrib/libstdc++/config/os/windiss/os_defines.h U src/contrib/libstdc++/config/os/windiss/ctype_inline.h U src/contrib/libstdc++/config/os/aix/ctype_noninline.h U src/contrib/libstdc++/config/os/aix/ctype_base.h U src/contrib/libstdc++/config/os/aix/os_defines.h U src/contrib/libstdc++/config/os/aix/atomicity.h U src/contrib/libstdc++/config/os/aix/ctype_inline.h U src/contrib/libstdc++/config/os/aix/atomic_word.h U src/contrib/libstdc++/config/os/uclibc/ctype_noninline.h U src/contrib/libstdc++/config/os/uclibc/ctype_base.h U src/contrib/libstdc++/config/os/uclibc/os_defines.h U src/contrib/libstdc++/config/os/uclibc/ctype_inline.h U src/contrib/libstdc++/config/os/vxworks/ctype_noninline.h U src/contrib/libstdc++/config/os/vxworks/ctype_base.h U src/contrib/libstdc++/config/os/vxworks/os_defines.h U src/contrib/libstdc++/config/os/vxworks/ctype_inline.h U src/contrib/libstdc++/config/os/djgpp/ctype_noninline.h U src/contrib/libstdc++/config/os/djgpp/ctype_base.h U src/contrib/libstdc++/config/os/djgpp/os_defines.h U src/contrib/libstdc++/config/os/djgpp/ctype_inline.h U src/contrib/libstdc++/config/os/hpux/ctype_noninline.h U src/contrib/libstdc++/config/os/hpux/ctype_base.h U src/contrib/libstdc++/config/os/hpux/os_defines.h U src/contrib/libstdc++/config/os/hpux/ctype_inline.h U src/contrib/libstdc++/config/os/gnu-linux/ctype_noninline.h U src/contrib/libstdc++/config/os/gnu-linux/ctype_base.h U src/contrib/libstdc++/config/os/gnu-linux/os_defines.h U src/contrib/libstdc++/config/os/gnu-linux/ctype_inline.h U src/contrib/libstdc++/config/os/gnu-linux/ldbl-extra.ver U src/contrib/libstdc++/config/os/mingw32/ctype_noninline.h U src/contrib/libstdc++/config/os/mingw32/ctype_base.h U src/contrib/libstdc++/config/os/mingw32/os_defines.h U src/contrib/libstdc++/config/os/mingw32/ctype_inline.h U src/contrib/libstdc++/config/os/qnx/qnx6.1/ctype_noninline.h U src/contrib/libstdc++/config/os/qnx/qnx6.1/ctype_base.h U src/contrib/libstdc++/config/os/qnx/qnx6.1/os_defines.h U src/contrib/libstdc++/config/os/qnx/qnx6.1/ctype_inline.h U src/contrib/libstdc++/config/os/bsd/netbsd/ctype_noninline.h U src/contrib/libstdc++/config/os/bsd/netbsd/ctype_base.h U src/contrib/libstdc++/config/os/bsd/netbsd/os_defines.h U src/contrib/libstdc++/config/os/bsd/netbsd/ctype_inline.h U src/contrib/libstdc++/config/os/bsd/darwin/ctype_noninline.h U src/contrib/libstdc++/config/os/bsd/darwin/ctype_base.h U src/contrib/libstdc++/config/os/bsd/darwin/os_defines.h U src/contrib/libstdc++/config/os/bsd/darwin/ctype_inline.h U src/contrib/libstdc++/config/os/bsd/darwin/ppc-extra.ver U src/contrib/libstdc++/config/os/bsd/freebsd/ctype_noninline.h U src/contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h U src/contrib/libstdc++/config/os/bsd/freebsd/os_defines.h U src/contrib/libstdc++/config/os/bsd/freebsd/ctype_inline.h U src/contrib/libstdc++/config/os/tpf/ctype_noninline.h U src/contrib/libstdc++/config/os/tpf/ctype_base.h U src/contrib/libstdc++/config/os/tpf/os_defines.h U src/contrib/libstdc++/config/os/tpf/ctype_inline.h U src/contrib/libstdc++/config/os/irix/atomicity.h U src/contrib/libstdc++/config/os/irix/atomic_word.h U src/contrib/libstdc++/config/os/irix/irix5.2/ctype_noninline.h U src/contrib/libstdc++/config/os/irix/irix5.2/ctype_base.h U src/contrib/libstdc++/config/os/irix/irix5.2/os_defines.h U src/contrib/libstdc++/config/os/irix/irix5.2/ctype_inline.h U src/contrib/libstdc++/config/os/irix/irix6.5/ctype_noninline.h U src/contrib/libstdc++/config/os/irix/irix6.5/ctype_base.h U src/contrib/libstdc++/config/os/irix/irix6.5/os_defines.h U src/contrib/libstdc++/config/os/irix/irix6.5/ctype_inline.h U src/contrib/libstdc++/config/os/generic/ctype_noninline.h U src/contrib/libstdc++/config/os/generic/ctype_base.h U src/contrib/libstdc++/config/os/generic/os_defines.h U src/contrib/libstdc++/config/os/generic/ctype_inline.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/ctype_noninline.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/ctype_base.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/os_defines.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/ctype_inline.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/ctype_noninline.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/ctype_base.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/os_defines.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/ctype_inline.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/ctype_noninline.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/ctype_base.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/os_defines.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/ctype_inline.h U src/contrib/libstdc++/config/cpu/arm/cxxabi_tweaks.h U src/contrib/libstdc++/config/cpu/powerpc/cpu_defines.h U src/contrib/libstdc++/config/cpu/powerpc/atomic_word.h U src/contrib/libstdc++/config/cpu/cris/atomicity.h U src/contrib/libstdc++/config/cpu/cris/atomic_word.h U src/contrib/libstdc++/config/cpu/ia64/atomic_word.h U src/contrib/libstdc++/config/cpu/alpha/atomic_word.h U src/contrib/libstdc++/config/cpu/m68k/atomicity.h U src/contrib/libstdc++/config/cpu/hppa/atomicity.h U src/contrib/libstdc++/config/cpu/mips/atomicity.h U src/contrib/libstdc++/config/cpu/sparc/atomicity.h U src/contrib/libstdc++/config/cpu/sparc/atomic_word.h U src/contrib/libstdc++/config/cpu/i386/atomicity.h U src/contrib/libstdc++/config/cpu/i486/atomicity.h U src/contrib/libstdc++/config/cpu/sh/atomicity.h U src/contrib/libstdc++/config/cpu/generic/cxxabi_tweaks.h U src/contrib/libstdc++/config/cpu/generic/cpu_defines.h U src/contrib/libstdc++/config/cpu/generic/atomic_word.h U src/contrib/libstdc++/config/cpu/generic/atomicity_mutex/atomicity.h U src/contrib/libstdc++/config/cpu/generic/atomicity_builtins/atomicity.h U src/contrib/libstdc++/config/io/c_io_stdio.h U src/contrib/libstdc++/config/io/basic_file_stdio.cc U src/contrib/libstdc++/config/io/basic_file_stdio.h U src/contrib/libstdc++/config/abi/compatibility.h U src/contrib/libstdc++/config/abi/post/s390-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/ia64-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/alpha-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/s390x-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/hppa-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/mips-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/sparc-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/i386-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt U src/contrib/libstdc++/config/abi/post/i486-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/abi/pre/gnu.ver U src/contrib/libstdc++/config/abi/pre/gnu-versioned-namespace.ver U src/contrib/libstdc++/config/abi/pre/none.ver No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:51:23 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FFB916A474; Tue, 14 Aug 2007 02:51:23 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69B7813C459; Tue, 14 Aug 2007 02:51:23 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2pNMc047929; Tue, 14 Aug 2007 02:51:23 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2pNre047928; Tue, 14 Aug 2007 02:51:23 GMT (envelope-from kan) Message-Id: <200708140251.l7E2pNre047928@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:51:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/libobjc - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:51:23 -0000 kan 2007-08-14 02:51:23 UTC FreeBSD src repository src/contrib/libobjc - Imported sources Update of /home/ncvs/src/contrib/libobjc In directory repoman.freebsd.org:/tmp/cvs-serv47895 Log Message: GCC 4.2.1 release Objective C runtime support code. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/libobjc/sendmsg.c U src/contrib/libobjc/configure U src/contrib/libobjc/Makefile.in U src/contrib/libobjc/init.c U src/contrib/libobjc/linking.m U src/contrib/libobjc/class.c U src/contrib/libobjc/thr-pthreads.c U src/contrib/libobjc/thr-irix.c U src/contrib/libobjc/thr-solaris.c U src/contrib/libobjc/thr-objc.c U src/contrib/libobjc/Protocol.m U src/contrib/libobjc/thr-vxworks.c U src/contrib/libobjc/thr-decosf1.c U src/contrib/libobjc/libobjc.def U src/contrib/libobjc/THREADS.MACH U src/contrib/libobjc/selector.c U src/contrib/libobjc/makefile.dos U src/contrib/libobjc/configure.ac U src/contrib/libobjc/hash.c U src/contrib/libobjc/libobjc_entry.c U src/contrib/libobjc/encoding.c U src/contrib/libobjc/thr.c U src/contrib/libobjc/THREADS U src/contrib/libobjc/objects.c U src/contrib/libobjc/thr-posix.c U src/contrib/libobjc/thr-win32.c U src/contrib/libobjc/exception.c U src/contrib/libobjc/thr-os2.c U src/contrib/libobjc/NXConstStr.m U src/contrib/libobjc/sarray.c U src/contrib/libobjc/thr-mach.c U src/contrib/libobjc/README.threads U src/contrib/libobjc/ChangeLog U src/contrib/libobjc/README U src/contrib/libobjc/thr-single.c U src/contrib/libobjc/config.h.in U src/contrib/libobjc/Object.m U src/contrib/libobjc/archive.c U src/contrib/libobjc/nil_method.c U src/contrib/libobjc/acinclude.m4 U src/contrib/libobjc/thr-rtems.c U src/contrib/libobjc/thr-dce.c U src/contrib/libobjc/gc.c U src/contrib/libobjc/misc.c U src/contrib/libobjc/aclocal.m4 U src/contrib/libobjc/objc/objc.h U src/contrib/libobjc/objc/thr.h U src/contrib/libobjc/objc/Protocol.h U src/contrib/libobjc/objc/sarray.h U src/contrib/libobjc/objc/typedstream.h U src/contrib/libobjc/objc/hash.h U src/contrib/libobjc/objc/runtime.h U src/contrib/libobjc/objc/objc-api.h U src/contrib/libobjc/objc/NXConstStr.h U src/contrib/libobjc/objc/objc-decls.h U src/contrib/libobjc/objc/Object.h U src/contrib/libobjc/objc/encoding.h U src/contrib/libobjc/objc/objc-list.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:51:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD63F16A55A; Tue, 14 Aug 2007 02:51:27 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A84DC13C461; Tue, 14 Aug 2007 02:51:27 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2pR5R047960; Tue, 14 Aug 2007 02:51:27 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2pR2P047959; Tue, 14 Aug 2007 02:51:27 GMT (envelope-from kan) Message-Id: <200708140251.l7E2pR2P047959@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:51:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/include - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:51:27 -0000 kan 2007-08-14 02:51:27 UTC FreeBSD src repository src/contrib/gcclibs/include - Imported sources Update of /home/ncvs/src/contrib/gcclibs/include In directory repoman.freebsd.org:/tmp/cvs-serv47943 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/include/ChangeLog-9103 U src/contrib/gcclibs/include/fibheap.h U src/contrib/gcclibs/include/dyn-string.h U src/contrib/gcclibs/include/safe-ctype.h U src/contrib/gcclibs/include/symcat.h U src/contrib/gcclibs/include/ChangeLog U src/contrib/gcclibs/include/getopt.h U src/contrib/gcclibs/include/xregex.h U src/contrib/gcclibs/include/filenames.h U src/contrib/gcclibs/include/xtensa-config.h U src/contrib/gcclibs/include/partition.h U src/contrib/gcclibs/include/hashtab.h U src/contrib/gcclibs/include/demangle.h U src/contrib/gcclibs/include/floatformat.h U src/contrib/gcclibs/include/fnmatch.h U src/contrib/gcclibs/include/ansidecl.h U src/contrib/gcclibs/include/COPYING U src/contrib/gcclibs/include/ternary.h U src/contrib/gcclibs/include/xregex2.h U src/contrib/gcclibs/include/objalloc.h U src/contrib/gcclibs/include/md5.h U src/contrib/gcclibs/include/libiberty.h U src/contrib/gcclibs/include/obstack.h U src/contrib/gcclibs/include/sort.h U src/contrib/gcclibs/include/splay-tree.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:51:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE2616A4E2; Tue, 14 Aug 2007 02:51:35 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BC4B13C48A; Tue, 14 Aug 2007 02:51:35 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2pZ2S047985; Tue, 14 Aug 2007 02:51:35 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2pZvi047984; Tue, 14 Aug 2007 02:51:35 GMT (envelope-from kan) Message-Id: <200708140251.l7E2pZvi047984@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:51:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/libcpp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:51:35 -0000 kan 2007-08-14 02:51:35 UTC FreeBSD src repository src/contrib/gcclibs/libcpp - Imported sources Update of /home/ncvs/src/contrib/gcclibs/libcpp In directory repoman.freebsd.org:/tmp/cvs-serv47970 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/libcpp/symtab.c U src/contrib/gcclibs/libcpp/configure U src/contrib/gcclibs/libcpp/makeucnid.c U src/contrib/gcclibs/libcpp/directives.c U src/contrib/gcclibs/libcpp/Makefile.in U src/contrib/gcclibs/libcpp/macro.c U src/contrib/gcclibs/libcpp/files.c U src/contrib/gcclibs/libcpp/line-map.c U src/contrib/gcclibs/libcpp/init.c U src/contrib/gcclibs/libcpp/identifiers.c U src/contrib/gcclibs/libcpp/ChangeLog U src/contrib/gcclibs/libcpp/ucnid.h U src/contrib/gcclibs/libcpp/pch.c U src/contrib/gcclibs/libcpp/traditional.c U src/contrib/gcclibs/libcpp/errors.c U src/contrib/gcclibs/libcpp/expr.c U src/contrib/gcclibs/libcpp/internal.h U src/contrib/gcclibs/libcpp/configure.ac U src/contrib/gcclibs/libcpp/mkdeps.c U src/contrib/gcclibs/libcpp/ucnid.tab U src/contrib/gcclibs/libcpp/lex.c U src/contrib/gcclibs/libcpp/config.in U src/contrib/gcclibs/libcpp/charset.c U src/contrib/gcclibs/libcpp/system.h U src/contrib/gcclibs/libcpp/aclocal.m4 U src/contrib/gcclibs/libcpp/makedepend.c U src/contrib/gcclibs/libcpp/include/cpplib.h U src/contrib/gcclibs/libcpp/include/symtab.h U src/contrib/gcclibs/libcpp/include/line-map.h U src/contrib/gcclibs/libcpp/include/cpp-id-data.h U src/contrib/gcclibs/libcpp/include/mkdeps.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:52:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20F7616A417; Tue, 14 Aug 2007 02:52:02 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B20213C467; Tue, 14 Aug 2007 02:52:02 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2q1B4048087; Tue, 14 Aug 2007 02:52:01 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2q1dF048086; Tue, 14 Aug 2007 02:52:01 GMT (envelope-from kan) Message-Id: <200708140252.l7E2q1dF048086@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:52:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/libiberty - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:52:02 -0000 kan 2007-08-14 02:52:01 UTC FreeBSD src repository src/contrib/gcclibs/libiberty - Imported sources Update of /home/ncvs/src/contrib/gcclibs/libiberty In directory repoman.freebsd.org:/tmp/cvs-serv47992 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/libiberty/strndup.c U src/contrib/gcclibs/libiberty/xexit.c U src/contrib/gcclibs/libiberty/setenv.c U src/contrib/gcclibs/libiberty/memchr.c U src/contrib/gcclibs/libiberty/libiberty.texi U src/contrib/gcclibs/libiberty/config.h-vms U src/contrib/gcclibs/libiberty/strerror.c U src/contrib/gcclibs/libiberty/configure.ac U src/contrib/gcclibs/libiberty/obstack.c U src/contrib/gcclibs/libiberty/maint-tool U src/contrib/gcclibs/libiberty/ChangeLog U src/contrib/gcclibs/libiberty/fdmatch.c U src/contrib/gcclibs/libiberty/strverscmp.c U src/contrib/gcclibs/libiberty/xstrdup.c U src/contrib/gcclibs/libiberty/mempcpy.c U src/contrib/gcclibs/libiberty/hashtab.c U src/contrib/gcclibs/libiberty/lrealpath.c U src/contrib/gcclibs/libiberty/spaces.c U src/contrib/gcclibs/libiberty/vmsbuild.com U src/contrib/gcclibs/libiberty/bzero.c U src/contrib/gcclibs/libiberty/pex-common.c U src/contrib/gcclibs/libiberty/sort.c U src/contrib/gcclibs/libiberty/splay-tree.c U src/contrib/gcclibs/libiberty/pex-common.h U src/contrib/gcclibs/libiberty/vsnprintf.c U src/contrib/gcclibs/libiberty/dyn-string.c U src/contrib/gcclibs/libiberty/atexit.c U src/contrib/gcclibs/libiberty/xmalloc.c U src/contrib/gcclibs/libiberty/safe-ctype.c U src/contrib/gcclibs/libiberty/obstacks.texi U src/contrib/gcclibs/libiberty/snprintf.c U src/contrib/gcclibs/libiberty/_doprnt.c U src/contrib/gcclibs/libiberty/concat.c U src/contrib/gcclibs/libiberty/bsearch.c U src/contrib/gcclibs/libiberty/at-file.texi U src/contrib/gcclibs/libiberty/strtoul.c U src/contrib/gcclibs/libiberty/getcwd.c U src/contrib/gcclibs/libiberty/gather-docs U src/contrib/gcclibs/libiberty/unlink-if-ordinary.c U src/contrib/gcclibs/libiberty/make-relative-prefix.c U src/contrib/gcclibs/libiberty/stpcpy.c U src/contrib/gcclibs/libiberty/copysign.c U src/contrib/gcclibs/libiberty/make-temp-file.c U src/contrib/gcclibs/libiberty/fibheap.c U src/contrib/gcclibs/libiberty/regex.c U src/contrib/gcclibs/libiberty/stpncpy.c U src/contrib/gcclibs/libiberty/strstr.c U src/contrib/gcclibs/libiberty/mkstemps.c U src/contrib/gcclibs/libiberty/README U src/contrib/gcclibs/libiberty/memcmp.c U src/contrib/gcclibs/libiberty/xmemdup.c U src/contrib/gcclibs/libiberty/strtod.c U src/contrib/gcclibs/libiberty/putenv.c U src/contrib/gcclibs/libiberty/ternary.c U src/contrib/gcclibs/libiberty/hex.c U src/contrib/gcclibs/libiberty/msdos.c U src/contrib/gcclibs/libiberty/strncmp.c U src/contrib/gcclibs/libiberty/strtol.c U src/contrib/gcclibs/libiberty/xstrndup.c U src/contrib/gcclibs/libiberty/vprintf.c U src/contrib/gcclibs/libiberty/cplus-dem.c U src/contrib/gcclibs/libiberty/memset.c U src/contrib/gcclibs/libiberty/clock.c U src/contrib/gcclibs/libiberty/aclocal.m4 U src/contrib/gcclibs/libiberty/Makefile.in U src/contrib/gcclibs/libiberty/strcasecmp.c U src/contrib/gcclibs/libiberty/memmove.c U src/contrib/gcclibs/libiberty/strsignal.c U src/contrib/gcclibs/libiberty/getpagesize.c U src/contrib/gcclibs/libiberty/xstrerror.c U src/contrib/gcclibs/libiberty/pex-one.c U src/contrib/gcclibs/libiberty/basename.c U src/contrib/gcclibs/libiberty/bcopy.c U src/contrib/gcclibs/libiberty/ffs.c U src/contrib/gcclibs/libiberty/bcmp.c U src/contrib/gcclibs/libiberty/physmem.c U src/contrib/gcclibs/libiberty/pexecute.c U src/contrib/gcclibs/libiberty/getopt1.c U src/contrib/gcclibs/libiberty/md5.c U src/contrib/gcclibs/libiberty/strrchr.c U src/contrib/gcclibs/libiberty/config.in U src/contrib/gcclibs/libiberty/vfprintf.c U src/contrib/gcclibs/libiberty/pex-djgpp.c U src/contrib/gcclibs/libiberty/makefile.vms U src/contrib/gcclibs/libiberty/fnmatch.txh U src/contrib/gcclibs/libiberty/copying-lib.texi U src/contrib/gcclibs/libiberty/rename.c U src/contrib/gcclibs/libiberty/partition.c U src/contrib/gcclibs/libiberty/sigsetmask.c U src/contrib/gcclibs/libiberty/vsprintf.c U src/contrib/gcclibs/libiberty/cp-demint.c U src/contrib/gcclibs/libiberty/strdup.c U src/contrib/gcclibs/libiberty/xatexit.c U src/contrib/gcclibs/libiberty/vfork.c U src/contrib/gcclibs/libiberty/fopen_unlocked.c U src/contrib/gcclibs/libiberty/tmpnam.c U src/contrib/gcclibs/libiberty/argv.c U src/contrib/gcclibs/libiberty/functions.texi U src/contrib/gcclibs/libiberty/configure U src/contrib/gcclibs/libiberty/waitpid.c U src/contrib/gcclibs/libiberty/getopt.c U src/contrib/gcclibs/libiberty/pexecute.txh U src/contrib/gcclibs/libiberty/insque.c U src/contrib/gcclibs/libiberty/strchr.c U src/contrib/gcclibs/libiberty/index.c U src/contrib/gcclibs/libiberty/pex-unix.c U src/contrib/gcclibs/libiberty/gettimeofday.c U src/contrib/gcclibs/libiberty/strncasecmp.c U src/contrib/gcclibs/libiberty/choose-temp.c U src/contrib/gcclibs/libiberty/objalloc.c U src/contrib/gcclibs/libiberty/getpwd.c U src/contrib/gcclibs/libiberty/memcpy.c U src/contrib/gcclibs/libiberty/vasprintf.c U src/contrib/gcclibs/libiberty/cp-demangle.c U src/contrib/gcclibs/libiberty/floatformat.c U src/contrib/gcclibs/libiberty/pex-msdos.c U src/contrib/gcclibs/libiberty/random.c U src/contrib/gcclibs/libiberty/fnmatch.c U src/contrib/gcclibs/libiberty/cp-demangle.h U src/contrib/gcclibs/libiberty/getruntime.c U src/contrib/gcclibs/libiberty/asprintf.c U src/contrib/gcclibs/libiberty/lbasename.c U src/contrib/gcclibs/libiberty/rindex.c U src/contrib/gcclibs/libiberty/alloca.c U src/contrib/gcclibs/libiberty/pex-win32.c U src/contrib/gcclibs/libiberty/COPYING.LIB U src/contrib/gcclibs/libiberty/calloc.c U src/contrib/gcclibs/libiberty/testsuite/test-pexecute.c U src/contrib/gcclibs/libiberty/testsuite/Makefile.in U src/contrib/gcclibs/libiberty/testsuite/test-demangle.c U src/contrib/gcclibs/libiberty/testsuite/demangle-expected U src/contrib/gcclibs/libiberty/testsuite/test-expandargv.c U src/contrib/gcclibs/libiberty/config/mh-openedition U src/contrib/gcclibs/libiberty/config/mh-cxux7 U src/contrib/gcclibs/libiberty/config/mh-aix U src/contrib/gcclibs/libiberty/config/mh-fbsd21 U src/contrib/gcclibs/libiberty/config/mh-windows No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:52:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8992216A54C; Tue, 14 Aug 2007 02:52:06 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 74AE113C46A; Tue, 14 Aug 2007 02:52:06 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2q6jr048106; Tue, 14 Aug 2007 02:52:06 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2q6ew048105; Tue, 14 Aug 2007 02:52:06 GMT (envelope-from kan) Message-Id: <200708140252.l7E2q6ew048105@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:52:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/libssp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:52:06 -0000 kan 2007-08-14 02:52:06 UTC FreeBSD src repository src/contrib/gcclibs/libssp - Imported sources Update of /home/ncvs/src/contrib/gcclibs/libssp In directory repoman.freebsd.org:/tmp/cvs-serv48093 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/libssp/configure U src/contrib/gcclibs/libssp/ssp.map U src/contrib/gcclibs/libssp/Makefile.in U src/contrib/gcclibs/libssp/strcat-chk.c U src/contrib/gcclibs/libssp/gets-chk.c U src/contrib/gcclibs/libssp/ssp.c U src/contrib/gcclibs/libssp/strncpy-chk.c U src/contrib/gcclibs/libssp/snprintf-chk.c U src/contrib/gcclibs/libssp/libtool-version U src/contrib/gcclibs/libssp/ChangeLog U src/contrib/gcclibs/libssp/memmove-chk.c U src/contrib/gcclibs/libssp/mempcpy-chk.c U src/contrib/gcclibs/libssp/vsprintf-chk.c U src/contrib/gcclibs/libssp/config.h.in U src/contrib/gcclibs/libssp/strncat-chk.c U src/contrib/gcclibs/libssp/configure.ac U src/contrib/gcclibs/libssp/stpcpy-chk.c U src/contrib/gcclibs/libssp/strcpy-chk.c U src/contrib/gcclibs/libssp/sprintf-chk.c U src/contrib/gcclibs/libssp/Makefile.am U src/contrib/gcclibs/libssp/aclocal.m4 U src/contrib/gcclibs/libssp/vsnprintf-chk.c U src/contrib/gcclibs/libssp/memset-chk.c U src/contrib/gcclibs/libssp/memcpy-chk.c U src/contrib/gcclibs/libssp/ssp-local.c U src/contrib/gcclibs/libssp/ssp/ssp.h.in U src/contrib/gcclibs/libssp/ssp/stdio.h U src/contrib/gcclibs/libssp/ssp/string.h U src/contrib/gcclibs/libssp/ssp/unistd.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:52:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4D6416A41A; Tue, 14 Aug 2007 02:52:19 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A01FF13C48E; Tue, 14 Aug 2007 02:52:19 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2qJSE048129; Tue, 14 Aug 2007 02:52:19 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2qJvr048128; Tue, 14 Aug 2007 02:52:19 GMT (envelope-from kan) Message-Id: <200708140252.l7E2qJvr048128@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:52:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/libmudflap - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:52:19 -0000 kan 2007-08-14 02:52:19 UTC FreeBSD src repository src/contrib/gcclibs/libmudflap - Imported sources Update of /home/ncvs/src/contrib/gcclibs/libmudflap In directory repoman.freebsd.org:/tmp/cvs-serv48114 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/libmudflap/configure U src/contrib/gcclibs/libmudflap/Makefile.in U src/contrib/gcclibs/libmudflap/mf-hooks1.c U src/contrib/gcclibs/libmudflap/mf-hooks2.c U src/contrib/gcclibs/libmudflap/mf-impl.h U src/contrib/gcclibs/libmudflap/mf-hooks3.c U src/contrib/gcclibs/libmudflap/libtool-version U src/contrib/gcclibs/libmudflap/ChangeLog U src/contrib/gcclibs/libmudflap/config.h.in U src/contrib/gcclibs/libmudflap/mf-heuristics.c U src/contrib/gcclibs/libmudflap/configure.ac U src/contrib/gcclibs/libmudflap/mf-runtime.c U src/contrib/gcclibs/libmudflap/acinclude.m4 U src/contrib/gcclibs/libmudflap/mf-runtime.h U src/contrib/gcclibs/libmudflap/Makefile.am U src/contrib/gcclibs/libmudflap/aclocal.m4 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:52:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 530D516A41A; Tue, 14 Aug 2007 02:52:38 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1894D13C4D3; Tue, 14 Aug 2007 02:52:38 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2qafC048155; Tue, 14 Aug 2007 02:52:36 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2qaDd048154; Tue, 14 Aug 2007 02:52:36 GMT (envelope-from kan) Message-Id: <200708140252.l7E2qaDd048154@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:52:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/libgomp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:52:38 -0000 kan 2007-08-14 02:52:36 UTC FreeBSD src repository src/contrib/gcclibs/libgomp - Imported sources Update of /home/ncvs/src/contrib/gcclibs/libgomp In directory repoman.freebsd.org:/tmp/cvs-serv48140 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/libgomp/configure U src/contrib/gcclibs/libgomp/Makefile.in U src/contrib/gcclibs/libgomp/iter.c U src/contrib/gcclibs/libgomp/libgomp_g.h U src/contrib/gcclibs/libgomp/libgomp_f.h.in U src/contrib/gcclibs/libgomp/fortran.c U src/contrib/gcclibs/libgomp/configure.ac U src/contrib/gcclibs/libgomp/libgomp.map U src/contrib/gcclibs/libgomp/team.c U src/contrib/gcclibs/libgomp/sections.c U src/contrib/gcclibs/libgomp/env.c U src/contrib/gcclibs/libgomp/error.c U src/contrib/gcclibs/libgomp/critical.c U src/contrib/gcclibs/libgomp/configure.tgt U src/contrib/gcclibs/libgomp/libgomp.h U src/contrib/gcclibs/libgomp/omp_lib.f90.in U src/contrib/gcclibs/libgomp/omp.h.in U src/contrib/gcclibs/libgomp/libgomp.spec.in U src/contrib/gcclibs/libgomp/ChangeLog U src/contrib/gcclibs/libgomp/loop.c U src/contrib/gcclibs/libgomp/config.h.in U src/contrib/gcclibs/libgomp/single.c U src/contrib/gcclibs/libgomp/work.c U src/contrib/gcclibs/libgomp/alloc.c U src/contrib/gcclibs/libgomp/ordered.c U src/contrib/gcclibs/libgomp/acinclude.m4 U src/contrib/gcclibs/libgomp/barrier.c U src/contrib/gcclibs/libgomp/Makefile.am U src/contrib/gcclibs/libgomp/omp_lib.h.in U src/contrib/gcclibs/libgomp/parallel.c U src/contrib/gcclibs/libgomp/aclocal.m4 U src/contrib/gcclibs/libgomp/libgomp.texi U src/contrib/gcclibs/libgomp/config/linux/mutex.c U src/contrib/gcclibs/libgomp/config/linux/bar.c U src/contrib/gcclibs/libgomp/config/linux/sem.c U src/contrib/gcclibs/libgomp/config/linux/omp-lock.h U src/contrib/gcclibs/libgomp/config/linux/mutex.h U src/contrib/gcclibs/libgomp/config/linux/lock.c U src/contrib/gcclibs/libgomp/config/linux/bar.h U src/contrib/gcclibs/libgomp/config/linux/sem.h U src/contrib/gcclibs/libgomp/config/linux/powerpc/futex.h U src/contrib/gcclibs/libgomp/config/linux/ia64/futex.h U src/contrib/gcclibs/libgomp/config/linux/alpha/futex.h U src/contrib/gcclibs/libgomp/config/linux/x86/futex.h U src/contrib/gcclibs/libgomp/config/linux/sparc/futex.h U src/contrib/gcclibs/libgomp/config/linux/s390/futex.h U src/contrib/gcclibs/libgomp/config/posix95/omp-lock.h U src/contrib/gcclibs/libgomp/config/posix95/lock.c U src/contrib/gcclibs/libgomp/config/posix/time.c U src/contrib/gcclibs/libgomp/config/posix/mutex.c U src/contrib/gcclibs/libgomp/config/posix/proc.c U src/contrib/gcclibs/libgomp/config/posix/bar.c U src/contrib/gcclibs/libgomp/config/posix/sem.c U src/contrib/gcclibs/libgomp/config/posix/omp-lock.h U src/contrib/gcclibs/libgomp/config/posix/mutex.h U src/contrib/gcclibs/libgomp/config/posix/lock.c U src/contrib/gcclibs/libgomp/config/posix/bar.h U src/contrib/gcclibs/libgomp/config/posix/sem.h U src/contrib/gcclibs/libgomp/config/mingw32/time.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:52:50 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3273616A468; Tue, 14 Aug 2007 02:52:50 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF7213C4E9; Tue, 14 Aug 2007 02:52:50 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2qnwQ048178; Tue, 14 Aug 2007 02:52:49 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2qnWB048177; Tue, 14 Aug 2007 02:52:49 GMT (envelope-from kan) Message-Id: <200708140252.l7E2qnWB048177@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 02:52:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/gcclibs/libdecnumber - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:52:50 -0000 kan 2007-08-14 02:52:49 UTC FreeBSD src repository src/contrib/gcclibs/libdecnumber - Imported sources Update of /home/ncvs/src/contrib/gcclibs/libdecnumber In directory repoman.freebsd.org:/tmp/cvs-serv48161 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070718_SVN126787 U src/contrib/gcclibs/libdecnumber/decimal128.h U src/contrib/gcclibs/libdecnumber/decContext.c U src/contrib/gcclibs/libdecnumber/configure U src/contrib/gcclibs/libdecnumber/Makefile.in U src/contrib/gcclibs/libdecnumber/decRound.c U src/contrib/gcclibs/libdecnumber/decimal32.c U src/contrib/gcclibs/libdecnumber/decNumber.c U src/contrib/gcclibs/libdecnumber/decContext.h U src/contrib/gcclibs/libdecnumber/ChangeLog U src/contrib/gcclibs/libdecnumber/decimal32.h U src/contrib/gcclibs/libdecnumber/decimal64.c U src/contrib/gcclibs/libdecnumber/decNumber.h U src/contrib/gcclibs/libdecnumber/decimal64.h U src/contrib/gcclibs/libdecnumber/decUtility.c U src/contrib/gcclibs/libdecnumber/decLibrary.c U src/contrib/gcclibs/libdecnumber/configure.ac U src/contrib/gcclibs/libdecnumber/decUtility.h U src/contrib/gcclibs/libdecnumber/decNumberLocal.h U src/contrib/gcclibs/libdecnumber/decDPD.h U src/contrib/gcclibs/libdecnumber/config.in U src/contrib/gcclibs/libdecnumber/decimal128.c U src/contrib/gcclibs/libdecnumber/aclocal.m4 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:58:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CB6916A419; Tue, 14 Aug 2007 02:58:34 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F38913C458; Tue, 14 Aug 2007 02:58:34 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2wYKs048526; Tue, 14 Aug 2007 02:58:34 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2wYD0048525; Tue, 14 Aug 2007 02:58:34 GMT (envelope-from bmah) Message-Id: <200708140258.l7E2wYD0048525@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Aug 2007 02:58:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 02:58:34 -0000 bmah 2007-08-14 02:58:34 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Disconnect the soon-to-be removed installation notes from sysinstall(8) menus. Approved by: re (blanket for installation notes removal) Revision Changes Path 1.425 +15 -17 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 03:02:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD39D16A418; Tue, 14 Aug 2007 03:02:26 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9905E13C461; Tue, 14 Aug 2007 03:02:26 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E32Qfr049082; Tue, 14 Aug 2007 03:02:26 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E32QXc049081; Tue, 14 Aug 2007 03:02:26 GMT (envelope-from kan) Message-Id: <200708140302.l7E32QXc049081@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 03:02:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/gcc Makefile.in reload.c src/contrib/gcc/config/i386 i386.md src/contrib/gcc/cp decl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 03:02:27 -0000 kan 2007-08-14 03:02:26 UTC FreeBSD src repository Modified files: contrib/gcc Makefile.in reload.c contrib/gcc/config/i386 i386.md contrib/gcc/cp decl.c Log: Merge files that are no longer carry FreeBSD local changes. Approved by: re (kensmith) Revision Changes Path 1.21 +1 -1 src/contrib/gcc/Makefile.in 1.21 +9 -9 src/contrib/gcc/config/i386/i386.md 1.22 +71 -15 src/contrib/gcc/cp/decl.c 1.18 +3 -2 src/contrib/gcc/reload.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 03:04:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4888316A417; Tue, 14 Aug 2007 03:04:43 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18CB513C468; Tue, 14 Aug 2007 03:04:43 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E34guf050408; Tue, 14 Aug 2007 03:04:42 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E34gB2050407; Tue, 14 Aug 2007 03:04:42 GMT (envelope-from kan) Message-Id: <200708140304.l7E34gB2050407@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 03:04:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/gcc function.c version.c src/contrib/gcc/config/i386 i386.c i386.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 03:04:43 -0000 kan 2007-08-14 03:04:42 UTC FreeBSD src repository Modified files: contrib/gcc function.c version.c contrib/gcc/config/i386 i386.c i386.h Log: Update locally changed files to GCC 4.2.1. Approved by: re (kensmith) Revision Changes Path 1.25 +17 -8 src/contrib/gcc/config/i386/i386.c 1.23 +2 -1 src/contrib/gcc/config/i386/i386.h 1.25 +9 -1 src/contrib/gcc/function.c 1.16 +2 -2 src/contrib/gcc/version.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 03:56:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA8F616A418; Tue, 14 Aug 2007 03:56:33 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 6733413C4F5; Tue, 14 Aug 2007 03:56:33 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id A9989EB678E; Tue, 14 Aug 2007 11:56:32 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id x-dRjodBkOnN; Tue, 14 Aug 2007 11:56:26 +0800 (CST) Received: from LI-Xins-MacBook.local (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 19CB5EB6784; Tue, 14 Aug 2007 11:56:26 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=LUwPYQW5X5IOJ8Ic7v/p678xZmNz8BJDNmKsMw0jk0XSS6OK8m2wQ9e4ze7FCc7B2 N4URSzg3OjB4NTV+19VnA== Message-ID: <46C127C8.9010806@delphij.net> Date: Tue, 14 Aug 2007 11:55:52 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Alexander Kabaev References: <200708140304.l7E34gB2050407@repoman.freebsd.org> In-Reply-To: <200708140304.l7E34gB2050407@repoman.freebsd.org> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig04DC317A23A15FBE4A450991" Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/gcc function.c version.c src/contrib/gcc/config/i386 i386.c i386.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 03:56:33 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig04DC317A23A15FBE4A450991 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Alexander Kabaev wrote: > kan 2007-08-14 03:04:42 UTC >=20 > FreeBSD src repository >=20 > Modified files: > contrib/gcc function.c version.c=20 > contrib/gcc/config/i386 i386.c i386.h=20 > Log: > Update locally changed files to GCC 4.2.1. Thanks! Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig04DC317A23A15FBE4A450991 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGwSfIOfuToMruuMARCtGsAJ4xe46irW/WaYE8eeInRbRLdAaUmQCfbdv/ jW9NCujz7glnv+WowyyWiN4= =etSW -----END PGP SIGNATURE----- --------------enig04DC317A23A15FBE4A450991-- From owner-cvs-src@FreeBSD.ORG Tue Aug 14 05:52:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1CEC16A41B; Tue, 14 Aug 2007 05:52:08 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5A87F13C458; Tue, 14 Aug 2007 05:52:08 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 21BD120B0; Tue, 14 Aug 2007 07:52:05 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 90A95208A; Tue, 14 Aug 2007 07:52:04 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 7422F84462; Tue, 14 Aug 2007 07:52:04 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Alexander Kabaev References: <200708140247.l7E2l3dw047599@repoman.freebsd.org> Date: Tue, 14 Aug 2007 07:52:04 +0200 In-Reply-To: <200708140247.l7E2l3dw047599@repoman.freebsd.org> (Alexander Kabaev's message of "Tue\, 14 Aug 2007 02\:47\:03 +0000 \(UTC\)") Message-ID: <86ir7iiry3.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 05:52:08 -0000 Alexander Kabaev writes: > Log Message: > GCC 4.2.1 release. Great work, Alexander! DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Aug 14 11:22:51 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC1E16A417; Tue, 14 Aug 2007 11:22:51 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.freebsd.org (Postfix) with ESMTP id 6D7CE13C4A8; Tue, 14 Aug 2007 11:22:51 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtp (Exim 4.67) (envelope-from ) id 1IKuU6-000GSc-7I; Tue, 14 Aug 2007 13:22:50 +0200 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Tue, 14 Aug 2007 13:22:50 +0200 (CEST) Message-ID: <39742.194.74.82.3.1187090570.squirrel@galain.elvandar.org> In-Reply-To: <200708140247.l7E2l3dw047599@repoman.freebsd.org> References: <200708140247.l7E2l3dw047599@repoman.freebsd.org> Date: Tue, 14 Aug 2007 13:22:50 +0200 (CEST) From: "Remko Lodder" To: "Alexander Kabaev" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 11:22:51 -0000 On Tue, August 14, 2007 4:47 am, Alexander Kabaev wrote: > kan 2007-08-14 02:47:02 UTC > > FreeBSD src repository > > src/contrib/gcc - Imported sources > Update of /home/ncvs/src/contrib/gcc > In directory repoman.freebsd.org:/tmp/cvs-serv46446 > > Log Message: > GCC 4.2.1 release. > Hurray! Thanks :) -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-src@FreeBSD.ORG Tue Aug 14 13:44:10 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C152216A4E5; Tue, 14 Aug 2007 13:44:10 +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 9D9D813C45B; Tue, 14 Aug 2007 13:44:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EDi9Zt034487; Tue, 14 Aug 2007 13:44:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EDi9X1034486; Tue, 14 Aug 2007 13:44:09 GMT (envelope-from delphij) Message-Id: <200708141344.l7EDi9X1034486@repoman.freebsd.org> From: Xin LI Date: Tue, 14 Aug 2007 13:44:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 13:44:10 -0000 delphij 2007-08-14 13:44:09 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: Restore -O2 optimization after gcc 4.2.1 import, which has fixed the issue raised by gcc 4.2.0. Tested with: test case found in gcc bug 32500 Approved by: re (kensmith), ache, kan Revision Changes Path 1.92 +1 -1 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Tue Aug 14 14:48:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91E0C16A41A; Tue, 14 Aug 2007 14:48:47 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FBC713C47E; Tue, 14 Aug 2007 14:48:47 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EEmlJX039652; Tue, 14 Aug 2007 14:48:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EEmlKB039651; Tue, 14 Aug 2007 14:48:47 GMT (envelope-from cperciva) Message-Id: <200708141448.l7EEmlKB039651@repoman.freebsd.org> From: Colin Percival Date: Tue, 14 Aug 2007 14:48:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 14:48:47 -0000 cperciva 2007-08-14 14:48:47 UTC FreeBSD src repository Modified files: usr.sbin/freebsd-update freebsd-update.sh Log: Change the time of the first "EoL is coming soon, you should upgrade" warning from EoL minus 6 months to EoL minus 3 months, in order to increase the odds of there actually being a more recent release to which users can upgrade. (In particular, for releases which are only supported for 12 months, it's quite likely that the next release will occur between 6 and 9 months later.) Discussed with: kensmith Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.8 +2 -2 src/usr.sbin/freebsd-update/freebsd-update.sh From owner-cvs-src@FreeBSD.ORG Tue Aug 14 14:49:48 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45AF916A418; Tue, 14 Aug 2007 14:49:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23C3F13C48A; Tue, 14 Aug 2007 14:49:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EEnmhx039700; Tue, 14 Aug 2007 14:49:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EEnmgh039699; Tue, 14 Aug 2007 14:49:48 GMT (envelope-from delphij) Message-Id: <200708141449.l7EEnmgh039699@repoman.freebsd.org> From: Xin LI Date: Tue, 14 Aug 2007 14:49:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 14:49:48 -0000 delphij 2007-08-14 14:49:47 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Mention gcc 4.2.1 import. Approved by: re (bmah) Revision Changes Path 1.1058 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Tue Aug 14 15:25:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 277CA16A419; Tue, 14 Aug 2007 15:25:33 +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 05B0A13C467; Tue, 14 Aug 2007 15:25:33 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EFPWHf043400; Tue, 14 Aug 2007 15:25:32 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EFPWSv043399; Tue, 14 Aug 2007 15:25:32 GMT (envelope-from danger) Message-Id: <200708141525.l7EFPWSv043399@repoman.freebsd.org> From: Daniel Gerzo Date: Tue, 14 Aug 2007 15:25:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile boot.config.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 15:25:33 -0000 danger 2007-08-14 15:25:32 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 Makefile Added files: share/man/man5 boot.config.5 Log: Add the boot.config.5 manual page. Reviewed by: keramida Approved by: re@ (bmah) PR: docs/112307 Revision Changes Path 1.77 +1 -0 src/share/man/man5/Makefile 1.1 +103 -0 src/share/man/man5/boot.config.5 (new) From owner-cvs-src@FreeBSD.ORG Tue Aug 14 15:46:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ABDC16A419; Tue, 14 Aug 2007 15:46:36 +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 4089C13C461; Tue, 14 Aug 2007 15:46:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EFka8W052003; Tue, 14 Aug 2007 15:46:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EFkaZN052002; Tue, 14 Aug 2007 15:46:36 GMT (envelope-from jhb) Message-Id: <200708141546.l7EFkaZN052002@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Aug 2007 15:46:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 machdep.c trap.c src/sys/i386/include proc.h src/sys/i386/linux linux_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 15:46:36 -0000 jhb 2007-08-14 15:46:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 machdep.c trap.c sys/i386/include proc.h sys/i386/linux linux_sysvec.c Log: Don't abuse tf_err to pass the faulting virtual address to signal handlers on i386. Instead, add a new field to 'struct mdthread' to hold the address and preserve the tf_err value. This corrects the 'sc_err' value in signal frames which wine needs. Tested by: wine-freebsd @ hub org Revision Changes Path 1.616.2.9 +6 -6 src/sys/i386/i386/machdep.c 1.277.2.5 +1 -1 src/sys/i386/i386/trap.c 1.25.2.1 +1 -0 src/sys/i386/include/proc.h 1.137.2.6 +1 -1 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 16:46:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7885016A419; Tue, 14 Aug 2007 16:46:06 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.freebsd.org (Postfix) with ESMTP id 3A96813C474; Tue, 14 Aug 2007 16:46:06 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/smtpout06/MantshX 4.0) with ESMTP id l7EGVNSn017046; Tue, 14 Aug 2007 09:31:23 -0700 (PDT) Received: from [172.24.104.95] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id l7EGVE6N015916 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 14 Aug 2007 09:31:23 -0700 (PDT) In-Reply-To: <200708141344.l7EDi9X1034486@repoman.freebsd.org> References: <200708141344.l7EDi9X1034486@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <10287E9A-BC27-4593-8215-A69AD6F9078B@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Tue, 14 Aug 2007 09:31:02 -0700 To: Xin LI X-Mailer: Apple Mail (2.752.3) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 16:46:06 -0000 On Aug 14, 2007, at 6:44 AM, Xin LI wrote: > delphij 2007-08-14 13:44:09 UTC > > FreeBSD src repository > > Modified files: > share/mk sys.mk > Log: > Restore -O2 optimization after gcc 4.2.1 import, which has > fixed the issue raised by gcc 4.2.0. > > Tested with: test case found in gcc bug 32500 > Approved by: re (kensmith), ache, kan Euh... it would have been nice if we first tried -O2 on those other architectures (you know, those platforms that hamper i386) before we declare GCC fixed... -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Tue Aug 14 19:17:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D12E16A468; Tue, 14 Aug 2007 19:17:36 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B36413C474; Tue, 14 Aug 2007 19:17:36 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EJHaaC079663; Tue, 14 Aug 2007 19:17:36 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EJHa7M079662; Tue, 14 Aug 2007 19:17:36 GMT (envelope-from scottl) Message-Id: <200708141917.l7EJHa7M079662@repoman.freebsd.org> From: Scott Long Date: Tue, 14 Aug 2007 19:17:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 19:17:36 -0000 scottl 2007-08-14 19:17:35 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c Log: Move callout initialization to the proper spot. This prevents panics during error recovery. Approved by: re Found by: kan Revision Changes Path 1.44 +1 -0 src/sys/dev/mpt/mpt.c 1.42 +0 -4 src/sys/dev/mpt/mpt.h 1.61 +0 -4 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 19:38:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B71816A469; Tue, 14 Aug 2007 19:38:03 +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 09C5113C461; Tue, 14 Aug 2007 19:38:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EJc22w080987; Tue, 14 Aug 2007 19:38:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EJc2qo080986; Tue, 14 Aug 2007 19:38:02 GMT (envelope-from jhb) Message-Id: <200708141938.l7EJc2qo080986@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Aug 2007 19:38:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 19:38:03 -0000 jhb 2007-08-14 19:38:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d netif Log: MFC 1.24: Require 'cleanvar'. Revision Changes Path 1.14.2.4 +1 -1 src/etc/rc.d/netif From owner-cvs-src@FreeBSD.ORG Tue Aug 14 19:42:52 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E77D16A418; Tue, 14 Aug 2007 19:42:52 +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 7C1EB13C428; Tue, 14 Aug 2007 19:42:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EJgqfA081380; Tue, 14 Aug 2007 19:42:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EJgqIJ081379; Tue, 14 Aug 2007 19:42:52 GMT (envelope-from jhb) Message-Id: <200708141942.l7EJgqIJ081379@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Aug 2007 19:42:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 19:42:52 -0000 jhb 2007-08-14 19:42:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 trap.c sys/i386/i386 trap.c Log: MFC: Handle negative trap numbers (due to a corrupted trapframe) by not triggering a nested page fault when indexing the trap_msg[] array. Revision Changes Path 1.289.2.6 +4 -3 src/sys/amd64/amd64/trap.c 1.277.2.6 +4 -3 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Tue Aug 14 20:02:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF0716A417; Tue, 14 Aug 2007 20:02:56 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7984C13C468; Tue, 14 Aug 2007 20:02:56 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EK2u6W082646; Tue, 14 Aug 2007 20:02:56 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EK2uBB082645; Tue, 14 Aug 2007 20:02:56 GMT (envelope-from bmah) Message-Id: <200708142002.l7EK2uBB082645@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Aug 2007 20:02:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 20:02:56 -0000 bmah 2007-08-14 20:02:56 UTC FreeBSD src repository Modified files: release Makefile Log: Don't copy the installation guide to the release media (i.e. floppies or ISO images). We retain the concept of MD release documentation for now, although it's fairly unlikely that we'll ever do this again. Approved by: re (blanket for installation guide removal) Revision Changes Path 1.923 +1 -7 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Tue Aug 14 20:49:58 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C03916A418; Tue, 14 Aug 2007 20:49:58 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78F2E13C494; Tue, 14 Aug 2007 20:49:58 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EKnwKp098585; Tue, 14 Aug 2007 20:49:58 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7EKnwDl098584; Tue, 14 Aug 2007 20:49:58 GMT (envelope-from kan) Message-Id: <200708142049.l7EKnwDl098584@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Aug 2007 20:49:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libgcc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 20:49:58 -0000 kan 2007-08-14 20:49:58 UTC FreeBSD src repository Modified files: gnu/lib/libgcc Makefile Log: Remove comment that was added by mistakes and which prevented _eprintf and gcc_bcmp to be added to static libgcc.a. Approved by: re (kensmith) Revision Changes Path 1.58 +1 -1 src/gnu/lib/libgcc/Makefile From owner-cvs-src@FreeBSD.ORG Tue Aug 14 21:46:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33D5516A418; Tue, 14 Aug 2007 21:46:13 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id E375613C45E; Tue, 14 Aug 2007 21:46:12 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 8428020B0; Tue, 14 Aug 2007 23:46:09 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 71708208A; Tue, 14 Aug 2007 23:46:09 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 5D4148444F; Tue, 14 Aug 2007 23:46:09 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Marcel Moolenaar References: <200708141344.l7EDi9X1034486@repoman.freebsd.org> <10287E9A-BC27-4593-8215-A69AD6F9078B@mac.com> Date: Tue, 14 Aug 2007 23:46:09 +0200 In-Reply-To: <10287E9A-BC27-4593-8215-A69AD6F9078B@mac.com> (Marcel Moolenaar's message of "Tue\, 14 Aug 2007 09\:31\:02 -0700") Message-ID: <86y7gd23j2.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 21:46:13 -0000 Marcel Moolenaar writes: > Euh... it would have been nice if we first tried -O2 on those other > architectures (you know, those platforms that hamper i386) before we > declare GCC fixed... Well, now's your chance to do so! DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Aug 15 03:02:23 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1AE516A420; Wed, 15 Aug 2007 03:02:22 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD57313C46E; Wed, 15 Aug 2007 03:02:22 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7F32MZo038631; Wed, 15 Aug 2007 03:02:22 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7F32Mb0038630; Wed, 15 Aug 2007 03:02:22 GMT (envelope-from bmah) Message-Id: <200708150302.l7F32Mb0038630@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Aug 2007 03:02:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng src/release/doc/en_US.ISO8859-1 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 03:02:23 -0000 bmah 2007-08-15 03:02:22 UTC FreeBSD src repository Modified files: release/doc/share/examples Makefile.relnotesng release/doc/en_US.ISO8859-1 Makefile Log: Disconnect installation notes from the release documentation build. Approved by: re (blanket for installation notes removal) Revision Changes Path 1.8 +0 -1 src/release/doc/en_US.ISO8859-1/Makefile 1.16 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-src@FreeBSD.ORG Wed Aug 15 03:05:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47F1516A41B; Wed, 15 Aug 2007 03:05:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2145013C46C; Wed, 15 Aug 2007 03:05:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7F35IP9040006; Wed, 15 Aug 2007 03:05:18 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7F35Hnr040004; Wed, 15 Aug 2007 03:05:17 GMT (envelope-from bmah) Message-Id: <200708150305.l7F35Hnr040004@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Aug 2007 03:05:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 03:05:18 -0000 bmah 2007-08-15 03:05:17 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Modified release note: ng_h4(4) has been restored to the build after MPSAFE modifications. Approved by: re (implicitly) Revision Changes Path 1.1059 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Aug 15 03:14:46 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AA0816A418; Wed, 15 Aug 2007 03:14:46 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28D1D13C46A; Wed, 15 Aug 2007 03:14:46 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7F3Ekdi040735; Wed, 15 Aug 2007 03:14:46 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7F3EjWH040734; Wed, 15 Aug 2007 03:14:45 GMT (envelope-from bmah) Message-Id: <200708150314.l7F3EjWH040734@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Aug 2007 03:14:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation Makefile Makefile.inc src/release/doc/en_US.ISO8859-1/installation/amd64 Makefile article.sgml src/release/doc/en_US.ISO8859-1/installation/common abstract.sgml artheader.sgml install.ent install.sgml layout.sgml trouble.sgml upgrade.sgml ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 03:14:46 -0000 bmah 2007-08-15 03:14:43 UTC FreeBSD src repository Removed files: release/doc/en_US.ISO8859-1/installation Makefile Makefile.inc release/doc/en_US.ISO8859-1/installation/amd64 Makefile article.sgml release/doc/en_US.ISO8859-1/installation/common abstract.sgml artheader.sgml install.ent install.sgml layout.sgml trouble.sgml upgrade.sgml release/doc/en_US.ISO8859-1/installation/i386 Makefile article.sgml release/doc/en_US.ISO8859-1/installation/ia64 Makefile article.sgml release/doc/en_US.ISO8859-1/installation/pc98 Makefile article.sgml release/doc/en_US.ISO8859-1/installation/powerpc Makefile article.sgml release/doc/en_US.ISO8859-1/installation/sparc64 Makefile article.sgml install.sgml Log: Remove the installation notes, which have not truly been maintained for quite some time. All relevant content has been moved to the installation chapter of the FreeBSD Handbook, which will be the single source of FreeBSD installation instructions. In addition to removing redundancy, this change also removes the last of the machine-dependent documents in the release documentation set (the release notes and hardware notes were unified to produce machine-independent documents). Approved by: re (blanket for installation notes removal) Nods from: blackend, brueffer, simon, trhodes No objections on: doc@ Helpful hints from: blackend Revision Changes Path 1.9 +0 -13 src/release/doc/en_US.ISO8859-1/installation/Makefile (dead) 1.3 +0 -7 src/release/doc/en_US.ISO8859-1/installation/Makefile.inc (dead) 1.2 +0 -20 src/release/doc/en_US.ISO8859-1/installation/amd64/Makefile (dead) 1.3 +0 -26 src/release/doc/en_US.ISO8859-1/installation/amd64/article.sgml (dead) 1.3 +0 -8 src/release/doc/en_US.ISO8859-1/installation/common/abstract.sgml (dead) 1.9 +0 -20 src/release/doc/en_US.ISO8859-1/installation/common/artheader.sgml (dead) 1.3 +0 -15 src/release/doc/en_US.ISO8859-1/installation/common/install.ent (dead) 1.40 +0 -1077 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml (dead) 1.12 +0 -160 src/release/doc/en_US.ISO8859-1/installation/common/layout.sgml (dead) 1.21 +0 -392 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml (dead) 1.14 +0 -223 src/release/doc/en_US.ISO8859-1/installation/common/upgrade.sgml (dead) 1.5 +0 -20 src/release/doc/en_US.ISO8859-1/installation/i386/Makefile (dead) 1.6 +0 -26 src/release/doc/en_US.ISO8859-1/installation/i386/article.sgml (dead) 1.2 +0 -20 src/release/doc/en_US.ISO8859-1/installation/ia64/Makefile (dead) 1.3 +0 -26 src/release/doc/en_US.ISO8859-1/installation/ia64/article.sgml (dead) 1.2 +0 -20 src/release/doc/en_US.ISO8859-1/installation/pc98/Makefile (dead) 1.3 +0 -26 src/release/doc/en_US.ISO8859-1/installation/pc98/article.sgml (dead) 1.2 +0 -20 src/release/doc/en_US.ISO8859-1/installation/powerpc/Makefile (dead) 1.2 +0 -26 src/release/doc/en_US.ISO8859-1/installation/powerpc/article.sgml (dead) 1.2 +0 -18 src/release/doc/en_US.ISO8859-1/installation/sparc64/Makefile (dead) 1.6 +0 -26 src/release/doc/en_US.ISO8859-1/installation/sparc64/article.sgml (dead) 1.16 +0 -564 src/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml (dead) From owner-cvs-src@FreeBSD.ORG Wed Aug 15 04:46:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B64716A417; Wed, 15 Aug 2007 04:46:06 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3468813C46E; Wed, 15 Aug 2007 04:46:06 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7F4k6CT049405; Wed, 15 Aug 2007 04:46:06 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7F4k53n049403; Wed, 15 Aug 2007 04:46:05 GMT (envelope-from bmah) Message-Id: <200708150446.l7F4k53n049403@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Aug 2007 04:46:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 04:46:06 -0000 bmah 2007-08-15 04:46:04 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: Autogenerate hardware notes entities for ath(4) for all platforms on which it's included in the GENERIC kernel. PR 115403 Approved by: re (implicitly) MFC after: 5 days Revision Changes Path 1.96 +1 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Wed Aug 15 06:41:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D634516A46C; Wed, 15 Aug 2007 06:41:09 +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 ACE1313C494; Wed, 15 Aug 2007 06:41:09 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7F6f9CT071953; Wed, 15 Aug 2007 06:41:09 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7F6f9Jj071952; Wed, 15 Aug 2007 06:41:09 GMT (envelope-from danger) Message-Id: <200708150641.l7F6f9Jj071952@repoman.freebsd.org> From: Daniel Gerzo Date: Wed, 15 Aug 2007 06:41:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 06:41:10 -0000 danger 2007-08-15 06:41:08 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 Makefile Log: The /boot.config file is available only on i386 and amd64, so install boot.config.5 only those architectures. Approved by: re@ (bmah) Reported by: simon Revision Changes Path 1.78 +5 -1 src/share/man/man5/Makefile From owner-cvs-src@FreeBSD.ORG Wed Aug 15 17:40:10 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A15916A418; Wed, 15 Aug 2007 17:40: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 1515413C45A; Wed, 15 Aug 2007 17:40:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7FHe9bk020272; Wed, 15 Aug 2007 17:40:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7FHe93g020271; Wed, 15 Aug 2007 17:40:09 GMT (envelope-from jhb) Message-Id: <200708151740.l7FHe93g020271@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Aug 2007 17:40:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 17:40:10 -0000 jhb 2007-08-15 17:40:09 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/gnu/fs/ext2fs ext2_vfsops.c sys/kern vfs_mount.c Log: On 6.x this works: % mount | grep home /dev/ad4s1e on /home (ufs, local, noatime, soft-updates) % mount -u -o atime /home % mount | grep home /dev/ad4s1e on /home (ufs, local, soft-updates) Restore this behavior for on 7.x for the following mount options: noatime, noclusterr, noclusterw, noexec, nosuid, nosymfollow In addition, on 7.x, the following are equivalent: mount -u -o atime /home mount -u -o nonoatime /home Ideally, when we introduce new mount options, we should avoid options starting with "no". :) Requested by: jhb Reported by: Karol Kwiat , Scott Hetzel Approved by: re (bmah) Proxy commit for: rodrigc Revision Changes Path 1.174 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.165 +2 -2 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.264 +56 -11 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Wed Aug 15 18:09:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D25616A41B; Wed, 15 Aug 2007 18:09:09 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88C1613C46A; Wed, 15 Aug 2007 18:09:09 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7FI99do023358; Wed, 15 Aug 2007 18:09:09 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7FI99JV023357; Wed, 15 Aug 2007 18:09:09 GMT (envelope-from bmah) Message-Id: <200708151809.l7FI99JV023357@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Aug 2007 18:09:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common artheader.sgml dev.sgml hw.ent intro.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 18:09:09 -0000 bmah 2007-08-15 18:09:09 UTC FreeBSD src repository Removed files: release/doc/en_US.ISO8859-1/hardware/common artheader.sgml dev.sgml hw.ent intro.sgml Log: Cleanup of old hardware notes source files. Somehow these didn't get removed in the hardware notes refactoring. Approved by: re (implicitly) Revision Changes Path 1.9 +0 -18 src/release/doc/en_US.ISO8859-1/hardware/common/artheader.sgml (dead) 1.311 +0 -971 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml (dead) 1.8 +0 -18 src/release/doc/en_US.ISO8859-1/hardware/common/hw.ent (dead) 1.8 +0 -24 src/release/doc/en_US.ISO8859-1/hardware/common/intro.sgml (dead) From owner-cvs-src@FreeBSD.ORG Wed Aug 15 18:18:53 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E5216A468; Wed, 15 Aug 2007 18:18:53 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.freebsd.org (Postfix) with ESMTP id 7427013C46E; Wed, 15 Aug 2007 18:18:53 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from dibbler.crodrigues.org (c-66-31-32-42.hsd1.ma.comcast.net[66.31.32.42]) by comcast.net (rwcrmhc14) with SMTP id <20070815180651m1400kj6ire>; Wed, 15 Aug 2007 18:06:51 +0000 Received: by dibbler.crodrigues.org (sSMTP sendmail emulation); Wed, 15 Aug 2007 14:33:13 -0400 From: "Craig Rodrigues" Date: Wed, 15 Aug 2007 14:33:13 -0400 To: src-commiters@FreeBSD.org Message-ID: <20070815183313.GA2442@crodrigues.org> References: <200708151740.l7FHe93g020271@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708151740.l7FHe93g020271@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 18:18:53 -0000 On Wed, Aug 15, 2007 at 05:40:09PM +0000, John Baldwin wrote: > jhb 2007-08-15 17:40:09 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > sys/gnu/fs/ext2fs ext2_vfsops.c > sys/kern vfs_mount.c > Log: > > Requested by: jhb > Reported by: Karol Kwiat , Scott Hetzel > Approved by: re (bmah) > Proxy commit for: rodrigc Thanks! -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-src@FreeBSD.ORG Wed Aug 15 19:26:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7046016A417; Wed, 15 Aug 2007 19:26:03 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB7213C458; Wed, 15 Aug 2007 19:26:03 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7FJQ3Yg029694; Wed, 15 Aug 2007 19:26:03 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7FJQ3Md029693; Wed, 15 Aug 2007 19:26:03 GMT (envelope-from des) Message-Id: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 Aug 2007 19:26:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 19:26:03 -0000 des 2007-08-15 19:26:03 UTC FreeBSD src repository Modified files: sys/amd64/include specialreg.h sys/conf files.amd64 files.i386 sys/i386/include specialreg.h sys/modules Makefile sys/amd64/conf NOTES sys/i386/conf NOTES Added files: sys/dev/coretemp coretemp.c sys/modules/coretemp Makefile Log: Add a driver for the on-die digital thermal sensor found on Intel Core and newer CPUs (including Core 2 and Core / Core 2 based Xeons). The driver attaches to each cpu device and creates a sysctl node in that device's sysctl context (dev.cpu.N.temperature). When invoked, the handler binds to the appropriate CPU to ensure a correct reading. Submitted by: Rui Paulo Sponsored by: Google Summer of Code 2007 Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH Approved by: re (kensmith) MFC after: 3 weeks Revision Changes Path 1.69 +7 -0 src/sys/amd64/conf/NOTES 1.40 +1 -0 src/sys/amd64/include/specialreg.h 1.107 +1 -0 src/sys/conf/files.amd64 1.580 +1 -0 src/sys/conf/files.i386 1.1 +268 -0 src/sys/dev/coretemp/coretemp.c (new) 1.1244 +7 -0 src/sys/i386/conf/NOTES 1.42 +1 -0 src/sys/i386/include/specialreg.h 1.539 +3 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/coretemp/Makefile (new) From owner-cvs-src@FreeBSD.ORG Wed Aug 15 20:47:11 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C471D16A41B; Wed, 15 Aug 2007 20:47:11 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 696E713C46B; Wed, 15 Aug 2007 20:47:11 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id B31061CC10F; Wed, 15 Aug 2007 22:47:09 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 1B2AAB885; Wed, 15 Aug 2007 22:47:09 +0200 (CEST) Date: Wed, 15 Aug 2007 22:47:08 +0200 From: Henrik Brix Andersen To: Dag-Erling Smorgrav Message-ID: <20070815204708.GA11724@tirith.brixandersen.dk> Mail-Followup-To: Dag-Erling Smorgrav , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 20:47:11 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 15, 2007 at 07:26:03PM +0000, Dag-Erling Smorgrav wrote: > des 2007-08-15 19:26:03 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/amd64/include specialreg.h=20 > sys/conf files.amd64 files.i386=20 > sys/i386/include specialreg.h=20 > sys/modules Makefile=20 > sys/amd64/conf NOTES=20 > sys/i386/conf NOTES=20 > Added files: > sys/dev/coretemp coretemp.c=20 > sys/modules/coretemp Makefile=20 > Log: > Add a driver for the on-die digital thermal sensor found on Intel Core > and newer CPUs (including Core 2 and Core / Core 2 based Xeons). The > driver attaches to each cpu device and creates a sysctl node in that > device's sysctl context (dev.cpu.N.temperature). When invoked, the > handler binds to the appropriate CPU to ensure a correct reading. > =20 > Submitted by: Rui Paulo > Sponsored by: Google Summer of Code 2007 > Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH > Approved by: re (kensmith) > MFC after: 3 weeks Thanks for working on this. I just tested it on my Core Duo laptop (an IBM/Lenovo X60s with an L2400 @ 1.66GHz) - it doesn't seem to provide useful readings: $ uname -a FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #63: Wed= Aug 15 22:13:01 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr= /src/sys/LOTHLORIEN i386 $ dmesg | grep coretemp coretemp0: on cpu0 coretemp1: on cpu1 $ sysctl dev.cpu.0.temperature dev.cpu.0.temperature: -50 $ sysctl dev.cpu.1.temperature dev.cpu.1.temperature: -49 The readings approach zero as the temperature of the CPU rises: $ sysctl dev.cpu.0.temperature dev.cpu.0.temperature: -37 $ sysctl dev.cpu.1.temperature dev.cpu.1.temperature: -38 The ACPI thermal zones seem to provide much more realistic readings: $ sysctl hw.acpi.thermal.tz0.temperature hw.acpi.thermal.tz0.temperature: 65.0C $ sysctl hw.acpi.thermal.tz1.temperature hw.acpi.thermal.tz1.temperature: 67.0C Regards, Brix --=20 Henrik Brix Andersen --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGw2ZMv+Q4flTiePgRAkOXAJwKbLWDOw3FxW+3oX5DS/8M3vokpwCgns+d +Gi1Gs/qhGwWFeuykVaRrHQ= =Nr3z -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-cvs-src@FreeBSD.ORG Wed Aug 15 20:56:11 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6274416A468; Wed, 15 Aug 2007 20:56:11 +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 4E15A13C4B5; Wed, 15 Aug 2007 20:56:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7FKuBTs044806; Wed, 15 Aug 2007 20:56:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7FKuBeX044805; Wed, 15 Aug 2007 20:56:11 GMT (envelope-from jhb) Message-Id: <200708152056.l7FKuBeX044805@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Aug 2007 20:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 mptable_pci.c msi.c nexus.c src/sys/amd64/include intr_machdep.h src/sys/amd64/pci pci_bus.c src/sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c src/sys/dev/pci pci.c pci_pci.c pci_private.h pcib_if.m ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 20:56:11 -0000 jhb 2007-08-15 20:56:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 mptable_pci.c msi.c nexus.c sys/amd64/include intr_machdep.h sys/amd64/pci pci_bus.c sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c sys/dev/pci pci.c pci_pci.c pci_private.h pcib_if.m pcib_private.h pcivar.h sys/i386/i386 mptable_pci.c msi.c nexus.c sys/i386/include intr_machdep.h sys/i386/pci pci_bus.c Log: MFC: Revamp the MSI/MSI-X code a bit to achieve two main goals: - Simplify the amount of work that has be done for each architecture by pushing more of the truly MI code down into the PCI bus driver. - Don't bind MSI-X indicies to IRQs so that we can allow a driver to map multiple MSI-X messages into a single IRQ when handling a message shortage. Note that as with the previous MSI MFC, this does not yet include the 'pci_remap_msix()' function. Revision Changes Path 1.2.8.4 +15 -5 src/sys/amd64/amd64/mptable_pci.c 1.4.2.2 +59 -109 src/sys/amd64/amd64/msi.c 1.66.2.3 +12 -12 src/sys/amd64/amd64/nexus.c 1.5.2.7 +2 -2 src/sys/amd64/include/intr_machdep.h 1.113.2.4 +14 -4 src/sys/amd64/pci/pci_bus.c 1.47.2.5 +16 -4 src/sys/dev/acpica/acpi_pcib_acpi.c 1.12.2.4 +1 -1 src/sys/dev/acpica/acpi_pcib_pci.c 1.292.2.22 +306 -29 src/sys/dev/pci/pci.c 1.37.2.6 +12 -11 src/sys/dev/pci/pci_pci.c 1.14.2.6 +5 -0 src/sys/dev/pci/pci_private.h 1.7.2.2 +9 -8 src/sys/dev/pci/pcib_if.m 1.6.8.4 +2 -2 src/sys/dev/pci/pcib_private.h 1.66.2.5 +25 -8 src/sys/dev/pci/pcivar.h 1.2.8.4 +15 -5 src/sys/i386/i386/mptable_pci.c 1.4.2.2 +59 -109 src/sys/i386/i386/msi.c 1.62.2.3 +12 -12 src/sys/i386/i386/nexus.c 1.7.2.7 +2 -2 src/sys/i386/include/intr_machdep.h 1.119.2.4 +15 -5 src/sys/i386/pci/pci_bus.c From owner-cvs-src@FreeBSD.ORG Wed Aug 15 21:12:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4CBB16A417; Wed, 15 Aug 2007 21:12:08 +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 A20C813C46C; Wed, 15 Aug 2007 21:12:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7FLC89Y047224; Wed, 15 Aug 2007 21:12:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7FLC86N047223; Wed, 15 Aug 2007 21:12:08 GMT (envelope-from jhb) Message-Id: <200708152112.l7FLC86N047223@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Aug 2007 21:12:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 msi.c nexus.c src/sys/amd64/include intr_machdep.h src/sys/i386/i386 msi.c nexus.c src/sys/i386/include intr_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 21:12:08 -0000 jhb 2007-08-15 21:12:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 msi.c nexus.c sys/amd64/include intr_machdep.h sys/i386/i386 msi.c nexus.c sys/i386/include intr_machdep.h Log: MFC: Partial MFC of earlier minor fixes and tweaks to x86 interrupt code: - Add a new nexus hook: nexus_add_irq() to ask the nexus driver to add an IRQ to its irq_rman. The MSI code uses this when it creates new interrupt sources to let the nexus know about newly valid IRQs. Previously the msi_alloc() and msix_alloc() passed some extra stuff back to the nexus methods which then added the IRQs. This approach is a bit cleaner. - Change the MSI sx lock to a mutex. If we need to create new sources, drop the lock, create the required number of sources, then get the lock and try the allocation again. Revision Changes Path 1.4.2.3 +55 -48 src/sys/amd64/amd64/msi.c 1.66.2.4 +11 -15 src/sys/amd64/amd64/nexus.c 1.5.2.8 +3 -3 src/sys/amd64/include/intr_machdep.h 1.4.2.3 +55 -48 src/sys/i386/i386/msi.c 1.62.2.4 +11 -15 src/sys/i386/i386/nexus.c 1.7.2.8 +3 -3 src/sys/i386/include/intr_machdep.h From owner-cvs-src@FreeBSD.ORG Wed Aug 15 21:24:20 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4DBB16A468 for ; Wed, 15 Aug 2007 21:24:20 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 63F6713C46E for ; Wed, 15 Aug 2007 21:24:20 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so236430uge for ; Wed, 15 Aug 2007 14:24:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RBcUvLZZbagY/ixsBj7qv+nmG3nUGWOkY35bBuLExmgL1lzOhIfhO2ZFqJifIRNWc6wT5cPUVAnNo1Nbbq5/uQmwahujLQbCCMpM7red/MI/r0pknJ22GVDfvLX44HxYcDH6J1mxsZbIQzdGADptp8I4QLddGuhLZhiB4gwk1dg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mlXVwD9CFTDv3GOtsTg1JSmcZ0F//RB7UBFGNd4YAfkjQaCmZiEpbpM4bIs8LQY5kNdq+YPgXmZHy0580vCpAZPnYSNo/DVIzJn13AeoO8kQWaiX5h0vSZ7qt6EEjMHTdW1I44dt1oIGMpPqHAmqvbVRCu68WodtcciVRQK/tcE= Received: by 10.143.13.6 with SMTP id q6mr54426wfi.1187213057339; Wed, 15 Aug 2007 14:24:17 -0700 (PDT) Received: by 10.143.1.8 with HTTP; Wed, 15 Aug 2007 14:24:17 -0700 (PDT) Message-ID: <47d0403c0708151424j746d003l7a224f3e45819a6@mail.gmail.com> Date: Wed, 15 Aug 2007 17:24:17 -0400 From: "Ben Kaduk" To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20070815204708.GA11724@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> <20070815204708.GA11724@tirith.brixandersen.dk> Cc: Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 21:24:20 -0000 On 8/15/07, Henrik Brix Andersen wrote: > On Wed, Aug 15, 2007 at 07:26:03PM +0000, Dag-Erling Smorgrav wrote: > > des 2007-08-15 19:26:03 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/include specialreg.h > > sys/conf files.amd64 files.i386 > > sys/i386/include specialreg.h > > sys/modules Makefile > > sys/amd64/conf NOTES > > sys/i386/conf NOTES > > Added files: > > sys/dev/coretemp coretemp.c > > sys/modules/coretemp Makefile > > Log: > > Add a driver for the on-die digital thermal sensor found on Intel Core > > and newer CPUs (including Core 2 and Core / Core 2 based Xeons). The > > driver attaches to each cpu device and creates a sysctl node in that > > device's sysctl context (dev.cpu.N.temperature). When invoked, the > > handler binds to the appropriate CPU to ensure a correct reading. > > > > Submitted by: Rui Paulo > > Sponsored by: Google Summer of Code 2007 > > Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH > > Approved by: re (kensmith) > > MFC after: 3 weeks > > Thanks for working on this. I just tested it on my Core Duo laptop (an > IBM/Lenovo X60s with an L2400 @ 1.66GHz) - it doesn't seem to provide > useful readings: > > $ uname -a > FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #63: Wed Aug 15 22:13:01 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386 > > $ dmesg | grep coretemp > coretemp0: on cpu0 > coretemp1: on cpu1 > > $ sysctl dev.cpu.0.temperature > dev.cpu.0.temperature: -50 > > $ sysctl dev.cpu.1.temperature > dev.cpu.1.temperature: -49 > The original patch reported the delta between the maximum temperature (allowed before auto-shutdown?) and the actual temperature. It seems the sysctl node is not named as well as it could be, perhaps? -Ben Kaduk From owner-cvs-src@FreeBSD.ORG Wed Aug 15 21:39:52 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 369A816A417; Wed, 15 Aug 2007 21:39:52 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id DF3FA13C48D; Wed, 15 Aug 2007 21:39:51 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id CFDFD20B0; Wed, 15 Aug 2007 23:39:44 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id B26FB208A; Wed, 15 Aug 2007 23:39:44 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 8FE2B8444F; Wed, 15 Aug 2007 23:39:44 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: src-committers@FreeBSD.org References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> <20070815204708.GA11724@tirith.brixandersen.dk> Date: Wed, 15 Aug 2007 23:39:44 +0200 In-Reply-To: <20070815204708.GA11724@tirith.brixandersen.dk> (Henrik Brix Andersen's message of "Wed\, 15 Aug 2007 22\:47\:08 +0200") Message-ID: <864pj0qxy7.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 21:39:52 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Henrik Brix Andersen writes: > $ dmesg | grep coretemp > coretemp0: on cpu0 > coretemp1: on cpu1 > > $ sysctl dev.cpu.0.temperature > dev.cpu.0.temperature: -50 > > $ sysctl dev.cpu.1.temperature > dev.cpu.1.temperature: -49 This means Tj(max) is not properly detected. The CPU actually reports the temperature as a delta from the maximum rated operating temperature in degrees Celsius; you're seeing the raw value. Actually, the bug is easy to see: if ((cpu_model =3D=3D 0xf && cpu_mask > 3) || cpu_model =3D=3D 0xe) { msr =3D rdmsr(MSR_IA32_EXT_CONFIG); if ((msr >> 30) & 0x1) sc->sc_tjmax =3D 85; } else sc->sc_tjmax =3D 100; Initializing sc->sc_tjmax to 100 before the outer if test should fix this. Could you please test the attached patch? > The ACPI thermal zones seem to provide much more realistic readings: > > $ sysctl hw.acpi.thermal.tz0.temperature > hw.acpi.thermal.tz0.temperature: 65.0C > > $ sysctl hw.acpi.thermal.tz1.temperature > hw.acpi.thermal.tz1.temperature: 67.0C Those are not the same temperature sensors. The actual temperature in your CPU is around 50 degrees Celsius. The ACPI thermal zones are probably sensors on the motherboard. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=tjmax.diff Index: sys/dev/coretemp/coretemp.c =================================================================== RCS file: /home/ncvs/src/sys/dev/coretemp/coretemp.c,v retrieving revision 1.1 diff -u -r1.1 coretemp.c --- sys/dev/coretemp/coretemp.c 15 Aug 2007 19:26:02 -0000 1.1 +++ sys/dev/coretemp/coretemp.c 15 Aug 2007 21:35:31 -0000 @@ -168,12 +168,12 @@ * The if-clause for CPUs having the MSR_IA32_EXT_CONFIG was adapted * from the Linux coretemp driver. */ + sc->sc_tjmax = 100; if ((cpu_model == 0xf && cpu_mask > 3) || cpu_model == 0xe) { msr = rdmsr(MSR_IA32_EXT_CONFIG); - if ((msr >> 30) & 0x1) + if (msr & (1 << 30)) sc->sc_tjmax = 85; - } else - sc->sc_tjmax = 100; + } /* * Add the "temperature" MIB to dev.cpu.N. --=-=-=-- From owner-cvs-src@FreeBSD.ORG Thu Aug 16 01:35:55 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEF4B16A49C; Thu, 16 Aug 2007 01:35:55 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA4B513C459; Thu, 16 Aug 2007 01:35:55 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7G1ZtqX079388; Thu, 16 Aug 2007 01:35:55 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7G1ZtuI079387; Thu, 16 Aug 2007 01:35:55 GMT (envelope-from qingli) Message-Id: <200708160135.l7G1ZtuI079387@repoman.freebsd.org> From: Qing Li Date: Thu, 16 Aug 2007 01:35:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 01:35:55 -0000 qingli 2007-08-16 01:35:55 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Use the sequence number comparison macro to compare projected_offset against isn_offset to account for wrap around. Reviewed by: gnn, kmacy, silby Submitted by: yusheng.huang@bluecoat.com Approved by: re MFC: 3 days Revision Changes Path 1.296 +2 -2 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Thu Aug 16 01:40:29 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C56716A419; Thu, 16 Aug 2007 01:40:29 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id AE88F13C468; Thu, 16 Aug 2007 01:40:28 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 7EC37690F4B; Thu, 16 Aug 2007 02:19:15 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 4877B69100B; Thu, 16 Aug 2007 02:19:15 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DSBL, RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local (unknown [83.144.141.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.fnop.net (Postfix) with ESMTP id 6E871690F4B; Thu, 16 Aug 2007 02:19:14 +0100 (WEST) Message-ID: <46C3A51C.4050201@fnop.net> Date: Thu, 16 Aug 2007 02:15:08 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Ben Kaduk References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> <20070815204708.GA11724@tirith.brixandersen.dk> <47d0403c0708151424j746d003l7a224f3e45819a6@mail.gmail.com> In-Reply-To: <47d0403c0708151424j746d003l7a224f3e45819a6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 01:40:29 -0000 Ben Kaduk wrote: > On 8/15/07, Henrik Brix Andersen wrote: >> On Wed, Aug 15, 2007 at 07:26:03PM +0000, Dag-Erling Smorgrav wrote: >>> des 2007-08-15 19:26:03 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/amd64/include specialreg.h >>> sys/conf files.amd64 files.i386 >>> sys/i386/include specialreg.h >>> sys/modules Makefile >>> sys/amd64/conf NOTES >>> sys/i386/conf NOTES >>> Added files: >>> sys/dev/coretemp coretemp.c >>> sys/modules/coretemp Makefile >>> Log: >>> Add a driver for the on-die digital thermal sensor found on Intel Core >>> and newer CPUs (including Core 2 and Core / Core 2 based Xeons). The >>> driver attaches to each cpu device and creates a sysctl node in that >>> device's sysctl context (dev.cpu.N.temperature). When invoked, the >>> handler binds to the appropriate CPU to ensure a correct reading. >>> >>> Submitted by: Rui Paulo >>> Sponsored by: Google Summer of Code 2007 >>> Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH >>> Approved by: re (kensmith) >>> MFC after: 3 weeks >> Thanks for working on this. I just tested it on my Core Duo laptop (an >> IBM/Lenovo X60s with an L2400 @ 1.66GHz) - it doesn't seem to provide >> useful readings: >> >> $ uname -a >> FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #63: Wed Aug 15 22:13:01 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386 >> >> $ dmesg | grep coretemp >> coretemp0: on cpu0 >> coretemp1: on cpu1 >> >> $ sysctl dev.cpu.0.temperature >> dev.cpu.0.temperature: -50 >> >> $ sysctl dev.cpu.1.temperature >> dev.cpu.1.temperature: -49 >> > > The original patch reported the delta between the maximum temperature > (allowed before auto-shutdown?) and the actual temperature. It seems This is a different driver than the one written by des@. -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Thu Aug 16 01:40:29 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F2516A41A; Thu, 16 Aug 2007 01:40:29 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id AA3A913C45D; Thu, 16 Aug 2007 01:40:28 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 0104469100B; Thu, 16 Aug 2007 02:20:18 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id C265669100D; Thu, 16 Aug 2007 02:20:17 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DSBL, RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local (unknown [83.144.141.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.fnop.net (Postfix) with ESMTP id 4B74169100B; Thu, 16 Aug 2007 02:20:17 +0100 (WEST) Message-ID: <46C3A55B.60009@fnop.net> Date: Thu, 16 Aug 2007 02:16:11 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> <20070815204708.GA11724@tirith.brixandersen.dk> <864pj0qxy7.fsf@ds4.des.no> In-Reply-To: <864pj0qxy7.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 01:40:29 -0000 Dag-Erling Smørgrav wrote: > Henrik Brix Andersen writes: >> $ dmesg | grep coretemp >> coretemp0: on cpu0 >> coretemp1: on cpu1 >> >> $ sysctl dev.cpu.0.temperature >> dev.cpu.0.temperature: -50 >> >> $ sysctl dev.cpu.1.temperature >> dev.cpu.1.temperature: -49 > > This means Tj(max) is not properly detected. The CPU actually reports > the temperature as a delta from the maximum rated operating temperature > in degrees Celsius; you're seeing the raw value. > > Actually, the bug is easy to see: Right, sorry. The patch looks fine. Regards. -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Thu Aug 16 01:51:23 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 146B116A419; Thu, 16 Aug 2007 01:51:23 +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 06A2713C483; Thu, 16 Aug 2007 01:51:23 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7G1pMi9080482; Thu, 16 Aug 2007 01:51:22 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7G1pMmo080481; Thu, 16 Aug 2007 01:51:22 GMT (envelope-from rrs) Message-Id: <200708160151.l7G1pMmo080481@repoman.freebsd.org> From: Randall Stewart Date: Thu, 16 Aug 2007 01:51:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_asconf.c sctp_input.c sctp_output.c sctp_pcb.c sctp_timer.c sctp_usrreq.c sctputil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 01:51:23 -0000 rrs 2007-08-16 01:51:22 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c sctp_input.c sctp_output.c sctp_pcb.c sctp_timer.c sctp_usrreq.c sctputil.c Log: - Remove extra comment for 7.0 (no GIANT here). - Remove unneeded WLOCK/UNLOCK of inp for getting TCB lock. - Fix panic that may occur when freeing an assoc that has partial delivery in progress (may dereference null socket pointer when queuing partial delivery aborted notification) - Some spacing and comment fixes. - Fix address add handling to clear cached routes and source addresses when peer acks the add in case the routing table changes. Approved by: re@freebsd.org (Bruce Mah) Revision Changes Path 1.24 +49 -2 src/sys/netinet/sctp_asconf.c 1.56 +3 -7 src/sys/netinet/sctp_input.c 1.49 +48 -41 src/sys/netinet/sctp_output.c 1.52 +1 -4 src/sys/netinet/sctp_pcb.c 1.26 +0 -2 src/sys/netinet/sctp_timer.c 1.42 +1 -2 src/sys/netinet/sctp_usrreq.c 1.55 +4 -5 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Thu Aug 16 05:26:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6340516A41A; Thu, 16 Aug 2007 05:26:43 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E171813C45B; Thu, 16 Aug 2007 05:26:42 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7G5QgCo008023; Thu, 16 Aug 2007 05:26:42 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7G5Qg0b008022; Thu, 16 Aug 2007 05:26:42 GMT (envelope-from davidxu) Message-Id: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> From: David Xu Date: Thu, 16 Aug 2007 05:26:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 05:26:43 -0000 davidxu 2007-08-16 05:26:42 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c syscalls.master sys/sys thr.h Log: Add thr_kill2 syscall which sends a signal to a thread in another process. Submitted by: Tijl Coosemans tijl at ulyssis dot org Approved by: re (kensmith) Revision Changes Path 1.62 +55 -0 src/sys/kern/kern_thr.c 1.233 +1 -0 src/sys/kern/syscalls.master 1.14 +13 -0 src/sys/sys/thr.h From owner-cvs-src@FreeBSD.ORG Thu Aug 16 05:30:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D03C16A418; Thu, 16 Aug 2007 05:30:05 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCF1513C457; Thu, 16 Aug 2007 05:30:04 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7G5U4Cx008254; Thu, 16 Aug 2007 05:30:04 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7G5U424008253; Thu, 16 Aug 2007 05:30:04 GMT (envelope-from davidxu) Message-Id: <200708160530.l7G5U424008253@repoman.freebsd.org> From: David Xu Date: Thu, 16 Aug 2007 05:30:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 05:30:05 -0000 davidxu 2007-08-16 05:30:04 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Add thr_kill2 compat32 syscall. Submitted by: Tijl Coosemans tijl at ulyssis dot org Approved by: re (kensmith) Revision Changes Path 1.91 +1 -0 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Thu Aug 16 05:32:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D13FA16A419; Thu, 16 Aug 2007 05:32:26 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3D2213C461; Thu, 16 Aug 2007 05:32:26 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7G5WQ32008611; Thu, 16 Aug 2007 05:32:26 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7G5WQi8008610; Thu, 16 Aug 2007 05:32:26 GMT (envelope-from davidxu) Message-Id: <200708160532.l7G5WQi8008610@repoman.freebsd.org> From: David Xu Date: Thu, 16 Aug 2007 05:32:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 05:32:26 -0000 davidxu 2007-08-16 05:32:26 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/kern init_sysent.c syscalls.c systrace_args.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Approved by: re(kensmith) Revision Changes Path 1.78 +0 -0 src/sys/compat/freebsd32/freebsd32_proto.h 1.76 +2 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.67 +1 -0 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.77 +1 -0 src/sys/compat/freebsd32/freebsd32_sysent.c 1.230 +1 -0 src/sys/kern/init_sysent.c 1.214 +1 -0 src/sys/kern/syscalls.c 1.14 +9 -0 src/sys/kern/systrace_args.c 1.211 +2 -1 src/sys/sys/syscall.h 1.166 +2 -1 src/sys/sys/syscall.mk 1.215 +7 -0 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Thu Aug 16 10:38:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33EFF16A417; Thu, 16 Aug 2007 10:38:36 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id E98B013C461; Thu, 16 Aug 2007 10:38:35 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 474A11CC0DC; Thu, 16 Aug 2007 12:38:34 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id B5FC8B920; Thu, 16 Aug 2007 12:38:33 +0200 (CEST) Date: Thu, 16 Aug 2007 12:38:33 +0200 From: Henrik Brix Andersen To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20070816103833.GA2562@tirith.brixandersen.dk> Mail-Followup-To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> <20070815204708.GA11724@tirith.brixandersen.dk> <864pj0qxy7.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <864pj0qxy7.fsf@ds4.des.no> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 10:38:36 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 15, 2007 at 11:39:44PM +0200, Dag-Erling Sm=F8rgrav wrote: > Initializing sc->sc_tjmax to 100 before the outer if test should fix > this. Could you please test the attached patch? The patch fixes the issue I had: dev.cpu.0.temperature: 52 dev.cpu.1.temperature: 52 Both readings rise when the load the cores rise. Regards, Brix --=20 Henrik Brix Andersen --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGxCkov+Q4flTiePgRArwPAKCO7M7PNpQ7rmNz10e7sH4E/54r6ACfURyu QMUU9KOG7pXFoqb1+FN+HIY= =alGN -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- From owner-cvs-src@FreeBSD.ORG Thu Aug 16 11:00:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9E7516A418; Thu, 16 Aug 2007 11:00:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A774213C442; Thu, 16 Aug 2007 11:00:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7GB09x0044078; Thu, 16 Aug 2007 11:00:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7GB09vj044077; Thu, 16 Aug 2007 11:00:09 GMT (envelope-from delphij) Message-Id: <200708161100.l7GB09vj044077@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Aug 2007 11:00:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/tmpfs tmpfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 11:00:10 -0000 delphij 2007-08-16 11:00:08 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c Log: MFp4: rework tmpfs_readdir() logic in terms of correctness. Approved by: re (tmpfs blanket) Tested with: fstest, fsx Revision Changes Path 1.11 +15 -12 src/sys/fs/tmpfs/tmpfs_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Aug 16 13:39:24 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E01A016A418; Thu, 16 Aug 2007 13:39:24 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8072B13C461; Thu, 16 Aug 2007 13:39:24 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [89.162.146.170] (helo=skuns.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1ILfZB-000Ckn-Ql; Thu, 16 Aug 2007 16:39:22 +0300 Received: from deviant.kiev.zoral.com.ua (root@[10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l7GA2NUo071987 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Aug 2007 13:02:23 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l7GA2Nqf092372; Thu, 16 Aug 2007 13:02:23 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l7GA2M4T092371; Thu, 16 Aug 2007 13:02:22 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 16 Aug 2007 13:02:22 +0300 From: Kostik Belousov To: David Xu Message-ID: <20070816100222.GI2738@deviant.kiev.zoral.com.ua> References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="axy+G8Ep0JfHiOnj" Content-Disposition: inline In-Reply-To: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on skuns.kiev.zoral.com.ua X-Scanner-Signature: 669e5d776fa0e81a52da9f410dfff76f X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 1389 [August 15 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Method: none X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 13:39:25 -0000 --axy+G8Ep0JfHiOnj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 16, 2007 at 05:26:42AM +0000, David Xu wrote: > davidxu 2007-08-16 05:26:42 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern kern_thr.c syscalls.master=20 > sys/sys thr.h=20 > Log: > Add thr_kill2 syscall which sends a signal to a thread in another proce= ss. > =20 > Submitted by: Tijl Coosemans tijl at ulyssis dot org > Approved by: re (kensmith) > =20 > Revision Changes Path > 1.62 +55 -0 src/sys/kern/kern_thr.c > 1.233 +1 -0 src/sys/kern/syscalls.master > 1.14 +13 -0 src/sys/sys/thr.h Shall the syscall symbol be added to the lib/libc/sys/Symbol.map ? Or, is it assumed that syscall would accessible only by syscall(3) ? --axy+G8Ep0JfHiOnj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGxCCuC3+MBN1Mb4gRAoCLAKCoTmxScIYUNtUrmKFpLSRe8voZgACfRx1X cuY9e3EbvwNvrZty/R6yMFM= =kosm -----END PGP SIGNATURE----- --axy+G8Ep0JfHiOnj-- From owner-cvs-src@FreeBSD.ORG Thu Aug 16 14:40:45 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B17B16A41A; Thu, 16 Aug 2007 14:40:45 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id D0FE913C457; Thu, 16 Aug 2007 14:40:44 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l7GEKdYM013263; Thu, 16 Aug 2007 10:20:39 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.netplex.net [204.213.176.10]); Thu, 16 Aug 2007 10:20:39 -0400 (EDT) Date: Thu, 16 Aug 2007 10:20:39 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: David Xu In-Reply-To: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> Message-ID: References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 14:40:45 -0000 On Thu, 16 Aug 2007, David Xu wrote: > davidxu 2007-08-16 05:26:42 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_thr.c syscalls.master > sys/sys thr.h > Log: > Add thr_kill2 syscall which sends a signal to a thread in another process. I do not think this is a good idea. There is no such thing in Solaris, only Linux seems to have this hideous idea of an API. -- DE From owner-cvs-src@FreeBSD.ORG Thu Aug 16 15:53:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBDC116A418; Thu, 16 Aug 2007 15:53:24 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 9F4E913C45D; Thu, 16 Aug 2007 15:53:24 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 7F9A4EB098C; Thu, 16 Aug 2007 23:53:23 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 49rQtEhmexjt; Thu, 16 Aug 2007 23:53:20 +0800 (CST) Received: from charlie.delphij.net (unknown [221.222.206.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 0D074EB097C; Thu, 16 Aug 2007 23:53:20 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=ZAtiLH7LSg04+hGIiYI2zqN3luPP8I1v/rixHf0mZFc8relCd+iCvkqOsUuOoERuM Ds9yPVQtXQu7jujmN43+g== Message-ID: <46C472EF.9070204@delphij.net> Date: Thu, 16 Aug 2007 23:53:19 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Daniel Eischen References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, David Xu , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 15:53:25 -0000 Daniel Eischen wrote: > On Thu, 16 Aug 2007, David Xu wrote: > >> davidxu 2007-08-16 05:26:42 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_thr.c syscalls.master >> sys/sys thr.h >> Log: >> Add thr_kill2 syscall which sends a signal to a thread in another >> process. > > I do not think this is a good idea. There is no such thing in Solaris, > only Linux seems to have this hideous idea of an API. I think this would be helpful for applications like Wine. Is there any other way to implement the semantics? Cheers, From owner-cvs-src@FreeBSD.ORG Thu Aug 16 17:43:06 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5879F16A417; Thu, 16 Aug 2007 17:43:06 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 1220013C442; Thu, 16 Aug 2007 17:43:05 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l7GHgwf5008530; Thu, 16 Aug 2007 13:42:58 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.netplex.net [204.213.176.10]); Thu, 16 Aug 2007 13:42:58 -0400 (EDT) Date: Thu, 16 Aug 2007 13:42:58 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Xin LI In-Reply-To: <46C472EF.9070204@delphij.net> Message-ID: References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C472EF.9070204@delphij.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, David Xu , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 17:43:06 -0000 On Thu, 16 Aug 2007, Xin LI wrote: > Daniel Eischen wrote: >> On Thu, 16 Aug 2007, David Xu wrote: >> >>> davidxu 2007-08-16 05:26:42 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern kern_thr.c syscalls.master >>> sys/sys thr.h >>> Log: >>> Add thr_kill2 syscall which sends a signal to a thread in another >>> process. >> >> I do not think this is a good idea. There is no such thing in Solaris, >> only Linux seems to have this hideous idea of an API. > > I think this would be helpful for applications like Wine. Is there any other > way to implement the semantics? I realize what it's for, and I don't agree that it belongs in the tree. There are other forms of interprocess communication, pipes, sockets, even msg queues. I'm sure you can find a few ways to send a message to a process to say "send signal X to thread Y" if you really wanted to. It looks like even Linux makes you use a thread group, not a thread. I don't see where this was discussed on -arch or -current, but maybe I missed that thread. -- DE From owner-cvs-src@FreeBSD.ORG Thu Aug 16 20:33:21 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DDD516A420; Thu, 16 Aug 2007 20:33:21 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D847013C46C; Thu, 16 Aug 2007 20:33:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7GKXKbs015294; Thu, 16 Aug 2007 20:33:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7GKXK8p015293; Thu, 16 Aug 2007 20:33:20 GMT (envelope-from pjd) Message-Id: <200708162033.l7GKXK8p015293@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 16 Aug 2007 20:33:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/opensolaris/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 20:33:21 -0000 pjd 2007-08-16 20:33:20 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/sys proc.h Log: Some ZFS threads needs stack larger than the default 8kB, so use 16kB of alternate stack if the default is smaller than 16kB. Approved by: re (rwatson) Revision Changes Path 1.2 +9 -2 src/sys/compat/opensolaris/sys/proc.h From owner-cvs-src@FreeBSD.ORG Thu Aug 16 23:02:01 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2542C16A417; Thu, 16 Aug 2007 23:02:01 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0BA613C458; Thu, 16 Aug 2007 23:02:00 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7GN20BE035692; Thu, 16 Aug 2007 23:02:00 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7GN20bd035691; Thu, 16 Aug 2007 23:02:00 GMT (envelope-from kan) Message-Id: <200708162302.l7GN20bd035691@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 16 Aug 2007 23:02:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libstdc++ Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 23:02:01 -0000 kan 2007-08-16 23:02:00 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++ Makefile Log: Install etx/numeric_traits.h. PR: gnu/115250 Approved by: re (blanket) Revision Changes Path 1.61 +4 -4 src/gnu/lib/libstdc++/Makefile From owner-cvs-src@FreeBSD.ORG Fri Aug 17 01:41:47 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850B916A41A; Fri, 17 Aug 2007 01:41:47 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 71C9F13C45A; Fri, 17 Aug 2007 01:41:47 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H1fhcS086697; Fri, 17 Aug 2007 01:41:44 GMT (envelope-from davidxu@freebsd.org) Message-ID: <46C4FD02.3090708@freebsd.org> Date: Fri, 17 Aug 2007 09:42:26 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C472EF.9070204@delphij.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org, tijl@ulyssis.org Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 01:41:47 -0000 Daniel Eischen wrote: > On Thu, 16 Aug 2007, Xin LI wrote: > >> Daniel Eischen wrote: >> >>> On Thu, 16 Aug 2007, David Xu wrote: >>> >>>> davidxu 2007-08-16 05:26:42 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/kern kern_thr.c syscalls.master >>>> sys/sys thr.h >>>> Log: >>>> Add thr_kill2 syscall which sends a signal to a thread in another >>>> process. >>> >>> >>> I do not think this is a good idea. There is no such thing in Solaris, >>> only Linux seems to have this hideous idea of an API. >> >> >> I think this would be helpful for applications like Wine. Is there >> any other way to implement the semantics? > > > I realize what it's for, and I don't agree that it belongs in the > tree. There are other forms of interprocess communication, pipes, > sockets, even msg queues. I'm sure you can find a few ways to send > a message to a process to say "send signal X to thread Y" if you > really wanted to. It looks like even Linux makes you use a thread > group, not a thread. > > I don't see where this was discussed on -arch or -current, but > maybe I missed that thread. > > -- > DE > I've CCe'd Tijl Coosemans to check if there is another way to implement the feature in WINE instead of in kernel. in fact, I have delayed the the change for a few days, I was thinking you know the patch, but the fact is not now. PS, the feature is not required by libthr. ;-) Regards, David Xu From owner-cvs-src@FreeBSD.ORG Fri Aug 17 02:33:19 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F6E616A41A; Fri, 17 Aug 2007 02:33:19 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0D49013C461; Fri, 17 Aug 2007 02:33:18 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l7H2X7EA016108; Thu, 16 Aug 2007 22:33:07 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.netplex.net [204.213.176.10]); Thu, 16 Aug 2007 22:33:07 -0400 (EDT) Date: Thu, 16 Aug 2007 22:33:07 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: David Xu In-Reply-To: <46C4FD02.3090708@freebsd.org> Message-ID: References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C472EF.9070204@delphij.net> <46C4FD02.3090708@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org, tijl@ulyssis.org Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 02:33:19 -0000 On Fri, 17 Aug 2007, David Xu wrote: > Daniel Eischen wrote: >> >> I realize what it's for, and I don't agree that it belongs in the >> tree. There are other forms of interprocess communication, pipes, >> sockets, even msg queues. I'm sure you can find a few ways to send >> a message to a process to say "send signal X to thread Y" if you >> really wanted to. It looks like even Linux makes you use a thread >> group, not a thread. >> >> I don't see where this was discussed on -arch or -current, but >> maybe I missed that thread. >> >> -- >> DE >> > > I've CCe'd Tijl Coosemans to check if there is another way to implement > the feature in WINE instead of in kernel. in fact, I have delayed the > the change for a few days, I was thinking you know the patch, but the > fact is not now. PS, the feature is not required by libthr. ;-) Yes, I know it's not needed by libthr :-) I would think you could use mq_open(), mq_notify() with sigev_notify = SIGEV_SIGNAL, etc. When the receiving process gets the signal, it reads the message queue to get the target thread id and the signal to send to it. It would be nice if we (FreeBSD) did have thread groups, and the ability to (soft) bind them to specific CPUs or CPU sets, ala Solaris processor_bind(), pset_bind(), etc. Once you have these, then I can perhaps see a thrgrp_signal() or something similar since the thread group would already be managable outside the context of a process. -- DE From owner-cvs-src@FreeBSD.ORG Fri Aug 17 04:37:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10C1616A420; Fri, 17 Aug 2007 04:37:03 +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 B90AE13C46B; Fri, 17 Aug 2007 04:37:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H4b2Fa072636; Fri, 17 Aug 2007 04:37:02 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H4b2Co072635; Fri, 17 Aug 2007 04:37:02 GMT (envelope-from dougb) Message-Id: <200708170437.l7H4b2Co072635@repoman.freebsd.org> From: Doug Barton Date: Fri, 17 Aug 2007 04:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/namedb named.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 04:37:03 -0000 dougb 2007-08-17 04:37:02 UTC FreeBSD src repository Modified files: etc/namedb named.conf Log: 1. Remove root name servers from the list of possible masters in the commented out example who have either not responded, or specifically asked not to participate because they do not view AXFR as "a production service." 2. Add f.root-servers.net to the example after confirmation from Paul Vixie. 3. Add a warning to the commented out "root zone slave" example to the effect that it requires more attention than a hints file, and provides more benefit to larger sites than individual hosts. 4. Correct a typo copied from RFC 2544 which was corrected in a later errata, and confirmed in RFC 3330. Update the comment to reflect that RFC 3330 got it right and to avoid confusion down the road. 3330 also contains a reference back to 2544 for anyone interested in pursuing the history. [1] PR: conf/115573 [1] Submitted by: Oliver Fromme [1] Approved by: re (kensmith) Revision Changes Path 1.26 +12 -12 src/etc/namedb/named.conf From owner-cvs-src@FreeBSD.ORG Fri Aug 17 04:39:16 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E60816A418; Fri, 17 Aug 2007 04:39:16 +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 6AC1213C442; Fri, 17 Aug 2007 04:39:16 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H4dGUX072708; Fri, 17 Aug 2007 04:39:16 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H4dGcV072707; Fri, 17 Aug 2007 04:39:16 GMT (envelope-from dougb) Message-Id: <200708170439.l7H4dGcV072707@repoman.freebsd.org> From: Doug Barton Date: Fri, 17 Aug 2007 04:39:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/namedb named.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 04:39:16 -0000 dougb 2007-08-17 04:39:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/namedb named.conf Log: MFC 1.26: Update root zone slave example, and correct typo copied from RFC 2544. Since this change entails only comments and a fix to something that is actually broken, I'm MFC'ing it sooner rather than later. Revision Changes Path 1.21.2.6 +12 -12 src/etc/namedb/named.conf From owner-cvs-src@FreeBSD.ORG Fri Aug 17 05:32:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 400F116A418; Fri, 17 Aug 2007 05:32:40 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D06413C45A; Fri, 17 Aug 2007 05:32:40 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H5Wd0X085699; Fri, 17 Aug 2007 05:32:39 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H5Wdoj085698; Fri, 17 Aug 2007 05:32:39 GMT (envelope-from simokawa) Message-Id: <200708170532.l7H5Wdoj085698@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 17 Aug 2007 05:32:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/dcons dcons_os.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 05:32:40 -0000 simokawa 2007-08-17 05:32:39 UTC FreeBSD src repository Modified files: sys/dev/dcons dcons_os.c Log: We don't need to call dcons_poll event handlers if KDB is not active. Approved by: re (kensmith) Revision Changes Path 1.19 +9 -3 src/sys/dev/dcons/dcons_os.c From owner-cvs-src@FreeBSD.ORG Fri Aug 17 05:57:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8A516A421; Fri, 17 Aug 2007 05:57:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9198B13C459; Fri, 17 Aug 2007 05:57:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H5v5kB087098; Fri, 17 Aug 2007 05:57:05 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H5v5Bs087097; Fri, 17 Aug 2007 05:57:05 GMT (envelope-from kmacy) Message-Id: <200708170557.l7H5v5Bs087097@repoman.freebsd.org> From: Kip Macy Date: Fri, 17 Aug 2007 05:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_ioctl.h cxgb_l2t.c cxgb_l2t.h cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_sge.c src/sys/dev/cxgb/common cxgb_t3_hw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 05:57:05 -0000 kmacy 2007-08-17 05:57:04 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_ioctl.h cxgb_l2t.c cxgb_l2t.h cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_sge.c sys/dev/cxgb/common cxgb_t3_hw.c Log: forward port signedness fixes from RELENG_6 fix compile error for case where MSI_SUPPORTED not defined Approved by: re (blanket) Revision Changes Path 1.7 +1 -1 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.16 +1 -1 src/sys/dev/cxgb/cxgb_adapter.h 1.5 +1 -1 src/sys/dev/cxgb/cxgb_ioctl.h 1.3 +3 -2 src/sys/dev/cxgb/cxgb_l2t.c 1.2 +11 -0 src/sys/dev/cxgb/cxgb_l2t.h 1.31 +6 -3 src/sys/dev/cxgb/cxgb_main.c 1.8 +1 -1 src/sys/dev/cxgb/cxgb_offload.c 1.4 +1 -1 src/sys/dev/cxgb/cxgb_offload.h 1.27 +6 -8 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-src@FreeBSD.ORG Fri Aug 17 06:34:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD9516A418; Fri, 17 Aug 2007 06:34:36 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A818613C45B; Fri, 17 Aug 2007 06:34:36 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H6YaMu090721; Fri, 17 Aug 2007 06:34:36 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H6YaJP090720; Fri, 17 Aug 2007 06:34:36 GMT (envelope-from cperciva) Message-Id: <200708170634.l7H6YaJP090720@repoman.freebsd.org> From: Colin Percival Date: Fri, 17 Aug 2007 06:34:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 06:34:36 -0000 cperciva 2007-08-17 06:34:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/freebsd-update freebsd-update.sh Log: MFC revisions 1.7, 1.8: Speed up "preparing to download files" stage of "freebsd-update fetch", change time of first "upcoming EoL" warning to EoL minute 3 months instead of EoL minus 6 months. Revision Changes Path 1.2.2.6 +22 -7 src/usr.sbin/freebsd-update/freebsd-update.sh From owner-cvs-src@FreeBSD.ORG Fri Aug 17 07:41:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6525616A418; Fri, 17 Aug 2007 07:41:37 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41E8213C4D3; Fri, 17 Aug 2007 07:41:37 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H7fbe6096061; Fri, 17 Aug 2007 07:41:37 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H7fbmu096060; Fri, 17 Aug 2007 07:41:37 GMT (envelope-from mtm) Message-Id: <200708170741.l7H7fbmu096060@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 17 Aug 2007 07:41:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d lockd statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 07:41:37 -0000 mtm 2007-08-17 07:41:36 UTC FreeBSD src repository Modified files: etc/rc.d lockd statd Log: Repo-copy from rc.d/nfslocking ver. 1.11. PR: conf/107316 Approved by: re (bmah) Revision Changes Path 1.15 +0 -0 src/etc/rc.d/lockd 1.15 +0 -0 src/etc/rc.d/statd From owner-cvs-src@FreeBSD.ORG Fri Aug 17 07:58:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EAB216A41A; Fri, 17 Aug 2007 07:58:27 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6396613C48A; Fri, 17 Aug 2007 07:58:27 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H7wRkg097008; Fri, 17 Aug 2007 07:58:27 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7H7wRbV097007; Fri, 17 Aug 2007 07:58:27 GMT (envelope-from mtm) Message-Id: <200708170758.l7H7wRbV097007@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 17 Aug 2007 07:58:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d Makefile lockd nfslocking statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 07:58:27 -0000 mtm 2007-08-17 07:58:27 UTC FreeBSD src repository Modified files: etc/rc.d Makefile lockd nfslocking statd Log: The rc.d/nfslocking file controls two servers: rpc.statd and rpc.lockd. It worked well in most cases, except one. The 'restart' case was not working as expected. Specifically, it would stop both lockd and statd, but it would restart only statd (which appears first in the script). This is because rc.subr(8) contains code to guard against infinite recursion in the 'restart' casae. To fix this use the traditional approach of controlling only one server from one script by breaking out rc.d/nfslocking into its contituent parts: rc.d/lockd and rc.d/statd. Keep rc.d/nfslocking around but don't include it in the boot rcorder(8)ing. PR: conf/107316 Approved by: re (bmah) MFC after: 2 weeks Revision Changes Path 1.82 +2 -2 src/etc/rc.d/Makefile 1.16 +2 -27 src/etc/rc.d/lockd 1.15 +1 -1 src/etc/rc.d/nfslocking 1.16 +2 -27 src/etc/rc.d/statd From owner-cvs-src@FreeBSD.ORG Fri Aug 17 08:57:23 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFD8516A4AB; Fri, 17 Aug 2007 08:57:23 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 692B413C48E; Fri, 17 Aug 2007 08:57:23 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id F023520B0; Fri, 17 Aug 2007 10:57:18 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 65236208A; Fri, 17 Aug 2007 10:57:18 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 296D084437; Fri, 17 Aug 2007 10:57:18 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Mike Makonnen References: <200708170758.l7H7wRbV097007@repoman.freebsd.org> Date: Fri, 17 Aug 2007 10:57:17 +0200 In-Reply-To: <200708170758.l7H7wRbV097007@repoman.freebsd.org> (Mike Makonnen's message of "Fri\, 17 Aug 2007 07\:58\:27 +0000 \(UTC\)") Message-ID: <86vebeiln6.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile lockd nfslocking statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 08:57:23 -0000 Mike Makonnen writes: > Log: > The rc.d/nfslocking file controls two servers: rpc.statd and rpc.lockd.= It worked well > in most cases, except one. The 'restart' case was not working as expect= ed. Specifically, > it would stop both lockd and statd, but it would restart only statd (wh= ich appears first > in the script). This is because rc.subr(8) contains code to guard again= st infinite > recursion in the 'restart' casae. >=20=20=20 > To fix this use the traditional approach of controlling only one server= from one script by > breaking out rc.d/nfslocking into its contituent parts: rc.d/lockd and = rc.d/statd. Keep > rc.d/nfslocking around but don't include it in the boot rcorder(8)ing. Wouldn't it have been better to name them rpc_lockd and rpc_statd, to match their rc.conf variables? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Aug 17 11:28:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E978716A419; Fri, 17 Aug 2007 11:28:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA9B213C467; Fri, 17 Aug 2007 11:28:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HBSPgV024681; Fri, 17 Aug 2007 11:28:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HBSP2Z024680; Fri, 17 Aug 2007 11:28:25 GMT (envelope-from yar) Message-Id: <200708171128.l7HBSP2Z024680@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 17 Aug 2007 11:28:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libpam/modules/pam_nologin pam_nologin.8 pam_nologin.c src/etc/pam.d sshd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 11:28:26 -0000 yar 2007-08-17 11:28:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_nologin pam_nologin.8 pam_nologin.c etc/pam.d sshd Log: MFC with compatibility shims: pam_nologin(8) starts to provide an account management function in addition to the existing authentication function so that sshd(8) can respect nologin(5) while the rest of PAM consumers work as earlier. In turn, sshd(8) starts to use the new account management function in pam_nologin(8) and thus respect nologin(5) even when doing public key authentication with sshd's internal routines (PAM authentication isn't called at all in that case). Based on: 1.12 +2 -10 src/lib/libpam/modules/pam_nologin/pam_nologin.c 1.6 +10 -11 src/lib/libpam/modules/pam_nologin/pam_nologin.8 1.16 +1 -1 src/etc/pam.d/sshd Approved by: des PR: bin/112574 Revision Changes Path 1.15.12.1 +1 -1 src/etc/pam.d/sshd 1.5.14.2 +19 -10 src/lib/libpam/modules/pam_nologin/pam_nologin.8 1.10.14.2 +19 -3 src/lib/libpam/modules/pam_nologin/pam_nologin.c From owner-cvs-src@FreeBSD.ORG Fri Aug 17 12:00:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD3F216A417; Fri, 17 Aug 2007 12:00:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9C713C469; Fri, 17 Aug 2007 12:00:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HC0Xil027593; Fri, 17 Aug 2007 12:00:33 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HC0XL1027592; Fri, 17 Aug 2007 12:00:33 GMT (envelope-from yar) Message-Id: <200708171200.l7HC0XL1027592@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 17 Aug 2007 12:00:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc rc.subr src/share/man/man8 rc.subr.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 12:00:33 -0000 yar 2007-08-17 12:00:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr share/man/man8 rc.subr.8 Log: MFC: src/etc/rc.subr 1.72 src/share/man/man8/rc.subr.8 1.17 Eliminate a number of inconsistencies in handling pre- and post-commands as well as required_* conditions. Introduce required_modules. PR: conf/98734 Revision Changes Path 1.34.2.22 +198 -146 src/etc/rc.subr 1.6.8.8 +32 -4 src/share/man/man8/rc.subr.8 From owner-cvs-src@FreeBSD.ORG Fri Aug 17 14:13:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D216516A46E; Fri, 17 Aug 2007 14:13:40 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC0CF13C47E; Fri, 17 Aug 2007 14:13:40 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HEDeZV051181; Fri, 17 Aug 2007 14:13:40 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HEDenH051180; Fri, 17 Aug 2007 14:13:40 GMT (envelope-from bmah) Message-Id: <200708171413.l7HEDenH051180@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Aug 2007 14:13:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 14:13:40 -0000 bmah 2007-08-17 14:13:40 UTC FreeBSD src repository Modified files: release Makefile Log: Remove one more reference to the installation notes, this time in the floppies directory. Pointed out by: kensmith Approved by: re (blanket for installation notes removal) Revision Changes Path 1.924 +0 -7 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Fri Aug 17 14:16:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE8DC16A417; Fri, 17 Aug 2007 14:16:59 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B914913C469; Fri, 17 Aug 2007 14:16:59 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HEGxQP051368; Fri, 17 Aug 2007 14:16:59 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HEGxwh051367; Fri, 17 Aug 2007 14:16:59 GMT (envelope-from bmah) Message-Id: <200708171416.l7HEGxwh051367@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Aug 2007 14:16:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 14:17:00 -0000 bmah 2007-08-17 14:16:59 UTC FreeBSD src repository Modified files: release/doc Makefile Log: Fix the order in which we build subdirectories in a "make all" from the top-level release/doc directory. We were building in share/sgml first, which caused us to autogenerate hardware notes entities in the wrong format (we want to build these via ${RELNOTES_LANG}/hardware/Makefile, in order to get the HWNOTES_MI variable). Approved by: re (kensmith) Revision Changes Path 1.8 +1 -1 src/release/doc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Aug 17 15:36:16 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00E6816A417 for ; Fri, 17 Aug 2007 15:36:16 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id B57D113C428 for ; Fri, 17 Aug 2007 15:36:15 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so245332nzf for ; Fri, 17 Aug 2007 08:36:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AgeuuNV3yIg0L5WhVmDW3qaef0/GzkB1+bk8WC3OGmUoRRboRs9BaKhG8n3aWAtKbzJLi22jI2z5asXZTAjqry/Vct1613nfXKn/tmu+dbXxXFne3dy12e17IlDxXnzFaPBzwlttpQ5xlZhk1vLZGOTegFzUwxhol/DPxNYeyAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UCCuXPwaCVgcDV5lQU9hf7fdf9w9JdEZY/kP4nMsft0ErDVzUd5ibl6a0kJWVqx5KxL9yjDlLqIH5Sa9EYTYpl5oKLcsX/N7+1qC7/ypTOU6ybtqRU3fvd53eYYJ9Iu7XHsNFXO0ULV2kptA/LbU/7sb6b6CylAjE2d9rDFB3LM= Received: by 10.64.142.10 with SMTP id p10mr5547173qbd.1187363224403; Fri, 17 Aug 2007 08:07:04 -0700 (PDT) Received: by 10.64.185.10 with HTTP; Fri, 17 Aug 2007 08:07:04 -0700 (PDT) Message-ID: <6eb82e0708170807n4ef2755n2763670ab1b8d1c4@mail.gmail.com> Date: Fri, 17 Aug 2007 23:07:04 +0800 From: "Rong-en Fan" To: "Mike Makonnen" In-Reply-To: <200708170758.l7H7wRbV097007@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708170758.l7H7wRbV097007@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d Makefile lockd nfslocking statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 15:36:16 -0000 On 8/17/07, Mike Makonnen wrote: > mtm 2007-08-17 07:58:27 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d Makefile lockd nfslocking statd > Log: > The rc.d/nfslocking file controls two servers: rpc.statd and rpc.lockd. It worked well > in most cases, except one. The 'restart' case was not working as expected. Specifically, > it would stop both lockd and statd, but it would restart only statd (which appears first > in the script). This is because rc.subr(8) contains code to guard against infinite > recursion in the 'restart' casae. > > To fix this use the traditional approach of controlling only one server from one script by > breaking out rc.d/nfslocking into its contituent parts: rc.d/lockd and rc.d/statd. Keep > rc.d/nfslocking around but don't include it in the boot rcorder(8)ing. > > PR: conf/107316 > Approved by: re (bmah) > MFC after: 2 weeks Hi, It seems that you forget to set $name in these two scripts: Clearing /tmp (X related). /etc/rc: ERROR: USAGE: load_rc_config name /etc/rc: ERROR: USAGE: load_rc_config name Starting local daemons: Regards, Rong-En Fan > > Revision Changes Path > 1.82 +2 -2 src/etc/rc.d/Makefile > 1.16 +2 -27 src/etc/rc.d/lockd > 1.15 +1 -1 src/etc/rc.d/nfslocking > 1.16 +2 -27 src/etc/rc.d/statd > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Fri Aug 17 18:22:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 266D416A417; Fri, 17 Aug 2007 18:22:32 +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 F345A13C4B3; Fri, 17 Aug 2007 18:22:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HIMVuS079450; Fri, 17 Aug 2007 18:22:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HIMVDp079449; Fri, 17 Aug 2007 18:22:31 GMT (envelope-from imp) Message-Id: <200708171822.l7HIMVDp079449@repoman.freebsd.org> From: Warner Losh Date: Fri, 17 Aug 2007 18:22:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/boot2 boot2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 18:22:32 -0000 imp 2007-08-17 18:22:31 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actually passed into the kernel, and the kernel will soon grow that ability on arm. Approved by: re@ (blanket) Revision Changes Path 1.7 +1 -1 src/sys/boot/arm/at91/boot2/boot2.c From owner-cvs-src@FreeBSD.ORG Fri Aug 17 18:26:49 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 759F416A418; Fri, 17 Aug 2007 18:26:49 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from rogue.navcom.lan (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E4D213C458; Fri, 17 Aug 2007 18:26:45 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: by rogue.navcom.lan (Postfix, from userid 1001) id 2D41C38F8; Fri, 17 Aug 2007 21:31:37 +0300 (EAT) Date: Fri, 17 Aug 2007 21:31:36 +0300 From: Mike Makonnen To: Rong-en Fan Message-ID: <20070817183136.GA4343@rogue.navcom.lan> References: <200708170758.l7H7wRbV097007@repoman.freebsd.org> <6eb82e0708170807n4ef2755n2763670ab1b8d1c4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0708170807n4ef2755n2763670ab1b8d1c4@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD/7.0-CURRENT (i386) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d Makefile lockd nfslocking statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 18:26:49 -0000 On Fri, Aug 17, 2007 at 11:07:04PM +0800, Rong-en Fan wrote: > > Hi, > > It seems that you forget to set $name in these two scripts: > > Clearing /tmp (X related). > /etc/rc: ERROR: USAGE: load_rc_config name > /etc/rc: ERROR: USAGE: load_rc_config name > Starting local daemons: > > Regards, > Rong-En Fan > Apparently, what happened is that my forced commit to note the repo-copy (naturally) changed the $FreeBSD$ keyword line, so that when I applied the patch to my check-in tree the top half of my patch failed to apply. Off course I saw what I *expected* to see (the bottom half succeeded) and didn't notice that it had failed to apply cleanly. Anyways, my Sincere apologies to all. A fix is on its way to re@. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org From owner-cvs-src@FreeBSD.ORG Fri Aug 17 18:29:00 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6553116A468; Fri, 17 Aug 2007 18:29:00 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from rogue.navcom.lan (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 71ECB13C478; Fri, 17 Aug 2007 18:28:58 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: by rogue.navcom.lan (Postfix, from userid 1001) id C6DB03908; Fri, 17 Aug 2007 21:33:51 +0300 (EAT) Date: Fri, 17 Aug 2007 21:33:51 +0300 From: Mike Makonnen To: Dag-Erling Sm??rgrav Message-ID: <20070817183351.GA4405@rogue.navcom.lan> References: <200708170758.l7H7wRbV097007@repoman.freebsd.org> <86vebeiln6.fsf@ds4.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86vebeiln6.fsf@ds4.des.no> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD/7.0-CURRENT (i386) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile lockd nfslocking statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 18:29:00 -0000 On Fri, Aug 17, 2007 at 10:57:17AM +0200, Dag-Erling Sm??rgrav wrote: > Mike Makonnen writes: > > Log: > > The rc.d/nfslocking file controls two servers: rpc.statd and rpc.lockd. It worked well > > in most cases, except one. The 'restart' case was not working as expected. Specifically, > > it would stop both lockd and statd, but it would restart only statd (which appears first > > in the script). This is because rc.subr(8) contains code to guard against infinite > > recursion in the 'restart' casae. > > > > To fix this use the traditional approach of controlling only one server from one script by > > breaking out rc.d/nfslocking into its contituent parts: rc.d/lockd and rc.d/statd. Keep > > rc.d/nfslocking around but don't include it in the boot rcorder(8)ing. > > Wouldn't it have been better to name them rpc_lockd and rpc_statd, to > match their rc.conf variables? I considered that, but decided against it because the other rpc.* commands dont' follow that convention either: command rc.conf(5) knob rc.d script ------- --------------- ----------- rpc.ypupdated rpc_ypupdated_enable ypupdated rpc.ypxfrd nis_ypxfrd_enable ypxfrd rpc.yppasswdd nis_yppasswdd_enable yppasswdd It might be worth it to standardize these one way or the other for 8.0. Actually, now that I think about it there are quite a few other similar scripts and knobs which should probably be synced with the server names. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org From owner-cvs-src@FreeBSD.ORG Fri Aug 17 18:59:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C6B816A420; Fri, 17 Aug 2007 18:59:38 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7440613C468; Fri, 17 Aug 2007 18:59:38 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HIxced081447; Fri, 17 Aug 2007 18:59:38 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HIxcJb081446; Fri, 17 Aug 2007 18:59:38 GMT (envelope-from maxim) Message-Id: <200708171859.l7HIxcJb081446@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 17 Aug 2007 18:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 18:59:38 -0000 maxim 2007-08-17 18:59:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/misc bsd-family-tree Log: MFC revs. 1.111 - 1.115: DragonFly 1.8.0, OpenBSD 4.1, FreeBSD 1.0.2 from November 1993, DragonFlyBSD 1.10.0. Revision Changes Path 1.95.2.9 +12 -5 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Fri Aug 17 19:01:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DA9816A418; Fri, 17 Aug 2007 19:01:18 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 562AA13C458; Fri, 17 Aug 2007 19:01:18 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HJ1Ios081690; Fri, 17 Aug 2007 19:01:18 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HJ1IFI081688; Fri, 17 Aug 2007 19:01:18 GMT (envelope-from maxim) Message-Id: <200708171901.l7HJ1IFI081688@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 17 Aug 2007 19:01:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 vpo.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 19:01:18 -0000 maxim 2007-08-17 19:01:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 vpo.4 Log: MFC rev. 1.23: Iomage -> Iomega. Revision Changes Path 1.22.2.1 +1 -1 src/share/man/man4/vpo.4 From owner-cvs-src@FreeBSD.ORG Fri Aug 17 19:03:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6D5016A41A; Fri, 17 Aug 2007 19:03:26 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78E4D13C46A; Fri, 17 Aug 2007 19:03:26 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HJ3QZo083113; Fri, 17 Aug 2007 19:03:26 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HJ3Qjq083112; Fri, 17 Aug 2007 19:03:26 GMT (envelope-from maxim) Message-Id: <200708171903.l7HJ3Qjq083112@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 17 Aug 2007 19:03:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 rtentry.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 19:03:26 -0000 maxim 2007-08-17 19:03:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 rtentry.9 Log: MFC rev. 1.25: round-type -> round-trip. Revision Changes Path 1.24.2.1 +1 -1 src/share/man/man9/rtentry.9 From owner-cvs-src@FreeBSD.ORG Fri Aug 17 19:09:01 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 069AE16A421; Fri, 17 Aug 2007 19:09:01 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D29CD13C4B0; Fri, 17 Aug 2007 19:09:00 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HJ906S083933; Fri, 17 Aug 2007 19:09:00 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HJ90oo083929; Fri, 17 Aug 2007 19:09:00 GMT (envelope-from maxim) Message-Id: <200708171909.l7HJ90oo083929@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 17 Aug 2007 19:09:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 19:09:01 -0000 maxim 2007-08-17 19:09:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/iostat iostat.c Log: MFC rev. 1.36: with -x switch do not pay attention at the hardcoded limit of 3 devices and dump stats for all devices in the system. Revision Changes Path 1.28.12.4 +7 -5 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Sat Aug 18 04:08:54 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4193216A418; Sat, 18 Aug 2007 04:08:54 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 189CC13C465; Sat, 18 Aug 2007 04:08:54 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7I48rra056576; Sat, 18 Aug 2007 04:08:53 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7I48riP056575; Sat, 18 Aug 2007 04:08:53 GMT (envelope-from mtm) Message-Id: <200708180408.l7I48riP056575@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 18 Aug 2007 04:08:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d lockd statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 04:08:54 -0000 mtm 2007-08-18 04:08:53 UTC FreeBSD src repository Modified files: etc/rc.d lockd statd Log: My forced commit to note the repo-copy (naturally) changed the $FreeBSD$ keyword line, so that when I applied the patch to my check-in tree the top half of my patch failed to apply. Off course I saw what I *expected* to see (the bottom half succeeded) and didn't notice that it had failed to apply cleanly. Approved by: re (bmah) Revision Changes Path 1.17 +11 -5 src/etc/rc.d/lockd 1.17 +11 -5 src/etc/rc.d/statd From owner-cvs-src@FreeBSD.ORG Sat Aug 18 04:34:42 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4187616A418 for ; Sat, 18 Aug 2007 04:34:42 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB46113C46C for ; Sat, 18 Aug 2007 04:34:41 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1241478pyb for ; Fri, 17 Aug 2007 21:34:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ANdd1rRhhULb6bU6ixfl6/SSdlv0LLSTqmoH4mb0rOzFTaHVSX/09uuKnzz1YqtHGbLKip9lrX0rluAAW/KP91UKCC3UCEUQi8YOIbTuoRHpeLqE6de/YEueS1s09fwTn702tmaCzBEALbdiNvStgekbwWzJg9MIGC/68xQRNBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cYRSzYYupAV0gI6r0l9MeW/j3XPuv+4sFxeOnZ+wa20CQAMP3oPihjOwSpM2iNxvRCPkNT/Isk3sSYzR36x8ScnxgKCyH0Zlb1RjaEwr3u8/O5HdltXFwgxc2sVzr/UWPAaehEXD9nA0cZqGYTqcB+4lnR2CvE40CnQmnuBHTbQ= Received: by 10.65.194.13 with SMTP id w13mr6552199qbp.1187411680784; Fri, 17 Aug 2007 21:34:40 -0700 (PDT) Received: by 10.64.185.10 with HTTP; Fri, 17 Aug 2007 21:34:40 -0700 (PDT) Message-ID: <6eb82e0708172134t5fea58cp9c19af803fcf94bb@mail.gmail.com> Date: Sat, 18 Aug 2007 12:34:40 +0800 From: "Rong-en Fan" To: "Mike Makonnen" In-Reply-To: <200708180408.l7I48riP056575@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708180408.l7I48riP056575@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d lockd statd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 04:34:42 -0000 On 8/18/07, Mike Makonnen wrote: > mtm 2007-08-18 04:08:53 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d lockd statd > Log: > My forced commit to note the repo-copy (naturally) changed the $FreeBSD$ keyword line, > so that when I applied the patch to my check-in tree the top half of my patch failed to > apply. Off course I saw what I *expected* to see (the bottom half succeeded) and > didn't notice that it had failed to apply cleanly. > > Approved by: re (bmah) Thank you!. Regards, Rong-En Fan > > Revision Changes Path > 1.17 +11 -5 src/etc/rc.d/lockd > 1.17 +11 -5 src/etc/rc.d/statd > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Sat Aug 18 07:58:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2792716A418; Sat, 18 Aug 2007 07:58:37 +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 00BD413C428; Sat, 18 Aug 2007 07:58:37 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7I7waC4083302; Sat, 18 Aug 2007 07:58:36 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7I7waCp083301; Sat, 18 Aug 2007 07:58:36 GMT (envelope-from danger) Message-Id: <200708180758.l7I7waCp083301@repoman.freebsd.org> From: Daniel Gerzo Date: Sat, 18 Aug 2007 07:58:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 07:58:37 -0000 danger 2007-08-18 07:58:36 UTC FreeBSD src repository (doc committer) Modified files: sbin/reboot boot_i386.8 Log: - Sweep the boot(8) man page after addition of boot.config(5). Reviewed by: keramida Approved by: re (kensmith) Revision Changes Path 1.61 +8 -15 src/sbin/reboot/boot_i386.8 From owner-cvs-src@FreeBSD.ORG Sat Aug 18 09:10:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8598616A468; Sat, 18 Aug 2007 09:10:26 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 741DA13C469; Sat, 18 Aug 2007 09:10:26 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7I9AQE5098848; Sat, 18 Aug 2007 09:10:26 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7I9AQfe098847; Sat, 18 Aug 2007 09:10:26 GMT (envelope-from kmacy) Message-Id: <200708180910.l7I9AQfe098847@repoman.freebsd.org> From: Kip Macy Date: Sat, 18 Aug 2007 09:10:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/cxgb Makefile src/sys/dev/cxgb cxgb_adapter.h cxgb_include.h cxgb_ioctl.h cxgb_l2t.c cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_osdep.h cxgb_sge.c t3b_protocol_sram-1.1.0.bin.gz.uu t3b_tp_eeprom-1.1.0.bin.gz.uu t3fw-4.1.0.bin.gz.uu ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 09:10:26 -0000 kmacy 2007-08-18 09:10:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/cxgb Makefile sys/dev/cxgb cxgb_adapter.h cxgb_include.h cxgb_ioctl.h cxgb_l2t.c cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_osdep.h cxgb_sge.c sys/dev/cxgb/common cxgb_common.h cxgb_ctl_defs.h cxgb_mc5.c cxgb_t3_cpl.h cxgb_t3_hw.c cxgb_vsc7323.c cxgb_xgmac.c sys/dev/cxgb/sys mvec.h sys/dev/cxgb/ulp/toecore toedev.h Added files: (Branch: RELENG_6) sys/dev/cxgb t3b_protocol_sram-1.1.0.bin.gz.uu t3b_tp_eeprom-1.1.0.bin.gz.uu t3fw-4.5.0.bin.gz.uu Removed files: (Branch: RELENG_6) sys/dev/cxgb t3fw-4.1.0.bin.gz.uu Log: Aggregate recent fixes to cxgb in HEAD into MFC: - integrate most recent changes from vendor branch and upgrade to firmware revision 4.5.5 - add filter support - further improvements for T304 - recover gracefully from spurious immediate packets - Increase descriptors per call to start - enqueue per-txq task - fix per-txq task initialization - reduce cpu usage by as much as 25% (40% -> 30) by doing txq reclaim more efficiently - use mtx_trylock when trying to grab the lock to avoid spinning during long encap loop - add per-txq reclaim task - if mbufs were successfully re-claimed try another pass - track txq overruns with sysctl - In all structures other than port info port is a pointer to a port info, make the code less confusing by renaming the port number to port_id RELENG_6 only fix: - set cluster refcnt to 1 if it isn't otherwise set to fix memory leak Supported by: Chelsio Revision Changes Path 1.1.2.5 +18 -9 src/sys/dev/cxgb/common/cxgb_common.h 1.1.2.3 +18 -6 src/sys/dev/cxgb/common/cxgb_ctl_defs.h 1.1.2.4 +27 -18 src/sys/dev/cxgb/common/cxgb_mc5.c 1.1.2.4 +22 -14 src/sys/dev/cxgb/common/cxgb_t3_cpl.h 1.1.2.5 +97 -64 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.1.2.2 +22 -15 src/sys/dev/cxgb/common/cxgb_vsc7323.c 1.1.2.5 +38 -17 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.2.2.6 +16 -5 src/sys/dev/cxgb/cxgb_adapter.h 1.1.2.2 +2 -6 src/sys/dev/cxgb/cxgb_include.h 1.1.2.4 +28 -1 src/sys/dev/cxgb/cxgb_ioctl.h 1.1.2.3 +3 -1 src/sys/dev/cxgb/cxgb_l2t.c 1.3.2.7 +598 -69 src/sys/dev/cxgb/cxgb_main.c 1.2.2.4 +20 -19 src/sys/dev/cxgb/cxgb_offload.c 1.1.2.3 +8 -11 src/sys/dev/cxgb/cxgb_offload.h 1.5.2.6 +4 -0 src/sys/dev/cxgb/cxgb_osdep.h 1.2.2.7 +155 -73 src/sys/dev/cxgb/cxgb_sge.c 1.5.2.3 +3 -0 src/sys/dev/cxgb/sys/mvec.h 1.1.2.1 +46 -0 src/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu (new) 1.1.2.1 +46 -0 src/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu (new) 1.1.2.2 +0 -482 src/sys/dev/cxgb/t3fw-4.1.0.bin.gz.uu (dead) 1.1.2.1 +442 -0 src/sys/dev/cxgb/t3fw-4.5.0.bin.gz.uu (new) 1.1.2.3 +1 -1 src/sys/dev/cxgb/ulp/toecore/toedev.h 1.3.2.5 +4 -4 src/sys/modules/cxgb/Makefile From owner-cvs-src@FreeBSD.ORG Sat Aug 18 11:59:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF9AB16A41A; Sat, 18 Aug 2007 11:59:17 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C930913C481; Sat, 18 Aug 2007 11:59:17 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IBxHrA014741; Sat, 18 Aug 2007 11:59:17 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IBxHHO014740; Sat, 18 Aug 2007 11:59:17 GMT (envelope-from mav) Message-Id: <200708181159.l7IBxHHO014740@repoman.freebsd.org> From: Alexander Motin Date: Sat, 18 Aug 2007 11:59:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 11:59:18 -0000 mav 2007-08-18 11:59:17 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Add ng_send_fn() error handeling inside ng_con_nodes(). Without it some errors may left unnoticed and unhandeled that will lead to hooks left in half-connected state. Reviewed by: julian@ Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.135 +5 -2 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Sat Aug 18 12:06:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A447216A418; Sat, 18 Aug 2007 12:06:13 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1A113C45D; Sat, 18 Aug 2007 12:06:13 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IC6DAU016498; Sat, 18 Aug 2007 12:06:13 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IC6DTw016496; Sat, 18 Aug 2007 12:06:13 GMT (envelope-from thompsa) Message-Id: <200708181206.l7IC6DTw016496@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 18 Aug 2007 12:06:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 12:06:13 -0000 thompsa 2007-08-18 12:06:13 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: If the STP state machine is stopped then clear the bridge-id and root-id. Approved by: re (kensmith) Revision Changes Path 1.39 +13 -8 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Sat Aug 18 16:40:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C5E716A41B; Sat, 18 Aug 2007 16:40:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 441E613C478; Sat, 18 Aug 2007 16:40:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IGeYo2047646; Sat, 18 Aug 2007 16:40:34 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IGeYH8047645; Sat, 18 Aug 2007 16:40:34 GMT (envelope-from kib) Message-Id: <200708181640.l7IGeYH8047645@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Aug 2007 16:40:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm phys_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 16:40:34 -0000 kib 2007-08-18 16:40:33 UTC FreeBSD src repository Modified files: sys/vm phys_pager.c Log: Fix the phys_pager in the way similar to the rev. 1.83 of the sys/vm/device_pager.c: Protect the creation of the phys pager with non-NULL handle with the phys_pager_mtx. Lookup of phys pager in the pagers list by handle is now synchronized with its removal from the list, and phys_pager_mtx is put before vm object lock in lock order. Dispose the phys_pager_alloc_lock and tsleep calls, together with acquiring Giant, since phys_pager_mtx now covers the same block. Reviewed by: alc Approved by: re (kensmith) Revision Changes Path 1.28 +25 -22 src/sys/vm/phys_pager.c From owner-cvs-src@FreeBSD.ORG Sat Aug 18 16:40:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A38116A630; Sat, 18 Aug 2007 16:40:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37AA413C45D; Sat, 18 Aug 2007 16:40:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IGecpq047713; Sat, 18 Aug 2007 16:40:38 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IGecwV047712; Sat, 18 Aug 2007 16:40:38 GMT (envelope-from bmah) Message-Id: <200708181640.l7IGecwV047712@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Aug 2007 16:40:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent src/release/doc/en_US.ISO8859-1/relnotes article.sgml src/release/doc/en_US.ISO8859-1/hardware article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 16:40:38 -0000 bmah 2007-08-18 16:40:38 UTC FreeBSD src repository Modified files: release/doc/share/sgml release.ent release/doc/en_US.ISO8859-1/relnotes article.sgml release/doc/en_US.ISO8859-1/hardware article.sgml Log: Factor out arch.* entities so we don't need to include them with every one of the release documents. Approved by: re (implicitly) Revision Changes Path 1.318 +0 -10 src/release/doc/en_US.ISO8859-1/hardware/article.sgml 1.1060 +0 -10 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml 1.28 +10 -0 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Aug 18 16:41:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A5F016A41A; Sat, 18 Aug 2007 16:41:32 +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 E5A0813C45A; Sat, 18 Aug 2007 16:41:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IGfVnr047922; Sat, 18 Aug 2007 16:41:31 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IGfVrg047921; Sat, 18 Aug 2007 16:41:31 GMT (envelope-from kib) Message-Id: <200708181641.l7IGfVrg047921@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Aug 2007 16:41:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm device_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 16:41:32 -0000 kib 2007-08-18 16:41:31 UTC FreeBSD src repository Modified files: sys/vm device_pager.c Log: Remove comment that is no longer quite true. Noted by: alc Approved by: re (kensmith) Revision Changes Path 1.84 +0 -3 src/sys/vm/device_pager.c From owner-cvs-src@FreeBSD.ORG Sat Aug 18 16:47:28 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A220116A421; Sat, 18 Aug 2007 16:47:28 +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 78EE513C494; Sat, 18 Aug 2007 16:47:28 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IGlSNS056724; Sat, 18 Aug 2007 16:47:28 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IGlS6j056723; Sat, 18 Aug 2007 16:47:28 GMT (envelope-from cognet) Message-Id: <200708181647.l7IGlS6j056723@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 18 Aug 2007 16:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 16:47:28 -0000 cognet 2007-08-18 16:47:28 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c Log: Just wbinv if both PREREAD and PREWRITE are set. In PREREAD, just invalidate the cache lines, and do not write back them, if the buffer is properly aligned. Approved by: re (blanket) Revision Changes Path 1.35 +9 -3 src/sys/arm/arm/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Aug 18 17:11:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF5B816A41B; Sat, 18 Aug 2007 17:11:15 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E53913C4B7; Sat, 18 Aug 2007 17:11:15 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7IHBF1a059487; Sat, 18 Aug 2007 17:11:15 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7IHBFwH059486; Sat, 18 Aug 2007 17:11:15 GMT (envelope-from bmah) Message-Id: <200708181711.l7IHBFwH059486@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Aug 2007 17:11:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 17:11:15 -0000 bmah 2007-08-18 17:11:15 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/readme article.sgml Log: Remove references to the now-deleted installation notes and add a pointer to the installation chapter of the Handbook (it might be a good idea to sprinkle a few more through this article). De-emphasize the floppy disk part of installation media; it's generally believed that most users install from CDROM or DVD nowadays. Use &arch.* entities where appropriate. Bump copyright date while here. Approved by: re (implicitly) Revision Changes Path 1.40 +19 -34 src/release/doc/en_US.ISO8859-1/readme/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Aug 18 19:31:16 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F14B16A41A; Sat, 18 Aug 2007 19:31:16 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay011.isp.belgacom.be (mailrelay011.isp.belgacom.be [195.238.6.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA4513C469; Sat, 18 Aug 2007 19:31:15 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from 92.114-247-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.247.114.92]) by mailrelay011.isp.belgacom.be with ESMTP; 18 Aug 2007 21:21:09 +0200 Received: from localhost (localhost [127.0.0.1]) by kalimero.kotnet.org (8.14.1/8.14.1) with ESMTP id l7IJIcJt005246; Sat, 18 Aug 2007 21:18:38 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: Daniel Eischen , David Xu , wine-freebsd@hub.org Date: Sat, 18 Aug 2007 21:18:36 +0200 User-Agent: KMail/1.9.7 References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C4FD02.3090708@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline X-Length: 3626 X-UID: 60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200708182118.37998.tijl@ulyssis.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 19:31:16 -0000 On Friday 17 August 2007 04:33:07 Daniel Eischen wrote: > On Friday 17 August 2007 03:42:26 David Xu wrote: >> Daniel Eischen wrote: >>> On Thu, 16 Aug 2007, Xin LI wrote: >>>> Daniel Eischen wrote: >>>>> On Thu, 16 Aug 2007, David Xu wrote: >>>>>> davidxu 2007-08-16 05:26:42 UTC >>>>>> >>>>>> FreeBSD src repository >>>>>> >>>>>> Modified files: >>>>>> sys/kern kern_thr.c syscalls.master >>>>>> sys/sys thr.h >>>>>> Log: >>>>>> Add thr_kill2 syscall which sends a signal to a thread in >>>>>> another process. >>>>> >>>>> >>>>> I do not think this is a good idea. There is no such thing in >>>>> Solaris, only Linux seems to have this hideous idea of an API. >>>> >>>> >>>> I think this would be helpful for applications like Wine. Is >>>> there any other way to implement the semantics? >>> >>> >>> I realize what it's for, and I don't agree that it belongs in the >>> tree. There are other forms of interprocess communication, pipes, >>> sockets, even msg queues. I'm sure you can find a few ways to send >>> a message to a process to say "send signal X to thread Y" if you >>> really wanted to. It looks like even Linux makes you use a thread >>> group, not a thread. The tgkill() syscall in Linux takes a tgid and a pid as arguments, where pid can be a thread id (obtained with gettid()). >>> I don't see where this was discussed on -arch or -current, but >>> maybe I missed that thread. >> >> >> I've CCe'd Tijl Coosemans to check if there is another way to >> implement the feature in WINE instead of in kernel. in fact, I have >> delayed the the change for a few days, I was thinking you know the >> patch, but the fact is not now. PS, the feature is not required by >> libthr. ;-) > > > Yes, I know it's not needed by libthr :-) I would think you could > use mq_open(), mq_notify() with sigev_notify = SIGEV_SIGNAL, etc. > When the receiving process gets the signal, it reads the message > queue to get the target thread id and the signal to send to it. > > It would be nice if we (FreeBSD) did have thread groups, and the > ability to (soft) bind them to specific CPUs or CPU sets, ala Solaris > processor_bind(), pset_bind(), etc. Once you have these, then I can > perhaps see a thrgrp_signal() or something similar since the thread > group would already be managable outside the context of a process. To be honest, I'm not entirely fond of adding this syscall either, but from an engineering point of view, it's really the easiest and cheapest solution right now. POSIX message queues aren't needed. Sigqueue() with sigval set to the thread id would be enough. Then whichever thread receives the signal can either handle it or dispatch it using thr_kill(). Sigqueue() doesn't exist in 6-STABLE though and as I understood will never be MFC'd, because it involves too many other things (signal queueing, ksiginfo,...), whereas thr_kill2() is entirely isolated and trivial to merge. Perhaps it should be stressed in documentation that this syscall is only meant for Wine and to be removed at some point when better solutions become available. I want to test this sigqueue solution some more, because the indirection in signal delivery causes trouble when a thread signals itself. I guess this would have to be special-cased somehow then. From owner-cvs-src@FreeBSD.ORG Sat Aug 18 19:45:36 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FF8916A417; Sat, 18 Aug 2007 19:45:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 074CE13C4D1; Sat, 18 Aug 2007 19:45:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 8A15947080; Sat, 18 Aug 2007 15:45:35 -0400 (EDT) Date: Sat, 18 Aug 2007 20:45:35 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tijl Coosemans In-Reply-To: <200708182118.37998.tijl@ulyssis.org> Message-ID: <20070818204223.D1234@fledge.watson.org> References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C4FD02.3090708@freebsd.org> <200708182118.37998.tijl@ulyssis.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: wine-freebsd@hub.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Daniel Eischen , David Xu , Xin LI Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 19:45:36 -0000 On Sat, 18 Aug 2007, Tijl Coosemans wrote: > To be honest, I'm not entirely fond of adding this syscall either, but from > an engineering point of view, it's really the easiest and cheapest solution > right now. > > POSIX message queues aren't needed. Sigqueue() with sigval set to the thread > id would be enough. Then whichever thread receives the signal can either > handle it or dispatch it using thr_kill(). > > Sigqueue() doesn't exist in 6-STABLE though and as I understood will never > be MFC'd, because it involves too many other things (signal queueing, > ksiginfo,...), whereas thr_kill2() is entirely isolated and trivial to > merge. > > Perhaps it should be stressed in documentation that this syscall is only > meant for Wine and to be removed at some point when better solutions become > available. I want to test this sigqueue solution some more, because the > indirection in signal delivery causes trouble when a thread signals itself. > I guess this would have to be special-cased somehow then. As a general rule, removing system calls is discouraged as it breaks backward compatibility allowing newer kernels to run older applications, so I think we should avoid adding a system call with the intent to remove it in mind at the time it's added :-). While thr_kill2() is imperfect from several perspectives, it is certainly a minimalist and logical construction that can be easily understood, and that's pretty valuable. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sat Aug 18 21:53:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4903D16A417; Sat, 18 Aug 2007 21:53:26 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39BFC13C45B; Sat, 18 Aug 2007 21:53:26 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7ILrPMp094060; Sat, 18 Aug 2007 21:53:25 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7ILrPeP094052; Sat, 18 Aug 2007 21:53:25 GMT (envelope-from kientzle) Message-Id: <200708182153.l7ILrPeP094052@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 18 Aug 2007 21:53:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c src/lib/libarchive/test test_read_format_gtar_sparse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2007 21:53:26 -0000 kientzle 2007-08-18 21:53:25 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c lib/libarchive/test test_read_format_gtar_sparse.c Log: This commit updates libarchive to be compatible with GNU tar 1.17's implementation of --posix --sparse, at the cost of losing compatibility with GNU tar 1.16. Fortunately, the 1.17 implementation actually makes sense, so the libarchive code is now a bit more straightforward than before. Background: GNU tar 1.16 defined a new way to store sparse files in --posix archives. Unfortunately, the implementation incorrectly inserted several blocks of null padding after each such entry. As a result, non-GNU tar implementations saw the archive as truncated after any sparse entry. This was fixed in GNU tar 1.17 at the cost of losing compatibility with GNU tar 1.16 for this new format (which is not the default, so hopefully rarely used). Libarchive recently gained support for reading the GNU tar 1.16 formats; this commit updates it to read the GNU tar 1.17 variant instead. Approved by: re (ksmith for libarchive portion) Approved by: re (blanket for libarchive_test portion) MFC after: 5 days Revision Changes Path 1.61 +63 -47 src/lib/libarchive/archive_read_support_format_tar.c 1.6 +534 -133 src/lib/libarchive/test/test_read_format_gtar_sparse.c