From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 09:07:53 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ECC61065746 for ; Sun, 4 Oct 2009 09:07:53 +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 7C6E78FC0A for ; Sun, 4 Oct 2009 09:07:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9497r2x067932 for ; Sun, 4 Oct 2009 09:07:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9497r8w067931 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 09:07:53 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200910040907.n9497r8w067931@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sun, 4 Oct 2009 09:07:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 09:07:53 -0000 delphij 2009-10-04 09:07:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 197738 on 2009-10-04 09:07:29Z by delphij MFC revision 197683: Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an old format ZFS, as defined in the manual page. Submitted by: pjd (response of my original patch but bugs are mine) Approved by: re (kib) Revision Changes Path 1.46.2.6 +4 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 10:38:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 628371065672 for ; Sun, 4 Oct 2009 10:38:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 373D68FC18 for ; Sun, 4 Oct 2009 10:38:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94AcJ3v076332 for ; Sun, 4 Oct 2009 10:38:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94AcJDI076331 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 10:38:19 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200910041038.n94AcJDI076331@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sun, 4 Oct 2009 10:38:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/tmpfs tmpfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 10:38:20 -0000 delphij 2009-10-04 10:38:04 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c Log: SVN rev 197740 on 2009-10-04 10:38:04Z by delphij Fix a bug that causes the fsx test case of mmap'ed page being out of sync of read/write, inspired by ZFS's counterpart. PR: kern/139312 Submitted by: gk@ MFC after: 1 week Revision Changes Path 1.32 +6 -2 src/sys/fs/tmpfs/tmpfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 10:54:40 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3D441065693 for ; Sun, 4 Oct 2009 10:54:40 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88EC28FC19 for ; Sun, 4 Oct 2009 10:54:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94AseJQ077450 for ; Sun, 4 Oct 2009 10:54:40 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94AseYH077449 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 10:54:40 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200910041054.n94AseYH077449@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Sun, 4 Oct 2009 10:54:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpmc Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 10:54:40 -0000 rpaulo 2009-10-04 10:54:20 UTC FreeBSD src repository Modified files: lib/libpmc Makefile Log: SVN rev 197741 on 2009-10-04 10:54:20Z by rpaulo Install x86 related man pages on x86 systems only. Reviewed by: jkoshy Revision Changes Path 1.13 +2 -0 src/lib/libpmc/Makefile From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 12:12:05 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37C471065697 for ; Sun, 4 Oct 2009 12:12:05 +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 0C3A68FC28 for ; Sun, 4 Oct 2009 12:12:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94CC41u084816 for ; Sun, 4 Oct 2009 12:12:04 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94CC4pY084815 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 12:12:04 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910041212.n94CC4pY084815@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 4 Oct 2009 12:11:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 12:12:05 -0000 kib 2009-10-04 12:11:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_sig.c Log: SVN rev 197742 on 2009-10-04 12:11:44Z by kib MFC r197660: Fix typo. Approved by: re (bz, kensmith) Revision Changes Path 1.372.2.2 +1 -1 src/sys/kern/kern_sig.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 12:15:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B63D31065783 for ; Sun, 4 Oct 2009 12:15:10 +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 8B02C8FC4D for ; Sun, 4 Oct 2009 12:15:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94CFAsp085064 for ; Sun, 4 Oct 2009 12:15:10 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94CFANi085054 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 12:15:10 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910041215.n94CFANi085054@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 4 Oct 2009 12:14:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 12:15:10 -0000 kib 2009-10-04 12:14:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/vm vm_map.c Log: SVN rev 197743 on 2009-10-04 12:14:49Z by kib MFC r197661: Move the annotation for vm_map_startup() immediately before the function. Approved by: re (bz, kensmith) Revision Changes Path 1.419.2.2 +16 -16 src/sys/vm/vm_map.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 12:22:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8861106568D for ; Sun, 4 Oct 2009 12:22:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5FAD8FC17 for ; Sun, 4 Oct 2009 12:22:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94CMujw085625 for ; Sun, 4 Oct 2009 12:22:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94CMu3a085624 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 12:22:56 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910041222.n94CMu3a085624@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 4 Oct 2009 12:20:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/amd64 initcpu.c src/sys/i386/i386 initcpu.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 12:22:56 -0000 kib 2009-10-04 12:20:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/amd64 initcpu.c sys/i386/i386 initcpu.c Log: SVN rev 197744 on 2009-10-04 12:20:59Z by kib MFC r197663: As a workaround, for Intel CPUs, do not use CLFLUSH in pmap_invalidate_cache_range() when self-snoop is apparently not reported in cpu features. Approved by: re (bz, kensmith) Revision Changes Path 1.54.2.2 +6 -0 src/sys/amd64/amd64/initcpu.c 1.62.2.2 +6 -0 src/sys/i386/i386/initcpu.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 13:00:49 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 655FC10657CB for ; Sun, 4 Oct 2009 13:00:49 +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 399898FC18 for ; Sun, 4 Oct 2009 13:00:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94D0nWG098505 for ; Sun, 4 Oct 2009 13:00:49 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94D0nn8098504 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 13:00:49 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910041300.n94D0nn8098504@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 4 Oct 2009 13:00:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 13:00:49 -0000 kib 2009-10-04 13:00:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_sig.c Log: SVN rev 197745 on 2009-10-04 13:00:27Z by kib MFC r197660: Fix typo. Revision Changes Path 1.349.2.9 +1 -1 src/sys/kern/kern_sig.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 13:03:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCF8810656AB for ; Sun, 4 Oct 2009 13:03:25 +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 778228FC18 for ; Sun, 4 Oct 2009 13:03:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94D3PUq099631 for ; Sun, 4 Oct 2009 13:03:25 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94D3PZn099630 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 13:03:25 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910041303.n94D3PZn099630@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 4 Oct 2009 13:03:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 13:03:25 -0000 kib 2009-10-04 13:03:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_map.c Log: SVN rev 197746 on 2009-10-04 13:03:07Z by kib MFC r197661: Move the annotation for vm_map_startup() immediately before the function. Revision Changes Path 1.388.2.9 +16 -16 src/sys/vm/vm_map.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 16:30:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AE710656CA for ; Sun, 4 Oct 2009 16:30:48 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 452588FC1C for ; Sun, 4 Oct 2009 16:30:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94GUmnP017652 for ; Sun, 4 Oct 2009 16:30:48 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94GUmEf017651 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 16:30:48 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200910041630.n94GUmEf017651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sun, 4 Oct 2009 16:30:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 16:30:48 -0000 simon 2009-10-04 16:30:33 UTC FreeBSD src repository Modified files: release/doc/share/misc man2hwnotes.pl Log: SVN rev 197747 on 2009-10-04 16:30:33Z by simon In lists, if there is a Li command remove it. This fixes markup for uath(4). MFC after: 3 days Reported by: Warren Block Revision Changes Path 1.16 +4 -0 src/release/doc/share/misc/man2hwnotes.pl From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 17:16:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5051A106568F for ; Sun, 4 Oct 2009 17:16:26 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2592D8FC22 for ; Sun, 4 Oct 2009 17:16:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94HGQ48032083 for ; Sun, 4 Oct 2009 17:16:26 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94HGQVI032082 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 17:16:26 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910041716.n94HGQVI032082@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 4 Oct 2009 17:16:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 17:16:26 -0000 jilles 2009-10-04 17:16:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin/sh sh.1 Log: SVN rev 197748 on 2009-10-04 17:16:11Z by jilles MFC r197371: Mention that NUL characters are not allowed in sh(1) input. I do not consider this a bug because POSIX permits it and argument strings and environment variables cannot contain '\0' anyway. PR: bin/25542 Revision Changes Path 1.125.2.2 +4 -0 src/bin/sh/sh.1 From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 17:23:02 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BBEC1065770 for ; Sun, 4 Oct 2009 17:23:02 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED5658FC17 for ; Sun, 4 Oct 2009 17:23:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94HN15g032593 for ; Sun, 4 Oct 2009 17:23:01 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94HN1AG032592 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 17:23:01 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910041723.n94HN1AG032592@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 4 Oct 2009 17:22:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 17:23:02 -0000 jilles 2009-10-04 17:22:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/find find.1 Log: SVN rev 197749 on 2009-10-04 17:22:51Z by jilles MFC r197363: Update find(1) man page for -L/-delete interaction. It is a bit unfortunate that the example to delete broken symlinks now uses rm(1), but allowing this with -delete would require fixing fts(3) to not imply FTS_NOCHDIR if FTS_LOGICAL is given (or hacks in the -delete option). PR: bin/90687 Revision Changes Path 1.82.2.1 +2 -1 src/usr.bin/find/find.1 From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 18:53:23 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 763911065697 for ; Sun, 4 Oct 2009 18:53:23 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE348FC0C for ; Sun, 4 Oct 2009 18:53:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94IrNU0040071 for ; Sun, 4 Oct 2009 18:53:23 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94IrNKr040070 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 18:53:23 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <200910041853.n94IrNKr040070@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sun, 4 Oct 2009 18:53:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c vm_page.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 18:53:23 -0000 alc 2009-10-04 18:53:10 UTC FreeBSD src repository Modified files: sys/vm vm_page.c vm_page.h Log: SVN rev 197750 on 2009-10-04 18:53:10Z by alc Align and pad the page queue and free page queue locks so that the linker can't possibly place them together within the same cache line. MFC after: 3 weeks Revision Changes Path 1.382 +2 -2 src/sys/vm/vm_page.c 1.159 +12 -2 src/sys/vm/vm_page.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 19:03:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E31EE1065817 for ; Sun, 4 Oct 2009 19:03:44 +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 740B68FC16 for ; Sun, 4 Oct 2009 19:03:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94J3iu7041828 for ; Sun, 4 Oct 2009 19:03:44 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94J3igA041827 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 19:03:44 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200910041903.n94J3igA041827@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 4 Oct 2009 19:03:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/controller ehci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 19:03:45 -0000 thompsa 2009-10-04 19:03:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/controller ehci.c Log: SVN rev 197751 on 2009-10-04 19:03:32Z by thompsa MFC r197682 EHCI Hardware BUG workaround The EHCI HW can use the qtd_next field instead of qtd_altnext when a short packet is received. This contradicts what is stated in the EHCI datasheet. Also the total-bytes field in the status field of the following TD gets corrupted upon reception of a short packet! We work this around in software by not queueing more than one job/TD at a time of up to 16Kbytes! The bug has been seen on multiple INTEL based EHCI chips. Other vendors have not been tested yet. - Applications using /dev/usb/X.Y.Z, where Z is non-zero are affected, but not applications using LibUSB v0.1, v1.2 and v2.0. - Mass Storage (umass) is affected. Approved by: re (kib) Revision Changes Path 1.26.2.2 +57 -21 src/sys/dev/usb/controller/ehci.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 19:43:50 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C41B610657B8 for ; Sun, 4 Oct 2009 19:43:50 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2F978FC16 for ; Sun, 4 Oct 2009 19:43:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94Jho52044821 for ; Sun, 4 Oct 2009 19:43:50 GMT (envelope-from das@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94JhonY044820 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 19:43:50 GMT (envelope-from das@repoman.freebsd.org) Message-Id: <200910041943.n94JhonY044820@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to das@repoman.freebsd.org using -f From: David Schultz Date: Sun, 4 Oct 2009 19:43:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio getdelim.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 19:43:50 -0000 das 2009-10-04 19:43:36 UTC FreeBSD src repository Modified files: lib/libc/stdio getdelim.c Log: SVN rev 197752 on 2009-10-04 19:43:36Z by das Better glibc compatibility for getline/getdelim: - Tolerate applications that pass a NULL pointer for the buffer and claim that the capacity of the buffer is nonzero. - If an application passes in a non-NULL buffer pointer and claims the buffer has zero capacity, we should free (well, realloc) it anyway. It could have been obtained from malloc(0), so failing to free it would be a small memory leak. MFC After: 2 weeks Reported by: naddy PR: ports/138320 Revision Changes Path 1.3 +2 -2 src/lib/libc/stdio/getdelim.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 19:44:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 825A310656A4 for ; Sun, 4 Oct 2009 19:44:56 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57C608FC1D for ; Sun, 4 Oct 2009 19:44:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94JiuEk044915 for ; Sun, 4 Oct 2009 19:44:56 GMT (envelope-from das@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94Jiu68044914 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 19:44:56 GMT (envelope-from das@repoman.freebsd.org) Message-Id: <200910041944.n94Jiu68044914@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to das@repoman.freebsd.org using -f From: David Schultz Date: Sun, 4 Oct 2009 19:44:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/libc/stdio test-getdelim.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 19:44:56 -0000 das 2009-10-04 19:44:41 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/stdio test-getdelim.c Log: SVN rev 197753 on 2009-10-04 19:44:41Z by das Regression tests for r197752 (handling of empty/NULL buffers). Revision Changes Path 1.3 +20 -1 src/tools/regression/lib/libc/stdio/test-getdelim.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 21:47:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D38106568B for ; Sun, 4 Oct 2009 21:47:08 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAC68FC17 for ; Sun, 4 Oct 2009 21:47:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94Ll8cf065860 for ; Sun, 4 Oct 2009 21:47:08 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94Ll8Sq065859 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 21:47:08 GMT (envelope-from marcus@repoman.freebsd.org) Message-Id: <200910042147.n94Ll8Sq065859@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcus@repoman.freebsd.org using -f From: Joe Marcus Clarke Date: Sun, 4 Oct 2009 21:46:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 21:47:08 -0000 marcus 2009-10-04 21:46:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/gen _pthread_stubs.c Log: SVN rev 197758 on 2009-10-04 21:46:43Z by marcus MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthread_mutexattr_settype() invocations, especially when it comes to pulseaudio. Approved by: re (kib) Revision Changes Path 1.13.10.2 +1 -1 src/lib/libc/gen/_pthread_stubs.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 21:48:29 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95C071065745 for ; Sun, 4 Oct 2009 21:48:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA278FC1B for ; Sun, 4 Oct 2009 21:48:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94LmTWO065964 for ; Sun, 4 Oct 2009 21:48:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94LmT4i065963 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 21:48:29 GMT (envelope-from marcus@repoman.freebsd.org) Message-Id: <200910042148.n94LmT4i065963@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcus@repoman.freebsd.org using -f From: Joe Marcus Clarke Date: Sun, 4 Oct 2009 21:48:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 21:48:29 -0000 marcus 2009-10-04 21:48:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/gen _pthread_stubs.c Log: SVN rev 197759 on 2009-10-04 21:48:17Z by marcus MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthread_mutexattr_settype() invocations, especially when it comes to pulseaudio. Approved by: kib Revision Changes Path 1.13.2.1 +1 -1 src/lib/libc/gen/_pthread_stubs.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 21:50:50 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE54106568B for ; Sun, 4 Oct 2009 21:50:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73AE08FC2D for ; Sun, 4 Oct 2009 21:50:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94LootZ066166 for ; Sun, 4 Oct 2009 21:50:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94LooHE066165 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 21:50:50 GMT (envelope-from marcus@repoman.freebsd.org) Message-Id: <200910042150.n94LooHE066165@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcus@repoman.freebsd.org using -f From: Joe Marcus Clarke Date: Sun, 4 Oct 2009 21:50:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 21:50:50 -0000 marcus 2009-10-04 21:50:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen _pthread_stubs.c Log: SVN rev 197760 on 2009-10-04 21:50:29Z by marcus MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthread_mutexattr_settype() invocations, especially when it comes to pulseaudio. Approved by: kib Revision Changes Path 1.11.8.2 +1 -1 src/lib/libc/gen/_pthread_stubs.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 23:30:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 922B6106566B for ; Sun, 4 Oct 2009 23:30:27 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 662978FC0A for ; Sun, 4 Oct 2009 23:30:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94NURFF075205 for ; Sun, 4 Oct 2009 23:30:27 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94NURZj075204 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 23:30:27 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200910042330.n94NURZj075204@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Sun, 4 Oct 2009 23:30:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs src/sys/dev/usb/wlan if_urtw.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 23:30:27 -0000 weongyo 2009-10-04 23:30:08 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs sys/dev/usb/wlan if_urtw.c Log: SVN rev 197761 on 2009-10-04 23:30:08Z by weongyo updates device entries supported with the product name not magic numbers and sorts entries. WUSB54GCV2 is added. Obtained from: OpenBSD Revision Changes Path 1.424 +10 -0 src/sys/dev/usb/usbdevs 1.11 +12 -11 src/sys/dev/usb/wlan/if_urtw.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 01:31:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33B2B1065740 for ; Mon, 5 Oct 2009 01:31:24 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCEA68FC12 for ; Mon, 5 Oct 2009 01:31:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n951VOQp096144 for ; Mon, 5 Oct 2009 01:31:24 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n951VOf7096143 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 01:31:24 GMT (envelope-from mjacob@repoman.freebsd.org) Message-Id: <200910050131.n951VOf7096143@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mjacob@repoman.freebsd.org using -f From: Matt Jacob Date: Mon, 5 Oct 2009 01:31:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs growfs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 01:31:25 -0000 mjacob 2009-10-05 01:31:16 UTC FreeBSD src repository Modified files: sbin/growfs growfs.c Log: SVN rev 197763 on 2009-10-05 01:31:16Z by mjacob The cylinder group tag cg_initediblk needs to match the number of inodes actually initialized. In the growfs case for UFS2, no inodes were actually being initialized and the number of inodes noted as initialized was the number of inodes per group. This created a filesystem that was deemed corrupted because the inodes thus added were full of garbage. MFC after: 1 month Revision Changes Path 1.27 +8 -2 src/sbin/growfs/growfs.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 07:14:19 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D5AB1065670 for ; Mon, 5 Oct 2009 07:14:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE218FC14 for ; Mon, 5 Oct 2009 07:14:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n957EJ3l036857 for ; Mon, 5 Oct 2009 07:14:19 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n957EJ4G036856 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 07:14:19 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200910050714.n957EJ4G036856@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Mon, 5 Oct 2009 07:11:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include langinfo.h src/usr.bin/locale locale.1 locale.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 07:14:19 -0000 edwin 2009-10-05 07:11:19 UTC FreeBSD src repository Modified files: include langinfo.h usr.bin/locale locale.1 locale.c Log: SVN rev 197764 on 2009-10-05 07:11:19Z by edwin Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. Also modify the "-k list" option to display only fields with a certain prefix. MFC after: 1 week Revision Changes Path 1.7 +14 -0 src/include/langinfo.h 1.9 +8 -2 src/usr.bin/locale/locale.1 1.16 +32 -6 src/usr.bin/locale/locale.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 07:15:55 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD89106568D for ; Mon, 5 Oct 2009 07:15:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C31AD8FC17 for ; Mon, 5 Oct 2009 07:15:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n957FtrG037015 for ; Mon, 5 Oct 2009 07:15:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n957FtbQ037014 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 07:15:55 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200910050715.n957FtbQ037014@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Mon, 5 Oct 2009 07:13:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale nl_langinfo.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 07:15:56 -0000 edwin 2009-10-05 07:13:15 UTC FreeBSD src repository Modified files: lib/libc/locale nl_langinfo.c Log: SVN rev 197765 on 2009-10-05 07:13:15Z by edwin Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. Also modify the "-k list" option to display only fields with a certain prefix. MFC after: 1 week Revision Changes Path 1.18 +6 -0 src/lib/libc/locale/nl_langinfo.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 07:21:46 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0DA1065695 for ; Mon, 5 Oct 2009 07:21:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51BB18FC24 for ; Mon, 5 Oct 2009 07:21:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n957LkM3037480 for ; Mon, 5 Oct 2009 07:21:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n957LkVu037479 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 07:21:46 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200910050721.n957LkVu037479@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Mon, 5 Oct 2009 07:21:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/locale locale.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 07:21:46 -0000 edwin 2009-10-05 07:21:21 UTC FreeBSD src repository Modified files: usr.bin/locale locale.c Log: SVN rev 197766 on 2009-10-05 07:21:21Z by edwin Backout changes for c_fmt, x_fmt and X_fmt, they were coming from the wrong patches. Apologies. Revision Changes Path 1.17 +0 -3 src/usr.bin/locale/locale.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 08:44:53 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42D6D1065692 for ; Mon, 5 Oct 2009 08:44:53 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0DD8FC15 for ; Mon, 5 Oct 2009 08:44:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n958irRt044331 for ; Mon, 5 Oct 2009 08:44:53 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n958irlc044330 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 08:44:53 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200910050844.n958irlc044330@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Mon, 5 Oct 2009 08:44:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum_create.c geom_vinum_events.c geom_vinum_init.c geom_vinum_move.c geom_vinum_rm.c geom_vinum_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 08:44:53 -0000 lulf 2009-10-05 08:44:31 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_create.c geom_vinum_events.c geom_vinum_init.c geom_vinum_move.c geom_vinum_rm.c geom_vinum_subr.c Log: SVN rev 197767 on 2009-10-05 08:44:31Z by lulf - Improve error message consistency and wording. Revision Changes Path 1.3 +9 -9 src/sys/geom/vinum/geom_vinum_create.c 1.3 +1 -1 src/sys/geom/vinum/geom_vinum_events.c 1.15 +3 -3 src/sys/geom/vinum/geom_vinum_init.c 1.6 +2 -2 src/sys/geom/vinum/geom_vinum_move.c 1.19 +4 -4 src/sys/geom/vinum/geom_vinum_rm.c 1.21 +2 -2 src/sys/geom/vinum/geom_vinum_subr.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 09:26:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6093D1065672 for ; Mon, 5 Oct 2009 09:26:44 +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 3489E8FC1B for ; Mon, 5 Oct 2009 09:26:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n959QhMi058491 for ; Mon, 5 Oct 2009 09:26:43 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n959Qho6058490 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 09:26:43 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200910050926.n959Qho6058490@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Mon, 5 Oct 2009 09:26:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/pam.d kde other sshd system telnetd X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 09:26:44 -0000 des 2009-10-05 09:26:22 UTC FreeBSD src repository Modified files: etc/pam.d kde other sshd system telnetd Log: SVN rev 197768 on 2009-10-05 09:26:22Z by des Change the pam_ssh examples: if you use it, you probably want want_agent. MFC after: 3 weeks Revision Changes Path 1.8 +1 -1 src/etc/pam.d/kde 1.12 +1 -1 src/etc/pam.d/other 1.17 +1 -1 src/etc/pam.d/sshd 1.2 +1 -1 src/etc/pam.d/system 1.9 +1 -1 src/etc/pam.d/telnetd From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 09:29:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013361065676 for ; Mon, 5 Oct 2009 09:29:06 +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 7E2F68FC1C for ; Mon, 5 Oct 2009 09:29:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n959T4WM058656 for ; Mon, 5 Oct 2009 09:29:04 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n959T47a058655 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 09:29:04 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200910050929.n959T47a058655@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Mon, 5 Oct 2009 09:28:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/pam.d ftpd kde other sshd system telnetd xdm X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 09:29:06 -0000 des 2009-10-05 09:28:54 UTC FreeBSD src repository Modified files: etc/pam.d ftpd kde other sshd system telnetd xdm Log: SVN rev 197769 on 2009-10-05 09:28:54Z by des tabify MFC after: 3 weeks Revision Changes Path 1.20 +2 -2 src/etc/pam.d/ftpd 1.9 +2 -2 src/etc/pam.d/kde 1.13 +2 -2 src/etc/pam.d/other 1.18 +2 -2 src/etc/pam.d/sshd 1.3 +2 -2 src/etc/pam.d/system 1.10 +2 -2 src/etc/pam.d/telnetd 1.12 +2 -2 src/etc/pam.d/xdm From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 10:09:11 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C48510656A7 for ; Mon, 5 Oct 2009 10:09:11 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 007048FC16 for ; Mon, 5 Oct 2009 10:09:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95A9AKl062437 for ; Mon, 5 Oct 2009 10:09:10 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95A9ANR062436 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 10:09:10 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200910051009.n95A9ANR062436@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Mon, 5 Oct 2009 10:08:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 10:09:11 -0000 stas 2009-10-05 10:08:58 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: SVN rev 197770 on 2009-10-05 10:08:58Z by stas - Drop unused pmap_use_l1 function and comment out currently unused pmap_dcache_wbinv_all/pmap_copy_page functions which we might want to take advatage of later. This fixes the build with PMAP_DEBUG defined. Discussed with: cognet Revision Changes Path 1.115 +8 -46 src/sys/arm/arm/pmap.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 14:03:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F3D21065698 for ; Mon, 5 Oct 2009 14:03:48 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 444258FC1E for ; Mon, 5 Oct 2009 14:03:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95E3mxP093447 for ; Mon, 5 Oct 2009 14:03:48 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95E3mcO093446 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 14:03:48 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <200910051403.n95E3mcO093446@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Mon, 5 Oct 2009 14:03:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 14:03:48 -0000 nyan 2009-10-05 14:03:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files Log: SVN rev 197771 on 2009-10-05 14:03:26Z by nyan MFC: revision 197709 Fix build nfscl and/or nfsd. Approved by: re (kib) Revision Changes Path 1.1459.2.2 +6 -6 src/sys/conf/files From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 14:13:24 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF1FC1065696 for ; Mon, 5 Oct 2009 14:13:23 +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 B8D4E8FC13 for ; Mon, 5 Oct 2009 14:13:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95EDNrd094232 for ; Mon, 5 Oct 2009 14:13:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95EDNq0094231 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 14:13:23 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200910051413.n95EDNq0094231@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 5 Oct 2009 14:13:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ppbus lpt.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 14:13:24 -0000 jhb 2009-10-05 14:13:16 UTC FreeBSD src repository Modified files: sys/dev/ppbus lpt.c Log: SVN rev 197772 on 2009-10-05 14:13:16Z by jhb When the timeout backoff hits the maximum value, leave it capped at the maximum value rather than setting it to the result of a boolean expression that is always true. Submitted by: Joseph Kong MFC after: 1 month Revision Changes Path 1.50 +1 -1 src/sys/dev/ppbus/lpt.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 14:28:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDAF91065740 for ; Mon, 5 Oct 2009 14:28:44 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB8D88FC0A for ; Mon, 5 Oct 2009 14:28:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95ESinm095331 for ; Mon, 5 Oct 2009 14:28:44 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95ESiL6095330 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 14:28:44 GMT (envelope-from gallatin@repoman.freebsd.org) Message-Id: <200910051428.n95ESiL6095330@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gallatin@repoman.freebsd.org using -f From: Andrew Gallatin Date: Mon, 5 Oct 2009 14:28:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mxge if_mxge.c if_mxge_var.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 14:28:44 -0000 gallatin 2009-10-05 14:28:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mxge if_mxge.c if_mxge_var.h Log: SVN rev 197773 on 2009-10-05 14:28:23Z by gallatin MFC:197645 Two more mxge watchdog fixes 1) Restore the PCI Express control register after a watchdog reset. This is required because the device will come out of watchdog reset with the pectl reg at its default state, and important BIOS configuration (like max payload size) could be lost. 2) Call mxge_start_locked() for every tx queue before dropping the lock in the watchdog handler. This is required, as the queue's buf ring may have filled during the reset. Approved by: re (kib) Revision Changes Path 1.64.2.3 +13 -4 src/sys/dev/mxge/if_mxge.c 1.30.2.2 +1 -0 src/sys/dev/mxge/if_mxge_var.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 14:49:40 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F2A106568B for ; Mon, 5 Oct 2009 14:49:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A508F8FC20 for ; Mon, 5 Oct 2009 14:49:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95Enega096885 for ; Mon, 5 Oct 2009 14:49:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95EneJu096884 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 14:49:40 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910051449.n95EneJu096884@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 14:49:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 14:49:40 -0000 rwatson 2009-10-05 14:49:16 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: SVN rev 197775 on 2009-10-05 14:49:16Z by rwatson First cut at implementing SOCK_SEQPACKET support for UNIX (local) domain sockets. This allows for reliable bi-directional datagram communication over UNIX domain sockets, in contrast to SOCK_DGRAM (M:N, unreliable) or SOCK_STERAM (bi-directional bytestream). Largely, this reuses existing UNIX domain socket code. This allows applications requiring record- oriented semantics to do so reliably via local IPC. Some implementation notes (also present in XXX comments): - Currently we lack an sbappend variant able to do datagrams and control data without doing addresses, so we mark SOCK_SEQPACKET as PR_ADDR. Adding a new variant will solve this problem. - UNIX domain sockets on FreeBSD provide back-pressure/flow control notification for stream sockets by manipulating the send socket buffer's size during pru_send and pru_rcvd. This trick works less well for SOCK_SEQPACKET as sosend_generic() uses sb_hiwat not just to manage blocking, but also to determine maximum datagram size. Fixing this requires rethinking how back-pressure is done for SOCK_SEQPACKET; in the mean time, it's possible to get EMSGSIZE when buffers fill, instead of blocking. Discussed with: benl Reviewed by: bz, rpaulo MFC after: 3 months Sponsored by: Google Revision Changes Path 1.234 +123 -16 src/sys/kern/uipc_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 15:06:01 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A86CC1065743 for ; Mon, 5 Oct 2009 15:06:01 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CFB68FC19 for ; Mon, 5 Oct 2009 15:06:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95F615K099071 for ; Mon, 5 Oct 2009 15:06:01 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95F61vO099070 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 15:06:01 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200910051506.n95F61vO099070@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Mon, 5 Oct 2009 15:05:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc committers-src.dot X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 15:06:01 -0000 jh 2009-10-05 15:05:43 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 197776 on 2009-10-05 15:05:43Z by jh Add myself. Approved by: trasz (mentor) Revision Changes Path 1.99 +4 -0 src/share/misc/committers-src.dot From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 15:06:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BDF4106568D for ; Mon, 5 Oct 2009 15:06:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79BAA8FC0C for ; Mon, 5 Oct 2009 15:06:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95F6bP9099129 for ; Mon, 5 Oct 2009 15:06:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95F6baL099128 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 15:06:37 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910051506.n95F6baL099128@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 15:06:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat main.c netstat.h unix.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 15:06:37 -0000 rwatson 2009-10-05 15:06:14 UTC FreeBSD src repository Modified files: usr.bin/netstat main.c netstat.h unix.c Log: SVN rev 197777 on 2009-10-05 15:06:14Z by rwatson netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were required only for the kvm case, as we supported SOCK_SEQPACKET via sysctl already. Sponsored by: Google MFC after: 3 months Revision Changes Path 1.98 +4 -1 src/usr.bin/netstat/main.c 1.60 +1 -1 src/usr.bin/netstat/netstat.h 1.23 +21 -5 src/usr.bin/netstat/unix.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 15:07:58 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE27F106578E for ; Mon, 5 Oct 2009 15:07:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 832018FC16 for ; Mon, 5 Oct 2009 15:07:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95F7wPQ099218 for ; Mon, 5 Oct 2009 15:07:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95F7wYg099217 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 15:07:58 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910051507.n95F7wYg099217@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 15:07:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 unix.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 15:07:58 -0000 rwatson 2009-10-05 15:07:44 UTC FreeBSD src repository Modified files: share/man/man4 unix.4 Log: SVN rev 197778 on 2009-10-05 15:07:44Z by rwatson SOCK_SEQPACKET is now supported on UNIX domain sockets. Sponsored by: Google MFC after: 3 months Revision Changes Path 1.14 +9 -4 src/share/man/man4/unix.4 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 15:15:34 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CE191065693 for ; Mon, 5 Oct 2009 15:15:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 717658FC14 for ; Mon, 5 Oct 2009 15:15:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95FFYC0099802 for ; Mon, 5 Oct 2009 15:15:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95FFYMT099801 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 15:15:34 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910051515.n95FFYMT099801@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 15:15:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 unix.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 15:15:34 -0000 rwatson 2009-10-05 15:15:13 UTC FreeBSD src repository Modified files: share/man/man4 unix.4 Log: SVN rev 197779 on 2009-10-05 15:15:13Z by rwatson Bump unix(4) man page date for SOCK_SEQPACKET. Suggested by: bz MFC after: 3 months Revision Changes Path 1.15 +1 -1 src/share/man/man4/unix.4 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 15:16:40 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC50C106568F for ; Mon, 5 Oct 2009 15:16:40 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCA88FC0C for ; Mon, 5 Oct 2009 15:16:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95FGexn099890 for ; Mon, 5 Oct 2009 15:16:40 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95FGeMv099889 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 15:16:40 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <200910051516.n95FGeMv099889@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Mon, 5 Oct 2009 15:16:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile fetch.9 store.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 15:16:40 -0000 trasz 2009-10-05 15:16:28 UTC FreeBSD src repository Modified files: share/man/man9 Makefile fetch.9 store.9 Log: SVN rev 197780 on 2009-10-05 15:16:28Z by trasz Make fetch(9) and store(9) manual pages closer to reality. Revision Changes Path 1.361 +8 -4 src/share/man/man9/Makefile 1.11 +25 -13 src/share/man/man9/fetch.9 1.12 +21 -12 src/share/man/man9/store.9 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 15:27:17 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 320B010656A3 for ; Mon, 5 Oct 2009 15:27:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E1FA8FC1A for ; Mon, 5 Oct 2009 15:27:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95FRHuF000781 for ; Mon, 5 Oct 2009 15:27:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95FRG7X000780 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 15:27:16 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910051527.n95FRG7X000780@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 15:27:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/sockets/unix_seqpacket Makefile unix_seqpacket.c src/tools/regression/sockets/unix_seqpacket_exercise Makefile unix_seqpacket_exercise.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 15:27:17 -0000 rwatson 2009-10-05 15:27:01 UTC FreeBSD src repository Added files: tools/regression/sockets/unix_seqpacket Makefile unix_seqpacket.c tools/regression/sockets/unix_seqpacket_exercise Makefile unix_seqpacket_exercise.c Log: SVN rev 197781 on 2009-10-05 15:27:01Z by rwatson A few regression tests for SOCK_SEQPACKET UNIX domain sockets. Sponsored by: Google Revision Changes Path 1.1 +9 -0 src/tools/regression/sockets/unix_seqpacket/Makefile (new) 1.1 +140 -0 src/tools/regression/sockets/unix_seqpacket/unix_seqpacket.c (new) 1.1 +9 -0 src/tools/regression/sockets/unix_seqpacket_exercise/Makefile (new) 1.1 +435 -0 src/tools/regression/sockets/unix_seqpacket_exercise/unix_seqpacket_exercise.c (new) From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 16:27:13 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A9B1065670 for ; Mon, 5 Oct 2009 16:27:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15DCC8FC4C for ; Mon, 5 Oct 2009 16:27:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95GRCHJ006077 for ; Mon, 5 Oct 2009 16:27:12 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95GRC00006076 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 16:27:12 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <200910051627.n95GRC00006076@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Mon, 5 Oct 2009 16:26:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata/chipsets ata-ati.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 16:27:13 -0000 jkim 2009-10-05 16:26:54 UTC FreeBSD src repository Modified files: sys/dev/ata/chipsets ata-ati.c Log: SVN rev 197783 on 2009-10-05 16:26:54Z by jkim - Revert r191568 partially. Forcing AHCI mode by changing device subclass and progif is evil. It doesn't work reliably[1] and we should honor BIOS configuration by the user. - If the SATA controller is enbled but combined mode is disabled, mask off the emulated IDE channel on the legacy IDE controller. Pointed out by: mav[1] Revision Changes Path 1.4 +31 -63 src/sys/dev/ata/chipsets/ata-ati.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 18:20:49 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3C851065744 for ; Mon, 5 Oct 2009 18:20:49 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A996F8FC08 for ; Mon, 5 Oct 2009 18:20:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95IKnji026704 for ; Mon, 5 Oct 2009 18:20:49 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95IKnU5026703 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 18:20:49 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <200910051820.n95IKnU5026703@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Mon, 5 Oct 2009 18:20:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT mentors X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 18:20:49 -0000 gnn 2009-10-05 18:20:36 UTC FreeBSD src repository Modified files: . mentors Log: SVN rev 197784 on 2009-10-05 18:20:36Z by gnn Free Navdeep from membership and promote him to project status. Revision Changes Path 1.53 +0 -1 CVSROOT/mentors From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 18:55:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4C1106575A for ; Mon, 5 Oct 2009 18:55:26 +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 D6FE68FC08 for ; Mon, 5 Oct 2009 18:55:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95ItPtU029129 for ; Mon, 5 Oct 2009 18:55:25 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95ItPvo029128 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 18:55:25 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200910051855.n95ItPvo029128@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Mon, 5 Oct 2009 18:55:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh ssh_namespace.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 18:55:26 -0000 des 2009-10-05 18:55:13 UTC FreeBSD src repository Modified files: crypto/openssh ssh_namespace.h Log: SVN rev 197785 on 2009-10-05 18:55:13Z by des Add more symbols that need to be masked: - initialized and uninitialized data - symbols from roaming_dummy.c which end up in pam_ssh Update the command line used to generate the #defines. Revision Changes Path 1.8 +19 -1 src/crypto/openssh/ssh_namespace.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 18:56:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B30C1065672 for ; Mon, 5 Oct 2009 18:56:31 +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 5FC6D8FC1E for ; Mon, 5 Oct 2009 18:56:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95IuVF6029207 for ; Mon, 5 Oct 2009 18:56:31 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95IuVFE029206 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 18:56:31 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200910051856.n95IuVFE029206@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Mon, 5 Oct 2009 18:56:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 18:56:31 -0000 des 2009-10-05 18:56:18 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: SVN rev 197786 on 2009-10-05 18:56:18Z by des pam_ssh needs roaming_dummy to link correctly against libssh. Revision Changes Path 1.26 +3 -0 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 19:29:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8CA61065692 for ; Mon, 5 Oct 2009 19:29:37 +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 C6BE68FC0A for ; Mon, 5 Oct 2009 19:29:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95JTb2F032489 for ; Mon, 5 Oct 2009 19:29:37 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95JTbZN032488 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 19:29:37 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200910051929.n95JTbZN032488@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 5 Oct 2009 19:29:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/de if_de.c if_devar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 19:29:37 -0000 yongari 2009-10-05 19:29:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/de if_de.c if_devar.h Log: SVN rev 197787 on 2009-10-05 19:29:25Z by yongari MFC r197461: Use __NO_STRICT_ALIGNMENT to determine whether de(4) have to apply alignment fixup code for received frames on strict alignment architectures. MFC r197463: Consistently use bus_addr_t. MFC r197464: Destroy dmamap in dma cleanup. MFC r197465: Align Tx/Rx descriptors on 32 bytes boundary instead of PAGE_SIZE. Also align setup descriptor on 32 bytes boundary. Tx buffer have no alignment limitation so create dmamap without alignment restriction[1]. Rx buffer still seems to require 4 bytes alignment limitation but we can simply use MCLBYTES for size to map the buffer instead of TULIP_DATA_PER_DESC as the buffer is allocated with m_getcl(9). de(4) supports up to TULIP_MAX_TXSEG segments for Tx buffers, increase maximum dma segment size to TULIP_MAX_TXSEG * MCLBYTES. While I'm here remove TULIP_DATA_PER_DESC as it is not used anymore. This should fix de(4) breakage introduced after r176206. Submitted by: jhb [1] Reported by: WATANABE Kazuhiro < CQG00620 <> nifty dot ne dot jp > Tested by: WATANABE Kazuhiro < CQG00620 <> nifty dot ne dot jp >, Takahashi Yoshihiro < nyan <> jp dot freebsd dot org > Approved by: re (kib) Revision Changes Path 1.186.2.2 +19 -18 src/sys/dev/de/if_de.c 1.45.10.2 +2 -6 src/sys/dev/de/if_devar.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 19:29:58 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE65A106575A for ; Mon, 5 Oct 2009 19:29:58 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82DA68FC16 for ; Mon, 5 Oct 2009 19:29:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95JTwtZ032529 for ; Mon, 5 Oct 2009 19:29:58 GMT (envelope-from bcr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95JTwuq032528 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 19:29:58 GMT (envelope-from bcr@repoman.freebsd.org) Message-Id: <200910051929.n95JTwuq032528@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bcr@repoman.freebsd.org using -f From: Benedict Reuschling Date: Mon, 5 Oct 2009 19:29:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 19:29:58 -0000 bcr 2009-10-05 19:29:49 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: SVN rev 197788 on 2009-10-05 19:29:49Z by bcr Belatedly add my calendar entry. Discussed with: remko Approved by: remko, jkois (mentor) Revision Changes Path 1.253 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 19:57:19 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C036A1065698 for ; Mon, 5 Oct 2009 19:57:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9567A8FC1B for ; Mon, 5 Oct 2009 19:57:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95JvJhD034500 for ; Mon, 5 Oct 2009 19:57:19 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95JvJ44034499 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 19:57:19 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <200910051957.n95JvJ44034499@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Mon, 5 Oct 2009 19:56:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_acl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 19:57:19 -0000 trasz 2009-10-05 19:56:56 UTC FreeBSD src repository Modified files: sys/kern vfs_acl.c Log: SVN rev 197789 on 2009-10-05 19:56:56Z by trasz Fix NFSv4 ACLs on sparc64. Turns out that fuword(9) fetches 64 bits instead of sizeof(int), and on sparc64 that resulted in fetching wrong value for acl_maxcnt, which in turn caused __acl_get_link(2) to fail with EINVAL. PR: sparc64/139304 Submitted by: Dmitry Afanasiev Revision Changes Path 1.64 +1 -1 src/sys/kern/vfs_acl.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 20:11:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D9A31065694 for ; Mon, 5 Oct 2009 20:11:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 231CA8FC25 for ; Mon, 5 Oct 2009 20:11:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95KBuFG036562 for ; Mon, 5 Oct 2009 20:11:56 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95KBuWw036561 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 20:11:56 GMT (envelope-from hrs@repoman.freebsd.org) Message-Id: <200910052011.n95KBuWw036561@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hrs@repoman.freebsd.org using -f From: Hiroki Sato Date: Mon, 5 Oct 2009 20:11:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 20:11:56 -0000 hrs 2009-10-05 20:11:33 UTC FreeBSD src repository Modified files: etc rc.subr Log: SVN rev 197790 on 2009-10-05 20:11:33Z by hrs Fix a case when both ${name}_program and ${command} are defined. Spotted by: Michio "Karl" Jinbo Revision Changes Path 1.91 +1 -1 src/etc/rc.subr From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 20:22:36 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76DE1065672 for ; Mon, 5 Oct 2009 20:22:36 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 926AB8FC15 for ; Mon, 5 Oct 2009 20:22:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95KMa8M037363 for ; Mon, 5 Oct 2009 20:22:36 GMT (envelope-from np@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95KMapb037362 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 20:22:36 GMT (envelope-from np@repoman.freebsd.org) Message-Id: <200910052022.n95KMapb037362@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to np@repoman.freebsd.org using -f From: Navdeep Parhar Date: Mon, 5 Oct 2009 20:21:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_osdep.h cxgb_t3fw.h src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_aq100x.c cxgb_common.h cxgb_mv88e1xxx.c cxgb_regs.h cxgb_t3_hw.c cxgb_tn1010.c cxgb_vsc8211.c cxgb_xgmac.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 20:22:36 -0000 np 2009-10-05 20:21:41 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_osdep.h cxgb_t3fw.h sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_mv88e1xxx.c cxgb_regs.h cxgb_t3_hw.c cxgb_tn1010.c cxgb_vsc8211.c cxgb_xgmac.c sys/modules/cxgb/cxgb Makefile Added files: sys/dev/cxgb/common cxgb_aq100x.c Log: SVN rev 197791 on 2009-10-05 20:21:41Z by np cxgb(4) updates, including: - support for the new Gen-2, BT, and LP-CR cards. - T3 firmware 7.7.0 - shared "common code" updates. Approved by: gnn (mentor) Obtained from: Chelsio MFC after: 1 month Revision Changes Path 1.1475 +2 -0 src/sys/conf/files 1.14 +846 -113 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.1 +544 -0 src/sys/dev/cxgb/common/cxgb_aq100x.c (new) 1.16 +29 -13 src/sys/dev/cxgb/common/cxgb_common.h 1.6 +3 -2 src/sys/dev/cxgb/common/cxgb_mv88e1xxx.c 1.5 +28 -0 src/sys/dev/cxgb/common/cxgb_regs.h 1.20 +239 -34 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.3 +2 -2 src/sys/dev/cxgb/common/cxgb_tn1010.c 1.7 +52 -2 src/sys/dev/cxgb/common/cxgb_vsc8211.c 1.14 +108 -57 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.48 +1 -3 src/sys/dev/cxgb/cxgb_adapter.h 1.93 +35 -10 src/sys/dev/cxgb/cxgb_main.c 1.32 +15 -13 src/sys/dev/cxgb/cxgb_osdep.h 1.3 +2504 -2345 src/sys/dev/cxgb/cxgb_t3fw.h 1.15 +1 -1 src/sys/modules/cxgb/cxgb/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 21:11:17 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA2810657B7 for ; Mon, 5 Oct 2009 21:11:17 +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 C90C68FC18 for ; Mon, 5 Oct 2009 21:11:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95LBHKd052119 for ; Mon, 5 Oct 2009 21:11:17 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95LBHr3052118 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 21:11:17 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200910052111.n95LBHr3052118@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 5 Oct 2009 21:11:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen fts.3 fts.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 21:11:17 -0000 delphij 2009-10-05 21:11:04 UTC FreeBSD src repository Modified files: lib/libc/gen fts.3 fts.c Log: SVN rev 197793 on 2009-10-05 21:11:04Z by delphij fts_open() requires that the list passed as argument to contain at least one path. When the list is empty (contain only a NULL pointer), return EINVAL instead of pretending to succeed, which will cause a NULL pointer deference in a later fts_read() call. Noticed by: Christoph Mallon (via rdivacky@) MFC after: 2 weeks Revision Changes Path 1.25 +2 -2 src/lib/libc/gen/fts.3 1.31 +6 -0 src/lib/libc/gen/fts.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 22:23:24 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DB121065676 for ; Mon, 5 Oct 2009 22:23:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22D658FC16 for ; Mon, 5 Oct 2009 22:23:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95MNOvO058183 for ; Mon, 5 Oct 2009 22:23:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95MNOHq058182 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 22:23:24 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910052223.n95MNOHq058182@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 22:23:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 22:23:24 -0000 rwatson 2009-10-05 22:23:12 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: SVN rev 197794 on 2009-10-05 22:23:12Z by rwatson Fix build on amd64, where sysctl arg1 is a pointer. Reported by: Mr Tinderbox MFC after: 3 months Revision Changes Path 1.235 +1 -1 src/sys/kern/uipc_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 22:24:29 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA9EA10656AA for ; Mon, 5 Oct 2009 22:24:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 997C78FC27 for ; Mon, 5 Oct 2009 22:24:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n95MOTqN058261 for ; Mon, 5 Oct 2009 22:24:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n95MOTmO058260 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 22:24:29 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910052224.n95MOTmO058260@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 5 Oct 2009 22:24:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 22:24:29 -0000 rwatson 2009-10-05 22:24:13 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: SVN rev 197795 on 2009-10-05 22:24:13Z by rwatson In tcp_input(), we acquire a global write lock at first only if a segment is likely to trigger a TCP state change (i.e., FIN/RST/SYN). If we later have to upgrade the lock, we acquire an inpcb reference and drop both global/inpcb locks before reacquiring in-order. In that gap, the connection may transition into TIMEWAIT, so we need to loop back and reevaluate the inpcb after relocking. MFC after: 3 days Reported by: Kamigishi Rei Reviewed by: bz Revision Changes Path 1.412 +4 -1 src/sys/netinet/tcp_input.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 02:13:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FD2B10656EB for ; Tue, 6 Oct 2009 02:13:43 +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 745BD8FC1F for ; Tue, 6 Oct 2009 02:13:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n962DhwN088932 for ; Tue, 6 Oct 2009 02:13:43 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n962DhFA088931 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 02:13:43 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200910060213.n962DhFA088931@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Tue, 6 Oct 2009 02:13:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes.sp.ok X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 02:13:43 -0000 dougb 2009-10-06 02:13:32 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes fortunes.sp.ok Log: SVN rev 197797 on 2009-10-06 02:13:32Z by dougb "Potluck Pogo" was a collection of Walt Kelly's "Pogo" cartoons first published in 1955. "Putluck Pogo" seems to be a typo. Revision Changes Path 1.277 +1 -1 src/games/fortune/datfiles/fortunes 1.10 +1 -1 src/games/fortune/datfiles/fortunes.sp.ok From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 04:57:41 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BD9710656C0 for ; Tue, 6 Oct 2009 04:57:41 +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 007B78FC0A for ; Tue, 6 Oct 2009 04:57:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n964veCn013077 for ; Tue, 6 Oct 2009 04:57:40 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n964veI9013076 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 04:57:40 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200910060457.n964veI9013076@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Tue, 6 Oct 2009 04:57:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 de.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 04:57:41 -0000 maxim 2009-10-06 04:57:18 UTC FreeBSD src repository Modified files: share/man/man4 de.4 Log: SVN rev 197799 on 2009-10-06 04:57:18Z by maxim o Fix typo: "an in particular" -> "and in particular". PR: docs/139370 Submitted by: Kenyon Ralph MFC after: 1 week Revision Changes Path 1.27 +1 -1 src/share/man/man4/de.4 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 13:46:36 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31AAB1065693 for ; Tue, 6 Oct 2009 13:46:36 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0838FC12 for ; Tue, 6 Oct 2009 13:46:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96DkaYD080027 for ; Tue, 6 Oct 2009 13:46:36 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96DkZAn080026 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 13:46:35 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200910061346.n96DkZAn080026@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 6 Oct 2009 13:45:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 13:46:36 -0000 attilio 2009-10-06 13:45:49 UTC FreeBSD src repository Modified files: sys/amd64/include atomic.h sys/i386/include atomic.h Log: SVN rev 197803 on 2009-10-06 13:45:49Z by attilio Per their definition, atomic instructions used in conjuction with memory barriers should also ensure that the compiler doesn't reorder paths where they are used. GCC, however, does that aggressively, even in presence of volatile operands. The most reliable way GCC offers for avoid instructions reordering is clobbering "memory" even if that is theoretically an heavy-weight operation, flushing the content of all the registers and forcing reload of them (We could rely, however, on gcc DTRT by just understanding the purpose as this is a well-known pattern for many modern operating-systems). Not all our memory barriers, right now, clobber memory for GCC-like compilers. The most notable cases are IA32 and amd64 where the memory barrier are treacted the same as normal atomic instructions. Fix this by offering the possibility to implement atomic instructions with memory barriers separately from the normal version and implement the GCC-like specific one using memory clobbering. Thanks to Chris Lattner (@apple) for his discussion on llvm specifics. Reported by: jhb Reviewed by: jhb Tested by: rdivacky, Giovanni Trematerra Revision Changes Path 1.47 +67 -46 src/sys/amd64/include/atomic.h 1.52 +73 -46 src/sys/i386/include/atomic.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 14:08:30 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FDD0106568D for ; Tue, 6 Oct 2009 14:08:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D10F8FC15 for ; Tue, 6 Oct 2009 14:08:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96E8Uia082544 for ; Tue, 6 Oct 2009 14:08:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96E8UxK082543 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 14:08:30 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910061408.n96E8UxK082543@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 6 Oct 2009 14:05:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include libgen.h src/lib/libc/gen Makefile.inc Symbol.map basename.3 basename.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 14:08:30 -0000 rwatson 2009-10-06 14:05:57 UTC FreeBSD src repository Modified files: include libgen.h lib/libc/gen Makefile.inc Symbol.map basename.3 basename.c Log: SVN rev 197804 on 2009-10-06 14:05:57Z by rwatson Add basename_r(3) to complement basename(3). basename_r(3) which accepts a caller-allocated buffer of at least MAXPATHLEN, rather than using a global buffer. MFC after: 1 month Sponsored by: Google Revision Changes Path 1.3 +1 -0 src/include/libgen.h 1.146 +1 -0 src/lib/libc/gen/Makefile.inc 1.23 +1 -0 src/lib/libc/gen/Symbol.map 1.9 +15 -5 src/lib/libc/gen/basename.3 1.8 +16 -8 src/lib/libc/gen/basename.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 16:05:17 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D72F106574E for ; Tue, 6 Oct 2009 16:05:17 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 124248FC08 for ; Tue, 6 Oct 2009 16:05:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96G5GFf093148 for ; Tue, 6 Oct 2009 16:05:16 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96G5GAV093147 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 16:05:16 GMT (envelope-from cokane@repoman.freebsd.org) Message-Id: <200910061605.n96G5GAV093147@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cokane@repoman.freebsd.org using -f From: Coleman Kane Date: Tue, 6 Oct 2009 16:05:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 16:05:17 -0000 cokane 2009-10-06 16:05:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/if_ndis if_ndis.c Log: SVN rev 197806 on 2009-10-06 16:05:06Z by cokane MFC: r197403, r197644, r197654, and r197659 Fix some unexpected potential NULL de-references in kernel mode due to usage of pre-8.0 wifi operations with the ndis driver wrapping a Win32/64 wifi driver. Submitted by: Paul B Mahol Approved by: re Revision Changes Path 1.166.2.2 +8 -10 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 17:14:58 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEC7D106568B for ; Tue, 6 Oct 2009 17:14:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 837FE8FC08 for ; Tue, 6 Oct 2009 17:14:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96HEw65009295 for ; Tue, 6 Oct 2009 17:14:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96HEwR1009294 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 17:14:58 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910061714.n96HEwR1009294@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 6 Oct 2009 17:14:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf map_object.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 17:14:58 -0000 rwatson 2009-10-06 17:14:39 UTC FreeBSD src repository Modified files: libexec/rtld-elf map_object.c Log: SVN rev 197808 on 2009-10-06 17:14:39Z by rwatson In rtld's map_object(), use pread(..., 0) rather than read() to read the ELF header from the front of the file. As all other I/O on the binary is done using mmap(), this avoids the need for seek privileges on the file descriptor during run-time linking. MFC after: 1 month Sponsored by: Google Revision Changes Path 1.23 +1 -1 src/libexec/rtld-elf/map_object.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 18:47:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49827106568F for ; Tue, 6 Oct 2009 18:47:25 +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 37C1A8FC1F for ; Tue, 6 Oct 2009 18:47:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96IlPdb021264 for ; Tue, 6 Oct 2009 18:47:25 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96IlPUH021263 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 18:47:25 GMT (envelope-from qingli@repoman.freebsd.org) Message-Id: <200910061847.n96IlPUH021263@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to qingli@repoman.freebsd.org using -f From: Qing Li Date: Tue, 6 Oct 2009 18:47:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/net flowtable.c flowtable.h route.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 18:47:25 -0000 qingli 2009-10-06 18:47:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net flowtable.c flowtable.h route.c Log: SVN rev 197810 on 2009-10-06 18:47:02Z by qingli MFC r197687 The flow-table associates TCP/UDP flows and IP destinations with specific routes. When the routing table changes, for example, when a new route with a more specific prefix is inserted into the routing table, the flow-table is not updated to reflect that change. As such existing connections cannot take advantage of the new path. In some cases the path is broken. This patch will update the affected flow-table entries when a more specific route is added. The route entry is properly marked when a route is deleted from the table. In this case, when the flow-table performs a search, the stale entry is updated automatically. Therefore this patch is not necessary for route deletion. Reviewed by: bz, kmacy Approved by: re Revision Changes Path 1.15.2.7 +35 -5 src/sys/net/flowtable.c 1.10.2.3 +2 -0 src/sys/net/flowtable.h 1.167.2.2 +61 -0 src/sys/net/route.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 19:45:01 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 431201065693 for ; Tue, 6 Oct 2009 19:45:01 +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 316CF8FC1E for ; Tue, 6 Oct 2009 19:45:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96Jj1nL026282 for ; Tue, 6 Oct 2009 19:45:01 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96Jj1Oi026281 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 19:45:01 GMT (envelope-from qingli@repoman.freebsd.org) Message-Id: <200910061945.n96Jj1Oi026281@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to qingli@repoman.freebsd.org using -f From: Qing Li Date: Tue, 6 Oct 2009 19:44:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 19:45:01 -0000 qingli 2009-10-06 19:44:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in.c Log: SVN rev 197811 on 2009-10-06 19:44:44Z by qingli MFC 197695 Previously, if an address alias is configured on an interface, and this address alias has a prefix matching that of another address configured on the same interface, then the ARP entry for the alias is not deleted from the ARP table when that address alias is removed. This patch fixes the aforementioned issue. PR: kern/139113 Reviewed by: bz Approved by: re Revision Changes Path 1.143.2.7 +2 -2 src/sys/netinet/in.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 20:19:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 309351065670 for ; Tue, 6 Oct 2009 20:19:37 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5EF8FC1A for ; Tue, 6 Oct 2009 20:19:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96KJbdH029647 for ; Tue, 6 Oct 2009 20:19:37 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96KJalP029646 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 20:19:36 GMT (envelope-from rdivacky@repoman.freebsd.org) Message-Id: <200910062019.n96KJalP029646@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rdivacky@repoman.freebsd.org using -f From: Roman Divacky Date: Tue, 6 Oct 2009 20:19:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tcsh sh.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 20:19:37 -0000 rdivacky 2009-10-06 20:19:16 UTC FreeBSD src repository Modified files: contrib/tcsh sh.c Log: SVN rev 197812 on 2009-10-06 20:19:16Z by rdivacky Fix tcsh losing history when tcsh terminates because the pty beneath it is closed. Diagnosed by Ted Anderson: New signal queuing logic was introduced in 6.15 and allows the signal handlers to be run explicitly by calling handle_pending_signals, instead of immediately when the signal is delivered. This function is called at various places, typically when receiving a EINTR from a slow system call such as read or write. In the pty exit case, it was called from xwrite, called from flush, while printing the "exit" message after receiving EOF when reading from the pty (note that the read did not return EINTR but zero bytes, indicating EOF). The SIGHUP handler, phup(), called rechist, which opened the history file and began writing the merged history to it. This process invoked flush recursively to actually write the data. In this case, however, the flush noticed it was being called recursively and decided fail by calling stderror. My conclusion was that the signal was being handled at a bad time. But whether to fix flush not to care about the recursive call, or to handle the signal some other time and when to handle it, was unclear to me. However, by adding an extra call to handle_pending_signals, just after process() returns to main(), I was able to avoid the truncated history after network outages and similar failures. I verified this fix in version 6.17. Approved by: ed (mentor) MFC after: 1 week Revision Changes Path 1.4 +2 -0 src/contrib/tcsh/sh.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 20:33:12 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C76481065672 for ; Tue, 6 Oct 2009 20:33:12 +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 9C0A38FC22 for ; Tue, 6 Oct 2009 20:33:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96KXCIj030652 for ; Tue, 6 Oct 2009 20:33:12 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96KXC9d030651 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 20:33:12 GMT (envelope-from qingli@repoman.freebsd.org) Message-Id: <200910062033.n96KXC9d030651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to qingli@repoman.freebsd.org using -f From: Qing Li Date: Tue, 6 Oct 2009 20:33:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 20:33:12 -0000 qingli 2009-10-06 20:33:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in.c Log: SVN rev 197813 on 2009-10-06 20:33:02Z by qingli MFC r197696 Remove a log message from production code. This log message can be triggered by a misconfigured host that is sending out gratuious ARPs. This log message can also be triggered during a network renumbering event when multiple prefixes co-exist on a single network segment. Approved by: re Revision Changes Path 1.143.2.8 +2 -0 src/sys/netinet/in.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 20:36:03 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B33B10656AE for ; Tue, 6 Oct 2009 20:36:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9378FC12 for ; Tue, 6 Oct 2009 20:36:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96Ka3RV030922 for ; Tue, 6 Oct 2009 20:36:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96Ka350030921 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 20:36:03 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910062036.n96Ka350030921@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 6 Oct 2009 20:35:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 20:36:03 -0000 rwatson 2009-10-06 20:35:41 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: SVN rev 197814 on 2009-10-06 20:35:41Z by rwatson Remove tcp_input lock statistics; these are intended for debugging only and are not intended to ship in 8.0 as they dirty additional cache lines in a performance-critical per-packet path. MFC after: 3 days Revision Changes Path 1.413 +2 -32 src/sys/netinet/tcp_input.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 21:24:09 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75941065767 for ; Tue, 6 Oct 2009 21:24:09 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC0948FC1B for ; Tue, 6 Oct 2009 21:24:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96LO9fe045524 for ; Tue, 6 Oct 2009 21:24:09 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96LO9i6045523 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 21:24:09 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910062124.n96LO9i6045523@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Tue, 6 Oct 2009 21:23:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/lpr/lp lp.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 21:24:10 -0000 jilles 2009-10-06 21:23:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/lpr/lp lp.sh Log: SVN rev 197815 on 2009-10-06 21:23:49Z by jilles MFC r197625: Fix using lp(1) without the new -t option after r194171. Approved by: re (kib) Revision Changes Path 1.8.2.2 +2 -2 src/usr.sbin/lpr/lp/lp.sh From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 21:41:16 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 590F11065692 for ; Tue, 6 Oct 2009 21:41:16 +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 2D8D18FC1A for ; Tue, 6 Oct 2009 21:41:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96LfGv5046825 for ; Tue, 6 Oct 2009 21:41:16 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96LfGpS046824 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 21:41:16 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200910062141.n96LfGpS046824@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 6 Oct 2009 21:40:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 21:41:16 -0000 kmacy 2009-10-06 21:40:50 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.c Log: SVN rev 197816 on 2009-10-06 21:40:50Z by kmacy Prevent paging pressure from draining arc too much - always drain arc if above arc_c_max - never drain arc if arc is below arc_c_max MFC after: 3 days Revision Changes Path 1.25 +6 -3 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 21:49:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6F49106568F for ; Tue, 6 Oct 2009 21:49:31 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B09B8FC1A for ; Tue, 6 Oct 2009 21:49:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96LnVEO047388 for ; Tue, 6 Oct 2009 21:49:31 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96LnVJZ047387 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 21:49:31 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910062149.n96LnVJZ047387@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Tue, 6 Oct 2009 21:49:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.sbin/lpr/lp lp.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 21:49:31 -0000 jilles 2009-10-06 21:49:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/lpr/lp lp.sh Log: SVN rev 197819 on 2009-10-06 21:49:13Z by jilles MFC r197625: Fix using lp(1) without the new -t option after r195349. Revision Changes Path 1.7.44.2 +2 -2 src/usr.sbin/lpr/lp/lp.sh From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 22:02:52 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5636B106566B for ; Tue, 6 Oct 2009 22:02:52 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4358C8FC0A for ; Tue, 6 Oct 2009 22:02:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96M2o2x048322 for ; Tue, 6 Oct 2009 22:02:50 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96M2oLO048321 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 22:02:50 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910062202.n96M2oLO048321@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Tue, 6 Oct 2009 22:00:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh eval.c exec.c src/tools/regression/bin/sh/execution unknown1.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 22:02:52 -0000 jilles 2009-10-06 22:00:14 UTC FreeBSD src repository Modified files: bin/sh eval.c exec.c Added files: tools/regression/bin/sh/execution unknown1.0 Log: SVN rev 197820 on 2009-10-06 22:00:14Z by jilles sh: Send the "xyz: not found" message to redirected fd 2. This also fixes that trying to execute a non-regular file with a command name without '/' returns 127 instead of 126. The fix is rather simplistic: treat CMDUNKNOWN as if the command were found as an external program. The resulting fork is a bit wasteful but executing unknown commands should not be very frequent. PR: bin/137659 Revision Changes Path 1.67 +2 -7 src/bin/sh/eval.c 1.37 +1 -0 src/bin/sh/exec.c 1.1 +29 -0 src/tools/regression/bin/sh/execution/unknown1.0 (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 22:15:21 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3592610656D0 for ; Tue, 6 Oct 2009 22:15:21 +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 0A0B38FC16 for ; Tue, 6 Oct 2009 22:15:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96MFKdW050306 for ; Tue, 6 Oct 2009 22:15:20 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96MFK5d050305 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 22:15:20 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200910062215.n96MFK5d050305@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Tue, 6 Oct 2009 22:15:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 22:15:21 -0000 dougb 2009-10-06 22:15:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/whois whois.1 whois.c Log: SVN rev 197821 on 2009-10-06 22:15:12Z by dougb MFC r197725: The 6bone was decommissioned on 6/6/06, so remove references to it. Approved by: re (kib) Revision Changes Path 1.36.10.2 +5 -17 src/usr.bin/whois/whois.1 1.46.10.2 +3 -2 src/usr.bin/whois/whois.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 22:19:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A48DB1065692 for ; Tue, 6 Oct 2009 22:19:56 +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 78D418FC0A for ; Tue, 6 Oct 2009 22:19:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96MJuO4050566 for ; Tue, 6 Oct 2009 22:19:56 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96MJuD8050565 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 22:19:56 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200910062219.n96MJuD8050565@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Tue, 6 Oct 2009 22:19:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 22:19:56 -0000 dougb 2009-10-06 22:19:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/whois whois.1 whois.c Log: SVN rev 197822 on 2009-10-06 22:19:32Z by dougb MFC r197725: The 6bone was decommissioned on 6/6/06, so remove references to it. Revision Changes Path 1.36.2.1 +5 -17 src/usr.bin/whois/whois.1 1.46.2.1 +3 -2 src/usr.bin/whois/whois.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 22:22:02 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 991EA10657A1 for ; Tue, 6 Oct 2009 22:22:02 +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 693998FC15 for ; Tue, 6 Oct 2009 22:22:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96MM29n050809 for ; Tue, 6 Oct 2009 22:22:02 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96MM23N050808 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 22:22:02 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200910062222.n96MM23N050808@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Tue, 6 Oct 2009 22:21:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 22:22:02 -0000 dougb 2009-10-06 22:21:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/whois whois.1 whois.c Log: SVN rev 197823 on 2009-10-06 22:21:51Z by dougb MFC r197725: The 6bone was decommissioned on 6/6/06, so remove references to it. Revision Changes Path 1.34.2.2 +5 -17 src/usr.bin/whois/whois.1 1.43.2.2 +3 -2 src/usr.bin/whois/whois.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 6 23:48:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD071065697 for ; Tue, 6 Oct 2009 23:48:43 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC3668FC24 for ; Tue, 6 Oct 2009 23:48:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n96NmgAD057831 for ; Tue, 6 Oct 2009 23:48:42 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n96NmgkI057830 for cvs-src-old@freebsd.org; Tue, 6 Oct 2009 23:48:42 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200910062348.n96NmgkI057830@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 6 Oct 2009 23:48:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 23:48:43 -0000 attilio 2009-10-06 23:48:28 UTC FreeBSD src repository Modified files: sys/amd64/include atomic.h sys/i386/include atomic.h Log: SVN rev 197824 on 2009-10-06 23:48:28Z by attilio - All the functions in atomic.h needs to be in "physical" form (like not defined through macros or similar) in order to be later compiled in the kernel and offer this way the support for modules (and compatibility among the UP case and SMP case). Fix this for the newly introduced atomic_cmpset_barr_* cases by defining and specifying a template. Note that the new DEFINE_CMPSET_GEN() template save more typing on amd64 than the current code. [1] - Fix the style for memory barriers on amd64. [1] Reported by: Paul B. Mahol Revision Changes Path 1.48 +29 -46 src/sys/amd64/include/atomic.h 1.53 +50 -45 src/sys/i386/include/atomic.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 09:07:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD93F10657DB for ; Wed, 7 Oct 2009 09:07:27 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A1E398FC23 for ; Wed, 7 Oct 2009 09:07:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9797RHQ039016 for ; Wed, 7 Oct 2009 09:07:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9797Rd6039015 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 09:07:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200910070907.n9797Rd6039015@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Wed, 7 Oct 2009 09:07:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tcpdump print-tcp.c tcp.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 09:07:27 -0000 rpaulo 2009-10-07 09:07:06 UTC FreeBSD src repository Modified files: contrib/tcpdump print-tcp.c tcp.h Log: SVN rev 197829 on 2009-10-07 09:07:06Z by rpaulo Add parsing code for TCP UTO (User Timeout Option). Submitted by: fangwang@ Obtained from: //depot/projects/soc2009/tcputo/ Revision Changes Path 1.3 +12 -0 src/contrib/tcpdump/print-tcp.c 1.3 +2 -0 src/contrib/tcpdump/tcp.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 09:22:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B83B91065709 for ; Wed, 7 Oct 2009 09:22:48 +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 8D5058FC20 for ; Wed, 7 Oct 2009 09:22:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n979MmDV040176 for ; Wed, 7 Oct 2009 09:22:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n979MmUp040175 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 09:22:48 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910070922.n979MmUp040175@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 7 Oct 2009 09:22:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT mentors X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 09:22:48 -0000 kib 2009-10-07 09:22:27 UTC FreeBSD src repository Modified files: . mentors Log: SVN rev 197830 on 2009-10-07 09:22:27Z by kib Free Rick Macklem from mentorship. Discussed with: rwatson Approved by: core (implicit) Revision Changes Path 1.54 +0 -1 CVSROOT/mentors From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 12:38:40 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED0981065742 for ; Wed, 7 Oct 2009 12:38:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAEED8FC18 for ; Wed, 7 Oct 2009 12:38:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97CceLY057503 for ; Wed, 7 Oct 2009 12:38:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97Cce0a057502 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 12:38:40 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910071238.n97Cce0a057502@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Wed, 7 Oct 2009 12:38:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 12:38:41 -0000 pjd 2009-10-07 12:38:19 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 197831 on 2009-10-07 12:38:19Z by pjd Fix situation where Mac OS X NFS client creates a file and when it tries to set ownership and mode in the same setattr operation, the mode was overwritten by secpolicy_vnode_setattr(). PR: kern/118320 Submitted by: Mark Thompson MFC after: 3 days Revision Changes Path 1.57 +17 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 13:13:01 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E44971065672 for ; Wed, 7 Oct 2009 13:13:01 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2ACD8FC27 for ; Wed, 7 Oct 2009 13:13:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97DD1eY071106 for ; Wed, 7 Oct 2009 13:13:01 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97DD1Kc071105 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 13:13:01 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200910071313.n97DD1Kc071105@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Wed, 7 Oct 2009 13:12:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 13:13:02 -0000 stas 2009-10-07 13:12:43 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 197832 on 2009-10-07 13:12:43Z by stas - Add support for new BGE chips (5761, 5784 and 57780). These chips uses new BGE_PCI_PRODID_ASICREV register to store the chip identifier and its revision. - Add new grouping macro for 7575+ chips (BGE_IS_5755_PLUS). - Add IDs for Fujitsu-branded Broadcom adapters. PR: kern/127587 Tested by: Thomas Quinot (BCM7561 A0) MFC after: 2 weeks Obtained from: OpenBSD Revision Changes Path 1.228 +67 -13 src/sys/dev/bge/if_bge.c 1.84 +106 -61 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 13:25:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4EA4106568F for ; Wed, 7 Oct 2009 13:25:37 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7859C8FC19 for ; Wed, 7 Oct 2009 13:25:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97DPbCI072036 for ; Wed, 7 Oct 2009 13:25:37 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97DPb7A072035 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 13:25:37 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200910071325.n97DPb7A072035@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Wed, 7 Oct 2009 13:25:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 13:25:37 -0000 jh 2009-10-07 13:25:22 UTC FreeBSD src repository Modified files: usr.sbin/cdcontrol cdcontrol.c Log: SVN rev 197833 on 2009-10-07 13:25:22Z by jh When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode. PR: bin/124517 Approved by: trasz (mentor) MFC after: 1 month Revision Changes Path 1.52 +6 -2 src/usr.sbin/cdcontrol/cdcontrol.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 13:25:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B15BA10656BB for ; Wed, 7 Oct 2009 13:25:43 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 879B08FC57 for ; Wed, 7 Oct 2009 13:25:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97DPhMZ072054 for ; Wed, 7 Oct 2009 13:25:43 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97DPhes072053 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 13:25:43 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200910071325.n97DPhes072053@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Wed, 7 Oct 2009 13:25:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 bge.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 13:25:43 -0000 stas 2009-10-07 13:25:24 UTC FreeBSD src repository Modified files: share/man/man4 bge.4 Log: SVN rev 197834 on 2009-10-07 13:25:24Z by stas - Document new revisions of chips supported. Revision Changes Path 1.36 +4 -4 src/share/man/man4/bge.4 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 13:45:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB8821065758 for ; Wed, 7 Oct 2009 13:45:19 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 954E78FC16 for ; Wed, 7 Oct 2009 13:45:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97DjJMU073479 for ; Wed, 7 Oct 2009 13:45:19 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97DjJ11073478 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 13:45:19 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200910071345.n97DjJ11073478@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Wed, 7 Oct 2009 13:45:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 bce.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 13:45:20 -0000 simon 2009-10-07 13:45:12 UTC FreeBSD src repository Modified files: share/man/man4 bce.4 Log: SVN rev 197835 on 2009-10-07 13:45:12Z by simon - Document that 'Dell PowerEdge R710' has bce(4) supported NIC. - Bump document date. MFC after: 3 days Revision Changes Path 1.13 +3 -1 src/share/man/man4/bce.4 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 14:14:57 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 343741065692 for ; Wed, 7 Oct 2009 14:14:57 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 21B808FC15 for ; Wed, 7 Oct 2009 14:14:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97EEveQ076645 for ; Wed, 7 Oct 2009 14:14:57 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97EEv0f076644 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 14:14:57 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <200910071414.n97EEv0f076644@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Wed, 7 Oct 2009 14:14:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/modules/nfslockd Makefile src/sys/nlm nlm_prot_impl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 14:14:57 -0000 nyan 2009-10-07 14:14:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/modules/nfslockd Makefile sys/nlm nlm_prot_impl.c Log: SVN rev 197836 on 2009-10-07 14:14:05Z by nyan MFC: revision 197730 unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT is not defined. Now the nfslockd module works with the nfsclient module. Reviewed by: kib Approved by: re (kensmith) Revision Changes Path 1.3.2.3 +0 -6 src/sys/modules/nfslockd/Makefile 1.20.2.2 +0 -13 src/sys/nlm/nlm_prot_impl.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 14:30:02 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F4B1065780 for ; Wed, 7 Oct 2009 14:30:02 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B770D8FC18 for ; Wed, 7 Oct 2009 14:30:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97EU2gk077726 for ; Wed, 7 Oct 2009 14:30:02 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97EU26P077725 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 14:30:02 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200910071430.n97EU26P077725@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Wed, 7 Oct 2009 14:29:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 14:30:03 -0000 stas 2009-10-07 14:29:48 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 197837 on 2009-10-07 14:29:48Z by stas - Give a name to the host coalescing bug fix WDMA mode register bit instead of using hardcoded value in the code. Obtained from: OpenBSD Revision Changes Path 1.229 +1 -1 src/sys/dev/bge/if_bge.c 1.85 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 15:40:32 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2A9B106568F for ; Wed, 7 Oct 2009 15:40:32 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C74938FC2D for ; Wed, 7 Oct 2009 15:40:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97FeWRr084174 for ; Wed, 7 Oct 2009 15:40:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97FeWvZ084173 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 15:40:32 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200910071540.n97FeWvZ084173@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Wed, 7 Oct 2009 15:40:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ahci ahci.c src/sys/dev/siis siis.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 15:40:33 -0000 mav 2009-10-07 15:40:04 UTC FreeBSD src repository Modified files: sys/dev/ahci ahci.c sys/dev/siis siis.c Log: SVN rev 197838 on 2009-10-07 15:40:04Z by mav On command timeout handle frozen command first, to not run it inside XXX_end_transaction(). Submitted by: avg Revision Changes Path 1.7 +4 -3 src/sys/dev/ahci/ahci.c 1.3 +4 -3 src/sys/dev/siis/siis.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 19:50:30 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 581751065679 for ; Wed, 7 Oct 2009 19:50:30 +0000 (UTC) (envelope-from zml@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46F5A8FC0A for ; Wed, 7 Oct 2009 19:50:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97JoUrO018563 for ; Wed, 7 Oct 2009 19:50:30 GMT (envelope-from zml@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97JoUFl018562 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 19:50:30 GMT (envelope-from zml@repoman.freebsd.org) Message-Id: <200910071950.n97JoUFl018562@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zml@repoman.freebsd.org using -f From: Zachary Loafman Date: Wed, 7 Oct 2009 19:50:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nlm nlm.h nlm_prot_impl.c nlm_prot_server.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 19:50:30 -0000 zml 2009-10-07 19:50:14 UTC FreeBSD src repository Modified files: sys/nlm nlm.h nlm_prot_impl.c nlm_prot_server.c Log: SVN rev 197840 on 2009-10-07 19:50:14Z by zml Handle GRANTED_RES messages more gracefully: Send along a grant cookie to reference the lock, look up the grant cookie when the GRANTED_RES comes back. Properly handle the case of an error on the grant. Add a short expiration window so that granted locks are not freed immediately. Approved by: dfr (mentor) MFC after: 2 weeks Revision Changes Path 1.5 +12 -0 src/sys/nlm/nlm.h 1.22 +139 -18 src/sys/nlm/nlm_prot_impl.c 1.5 +1 -0 src/sys/nlm/nlm_prot_server.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 20:24:33 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23AAE106568B for ; Wed, 7 Oct 2009 20:24:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 120368FC0A for ; Wed, 7 Oct 2009 20:24:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97KOWKb022184 for ; Wed, 7 Oct 2009 20:24:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97KOWvX022183 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 20:24:32 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910072024.n97KOWvX022183@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Wed, 7 Oct 2009 20:20:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen errlst.c src/lib/libc/sys intro.2 src/sys/sys errno.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 20:24:33 -0000 rwatson 2009-10-07 20:20:51 UTC FreeBSD src repository Modified files: lib/libc/gen errlst.c lib/libc/sys intro.2 sys/sys errno.h Log: SVN rev 197841 on 2009-10-07 20:20:51Z by rwatson Add a new errno, ENOTCAPABLE, to be returned when a process requests an operation on a file descriptor that is not authorized by the descriptor's capability flags. MFC after: 1 month Sponsored by: Google Revision Changes Path 1.10 +1 -0 src/lib/libc/gen/errlst.c 1.50 +3 -0 src/lib/libc/sys/intro.2 1.29 +5 -1 src/sys/sys/errno.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 20:54:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11CCA10656B9 for ; Wed, 7 Oct 2009 20:54:27 +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 DB3978FC29 for ; Wed, 7 Oct 2009 20:54:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97KsQmu034632 for ; Wed, 7 Oct 2009 20:54:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97KsQhH034631 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 20:54:26 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910072054.n97KsQhH034631@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Wed, 7 Oct 2009 20:54:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 20:54:27 -0000 pjd 2009-10-07 20:54:07 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c Log: SVN rev 197842 on 2009-10-07 20:54:07Z by pjd Fix white-spaces. MFC after: 3 days Revision Changes Path 1.11 +6 -6 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 20:56:32 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DB3A106568B for ; Wed, 7 Oct 2009 20:56:32 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 529EC8FC14 for ; Wed, 7 Oct 2009 20:56:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97KuWrP034852 for ; Wed, 7 Oct 2009 20:56:32 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97KuWwa034851 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 20:56:32 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910072056.n97KuWwa034851@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Wed, 7 Oct 2009 20:56:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 20:56:32 -0000 pjd 2009-10-07 20:56:15 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c Log: SVN rev 197843 on 2009-10-07 20:56:15Z by pjd On FreeBSD it is enough to report provider removal when orphan event is received, we don't have to do it on every ENXIO error in I/O path. Solaris has no GEOM so they have to handle it in a less clean way. MFC after: 3 days Revision Changes Path 1.12 +0 -20 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 21:15:09 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D379106568D for ; Wed, 7 Oct 2009 21:15:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B11798FC2A for ; Wed, 7 Oct 2009 21:15:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97LF8Rv037235 for ; Wed, 7 Oct 2009 21:15:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97LF8XZ037234 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 21:15:08 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200910072115.n97LF8XZ037234@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Wed, 7 Oct 2009 21:14:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/locale locale.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 21:15:09 -0000 edwin 2009-10-07 21:14:45 UTC FreeBSD src repository Modified files: usr.bin/locale locale.c Log: SVN rev 197847 on 2009-10-07 21:14:45Z by edwin Add the comment "(FreeBSD only)" to the altmonth_x keywords MFC after: 1 week Revision Changes Path 1.18 +12 -12 src/usr.bin/locale/locale.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 22:22:15 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F40110656F1 for ; Wed, 7 Oct 2009 22:22:15 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 244868FC08 for ; Wed, 7 Oct 2009 22:22:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97MMFQ8043015 for ; Wed, 7 Oct 2009 22:22:15 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97MMFqJ043013 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 22:22:15 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910072222.n97MMFqJ043013@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Wed, 7 Oct 2009 22:21:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 22:22:15 -0000 jilles 2009-10-07 22:21:53 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: SVN rev 197848 on 2009-10-07 22:21:53Z by jilles Clarify quoting of word in ${v=word} in sh(1). Revision Changes Path 1.132 +3 -0 src/bin/sh/sh.1 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 23:01:50 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBB111065789 for ; Wed, 7 Oct 2009 23:01:50 +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 BFFA08FC27 for ; Wed, 7 Oct 2009 23:01:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97N1o0I045778 for ; Wed, 7 Oct 2009 23:01:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97N1oPI045777 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 23:01:50 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200910072301.n97N1oPI045777@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 7 Oct 2009 23:01:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/tmpfs h_tools.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 23:01:51 -0000 delphij 2009-10-07 23:01:31 UTC FreeBSD src repository Modified files: tools/regression/tmpfs h_tools.c Log: SVN rev 197849 on 2009-10-07 23:01:31Z by delphij Fix build on amd64. PR: misc/139409 Submitted by: gk Revision Changes Path 1.3 +5 -4 src/tools/regression/tmpfs/h_tools.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 7 23:17:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 978FB1065748 for ; Wed, 7 Oct 2009 23:17:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC238FC1A for ; Wed, 7 Oct 2009 23:17:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n97NHQbx047870 for ; Wed, 7 Oct 2009 23:17:26 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n97NHQJI047869 for cvs-src-old@freebsd.org; Wed, 7 Oct 2009 23:17:26 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200910072317.n97NHQJI047869@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 7 Oct 2009 23:17:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/tmpfs tmpfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 23:17:26 -0000 delphij 2009-10-07 23:17:15 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c Log: SVN rev 197850 on 2009-10-07 23:17:15Z by delphij Add a special workaround to handle UIO_NOCOPY case. This fixes data corruption observed when sendfile() is being used. PR: kern/127213 Submitted by: gk MFC after: 2 weeks Revision Changes Path 1.33 +80 -24 src/sys/fs/tmpfs/tmpfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 09:03:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1258B1065788 for ; Thu, 8 Oct 2009 09:03:27 +0000 (UTC) (envelope-from snb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 010A18FC1C for ; Thu, 8 Oct 2009 09:03:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9893QXQ032004 for ; Thu, 8 Oct 2009 09:03:26 GMT (envelope-from snb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9893QFW032003 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 09:03:26 GMT (envelope-from snb@repoman.freebsd.org) Message-Id: <200910080903.n9893QFW032003@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to snb@repoman.freebsd.org using -f From: Sean Nicholas Barkas Date: Thu, 8 Oct 2009 09:03:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/ufs/ufs dirhash.h ufs_dirhash.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 09:03:27 -0000 snb 2009-10-08 09:03:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ufs dirhash.h ufs_dirhash.c Log: SVN rev 197852 on 2009-10-08 09:03:04Z by snb MFC r193375, r194387, r195003: Add vm_lowmem event handler for dirhash. This will cause dirhashes to be deleted when the system is low on memory. This ought to allow an increase to vfs.ufs.dirhash_maxmem on machines that have lots of memory, without degrading performance by having too much memory reserved for dirhash when other things need it. The default value for dirhash_maxmem is being kept at 2MB for now, though. Approved by: dwmalone (mentor) Revision Changes Path 1.5.10.2 +2 -0 src/sys/ufs/ufs/dirhash.h 1.23.2.4 +106 -25 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 10:27:03 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 275D31065698 for ; Thu, 8 Oct 2009 10:27:03 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 161118FC08 for ; Thu, 8 Oct 2009 10:27:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98AR2hl038976 for ; Thu, 8 Oct 2009 10:27:02 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98AR2sa038975 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 10:27:02 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200910081027.n98AR2sa038975@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 8 Oct 2009 10:26:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/teken sequences teken.c teken_subr.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 10:27:03 -0000 ed 2009-10-08 10:26:49 UTC FreeBSD src repository Modified files: sys/teken sequences teken.c teken_subr.h Log: SVN rev 197853 on 2009-10-08 10:26:49Z by ed Discard Device Control Strings and Operating System Commands. These strings often contain things like: - Window titles. - Extended key map functionality. - Color palette switching. We could look at these features in the future (if people consider them to be important enough), but we'd better discard them now. This fixes some artifacts people reported when using TERM=xterm. Reported by: des@, Paul B. Mahol Revision Changes Path 1.3 +1 -0 src/sys/teken/sequences 1.10 +19 -0 src/sys/teken/teken.c 1.11 +15 -3 src/sys/teken/teken_subr.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 11:07:38 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA6241065696 for ; Thu, 8 Oct 2009 11:07:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8F6B8FC15 for ; Thu, 8 Oct 2009 11:07:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98B7csm042813 for ; Thu, 8 Oct 2009 11:07:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98B7c6w042812 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 11:07:38 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910081107.n98B7c6w042812@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 8 Oct 2009 11:07:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 11:07:39 -0000 rwatson 2009-10-08 11:07:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_input.c Log: SVN rev 197854 on 2009-10-08 11:07:15Z by rwatson Merge r197795 from head to stable/8: In tcp_input(), we acquire a global write lock at first only if a segment is likely to trigger a TCP state change (i.e., FIN/RST/SYN). If we later have to upgrade the lock, we acquire an inpcb reference and drop both global/inpcb locks before reacquiring in-order. In that gap, the connection may transition into TIMEWAIT, so we need to loop back and reevaluate the inpcb after relocking. Reported by: Kamigishi Rei Reviewed by: bz Approved by: re (kib) Revision Changes Path 1.411.2.2 +4 -1 src/sys/netinet/tcp_input.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 11:28:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D6C1065692 for ; Thu, 8 Oct 2009 11:28:44 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8F7C8FC23 for ; Thu, 8 Oct 2009 11:28:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98BSii5044281 for ; Thu, 8 Oct 2009 11:28:44 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98BSi0x044280 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 11:28:44 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910081128.n98BSi0x044280@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Thu, 8 Oct 2009 11:28:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 11:28:44 -0000 kib 2009-10-08 11:28:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern uipc_syscalls.c Log: SVN rev 197855 on 2009-10-08 11:28:32Z by kib MFC r197662: Do not dereference vp->v_mount without holding vnode lock and checking that the vnode is not reclaimed. Approved by: re (bz) Revision Changes Path 1.284.2.2 +5 -2 src/sys/kern/uipc_syscalls.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 11:36:22 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC3310656A7 for ; Thu, 8 Oct 2009 11:36:22 +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 CA1AF8FC2C for ; Thu, 8 Oct 2009 11:36:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98BaLLZ044894 for ; Thu, 8 Oct 2009 11:36:21 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98BaL6H044893 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 11:36:21 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200910081136.n98BaL6H044893@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Thu, 8 Oct 2009 11:36:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 11:36:22 -0000 rrs 2009-10-08 11:36:06 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: SVN rev 197856 on 2009-10-08 11:36:06Z by rrs Fix so that round robing stream scheduling works as advertised MFC after: 0 days Revision Changes Path 1.93 +4 -25 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 11:42:42 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB4651065692 for ; Thu, 8 Oct 2009 11:42:42 +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 8080F8FC21 for ; Thu, 8 Oct 2009 11:42:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98BggFu045388 for ; Thu, 8 Oct 2009 11:42:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98BggkL045387 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 11:42:42 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910081142.n98BggkL045387@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Thu, 8 Oct 2009 11:42:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 11:42:42 -0000 kib 2009-10-08 11:42:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_syscalls.c Log: SVN rev 197857 on 2009-10-08 11:42:24Z by kib MFC r197662: Do not dereference vp->v_mount without holding vnode lock and checking that the vnode is not reclaimed. Revision Changes Path 1.259.2.7 +5 -2 src/sys/kern/uipc_syscalls.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 15:34:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76B841065751 for ; Thu, 8 Oct 2009 15:34:25 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 498468FC0C for ; Thu, 8 Oct 2009 15:34:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98FYP4h076195 for ; Thu, 8 Oct 2009 15:34:25 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98FYPul076194 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 15:34:25 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <200910081534.n98FYPul076194@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Thu, 8 Oct 2009 15:34:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libzfs/common libzfs_dataset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 15:34:25 -0000 trasz 2009-10-08 15:34:01 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libzfs/common libzfs_dataset.c Log: SVN rev 197859 on 2009-10-08 15:34:01Z by trasz 'aclmode' and 'aclinherit' properties should work as advertised; don't refuse to set them. Revision Changes Path 1.5 +0 -2 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 16:03:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3369106568F for ; Thu, 8 Oct 2009 16:03: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 877E78FC13 for ; Thu, 8 Oct 2009 16:03:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98G3VIK079251 for ; Thu, 8 Oct 2009 16:03:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98G3VV3079250 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 16:03:31 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910081603.n98G3VV3079250@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 8 Oct 2009 16:03:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/compat/opensolaris/kern opensolaris_policy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 16:03:31 -0000 pjd 2009-10-08 16:03:19 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_policy.c Log: SVN rev 197860 on 2009-10-08 16:03:19Z by pjd File system owner is when uid matches and jail matches. MFC after: 3 days Revision Changes Path 1.8 +2 -3 src/sys/cddl/compat/opensolaris/kern/opensolaris_policy.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 16:05:38 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FFB810656A6 for ; Thu, 8 Oct 2009 16:05:38 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBAD8FC0C for ; Thu, 8 Oct 2009 16:05:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98G5cMt079497 for ; Thu, 8 Oct 2009 16:05:38 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98G5cYE079496 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 16:05:38 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910081605.n98G5cYE079496@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 8 Oct 2009 16:05:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/compat/opensolaris/kern opensolaris_policy.c src/sys/cddl/compat/opensolaris/sys policy.h src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 16:05:38 -0000 pjd 2009-10-08 16:05:17 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_policy.c sys/cddl/compat/opensolaris/sys policy.h sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 197861 on 2009-10-08 16:05:17Z by pjd Allow file system owner to modify system flags if securelevel permits. MFC after: 3 days Revision Changes Path 1.9 +4 -1 src/sys/cddl/compat/opensolaris/kern/opensolaris_policy.c 1.5 +2 -1 src/sys/cddl/compat/opensolaris/sys/policy.h 1.58 +11 -10 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 17:11:16 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15E3F1065694 for ; Thu, 8 Oct 2009 17:11:16 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEDC78FC19 for ; Thu, 8 Oct 2009 17:11:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98HBFZh095483 for ; Thu, 8 Oct 2009 17:11:15 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98HBFuW095482 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 17:11:15 GMT (envelope-from stefanf@repoman.freebsd.org) Message-Id: <200910081711.n98HBFuW095482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stefanf@repoman.freebsd.org using -f From: Stefan Farfeleder Date: Thu, 8 Oct 2009 17:11:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 17:11:16 -0000 stefanf 2009-10-08 17:11:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin/sh parser.c Log: SVN rev 197862 on 2009-10-08 17:11:01Z by stefanf Merge r191009. > Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire > pipeline cmd2 | cmd3 and not just cmd2. Revision Changes Path 1.58.2.2 +1 -0 src/bin/sh/parser.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 17:42:09 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678701065739 for ; Thu, 8 Oct 2009 17:42:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDB438FC17 for ; Thu, 8 Oct 2009 17:42:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98Hg65f097670 for ; Thu, 8 Oct 2009 17:42:06 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98Hg6Er097669 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 17:42:06 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <200910081742.n98Hg6Er097669@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Thu, 8 Oct 2009 17:41:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 17:42:09 -0000 jkim 2009-10-08 17:41:53 UTC FreeBSD src repository Modified files: sys/amd64/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c Log: SVN rev 197863 on 2009-10-08 17:41:53Z by jkim Clean up amd64 suspend/resume code. - Allocate memory for wakeup code after ACPI bus is attached. The early memory allocation hack was inherited from i386 but amd64 does not need it. - Exclude real mode IVT and BDA explicitly. Improve comments about memory allocation and reason for the exclusions. It is a no-op in reality, though. - Remove an unnecessary CLD from wakeup code and re-align. Revision Changes Path 1.24 +10 -3 src/sys/amd64/acpica/acpi_machdep.c 1.4 +3 -3 src/sys/amd64/acpica/acpi_wakecode.S 1.27 +22 -27 src/sys/amd64/acpica/acpi_wakeup.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 19:45:58 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63B871065695 for ; Thu, 8 Oct 2009 19:45:58 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 395488FC24 for ; Thu, 8 Oct 2009 19:45:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98JjwTS008720 for ; Thu, 8 Oct 2009 19:45:58 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98JjwVJ008719 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 19:45:58 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <200910081945.n98JjwVJ008719@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Thu, 8 Oct 2009 19:45:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libzfs/common libzfs_dataset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 19:45:58 -0000 trasz 2009-10-08 19:45:37 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libzfs/common libzfs_dataset.c Log: SVN rev 197867 on 2009-10-08 19:45:37Z by trasz Properly mark ZFS properties which are not changeable under FreeBSD. Reviewed by: pjd Revision Changes Path 1.6 +6 -1 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 20:33:22 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A7B106575D for ; Thu, 8 Oct 2009 20:33:19 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C89DF8FC08 for ; Thu, 8 Oct 2009 20:33:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98KXJE0013026 for ; Thu, 8 Oct 2009 20:33:19 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98KXJih013025 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 20:33:19 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <200910082033.n98KXJih013025@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 8 Oct 2009 20:33:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 20:33:22 -0000 tuexen 2009-10-08 20:33:12 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: SVN rev 197868 on 2009-10-08 20:33:12Z by tuexen Use correct arguments when calling SCTP_RTALLOC(). Approved by: rrs (mentor) MFC after: 0 days Revision Changes Path 1.94 +2 -2 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 8 20:58:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8F241065670 for ; Thu, 8 Oct 2009 20:58:25 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2B08FC18 for ; Thu, 8 Oct 2009 20:58:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98KwPot025009 for ; Thu, 8 Oct 2009 20:58:25 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98KwPRS025008 for cvs-src-old@freebsd.org; Thu, 8 Oct 2009 20:58:25 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200910082058.n98KwPRS025008@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Thu, 8 Oct 2009 20:58:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 20:58:25 -0000 bz 2009-10-08 20:58:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net route.c Log: SVN rev 197869 on 2009-10-08 20:58:09Z by bz MFC r197727: Put #ifdef INET around parts of the FLOWTABLE code, to unbreak nooptions INET kernel builds. Approved by: re (kib) Revision Changes Path 1.167.2.3 +4 -0 src/sys/net/route.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 09:18:45 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A3E71065672 for ; Fri, 9 Oct 2009 09:18:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3EA68FC23 for ; Fri, 9 Oct 2009 09:18:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n999Ii1C021283 for ; Fri, 9 Oct 2009 09:18:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n999IiWA021282 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 09:18:44 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910090918.n999IiWA021282@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 9 Oct 2009 09:18:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 09:18:45 -0000 rwatson 2009-10-09 09:18:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_input.c Log: SVN rev 197895 on 2009-10-09 09:18:22Z by rwatson Merge r197814 from head to stable/8: Remove tcp_input lock statistics; these are intended for debugging only and are not intended to ship in 8.0 as they dirty additional cache lines in a performance-critical per-packet path. Approved by: re (kib, bz) Revision Changes Path 1.411.2.3 +2 -32 src/sys/netinet/tcp_input.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 09:30:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB91F1065679 for ; Fri, 9 Oct 2009 09:30:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 809058FC25 for ; Fri, 9 Oct 2009 09:30:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n999UKWr022136 for ; Fri, 9 Oct 2009 09:30:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n999UKkg022135 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 09:30:20 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910090930.n999UKkg022135@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 9 Oct 2009 09:29:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/ata ata_da.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 09:30:20 -0000 pjd 2009-10-09 09:29:59 UTC FreeBSD src repository Modified files: sys/cam/ata ata_da.c Log: SVN rev 197896 on 2009-10-09 09:29:59Z by pjd Export disk serial numbers for adaX disks. Reviewed by: mav MFC after: 3 days Revision Changes Path 1.5 +2 -0 src/sys/cam/ata/ata_da.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 09:42:47 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 970F5106568D for ; Fri, 9 Oct 2009 09:42:47 +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 830A98FC22 for ; Fri, 9 Oct 2009 09:42:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n999glkW023077 for ; Fri, 9 Oct 2009 09:42:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n999gl2l023076 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 09:42:47 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200910090942.n999gl2l023076@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 9 Oct 2009 09:42:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/part g_part.c src/sys/geom/shsec g_shsec.c src/sys/geom/stripe g_stripe.c src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 09:42:47 -0000 pjd 2009-10-09 09:42:22 UTC FreeBSD src repository Modified files: sys/geom/concat g_concat.c sys/geom/label g_label.c sys/geom/part g_part.c sys/geom/shsec g_shsec.c sys/geom/stripe g_stripe.c sys/geom/uzip g_uzip.c Log: SVN rev 197898 on 2009-10-09 09:42:22Z by pjd If provider is open for writing when we taste it, skip it for classes that depend on on-disk metadata. This was we won't attach to providers that are used by other classes. For example we don't want to configure partitions on da0 if it is part of gmirror, what we really want is partitions on mirror/foo. During regular work it works like this: if provider is open for writing a class receives the spoiled event from GEOM and detaches, once provider is closed the taste event is send again and class can rediscover its metadata if it is still there. This doesn't work that way when new class arrives, because GEOM gives all existing providers for it to taste, also those open for writing. Classes have to decided on their own if they want to deal with such providers (eg. geom_dev) or not (classes modified by this commit). Reported by: des, Oliver Lehmann Tested by: des, Oliver Lehmann Discussed with: phk, marcel Reviewed by: marcel MFC after: 3 days Revision Changes Path 1.32 +4 -0 src/sys/geom/concat/g_concat.c 1.25 +4 -0 src/sys/geom/label/g_label.c 1.41 +4 -0 src/sys/geom/part/g_part.c 1.7 +4 -0 src/sys/geom/shsec/g_shsec.c 1.35 +4 -0 src/sys/geom/stripe/g_stripe.c 1.13 +5 -0 src/sys/geom/uzip/g_uzip.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 09:43:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8788810657A1 for ; Fri, 9 Oct 2009 09:43:08 +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 5C53E8FC16 for ; Fri, 9 Oct 2009 09:43:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n999h89e023118 for ; Fri, 9 Oct 2009 09:43:08 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n999h8L2023117 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 09:43:08 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200910090943.n999h8L2023117@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Fri, 9 Oct 2009 09:42:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/openpam/doc/man pam.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 09:43:08 -0000 des 2009-10-09 09:42:58 UTC FreeBSD src repository Modified files: contrib/openpam/doc/man pam.conf.5 Log: SVN rev 197899 on 2009-10-09 09:42:58Z by des Merge upstream r421: grammar nit in pam.conf(5). Revision Changes Path 1.2 +13 -9 src/contrib/openpam/doc/man/pam.conf.5 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 10:03:59 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D16EA10656C5 for ; Fri, 9 Oct 2009 10:03:59 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A61568FC15 for ; Fri, 9 Oct 2009 10:03:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99A3xm9025543 for ; Fri, 9 Oct 2009 10:03:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99A3xSu025542 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 10:03:59 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091003.n99A3xSu025542@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 10:03:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 lindev.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 10:03:59 -0000 brueffer 2009-10-09 10:03:41 UTC FreeBSD src repository Modified files: share/man/man4 lindev.4 Log: SVN rev 197900 on 2009-10-09 10:03:41Z by brueffer Improved one-line description of this module (taken from NOTES). Revision Changes Path 1.2 +1 -1 src/share/man/man4/lindev.4 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 13:25:57 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E7FC1065672 for ; Fri, 9 Oct 2009 13:25:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D76278FC17 for ; Fri, 9 Oct 2009 13:25:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99DPuPi053074 for ; Fri, 9 Oct 2009 13:25:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99DPuR7053073 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 13:25:56 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091325.n99DPuR7053073@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 13:25:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/geom/class/nop gnop.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:25:57 -0000 brueffer 2009-10-09 13:25:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/geom/class/nop gnop.8 Log: SVN rev 197902 on 2009-10-09 13:25:45Z by brueffer MFC: r197274 Fix the example, -w is the right switch for write failure probability. Approved by: re (kib) Revision Changes Path 1.22.2.2 +3 -3 src/sbin/geom/class/nop/gnop.8 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 13:31:47 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EA3810656AD for ; Fri, 9 Oct 2009 13:31:47 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 634B28FC23 for ; Fri, 9 Oct 2009 13:31:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99DVl66053466 for ; Fri, 9 Oct 2009 13:31:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99DVlOR053465 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 13:31:47 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091331.n99DVlOR053465@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 13:31:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/mksnap_ffs mksnap_ffs.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:31:47 -0000 brueffer 2009-10-09 13:31:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/mksnap_ffs mksnap_ffs.8 Log: SVN rev 197903 on 2009-10-09 13:31:36Z by brueffer MFC: r197275 Fix an xref. Approved by: re (kib) Revision Changes Path 1.5.2.2 +1 -1 src/sbin/mksnap_ffs/mksnap_ffs.8 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 13:36:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A71B7106577B for ; Fri, 9 Oct 2009 13:36:26 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 988E08FC1A for ; Fri, 9 Oct 2009 13:36:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99DaNEF053853 for ; Fri, 9 Oct 2009 13:36:23 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99DaNaK053852 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 13:36:23 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091336.n99DaNaK053852@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 13:36:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man4 acpi_panasonic.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:36:26 -0000 brueffer 2009-10-09 13:36:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 acpi_panasonic.4 Log: SVN rev 197904 on 2009-10-09 13:36:14Z by brueffer MFC: r197276 Correct a sysctl name. Approved by: re (kib) Revision Changes Path 1.1.2.2 +2 -2 src/share/man/man4/acpi_panasonic.4 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 13:42:15 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52B0C1065679 for ; Fri, 9 Oct 2009 13:42:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D89D8FC19 for ; Fri, 9 Oct 2009 13:42:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99DgEJM054311 for ; Fri, 9 Oct 2009 13:42:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99DgESB054310 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 13:42:14 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091342.n99DgESB054310@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 13:41:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 ieee80211.9 ieee80211_amrr.9 ieee80211_beacon.9 ieee80211_bmiss.9 ieee80211_crypto.9 ieee80211_ddb.9 ieee80211_input.9 ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 ieee80211_radiotap.9 ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:42:15 -0000 brueffer 2009-10-09 13:41:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 ieee80211.9 ieee80211_amrr.9 ieee80211_beacon.9 ieee80211_bmiss.9 ieee80211_crypto.9 ieee80211_ddb.9 ieee80211_input.9 ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 ieee80211_radiotap.9 ieee80211_regdomain.9 ieee80211_scan.9 ieee80211_vap.9 Log: SVN rev 197905 on 2009-10-09 13:41:53Z by brueffer MFC: r197300 Various mdoc, spelling etc fixes. Approved by: re (kib) Revision Changes Path 1.4.22.3 +3 -3 src/share/man/man9/ieee80211.9 1.1.2.3 +1 -1 src/share/man/man9/ieee80211_amrr.9 1.1.2.3 +1 -1 src/share/man/man9/ieee80211_beacon.9 1.1.2.3 +2 -2 src/share/man/man9/ieee80211_bmiss.9 1.3.22.3 +6 -6 src/share/man/man9/ieee80211_crypto.9 1.1.2.3 +2 -2 src/share/man/man9/ieee80211_ddb.9 1.3.22.3 +1 -1 src/share/man/man9/ieee80211_input.9 1.4.22.3 +1 -1 src/share/man/man9/ieee80211_node.9 1.3.22.3 +4 -4 src/share/man/man9/ieee80211_output.9 1.3.22.3 +4 -4 src/share/man/man9/ieee80211_proto.9 1.5.2.3 +9 -10 src/share/man/man9/ieee80211_radiotap.9 1.1.2.3 +2 -2 src/share/man/man9/ieee80211_regdomain.9 1.1.2.3 +1 -1 src/share/man/man9/ieee80211_scan.9 1.1.2.3 +1 -1 src/share/man/man9/ieee80211_vap.9 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 13:47:05 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2129106568B for ; Fri, 9 Oct 2009 13:47:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75E9D8FC1A for ; Fri, 9 Oct 2009 13:47:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99Dl51N054657 for ; Fri, 9 Oct 2009 13:47:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99Dl5ee054656 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 13:47:05 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091347.n99Dl5ee054656@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 13:46:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 fail.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:47:05 -0000 brueffer 2009-10-09 13:46:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 fail.9 Log: SVN rev 197906 on 2009-10-09 13:46:55Z by brueffer MFC: r197310 Fix mdoc, typos, contractions. Approved by: re (kib) Revision Changes Path 1.2.2.2 +13 -17 src/share/man/man9/fail.9 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 13:57:39 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C311065693 for ; Fri, 9 Oct 2009 13:57:39 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C63EA8FC26 for ; Fri, 9 Oct 2009 13:57:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99Dvddv055391 for ; Fri, 9 Oct 2009 13:57:39 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99DvddO055390 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 13:57:39 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200910091357.n99DvddO055390@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 9 Oct 2009 13:52:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/sys setfib.2 src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:57:40 -0000 brueffer 2009-10-09 13:52:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/sys setfib.2 sbin/ipfw ipfw.8 Log: SVN rev 197907 on 2009-10-09 13:52:49Z by brueffer MFC: r197312 Fix setfib(1) section number. Approved by: re (kib) Revision Changes Path 1.5.2.2 +2 -2 src/lib/libc/sys/setfib.2 1.231.2.2 +1 -1 src/sbin/ipfw/ipfw.8 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 15:52:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 906C31065672 for ; Fri, 9 Oct 2009 15:52:31 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E26D8FC18 for ; Fri, 9 Oct 2009 15:52:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99FqVKr065515 for ; Fri, 9 Oct 2009 15:52:31 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99FqVkU065514 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 15:52:31 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200910091552.n99FqVkU065514@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Fri, 9 Oct 2009 15:51:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 15:52:31 -0000 attilio 2009-10-09 15:51:40 UTC FreeBSD src repository Modified files: sys/amd64/include atomic.h sys/i386/include atomic.h Log: SVN rev 197910 on 2009-10-09 15:51:40Z by attilio atomic_cmpset_barr_* was added in order to cope with compilers willing to specify their own version of atomic_cmpset_* which could have been different than the membar version. Right now, however, FreeBSD is bound mostly to GCC-like compilers and it is desired to add new support and compat shim mostly when there is a real necessity, in order to avoid too much compatibility bloats. In this optic, bring back atomic_cmpset_{acq, rel}_* to be the same as atomic_cmpset_* and unwind the atomic_cmpset_barr_* introduction. Requested by: jhb Reviewed by: jhb Tested by: Giovanni Trematerra Revision Changes Path 1.49 +44 -32 src/sys/amd64/include/atomic.h 1.54 +48 -64 src/sys/i386/include/atomic.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 9 19:30:41 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7381106568F for ; Fri, 9 Oct 2009 19:30:41 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7A78FC25 for ; Fri, 9 Oct 2009 19:30:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n99JUf8B094706 for ; Fri, 9 Oct 2009 19:30:41 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n99JUfJv094705 for cvs-src-old@freebsd.org; Fri, 9 Oct 2009 19:30:41 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <200910091930.n99JUfJv094705@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Fri, 9 Oct 2009 19:30:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_os_bsd.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 19:30:41 -0000 tuexen 2009-10-09 19:30:23 UTC FreeBSD src repository Modified files: sys/netinet sctp_os_bsd.h Log: SVN rev 197914 on 2009-10-09 19:30:23Z by tuexen Do not include vnet.h twice. Approved by: rrs (mentor) MFC after: 3 days Revision Changes Path 1.55 +0 -1 src/sys/netinet/sctp_os_bsd.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 03:33:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3FFC1065672 for ; Sat, 10 Oct 2009 03:33:08 +0000 (UTC) (envelope-from eri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B88EB8FC13 for ; Sat, 10 Oct 2009 03:33:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9A3X8da056937 for ; Sat, 10 Oct 2009 03:33:08 GMT (envelope-from eri@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9A3X8qJ056936 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 03:33:08 GMT (envelope-from eri@repoman.freebsd.org) Message-Id: <200910100333.n9A3X8qJ056936@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to eri@repoman.freebsd.org using -f From: Ermal Luçi Date: Sat, 10 Oct 2009 03:32:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/pf Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 03:33:09 -0000 eri 2009-10-10 03:32:46 UTC FreeBSD src repository Modified files: sys/modules/pf Makefile Log: SVN rev 197928 on 2009-10-10 03:32:46Z by eri Fix typo which has survived amazingly long! Approved by: mlaier(mentor) MFC after: 3 days Revision Changes Path 1.18 +1 -1 src/sys/modules/pf/Makefile From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 13:59:34 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7045D10656C0 for ; Sat, 10 Oct 2009 13:59:34 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 459968FC0A for ; Sat, 10 Oct 2009 13:59:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ADxYJc042389 for ; Sat, 10 Oct 2009 13:59:34 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9ADxYoM042388 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 13:59:34 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <200910101359.n9ADxYoM042388@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Sat, 10 Oct 2009 13:59:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_os_bsd.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 13:59:34 -0000 tuexen 2009-10-10 13:59:18 UTC FreeBSD src repository Modified files: sys/netinet sctp_os_bsd.h Log: SVN rev 197929 on 2009-10-10 13:59:18Z by tuexen Correct include order as indicated by bz. Approved by: re (mentor) MFC after: 3 days Revision Changes Path 1.56 +1 -2 src/sys/netinet/sctp_os_bsd.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 14:56:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90716106566B for ; Sat, 10 Oct 2009 14:56:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EE3A8FC13 for ; Sat, 10 Oct 2009 14:56:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AEuuVq047475 for ; Sat, 10 Oct 2009 14:56:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AEuuEB047474 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 14:56:56 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910101456.n9AEuuEB047474@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 10 Oct 2009 14:56:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 14:56:56 -0000 kib 2009-10-10 14:56:34 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: SVN rev 197930 on 2009-10-10 14:56:34Z by kib Postpone dropping fp till both kq_global and kqueue mutexes are unlocked. fdrop() closes file descriptor when reference count goes to zero. Close method for vnodes locks the vnode, resulting in "sleepable after non-sleepable". For pipes, pipe mutex is before kqueue lock, causing LOR. Reported and tested by: pho MFC after: 2 weeks Revision Changes Path 1.136 +3 -3 src/sys/kern/kern_event.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 15:27:32 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1DEB1065693 for ; Sat, 10 Oct 2009 15:27: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 C09F58FC3D for ; Sat, 10 Oct 2009 15:27:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AFRWex050687 for ; Sat, 10 Oct 2009 15:27:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AFRW5n050686 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 15:27:32 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910101527.n9AFRW5n050686@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 10 Oct 2009 15:27:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 15:27:32 -0000 kib 2009-10-10 15:27:10 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: SVN rev 197931 on 2009-10-10 15:27:10Z by kib Calculate relocation base for the main object, and apply the relocation adjustment for all virtual addresses encoded into the ELF structures of it. PIE binary could and should be loaded at non-zero mapbase. For sym_zero pseudosymbol used as a return value from find_symdef() for undefined weak symbols, st_value also should be adjusted, since _rtld_bind corrects symbol values by relocbase. Discussed with: bz Reviewed by: kan Tested by: bz (i386, amd64), bsam (linux) MFC after: some time Revision Changes Path 1.140 +15 -14 src/libexec/rtld-elf/rtld.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 15:29:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97E6610656A6 for ; Sat, 10 Oct 2009 15:29:08 +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 6DC098FC21 for ; Sat, 10 Oct 2009 15:29:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AFT80l050794 for ; Sat, 10 Oct 2009 15:29:08 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AFT8W5050793 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 15:29:08 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910101529.n9AFT8W5050793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 10 Oct 2009 15:28:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 15:29:08 -0000 kib 2009-10-10 15:28:52 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: SVN rev 197932 on 2009-10-10 15:28:52Z by kib Do not map segments of zero length. Discussed with: bz Reviewed by: kan Tested by: bz (i386, amd64), bsam (linux) MFC after: some time Revision Changes Path 1.201 +4 -1 src/sys/kern/imgact_elf.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 15:32:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73CF91065679 for ; Sat, 10 Oct 2009 15:32:27 +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 5EDB38FC12 for ; Sat, 10 Oct 2009 15:32:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AFWRTu051115 for ; Sat, 10 Oct 2009 15:32:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AFWRXX051114 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 15:32:27 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910101532.n9AFWRXX051114@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 10 Oct 2009 15:31:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include elf.h src/sys/arm/include elf.h src/sys/i386/include elf.h src/sys/ia64/include elf.h src/sys/mips/include elf.h src/sys/powerpc/include elf.h src/sys/sparc64/include elf.h src/sys/sun4v/include elf.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 15:32:27 -0000 kib 2009-10-10 15:31:24 UTC FreeBSD src repository Modified files: sys/amd64/include elf.h sys/arm/include elf.h sys/i386/include elf.h sys/ia64/include elf.h sys/mips/include elf.h sys/powerpc/include elf.h sys/sparc64/include elf.h sys/sun4v/include elf.h Log: SVN rev 197933 on 2009-10-10 15:31:24Z by kib Define architectural load bases for PIE binaries. Addresses were selected by looking at the bases used for non-relocatable executables by gnu ld(1), and adjusting it slightly. Discussed with: bz Reviewed by: kan Tested by: bz (i386, amd64), bsam (linux) MFC after: some time Revision Changes Path 1.22 +6 -0 src/sys/amd64/include/elf.h 1.11 +3 -0 src/sys/arm/include/elf.h 1.20 +2 -0 src/sys/i386/include/elf.h 1.18 +2 -0 src/sys/ia64/include/elf.h 1.5 +2 -0 src/sys/mips/include/elf.h 1.11 +2 -0 src/sys/powerpc/include/elf.h 1.18 +2 -0 src/sys/sparc64/include/elf.h 1.5 +2 -0 src/sys/sun4v/include/elf.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 15:33:18 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C1C1065695 for ; Sat, 10 Oct 2009 15:33:18 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0A18FC16 for ; Sat, 10 Oct 2009 15:33:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AFXIWo051225 for ; Sat, 10 Oct 2009 15:33:18 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AFXISJ051224 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 15:33:18 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910101533.n9AFXISJ051224@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 10 Oct 2009 15:33:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 15:33:18 -0000 kib 2009-10-10 15:33:01 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: SVN rev 197934 on 2009-10-10 15:33:01Z by kib Map PIE binaries at non-zero base address. Discussed with: bz Reviewed by: kan Tested by: bz (i386, amd64), bsam (linux) MFC after: some time Revision Changes Path 1.202 +14 -10 src/sys/kern/imgact_elf.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 18:25:12 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D083B1065788 for ; Sat, 10 Oct 2009 18:25:12 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D835D8FC1D for ; Sat, 10 Oct 2009 18:25:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AIPAJB076491 for ; Sat, 10 Oct 2009 18:25:10 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AIPA23076490 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 18:25:10 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200910101825.n9AIPA23076490@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sat, 10 Oct 2009 18:24:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_tty.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 18:25:12 -0000 marcel 2009-10-10 18:24:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/uart uart_bus.h uart_core.c uart_tty.c Log: SVN rev 197938 on 2009-10-10 18:24:54Z by marcel MFC change 197721: Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY interface is fairly simple WRT dealing with flow control, but needed 2 new RX buffer functions with "get-char-from-buf" separated from "advance-buf-pointer" so that the pointer could be advanced only when ttydisc_rint() succeeded. Approved by: re (kib) Revision Changes Path 1.15.10.2 +25 -0 src/sys/dev/uart/uart_bus.h 1.25.2.2 +1 -1 src/sys/dev/uart/uart_core.c 1.33.2.2 +29 -26 src/sys/dev/uart/uart_tty.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 21:17:47 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35761065672 for ; Sat, 10 Oct 2009 21:17:47 +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 B85C68FC17 for ; Sat, 10 Oct 2009 21:17:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ALHlOo001863 for ; Sat, 10 Oct 2009 21:17:47 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9ALHlgV001862 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 21:17:47 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200910102117.n9ALHlgV001862@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 10 Oct 2009 21:17:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 21:17:48 -0000 kib 2009-10-10 21:17:30 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: SVN rev 197942 on 2009-10-10 21:17:30Z by kib Refine r195509, instead of checking that vnode type is VBAD, that is set quite late in the revocation path, properly verify that vnode is not doomed before calling VOP. Reported and tested by: Harald Schmalzbauer MFC after: 3 days Revision Changes Path 1.332 +3 -3 src/sys/kern/kern_exit.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 21:49:18 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC1AF10656AB for ; Sat, 10 Oct 2009 21:49:18 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0B428FC1C for ; Sat, 10 Oct 2009 21:49:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ALnIgV004168 for ; Sat, 10 Oct 2009 21:49:18 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9ALnIYf004167 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 21:49:18 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <200910102149.n9ALnIYf004167@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Sat, 10 Oct 2009 21:49:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 21:49:18 -0000 trasz 2009-10-10 21:49:04 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: SVN rev 197945 on 2009-10-10 21:49:04Z by trasz Orphaning provider with EXDEV seems weird; perhaps the author meant ENXIO here? Revision Changes Path 1.323 +1 -1 src/sys/dev/fdc/fdc.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 22:21:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 142F11065679 for ; Sat, 10 Oct 2009 22:21:31 +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 DB2598FC08 for ; Sat, 10 Oct 2009 22:21:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AMLUCw007500 for ; Sat, 10 Oct 2009 22:21:30 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AMLUsH007499 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 22:21:30 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200910102221.n9AMLUsH007499@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Sat, 10 Oct 2009 22:17:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc.subr src/etc/rc.d bgfsck cleartmp faith fsck hostid hostname ldconfig motd mountcritlocal moused netif newsyslog nfsclient pf savecore stf X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 22:21:31 -0000 dougb 2009-10-10 22:17:03 UTC FreeBSD src repository Modified files: etc rc.subr etc/rc.d bgfsck cleartmp faith fsck hostid hostname ldconfig motd mountcritlocal moused netif newsyslog nfsclient pf savecore stf Log: SVN rev 197947 on 2009-10-10 22:17:03Z by dougb In regards to the "Starting foo:" type messages at boot time, create and employ a more generic solution, and use it in the individual rc.d scripts that also have an $rc_quiet test: 1. Add check_startmsgs() to rc.subr. 2. In the rc.d scripts that use rc_quiet (and rc.subr) substitute variations of [ -z "$rc_quiet" ] with check_startmsgs 3. In savecore add a trailing '.' to the end of the message to make it more consistent with other scripts. 4. In newsyslog remove a : before the terminal '.' since we do not expect there to be anything printed out in between to make it more consistent. 5. In the following scripts change "quotes" to 'quotes' where no variables exist in the message: savecore pf newsyslog 6. In the following scripts substitute if/then/fi for the simpler (and more consistent) check_startmsgs &&: faith stf 7. In the following scripts separate the "Starting foo:" from the terminal '.' to make them more consistent: moused hostname pf 8. In nfsclient move the message to its own line to avoid a style bug 9. In pf rc_quiet does not apply to the _stop method, so remove the test there. 10. In motd add 'quotes' around the terminal '.' for consistency Revision Changes Path 1.10 +1 -1 src/etc/rc.d/bgfsck 1.20 +2 -2 src/etc/rc.d/cleartmp 1.4 +1 -3 src/etc/rc.d/faith 1.15 +1 -1 src/etc/rc.d/fsck 1.12 +2 -2 src/etc/rc.d/hostid 1.14 +2 -1 src/etc/rc.d/hostname 1.21 +3 -4 src/etc/rc.d/ldconfig 1.12 +2 -2 src/etc/rc.d/motd 1.18 +2 -2 src/etc/rc.d/mountcritlocal 1.16 +2 -1 src/etc/rc.d/moused 1.35 +1 -1 src/etc/rc.d/netif 1.8 +2 -2 src/etc/rc.d/newsyslog 1.8 +2 -1 src/etc/rc.d/nfsclient 1.20 +4 -2 src/etc/rc.d/pf 1.17 +1 -1 src/etc/rc.d/savecore 1.4 +2 -3 src/etc/rc.d/stf 1.92 +15 -7 src/etc/rc.subr From owner-cvs-src-old@FreeBSD.ORG Sat Oct 10 22:29:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6405310657DA for ; Sat, 10 Oct 2009 22:29:48 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520928FC0A for ; Sat, 10 Oct 2009 22:29:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AMTmnN008042 for ; Sat, 10 Oct 2009 22:29:48 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9AMTmCL008041 for cvs-src-old@freebsd.org; Sat, 10 Oct 2009 22:29:48 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200910102229.n9AMTmCL008041@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Sat, 10 Oct 2009 22:29:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_eeprom_v4k.c ah_eeprom_v4k.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 22:29:48 -0000 rpaulo 2009-10-10 22:29:34 UTC FreeBSD src repository Added files: sys/dev/ath/ath_hal ah_eeprom_v4k.c ah_eeprom_v4k.h Log: SVN rev 197948 on 2009-10-10 22:29:34Z by rpaulo Atheros EEPROM version 4K. This version is mostly based on version 1.4. This is needed by the upcoming AR9285 support. Information on the layout gathered from Linux ath9k. Not yet connected to the build. Tested by: Eugeny Dzhurinsky Revision Changes Path 1.1 +404 -0 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c (new) 1.1 +157 -0 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.h (new)