From owner-cvs-src@FreeBSD.ORG Sun May 6 00:01:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56A5616A403; Sun, 6 May 2007 00:01:20 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1505013C43E; Sun, 6 May 2007 00:01:19 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4601IiT029411; Sun, 6 May 2007 00:01:18 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4601IMq029405; Sun, 6 May 2007 00:01:18 GMT (envelope-from rrs) Message-Id: <200705060001.l4601IMq029405@repoman.freebsd.org> From: Randall Stewart Date: Sun, 6 May 2007 00:01:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_input.c sctputil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:01:20 -0000 rrs 2007-05-06 00:01:18 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c sctputil.c Log: Two bugs: - Locks were not being unlocked when an invalid size chunk is sent in. - When a notification comes in, we cannot use it to look up the fragment interleave stream information since its not on a stream. Revision Changes Path 1.22 +22 -0 src/sys/netinet/sctp_input.c 1.25 +15 -10 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Sun May 6 00:25:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3C0516A402; Sun, 6 May 2007 00:25:21 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFC513C43E; Sun, 6 May 2007 00:25:21 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l460PLon034513; Sun, 6 May 2007 00:25:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l460PL2e034512; Sun, 6 May 2007 00:25:21 GMT (envelope-from pjd) Message-Id: <200705060025.l460PL2e034512@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 00:25:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/diskinfo diskinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:25:21 -0000 pjd 2007-05-06 00:25:21 UTC FreeBSD src repository Modified files: usr.sbin/diskinfo diskinfo.c Log: Print provider's ident when in verbose mode. Revision Changes Path 1.9 +6 -1 src/usr.sbin/diskinfo/diskinfo.c From owner-cvs-src@FreeBSD.ORG Sun May 6 00:31:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F0A216A403; Sun, 6 May 2007 00:31:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5853413C44B; Sun, 6 May 2007 00:31:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l460Vdsh035316; Sun, 6 May 2007 00:31:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l460Vdqv035315; Sun, 6 May 2007 00:31:39 GMT (envelope-from pjd) Message-Id: <200705060031.l460Vdqv035315@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 00:31:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/multipath gmultipath.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:31:39 -0000 pjd 2007-05-06 00:31:39 UTC FreeBSD src repository Modified files: sbin/geom/class/multipath gmultipath.8 Log: Fix mdoc warnings. Revision Changes Path 1.4 +1 -3 src/sbin/geom/class/multipath/gmultipath.8 From owner-cvs-src@FreeBSD.ORG Sun May 6 00:34:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E6D016A401; Sun, 6 May 2007 00:34:44 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD9013C45A; Sun, 6 May 2007 00:34:44 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l460YiDw036032; Sun, 6 May 2007 00:34:44 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l460YiIA036031; Sun, 6 May 2007 00:34:44 GMT (envelope-from alc) Message-Id: <200705060034.l460YiIA036031@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 May 2007 00:34:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:34:44 -0000 alc 2007-05-06 00:34:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 pmap.c Log: MFC Revision 1.538: Remove stale KSE code. MFC Revision 1.551: In general, bits in the page directory entry (PDE) and the page table entry (PTE) have the same meaning. The exception to this rule is the eighth bit (0x080). It is the PS bit in a PDE and the PAT bit in a PTE. This change avoids the possibility that pmap_enter() confuses a PAT bit with a PS bit, avoiding a panic(). Eliminate a diagnostic printf() from the i386 pmap_enter() that serves no current purpose. MFC Revision 1.559: Eliminate a comment that became stale after revision 1.540. MFC Revision 1.575: Finish the PG_NX support at the pmap level. MFC Revision 1.582: Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtual page boundary. Revision Changes Path 1.516.2.16 +22 -26 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sun May 6 01:17:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36A9616A400; Sun, 6 May 2007 01:17:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0F81A13C44B; Sun, 6 May 2007 01:17:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l461HkUd051778; Sun, 6 May 2007 01:17:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l461HkrB051777; Sun, 6 May 2007 01:17:46 GMT (envelope-from pjd) Message-Id: <200705060117.l461HkrB051777@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 01:17:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libgeom Makefile geom_util.c libgeom.3 libgeom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:17:47 -0000 pjd 2007-05-06 01:17:46 UTC FreeBSD src repository Modified files: lib/libgeom Makefile libgeom.3 libgeom.h Added files: lib/libgeom geom_util.c Log: Implement and document some utility functions that can be used to communicate with GEOM providers. OK'ed by: phk Revision Changes Path 1.11 +11 -1 src/lib/libgeom/Makefile 1.1 +236 -0 src/lib/libgeom/geom_util.c (new) 1.8 +102 -2 src/lib/libgeom/libgeom.3 1.11 +11 -0 src/lib/libgeom/libgeom.h From owner-cvs-src@FreeBSD.ORG Sun May 6 01:20:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFC0616A404; Sun, 6 May 2007 01:20:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9967913C45D; Sun, 6 May 2007 01:20:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l461K7fW051916; Sun, 6 May 2007 01:20:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l461K7eI051915; Sun, 6 May 2007 01:20:07 GMT (envelope-from pjd) Message-Id: <200705060120.l461K7eI051915@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 01:20:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:20:07 -0000 pjd 2007-05-06 01:20:07 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: File d_ident field with disk's serial number. No answer from: sos Revision Changes Path 1.203 +2 -0 src/sys/dev/ata/ata-disk.c From owner-cvs-src@FreeBSD.ORG Sun May 6 01:23:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08D6616A404; Sun, 6 May 2007 01:23:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 00F7313C44C; Sun, 6 May 2007 01:23:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l461N4DP052926; Sun, 6 May 2007 01:23:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l461N4DK052924; Sun, 6 May 2007 01:23:04 GMT (envelope-from pjd) Message-Id: <200705060123.l461N4DK052924@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 01:23:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/opensolaris/lib/libzpool/common/sys zfs_context.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:23:07 -0000 pjd 2007-05-06 01:23:04 UTC FreeBSD src repository Modified files: contrib/opensolaris/lib/libzpool/common/sys zfs_context.h Log: Clean up a little. Obtained from: OpenSolaris Revision Changes Path 1.7 +4 -4 src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h From owner-cvs-src@FreeBSD.ORG Sun May 6 01:27:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6582816A403; Sun, 6 May 2007 01:27:55 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3E63E13C483; Sun, 6 May 2007 01:27:55 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l461RtUa053559; Sun, 6 May 2007 01:27:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l461Rttx053558; Sun, 6 May 2007 01:27:55 GMT (envelope-from pjd) Message-Id: <200705060127.l461Rttx053558@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 01:27:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:27:55 -0000 pjd 2007-05-06 01:27:55 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock. Revision Changes Path 1.21 +2 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun May 6 01:39:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 922C616A400; Sun, 6 May 2007 01:39:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 815B613C455; Sun, 6 May 2007 01:39:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l461ddKg059366; Sun, 6 May 2007 01:39:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l461ddN9059365; Sun, 6 May 2007 01:39:39 GMT (envelope-from pjd) Message-Id: <200705060139.l461ddN9059365@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 01:39:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/cddl/lib/libzfs Makefile src/compat/opensolaris/misc deviceid.c src/compat/opensolaris/include devid.h src/contrib/opensolaris/cmd/zpool zpool_vdev.c src/sys/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:39:39 -0000 pjd 2007-05-06 01:39:39 UTC FreeBSD src repository Modified files: cddl/lib/libzfs Makefile compat/opensolaris/include devid.h contrib/opensolaris/cmd/zpool zpool_vdev.c sys/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c Added files: compat/opensolaris/misc deviceid.c Log: Use provider's ident to handle situations when disks are moved around and show up with different names: first try to open provider using remembered name and compare its ident, if equal, this is our provider, if not equal or there is no provider with such name, find provider with remembered ident and don't care about the name. Revision Changes Path 1.3 +2 -1 src/cddl/lib/libzfs/Makefile 1.2 +16 -11 src/compat/opensolaris/include/devid.h 1.1 +119 -0 src/compat/opensolaris/misc/deviceid.c (new) 1.2 +43 -10 src/contrib/opensolaris/cmd/zpool/zpool_vdev.c 1.3 +161 -10 src/sys/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c From owner-cvs-src@FreeBSD.ORG Sun May 6 05:23:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D78F616A403; Sun, 6 May 2007 05:23:19 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B14C913C43E; Sun, 6 May 2007 05:23:19 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l465NJE4008687; Sun, 6 May 2007 05:23:19 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l465NJSu008686; Sun, 6 May 2007 05:23:19 GMT (envelope-from alc) Message-Id: <200705060523.l465NJSu008686@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 May 2007 05:23:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/include pmap.h src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 05:23:19 -0000 alc 2007-05-06 05:23:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/include pmap.h sys/amd64/amd64 pmap.c Log: MFC Revision 1.531 of pmap.c: Avoid unnecessary differences between the amd64 and i386 format strings. MFC Revision 1.577 of pmap.c: Use a different bitmask for superpages' base address so that it doesn't conflict with the PG_PDE_PAT bit. Revision Changes Path 1.516.2.17 +6 -10 src/sys/amd64/amd64/pmap.c 1.127.2.5 +1 -0 src/sys/amd64/include/pmap.h From owner-cvs-src@FreeBSD.ORG Sun May 6 10:00:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D954216A401; Sun, 6 May 2007 10:00:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B329F13C489; Sun, 6 May 2007 10:00:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46A0SDg062867; Sun, 6 May 2007 10:00:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46A0Swm062866; Sun, 6 May 2007 10:00:28 GMT (envelope-from des) Message-Id: <200705061000.l46A0Swm062866@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 6 May 2007 10:00:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libgeom libgeom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 10:00:28 -0000 des 2007-05-06 10:00:27 UTC FreeBSD src repository Modified files: lib/libgeom libgeom.h Log: Remove parameter names from prototypes to avoid namespace issues. Revision Changes Path 1.12 +22 -22 src/lib/libgeom/libgeom.h From owner-cvs-src@FreeBSD.ORG Sun May 6 10:02:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B59716A400; Sun, 6 May 2007 10:02:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 506A913C45B; Sun, 6 May 2007 10:02:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id DBE0B46F73; Sun, 6 May 2007 06:02:05 -0400 (EDT) Date: Sun, 6 May 2007 11:02:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav In-Reply-To: <200705061000.l46A0Swm062866@repoman.freebsd.org> Message-ID: <20070506110113.A24765@fledge.watson.org> References: <200705061000.l46A0Swm062866@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libgeom libgeom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 10:02:06 -0000 On Sun, 6 May 2007, Dag-Erling Smorgrav wrote: > des 2007-05-06 10:00:27 UTC > > FreeBSD src repository > > Modified files: > lib/libgeom libgeom.h > Log: > Remove parameter names from prototypes to avoid namespace issues. While possibly not required to fix the build, I think the 'write' argument should be renamed in the .c and .3 files also to avoid future confusion and conflicts. In my local tree I've renamed it to "dowrite", but perhaps Pawel can commit whatever he thinks makes the most sense. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun May 6 10:07:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B16616A402; Sun, 6 May 2007 10:07:21 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8AAFA13C4B7; Sun, 6 May 2007 10:07:21 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46A7Lmp065598; Sun, 6 May 2007 10:07:21 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46A7L3g065595; Sun, 6 May 2007 10:07:21 GMT (envelope-from kevlo) Message-Id: <200705061007.l46A7L3g065595@repoman.freebsd.org> From: Kevin Lo Date: Sun, 6 May 2007 10:07:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile rum.4 src/sys/conf files src/sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h rt2573_ucode.h usbdevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/rum Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 10:07:21 -0000 kevlo 2007-05-06 10:07:21 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/conf files sys/dev/usb usbdevs sys/i386/conf GENERIC sys/modules Makefile Added files: share/man/man4 rum.4 sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h rt2573_ucode.h sys/modules/rum Makefile Log: Add support for Ralink Technology RT2501USB/RT2601USB devices. Reviewed by: sam, sephe Obtained from: OpenBSD Revision Changes Path 1.383 +2 -0 src/share/man/man4/Makefile 1.1 +163 -0 src/share/man/man4/rum.4 (new) 1.1202 +1 -0 src/sys/conf/files 1.1 +2413 -0 src/sys/dev/usb/if_rum.c (new) 1.1 +233 -0 src/sys/dev/usb/if_rumreg.h (new) 1.1 +157 -0 src/sys/dev/usb/if_rumvar.h (new) 1.1 +213 -0 src/sys/dev/usb/rt2573_ucode.h (new) 1.293 +68 -0 src/sys/dev/usb/usbdevs 1.465 +2 -0 src/sys/i386/conf/GENERIC 1.529 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/rum/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sun May 6 12:00:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DE0716A402; Sun, 6 May 2007 12:00:39 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75F5513C457; Sun, 6 May 2007 12:00:39 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46C0dUb084706; Sun, 6 May 2007 12:00:39 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46C0drF084705; Sun, 6 May 2007 12:00:39 GMT (envelope-from wkoszek) Message-Id: <200705061200.l46C0drF084705@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sun, 6 May 2007 12:00:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 12:00:39 -0000 wkoszek 2007-05-06 12:00:38 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Don't acquire Giant unconditionally. Reviewed by: rwatson Revision Changes Path 1.202 +20 -14 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Sun May 6 12:48:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B001B16A401; Sun, 6 May 2007 12:48:40 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8897013C487; Sun, 6 May 2007 12:48:40 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46CmeM1002372; Sun, 6 May 2007 12:48:40 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46CmevY002371; Sun, 6 May 2007 12:48:40 GMT (envelope-from wkoszek) Message-Id: <200705061248.l46CmevY002371@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sun, 6 May 2007 12:48:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 g_bio.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 12:48:40 -0000 wkoszek 2007-05-06 12:48:40 UTC FreeBSD src repository Modified files: share/man/man9 g_bio.9 Log: Add missing 'bp', since it should be passed as g_print_bio() argument. Oked by: pjd Revision Changes Path 1.13 +1 -1 src/share/man/man9/g_bio.9 From owner-cvs-src@FreeBSD.ORG Sun May 6 13:38:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9DF516A402; Sun, 6 May 2007 13:38:25 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 93ACF13C44C; Sun, 6 May 2007 13:38:25 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46DcPxB011314; Sun, 6 May 2007 13:38:25 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46DcPsk011313; Sun, 6 May 2007 13:38:25 GMT (envelope-from andre) Message-Id: <200705061338.l46DcPsk011313@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 13:38:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 13:38:25 -0000 andre 2007-05-06 13:38:25 UTC FreeBSD src repository Modified files: sys/netinet tcp_timer.c Log: Fix two comments. Revision Changes Path 1.91 +2 -2 src/sys/netinet/tcp_timer.c From owner-cvs-src@FreeBSD.ORG Sun May 6 14:11:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CF3516A406; Sun, 6 May 2007 14:11:49 +0000 (UTC) (envelope-from valera@chikalov.dp.ua) Received: from halik.com.ua (halik.com.ua [193.178.146.121]) by mx1.freebsd.org (Postfix) with ESMTP id 563C313C44C; Sun, 6 May 2007 14:11:49 +0000 (UTC) (envelope-from valera@chikalov.dp.ua) Received: from tiger.novakom.dp.ua (unknown [213.227.219.58]) by halik.com.ua (Postfix) with ESMTP id 83AEA5C02E; Sun, 6 May 2007 16:48:51 +0300 (EEST) Message-ID: <463DDCB9.8070205@chikalov.dp.ua> Date: Sun, 06 May 2007 16:48:41 +0300 From: "Valery V.Chikalov" User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: Kevin Lo References: <200705061007.l46A7L3g065595@repoman.freebsd.org> In-Reply-To: <200705061007.l46A7L3g065595@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile rum.4 src/sys/conf files src/sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h rt2573_ucode.h usbdevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/rum Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:11:49 -0000 Kevin Lo wrote: > kevlo 2007-05-06 10:07:21 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 Makefile > sys/conf files > sys/dev/usb usbdevs > sys/i386/conf GENERIC > sys/modules Makefile > Added files: > share/man/man4 rum.4 > sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h > rt2573_ucode.h > sys/modules/rum Makefile > Log: > Add support for Ralink Technology RT2501USB/RT2601USB devices. > Kevin, this driver is not fully functional for me as before. $ dmesg | grep rum rum0: on uhub4 rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528 rum0: Ethernet address: 00:15:e9:f7:5e:79 rum0: if_start running deferred for Giant $ uname -a FreeBSD tiger.novakom.dp.ua 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun May 6 15:46:36 EEST 2007 root@tiger.novakom.dp.ua:/usr/obj/usr/src/sys/TIGER64 amd64 $ sysctl kern.smp.cpus kern.smp.cpus: 2 $ sysctl kern.osreldate kern.osreldate: 700039 svsup'ed 06.may.2007 First of all working of the driver constantly accompanied by the next LORs lock order reversal: (Giant after non-sleepable) 1st 0xffffffff8071ee40 in_multi_mtx (in_multi_mtx) @ /usr/src/sys/netinet/in.c:1013 2nd 0xffffffff806934c0 Giant (Giant) @ /usr/src/sys/modules/rum/../../dev/usb/if_rum.c:1478 lock order reversal: (Giant after non-sleepable) 1st 0xffffff00151d80e8 inp (rawinp) @ /usr/src/sys/netinet/raw_ip.c:286 2nd 0xffffffff806934c0 Giant (Giant) @ /usr/src/sys/modules/rum/../../dev/usb/if_rum.c:1384 And when I trying to get big file by ftp this results to hang. In my version of the functions rum_ioctl and rum_start that I mailed you before there are no any of this issues, of course this don't means that my version is correct, its just for information to make right changes. If you need of testing don't hesitate to ask. Valery. From owner-cvs-src@FreeBSD.ORG Sun May 6 14:25:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C84F16A400; Sun, 6 May 2007 14:25:53 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D532A13C45A; Sun, 6 May 2007 14:25:52 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46EPqSR021275; Sun, 6 May 2007 14:25:52 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46EPqCr021274; Sun, 6 May 2007 14:25:52 GMT (envelope-from des) Message-Id: <200705061425.l46EPqCr021274@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 6 May 2007 14:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_rum.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:25:53 -0000 des 2007-05-06 14:25:52 UTC FreeBSD src repository Modified files: sys/dev/usb if_rum.c Log: Unbreak the build. Revision Changes Path 1.2 +2 -2 src/sys/dev/usb/if_rum.c From owner-cvs-src@FreeBSD.ORG Sun May 6 14:28:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50E6216A400; Sun, 6 May 2007 14:28:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A24F13C469; Sun, 6 May 2007 14:28:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46ESoBB021467; Sun, 6 May 2007 14:28:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46ESouS021466; Sun, 6 May 2007 14:28:50 GMT (envelope-from rwatson) Message-Id: <200705061428.l46ESouS021466@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 May 2007 14:28:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/sockets/sblock Makefile sblock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:28:50 -0000 rwatson 2007-05-06 14:28:50 UTC FreeBSD src repository Added files: tools/regression/sockets/sblock Makefile sblock.c Log: Add a regression test to detect if waiting on the I/O serialization lock on socket buffers is interruptible or not, which detacts the regression I introduced recently in 7-CURRENT (spotted by alfred). This test passes in older -CURRENT, and with the as-yet uncommitted sx_xlock_sig and sblock fix patches. Revision Changes Path 1.1 +9 -0 src/tools/regression/sockets/sblock/Makefile (new) 1.1 +207 -0 src/tools/regression/sockets/sblock/sblock.c (new) From owner-cvs-src@FreeBSD.ORG Sun May 6 14:30:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD34C16A402; Sun, 6 May 2007 14:30:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF1013C455; Sun, 6 May 2007 14:30:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 00F4946FBA; Sun, 6 May 2007 10:30:45 -0400 (EDT) Date: Sun, 6 May 2007 15:30:44 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav In-Reply-To: <200705061425.l46EPqCr021274@repoman.freebsd.org> Message-ID: <20070506152951.F24765@fledge.watson.org> References: <200705061425.l46EPqCr021274@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb if_rum.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:30:45 -0000 On Sun, 6 May 2007, Dag-Erling Smorgrav wrote: > des 2007-05-06 14:25:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb if_rum.c > Log: > Unbreak the build. You've had to fix the build twice in one day, and I fixed it a day or so also. Guys -- please make sure you do full build tests before committing! Accidents happen, and things get overlooked, and that's fine, but I'd really prefer the build weren't broken once a day -- once a week is plenty. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun May 6 14:54:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E926416A401; Sun, 6 May 2007 14:54:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C31BF13C459; Sun, 6 May 2007 14:54:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46EsfOX025980; Sun, 6 May 2007 14:54:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46EsfaR025979; Sun, 6 May 2007 14:54:41 GMT (envelope-from pjd) Message-Id: <200705061454.l46EsfaR025979@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 14:54:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:54:42 -0000 pjd 2007-05-06 14:54:41 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Correct some typos. Revision Changes Path 1.23 +2 -2 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-src@FreeBSD.ORG Sun May 6 14:56:04 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5019616A403; Sun, 6 May 2007 14:56:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2910B13C4AE; Sun, 6 May 2007 14:56:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46Eu4BA026097; Sun, 6 May 2007 14:56:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46Eu3Jr026096; Sun, 6 May 2007 14:56:03 GMT (envelope-from pjd) Message-Id: <200705061456.l46Eu3Jr026096@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 14:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:56:04 -0000 pjd 2007-05-06 14:56:03 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli_ctl.c Log: When deleting key, flush write cache after each overwrite, so we don't overwrite data N times in cache and only once on disk. Revision Changes Path 1.13 +5 -0 src/sys/geom/eli/g_eli_ctl.c From owner-cvs-src@FreeBSD.ORG Sun May 6 15:16:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09D3816A402; Sun, 6 May 2007 15:16:07 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D832713C489; Sun, 6 May 2007 15:16:06 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46FG6PE030351; Sun, 6 May 2007 15:16:06 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46FG6we030349; Sun, 6 May 2007 15:16:06 GMT (envelope-from andre) Message-Id: <200705061516.l46FG6we030349@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 15:16:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:16:07 -0000 andre 2007-05-06 15:16:06 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segment and change it to a void function. We use a compressed structure for TCPS_TIME_WAIT to save memory. Any late late segments arriving for such a connection is handled directly in the TW code. Revision Changes Path 1.343 +17 -65 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun May 6 15:23:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C25916A400; Sun, 6 May 2007 15:23:52 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7626913C4B0; Sun, 6 May 2007 15:23:52 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46FNqFK031824; Sun, 6 May 2007 15:23:52 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46FNqrA031823; Sun, 6 May 2007 15:23:52 GMT (envelope-from andre) Message-Id: <200705061523.l46FNqrA031823@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 15:23:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:23:52 -0000 andre 2007-05-06 15:23:51 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Reorder the TCP header prediction test to check for the most volatile values first to spend less time on a fallback to normal processing. Revision Changes Path 1.344 +6 -4 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun May 6 15:30:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBE9616A400; Sun, 6 May 2007 15:30:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id C155813C48C; Sun, 6 May 2007 15:30:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 6A1BE46C6F; Sun, 6 May 2007 11:30:54 -0400 (EDT) Date: Sun, 6 May 2007 16:30:54 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <200705061516.l46FG6we030349@repoman.freebsd.org> Message-ID: <20070506162919.G24765@fledge.watson.org> References: <200705061516.l46FG6we030349@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:30:55 -0000 On Sun, 6 May 2007, Andre Oppermann wrote: > andre 2007-05-06 15:16:06 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_input.c > Log: > Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segment > and change it to a void function. > > We use a compressed structure for TCPS_TIME_WAIT to save memory. Any late > late segments arriving for such a connection is handled directly in the TW > code. Since tcp_subr.c is such a catch-all, and quite long, I've was thinking last night that we might want to move the tcp_tw* functions (and related bits) into tcp_timewait.c. It could be that if we do that, since it will be 99% post-Berkeley code, that we want to apply the copyright/license from tcp_syncache.c, as jlemon did the timewait code under the same contract as the syncache/syncookie work, but we should check with him. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun May 6 15:41:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 079E916A403; Sun, 6 May 2007 15:41:07 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D5FB413C46C; Sun, 6 May 2007 15:41:06 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46Ff69C034412; Sun, 6 May 2007 15:41:06 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46Ff6j2034411; Sun, 6 May 2007 15:41:06 GMT (envelope-from andre) Message-Id: <200705061541.l46Ff6j2034411@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 15:41:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:41:07 -0000 andre 2007-05-06 15:41:06 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: o Remove redundant tcp reassembly check in header prediction code o Rearrange code to make intent in TCPS_SYN_SENT case more clear o Assorted style cleanup o Comment clarification for tcp_dropwithreset() Revision Changes Path 1.345 +9 -19 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun May 6 15:52:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FA0A16A407 for ; Sun, 6 May 2007 15:52:49 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 00B1313C45A for ; Sun, 6 May 2007 15:52:48 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 15063 invoked from network); 6 May 2007 15:13:15 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 6 May 2007 15:13:15 -0000 Message-ID: <463DF9D6.4000004@freebsd.org> Date: Sun, 06 May 2007 17:52:54 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Robert Watson References: <200705061516.l46FG6we030349@repoman.freebsd.org> <20070506162919.G24765@fledge.watson.org> In-Reply-To: <20070506162919.G24765@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:52:49 -0000 Robert Watson wrote: > > On Sun, 6 May 2007, Andre Oppermann wrote: > >> andre 2007-05-06 15:16:06 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet tcp_input.c >> Log: >> Remove the defunct remains of the TCPS_TIME_WAIT cases from >> tcp_do_segment >> and change it to a void function. >> >> We use a compressed structure for TCPS_TIME_WAIT to save memory. Any >> late >> late segments arriving for such a connection is handled directly in >> the TW >> code. > > Since tcp_subr.c is such a catch-all, and quite long, I've was thinking > last night that we might want to move the tcp_tw* functions (and related > bits) into tcp_timewait.c. It could be that if we do that, since it > will be 99% post-Berkeley code, that we want to apply the > copyright/license from tcp_syncache.c, as jlemon did the timewait code > under the same contract as the syncache/syncookie work, but we should > check with him. Good idea. Will you check with him or shall I? -- Andre From owner-cvs-src@FreeBSD.ORG Sun May 6 15:56:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0512516A404; Sun, 6 May 2007 15:56:32 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EAE8913C459; Sun, 6 May 2007 15:56:31 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46FuVK1036999; Sun, 6 May 2007 15:56:31 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46FuVH4036998; Sun, 6 May 2007 15:56:31 GMT (envelope-from andre) Message-Id: <200705061556.l46FuVH4036998@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 15:56:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:56:32 -0000 andre 2007-05-06 15:56:31 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h Log: Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of a decdicated sack_enable int for this bool. Change all users accordingly. Revision Changes Path 1.346 +22 -22 src/sys/netinet/tcp_input.c 1.134 +6 -4 src/sys/netinet/tcp_output.c 1.277 +3 -2 src/sys/netinet/tcp_subr.c 1.116 +1 -3 src/sys/netinet/tcp_syncache.c 1.152 +3 -3 src/sys/netinet/tcp_usrreq.c 1.146 +0 -1 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Sun May 6 16:04:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FDDE16A401; Sun, 6 May 2007 16:04:37 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7994813C45D; Sun, 6 May 2007 16:04:37 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46G4bg2039662; Sun, 6 May 2007 16:04:37 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46G4bT1039661; Sun, 6 May 2007 16:04:37 GMT (envelope-from andre) Message-Id: <200705061604.l46G4bT1039661@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 16:04:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_usrreq.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 16:04:37 -0000 andre 2007-05-06 16:04:37 UTC FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c tcp_var.h Log: Remove unused requested_s_scale from struct tcpcb. Revision Changes Path 1.153 +2 -2 src/sys/netinet/tcp_usrreq.c 1.147 +0 -1 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Sun May 6 16:08:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0560B16A400; Sun, 6 May 2007 16:08:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id CE16B13C45D; Sun, 6 May 2007 16:08:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 4B44946F4E; Sun, 6 May 2007 12:08:43 -0400 (EDT) Date: Sun, 6 May 2007 17:08:43 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <463DF9D6.4000004@freebsd.org> Message-ID: <20070506170802.L24765@fledge.watson.org> References: <200705061516.l46FG6we030349@repoman.freebsd.org> <20070506162919.G24765@fledge.watson.org> <463DF9D6.4000004@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 16:08:44 -0000 On Sun, 6 May 2007, Andre Oppermann wrote: > Robert Watson wrote: >> >> On Sun, 6 May 2007, Andre Oppermann wrote: >> >>> andre 2007-05-06 15:16:06 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/netinet tcp_input.c >>> Log: >>> Remove the defunct remains of the TCPS_TIME_WAIT cases from >>> tcp_do_segment >>> and change it to a void function. >>> >>> We use a compressed structure for TCPS_TIME_WAIT to save memory. Any >>> late >>> late segments arriving for such a connection is handled directly in the >>> TW >>> code. >> >> Since tcp_subr.c is such a catch-all, and quite long, I've was thinking >> last night that we might want to move the tcp_tw* functions (and related >> bits) into tcp_timewait.c. It could be that if we do that, since it will >> be 99% post-Berkeley code, that we want to apply the copyright/license from >> tcp_syncache.c, as jlemon did the timewait code under the same contract as >> the syncache/syncookie work, but we should check with him. > > Good idea. Will you check with him or shall I? If you could, that would be good -- I'm a bit overwhelmed with stuff right now. Feel free to CC me, as I supervised the contract at NAI/McAfe. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun May 6 16:12:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B044016A401; Sun, 6 May 2007 16:12:34 +0000 (UTC) (envelope-from massimo@cedoc.mo.it) Received: from aa011msr.fastwebnet.it (aa011msr.fastwebnet.it [85.18.95.71]) by mx1.freebsd.org (Postfix) with ESMTP id 6E13113C448; Sun, 6 May 2007 16:12:34 +0000 (UTC) (envelope-from massimo@cedoc.mo.it) Received: from intanto (37.254.91.189) by aa011msr.fastwebnet.it (7.3.105.6) id 4639FB5200244BB8; Sun, 6 May 2007 18:00:36 +0200 Date: Sun, 6 May 2007 17:48:08 +0200 From: Massimo Lusetti To: Scott Long Message-Id: <20070506174808.797dc560.massimo@cedoc.mo.it> In-Reply-To: <463CFB3B.2010702@pooker.samsco.org> References: <200705052018.l45KIPLJ083350@repoman.freebsd.org> <463CFB3B.2010702@pooker.samsco.org> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Matt Jacob , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_pci.c mpt_raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 16:12:34 -0000 On Sat, 05 May 2007 15:46:35 -0600 Scott Long wrote: > Fantastic, thanks a lot for taking care of this and ISP. Every modern > SCSI driver is now MPSAFE with the exception of umass and sbp, which > both have larger issues to deal with first. It'll be nice to get Yes, thanks both for your work! Very very much appreacitated! Can't wait to get 7.0-RELEASE... -- Massimo.run(); Woodward's Law: A theory is better than its explanation. From owner-cvs-src@FreeBSD.ORG Sun May 6 16:46:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4EE516A402; Sun, 6 May 2007 16:46:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 96F7B13C447; Sun, 6 May 2007 16:46:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46GkOKV045875; Sun, 6 May 2007 16:46:24 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46GkOXi045874; Sun, 6 May 2007 16:46:24 GMT (envelope-from ariff) Message-Id: <200705061646.l46GkOXi045874@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 6 May 2007 16:46:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm sound.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 16:46:24 -0000 ariff 2007-05-06 16:46:23 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sound.h Log: PCMMKMINOR() bit twiddling, so we can have: - 2048 unique sound cards (dsp0 -> dsp2047) (used to be 15) - 32 unique device types (dspW, audio, mixer, sndstat, .. 32th) (used to be 15) - 256 unique cloneable devices (dsp%d.0 -> dsp%d.255) (unchanged) Revision Changes Path 1.76 +19 -25 src/sys/dev/sound/pcm/sound.h From owner-cvs-src@FreeBSD.ORG Sun May 6 17:02:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB1B416A403; Sun, 6 May 2007 17:02:50 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B315713C46A; Sun, 6 May 2007 17:02:50 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46H2oJh057261; Sun, 6 May 2007 17:02:50 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46H2oVK057260; Sun, 6 May 2007 17:02:50 GMT (envelope-from piso) Message-Id: <200705061702.l46H2oVK057260@repoman.freebsd.org> From: Paolo Pisati Date: Sun, 6 May 2007 17:02:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:02:51 -0000 piso 2007-05-06 17:02:50 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c sys/i386/i386 intr_machdep.c sys/kern kern_intr.c sys/sys interrupt.h Log: Bring in the reminaing bits to make interrupt filtering work: o push much of the i386 and amd64 MD interrupt handling code (intr_machdep.c::intr_execute_handlers()) into MI code (kern_intr.c::ithread_loop()) o move filter handling to kern_intr.c::intr_filter_loop() o factor out the code necessary to mask and ack an interrupt event (intr_machdep.c::intr_eoi_src() and intr_machdep.c::intr_disab_eoi_src()), and make them part of 'struct intr_event', passing them as arguments to kern_intr.c::intr_event_create(). o spawn a private ithread per handler (struct intr_handler::ih_thread) with filter and ithread functions. Approved by: re (implicit?) Revision Changes Path 1.31 +84 -0 src/sys/amd64/amd64/intr_machdep.c 1.26 +85 -1 src/sys/i386/i386/intr_machdep.c 1.144 +570 -6 src/sys/kern/kern_intr.c 1.37 +21 -0 src/sys/sys/interrupt.h From owner-cvs-src@FreeBSD.ORG Sun May 6 17:04:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B01916A402; Sun, 6 May 2007 17:04:35 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E949413C447; Sun, 6 May 2007 17:04:34 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46H4YCv058834; Sun, 6 May 2007 17:04:34 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46H4YQW058833; Sun, 6 May 2007 17:04:34 GMT (envelope-from piso) Message-Id: <200705061704.l46H4YQW058833@repoman.freebsd.org> From: Paolo Pisati Date: Sun, 6 May 2007 17:04:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:04:35 -0000 piso 2007-05-06 17:04:34 UTC FreeBSD src repository Modified files: sys/conf options Log: Make interrupt filtering support compilable. The entire code is wrapperd in #ifdef ... #endif so it won't harm the actual implementation, but developers are encouraged to test it. For arm, ia64, ppc, sparc64 and sun4v some work is still needed, thus arch maintainers are encouraged to bring their arch on par with respect to i386 and amd64. Approved by: re (implicit?) Revision Changes Path 1.587 +3 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun May 6 17:37:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 096E116A404; Sun, 6 May 2007 17:37:31 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id D66C413C469; Sun, 6 May 2007 17:37:30 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (lqer9ebx8i9gni9l@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id l46HbUE3010230; Sun, 6 May 2007 10:37:30 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id l46HbUOE010229; Sun, 6 May 2007 10:37:30 -0700 (PDT) (envelope-from jmg) Date: Sun, 6 May 2007 10:37:29 -0700 From: John-Mark Gurney To: Ariff Abdullah Message-ID: <20070506173729.GN17958@funkthat.com> References: <200705061646.l46GkOXi045874@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705061646.l46GkOXi045874@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pcm sound.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:37:31 -0000 Ariff Abdullah wrote this message on Sun, May 06, 2007 at 16:46 +0000: > ariff 2007-05-06 16:46:23 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pcm sound.h > Log: > PCMMKMINOR() bit twiddling, so we can have: > - 2048 unique sound cards (dsp0 -> dsp2047) > (used to be 15) > - 32 unique device types (dspW, audio, mixer, sndstat, .. 32th) > (used to be 15) > - 256 unique cloneable devices (dsp%d.0 -> dsp%d.255) > (unchanged) Did you know that if you use the field si_drv1, you don't need to limit yourself because of minors? You have two fields to use, si_drv1 and si_drv2.. I was able to remove my MINOR macro from bktrau using this method.. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Sun May 6 17:44:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A08316A4CC; Sun, 6 May 2007 17:44:27 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id 7206B13C455; Sun, 6 May 2007 17:44:27 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (tfgf3gobeh0gshi2@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id l46HiRBG010356; Sun, 6 May 2007 10:44:27 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id l46HiRr7010355; Sun, 6 May 2007 10:44:27 -0700 (PDT) (envelope-from jmg) Date: Sun, 6 May 2007 10:44:26 -0700 From: John-Mark Gurney To: Paolo Pisati Message-ID: <20070506174426.GO17958@funkthat.com> References: <200705061702.l46H2oVK057260@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705061702.l46H2oVK057260@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:44:27 -0000 Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +0000: > Modified files: > sys/amd64/amd64 intr_machdep.c > sys/i386/i386 intr_machdep.c > sys/kern kern_intr.c > sys/sys interrupt.h > Log: > Bring in the reminaing bits to make interrupt filtering work: When are we going to see man page updates to document this new feature? Also, you forgot to update sys/sys/bus.h's comments? or did you fix the code to behave like the comments? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Sun May 6 17:56:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from misaki (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 20CBA16A415; Sun, 6 May 2007 17:55:59 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Date: Mon, 7 May 2007 01:55:38 +0800 From: Ariff Abdullah To: John-Mark Gurney Message-Id: <20070507015538.7487e7bb.ariff@FreeBSD.org> In-Reply-To: <20070506173729.GN17958@funkthat.com> References: <200705061646.l46GkOXi045874@repoman.freebsd.org> <20070506173729.GN17958@funkthat.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__7_May_2007_01_55_38_+0800_AGHGdl2No/qp_Czh" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pcm sound.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:56:01 -0000 --Signature=_Mon__7_May_2007_01_55_38_+0800_AGHGdl2No/qp_Czh Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 6 May 2007 10:37:29 -0700 John-Mark Gurney wrote: > Ariff Abdullah wrote this message on Sun, May 06, 2007 at 16:46 > +0000: > > ariff 2007-05-06 16:46:23 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/dev/sound/pcm sound.h=20 > > Log: > > PCMMKMINOR() bit twiddling, so we can have: > > - 2048 unique sound cards (dsp0 -> dsp2047) > > (used to be 15) > > - 32 unique device types (dspW, audio, mixer, sndstat, .. > > 32th) > > (used to be 15) > > - 256 unique cloneable devices (dsp%d.0 -> dsp%d.255) > > (unchanged) >=20 > Did you know that if you use the field si_drv1, you don't need to > limit yourself because of minors? You have two fields to use, > si_drv1 and si_drv2.. I was able to remove my MINOR macro from > bktrau using this method.. >=20 Yes, I'm perfectly aware about that, but both si_drv* fields are being used for other purposes in lots of places. I already planned to address this which require a not so trivial overhaul, in future. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__7_May_2007_01_55_38_+0800_AGHGdl2No/qp_Czh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGPhaalr+deMUwTNoRAobLAJ0SmE9q6P5Eavo+SX7061FF1zQVqwCfY8eN idbSL+pWIp9FwA0ABsY+of8= =5gZP -----END PGP SIGNATURE----- --Signature=_Mon__7_May_2007_01_55_38_+0800_AGHGdl2No/qp_Czh-- From owner-cvs-src@FreeBSD.ORG Sun May 6 18:20:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4A3116A401; Sun, 6 May 2007 18:20:17 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7EC9F13C448; Sun, 6 May 2007 18:20:17 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46IKHWR070779; Sun, 6 May 2007 18:20:17 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46IKHcZ070778; Sun, 6 May 2007 18:20:17 GMT (envelope-from jmg) Message-Id: <200705061820.l46IKHcZ070778@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 6 May 2007 18:20:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 make_dev.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 18:20:17 -0000 jmg 2007-05-06 18:20:16 UTC FreeBSD src repository Modified files: share/man/man9 make_dev.9 Log: Document the additional fields, si_drv1 and si_drv2 that are available for the user to use... MFC after: 1 week Revision Changes Path 1.22 +17 -0 src/share/man/man9/make_dev.9 From owner-cvs-src@FreeBSD.ORG Sun May 6 18:36:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FA3316A403; Sun, 6 May 2007 18:36:58 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DDF3E13C480; Sun, 6 May 2007 18:36:57 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46IavkT073690; Sun, 6 May 2007 18:36:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46IavBl073689; Sun, 6 May 2007 18:36:57 GMT (envelope-from alc) Message-Id: <200705061836.l46IavBl073689@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 May 2007 18:36:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 18:36:58 -0000 alc 2007-05-06 18:36:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 pmap.c Log: MFC a change to pmap_copy() that was overlooked because revision 1.583 was MFCed before revision 1.540. Revision Changes Path 1.516.2.18 +10 -2 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sun May 6 18:48:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D64E016A400; Sun, 6 May 2007 18:48:30 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B09CD13C44C; Sun, 6 May 2007 18:48:30 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46ImUN2075252; Sun, 6 May 2007 18:48:30 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46ImUua075251; Sun, 6 May 2007 18:48:30 GMT (envelope-from andre) Message-Id: <200705061848.l46ImUua075251@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 6 May 2007 18:48:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 18:48:30 -0000 andre 2007-05-06 18:48:30 UTC FreeBSD src repository Modified files: sbin/fdisk fdisk.c Log: Add Apple HFS+ (0xAF) MBR partition type identificator. Submitted by: rpaulo (SoC2007 student) Revision Changes Path 1.84 +1 -0 src/sbin/fdisk/fdisk.c From owner-cvs-src@FreeBSD.ORG Sun May 6 19:05:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0249616A414; Sun, 6 May 2007 19:05:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5384613C4D9; Sun, 6 May 2007 19:05:38 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46J5cLs079496; Sun, 6 May 2007 19:05:38 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46J5cJX079495; Sun, 6 May 2007 19:05:38 GMT (envelope-from pjd) Message-Id: <200705061905.l46J5cJX079495@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 May 2007 19:05:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs dbuf.c dnode.c dnode_sync.c dsl_pool.c zfs_znode.c zio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 19:05:40 -0000 pjd 2007-05-06 19:05:38 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs dbuf.c dnode.c dnode_sync.c dsl_pool.c zfs_znode.c zio.c Log: - Add missing lock destruction and remove duplicate initializations. With this change it is possible to unload zfs.ko module from WITNESS-enabled kernel. - Remove bogus comment. Revision Changes Path 1.3 +8 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/dbuf.c 1.2 +0 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/dnode.c 1.2 +2 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c 1.2 +1 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c 1.8 +1 -3 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c 1.3 +2 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/zio.c From owner-cvs-src@FreeBSD.ORG Sun May 6 19:29:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08A4616A400; Sun, 6 May 2007 19:29:27 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id C6DF713C43E; Sun, 6 May 2007 19:29:26 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (s0bh6gcsjyquwr1u@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id l46JTPf6012051; Sun, 6 May 2007 12:29:26 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id l46JTPSq012050; Sun, 6 May 2007 12:29:25 -0700 (PDT) (envelope-from jmg) Date: Sun, 6 May 2007 12:29:25 -0700 From: John-Mark Gurney To: Paolo Pisati Message-ID: <20070506192925.GP17958@funkthat.com> References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> <20070506191027.GA2050@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070506191027.GA2050@tin.it> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 19:29:27 -0000 Paolo Pisati wrote this message on Sun, May 06, 2007 at 21:10 +0200: > On Sun, May 06, 2007 at 10:44:26AM -0700, John-Mark Gurney wrote: > > Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +0000: > > > Modified files: > > > sys/amd64/amd64 intr_machdep.c > > > sys/i386/i386 intr_machdep.c > > > sys/kern kern_intr.c > > > sys/sys interrupt.h > > > Log: > > > Bring in the reminaing bits to make interrupt filtering work: > > > > When are we going to see man page updates to document this new feature? > > didn't prepare any patch for man pages cause the support for some > archs is still missing, but i can do that if requested. It's still useful to have as a reference... It's easy to document which arches are still missing the parts... > > Also, you forgot to update sys/sys/bus.h's comments? or did you fix > > the code to behave like the comments? > > you mean this comment: > > --------8<--------8<--------8<--------8<--------8<--------8<-------- > > /** > * @brief Driver interrupt filter return values > * > * If a driver provides an interrupt filter routine it must return an > * integer consisting of oring together zero or more of the following > * flags: > * > * FILTER_STRAY - this device did not trigger the interrupt > * FILTER_HANDLED - the interrupt has been fully handled and can be EOId > * FILTER_SCHEDULE_THREAD - the threaded interrupt handler should be > * scheduled to execute > * > * If the driver does not provide a filter, then the interrupt code will > * act is if the filter had returned FILTER_SCHEDULE_THREAD. Note that it > * is illegal to specify any other flag with FILTER_STRAY and that it is > * illegal to not specify either of FILTER_HANDLED or FILTER_SCHEDULE_THREAD ^^^^^^ ^^ > * if FILTER_STRAY is not specified. > */ > #define FILTER_STRAY 0x01 > #define FILTER_HANDLED 0x02 > #define FILTER_SCHEDULE_THREAD 0x04 > > --------8<--------8<--------8<--------8<--------8<--------8<-------- > > except for the horrible english, the semantic is correct. But in another email you said that specifing just FILTER_SCHEDULE_THREAD (without FILTER_HANDLED) is illegal, but the above states that either FILTER_HANDLED or FILTER_SCHEDULE_THREAD is valid.. Shouldn't it read something like: Either FILTER_STRAY or FILTER_HANDLED must be specified. If FILTER_HANDLED is specified, the FILTER_SCHEDULE_THREAD flag may be provided to schedule the ithread. > BTW, kris@ just told me that sun4v is broken since my first > intr filtering commit: can we sat down and try to fix it or > should we consider it officialy dead? kmacy is probably a better person to talk to about this... Though I have done some work on sun4v, I don't have immediate access to one, and didn't work on the low level interrupt code as much as kmacy did... I did look over the changes and don't see how things broken, but that was purely by inspection... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Sun May 6 19:44:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE85A16A402; Sun, 6 May 2007 19:44:37 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7AEC713C48C; Sun, 6 May 2007 19:44:37 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-145-199.sn3.eutelia.it [213.136.145.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id DA0F411AE43; Sun, 6 May 2007 21:10:49 +0200 (CEST) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l46JAT21002101; Sun, 6 May 2007 21:10:29 +0200 (CEST) (envelope-from piso) Date: Sun, 6 May 2007 21:10:27 +0200 From: Paolo Pisati To: John-Mark Gurney Message-ID: <20070506191027.GA2050@tin.it> References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070506174426.GO17958@funkthat.com> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Paolo Pisati Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 19:44:38 -0000 On Sun, May 06, 2007 at 10:44:26AM -0700, John-Mark Gurney wrote: > Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +0000: > > Modified files: > > sys/amd64/amd64 intr_machdep.c > > sys/i386/i386 intr_machdep.c > > sys/kern kern_intr.c > > sys/sys interrupt.h > > Log: > > Bring in the reminaing bits to make interrupt filtering work: > > When are we going to see man page updates to document this new feature? didn't prepare any patch for man pages cause the support for some archs is still missing, but i can do that if requested. > Also, you forgot to update sys/sys/bus.h's comments? or did you fix > the code to behave like the comments? you mean this comment: --------8<--------8<--------8<--------8<--------8<--------8<-------- /** * @brief Driver interrupt filter return values * * If a driver provides an interrupt filter routine it must return an * integer consisting of oring together zero or more of the following * flags: * * FILTER_STRAY - this device did not trigger the interrupt * FILTER_HANDLED - the interrupt has been fully handled and can be EOId * FILTER_SCHEDULE_THREAD - the threaded interrupt handler should be * scheduled to execute * * If the driver does not provide a filter, then the interrupt code will * act is if the filter had returned FILTER_SCHEDULE_THREAD. Note that it * is illegal to specify any other flag with FILTER_STRAY and that it is * illegal to not specify either of FILTER_HANDLED or FILTER_SCHEDULE_THREAD * if FILTER_STRAY is not specified. */ #define FILTER_STRAY 0x01 #define FILTER_HANDLED 0x02 #define FILTER_SCHEDULE_THREAD 0x04 --------8<--------8<--------8<--------8<--------8<--------8<-------- except for the horrible english, the semantic is correct. BTW, kris@ just told me that sun4v is broken since my first intr filtering commit: can we sat down and try to fix it or should we consider it officialy dead? bye, P. From owner-cvs-src@FreeBSD.ORG Sun May 6 19:59:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7A1D16A404; Sun, 6 May 2007 19:59:29 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE2B13C448; Sun, 6 May 2007 19:59:29 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-145-199.sn3.eutelia.it [213.136.145.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id 441CF11AE43; Sun, 6 May 2007 21:59:31 +0200 (CEST) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l46JxJfc002263; Sun, 6 May 2007 21:59:19 +0200 (CEST) (envelope-from piso) Date: Sun, 6 May 2007 21:59:12 +0200 From: Paolo Pisati To: John-Mark Gurney Message-ID: <20070506195912.GA2193@tin.it> References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> <20070506191027.GA2050@tin.it> <20070506192925.GP17958@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070506192925.GP17958@funkthat.com> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Paolo Pisati Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 19:59:30 -0000 On Sun, May 06, 2007 at 12:29:25PM -0700, John-Mark Gurney wrote: > > It's still useful to have as a reference... It's easy to document which > arches are still missing the parts... ok, then i'll do that. > > But in another email you said that specifing just FILTER_SCHEDULE_THREAD > (without FILTER_HANDLED) is illegal, but the above states that either > FILTER_HANDLED or FILTER_SCHEDULE_THREAD is valid.. ops, didn't notice that... anyway yes, a filter can only return: FILTER_STRAY or FILTER_HANDLED or FILTER_HANDLED | FILTER_SCHEDULE_THREAD any other combination is wrong, and i'll fix the comment above. > kmacy is probably a better person to talk to about this... Though I > have done some work on sun4v, I don't have immediate access to one, > and didn't work on the low level interrupt code as much as kmacy did... /summon kmacy bye, P. From owner-cvs-src@FreeBSD.ORG Sun May 6 20:09:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32A2016A402 for ; Sun, 6 May 2007 20:09:00 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id EA01D13C448 for ; Sun, 6 May 2007 20:08:59 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 3131 invoked from network); 6 May 2007 20:09:00 -0000 Received: from ppp-71-139-36-90.dsl.snfc21.pacbell.net (HELO ?10.0.0.250?) (nate-mail@71.139.36.90) by root.org with ESMTPA; 6 May 2007 20:09:00 -0000 Message-ID: <463E35D5.3030708@root.org> Date: Sun, 06 May 2007 13:08:53 -0700 From: Nate Lawson User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: Paolo Pisati References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> <20070506191027.GA2050@tin.it> <20070506192925.GP17958@funkthat.com> <20070506195912.GA2193@tin.it> In-Reply-To: <20070506195912.GA2193@tin.it> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, John-Mark Gurney , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 20:09:00 -0000 Paolo Pisati wrote: > On Sun, May 06, 2007 at 12:29:25PM -0700, John-Mark Gurney wrote: >> kmacy is probably a better person to talk to about this... Though I >> have done some work on sun4v, I don't have immediate access to one, >> and didn't work on the low level interrupt code as much as kmacy did... > > /summon kmacy [BAMF] A kmacy appears. /wave wand The kmacy is not amused. He drops a +1000-2 patch on your head. It hurts. /summon phk [BAMF] phk appears, wielding what appears to be a large axe. phk smiles and drops a +4-8000 patch on you. Your kernel is now empty. You are low on commit points. You are hungry. /summon core A voice comes from above, "You're on your own this time." Connection timed out. Better luck next time! -- Nate From owner-cvs-src@FreeBSD.ORG Sun May 6 20:27:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADEEA16A400; Sun, 6 May 2007 20:27:11 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (pittgoth.com [205.134.163.206]) by mx1.freebsd.org (Postfix) with ESMTP id 6ECF313C455; Sun, 6 May 2007 20:27:11 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id l46KRXVM086050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 16:27:33 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sun, 6 May 2007 16:26:35 -0400 From: Tom Rhodes To: Nate Lawson Message-Id: <20070506162635.4116f54b.trhodes@FreeBSD.org> In-Reply-To: <463E35D5.3030708@root.org> References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> <20070506191027.GA2050@tin.it> <20070506192925.GP17958@funkthat.com> <20070506195912.GA2193@tin.it> <463E35D5.3030708@root.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, gurney_j@resnet.uoregon.edu, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, piso@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 20:27:11 -0000 On Sun, 06 May 2007 13:08:53 -0700 Nate Lawson wrote: > Paolo Pisati wrote: > > On Sun, May 06, 2007 at 12:29:25PM -0700, John-Mark Gurney wrote: > >> kmacy is probably a better person to talk to about this... Though I > >> have done some work on sun4v, I don't have immediate access to one, > >> and didn't work on the low level interrupt code as much as kmacy did... > > > > /summon kmacy > > [BAMF] A kmacy appears. > > /wave wand > The kmacy is not amused. He drops a +1000-2 patch on your head. It hurts. > > /summon phk > [BAMF] phk appears, wielding what appears to be a large axe. > phk smiles and drops a +4-8000 patch on you. > Your kernel is now empty. You are low on commit points. You are hungry. > > /summon core > A voice comes from above, "You're on your own this time." > Connection timed out. Better luck next time! Wow ... just ... wow. -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun May 6 21:06:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0879E16A406; Sun, 6 May 2007 21:06:09 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D69B113C44B; Sun, 6 May 2007 21:06:08 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46L68je011308; Sun, 6 May 2007 21:06:08 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46L68mG011307; Sun, 6 May 2007 21:06:08 GMT (envelope-from des) Message-Id: <200705062106.l46L68mG011307@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 6 May 2007 21:06:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_rum.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 21:06:09 -0000 des 2007-05-06 21:06:08 UTC FreeBSD src repository Modified files: sys/dev/usb if_rum.c Log: Unbreak the build on 64-bit architectures as well. Revision Changes Path 1.3 +2 -2 src/sys/dev/usb/if_rum.c From owner-cvs-src@FreeBSD.ORG Mon May 7 00:18:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2068F16A406; Mon, 7 May 2007 00:18:57 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED45313C43E; Mon, 7 May 2007 00:18:56 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l470IutV044650; Mon, 7 May 2007 00:18:56 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l470Iuki044649; Mon, 7 May 2007 00:18:56 GMT (envelope-from thompsa) Message-Id: <200705070018.l470Iuki044649@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 7 May 2007 00:18:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 00:18:57 -0000 thompsa 2007-05-07 00:18:56 UTC FreeBSD src repository Modified files: sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h Log: Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code and is safe to use if the ifp has disappeared. Suggested by: bms Revision Changes Path 1.5 +3 -15 src/sys/net/ieee8023ad_lacp.c 1.3 +1 -0 src/sys/net/ieee8023ad_lacp.h 1.4 +29 -58 src/sys/net/if_lagg.c 1.4 +4 -8 src/sys/net/if_lagg.h From owner-cvs-src@FreeBSD.ORG Mon May 7 00:28:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22AB516A401; Mon, 7 May 2007 00:28:56 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F04AB13C447; Mon, 7 May 2007 00:28:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l470StQd046288; Mon, 7 May 2007 00:28:55 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l470Stsb046287; Mon, 7 May 2007 00:28:55 GMT (envelope-from thompsa) Message-Id: <200705070028.l470Stsb046287@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 7 May 2007 00:28:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net ieee8023ad_lacp.c if_lagg.c if_lagg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 00:28:56 -0000 thompsa 2007-05-07 00:28:55 UTC FreeBSD src repository Modified files: sys/net ieee8023ad_lacp.c if_lagg.c if_lagg.h Log: Avoid touching various unsafe parts if the interface is disappearing. Revision Changes Path 1.6 +3 -1 src/sys/net/ieee8023ad_lacp.c 1.5 +12 -7 src/sys/net/if_lagg.c 1.5 +1 -0 src/sys/net/if_lagg.h From owner-cvs-src@FreeBSD.ORG Mon May 7 00:35:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A7C116A404; Mon, 7 May 2007 00:35:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 441BA13C458; Mon, 7 May 2007 00:35:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l470ZGO2047773; Mon, 7 May 2007 00:35:16 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l470ZG8C047772; Mon, 7 May 2007 00:35:16 GMT (envelope-from thompsa) Message-Id: <200705070035.l470ZG8C047772@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 7 May 2007 00:35:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_lagg.c if_lagg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 00:35:16 -0000 thompsa 2007-05-07 00:35:15 UTC FreeBSD src repository Modified files: sys/net if_lagg.c if_lagg.h Log: Call if_setlladdr() on the aggregation port from a taskqueue so the softc lock is not held. The short delay between aggregating the port and setting the MAC address is fine. Revision Changes Path 1.6 +78 -5 src/sys/net/if_lagg.c 1.6 +11 -0 src/sys/net/if_lagg.h From owner-cvs-src@FreeBSD.ORG Mon May 7 00:52:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C1ED16A403; Mon, 7 May 2007 00:52:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 15EDE13C46C; Mon, 7 May 2007 00:52:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l470qQkc058830; Mon, 7 May 2007 00:52:26 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l470qQx3058829; Mon, 7 May 2007 00:52:26 GMT (envelope-from thompsa) Message-Id: <200705070052.l470qQx3058829@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 7 May 2007 00:52:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_lagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 00:52:27 -0000 thompsa 2007-05-07 00:52:26 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: The purgemulti call is not needed since all the ports have already been detached. Revision Changes Path 1.7 +0 -3 src/sys/net/if_lagg.c From owner-cvs-src@FreeBSD.ORG Mon May 7 02:06:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF47216A401; Mon, 7 May 2007 02:06:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C94CE13C483; Mon, 7 May 2007 02:06:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l472636D071997; Mon, 7 May 2007 02:06:03 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l472631i071996; Mon, 7 May 2007 02:06:03 GMT (envelope-from kevlo) Message-Id: <200705070206.l472631i071996@repoman.freebsd.org> From: Kevin Lo Date: Mon, 7 May 2007 02:06:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf PAE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 02:06:04 -0000 kevlo 2007-05-07 02:06:03 UTC FreeBSD src repository Modified files: sys/i386/conf PAE Log: Add rum(4) Revision Changes Path 1.24 +2 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Mon May 7 02:46:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 363B316A400; Mon, 7 May 2007 02:46:49 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0688913C44B; Mon, 7 May 2007 02:46:49 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l472kmxg078086; Mon, 7 May 2007 02:46:48 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l472kmFf078081; Mon, 7 May 2007 02:46:48 GMT (envelope-from ariff) Message-Id: <200705070246.l472kmFf078081@repoman.freebsd.org> From: Ariff Abdullah Date: Mon, 7 May 2007 02:46:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm buffer.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 02:46:49 -0000 ariff 2007-05-07 02:46:48 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm buffer.h Log: buf_addr should be bus_addr_t rather than u_int32_t. Revision Changes Path 1.16 +1 -1 src/sys/dev/sound/pcm/buffer.h From owner-cvs-src@FreeBSD.ORG Mon May 7 05:42:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3F5C16A402; Mon, 7 May 2007 05:42:45 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AA3C213C45B; Mon, 7 May 2007 05:42:45 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l475gjqA020089; Mon, 7 May 2007 05:42:45 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l475gjIQ020088; Mon, 7 May 2007 05:42:45 GMT (envelope-from simokawa) Message-Id: <200705070542.l475gjIQ020088@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 7 May 2007 05:42:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 05:42:45 -0000 simokawa 2007-05-07 05:42:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire firewire.c firewirereg.h fwohci.c Log: MFC: Initialize configuration ROM before a bus reset. Revision Changes Path 1.80.2.3 +3 -2 src/sys/dev/firewire/firewire.c 1.37.2.2 +1 -1 src/sys/dev/firewire/firewirereg.h 1.81.2.2 +1 -1 src/sys/dev/firewire/fwohci.c From owner-cvs-src@FreeBSD.ORG Mon May 7 06:01:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2072A16A404; Mon, 7 May 2007 06:01:26 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AE52413C458; Mon, 7 May 2007 06:01:26 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4761Qkd022747; Mon, 7 May 2007 06:01:26 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4761QJo022744; Mon, 7 May 2007 06:01:26 GMT (envelope-from simokawa) Message-Id: <200705070601.l4761QJo022744@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 7 May 2007 06:01:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire firewire.h fwdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 06:01:27 -0000 simokawa 2007-05-07 06:01:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire firewire.h fwdev.c Log: MFC: Configuration ROM length should be unsigned. Revision Changes Path 1.20.2.1 +1 -1 src/sys/dev/firewire/firewire.h 1.46.2.3 +1 -1 src/sys/dev/firewire/fwdev.c From owner-cvs-src@FreeBSD.ORG Mon May 7 06:20:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA7EC16A400; Mon, 7 May 2007 06:20:49 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB37C13C447; Mon, 7 May 2007 06:20:49 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l476KnDs026695; Mon, 7 May 2007 06:20:49 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l476Kne1026694; Mon, 7 May 2007 06:20:49 GMT (envelope-from simokawa) Message-Id: <200705070620.l476Kne1026694@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 7 May 2007 06:20:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c fwohci.c fwohcivar.h if_fwe.c if_fwip.c sbp.c sbp_targ.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 06:20:49 -0000 simokawa 2007-05-07 06:20:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c fwohci.c fwohcivar.h if_fwe.c if_fwip.c sbp.c sbp_targ.c Log: MFC: - Detect cycle lost. - Less verbose debug messages. - Remove xfer->retry_req. - Remove retry_count. - Replace xfer->act.hand with xfer->hand. Revision Changes Path 1.80.2.4 +18 -47 src/sys/dev/firewire/firewire.c 1.37.2.3 +1 -8 src/sys/dev/firewire/firewirereg.h 1.46.2.4 +1 -1 src/sys/dev/firewire/fwdev.c 1.31.2.1 +1 -2 src/sys/dev/firewire/fwmem.c 1.81.2.3 +23 -9 src/sys/dev/firewire/fwohci.c 1.14.2.1 +1 -0 src/sys/dev/firewire/fwohcivar.h 1.37.2.3 +1 -2 src/sys/dev/firewire/if_fwe.c 1.7.2.5 +2 -3 src/sys/dev/firewire/if_fwip.c 1.81.2.2 +9 -11 src/sys/dev/firewire/sbp.c 1.8.2.1 +3 -4 src/sys/dev/firewire/sbp_targ.c From owner-cvs-src@FreeBSD.ORG Mon May 7 06:35:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F37A16A404; Mon, 7 May 2007 06:35:24 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB9C613C45E; Mon, 7 May 2007 06:35:23 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l476ZNfs029671; Mon, 7 May 2007 06:35:23 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l476ZNfG029670; Mon, 7 May 2007 06:35:23 GMT (envelope-from simokawa) Message-Id: <200705070635.l476ZNfG029670@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 7 May 2007 06:35:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 06:35:24 -0000 simokawa 2007-05-07 06:35:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire firewire.c Log: MFC: Free tlabel in fw_xfer_done(). Revision Changes Path 1.80.2.5 +1 -2 src/sys/dev/firewire/firewire.c From owner-cvs-src@FreeBSD.ORG Mon May 7 08:00:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C97216A408; Mon, 7 May 2007 08:00:22 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8BA13C458; Mon, 7 May 2007 08:00:22 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4780M4t050799; Mon, 7 May 2007 08:00:22 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4780M9A050797; Mon, 7 May 2007 08:00:22 GMT (envelope-from simokawa) Message-Id: <200705070800.l4780M9A050797@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 7 May 2007 08:00:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwip.c sbp.c sbp_targ.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 08:00:22 -0000 simokawa 2007-05-07 08:00:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwip.c sbp.c sbp_targ.c Log: MFC: - Simplify tlabel handling. - Remove unused fw_asybusy(). - Add a sysctl knob to disable cycle master mode and add some comments. - Fix broken userland API for async packets. - Fix typo in recv spd. - Update state in fw_xferq_dorain() after removed from the send queue. - Remove unnecessary 'goto err;". - Improve asynchronous packet receive process. Revision Changes Path 1.80.2.6 +83 -110 src/sys/dev/firewire/firewire.c 1.37.2.4 +11 -16 src/sys/dev/firewire/firewirereg.h 1.46.2.5 +184 -93 src/sys/dev/firewire/fwdev.c 1.81.2.4 +77 -33 src/sys/dev/firewire/fwohci.c 1.22.2.1 +5 -0 src/sys/dev/firewire/fwohcireg.h 1.7.2.6 +0 -1 src/sys/dev/firewire/if_fwip.c 1.81.2.3 +4 -20 src/sys/dev/firewire/sbp.c 1.8.2.2 +4 -19 src/sys/dev/firewire/sbp_targ.c From owner-cvs-src@FreeBSD.ORG Mon May 7 09:09:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38B2C16A403; Mon, 7 May 2007 09:09:33 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 3563413C459; Mon, 7 May 2007 09:09:30 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) by ns.kevlo.org (8.13.8/8.13.8) with ESMTP id l478gMBx016625; Mon, 7 May 2007 16:42:28 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: "Valery V.Chikalov" In-Reply-To: <463DDCB9.8070205@chikalov.dp.ua> References: <200705061007.l46A7L3g065595@repoman.freebsd.org> <463DDCB9.8070205@chikalov.dp.ua> Content-Type: text/plain Date: Mon, 07 May 2007 16:40:45 +0800 Message-Id: <1178527245.7199.60.camel@monet> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile rum.4 src/sys/conf files src/sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h rt2573_ucode.h usbdevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/rum Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:09:33 -0000 Valery V.Chikalov wrote: > Kevin Lo wrote: > > kevlo 2007-05-06 10:07:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 Makefile > > sys/conf files > > sys/dev/usb usbdevs > > sys/i386/conf GENERIC > > sys/modules Makefile > > Added files: > > share/man/man4 rum.4 > > sys/dev/usb if_rum.c if_rumreg.h if_rumvar.h > > rt2573_ucode.h > > sys/modules/rum Makefile > > Log: > > Add support for Ralink Technology RT2501USB/RT2601USB devices. > > > > Kevin, Hi Valery, > this driver is not fully functional for me as before. > > $ dmesg | grep rum > rum0: on uhub4 > rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528 > rum0: Ethernet address: 00:15:e9:f7:5e:79 > rum0: if_start running deferred for Giant > > $ uname -a > FreeBSD tiger.novakom.dp.ua 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun May > 6 15:46:36 EEST 2007 > root@tiger.novakom.dp.ua:/usr/obj/usr/src/sys/TIGER64 amd64 > > $ sysctl kern.smp.cpus > kern.smp.cpus: 2 > > $ sysctl kern.osreldate > kern.osreldate: 700039 > > svsup'ed 06.may.2007 > > First of all working of the driver constantly accompanied by the next LORs > > lock order reversal: (Giant after non-sleepable) > 1st 0xffffffff8071ee40 in_multi_mtx (in_multi_mtx) @ > /usr/src/sys/netinet/in.c:1013 > 2nd 0xffffffff806934c0 Giant (Giant) @ > /usr/src/sys/modules/rum/../../dev/usb/if_rum.c:1478 > > lock order reversal: (Giant after non-sleepable) > 1st 0xffffff00151d80e8 inp (rawinp) @ /usr/src/sys/netinet/raw_ip.c:286 > 2nd 0xffffffff806934c0 Giant (Giant) @ > /usr/src/sys/modules/rum/../../dev/usb/if_rum.c:1384 > > And when I trying to get big file by ftp this results to hang. > > In my version of the functions rum_ioctl and rum_start that I mailed you > before there are no any of this issues, > of course this don't means that my version is correct, its just for > information to make right changes. Thanks for testing. As I mentioned, I didn't get a kernel panic when getting a file about 400MB via ftp, yours was about 200MB. Anyway, I'll try to fix the problem. > If you need of testing don't hesitate to ask. Thanks! > Valery. Kevin From owner-cvs-src@FreeBSD.ORG Mon May 7 09:45:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0154016A402; Mon, 7 May 2007 09:45:32 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CFC4513C455; Mon, 7 May 2007 09:45:31 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l479jVN2078109; Mon, 7 May 2007 09:45:31 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l479jVaC078108; Mon, 7 May 2007 09:45:31 GMT (envelope-from yar) Message-Id: <200705070945.l479jVaC078108@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 May 2007 09:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nve if_nve.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:45:32 -0000 yar 2007-05-07 09:45:31 UTC FreeBSD src repository Modified files: sys/dev/nve if_nve.c Log: Finish VLAN_MTU support in nve(4). The interface appears to be able to handle long frames in its default mode, so setting the respective bit in if_capenable is enough. Tested by: yongari Revision Changes Path 1.26 +1 -0 src/sys/dev/nve/if_nve.c From owner-cvs-src@FreeBSD.ORG Mon May 7 09:52:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5015216A408; Mon, 7 May 2007 09:52:40 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2652A13C44B; Mon, 7 May 2007 09:52:40 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l479qeVZ079235; Mon, 7 May 2007 09:52:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l479qdnL079234; Mon, 7 May 2007 09:52:40 GMT (envelope-from yar) Message-Id: <200705070952.l479qdnL079234@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 May 2007 09:52:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:52:40 -0000 yar 2007-05-07 09:52:39 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: Tell that nve(4) has got support for VLAN_MTU. Touch Dd. Revision Changes Path 1.43 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Mon May 7 09:53:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EEFA16A583; Mon, 7 May 2007 09:53:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2925913C458; Mon, 7 May 2007 09:53:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l479r31T079317; Mon, 7 May 2007 09:53:03 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l479r3Uo079316; Mon, 7 May 2007 09:53:03 GMT (envelope-from thompsa) Message-Id: <200705070953.l479r3Uo079316@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 7 May 2007 09:53:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_lagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:53:03 -0000 thompsa 2007-05-07 09:53:03 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: - Correctly check if lp_ioctl is null - Remove lagg_ether_purgemulti as its no longer needed - Mark the interface as up if any ports are active rather than just the primary Revision Changes Path 1.8 +9 -20 src/sys/net/if_lagg.c From owner-cvs-src@FreeBSD.ORG Mon May 7 09:55:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E66F16A400; Mon, 7 May 2007 09:55:26 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC8A513C4D0; Mon, 7 May 2007 09:55:25 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l479tPMr079734; Mon, 7 May 2007 09:55:25 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l479tPp6079733; Mon, 7 May 2007 09:55:25 GMT (envelope-from le) Message-Id: <200705070955.l479tPp6079733@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 7 May 2007 09:55:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/em Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:55:26 -0000 le 2007-05-07 09:55:25 UTC FreeBSD src repository Modified files: sys/modules/em Makefile Log: Fix kldloading if_em by compiling missing source file. Revision Changes Path 1.9 +1 -1 src/sys/modules/em/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 7 11:01:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A471D16A404; Mon, 7 May 2007 11:01:37 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7DAB613C457; Mon, 7 May 2007 11:01:37 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47B1b6x091872; Mon, 7 May 2007 11:01:37 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47B1bYC091869; Mon, 7 May 2007 11:01:37 GMT (envelope-from dwmalone) Message-Id: <200705071101.l47B1bYC091869@repoman.freebsd.org> From: David Malone Date: Mon, 7 May 2007 11:01:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/login login.h login_audit.c login_fbtab.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:01:37 -0000 dwmalone 2007-05-07 11:01:37 UTC FreeBSD src repository Modified files: usr.bin/login login.h login_audit.c login_fbtab.c Log: Fix some warnings by making things const, adding missing headers, removing some unused variables and making a variable unsigned. MFC after: 3 weeks Revision Changes Path 1.7 +2 -1 src/usr.bin/login/login.h 1.2 +3 -3 src/usr.bin/login/login_audit.c 1.17 +1 -1 src/usr.bin/login/login_fbtab.c From owner-cvs-src@FreeBSD.ORG Mon May 7 11:18:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9675116A400; Mon, 7 May 2007 11:18:31 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6F94A13C465; Mon, 7 May 2007 11:18:31 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47BIVBj095357; Mon, 7 May 2007 11:18:31 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47BIVQw095356; Mon, 7 May 2007 11:18:31 GMT (envelope-from dwmalone) Message-Id: <200705071118.l47BIVQw095356@repoman.freebsd.org> From: David Malone Date: Mon, 7 May 2007 11:18:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:18:31 -0000 dwmalone 2007-05-07 11:18:31 UTC FreeBSD src repository Modified files: usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c Log: ANSIfy function definitions. Move some extern declarations to a header file. Remove an unneeded extern declaration for optarg. Revision Changes Path 1.19 +2 -4 src/usr.bin/calendar/calendar.c 1.11 +2 -1 src/usr.bin/calendar/calendar.h 1.25 +9 -16 src/usr.bin/calendar/day.c 1.20 +4 -7 src/usr.bin/calendar/io.c 1.12 +3 -6 src/usr.bin/calendar/ostern.c 1.8 +2 -7 src/usr.bin/calendar/paskha.c From owner-cvs-src@FreeBSD.ORG Mon May 7 11:28:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 188B216A401; Mon, 7 May 2007 11:28:02 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E67BB13C447; Mon, 7 May 2007 11:28:01 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47BS1Sj097038; Mon, 7 May 2007 11:28:01 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47BS1wY097035; Mon, 7 May 2007 11:28:01 GMT (envelope-from dwmalone) Message-Id: <200705071128.l47BS1wY097035@repoman.freebsd.org> From: David Malone Date: Mon, 7 May 2007 11:28:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/logger Makefile logger.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:28:02 -0000 dwmalone 2007-05-07 11:28:01 UTC FreeBSD src repository Modified files: usr.bin/logger Makefile logger.c Log: Make logmsg take const char * arguments. Set WARNS to 6. Revision Changes Path 1.5 +1 -0 src/usr.bin/logger/Makefile 1.16 +4 -3 src/usr.bin/logger/logger.c From owner-cvs-src@FreeBSD.ORG Mon May 7 12:10:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABED916A403; Mon, 7 May 2007 12:10:06 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 85AD113C44C; Mon, 7 May 2007 12:10:06 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47CA6Kr004540; Mon, 7 May 2007 12:10:06 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47CA6mk004528; Mon, 7 May 2007 12:10:06 GMT (envelope-from dwmalone) Message-Id: <200705071210.l47CA6mk004528@repoman.freebsd.org> From: David Malone Date: Mon, 7 May 2007 12:10:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/quota quota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 12:10:06 -0000 dwmalone 2007-05-07 12:10:06 UTC FreeBSD src repository Modified files: usr.bin/quota quota.c Log: Use [u]intmax_t to printf unknown integer types. Make timeprt always allocate memory, to make things a little simpler. Remove an unused variable. Revision Changes Path 1.31 +31 -36 src/usr.bin/quota/quota.c From owner-cvs-src@FreeBSD.ORG Mon May 7 12:23:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A01916A40B; Mon, 7 May 2007 12:23:24 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 249BE13C4C1; Mon, 7 May 2007 12:23:24 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47CNOAW007296; Mon, 7 May 2007 12:23:24 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47CNNjn007295; Mon, 7 May 2007 12:23:23 GMT (envelope-from dwmalone) Message-Id: <200705071223.l47CNNjn007295@repoman.freebsd.org> From: David Malone Date: Mon, 7 May 2007 12:23:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/time Makefile time.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 12:23:24 -0000 dwmalone 2007-05-07 12:23:23 UTC FreeBSD src repository Modified files: usr.bin/time Makefile time.c Log: Cast to intmax_t to print tv_sec in struct timeval. Avoid shadowing a global variable with a function argument. Set WARNS to 6. Revision Changes Path 1.2 +2 -0 src/usr.bin/time/Makefile 1.30 +17 -16 src/usr.bin/time/time.c From owner-cvs-src@FreeBSD.ORG Mon May 7 13:04:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0B1816A402; Mon, 7 May 2007 13:04:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CBAA513C46E; Mon, 7 May 2007 13:04:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47D4PXj022968; Mon, 7 May 2007 13:04:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47D4PsG022967; Mon, 7 May 2007 13:04:25 GMT (envelope-from rwatson) Message-Id: <200705071304.l47D4PsG022967@repoman.freebsd.org> From: Robert Watson Date: Mon, 7 May 2007 13:04:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 13:04:26 -0000 rwatson 2007-05-07 13:04:25 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: When setting up timewait state for a TCP connection, don't hold the socket lock over a crhold() of so_cred: so_cred is constant after socket creation, so doesn't require locking to read. Revision Changes Path 1.278 +1 -1 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Mon May 7 13:47:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3279216A40B; Mon, 7 May 2007 13:47:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 05D0313C4C1; Mon, 7 May 2007 13:47:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47DldYH029795; Mon, 7 May 2007 13:47:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47Dldvb029794; Mon, 7 May 2007 13:47:39 GMT (envelope-from rwatson) Message-Id: <200705071347.l47Dldvb029794@repoman.freebsd.org> From: Robert Watson Date: Mon, 7 May 2007 13:47:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 13:47:40 -0000 rwatson 2007-05-07 13:47:39 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Minor style tweaks. Revision Changes Path 1.206 +22 -17 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon May 7 13:51:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7EAA16A401; Mon, 7 May 2007 13:51:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A35E413C457; Mon, 7 May 2007 13:51:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47DpPk8030380; Mon, 7 May 2007 13:51:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47DpPng030377; Mon, 7 May 2007 13:51:25 GMT (envelope-from rwatson) Message-Id: <200705071351.l47DpPng030377@repoman.freebsd.org> From: Robert Watson Date: Mon, 7 May 2007 13:51:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 13:51:25 -0000 rwatson 2007-05-07 13:51:25 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr() and in_setsockaddr(), containing only stale comments on why they exist, remove them and initialize the protosw for UDP to directly reference in_setpeeraddr() and in_setsockaddr(). Revision Changes Path 1.207 +2 -25 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon May 7 14:05:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A362E16A400; Mon, 7 May 2007 14:05:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7EDC213C45A; Mon, 7 May 2007 14:05:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47E5OqY034021; Mon, 7 May 2007 14:05:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47E5O3b034019; Mon, 7 May 2007 14:05:24 GMT (envelope-from rwatson) Message-Id: <200705071405.l47E5O3b034019@repoman.freebsd.org> From: Robert Watson Date: Mon, 7 May 2007 14:05:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_debug.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 14:05:24 -0000 rwatson 2007-05-07 14:05:23 UTC FreeBSD src repository Modified files: sys/netinet tcp_debug.c Log: Rather than selectively zeroing fields in the tcp_debug structure throughout tcp_trace(), zero the entire structure up front. Minor style fixes. Revision Changes Path 1.28 +15 -42 src/sys/netinet/tcp_debug.c From owner-cvs-src@FreeBSD.ORG Mon May 7 18:29:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1761F16A406; Mon, 7 May 2007 18:29:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0CA13C468; Mon, 7 May 2007 18:29:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l47ITclG090028; Mon, 7 May 2007 18:29:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l47ITcRd090027; Mon, 7 May 2007 18:29:38 GMT (envelope-from jhb) Message-Id: <200705071829.l47ITcRd090027@repoman.freebsd.org> From: John Baldwin Date: Mon, 7 May 2007 18:29:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 18:29:39 -0000 jhb 2007-05-07 18:29:38 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Fix a typo in a bootverbose printf. MFC after: 3 days Submitted by: yongari Revision Changes Path 1.352 +1 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Mon May 7 18:45:20 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0647C16A406; Mon, 7 May 2007 18:45:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 7A43913C458; Mon, 7 May 2007 18:45:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l47IjGQv076569; Mon, 7 May 2007 14:45:17 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Paolo Pisati Date: Mon, 7 May 2007 13:53:59 -0400 User-Agent: KMail/1.9.6 References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> <20070506191027.GA2050@tin.it> In-Reply-To: <20070506191027.GA2050@tin.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705071354.00455.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 07 May 2007 14:45:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3216/Mon May 7 03:36:02 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, John-Mark Gurney , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 18:45:20 -0000 On Sunday 06 May 2007 03:10:27 pm Paolo Pisati wrote: > On Sun, May 06, 2007 at 10:44:26AM -0700, John-Mark Gurney wrote: > > Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +0000: > > > Modified files: > > > sys/amd64/amd64 intr_machdep.c > > > sys/i386/i386 intr_machdep.c > > > sys/kern kern_intr.c > > > sys/sys interrupt.h > > > Log: > > > Bring in the reminaing bits to make interrupt filtering work: > > > > When are we going to see man page updates to document this new feature? > > didn't prepare any patch for man pages cause the support for some > archs is still missing, but i can do that if requested. > > > Also, you forgot to update sys/sys/bus.h's comments? or did you fix > > the code to behave like the comments? > > you mean this comment: > > --------8<--------8<--------8<--------8<--------8<--------8<-------- > > /** > * @brief Driver interrupt filter return values > * > * If a driver provides an interrupt filter routine it must return an > * integer consisting of oring together zero or more of the following > * flags: > * > * FILTER_STRAY - this device did not trigger the interrupt > * FILTER_HANDLED - the interrupt has been fully handled and can be EOId > * FILTER_SCHEDULE_THREAD - the threaded interrupt handler should be > * scheduled to execute > * > * If the driver does not provide a filter, then the interrupt code will > * act is if the filter had returned FILTER_SCHEDULE_THREAD. Note that it > * is illegal to specify any other flag with FILTER_STRAY and that it is > * illegal to not specify either of FILTER_HANDLED or FILTER_SCHEDULE_THREAD > * if FILTER_STRAY is not specified. > */ > #define FILTER_STRAY 0x01 > #define FILTER_HANDLED 0x02 > #define FILTER_SCHEDULE_THREAD 0x04 My suggestion on this a while back btw was to convert this from a bitmask to an "enum" and have FILTER_SCHEDULE_THREAD be 3 and imply FILTER_HANDLED, and filters return 1 of the 3 values. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon May 7 20:53:25 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1F2716A406; Mon, 7 May 2007 20:53:25 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id 7699513C447; Mon, 7 May 2007 20:53:25 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (p005gmuujaae58w0@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id l47KrOQk034662; Mon, 7 May 2007 13:53:24 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id l47KrOHV034661; Mon, 7 May 2007 13:53:24 -0700 (PDT) (envelope-from jmg) Date: Mon, 7 May 2007 13:53:24 -0700 From: John-Mark Gurney To: John Baldwin Message-ID: <20070507205323.GT17958@funkthat.com> References: <200705061702.l46H2oVK057260@repoman.freebsd.org> <20070506174426.GO17958@funkthat.com> <20070506191027.GA2050@tin.it> <200705071354.00455.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705071354.00455.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Paolo Pisati Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 20:53:25 -0000 John Baldwin wrote this message on Mon, May 07, 2007 at 13:53 -0400: > On Sunday 06 May 2007 03:10:27 pm Paolo Pisati wrote: > > On Sun, May 06, 2007 at 10:44:26AM -0700, John-Mark Gurney wrote: > > > Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +0000: > > > > Modified files: > > > > sys/amd64/amd64 intr_machdep.c > > > > sys/i386/i386 intr_machdep.c > > > > sys/kern kern_intr.c > > > > sys/sys interrupt.h > > > > Log: > > > > Bring in the reminaing bits to make interrupt filtering work: > > > > > > When are we going to see man page updates to document this new feature? > > > > didn't prepare any patch for man pages cause the support for some > > archs is still missing, but i can do that if requested. > > > > > Also, you forgot to update sys/sys/bus.h's comments? or did you fix > > > the code to behave like the comments? > > > > you mean this comment: > > > > --------8<--------8<--------8<--------8<--------8<--------8<-------- > > > > /** > > * @brief Driver interrupt filter return values > > * > > * If a driver provides an interrupt filter routine it must return an > > * integer consisting of oring together zero or more of the following > > * flags: > > * > > * FILTER_STRAY - this device did not trigger the interrupt > > * FILTER_HANDLED - the interrupt has been fully handled and can be > EOId > > * FILTER_SCHEDULE_THREAD - the threaded interrupt handler should be > > * scheduled to execute > > * > > * If the driver does not provide a filter, then the interrupt code will > > * act is if the filter had returned FILTER_SCHEDULE_THREAD. Note that it > > * is illegal to specify any other flag with FILTER_STRAY and that it is > > * illegal to not specify either of FILTER_HANDLED or FILTER_SCHEDULE_THREAD > > * if FILTER_STRAY is not specified. > > */ > > #define FILTER_STRAY 0x01 > > #define FILTER_HANDLED 0x02 > > #define FILTER_SCHEDULE_THREAD 0x04 > > My suggestion on this a while back btw was to convert this from a bitmask to > an "enum" and have FILTER_SCHEDULE_THREAD be 3 and imply FILTER_HANDLED, and > filters return 1 of the 3 values. That's fine w/ me.. as long as it's documented as such... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Tue May 8 00:21:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E20416A400; Tue, 8 May 2007 00:21:06 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7889713C448; Tue, 8 May 2007 00:21:06 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l480L66U060473; Tue, 8 May 2007 00:21:06 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l480L6ww060472; Tue, 8 May 2007 00:21:06 GMT (envelope-from rrs) Message-Id: <200705080021.l480L6ww060472@repoman.freebsd.org> From: Randall Stewart Date: Tue, 8 May 2007 00:21:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp.h sctp_asconf.c sctp_constants.h sctp_indata.c sctp_indata.h sctp_input.c sctp_input.h sctp_os_bsd.h sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_sysctl.c sctp_timer.c sctp_uio.h sctp_usrreq.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 00:21:06 -0000 rrs 2007-05-08 00:21:05 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_asconf.c sctp_constants.h sctp_indata.c sctp_indata.h sctp_input.c sctp_input.h sctp_os_bsd.h sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_sysctl.c sctp_timer.c sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c Log: - More macros for OS compatabilty - PR-SCTP would ignore FWD-TSN's above a rwnd's worth of TSN's (1 byte msgs).. this left the peer hopelessly out of sync.. or an attacker. So now we abort the assoc. - New IFN hash, also rename hashes to match addr/ifn now that the vrf has multiple. - Do not enable SCTP_PCB_FLAGS_RECVDATAIOEVNT per default as defined in the Socket API ID. - Export MTU information via sysctl. - Vrf's need table id's. This is default for BSD, but may be other things later when BSD fully supports VRFs. - Additional stream reset bug (caught by cisco dev-test). - Additional validations for the address in sending a message (socket api). -------- and ----- - Fix association notifications not to give the active open side false notifications. - Fix so sendfile and SENDALL will work properly (missing flag to say socket sender is done). - Fix Bug that prevented COOKIES from being retransmitted. - Break out connectx into helper sub-models so that iox routines can reuse the helpers. - When an address is added during system init (non-dynamic mode) make sure that the "defer use" flag is not set. ** its compiling on XR now :-D ** Reviewed by: gnn Revision Changes Path 1.6 +2 -0 src/sys/netinet/sctp.h 1.11 +1 -1 src/sys/netinet/sctp_asconf.c 1.13 +2 -0 src/sys/netinet/sctp_constants.h 1.20 +126 -56 src/sys/netinet/sctp_indata.c 1.6 +6 -0 src/sys/netinet/sctp_indata.h 1.23 +106 -68 src/sys/netinet/sctp_input.c 1.3 +6 -4 src/sys/netinet/sctp_input.h 1.15 +100 -10 src/sys/netinet/sctp_os_bsd.h 1.22 +292 -173 src/sys/netinet/sctp_output.c 1.6 +9 -5 src/sys/netinet/sctp_output.h 1.24 +181 -58 src/sys/netinet/sctp_pcb.c 1.14 +23 -5 src/sys/netinet/sctp_pcb.h 1.15 +11 -8 src/sys/netinet/sctp_structs.h 1.4 +3 -0 src/sys/netinet/sctp_sysctl.c 1.12 +38 -27 src/sys/netinet/sctp_timer.c 1.15 +13 -10 src/sys/netinet/sctp_uio.h 1.22 +28 -64 src/sys/netinet/sctp_usrreq.c 1.11 +0 -3 src/sys/netinet/sctp_var.h 1.26 +255 -216 src/sys/netinet/sctputil.c 1.16 +23 -3 src/sys/netinet/sctputil.h 1.17 +26 -17 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 02:32:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7145A16A404; Tue, 8 May 2007 02:32:07 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 46E0413C448; Tue, 8 May 2007 02:32:07 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l482W7jk006398; Tue, 8 May 2007 02:32:07 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l482W7vH006397; Tue, 8 May 2007 02:32:07 GMT (envelope-from grog) Message-Id: <200705080232.l482W7vH006397@repoman.freebsd.org> From: Greg Lehey Date: Tue, 8 May 2007 02:32:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 02:32:07 -0000 grog 2007-05-08 02:31:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/touch touch.1 touch.c Log: RFC: Add -A flag to adjust existing time stamps. Print name by which program was started in usage() message. Revision Changes Path 1.14.2.1 +57 -10 src/usr.bin/touch/touch.1 1.20.14.2 +92 -23 src/usr.bin/touch/touch.c From owner-cvs-src@FreeBSD.ORG Tue May 8 02:59:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D585916A400; Tue, 8 May 2007 02:59:37 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC9FD13C457; Tue, 8 May 2007 02:59:37 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l482xb92012746; Tue, 8 May 2007 02:59:37 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l482xbjN012745; Tue, 8 May 2007 02:59:37 GMT (envelope-from das) Message-Id: <200705080259.l482xbjN012745@repoman.freebsd.org> From: David Schultz Date: Tue, 8 May 2007 02:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gdtoa _hdtoa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 02:59:37 -0000 das 2007-05-08 02:59:37 UTC FreeBSD src repository Modified files: lib/libc/gdtoa _hdtoa.c Log: Fix a rounding error. Reported by: Bruno Haible Revision Changes Path 1.5 +1 -1 src/lib/libc/gdtoa/_hdtoa.c From owner-cvs-src@FreeBSD.ORG Tue May 8 03:08:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BD7416A404; Tue, 8 May 2007 03:08:29 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E733813C484; Tue, 8 May 2007 03:08:28 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4838SgB017591; Tue, 8 May 2007 03:08:28 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4838SDC017590; Tue, 8 May 2007 03:08:28 GMT (envelope-from das) Message-Id: <200705080308.l4838SDC017590@repoman.freebsd.org> From: David Schultz Date: Tue, 8 May 2007 03:08:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 03:08:29 -0000 das 2007-05-08 03:08:28 UTC FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c Log: We should never zero-pad INF or NaN (yielding silly strings like "00inf") even if the programmer asks for zero padding. Revision Changes Path 1.77 +1 -0 src/lib/libc/stdio/vfprintf.c From owner-cvs-src@FreeBSD.ORG Tue May 8 03:25:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3FD216A400; Tue, 8 May 2007 03:25:05 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB7F513C484; Tue, 8 May 2007 03:25:05 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l483P5mo020664; Tue, 8 May 2007 03:25:05 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l483P5kt020663; Tue, 8 May 2007 03:25:05 GMT (envelope-from kevlo) Message-Id: <200705080325.l483P5kt020663@repoman.freebsd.org> From: Kevin Lo Date: Tue, 8 May 2007 03:25:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 03:25:05 -0000 kevlo 2007-05-08 03:25:05 UTC FreeBSD src repository Modified files: sys/dev/usb usb_subr.c Log: Do not set address early. It fix problems when SET_ADDR_FAILED happens on the hubs. Reviewed by: imp Revision Changes Path 1.90 +27 -24 src/sys/dev/usb/usb_subr.c From owner-cvs-src@FreeBSD.ORG Tue May 8 08:10:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 999C416A401; Tue, 8 May 2007 08:10:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB8813C45D; Tue, 8 May 2007 08:10:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l488AcbC082362; Tue, 8 May 2007 08:10:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l488AcjQ082361; Tue, 8 May 2007 08:10:38 GMT (envelope-from rwatson) Message-Id: <200705080810.l488AcjQ082361@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 08:10:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:10:38 -0000 rwatson 2007-05-08 08:10:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.169 from HEAD to RELENG_6: Remove unused (and ifdef'd) unp_abort() and unp_drain(). Revision Changes Path 1.155.2.10 +0 -18 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 08:18:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C256F16A400; Tue, 8 May 2007 08:18:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CED913C43E; Tue, 8 May 2007 08:18:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l488ItKN083794; Tue, 8 May 2007 08:18:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l488Itlw083793; Tue, 8 May 2007 08:18:55 GMT (envelope-from rwatson) Message-Id: <200705080818.l488Itlw083793@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 08:18:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:18:55 -0000 rwatson 2007-05-08 08:18:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.173 from HEAD to RELENG_6: Re-wrap and other minor formatting and punctuation fixes for UNIX domain socket comments. Revision Changes Path 1.155.2.11 +82 -84 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 08:32:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12E4716A404; Tue, 8 May 2007 08:32:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E1E6013C448; Tue, 8 May 2007 08:32:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l488WU4s086323; Tue, 8 May 2007 08:32:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l488WUH1086321; Tue, 8 May 2007 08:32:30 GMT (envelope-from rwatson) Message-Id: <200705080832.l488WUH1086321@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 08:32:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:32:31 -0000 rwatson 2007-05-08 08:32:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.171 from HEAD to RELENG_6: Reduce periods of simultaneous acquisition of various socket buffer locks and the unplock during uipc_rcvd() and uipc_send() by caching certain values from one structure while its locks are held, and applying them to a second structure while its locks are held. If done carefully, this should be correct, and will reduce the amount of work done with the global unp lock held. Tested by: kris (earlier version) Revision Changes Path 1.155.2.12 +24 -18 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 08:37:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E04316A401; Tue, 8 May 2007 08:37:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC9A813C45D; Tue, 8 May 2007 08:37:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l488bRx4086956; Tue, 8 May 2007 08:37:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l488bRLf086955; Tue, 8 May 2007 08:37:27 GMT (envelope-from rwatson) Message-Id: <200705080837.l488bRLf086955@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 08:37:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:37:28 -0000 rwatson 2007-05-08 08:37:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.174 from HEAD to RELENG_6: In uipc_send() and uipc_rcvd(), store unp->unp_conn pointer in unp2 while working with the second unpcb to make the code more clear. Revision Changes Path 1.155.2.13 +14 -13 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 08:41:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D252716A400; Tue, 8 May 2007 08:41:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD23F13C43E; Tue, 8 May 2007 08:41:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l488fDTS087675; Tue, 8 May 2007 08:41:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l488fD7E087674; Tue, 8 May 2007 08:41:13 GMT (envelope-from rwatson) Message-Id: <200705080841.l488fD7E087674@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 08:41:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:41:13 -0000 rwatson 2007-05-08 08:41:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.175 from HEAD to RELENG_6: Move various UNIX socket global variables and sysctls from the middle of the file to the top. Revision Changes Path 1.155.2.14 +32 -32 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 10:01:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AA9516A40A; Tue, 8 May 2007 10:01:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2547813C489; Tue, 8 May 2007 10:01:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48A1qvY009636; Tue, 8 May 2007 10:01:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48A1pQY009635; Tue, 8 May 2007 10:01:51 GMT (envelope-from rwatson) Message-Id: <200705081001.l48A1pQY009635@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 10:01:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:01:52 -0000 rwatson 2007-05-08 10:01:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.177 from HEAD to RELENG_6: Merge unp_bind() into uipc_bind(), as it is called only from uipc_bind(). Revision Changes Path 1.155.2.15 +85 -94 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 10:16:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFD3C16A404; Tue, 8 May 2007 10:16:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D2EBE13C48C; Tue, 8 May 2007 10:16:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48AGNYb013034; Tue, 8 May 2007 10:16:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48AGNjr013033; Tue, 8 May 2007 10:16:23 GMT (envelope-from rwatson) Message-Id: <200705081016.l48AGNjr013033@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 10:16:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:16:24 -0000 rwatson 2007-05-08 10:16:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.178,1.192 from HEAD to RELENG_6: Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will be used to mark UNIX domain sockets as being in the process of binding or connecting. Use these to prevent simultaneous bind or connect operations by multiple threads or processes on the same socket at the same time, which closes race conditions present in the UNIX domain socket implementation since inception. Set UNP_CONNECTING when committing to moving ahead in unp_connect(). This logic was lost when merging the remainder of these changes in 1.178. Revision Changes Path 1.155.2.16 +33 -14 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 10:16:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CFA416A402; Tue, 8 May 2007 10:16:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 478AC13C4BC; Tue, 8 May 2007 10:16:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48AGvT5013082; Tue, 8 May 2007 10:16:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48AGvcG013081; Tue, 8 May 2007 10:16:57 GMT (envelope-from rwatson) Message-Id: <200705081016.l48AGvcG013081@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 10:16:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys unpcb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:16:57 -0000 rwatson 2007-05-08 10:16:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys unpcb.h Log: Merge unpcb.h:1.20 from HEAD to RELENG_6: Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will be used to mark UNIX domain sockets as being in the process of binding or connecting. Use these to prevent simultaneous bind or connect operations by multiple threads or processes on the same socket at the same time, which closes race conditions present in the UNIX domain socket implementation since inception. Revision Changes Path 1.19.2.1 +8 -0 src/sys/sys/unpcb.h From owner-cvs-src@FreeBSD.ORG Tue May 8 10:20:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0979016A403; Tue, 8 May 2007 10:20:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D801413C447; Tue, 8 May 2007 10:20:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48AKMYE013292; Tue, 8 May 2007 10:20:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48AKMxH013291; Tue, 8 May 2007 10:20:22 GMT (envelope-from rwatson) Message-Id: <200705081020.l48AKMxH013291@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 10:20:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:20:23 -0000 rwatson 2007-05-08 10:20:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.179,1.180 from HEAD to RELENG_6: Add additional comments to the top of the UNIX domain socket implementation providing some high level pointers regarding the implementation. Remove duplicate 'or'. Submitted by: ru Revision Changes Path 1.155.2.17 +18 -0 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 10:22:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB6C116A40B; Tue, 8 May 2007 10:22:45 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8586C13C4AD; Tue, 8 May 2007 10:22:45 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48AMjwl014135; Tue, 8 May 2007 10:22:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48AMjru014134; Tue, 8 May 2007 10:22:45 GMT (envelope-from yar) Message-Id: <200705081022.l48AMjru014134@repoman.freebsd.org> From: Yar Tikhiy Date: Tue, 8 May 2007 10:22:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 passwd.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:22:45 -0000 yar 2007-05-08 10:22:45 UTC FreeBSD src repository Modified files: share/man/man5 passwd.5 Log: Document the current practice of locking and disabling accounts through passwd(5). Revision Changes Path 1.47 +32 -16 src/share/man/man5/passwd.5 From owner-cvs-src@FreeBSD.ORG Tue May 8 10:22:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23DDB16A4CE; Tue, 8 May 2007 10:22:47 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE46213C448; Tue, 8 May 2007 10:22:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48AMkbL014167; Tue, 8 May 2007 10:22:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48AMkVu014166; Tue, 8 May 2007 10:22:46 GMT (envelope-from rwatson) Message-Id: <200705081022.l48AMkVu014166@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 10:22:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:22:47 -0000 rwatson 2007-05-08 10:22:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.184 from HEAD to RELENG_6: Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send(): we have to check it regardless of the target address, so don't check it twice. Revision Changes Path 1.155.2.18 +0 -5 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 10:45:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AE6216A400; Tue, 8 May 2007 10:45:29 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6513213C459; Tue, 8 May 2007 10:45:29 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48AjT20018262; Tue, 8 May 2007 10:45:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48AjTKv018261; Tue, 8 May 2007 10:45:29 GMT (envelope-from yar) Message-Id: <200705081045.l48AjTKv018261@repoman.freebsd.org> From: Yar Tikhiy Date: Tue, 8 May 2007 10:45:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 passwd.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:45:29 -0000 yar 2007-05-08 10:45:28 UTC FreeBSD src repository Modified files: share/man/man5 passwd.5 Log: Mark up text consistently. Revision Changes Path 1.48 +82 -38 src/share/man/man5/passwd.5 From owner-cvs-src@FreeBSD.ORG Tue May 8 10:48:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98D3716A400; Tue, 8 May 2007 10:48:02 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 72E5213C46C; Tue, 8 May 2007 10:48:02 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Am2uR018373; Tue, 8 May 2007 10:48:02 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Am2op018372; Tue, 8 May 2007 10:48:02 GMT (envelope-from yar) Message-Id: <200705081048.l48Am2op018372@repoman.freebsd.org> From: Yar Tikhiy Date: Tue, 8 May 2007 10:48:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 passwd.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 10:48:02 -0000 yar 2007-05-08 10:48:02 UTC FreeBSD src repository Modified files: share/man/man5 passwd.5 Log: Add nsswitch.conf(5) xref to SEE ALSO as it's mentioned in the text. Revision Changes Path 1.49 +1 -0 src/share/man/man5/passwd.5 From owner-cvs-src@FreeBSD.ORG Tue May 8 11:00:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E47016A403; Tue, 8 May 2007 11:00:08 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E40F013C44B; Tue, 8 May 2007 11:00:07 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48B07Yx020095; Tue, 8 May 2007 11:00:07 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48B07pC020094; Tue, 8 May 2007 11:00:07 GMT (envelope-from yar) Message-Id: <200705081100.l48B07pC020094@repoman.freebsd.org> From: Yar Tikhiy Date: Tue, 8 May 2007 11:00:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 passwd.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:00:08 -0000 yar 2007-05-08 11:00:07 UTC FreeBSD src repository Modified files: share/man/man5 passwd.5 Log: Add .Li mark-up to Hesiod, NIS, and nsswitch keywords so that they stand out when the manpage is read via an advanced output device. Revision Changes Path 1.50 +26 -26 src/share/man/man5/passwd.5 From owner-cvs-src@FreeBSD.ORG Tue May 8 11:07:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8587216A401; Tue, 8 May 2007 11:07:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F69913C457; Tue, 8 May 2007 11:07:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48B7Pm3022653; Tue, 8 May 2007 11:07:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48B7P3E022652; Tue, 8 May 2007 11:07:25 GMT (envelope-from rwatson) Message-Id: <200705081107.l48B7P3E022652@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 11:07:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_proto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:07:25 -0000 rwatson 2007-05-08 11:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_proto.c Log: Merge uipc_proto.c:1.26 from HEAD to RELENG_6: Remove UNIX domain socket raw socket support. This feature is documented as being undocumented in Stevens, and was broken in 1997 during network stack infrastructure work. It is the one remaining (and incorrect) direct protocol reference to raw_usrreq.pru_attach; this is incorrect because the raw socket code assumes that raw_uattach is called only after the protocol has allocated a PCB. Revision Changes Path 1.24.8.2 +0 -5 src/sys/kern/uipc_proto.c From owner-cvs-src@FreeBSD.ORG Tue May 8 11:39:14 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99D8E16A401 for ; Tue, 8 May 2007 11:39:14 +0000 (UTC) (envelope-from mark@santcroos.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 6153913C4B7 for ; Tue, 8 May 2007 11:39:12 +0000 (UTC) (envelope-from mark@santcroos.net) Received: by an-out-0708.google.com with SMTP id d23so193994and for ; Tue, 08 May 2007 04:39:11 -0700 (PDT) Received: by 10.100.197.15 with SMTP id u15mr5621239anf.1178622721258; Tue, 08 May 2007 04:12:01 -0700 (PDT) Received: by 10.100.9.14 with HTTP; Tue, 8 May 2007 04:12:01 -0700 (PDT) Message-ID: Date: Tue, 8 May 2007 14:12:01 +0300 From: "Mark Santcroos" To: "Ceri Davies" In-Reply-To: <20070316121904.GB53780@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703160313.l2G3DTHP048236@repoman.freebsd.org> <20070316111612.GZ53780@submonkey.net> <20070316115157.GA6440@garage.freebsd.pl> <20070316121904.GB53780@submonkey.net> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libufs type.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:39:14 -0000 On 3/16/07, Ceri Davies wrote: > > > Is there any chance that this, or the related snapinfo commit, fixes > > > PR 94635? > > > > I'm quite sure this should be fixed now, yes. Can we ask submitter to > > retest? > > Well that's me, so will do :) It looks like it is fixed, right? Mark From owner-cvs-src@FreeBSD.ORG Tue May 8 11:45:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E14BE16A406; Tue, 8 May 2007 11:45:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A10AC13C4B8; Tue, 8 May 2007 11:45:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48BjCEQ030177; Tue, 8 May 2007 11:45:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48BjCwE030176; Tue, 8 May 2007 11:45:12 GMT (envelope-from rwatson) Message-Id: <200705081145.l48BjCwE030176@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 11:45:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys domain.h src/sys/conf files src/sys/kern uipc_proto.c uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:45:13 -0000 rwatson 2007-05-08 11:45:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys domain.h sys/conf files sys/kern uipc_usrreq.c Removed files: (Branch: RELENG_6) sys/kern uipc_proto.c Log: Merge uipc_usrreq.c:1.186, uipc_proto.c:1.27, domain.h:1.22, files:1.1137 from HEAD to RELENG_6: Move definition of UNIX domain socket protosw and domain entries from uipc_proto.c to uipc_usrreq.c, making localdomain static. Remove uipc_proto.c as it's no longer used. With this change, UNIX domain sockets are entirely encapsulated in uipc_usrreq.c. Revision Changes Path 1.1031.2.57 +0 -1 src/sys/conf/files 1.24.8.3 +0 -79 src/sys/kern/uipc_proto.c (dead) 1.155.2.19 +36 -4 src/sys/kern/uipc_usrreq.c 1.21.2.1 +0 -1 src/sys/sys/domain.h From owner-cvs-src@FreeBSD.ORG Tue May 8 11:47:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 019B616A401; Tue, 8 May 2007 11:47:21 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CEDF113C457; Tue, 8 May 2007 11:47:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48BlKNn030264; Tue, 8 May 2007 11:47:20 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48BlKLV030263; Tue, 8 May 2007 11:47:20 GMT (envelope-from rwatson) Message-Id: <200705081147.l48BlKLV030263@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 11:47:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:47:21 -0000 rwatson 2007-05-08 11:47:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.187 from HEAD to RELENG_6: Minor white space tweaks. Revision Changes Path 1.155.2.20 +2 -4 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 11:50:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36A0B16A401; Tue, 8 May 2007 11:50:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD9013C480; Tue, 8 May 2007 11:50:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48BovQS030469; Tue, 8 May 2007 11:50:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48BovN4030466; Tue, 8 May 2007 11:50:57 GMT (envelope-from rwatson) Message-Id: <200705081150.l48BovN4030466@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 May 2007 11:50:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:50:58 -0000 rwatson 2007-05-08 11:50:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.196 from HEAD to RELENG_6: Add an additional MAC check to the UNIX domain socket connect path: check that the subject has read/write access to the vnode using the vnode MAC check. Submitted by: Spencer Minear Obtained from: TrustedBSD Project Revision Changes Path 1.155.2.21 +5 -0 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 12:05:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C39D16A406; Tue, 8 May 2007 12:05:09 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.freebsd.org (Postfix) with ESMTP id 94BC113C46E; Tue, 8 May 2007 12:05:08 +0000 (UTC) (envelope-from mb@imp.ch) Received: from godot (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id l48Bgh6Z087137; Tue, 8 May 2007 13:42:44 +0200 (CEST) (envelope-from mb@imp.ch) Date: Tue, 8 May 2007 13:42:43 +0200 (CEST) From: Martin Blapp X-X-Sender: mb@godot To: David Xu In-Reply-To: <200705050845.l458j0jQ034610@repoman.freebsd.org> Message-ID: <20070508134115.I2786@godot> References: <200705050845.l458j0jQ034610@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 12:05:09 -0000 Hi, Can you please MCF this fix the RELENG_5 too ? The bug exists there too and we have many services still running on FreeBSD 5 which run out of memory after some months because of this bug. Thanks ! Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ On Sat, 5 May 2007, David Xu wrote: > davidxu 2007-05-05 08:44:59 UTC > > FreeBSD src repository > > Modified files: > libexec/rtld-elf rtld.c > Log: > Fix a TLS memory leak. > > PR: threads/112297 > MFC: 1 week > > Revision Changes Path > 1.123 +1 -0 src/libexec/rtld-elf/rtld.c > From owner-cvs-src@FreeBSD.ORG Tue May 8 12:34:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C8E916A401; Tue, 8 May 2007 12:34:15 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 150E713C459; Tue, 8 May 2007 12:34:15 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48CYEh8039582; Tue, 8 May 2007 12:34:14 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48CYEWf039581; Tue, 8 May 2007 12:34:14 GMT (envelope-from yongari) Message-Id: <200705081234.l48CYEWf039581@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 May 2007 12:34:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 12:34:15 -0000 yongari 2007-05-08 12:34:14 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Add missing socket buffer unlock before returning to userland. Reviewed by: rwatson Revision Changes Path 1.299 +1 -1 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Tue May 8 14:19:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1808616A402; Tue, 8 May 2007 14:19:44 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0718313C455; Tue, 8 May 2007 14:19:44 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48EJhLO067392; Tue, 8 May 2007 14:19:43 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48EJhfs067391; Tue, 8 May 2007 14:19:43 GMT (envelope-from gallatin) Message-Id: <200705081419.l48EJhfs067391@repoman.freebsd.org> From: Andrew Gallatin Date: Tue, 8 May 2007 14:19:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_mxge.c mxge_mcp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 14:19:44 -0000 gallatin 2007-05-08 14:19:43 UTC FreeBSD src repository Modified files: sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_mxge.c mxge_mcp.h Log: Firmware update & improvements to firmware selection: - Update to latest (1.4.17) firmware. - Use the new MXGEFW_CMD_UNALIGNED_TEST (added in firmare 1.4.16) to have the firmware tell us if the PCIe chipset supports aligned PCIe completions. - Hard to maintain, and frequently out of date whitelist of PCIe chipsets known to produce aligned completions removed, as it has been replaced in its role of selecting the correct firmware to run by the use of MXGEFW_CMD_UNALIGNED_TEST. - Break the dma test out of mxge_reset() and into its own function (mxge_dma_test()) so it can be used by both the normal DMA test, and to run the unaligned test. - Improved support for enabling ECRCs Sponsored by: Myricom Inc. Revision Changes Path 1.5 +1036 -977 src/sys/dev/mxge/eth_z8e.dat.gz.uu 1.5 +1042 -982 src/sys/dev/mxge/ethp_z8e.dat.gz.uu 1.28 +177 -90 src/sys/dev/mxge/if_mxge.c 1.5 +18 -2 src/sys/dev/mxge/mxge_mcp.h From owner-cvs-src@FreeBSD.ORG Tue May 8 14:31:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DE8716A400; Tue, 8 May 2007 14:31:51 +0000 (UTC) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0596013C455; Tue, 8 May 2007 14:31:51 +0000 (UTC) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48EVoFR069724; Tue, 8 May 2007 14:31:50 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48EVo7R069719; Tue, 8 May 2007 14:31:50 GMT (envelope-from marks) Message-Id: <200705081431.l48EVo7R069719@repoman.freebsd.org> From: Mark Santcroos Date: Tue, 8 May 2007 14:31:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 14:31:51 -0000 marks 2007-05-08 14:31:49 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Set the debug.acpi.acpi_ca_version sysctl even if ACPI support is not available. Revision Changes Path 1.236 +2 -2 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Tue May 8 14:32:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D73316A404; Tue, 8 May 2007 14:32:53 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7AD0313C457; Tue, 8 May 2007 14:32:53 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48EWrRd070081; Tue, 8 May 2007 14:32:53 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48EWr6F070079; Tue, 8 May 2007 14:32:53 GMT (envelope-from rrs) Message-Id: <200705081432.l48EWr6F070079@repoman.freebsd.org> From: Randall Stewart Date: Tue, 8 May 2007 14:32:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_auth.c sctp_indata.c sctp_input.c sctp_input.h sctp_output.c sctp_output.h sctp_pcb.c sctp_timer.c sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c sctputil.h src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 14:32:53 -0000 rrs 2007-05-08 14:32:53 UTC FreeBSD src repository Modified files: sys/netinet sctp_auth.c sctp_indata.c sctp_input.c sctp_input.h sctp_output.c sctp_output.h sctp_pcb.c sctp_timer.c sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c Log: - Static analyisis fixes for cisco's commit (this is equivilant to the coverity tool.. may even be the same one.. not sure). - A bug in the way sctp_abort() and friends were setting the IP_CLOSE flag.. and NOT passing the last argument as a (,1)... so that things would get freed.. Revision Changes Path 1.8 +8 -8 src/sys/netinet/sctp_auth.c 1.21 +3 -3 src/sys/netinet/sctp_indata.c 1.24 +127 -86 src/sys/netinet/sctp_input.c 1.4 +1 -1 src/sys/netinet/sctp_input.h 1.23 +54 -53 src/sys/netinet/sctp_output.c 1.7 +9 -8 src/sys/netinet/sctp_output.h 1.25 +44 -39 src/sys/netinet/sctp_pcb.c 1.13 +6 -6 src/sys/netinet/sctp_timer.c 1.16 +1 -1 src/sys/netinet/sctp_uio.h 1.23 +6 -6 src/sys/netinet/sctp_usrreq.c 1.12 +3 -3 src/sys/netinet/sctp_var.h 1.27 +34 -35 src/sys/netinet/sctputil.c 1.17 +1 -1 src/sys/netinet/sctputil.h 1.18 +1 -1 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 15:22:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FCFF16A402; Tue, 8 May 2007 15:22:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7783213C459; Tue, 8 May 2007 15:22:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48FMMMM078773; Tue, 8 May 2007 15:22:22 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48FMMBL078771; Tue, 8 May 2007 15:22:22 GMT (envelope-from kientzle) Message-Id: <200705081522.l48FMMBL078771@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 8 May 2007 15:22:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar read.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 15:22:22 -0000 kientzle 2007-05-08 15:22:22 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Set the program return value non-zero if we enounter an error while skipping the body of an entry during "tar -t" processing. Thanks to: Spencer Minear PR: misc/112521 Revision Changes Path 1.32 +1 -0 src/usr.bin/tar/read.c From owner-cvs-src@FreeBSD.ORG Tue May 8 15:53:04 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32C9616A406; Tue, 8 May 2007 15:53:04 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 09FEE13C480; Tue, 8 May 2007 15:53:04 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Fr32F083788; Tue, 8 May 2007 15:53:03 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Fr3Jo083786; Tue, 8 May 2007 15:53:03 GMT (envelope-from rrs) Message-Id: <200705081553.l48Fr3Jo083786@repoman.freebsd.org> From: Randall Stewart Date: Tue, 8 May 2007 15:53:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_constants.h sctp_pcb.c sctp_usrreq.c sctputil.c src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 15:53:04 -0000 rrs 2007-05-08 15:53:03 UTC FreeBSD src repository Modified files: sys/netinet sctp_constants.h sctp_pcb.c sctp_usrreq.c sctputil.c sys/netinet6 sctp6_usrreq.c Log: - Get rid of the sctp_inpcb_free() "magic numbers", now they are sensible defines that tell what you are directing the function to do. Revision Changes Path 1.14 +10 -0 src/sys/netinet/sctp_constants.h 1.26 +5 -3 src/sys/netinet/sctp_pcb.c 1.24 +8 -4 src/sys/netinet/sctp_usrreq.c 1.28 +8 -4 src/sys/netinet/sctputil.c 1.19 +6 -3 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 8 16:18:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0C3716A400; Tue, 8 May 2007 16:18:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B960713C46E; Tue, 8 May 2007 16:18:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48GIL5i088617; Tue, 8 May 2007 16:18:21 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48GILT8088616; Tue, 8 May 2007 16:18:21 GMT (envelope-from jkim) Message-Id: <200705081618.l48GILT8088616@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 8 May 2007 16:18:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 16:18:22 -0000 jkim 2007-05-08 16:18:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: 1.189 Reflect MFC of pci_find_extcap(). Revision Changes Path 1.91.2.23 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Tue May 8 16:19:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09F3716A407; Tue, 8 May 2007 16:19:23 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id B8DC113C448; Tue, 8 May 2007 16:19:22 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 0D62320A8; Tue, 8 May 2007 18:19:19 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 6222E20A6; Tue, 8 May 2007 18:19:18 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 5507F5079; Tue, 8 May 2007 18:19:18 +0200 (CEST) From: des@des.no (Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?=) To: Nate Lawson References: <200704222233.l3MMXUKH045452@repoman.freebsd.org> <86abwzio7t.fsf@dwp.des.no> <462CD3FD.6080300@root.org> <86tzurqp4d.fsf@dwp.des.no> Date: Tue, 08 May 2007 18:19:18 +0200 In-Reply-To: <86tzurqp4d.fsf@dwp.des.no> (Dag-Erling =?utf-8?Q?Sm=C3=B8rgr?= =?utf-8?Q?av's?= message of "Sat, 05 May 2007 17:14:26 +0200") Message-ID: <864pmn5lvd.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch fetch.3 ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 16:19:23 -0000 des@des.no (Dag-Erling Sm=C3=B8rgrav) writes: > Still on-going. I forgot to add BATCH=3DYES to the make command line > and had to start over. I expect it will take several more days to run > to completion. Here are the results. I haven't had time to look through them yet, but judging from the parts I did look at, I don't expect any nasty surprises. http://people.freebsd.org/~des/fetch.20070505.140302.log.bz2 DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue May 8 17:01:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 874F016A400; Tue, 8 May 2007 17:01:12 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0A713C44C; Tue, 8 May 2007 17:01:12 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48H1CjT003810; Tue, 8 May 2007 17:01:12 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48H1C6j003808; Tue, 8 May 2007 17:01:12 GMT (envelope-from rrs) Message-Id: <200705081701.l48H1C6j003808@repoman.freebsd.org> From: Randall Stewart Date: Tue, 8 May 2007 17:01:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp.h sctp_asconf.c sctp_asconf.h sctp_auth.c sctp_auth.h sctp_bsd_addr.c sctp_bsd_addr.h sctp_constants.h sctp_crc32.c sctp_crc32.h sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_input.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 17:01:12 -0000 rrs 2007-05-08 17:01:12 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_asconf.c sctp_asconf.h sctp_auth.c sctp_auth.h sctp_bsd_addr.c sctp_bsd_addr.h sctp_constants.h sctp_crc32.c sctp_crc32.h sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_input.h sctp_lock_bsd.h sctp_os.h sctp_os_bsd.h sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_peeloff.c sctp_peeloff.h sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctp_timer.h sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c sctp6_var.h Log: - Copyright change, cisco's silly tool wants it to say: "Copyright (c) 2001-2007, by Cisco Systems," instead of *Copyright (c) 2001-2007, Cisco Systems," - Also fix a few straglers that were still in 2006. Revision Changes Path 1.7 +1 -1 src/sys/netinet/sctp.h 1.12 +1 -1 src/sys/netinet/sctp_asconf.c 1.5 +1 -1 src/sys/netinet/sctp_asconf.h 1.9 +1 -1 src/sys/netinet/sctp_auth.c 1.4 +1 -1 src/sys/netinet/sctp_auth.h 1.7 +1 -1 src/sys/netinet/sctp_bsd_addr.c 1.5 +1 -1 src/sys/netinet/sctp_bsd_addr.h 1.15 +1 -1 src/sys/netinet/sctp_constants.h 1.8 +1 -1 src/sys/netinet/sctp_crc32.c 1.3 +1 -1 src/sys/netinet/sctp_crc32.h 1.4 +1 -1 src/sys/netinet/sctp_header.h 1.22 +1 -1 src/sys/netinet/sctp_indata.c 1.7 +1 -1 src/sys/netinet/sctp_indata.h 1.25 +1 -1 src/sys/netinet/sctp_input.c 1.5 +1 -1 src/sys/netinet/sctp_input.h 1.6 +1 -1 src/sys/netinet/sctp_lock_bsd.h 1.7 +1 -1 src/sys/netinet/sctp_os.h 1.16 +1 -1 src/sys/netinet/sctp_os_bsd.h 1.24 +1 -1 src/sys/netinet/sctp_output.c 1.8 +1 -1 src/sys/netinet/sctp_output.h 1.27 +1 -1 src/sys/netinet/sctp_pcb.c 1.15 +1 -1 src/sys/netinet/sctp_pcb.h 1.8 +1 -1 src/sys/netinet/sctp_peeloff.c 1.3 +1 -1 src/sys/netinet/sctp_peeloff.h 1.16 +1 -1 src/sys/netinet/sctp_structs.h 1.5 +1 -1 src/sys/netinet/sctp_sysctl.c 1.4 +1 -1 src/sys/netinet/sctp_sysctl.h 1.14 +1 -1 src/sys/netinet/sctp_timer.c 1.3 +1 -1 src/sys/netinet/sctp_timer.h 1.17 +1 -1 src/sys/netinet/sctp_uio.h 1.25 +1 -1 src/sys/netinet/sctp_usrreq.c 1.13 +1 -1 src/sys/netinet/sctp_var.h 1.29 +1 -1 src/sys/netinet/sctputil.c 1.18 +1 -1 src/sys/netinet/sctputil.h 1.20 +1 -1 src/sys/netinet6/sctp6_usrreq.c 1.5 +1 -1 src/sys/netinet6/sctp6_var.h From owner-cvs-src@FreeBSD.ORG Tue May 8 17:45:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36AFA16A410; Tue, 8 May 2007 17:45:56 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 25CC913C45B; Tue, 8 May 2007 17:45:56 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48HjutA012170; Tue, 8 May 2007 17:45:56 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48HjtLU012169; Tue, 8 May 2007 17:45:55 GMT (envelope-from mjacob) Message-Id: <200705081745.l48HjtLU012169@repoman.freebsd.org> From: Matt Jacob Date: Tue, 8 May 2007 17:45:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_tpublic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 17:45:56 -0000 mjacob 2007-05-08 17:45:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_tpublic.h Log: MFC to synchronize with -current. The bugs fixed are relatively few and hopefully the bugs introduved are even fewer. Revision Changes Path 1.113.2.8 +2 -17 src/sys/dev/isp/isp.c 1.105.2.10 +192 -222 src/sys/dev/isp/isp_freebsd.c 1.79.2.10 +90 -32 src/sys/dev/isp/isp_freebsd.h 1.1.2.7 +7 -7 src/sys/dev/isp/isp_library.c 1.1.2.6 +2 -0 src/sys/dev/isp/isp_library.h 1.104.2.11 +99 -133 src/sys/dev/isp/isp_pci.c 1.15.8.7 +46 -79 src/sys/dev/isp/isp_sbus.c 1.10.2.6 +18 -6 src/sys/dev/isp/isp_tpublic.h From owner-cvs-src@FreeBSD.ORG Tue May 8 17:46:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61F2E16A403; Tue, 8 May 2007 17:46:38 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 52DFF13C4BC; Tue, 8 May 2007 17:46:38 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48HkcMq012248; Tue, 8 May 2007 17:46:38 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48HkcgF012247; Tue, 8 May 2007 17:46:38 GMT (envelope-from mjacob) Message-Id: <200705081746.l48HkcgF012247@repoman.freebsd.org> From: Matt Jacob Date: Tue, 8 May 2007 17:46:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_tpublic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 17:46:38 -0000 mjacob 2007-05-08 17:46:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_tpublic.h Log: MFC to synchronize with -current. The bugs fixed are relatively few and hopefully the bugs introduved are even fewer. Revision Changes Path 1.111.2.8 +2 -17 src/sys/dev/isp/isp.c 1.102.2.9 +192 -222 src/sys/dev/isp/isp_freebsd.c 1.75.2.9 +90 -32 src/sys/dev/isp/isp_freebsd.h 1.1.4.5 +7 -7 src/sys/dev/isp/isp_library.c 1.1.4.5 +2 -0 src/sys/dev/isp/isp_library.h 1.98.2.10 +99 -133 src/sys/dev/isp/isp_pci.c 1.15.2.6 +46 -79 src/sys/dev/isp/isp_sbus.c 1.9.4.7 +18 -6 src/sys/dev/isp/isp_tpublic.h From owner-cvs-src@FreeBSD.ORG Tue May 8 17:47:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A45C16A403; Tue, 8 May 2007 17:47:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B33013C455; Tue, 8 May 2007 17:47:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Hl8pY012306; Tue, 8 May 2007 17:47:08 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Hl87Z012305; Tue, 8 May 2007 17:47:08 GMT (envelope-from mjacob) Message-Id: <200705081747.l48Hl87Z012305@repoman.freebsd.org> From: Matt Jacob Date: Tue, 8 May 2007 17:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_tpublic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 17:47:09 -0000 mjacob 2007-05-08 17:47:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_tpublic.h Log: MFC to synchronize with -current. The bugs fixed are relatively few and hopefully the bugs introduved are even fewer. Revision Changes Path 1.41.2.27 +2 -17 src/sys/dev/isp/isp.c 1.32.2.24 +192 -222 src/sys/dev/isp/isp_freebsd.c 1.26.2.21 +90 -32 src/sys/dev/isp/isp_freebsd.h 1.3.2.3 +7 -7 src/sys/dev/isp/isp_library.c 1.2.2.3 +2 -0 src/sys/dev/isp/isp_library.h 1.78.2.10 +99 -133 src/sys/dev/isp/isp_pci.c 1.2.4.7 +18 -6 src/sys/dev/isp/isp_tpublic.h From owner-cvs-src@FreeBSD.ORG Tue May 8 18:45:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4B0016A402; Tue, 8 May 2007 18:45:43 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0BA13C447; Tue, 8 May 2007 18:45:43 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Ijh6L020397; Tue, 8 May 2007 18:45:43 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48IjhxU020396; Tue, 8 May 2007 18:45:43 GMT (envelope-from gallatin) Message-Id: <200705081845.l48IjhxU020396@repoman.freebsd.org> From: Andrew Gallatin Date: Tue, 8 May 2007 18:45:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 18:45:43 -0000 gallatin 2007-05-08 18:45:43 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: - Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd(). - Convert mxge_send_cmd result handling to a switch rather than adding a new elseif for MXGEFW_CMD_UNKNOWN Sponsored by: Myricom Inc. Revision Changes Path 1.29 +30 -23 src/sys/dev/mxge/if_mxge.c From owner-cvs-src@FreeBSD.ORG Tue May 8 18:51:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3EC916A404; Tue, 8 May 2007 18:51:40 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9E00613C44C; Tue, 8 May 2007 18:51:40 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48IpeF2021238; Tue, 8 May 2007 18:51:40 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Ipekw021237; Tue, 8 May 2007 18:51:40 GMT (envelope-from maxim) Message-Id: <200705081851.l48Ipekw021237@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 8 May 2007 18:51:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 18:51:40 -0000 maxim 2007-05-08 18:51:40 UTC FreeBSD src repository Modified files: sys/dev/usb ubsa.c usbdevs share/man/man4 ubsa.4 Log: o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices. PR: usb/95803 Submitted by: Jindrich Fucik Tested by: R.Mahmatkhanov MFC after: 2 weeks Revision Changes Path 1.10 +5 -3 src/share/man/man4/ubsa.4 1.23 +2 -0 src/sys/dev/usb/ubsa.c 1.294 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue May 8 19:28:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEBBD16A407; Tue, 8 May 2007 19:28:03 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B952513C458; Tue, 8 May 2007 19:28:03 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48JS3Gx027897; Tue, 8 May 2007 19:28:03 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48JS3gO027896; Tue, 8 May 2007 19:28:03 GMT (envelope-from des) Message-Id: <200705081928.l48JS3gO027896@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 8 May 2007 19:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 19:28:04 -0000 des 2007-05-08 19:28:03 UTC FreeBSD src repository Modified files: lib/libfetch http.c Log: Handle temporary redirects (HTTP status code 307) PR: kern/112515 Submitted by: Ryan C. Gordon MFC after: 3 weeks Revision Changes Path 1.78 +2 -0 src/lib/libfetch/http.c From owner-cvs-src@FreeBSD.ORG Tue May 8 20:03:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3957216A409; Tue, 8 May 2007 20:03:02 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 143A013C457; Tue, 8 May 2007 20:03:02 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48K31VA033994; Tue, 8 May 2007 20:03:01 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48K31ew033989; Tue, 8 May 2007 20:03:01 GMT (envelope-from julian) Message-Id: <200705082003.l48K31ew033989@repoman.freebsd.org> From: Julian Elischer Date: Tue, 8 May 2007 20:03:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:03:02 -0000 julian 2007-05-08 20:03:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw2.c Log: MFC 1.93 1.94. allow table entries to store/return an IP address as a value. Revision Changes Path 1.76.2.17 +42 -10 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Tue May 8 20:04:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BD2E16A407 for ; Tue, 8 May 2007 20:04:10 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0605013C457 for ; Tue, 8 May 2007 20:04:09 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 32388 invoked from network); 8 May 2007 20:04:10 -0000 Received: from 209-128-117-003.bayarea.net (HELO ?10.0.1.132?) (nate-mail@209.128.117.3) by root.org with ESMTPA; 8 May 2007 20:04:10 -0000 Message-ID: <4640D8AA.40101@root.org> Date: Tue, 08 May 2007 13:08:10 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (X11/20070214) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200704222233.l3MMXUKH045452@repoman.freebsd.org> <86abwzio7t.fsf@dwp.des.no> <462CD3FD.6080300@root.org> <86tzurqp4d.fsf@dwp.des.no> <864pmn5lvd.fsf@dwp.des.no> In-Reply-To: <864pmn5lvd.fsf@dwp.des.no> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch fetch.3 ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:04:10 -0000 Dag-Erling Smørgrav wrote: > des@des.no (Dag-Erling Smørgrav) writes: >> Still on-going. I forgot to add BATCH=YES to the make command line >> and had to start over. I expect it will take several more days to run >> to completion. > > Here are the results. I haven't had time to look through them yet, > but judging from the parts I did look at, I don't expect any nasty > surprises. > > http://people.freebsd.org/~des/fetch.20070505.140302.log.bz2 > > DES Looking for cwd errors not related to a missing directory: $ grep -A1 '>>> CWD' fetch.20070505.140302.log | grep '<<<' | grep -v ' 250' | egrep -v 'No such'\|'does not exist' | wc -l 402 Except for "permission denied", all the other errors are this form: <<< 550 Failed to change directory. I manually reviewed those and they only occurred because the final dir did not exist. I'm certain of this since after the initial all-in-one CWD fails, some of the partial CWDs succeed but the final one does not exist. BTW, is there any reason to redo the "MODE S" and "TYPE I" commands after MDTM? Sample output below: <<< 220 ProFTPD 1.3.0a Server (BELNET FTPD Server) [193.190.198.20] >>> USER anonymous <<< 331 Anonymous login ok, send your complete email address as your password. >>> PASS des@varnish3.p.linpro.no <<< 230 Anonymous access granted, restrictions apply. >>> PWD <<< 257 "/" is current directory. >>> CWD mirror/ftp.gnome.org/sources/gail/1.18 <<< 250 CWD command successful >>> MODE S <<< 200 Mode set to S. >>> TYPE I <<< 200 Type set to I >>> SIZE gail-1.18.0.tar.bz2 <<< 213 610187 size: [610187] >>> MDTM gail-1.18.0.tar.bz2 <<< 213 20070312121247 last modified: [2007-03-12 12:12:47] >>> MODE S <<< 200 Mode set to S. >>> TYPE I <<< 200 Type set to I setting passive mode >>> PASV <<< 227 Entering Passive Mode (193,190,198,20,206,114). opening data connection initiating transfer >>> RETR gail-1.18.0.tar.bz2 -- Nate From owner-cvs-src@FreeBSD.ORG Tue May 8 20:11:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B348316A400; Tue, 8 May 2007 20:11:37 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1F013C455; Tue, 8 May 2007 20:11:37 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48KBbOk036142; Tue, 8 May 2007 20:11:37 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48KBb6N036141; Tue, 8 May 2007 20:11:37 GMT (envelope-from gnn) Message-Id: <200705082011.l48KBb6N036141@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Tue, 8 May 2007 20:11:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 in6_proto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:11:37 -0000 gnn 2007-05-08 20:11:37 UTC FreeBSD src repository Modified files: sys/netinet6 in6_proto.c Log: Reduce the default number of header options that the IPv6 protocol stack will process from 50 to 15. As this is a sysctl variable it can be tuned up or down at the user/administrator's whim. Submitted by: itojun MFC after: 1 day Revision Changes Path 1.42 +1 -1 src/sys/netinet6/in6_proto.c From owner-cvs-src@FreeBSD.ORG Tue May 8 20:18:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB70B16A402; Tue, 8 May 2007 20:18:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE25313C458; Tue, 8 May 2007 20:18:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48KIHde037090; Tue, 8 May 2007 20:18:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48KIHsI037089; Tue, 8 May 2007 20:18:17 GMT (envelope-from marcel) Message-Id: <200705082018.l48KIHsI037089@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 8 May 2007 20:18:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:18:17 -0000 marcel 2007-05-08 20:18:17 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c Log: MFp4: 119373: o Remove the query verb, along with the request and response parameters. o Add the version and output parameters. 119390: [APM,GPT] Properly clear deleted entries. 119394: o Make the alias the standard and use the '!' to prefix literal partition types. o Treat schemes and partition types as case insensitive. 119462: [GPT] Fix a page fault caused when modifying a partition entry without a new partition type. Revision Changes Path 1.3 +34 -61 src/sys/geom/part/g_part.c 1.2 +8 -8 src/sys/geom/part/g_part.h 1.2 +25 -11 src/sys/geom/part/g_part_apm.c 1.2 +35 -14 src/sys/geom/part/g_part_gpt.c From owner-cvs-src@FreeBSD.ORG Tue May 8 20:24:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 141B016A403; Tue, 8 May 2007 20:24:39 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E2F7313C458; Tue, 8 May 2007 20:24:38 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48KOca2038423; Tue, 8 May 2007 20:24:38 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48KOc4x038422; Tue, 8 May 2007 20:24:38 GMT (envelope-from julian) Message-Id: <200705082024.l48KOc4x038422@repoman.freebsd.org> From: Julian Elischer Date: Tue, 8 May 2007 20:24:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:24:39 -0000 julian 2007-05-08 20:24:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fw2.c Log: Re-MFC 1.112 and this time include the fix for a bug in it (MFC of 1.162) This changes to using a monotomic time referrence for all time based operations. Changing the time should no longer accellerate ipfw operations. Revision Changes Path 1.106.2.39 +33 -24 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Tue May 8 21:23:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0E7816A402; Tue, 8 May 2007 21:23:17 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5E37F13C44B; Tue, 8 May 2007 21:23:17 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 6998620AA; Tue, 8 May 2007 23:23:13 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id C202E20A7; Tue, 8 May 2007 23:23:12 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 89B93509D; Tue, 8 May 2007 23:23:12 +0200 (CEST) From: des@des.no (Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?=) To: Nate Lawson References: <200704222233.l3MMXUKH045452@repoman.freebsd.org> <86abwzio7t.fsf@dwp.des.no> <462CD3FD.6080300@root.org> <86tzurqp4d.fsf@dwp.des.no> <864pmn5lvd.fsf@dwp.des.no> <4640D8AA.40101@root.org> Date: Tue, 08 May 2007 23:23:12 +0200 In-Reply-To: <4640D8AA.40101@root.org> (Nate Lawson's message of "Tue, 08 May 2007 13:08:10 -0700") Message-ID: <86lkfzm2m7.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch fetch.3 ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:23:17 -0000 Nate Lawson writes: > BTW, is there any reason to redo the "MODE S" and "TYPE I" commands > after MDTM? MODE and TYPE commands are always issued before an MDTM (fetchStat*()) or RETR (fetchGet*()), because the code assumes that they can vary from one call to another. This is true for TYPE (you can specify it in the URL), and I chose to assume that it might also be the case for MODE, even though it currently isn't. (remember that the FTP code will reuse the control connection across calls as long as the requested URLs are on the same server) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue May 8 21:29:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6606316A404; Tue, 8 May 2007 21:29:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 56F0913C468; Tue, 8 May 2007 21:29:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48LTFoO057887; Tue, 8 May 2007 21:29:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48LTFZ5057886; Tue, 8 May 2007 21:29:15 GMT (envelope-from jhb) Message-Id: <200705082129.l48LTFZ5057886@repoman.freebsd.org> From: John Baldwin Date: Tue, 8 May 2007 21:29:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c msi.c nexus.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c msi.c nexus.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:29:15 -0000 jhb 2007-05-08 21:29:14 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c msi.c nexus.c sys/amd64/include apicvar.h intr_machdep.h sys/amd64/isa atpic.c sys/i386/i386 intr_machdep.c io_apic.c local_apic.c msi.c nexus.c sys/i386/include apicvar.h intr_machdep.h sys/i386/isa atpic.c Log: Minor fixes and tweaks to the x86 interrupt code: - Split the intr_table_lock into an sx lock used for most things, and a spin lock to protect intrcnt_index. Originally I had this as a spin lock so interrupt code could use it to lookup sources. However, we don't actually do that because it would add a lot of overhead to interrupts, and if we ever do support removing interrupt sources, we can use other means to safely do so w/o locking in the interrupt handling code. - Replace is_enabled (boolean) with is_handlers (a count of handlers) to determine if a source is enabled or not. This allows us to notice when a source is no longer in use. When that happens, we now invoke a new PIC method (pic_disable_intr()) to inform the PIC driver that the source is no longer in use. The I/O APIC driver frees the APIC IDT vector when this happens. The MSI driver no longer needs to have a hack to clear is_enabled during msi_alloc() and msix_alloc() as a result of this change as well. - Add an apic_disable_vector() to reset an IDT vector back to Xrsvd to complement apic_enable_vector() and use it in the I/O APIC and MSI code when freeing an IDT vector. - Add a new nexus hook: nexus_add_irq() to ask the nexus driver to add an IRQ to its irq_rman. The MSI code uses this when it creates new interrupt sources to let the nexus know about newly valid IRQs. Previously the msi_alloc() and msix_alloc() passed some extra stuff back to the nexus methods which then added the IRQs. This approach is a bit cleaner. - Change the MSI sx lock to a mutex. If we need to create new sources, drop the lock, create the required number of sources, then get the lock and try the allocation again. Revision Changes Path 1.32 +38 -27 src/sys/amd64/amd64/intr_machdep.c 1.30 +20 -2 src/sys/amd64/amd64/io_apic.c 1.39 +12 -0 src/sys/amd64/amd64/local_apic.c 1.6 +71 -57 src/sys/amd64/amd64/msi.c 1.77 +11 -15 src/sys/amd64/amd64/nexus.c 1.24 +1 -0 src/sys/amd64/include/apicvar.h 1.18 +5 -4 src/sys/amd64/include/intr_machdep.h 1.22 +11 -3 src/sys/amd64/isa/atpic.c 1.27 +38 -27 src/sys/i386/i386/intr_machdep.c 1.34 +20 -2 src/sys/i386/i386/io_apic.c 1.41 +13 -0 src/sys/i386/i386/local_apic.c 1.6 +71 -57 src/sys/i386/i386/msi.c 1.73 +11 -15 src/sys/i386/i386/nexus.c 1.24 +1 -0 src/sys/i386/include/apicvar.h 1.20 +5 -4 src/sys/i386/include/intr_machdep.h 1.28 +11 -3 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Tue May 8 21:31:22 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5AE616A402; Tue, 8 May 2007 21:31:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6CBD313C45A; Tue, 8 May 2007 21:31:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l48LVK2V086354; Tue, 8 May 2007 17:31:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Tue, 8 May 2007 17:31:14 -0400 User-Agent: KMail/1.9.6 References: <200705082129.l48LTFZ5057886@repoman.freebsd.org> In-Reply-To: <200705082129.l48LTFZ5057886@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705081731.14742.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 08 May 2007 17:31:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3222/Tue May 8 11:43:01 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c msi.c nexus.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c msi.c nexus.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:31:22 -0000 On Tuesday 08 May 2007 05:29:14 pm John Baldwin wrote: > jhb 2007-05-08 21:29:14 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c > msi.c nexus.c > sys/amd64/include apicvar.h intr_machdep.h > sys/amd64/isa atpic.c > sys/i386/i386 intr_machdep.c io_apic.c local_apic.c > msi.c nexus.c > sys/i386/include apicvar.h intr_machdep.h > sys/i386/isa atpic.c > Log: > Minor fixes and tweaks to the x86 interrupt code: > - Split the intr_table_lock into an sx lock used for most things, and a > spin lock to protect intrcnt_index. Originally I had this as a spin lock > so interrupt code could use it to lookup sources. However, we don't > actually do that because it would add a lot of overhead to interrupts, > and if we ever do support removing interrupt sources, we can use other > means to safely do so w/o locking in the interrupt handling code. > - Change the MSI sx lock to a mutex. If we need to create new sources, > drop the lock, create the required number of sources, then get the lock > and try the allocation again. Among other things, this should fix the LOR on boot with the recent MSI commit. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue May 8 21:50:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 231AE16A402; Tue, 8 May 2007 21:50:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F2D9413C48C; Tue, 8 May 2007 21:49:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Lnxnx061130; Tue, 8 May 2007 21:49:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48LnxIp061129; Tue, 8 May 2007 21:49:59 GMT (envelope-from jhb) Message-Id: <200705082149.l48LnxIp061129@repoman.freebsd.org> From: John Baldwin Date: Tue, 8 May 2007 21:49:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_condvar.c kern_synch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:50:00 -0000 jhb 2007-05-08 21:49:59 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_synch.c Log: Fix a potential LOR with sx_sleep() and cv_wait() with sx locks by 1) adding the thread to the sleepq via sleepq_add() before dropping the lock, and 2) dropping the sleepq lock around calls to lc_unlock() for sleepable locks (i.e. locks that use sleepq's in their implementation). Revision Changes Path 1.61 +25 -5 src/sys/kern/kern_condvar.c 1.294 +7 -1 src/sys/kern/kern_synch.c From owner-cvs-src@FreeBSD.ORG Tue May 8 21:50:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D92416A403; Tue, 8 May 2007 21:50:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2977C13C459; Tue, 8 May 2007 21:50:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48LolIL061260; Tue, 8 May 2007 21:50:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Lolev061259; Tue, 8 May 2007 21:50:47 GMT (envelope-from jhb) Message-Id: <200705082150.l48Lolev061259@repoman.freebsd.org> From: John Baldwin Date: Tue, 8 May 2007 21:50:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:50:47 -0000 jhb 2007-05-08 21:50:46 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Teach 'show lock' to properly handle a destroyed mutex. Revision Changes Path 1.189 +5 -1 src/sys/kern/kern_mutex.c From owner-cvs-src@FreeBSD.ORG Tue May 8 21:51:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAD0E16A404; Tue, 8 May 2007 21:51:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A62A013C448; Tue, 8 May 2007 21:51:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Lpbsp061869; Tue, 8 May 2007 21:51:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Lpb47061868; Tue, 8 May 2007 21:51:37 GMT (envelope-from jhb) Message-Id: <200705082151.l48Lpb47061868@repoman.freebsd.org> From: John Baldwin Date: Tue, 8 May 2007 21:51:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_rwlock.c kern_sx.c src/sys/sys rwlock.h sx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:51:37 -0000 jhb 2007-05-08 21:51:37 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c kern_sx.c sys/sys rwlock.h sx.h Log: Add destroyed cookie values for sx locks and rwlocks as well as extra KASSERTs so that any lock operations on a destroyed lock will panic or hang. Revision Changes Path 1.24 +17 -1 src/sys/kern/kern_rwlock.c 1.44 +21 -1 src/sys/kern/kern_sx.c 1.12 +1 -0 src/sys/sys/rwlock.h 1.31 +2 -0 src/sys/sys/sx.h From owner-cvs-src@FreeBSD.ORG Tue May 8 22:01:04 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E076A16A402; Tue, 8 May 2007 22:01:04 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D1B6813C447; Tue, 8 May 2007 22:01:04 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48M14cD063052; Tue, 8 May 2007 22:01:04 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48M14Ab063049; Tue, 8 May 2007 22:01:04 GMT (envelope-from jhb) Message-Id: <200705082201.l48M14Ab063049@repoman.freebsd.org> From: John Baldwin Date: Tue, 8 May 2007 22:01:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 local_apic.c mp_machdep.c mptable.c src/sys/amd64/include apicvar.h src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mp_machdep.c mptable.c src/sys/i386/include apicvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 22:01:05 -0000 jhb 2007-05-08 22:01:04 UTC FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/amd64/amd64 local_apic.c mp_machdep.c mptable.c sys/amd64/include apicvar.h sys/i386/acpica madt.c sys/i386/i386 local_apic.c mp_machdep.c mptable.c sys/i386/include apicvar.h Log: Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses an APIC ID of 38 for its second CPU): - Add a new MAX_APIC_ID constant for the highest valid APIC ID for modern systems. - Size the various arrays in the MADT, MP Table, and SMP code that are indexed by APIC IDs to allow for up to MAX_APIC_ID. - Explicitly go through and assign logical cpu ids to local APICs before starting any of the APs up rather than doing it while starting up the APs. This step is now where we honor MAXCPU. MFC after: 1 week Revision Changes Path 1.24 +7 -10 src/sys/amd64/acpica/madt.c 1.40 +2 -9 src/sys/amd64/amd64/local_apic.c 1.284 +57 -30 src/sys/amd64/amd64/mp_machdep.c 1.240 +15 -13 src/sys/amd64/amd64/mptable.c 1.25 +1 -0 src/sys/amd64/include/apicvar.h 1.27 +7 -10 src/sys/i386/acpica/madt.c 1.42 +2 -9 src/sys/i386/i386/local_apic.c 1.278 +55 -27 src/sys/i386/i386/mp_machdep.c 1.245 +10 -8 src/sys/i386/i386/mptable.c 1.25 +1 -0 src/sys/i386/include/apicvar.h From owner-cvs-src@FreeBSD.ORG Tue May 8 22:45:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B2D16A400; Tue, 8 May 2007 22:45:46 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7331213C4AD; Tue, 8 May 2007 22:45:46 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48MjkVv072377; Tue, 8 May 2007 22:45:46 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48MjkRH072376; Tue, 8 May 2007 22:45:46 GMT (envelope-from brian) Message-Id: <200705082245.l48MjkRH072376@repoman.freebsd.org> From: Brian Somers Date: Tue, 8 May 2007 22:45:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/stat stat.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 22:45:46 -0000 brian 2007-05-08 22:45:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/stat stat.1 Log: MFC: Add some more examples. It always takes me a long time to find the S modifier (-t is ignored without it). Revision Changes Path 1.8.2.1 +27 -2 src/usr.bin/stat/stat.1 From owner-cvs-src@FreeBSD.ORG Wed May 9 00:41:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50E4516A404; Wed, 9 May 2007 00:41:46 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 44EE113C458; Wed, 9 May 2007 00:41:46 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l490fkWw093313; Wed, 9 May 2007 00:41:46 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l490fkYF093312; Wed, 9 May 2007 00:41:46 GMT (envelope-from jfv) Message-Id: <200705090041.l490fkYF093312@repoman.freebsd.org> From: Jack F Vogel Date: Wed, 9 May 2007 00:41:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 00:41:46 -0000 jfv 2007-05-09 00:41:46 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: A couple bug fixes that I've had internally at Intel. First is a long time workaround for problems with 82571 adapters and LAAs, one port getting reset can cause the other to have its RAR[0] also reset, thus overwriting an LAA. This fix works around it by also keeping the address in the last array member. The other bug is specific to the new 575 adapter, its transmit code logic in handling hwassists was too crude, it broken when doing bridges. I am much happier with the new logic,we may want to change the legacy path at some point to something similar. Reviewed by: pdeuskar Approved by: pdeuskar Revision Changes Path 1.174 +31 -21 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed May 9 01:46:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D26816A403; Wed, 9 May 2007 01:46:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 779AF13C458; Wed, 9 May 2007 01:46:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l491kh4c013381; Wed, 9 May 2007 01:46:43 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l491khAb013380; Wed, 9 May 2007 01:46:43 GMT (envelope-from marcel) Message-Id: <200705090146.l491khAb013380@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 May 2007 01:46:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/part g_part.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 01:46:43 -0000 marcel 2007-05-09 01:46:42 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c Log: When reverting the creation of a partitioning scheme on a provider, the failure to probe an existing partitioning scheme means that no previous partitioning scheme existed. Don't error. Just destroy the geom. Revision Changes Path 1.4 +6 -2 src/sys/geom/part/g_part.c From owner-cvs-src@FreeBSD.ORG Wed May 9 02:26:08 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56C2E16A404 for ; Wed, 9 May 2007 02:26:08 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.176]) by mx1.freebsd.org (Postfix) with ESMTP id D03B613C45A for ; Wed, 9 May 2007 02:26:07 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ik-out-1112.google.com with SMTP id c29so28091ika for ; Tue, 08 May 2007 19:26:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C967s681wfjRDUg89xtLM05PXPelIjCJRUCn1rdcSHevurzXWWPXoTbCR/zESI/QTJ4UQdLGzhWDkHwCrNlP6fHimByQthqrJR6/rnAU5FnUyJkmnaH0W+7XPBxKDeUzNGp8k95QYKP7LSSO5g2kJURVQ6OWhH4HkXzYj57Xjfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f9BP4UPRBg/k04yivSOzTEv57AyoUQP5/beRTDiuJXBZdIS6rzljIIIzDEe3X9J++aq/+eAxOHXDOmN6yc/4CCVVXTVzVXLbVqZtwh2JayIlFLmHH3mK2CEiCDeOHflDIfaZ9tQSlLwQxarKUsYVy7ZmVAhF1L+KTzvURQiJjT8= Received: by 10.64.84.3 with SMTP id h3mr6474546qbb.1178677565831; Tue, 08 May 2007 19:26:05 -0700 (PDT) Received: by 10.64.196.16 with HTTP; Tue, 8 May 2007 19:26:05 -0700 (PDT) Message-ID: <6eb82e0705081926q6e5ffb5en4454c8e1e74f03cc@mail.gmail.com> Date: Wed, 9 May 2007 10:26:05 +0800 From: "Rong-en Fan" To: "Jack F Vogel" In-Reply-To: <200705040000.l4400CtD088050@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705040000.l4400CtD088050@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 02:26:08 -0000 On 5/4/07, Jack F Vogel wrote: > jfv 2007-05-04 00:00:12 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > sys/dev/em LICENSE README if_em.c if_em.h > sys/modules/em Makefile > Added files: > sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h > e1000_82540.c e1000_82541.c e1000_82541.h > e1000_82542.c e1000_82543.c e1000_82543.h > e1000_82571.c e1000_82571.h e1000_82575.c > e1000_82575.h e1000_api.c e1000_api.h > e1000_defines.h e1000_hw.h > e1000_ich8lan.c e1000_ich8lan.h > e1000_mac.c e1000_mac.h e1000_manage.c > e1000_manage.h e1000_nvm.c e1000_nvm.h > e1000_osdep.h e1000_phy.c e1000_phy.h > e1000_regs.h > Removed files: > sys/dev/em if_em_hw.c if_em_hw.h if_em_osdep.h > Log: > Merge in the new driver (6.5.0) of Intel. This has a new > shared code infrastructure that is family specific and > modular. There is also support for our latest gigabit > nic, the 82575 that is MSI/X and multiqueue capable. Thank you for updating the driver. I see the workaround for the Lenovo X60 em(4) eeprom problem is included in the new driver. Regards, Rong-En Fan > The new shared code changes some interfaces to the core > code but testing at Intel has been going on for months, > it is fairly stable. > > I have attempted to be careful in retaining any fixes that > CURRENT had and we did not, I apologize in advance if any > thing gets clobbered, I'm sure I'll hear about it :) > > Approved by pdeuskar > > Revision Changes Path > 1.1199 +26 -2 src/sys/conf/files > 1.82 +3 -0 src/sys/conf/kern.pre.mk > 1.6 +28 -28 src/sys/dev/em/LICENSE > 1.14 +81 -37 src/sys/dev/em/README > 1.1 +1383 -0 src/sys/dev/em/e1000_80003es2lan.c (new) > 1.1 +96 -0 src/sys/dev/em/e1000_80003es2lan.h (new) > 1.1 +677 -0 src/sys/dev/em/e1000_82540.c (new) > 1.1 +1312 -0 src/sys/dev/em/e1000_82541.c (new) > 1.1 +93 -0 src/sys/dev/em/e1000_82541.h (new) > 1.1 +558 -0 src/sys/dev/em/e1000_82542.c (new) > 1.1 +1650 -0 src/sys/dev/em/e1000_82543.c (new) > 1.1 +52 -0 src/sys/dev/em/e1000_82543.h (new) > 1.1 +1340 -0 src/sys/dev/em/e1000_82571.c (new) > 1.1 +49 -0 src/sys/dev/em/e1000_82571.h (new) > 1.1 +1528 -0 src/sys/dev/em/e1000_82575.c (new) > 1.1 +284 -0 src/sys/dev/em/e1000_82575.h (new) > 1.1 +1213 -0 src/sys/dev/em/e1000_api.c (new) > 1.1 +163 -0 src/sys/dev/em/e1000_api.h (new) > 1.1 +1403 -0 src/sys/dev/em/e1000_defines.h (new) > 1.1 +724 -0 src/sys/dev/em/e1000_hw.h (new) > 1.1 +2482 -0 src/sys/dev/em/e1000_ich8lan.c (new) > 1.1 +117 -0 src/sys/dev/em/e1000_ich8lan.h (new) > 1.1 +1987 -0 src/sys/dev/em/e1000_mac.c (new) > 1.1 +93 -0 src/sys/dev/em/e1000_mac.h (new) > 1.1 +391 -0 src/sys/dev/em/e1000_manage.c (new) > 1.1 +90 -0 src/sys/dev/em/e1000_manage.h (new) > 1.1 +900 -0 src/sys/dev/em/e1000_nvm.c (new) > 1.1 +68 -0 src/sys/dev/em/e1000_nvm.h (new) > 1.1 +188 -0 src/sys/dev/em/e1000_osdep.h (new) > 1.1 +2022 -0 src/sys/dev/em/e1000_phy.c (new) > 1.1 +168 -0 src/sys/dev/em/e1000_phy.h (new) > 1.1 +455 -0 src/sys/dev/em/e1000_regs.h (new) > 1.172 +1620 -807 src/sys/dev/em/if_em.c > 1.58 +77 -80 src/sys/dev/em/if_em.h > 1.26 +0 -9154 src/sys/dev/em/if_em_hw.c (dead) > 1.26 +0 -3379 src/sys/dev/em/if_em_hw.h (dead) > 1.22 +0 -177 src/sys/dev/em/if_em_osdep.h (dead) > 1.6 +19 -5 src/sys/modules/em/Makefile > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Wed May 9 02:37:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 736CA16A402; Wed, 9 May 2007 02:37:59 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4D87E13C43E; Wed, 9 May 2007 02:37:59 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l492bxhg023155; Wed, 9 May 2007 02:37:59 GMT (envelope-from sepotvin@repoman.freebsd.org) Received: (from sepotvin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l492bxZk023154; Wed, 9 May 2007 02:37:59 GMT (envelope-from sepotvin) Message-Id: <200705090237.l492bxZk023154@repoman.freebsd.org> From: "Stephane E. Potvin" Date: Wed, 9 May 2007 02:37:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/common loader.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 02:37:59 -0000 sepotvin 2007-05-09 02:37:59 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 Log: Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables. Approved by: njl (mentor, blanket) Revision Changes Path 1.93 +10 -1 src/sys/boot/common/loader.8 From owner-cvs-src@FreeBSD.ORG Wed May 9 03:09:51 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47E4B16A404 for ; Wed, 9 May 2007 03:09:51 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0233113C459 for ; Wed, 9 May 2007 03:09:50 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so58643nze for ; Tue, 08 May 2007 20:09:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ubZdku2WhlchTqtg+h2tGNuH7XjfVplxbbNKhk4Losa2U0bbyh7a+IXHDBrE+pxZ/zixuDxEjDbwcwmFv0pzsGiXarXI3ELOoojItJ9ffV4/DYI6wVkjw52zd3WqntkriU2qiOZJ4VmPhGW+maKzT4Na4hJFrI9JdchyQ18j0XM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fYEN2DTI9EGkc2IZgNLrgPREdLEyXH1HkH917YSJYKu89Fi3dQc334KtAKYTEnfTmpK2ERZJbIFZi6M2IQvqXhnkoA8xY5Bw7+7qaEWLD66ZpdfWplNn/SIEhGKw+1jeVEAJ0uueogf3Bk6UtdyrBWx3gxdUO2h3TqHXoyzGS5I= Received: by 10.114.79.1 with SMTP id c1mr14531wab.1178680189894; Tue, 08 May 2007 20:09:49 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Tue, 8 May 2007 20:09:49 -0700 (PDT) Message-ID: <2a41acea0705082009m5f675e00x51baf947c7bddc3a@mail.gmail.com> Date: Tue, 8 May 2007 20:09:49 -0700 From: "Jack Vogel" To: "Rong-en Fan" In-Reply-To: <6eb82e0705081926q6e5ffb5en4454c8e1e74f03cc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705040000.l4400CtD088050@repoman.freebsd.org> <6eb82e0705081926q6e5ffb5en4454c8e1e74f03cc@mail.gmail.com> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 03:09:51 -0000 On 5/8/07, Rong-en Fan wrote: > > Thank you for updating the driver. I see the workaround for > the Lenovo X60 em(4) eeprom problem is included > in the new driver. > > Regards, > Rong-En Fan Yes, there are a number of fixes in the code that I didn't list. Other than one reported problem with NFS that I am trying to track down I believe it will be a gain to all. There are constant fixes and changes going into all the shared code, those files that begin e1000* here at Intel, but I am not sure right now how often to update those in this tree. Enjoy, Jack From owner-cvs-src@FreeBSD.ORG Wed May 9 04:16:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCFDF16A400; Wed, 9 May 2007 04:16:33 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 93F7F13C44B; Wed, 9 May 2007 04:16:33 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l494GXC1042116; Wed, 9 May 2007 04:16:33 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l494GXHB042115; Wed, 9 May 2007 04:16:33 GMT (envelope-from scottl) Message-Id: <200705090416.l494GXHB042115@repoman.freebsd.org> From: Scott Long Date: Wed, 9 May 2007 04:16:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/twa Makefile src/sys/dev/twa tw_cl.h tw_cl_externs.h tw_cl_fwif.h tw_cl_fwimg.c tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_ioctl.h tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_externs.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 04:16:33 -0000 scottl 2007-05-09 04:16:33 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/twa Makefile sys/dev/twa tw_cl.h tw_cl_externs.h tw_cl_fwif.h tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_ioctl.h tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_externs.h tw_osl_freebsd.c tw_osl_includes.h tw_osl_inline.h tw_osl_ioctl.h tw_osl_share.h tw_osl_types.h Removed files: sys/dev/twa tw_cl_fwimg.c Log: Import version 3.60.03.006 of the TWA driver: This patch does the following: - Remove un-necessary code that is not even compiling into the driver under TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST defines. - Remove bundled firmware image and associated "files" entry for tw_cl_fwimg.c - Remove bundled firmware flashing routines. We now have tw_update userspace FreeBSD controller flash utility. - Fix driver crash on load due to shared interrupt. - Fix 2 lock leaks for Giant lock. - Fix CCB leak. - Add support for 9650SE controllers. Many thanks to 3Ware/AMCC for continuing to support FreeBSD. Revision Changes Path 1.1203 +0 -2 src/sys/conf/files 1.3 +2 -82 src/sys/dev/twa/tw_cl.h 1.3 +2 -16 src/sys/dev/twa/tw_cl_externs.h 1.3 +2 -4 src/sys/dev/twa/tw_cl_fwif.h 1.3 +0 -47792 src/sys/dev/twa/tw_cl_fwimg.c (dead) 1.3 +14 -512 src/sys/dev/twa/tw_cl_init.c 1.3 +9 -18 src/sys/dev/twa/tw_cl_intr.c 1.3 +32 -104 src/sys/dev/twa/tw_cl_io.c 1.3 +2 -1 src/sys/dev/twa/tw_cl_ioctl.h 1.3 +10 -43 src/sys/dev/twa/tw_cl_misc.c 1.3 +4 -66 src/sys/dev/twa/tw_cl_share.h 1.3 +2 -10 src/sys/dev/twa/tw_osl.h 1.10 +8 -2 src/sys/dev/twa/tw_osl_cam.c 1.2 +2 -1 src/sys/dev/twa/tw_osl_externs.h 1.7 +3 -135 src/sys/dev/twa/tw_osl_freebsd.c 1.5 +2 -1 src/sys/dev/twa/tw_osl_includes.h 1.3 +2 -1 src/sys/dev/twa/tw_osl_inline.h 1.3 +2 -1 src/sys/dev/twa/tw_osl_ioctl.h 1.6 +3 -7 src/sys/dev/twa/tw_osl_share.h 1.2 +2 -1 src/sys/dev/twa/tw_osl_types.h 1.8 +2 -29 src/sys/modules/twa/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 9 05:05:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D28C516A403; Wed, 9 May 2007 05:05:50 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC6B413C448; Wed, 9 May 2007 05:05:50 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4955o2S059647; Wed, 9 May 2007 05:05:50 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4955omg059646; Wed, 9 May 2007 05:05:50 GMT (envelope-from brueffer) Message-Id: <200705090505.l4955omg059646@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 9 May 2007 05:05:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 make_dev.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 05:05:50 -0000 brueffer 2007-05-09 05:05:50 UTC FreeBSD src repository Modified files: share/man/man9 make_dev.9 Log: Bump date for previous commit, also new sentence -> new line. Revision Changes Path 1.23 +3 -2 src/share/man/man9/make_dev.9 From owner-cvs-src@FreeBSD.ORG Wed May 9 05:18:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D7A716A400; Wed, 9 May 2007 05:18:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 179BC13C44B; Wed, 9 May 2007 05:18:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l495I4nI061574; Wed, 9 May 2007 05:18:04 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l495I4N3061573; Wed, 9 May 2007 05:18:04 GMT (envelope-from brueffer) Message-Id: <200705090518.l495I4N3061573@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 9 May 2007 05:18:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 05:18:05 -0000 brueffer 2007-05-09 05:18:04 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 Log: Add rum(4). Revision Changes Path 1.29 +2 -1 src/share/man/man4/altq.4 From owner-cvs-src@FreeBSD.ORG Wed May 9 05:33:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF70816A402; Wed, 9 May 2007 05:33:54 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B98DB13C468; Wed, 9 May 2007 05:33:54 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l495XsQR064674; Wed, 9 May 2007 05:33:54 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l495XsRa064673; Wed, 9 May 2007 05:33:54 GMT (envelope-from maxim) Message-Id: <200705090533.l495XsRa064673@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 May 2007 05:33:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mixer mixer.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 05:33:55 -0000 maxim 2007-05-09 05:33:54 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.8 Log: o Add "line" device to a list of mixer(8) devices. PR: docs/112520 Submitted by: Pietro Cerutti MFC after: 1 week Revision Changes Path 1.25 +1 -1 src/usr.sbin/mixer/mixer.8 From owner-cvs-src@FreeBSD.ORG Wed May 9 05:37:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 549B416A400; Wed, 9 May 2007 05:37:54 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED7113C48A; Wed, 9 May 2007 05:37:54 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l495bsOO064865; Wed, 9 May 2007 05:37:54 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l495bsv5064864; Wed, 9 May 2007 05:37:54 GMT (envelope-from marcel) Message-Id: <200705090537.l495bsv5064864@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 May 2007 05:37:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/part g_part.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 05:37:54 -0000 marcel 2007-05-09 05:37:53 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c Log: Write the output parameter (if present) for the add, create, delete destroy and modify verbs. Revision Changes Path 1.5 +50 -3 src/sys/geom/part/g_part.c From owner-cvs-src@FreeBSD.ORG Wed May 9 06:09:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 840D716A403; Wed, 9 May 2007 06:09:41 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5E12413C45E; Wed, 9 May 2007 06:09:41 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4969fKo070961; Wed, 9 May 2007 06:09:41 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4969fDJ070960; Wed, 9 May 2007 06:09:41 GMT (envelope-from maxim) Message-Id: <200705090609.l4969fDJ070960@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 May 2007 06:09:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:09:41 -0000 maxim 2007-05-09 06:09:41 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build. PR: kern/112517 Submitted by: vd Revision Changes Path 1.347 +2 -0 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Wed May 9 06:22:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93C0C16A402; Wed, 9 May 2007 06:22:15 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6D82F13C458; Wed, 9 May 2007 06:22:15 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l496MFdc074020; Wed, 9 May 2007 06:22:15 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l496MFrK074018; Wed, 9 May 2007 06:22:15 GMT (envelope-from yongari) Message-Id: <200705090622.l496MFrK074018@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 9 May 2007 06:22:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/stge if_stge.c if_stgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:22:16 -0000 yongari 2007-05-09 06:22:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/stge if_stge.c if_stgereg.h Log: MFC if_stge.c rev. 1.7, if_stgereg.h rev. 1.2 to RELENG_6. Use our own timer for watchdog instead of if_watchdog/if_timer interface. Revision Changes Path 1.1.2.3 +16 -11 src/sys/dev/stge/if_stge.c 1.1.2.2 +1 -0 src/sys/dev/stge/if_stgereg.h From owner-cvs-src@FreeBSD.ORG Wed May 9 06:25:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29A4B16A407; Wed, 9 May 2007 06:25:02 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 02E8213C4B8; Wed, 9 May 2007 06:25:02 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l496P1BK074725; Wed, 9 May 2007 06:25:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l496P1bP074712; Wed, 9 May 2007 06:25:01 GMT (envelope-from yongari) Message-Id: <200705090625.l496P1bP074712@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 9 May 2007 06:25:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/stge if_stge.c if_stgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:25:02 -0000 yongari 2007-05-09 06:25:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/stge if_stge.c if_stgereg.h Log: MFC if_stge.c rev. 1.8, if_stgereg.h rev. 1.3 to RELENG_6. Honor link up/down state in stge_start(). While I'm here move MAC control settings to stge_link_task, a task queue which handles link state and duplex/flow controls. Revision Changes Path 1.1.2.4 +19 -24 src/sys/dev/stge/if_stge.c 1.1.2.3 +1 -0 src/sys/dev/stge/if_stgereg.h From owner-cvs-src@FreeBSD.ORG Wed May 9 06:26:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15DFA16A404; Wed, 9 May 2007 06:26:46 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E3F7B13C447; Wed, 9 May 2007 06:26:45 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l496Qjo3074836; Wed, 9 May 2007 06:26:45 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l496QjCF074835; Wed, 9 May 2007 06:26:45 GMT (envelope-from yongari) Message-Id: <200705090626.l496QjCF074835@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 9 May 2007 06:26:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/stge if_stge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:26:46 -0000 yongari 2007-05-09 06:26:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/stge if_stge.c Log: MFC if_stge.c rev. 1.9 to RELENG_6. If we've got watchdog timeouts try to get more packets going after resetting the hardware. Revision Changes Path 1.1.2.5 +2 -0 src/sys/dev/stge/if_stge.c From owner-cvs-src@FreeBSD.ORG Wed May 9 06:32:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AC4216A402; Wed, 9 May 2007 06:32:20 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 445AA13C45E; Wed, 9 May 2007 06:32:20 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l496WK8D075790; Wed, 9 May 2007 06:32:20 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l496WKXY075788; Wed, 9 May 2007 06:32:20 GMT (envelope-from yongari) Message-Id: <200705090632.l496WKXY075788@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 9 May 2007 06:32:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:32:20 -0000 yongari 2007-05-09 06:32:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/msk if_msk.c Log: MFC if_msk.c rev. 1.14 to RELENG_6. Fix TCP header size calculation logic which is used for setting TSO MTU. Revision Changes Path 1.11.2.5 +1 -1 src/sys/dev/msk/if_msk.c From owner-cvs-src@FreeBSD.ORG Wed May 9 06:34:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BB7C16A40A; Wed, 9 May 2007 06:34:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD6A13C448; Wed, 9 May 2007 06:34:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l496YUh2076302; Wed, 9 May 2007 06:34:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l496YUoW076300; Wed, 9 May 2007 06:34:30 GMT (envelope-from yongari) Message-Id: <200705090634.l496YUoW076300@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 9 May 2007 06:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:34:30 -0000 yongari 2007-05-09 06:34:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/msk if_msk.c Log: MFC if_msk.c rev. 1.15 to RELENG_6. Disable TSO support. Under certain circumtances, if TSO is active, Yukon II generates corrupted IP packets. All corrupted IP packets I noticed were the the last segmented packet in a TSO request. The corrupted packet resulted in retransmission of the damaged packet which in turn decreased network performance dramatically. Unfortunately it seems that there is no way to workaround this bug as TSO is completely handled in hardware. Disable TSO until we find a working workaround or a new silicon revision that doesn't have this hardware bug. Revision Changes Path 1.11.2.6 +8 -0 src/sys/dev/msk/if_msk.c From owner-cvs-src@FreeBSD.ORG Wed May 9 06:36:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EADDF16A40A; Wed, 9 May 2007 06:36:41 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C3ED313C458; Wed, 9 May 2007 06:36:41 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l496afqL076609; Wed, 9 May 2007 06:36:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l496afFG076608; Wed, 9 May 2007 06:36:41 GMT (envelope-from yongari) Message-Id: <200705090636.l496afFG076608@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 9 May 2007 06:36:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/msk if_mskreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:36:42 -0000 yongari 2007-05-09 06:36:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/msk if_mskreg.h Log: MFC if_mskreg.h rev. 1.4 to RELENG_6. Work around GMAC hardware hang bug. It seems that valid pause frames(Tx flow control) cause GMAC to hang such that it resulted in watchdog timeout. As a work around don't flush Rx MAC FIFO if we've received pause frames. Revision Changes Path 1.3.2.2 +0 -1 src/sys/dev/msk/if_mskreg.h From owner-cvs-src@FreeBSD.ORG Wed May 9 07:01:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7287616A406 for ; Wed, 9 May 2007 07:01:23 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3994C13C468 for ; Wed, 9 May 2007 07:01:23 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 73712 invoked from network); 9 May 2007 07:01:25 -0000 Received: from ppp-71-139-36-90.dsl.snfc21.pacbell.net (HELO ?10.0.5.16?) (nate-mail@71.139.36.90) by root.org with ESMTPA; 9 May 2007 07:01:25 -0000 Message-ID: <464172B0.4010507@root.org> Date: Wed, 09 May 2007 00:05:20 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (X11/20070214) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200704222233.l3MMXUKH045452@repoman.freebsd.org> <86abwzio7t.fsf@dwp.des.no> <462CD3FD.6080300@root.org> <86tzurqp4d.fsf@dwp.des.no> <864pmn5lvd.fsf@dwp.des.no> <4640D8AA.40101@root.org> <86lkfzm2m7.fsf@dwp.des.no> In-Reply-To: <86lkfzm2m7.fsf@dwp.des.no> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch fetch.3 ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 07:01:23 -0000 Dag-Erling Smørgrav wrote: > Nate Lawson writes: >> BTW, is there any reason to redo the "MODE S" and "TYPE I" commands >> after MDTM? > > MODE and TYPE commands are always issued before an MDTM (fetchStat*()) > or RETR (fetchGet*()), because the code assumes that they can vary > from one call to another. This is true for TYPE (you can specify it > in the URL), and I chose to assume that it might also be the case for > MODE, even though it currently isn't. > > (remember that the FTP code will reuse the control connection across > calls as long as the requested URLs are on the same server) Could it be possible to check the values from the URL used to derive TYPE for RETR and then if it's the same as the value for MDTM, don't reissue it? Same for MODE. -- Nate From owner-cvs-src@FreeBSD.ORG Wed May 9 07:07:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C316516A402; Wed, 9 May 2007 07:07:26 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B2CD313C458; Wed, 9 May 2007 07:07:26 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4977QQi082660; Wed, 9 May 2007 07:07:26 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4977Qko082659; Wed, 9 May 2007 07:07:26 GMT (envelope-from scottl) Message-Id: <200705090707.l4977Qko082659@repoman.freebsd.org> From: Scott Long Date: Wed, 9 May 2007 07:07:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC src/sys/modules/hptiop Makefile src/sys/dev/hptiop hptiop.c hptiop.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 07:07:26 -0000 scottl 2007-05-09 07:07:26 UTC FreeBSD src repository Modified files: sys/conf files NOTES sys/modules Makefile sys/i386/conf GENERIC sys/amd64/conf GENERIC Added files: sys/modules/hptiop Makefile sys/dev/hptiop hptiop.c hptiop.h Log: Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers. The driver relies on CAM. Many thanks to Highpoint for providing this driver. Revision Changes Path 1.476 +1 -0 src/sys/amd64/conf/GENERIC 1.1423 +2 -0 src/sys/conf/NOTES 1.1204 +1 -0 src/sys/conf/files 1.1 +1301 -0 src/sys/dev/hptiop/hptiop.c (new) 1.1 +343 -0 src/sys/dev/hptiop/hptiop.h (new) 1.466 +1 -0 src/sys/i386/conf/GENERIC 1.530 +1 -0 src/sys/modules/Makefile 1.1 +10 -0 src/sys/modules/hptiop/Makefile (new) From owner-cvs-src@FreeBSD.ORG Wed May 9 08:39:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 036CE16A403; Wed, 9 May 2007 08:39:34 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D000813C447; Wed, 9 May 2007 08:39:33 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l498dXPM098820; Wed, 9 May 2007 08:39:33 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l498dXgf098819; Wed, 9 May 2007 08:39:33 GMT (envelope-from davidxu) Message-Id: <200705090839.l498dXgf098819@repoman.freebsd.org> From: David Xu Date: Wed, 9 May 2007 08:39:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_mutex.c thr_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 08:39:34 -0000 davidxu 2007-05-09 08:39:33 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_mutex.c thr_umtx.c Log: backout experimental adaptive spinning mutex for product use. Revision Changes Path 1.46 +0 -7 src/lib/libthr/thread/thr_init.c 1.54 +0 -1 src/lib/libthr/thread/thr_mutex.c 1.12 +0 -1 src/lib/libthr/thread/thr_umtx.c From owner-cvs-src@FreeBSD.ORG Wed May 9 09:02:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DABC16A402; Wed, 9 May 2007 09:02:12 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4630E13C46E; Wed, 9 May 2007 09:02:12 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4992CCW011429; Wed, 9 May 2007 09:02:12 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4992CZF011428; Wed, 9 May 2007 09:02:12 GMT (envelope-from yar) Message-Id: <200705090902.l4992CZF011428@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 9 May 2007 09:02:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_tl.c src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 09:02:12 -0000 yar 2007-05-09 09:02:11 UTC FreeBSD src repository Modified files: sys/pci if_tl.c share/man/man4 vlan.4 Log: tl(4) appears to support long frames. Tested by: Peter Jeremy Revision Changes Path 1.44 +1 -0 src/share/man/man4/vlan.4 1.111 +2 -0 src/sys/pci/if_tl.c From owner-cvs-src@FreeBSD.ORG Wed May 9 09:32:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E26216A409; Wed, 9 May 2007 09:32:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1649C13C45E; Wed, 9 May 2007 09:32:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l499WfZ1017718; Wed, 9 May 2007 09:32:41 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l499Wf5x017717; Wed, 9 May 2007 09:32:41 GMT (envelope-from kevlo) Message-Id: <200705090932.l499Wf5x017717@repoman.freebsd.org> From: Kevin Lo Date: Wed, 9 May 2007 09:32:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_ural.c if_uralvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 09:32:42 -0000 kevlo 2007-05-09 09:32:41 UTC FreeBSD src repository Modified files: sys/dev/usb if_ural.c if_uralvar.h Log: - Remove dependency on deprecated if_watchdog ABI. - Move amrr code into net80211 itself. - Handle ->INIT state transition in ural_newstate() to eliminate the race. Tested with a ASUS WL-167g. Revision Changes Path 1.53 +30 -109 src/sys/dev/usb/if_ural.c 1.8 +4 -9 src/sys/dev/usb/if_uralvar.h From owner-cvs-src@FreeBSD.ORG Wed May 9 11:16:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E80016A400; Wed, 9 May 2007 11:16:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5468513C458; Wed, 9 May 2007 11:16:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 8088C20A8; Wed, 9 May 2007 13:16:52 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 71AE820A6; Wed, 9 May 2007 13:16:52 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 5BE885114; Wed, 9 May 2007 13:16:52 +0200 (CEST) From: des@des.no (Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?=) To: Nate Lawson References: <200704222233.l3MMXUKH045452@repoman.freebsd.org> <86abwzio7t.fsf@dwp.des.no> <462CD3FD.6080300@root.org> <86tzurqp4d.fsf@dwp.des.no> <864pmn5lvd.fsf@dwp.des.no> <4640D8AA.40101@root.org> <86lkfzm2m7.fsf@dwp.des.no> <464172B0.4010507@root.org> Date: Wed, 09 May 2007 13:16:52 +0200 In-Reply-To: <464172B0.4010507@root.org> (Nate Lawson's message of "Wed, 09 May 2007 00:05:20 -0700") Message-ID: <861whqckm3.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch fetch.3 ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:16:56 -0000 Nate Lawson writes: > Could it be possible to check the values from the URL used to derive > TYPE for RETR and then if it's the same as the value for MDTM, don't > reissue it? Same for MODE. I suggest you look at the code. We *do* derive the TYPE value from the URL. We do *not* trust the server state to be consistent from one request to another. MDTM and RETR are two separate requests. We *could* change the code to remember the last TYPE and MODE it issued for the current server, and not issue new ones unnecessarily, but we're quickly getting to the point where the FTP code needs a major cleanup, at least when it comes to connection caching. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed May 9 11:38:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19B1816A407; Wed, 9 May 2007 11:38:59 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E2F3413C45E; Wed, 9 May 2007 11:38:58 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49BcwbT039739; Wed, 9 May 2007 11:38:58 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49BcwC2039738; Wed, 9 May 2007 11:38:58 GMT (envelope-from nyan) Message-Id: <200705091138.l49BcwC2039738@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 9 May 2007 11:38:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:38:59 -0000 nyan 2007-05-09 11:38:58 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 fdisk.8 Log: - A partition number is allowed to 1-8. - Remove non-exist -b flag. - Add reference to boot98cfg and newfs. - s/disklabel/bsdlabel/ Revision Changes Path 1.20 +5 -11 src/sbin/fdisk_pc98/fdisk.8 From owner-cvs-src@FreeBSD.ORG Wed May 9 11:39:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82C3A16A407; Wed, 9 May 2007 11:39:46 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5ABC313C46C; Wed, 9 May 2007 11:39:46 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49Bdkem039778; Wed, 9 May 2007 11:39:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49Bdkal039777; Wed, 9 May 2007 11:39:46 GMT (envelope-from maxim) Message-Id: <200705091139.l49Bdkal039777@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 May 2007 11:39:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:39:46 -0000 maxim 2007-05-09 11:39:46 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: o Fix style(9) bugs introduced in the last commit. Pointed out by: bde Revision Changes Path 1.348 +3 -3 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Wed May 9 11:43:04 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B6FA16A403; Wed, 9 May 2007 11:43:04 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 632EE13C448; Wed, 9 May 2007 11:43:04 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49Bh4nm040957; Wed, 9 May 2007 11:43:04 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49Bh4va040956; Wed, 9 May 2007 11:43:04 GMT (envelope-from maxim) Message-Id: <200705091143.l49Bh4va040956@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 May 2007 11:43:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:43:04 -0000 maxim 2007-05-09 11:43:04 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: o Fix typo: comments start by "#" not "*". Revision Changes Path 1.467 +1 -1 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Wed May 9 11:46:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5868E16A404; Wed, 9 May 2007 11:46:32 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3074213C447; Wed, 9 May 2007 11:46:32 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49BkWp4041436; Wed, 9 May 2007 11:46:32 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49BkWqO041435; Wed, 9 May 2007 11:46:32 GMT (envelope-from nyan) Message-Id: <200705091146.l49BkWqO041435@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 9 May 2007 11:46:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:46:32 -0000 nyan 2007-05-09 11:46:31 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 fdisk.8 Log: Reduce diffs against fdisk/fdisk.8. Revision Changes Path 1.21 +142 -158 src/sbin/fdisk_pc98/fdisk.8 From owner-cvs-src@FreeBSD.ORG Wed May 9 13:30:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6061616A413; Wed, 9 May 2007 13:30:07 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4E55313C45D; Wed, 9 May 2007 13:30:07 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49DU7fN069096; Wed, 9 May 2007 13:30:07 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49DU77c069095; Wed, 9 May 2007 13:30:07 GMT (envelope-from rrs) Message-Id: <200705091330.l49DU77c069095@repoman.freebsd.org> From: Randall Stewart Date: Wed, 9 May 2007 13:30:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_asconf.c sctp_auth.c sctp_indata.c sctp_input.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_peeloff.c sctp_timer.c sctp_usrreq.c sctputil.c sctputil.h src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 13:30:07 -0000 rrs 2007-05-09 13:30:07 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c sctp_auth.c sctp_indata.c sctp_input.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_peeloff.c sctp_timer.c sctp_usrreq.c sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c Log: Two major items here: - All printf that was surrounded by #ifdef SCTP_DEBUG moves to a macro that does all of this. This removes all printfs from the code and makes the code more portable and easier to read. - Static Analysis (cisco) - found a few bugs, but mostly we add checks for NULL pointers and such to make the tool happy. We now pass the Cisco SA tools checks except for where it does not understand tailq/lists. We still need to look at the coverity tools output too (this is like the cisco SA tool) and see if it wants us to fix any other items. Hopefully this will be the last major churn in the code other than bug fixes. Revision Changes Path 1.13 +155 -333 src/sys/netinet/sctp_asconf.c 1.10 +49 -78 src/sys/netinet/sctp_auth.c 1.23 +77 -139 src/sys/netinet/sctp_indata.c 1.26 +236 -433 src/sys/netinet/sctp_input.c 1.17 +10 -2 src/sys/netinet/sctp_os_bsd.h 1.25 +214 -375 src/sys/netinet/sctp_output.c 1.28 +96 -163 src/sys/netinet/sctp_pcb.c 1.16 +4 -4 src/sys/netinet/sctp_pcb.h 1.9 +2 -11 src/sys/netinet/sctp_peeloff.c 1.15 +49 -76 src/sys/netinet/sctp_timer.c 1.26 +33 -33 src/sys/netinet/sctp_usrreq.c 1.30 +187 -138 src/sys/netinet/sctputil.c 1.19 +7 -7 src/sys/netinet/sctputil.h 1.21 +18 -24 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed May 9 15:55:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD48016A403; Wed, 9 May 2007 15:55:46 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 949C213C44B; Wed, 9 May 2007 15:55:46 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49Ftk7N095209; Wed, 9 May 2007 15:55:46 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49FtkZn095208; Wed, 9 May 2007 15:55:46 GMT (envelope-from scottl) Message-Id: <200705091555.l49FtkZn095208@repoman.freebsd.org> From: Scott Long Date: Wed, 9 May 2007 15:55:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/conf NOTES src/sys/i386/conf NOTES src/sys/amd64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 15:55:46 -0000 scottl 2007-05-09 15:55:45 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/conf NOTES sys/i386/conf NOTES sys/amd64/conf NOTES Log: It turns out that the hptiop driver isn't portable after all. Confine it to amd64 and i386 for now. Revision Changes Path 1.65 +4 -0 src/sys/amd64/conf/NOTES 1.1424 +0 -2 src/sys/conf/NOTES 1.1240 +4 -0 src/sys/i386/conf/NOTES 1.531 +3 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 9 16:38:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DDD516A404 for ; Wed, 9 May 2007 16:38:24 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1A05113C46C for ; Wed, 9 May 2007 16:38:24 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 16088 invoked from network); 9 May 2007 16:38:24 -0000 Received: from ppp-71-139-36-90.dsl.snfc21.pacbell.net (HELO ?10.0.5.16?) (nate-mail@71.139.36.90) by root.org with ESMTPA; 9 May 2007 16:38:24 -0000 Message-ID: <4641F9EF.6030902@root.org> Date: Wed, 09 May 2007 09:42:23 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (X11/20070214) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200704222233.l3MMXUKH045452@repoman.freebsd.org> <86abwzio7t.fsf@dwp.des.no> <462CD3FD.6080300@root.org> <86tzurqp4d.fsf@dwp.des.no> <864pmn5lvd.fsf@dwp.des.no> <4640D8AA.40101@root.org> <86lkfzm2m7.fsf@dwp.des.no> <464172B0.4010507@root.org> <861whqckm3.fsf@dwp.des.no> In-Reply-To: <861whqckm3.fsf@dwp.des.no> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch fetch.3 ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 16:38:24 -0000 Dag-Erling Smørgrav wrote: > Nate Lawson writes: >> Could it be possible to check the values from the URL used to derive >> TYPE for RETR and then if it's the same as the value for MDTM, don't >> reissue it? Same for MODE. > > I suggest you look at the code. We *do* derive the TYPE value from > the URL. We do *not* trust the server state to be consistent from one > request to another. MDTM and RETR are two separate requests. Sorry, my message might have been unclear. I've looked at the code. > We *could* change the code to remember the last TYPE and MODE it > issued for the current server, and not issue new ones unnecessarily, > but we're quickly getting to the point where the FTP code needs a > major cleanup, at least when it comes to connection caching. This is what I was suggesting. I'll look into patching the current code to do this. If it's too hard, I'll skip it. -- Nate From owner-cvs-src@FreeBSD.ORG Wed May 9 16:27:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88AA316A40D; Wed, 9 May 2007 16:27:51 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.130]) by mx1.freebsd.org (Postfix) with ESMTP id 00EB713C455; Wed, 9 May 2007 16:27:50 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.1/8.14.1) with ESMTP id l49GRn4X013928; Wed, 9 May 2007 20:27:49 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.1/8.14.1/Submit) id l49GRn4N013927; Wed, 9 May 2007 20:27:49 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 9 May 2007 20:27:48 +0400 From: Gleb Smirnoff To: Jack Vogel Message-ID: <20070509162748.GG36414@FreeBSD.org> References: <200705040000.l4400CtD088050@repoman.freebsd.org> <6eb82e0705081926q6e5ffb5en4454c8e1e74f03cc@mail.gmail.com> <2a41acea0705082009m5f675e00x51baf947c7bddc3a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <2a41acea0705082009m5f675e00x51baf947c7bddc3a@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-06) X-Mailman-Approved-At: Wed, 09 May 2007 17:04:52 +0000 Cc: Jack F Vogel , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Rong-en Fan , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 16:27:51 -0000 On Tue, May 08, 2007 at 08:09:49PM -0700, Jack Vogel wrote: J> There are constant fixes and changes going into all the J> shared code, those files that begin e1000* here at Intel, J> but I am not sure right now how often to update those J> in this tree. The HEAD is the testing branch, thus adding any new and probably important code is the right thing to do. IMHO, in HEAD the shared code should be updated as fast as possible, following the vendor, if you have extra time for this kind of work. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed May 9 17:32:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D230916A405; Wed, 9 May 2007 17:32:10 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB1DB13C459; Wed, 9 May 2007 17:32:10 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49HWALC022221; Wed, 9 May 2007 17:32:10 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49HWANr022218; Wed, 9 May 2007 17:32:10 GMT (envelope-from scottl) Message-Id: <200705091732.l49HWANr022218@repoman.freebsd.org> From: Scott Long Date: Wed, 9 May 2007 17:32:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mfi mfi_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 17:32:10 -0000 scottl 2007-05-09 17:32:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mfi mfi_pci.c Log: MFC rev 1.5: Add PCI Ids. Revision Changes Path 1.1.2.4 +2 -1 src/sys/dev/mfi/mfi_pci.c From owner-cvs-src@FreeBSD.ORG Wed May 9 17:33:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6555A16A400; Wed, 9 May 2007 17:33:10 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC2D13C458; Wed, 9 May 2007 17:33:10 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49HXA64022563; Wed, 9 May 2007 17:33:10 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49HXAM6022562; Wed, 9 May 2007 17:33:10 GMT (envelope-from scottl) Message-Id: <200705091733.l49HXAM6022562@repoman.freebsd.org> From: Scott Long Date: Wed, 9 May 2007 17:33:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/mfi mfi_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 17:33:10 -0000 scottl 2007-05-09 17:33:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mfi mfi_pci.c Log: MFC rev 1.5: Add PCI Ids Revision Changes Path 1.3.2.2 +3 -2 src/sys/dev/mfi/mfi_pci.c From owner-cvs-src@FreeBSD.ORG Wed May 9 18:31:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A852B16A417; Wed, 9 May 2007 18:31:49 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 81AA413C465; Wed, 9 May 2007 18:31:49 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49IVnrA034436; Wed, 9 May 2007 18:31:49 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49IVnZS034434; Wed, 9 May 2007 18:31:49 GMT (envelope-from maxim) Message-Id: <200705091831.l49IVnZS034434@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 May 2007 18:31:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 18:31:49 -0000 maxim 2007-05-09 18:31:49 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: o Teach get_mac_addr_mask() to not silently accept incorrect MAC addresses. o Swap a couple of magic 6s by ETHER_ADDR_LEN. PR: bin/80913 Submitted by: Andrey V. Elsukov MFC after: 1 month Revision Changes Path 1.105 +39 -23 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Wed May 9 19:37:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CBD716A402; Wed, 9 May 2007 19:37:03 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2B3CB13C43E; Wed, 9 May 2007 19:37:03 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49Jb3xK047210; Wed, 9 May 2007 19:37:03 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49Jb3uJ047206; Wed, 9 May 2007 19:37:03 GMT (envelope-from gnn) Message-Id: <200705091937.l49Jb3uJ047206@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Wed, 9 May 2007 19:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libipsec pfkey_dump.c src/sbin/setkey setkey.8 token.l src/secure/lib/libcrypto Makefile Makefile.inc opensslconf-amd64.h opensslconf-i386.h src/sys/conf files src/sys/crypto/camellia camellia-api.c camellia.c camellia.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 19:37:03 -0000 gnn 2007-05-09 19:37:02 UTC FreeBSD src repository Modified files: lib/libipsec pfkey_dump.c sbin/setkey setkey.8 token.l secure/lib/libcrypto Makefile Makefile.inc opensslconf-amd64.h opensslconf-i386.h sys/conf files sys/modules/crypto Makefile sys/net pfkeyv2.h sys/netinet6 esp_core.c sys/netipsec xform_esp.c sys/opencrypto cryptodev.c cryptodev.h cryptosoft.c xform.c xform.h Added files: sys/crypto/camellia camellia-api.c camellia.c camellia.h sys/netinet6 esp_camellia.c esp_camellia.h Log: Integrate the Camellia Block Cipher. For more information see RFC 4132 and its bibliography. Submitted by: Tomoyuki Okazaki MFC after: 1 month Revision Changes Path 1.16 +3 -0 src/lib/libipsec/pfkey_dump.c 1.38 +1 -0 src/sbin/setkey/setkey.8 1.12 +1 -0 src/sbin/setkey/token.l 1.81 +11 -0 src/secure/lib/libcrypto/Makefile 1.47 +1 -1 src/secure/lib/libcrypto/Makefile.inc 1.8 +1 -5 src/secure/lib/libcrypto/opensslconf-amd64.h 1.8 +1 -5 src/secure/lib/libcrypto/opensslconf-i386.h 1.1205 +3 -0 src/sys/conf/files 1.1 +58 -0 src/sys/crypto/camellia/camellia-api.c (new) 1.1 +1332 -0 src/sys/crypto/camellia/camellia.c (new) 1.1 +69 -0 src/sys/crypto/camellia/camellia.h (new) 1.6 +2 -1 src/sys/modules/crypto/Makefile 1.15 +2 -0 src/sys/net/pfkeyv2.h 1.1 +92 -0 src/sys/netinet6/esp_camellia.c (new) 1.1 +35 -0 src/sys/netinet6/esp_camellia.h (new) 1.25 +9 -0 src/sys/netinet6/esp_core.c 1.19 +3 -0 src/sys/netipsec/xform_esp.c 1.34 +3 -0 src/sys/opencrypto/cryptodev.c 1.25 +3 -1 src/sys/opencrypto/cryptodev.h 1.19 +6 -0 src/sys/opencrypto/cryptosoft.c 1.9 +53 -0 src/sys/opencrypto/xform.c 1.4 +1 -0 src/sys/opencrypto/xform.h From owner-cvs-src@FreeBSD.ORG Wed May 9 20:05:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAA6116A404; Wed, 9 May 2007 20:05:43 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A412B13C44B; Wed, 9 May 2007 20:05:43 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49K5hjU054411; Wed, 9 May 2007 20:05:43 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49K5hsG054410; Wed, 9 May 2007 20:05:43 GMT (envelope-from brueffer) Message-Id: <200705092005.l49K5hsG054410@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 9 May 2007 20:05:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 twa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 20:05:43 -0000 brueffer 2007-05-09 20:05:43 UTC FreeBSD src repository Modified files: share/man/man4 twa.4 Log: Add some newly supported controllers. Revision Changes Path 1.8 +15 -3 src/share/man/man4/twa.4 From owner-cvs-src@FreeBSD.ORG Wed May 9 20:22:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EE9916A404; Wed, 9 May 2007 20:22:12 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0814613C46A; Wed, 9 May 2007 20:22:12 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49KMBG8057251; Wed, 9 May 2007 20:22:11 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49KMB4L057249; Wed, 9 May 2007 20:22:11 GMT (envelope-from brueffer) Message-Id: <200705092022.l49KMB4L057249@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 9 May 2007 20:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 20:22:12 -0000 brueffer 2007-05-09 20:22:11 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: - mpt(4), isp(4), ciss(4) MPSAFE - rum(4) driver added - hptiop(4) driver added Updated release notes: - em(4) driver updated to 6.5.0 - small fixes in the top -j entry - twa(4) update to 3.60.03.006 Revision Changes Path 1.1028 +23 -4 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed May 9 20:24:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85F2016A485; Wed, 9 May 2007 20:24:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6470413C4DA; Wed, 9 May 2007 20:24:18 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49KOHDC057727; Wed, 9 May 2007 20:24:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49KOHiB057726; Wed, 9 May 2007 20:24:17 GMT (envelope-from brueffer) Message-Id: <200705092024.l49KOHiB057726@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 9 May 2007 20:24:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 20:24:21 -0000 brueffer 2007-05-09 20:24:17 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Forced commit to note that the previous revision also contained the following: New release note: - Linux 2.6.16 compat support Submitted by: rdivacky Revision Changes Path 1.1029 +0 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed May 9 21:34:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDB8216A402; Wed, 9 May 2007 21:34:51 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9780713C44B; Wed, 9 May 2007 21:34:51 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49LYpkb078979; Wed, 9 May 2007 21:34:51 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49LYp4g078978; Wed, 9 May 2007 21:34:51 GMT (envelope-from ache) Message-Id: <200705092134.l49LYp4g078978@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 9 May 2007 21:34:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mklocale ja_JP.eucJP.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 21:34:51 -0000 ache 2007-05-09 21:34:51 UTC FreeBSD src repository Modified files: share/mklocale ja_JP.eucJP.src Log: Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.src PR: 51085 Submitted by: Yamazaki Atsushi Revision Changes Path 1.5 +5 -6 src/share/mklocale/ja_JP.eucJP.src From owner-cvs-src@FreeBSD.ORG Wed May 9 22:32:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A53016A400; Wed, 9 May 2007 22:32:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E81F413C447; Wed, 9 May 2007 22:32:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49MWnD9089451; Wed, 9 May 2007 22:32:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49MWnWk089450; Wed, 9 May 2007 22:32:49 GMT (envelope-from pjd) Message-Id: <200705092232.l49MWnWk089450@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 May 2007 22:32:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 22:32:50 -0000 pjd 2007-05-09 22:32:49 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c Log: Increase debug level - this message is not that important. Revision Changes Path 1.4 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c From owner-cvs-src@FreeBSD.ORG Wed May 9 22:53:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F61316A405; Wed, 9 May 2007 22:53:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 69FDE13C44B; Wed, 9 May 2007 22:53:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49MrZuS092908; Wed, 9 May 2007 22:53:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49MrZwU092904; Wed, 9 May 2007 22:53:35 GMT (envelope-from rwatson) Message-Id: <200705092253.l49MrZwU092904@repoman.freebsd.org> From: Robert Watson Date: Wed, 9 May 2007 22:53:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 22:53:35 -0000 rwatson 2007-05-09 22:53:35 UTC FreeBSD src repository Modified files: sys/vm uma_int.h Log: Update stale comment on protecting UMA per-CPU caches: we now use critical sections rather than mutexes. Revision Changes Path 1.38 +7 -7 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Wed May 9 23:19:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B75516A403; Wed, 9 May 2007 23:19:55 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 764A613C465; Wed, 9 May 2007 23:19:55 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49NJtSt098090; Wed, 9 May 2007 23:19:55 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49NJtvl098089; Wed, 9 May 2007 23:19:55 GMT (envelope-from mjacob) Message-Id: <200705092319.l49NJtvl098089@repoman.freebsd.org> From: Matt Jacob Date: Wed, 9 May 2007 23:19:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 esp_camellia.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 23:19:55 -0000 mjacob 2007-05-09 23:19:55 UTC FreeBSD src repository Modified files: sys/netinet6 esp_camellia.c Log: Need sys/cdevs.h for the macro FBSDID to work. Revision Changes Path 1.2 +1 -0 src/sys/netinet6/esp_camellia.c From owner-cvs-src@FreeBSD.ORG Thu May 10 00:21:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C49B16A409; Thu, 10 May 2007 00:21:43 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id 0359113C4C6; Thu, 10 May 2007 00:21:40 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from 104.32.61.10.in-addr.arpa.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id l4A0L9Ou072168; Wed, 9 May 2007 17:21:09 -0700 (PDT) Date: Wed, 09 May 2007 17:20:59 -0700 Message-ID: From: gnn@FreeBSD.org To: Matt Jacob In-Reply-To: <200705092319.l49NJtvl098089@repoman.freebsd.org> References: <200705092319.l49NJtvl098089@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.0.95 (i386-apple-darwin8.8.2) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 esp_camellia.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 00:21:43 -0000 At Wed, 9 May 2007 23:19:55 +0000 (UTC), Matt Jacob wrote: > > mjacob 2007-05-09 23:19:55 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 esp_camellia.c > Log: > Need sys/cdevs.h for the macro FBSDID to work. > Thanks. Pointy hat to, George From owner-cvs-src@FreeBSD.ORG Thu May 10 00:53:51 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61E6616A406; Thu, 10 May 2007 00:53:51 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 288F613C45E; Thu, 10 May 2007 00:53:50 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.14.1/8.14.1) with ESMTP id l4A0rgG5033358; Wed, 9 May 2007 17:53:50 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.14.1/8.14.1/Submit) with ESMTP id l4A0rgQ0033355; Wed, 9 May 2007 17:53:42 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 9 May 2007 17:53:42 -0700 (PDT) From: mjacob@freebsd.org To: gnn@freebsd.org In-Reply-To: Message-ID: <20070509175326.Y33354@ns1.feral.com> References: <200705092319.l49NJtvl098089@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet6 esp_camellia.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 00:53:51 -0000 On Wed, 9 May 2007, gnn@FreeBSD.org wrote: > At Wed, 9 May 2007 23:19:55 +0000 (UTC), > Matt Jacob wrote: >> >> mjacob 2007-05-09 23:19:55 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet6 esp_camellia.c >> Log: >> Need sys/cdevs.h for the macro FBSDID to work. >> > > Thanks. > > Pointy hat to, > George no worries From owner-cvs-src@FreeBSD.ORG Thu May 10 01:32:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8213B16A400; Thu, 10 May 2007 01:32:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5D36B13C44B; Thu, 10 May 2007 01:32:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A1WIEf032987; Thu, 10 May 2007 01:32:18 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A1WI9D032986; Thu, 10 May 2007 01:32:18 GMT (envelope-from kevlo) Message-Id: <200705100132.l4A1WI9D032986@repoman.freebsd.org> From: Kevin Lo Date: Thu, 10 May 2007 01:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 01:32:18 -0000 kevlo 2007-05-10 01:32:18 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC Log: Add wlan_amrr. ural(4) uses amrr as transmit rate control. Revision Changes Path 1.292 +1 -0 src/sys/pc98/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu May 10 01:39:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D358816A400; Thu, 10 May 2007 01:39:50 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AE98813C459; Thu, 10 May 2007 01:39:50 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A1dowB033888; Thu, 10 May 2007 01:39:50 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A1doZ4033887; Thu, 10 May 2007 01:39:50 GMT (envelope-from kevlo) Message-Id: <200705100139.l4A1doZ4033887@repoman.freebsd.org> From: Kevin Lo Date: Thu, 10 May 2007 01:39:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 01:39:50 -0000 kevlo 2007-05-10 01:39:50 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Add wlan_amrr. ural(4) uses amrr as transmit rate control. Revision Changes Path 1.477 +1 -0 src/sys/amd64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu May 10 01:46:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A10D716A402; Thu, 10 May 2007 01:46:51 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7BBEC13C45A; Thu, 10 May 2007 01:46:51 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A1kpCG035438; Thu, 10 May 2007 01:46:51 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A1kp3J035437; Thu, 10 May 2007 01:46:51 GMT (envelope-from ariff) Message-Id: <200705100146.l4A1kp3J035437@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 10 May 2007 01:46:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 01:46:51 -0000 ariff 2007-05-10 01:46:51 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Don't hold mutex while releasing bus resources. Revision Changes Path 1.36 +0 -1 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Thu May 10 02:58:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9B5F16A408; Thu, 10 May 2007 02:58:09 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 6F24413C45D; Thu, 10 May 2007 02:58:09 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id DA191690909; Thu, 10 May 2007 03:58:09 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 8824669091A; Thu, 10 May 2007 03:58:09 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-156-100.net.novis.pt [87.196.156.100]) by core.fnop.net (Postfix) with ESMTP id 9BC09690909; Thu, 10 May 2007 03:58:08 +0100 (WEST) Date: Thu, 10 May 2007 03:58:03 +0100 Message-ID: <863b25mll0.wl%rpaulo@fnop.net> From: Rui Paulo To: Ariff Abdullah In-Reply-To: <200705100146.l4A1kp3J035437@repoman.freebsd.org> References: <200705100146.l4A1kp3J035437@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 02:58:09 -0000 At Thu, 10 May 2007 01:46:51 +0000 (UTC), Ariff Abdullah wrote: > > ariff 2007-05-10 01:46:51 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci/hda hdac.c > Log: > Don't hold mutex while releasing bus resources. Does this fix the LOR on module unload? From owner-cvs-src@FreeBSD.ORG Thu May 10 03:15:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from misaki (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 31BD716A402; Thu, 10 May 2007 03:15:29 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Date: Thu, 10 May 2007 11:15:19 +0800 From: Ariff Abdullah To: Rui Paulo Message-Id: <20070510111519.459be99e.ariff@FreeBSD.org> In-Reply-To: <863b25mll0.wl%rpaulo@fnop.net> References: <200705100146.l4A1kp3J035437@repoman.freebsd.org> <863b25mll0.wl%rpaulo@fnop.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__10_May_2007_11_15_19_+0800_vFM/hoXXtYc4Hftt" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 03:15:31 -0000 --Signature=_Thu__10_May_2007_11_15_19_+0800_vFM/hoXXtYc4Hftt Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 10 May 2007 03:58:03 +0100 Rui Paulo wrote: > At Thu, 10 May 2007 01:46:51 +0000 (UTC), > Ariff Abdullah wrote: > >=20 > > ariff 2007-05-10 01:46:51 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/dev/sound/pci/hda hdac.c=20 > > Log: > > Don't hold mutex while releasing bus resources. >=20 > Does this fix the LOR on module unload? >=20 >=20 Yes. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Thu__10_May_2007_11_15_19_+0800_vFM/hoXXtYc4Hftt Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGQo5Hlr+deMUwTNoRAtrhAKCjaxPd/xUY+XfcWNpb9U4Wh1LEgQCfX75Y BLMIQXpE85c0Ubt2HIVP/bw= =4ov8 -----END PGP SIGNATURE----- --Signature=_Thu__10_May_2007_11_15_19_+0800_vFM/hoXXtYc4Hftt-- From owner-cvs-src@FreeBSD.ORG Thu May 10 03:48:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC4F816A400; Thu, 10 May 2007 03:48:19 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 9498113C45B; Thu, 10 May 2007 03:48:19 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 8EEBD690909; Thu, 10 May 2007 04:48:20 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 502C669091C; Thu, 10 May 2007 04:48:20 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-156-100.net.novis.pt [87.196.156.100]) by core.fnop.net (Postfix) with ESMTP id 05312690909; Thu, 10 May 2007 04:48:18 +0100 (WEST) Date: Thu, 10 May 2007 04:48:16 +0100 Message-ID: <861whpmj9b.wl%rpaulo@fnop.net> From: Rui Paulo To: Ariff Abdullah In-Reply-To: <20070510111519.459be99e.ariff@FreeBSD.org> References: <200705100146.l4A1kp3J035437@repoman.freebsd.org> <863b25mll0.wl%rpaulo@fnop.net> <20070510111519.459be99e.ariff@FreeBSD.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: Rui Paulo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 03:48:20 -0000 At Thu, 10 May 2007 11:15:19 +0800, Ariff Abdullah wrote: > > [1 ] > On Thu, 10 May 2007 03:58:03 +0100 > Rui Paulo wrote: > > At Thu, 10 May 2007 01:46:51 +0000 (UTC), > > Ariff Abdullah wrote: > > > > > > ariff 2007-05-10 01:46:51 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/sound/pci/hda hdac.c > > > Log: > > > Don't hold mutex while releasing bus resources. > > > > Does this fix the LOR on module unload? > > > > > > Yes. Thanks. From owner-cvs-src@FreeBSD.ORG Thu May 10 07:12:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40C3116A402; Thu, 10 May 2007 07:12:53 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5AA13C43E; Thu, 10 May 2007 07:12:53 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A7Cq7i003818; Thu, 10 May 2007 07:12:52 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A7CqVb003817; Thu, 10 May 2007 07:12:52 GMT (envelope-from gnn) Message-Id: <200705100712.l4A7CqVb003817@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 10 May 2007 07:12:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6_proto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 07:12:53 -0000 gnn 2007-05-10 07:12:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6_proto.c Log: MFC rev 1.42 Reduce the default number of header options that the IPv6 protocol stack will process from 50 to 15. As this is a sysctl variable it can be tuned up or down at the user/administrator's whim. Revision Changes Path 1.32.2.7 +1 -1 src/sys/netinet6/in6_proto.c From owner-cvs-src@FreeBSD.ORG Thu May 10 08:53:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37FC916A409; Thu, 10 May 2007 08:53:59 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1213813C487; Thu, 10 May 2007 08:53:59 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A8rw4Y030669; Thu, 10 May 2007 08:53:58 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A8rw6g030667; Thu, 10 May 2007 08:53:58 GMT (envelope-from kevlo) Message-Id: <200705100853.l4A8rw6g030667@repoman.freebsd.org> From: Kevin Lo Date: Thu, 10 May 2007 08:53:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:53:59 -0000 kevlo 2007-05-10 08:53:58 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Hook wlan_amrr up to the build. Revision Changes Path 1.1425 +1 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu May 10 09:18:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48CE816A408; Thu, 10 May 2007 09:18:08 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 22B7D13C44C; Thu, 10 May 2007 09:18:08 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A9I8Tq035435; Thu, 10 May 2007 09:18:08 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A9I7dc035434; Thu, 10 May 2007 09:18:07 GMT (envelope-from kib) Message-Id: <200705100918.l4A9I7dc035434@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 10 May 2007 09:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 09:18:08 -0000 kib 2007-05-10 09:18:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC rev. 1.259: Allow the dounmount() to proceed even for doomed coveredvp. Revision Changes Path 1.196.2.23 +1 -3 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Thu May 10 11:22:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9336F16A400; Thu, 10 May 2007 11:22:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFB213C455; Thu, 10 May 2007 11:22:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ABMPfR057939; Thu, 10 May 2007 11:22:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ABMPNs057938; Thu, 10 May 2007 11:22:25 GMT (envelope-from yar) Message-Id: <200705101122.l4ABMPNs057938@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 10 May 2007 11:22:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/nologin nologin.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 11:22:25 -0000 yar 2007-05-10 11:22:25 UTC FreeBSD src repository Modified files: usr.sbin/nologin nologin.5 Log: Update nologin(5) to match the modern reality of login.conf(5) and PAM. Revision Changes Path 1.15 +44 -12 src/usr.sbin/nologin/nologin.5 From owner-cvs-src@FreeBSD.ORG Thu May 10 12:04:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 979F516A406; Thu, 10 May 2007 12:04:30 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 71F6913C4B0; Thu, 10 May 2007 12:04:30 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AC4UeC066040; Thu, 10 May 2007 12:04:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AC4UYP066039; Thu, 10 May 2007 12:04:30 GMT (envelope-from kensmith) Message-Id: <200705101204.l4AC4UYP066039@repoman.freebsd.org> From: Ken Smith Date: Thu, 10 May 2007 12:04:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 12:04:30 -0000 kensmith 2007-05-10 12:04:30 UTC FreeBSD src repository Modified files: release Makefile Log: The amd64 monthly snapshots began overflowing disc1 (and that's without any packages...). Revision Changes Path 1.922 +1 -0 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 10 12:33:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E6816A405; Thu, 10 May 2007 12:33:01 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8DC7C13C455; Thu, 10 May 2007 12:33:01 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ACX1p1074072; Thu, 10 May 2007 12:33:01 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ACX1sX074069; Thu, 10 May 2007 12:33:01 GMT (envelope-from nyan) Message-Id: <200705101233.l4ACX1sX074069@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 10 May 2007 12:33:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 12:33:01 -0000 nyan 2007-05-10 12:33:00 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 fdisk.8 Log: Another merging from sbin/fdisk/fdisk.8. PR: 109929 Submitted by: Alex Kozlov Revision Changes Path 1.22 +75 -68 src/sbin/fdisk_pc98/fdisk.8 From owner-cvs-src@FreeBSD.ORG Thu May 10 12:51:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29DA116A404; Thu, 10 May 2007 12:51:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0450613C448; Thu, 10 May 2007 12:51:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ACp8mt085673; Thu, 10 May 2007 12:51:08 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ACp8mu085671; Thu, 10 May 2007 12:51:08 GMT (envelope-from delphij) Message-Id: <200705101251.l4ACp8mu085671@repoman.freebsd.org> From: Xin LI Date: Thu, 10 May 2007 12:51:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common install.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 12:51:09 -0000 delphij 2007-05-10 12:51:08 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/installation/common install.sgml Log: We need four disks these days, so reflect this. Pointed out by: phk PR: docs/112571 Revision Changes Path 1.35 +1 -1 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml From owner-cvs-src@FreeBSD.ORG Thu May 10 13:10:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C7FF16A400; Thu, 10 May 2007 13:10:35 +0000 (UTC) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC16013C46A; Thu, 10 May 2007 13:10:34 +0000 (UTC) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ADAYKT089633; Thu, 10 May 2007 13:10:34 GMT (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ADAYYC089632; Thu, 10 May 2007 13:10:34 GMT (envelope-from mckay) Message-Id: <200705101310.l4ADAYYC089632@repoman.freebsd.org> From: Stephen McKay Date: Thu, 10 May 2007 13:10:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sk if_sk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 13:10:35 -0000 mckay 2007-05-10 13:10:34 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Make a missing or empty VPD non-fatal, as it was prior to rev 1.131. With this change, my D-Link DGE-530T rev A1 is operational again. Revision Changes Path 1.136 +6 -8 src/sys/dev/sk/if_sk.c From owner-cvs-src@FreeBSD.ORG Thu May 10 13:20:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F382F16A405; Thu, 10 May 2007 13:20:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CDDE813C46E; Thu, 10 May 2007 13:20:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ADKjvZ091362; Thu, 10 May 2007 13:20:45 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ADKjo7091361; Thu, 10 May 2007 13:20:45 GMT (envelope-from delphij) Message-Id: <200705101320.l4ADKjo7091361@repoman.freebsd.org> From: Xin LI Date: Thu, 10 May 2007 13:20:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common install.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 13:20:46 -0000 delphij 2007-05-10 13:20:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/installation/common install.sgml Log: MFC: We need four disks these days, so reflect this. Pointed out by: phk PR: docs/112571 Revision Changes Path 1.32.2.2 +1 -1 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml From owner-cvs-src@FreeBSD.ORG Thu May 10 13:25:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88BC016A400; Thu, 10 May 2007 13:25:28 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 642CC13C459; Thu, 10 May 2007 13:25:28 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ADPS8B094219; Thu, 10 May 2007 13:25:28 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ADPSBL094218; Thu, 10 May 2007 13:25:28 GMT (envelope-from roberto) Message-Id: <200705101325.l4ADPSBL094218@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 10 May 2007 13:25:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 13:25:28 -0000 roberto 2007-05-10 13:25:28 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: zfs & zpool have been moved from /usr/sbin into /sbin. The corresponding libraries in /usr/lib has been replaced by symlinks into /lib already. Requested by: pjd Revision Changes Path 1.82 +3 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Thu May 10 14:43:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05D7716A403; Thu, 10 May 2007 14:43:11 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D44C713C459; Thu, 10 May 2007 14:43:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AEhArL008398; Thu, 10 May 2007 14:43:10 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AEhAXZ008396; Thu, 10 May 2007 14:43:10 GMT (envelope-from des) Message-Id: <200705101443.l4AEhAXZ008396@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 14:43:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil Makefile flopen.3 libutil.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:43:11 -0000 des 2007-05-10 14:43:10 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil flopen.3 Log: I'm tired of seeing this done incorrectly and non-portably, so add a flopen(3) function which reliably opens and locks a file. MFC after: 3 weeks Revision Changes Path 1.64 +6 -6 src/lib/libutil/Makefile 1.1 +79 -0 src/lib/libutil/flopen.3 (new) 1.43 +1 -0 src/lib/libutil/libutil.h From owner-cvs-src@FreeBSD.ORG Thu May 10 14:43:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 528E916A40A; Thu, 10 May 2007 14:43:32 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2C73313C487; Thu, 10 May 2007 14:43:32 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AEhWvm008501; Thu, 10 May 2007 14:43:32 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AEhW1q008500; Thu, 10 May 2007 14:43:32 GMT (envelope-from des) Message-Id: <200705101443.l4AEhW1q008500@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 14:43:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil flopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:43:32 -0000 des 2007-05-10 14:43:32 UTC FreeBSD src repository Added files: lib/libutil flopen.c Log: I'm tired of seeing this done incorrectly and non-portably, so add a flopen(3) function which reliably opens and locks a file. MFC after: 3 weeks Revision Changes Path 1.1 +91 -0 src/lib/libutil/flopen.c (new) From owner-cvs-src@FreeBSD.ORG Thu May 10 14:52:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C43D16A402; Thu, 10 May 2007 14:52:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76A5D13C458; Thu, 10 May 2007 14:52:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AEqvxQ009870; Thu, 10 May 2007 14:52:57 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AEqvZO009869; Thu, 10 May 2007 14:52:57 GMT (envelope-from des) Message-Id: <200705101452.l4AEqvZO009869@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 14:52:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil flopen.3 flopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:52:57 -0000 des 2007-05-10 14:52:57 UTC FreeBSD src repository Modified files: lib/libutil flopen.3 flopen.c Log: DTRT when O_NONBLOCK is specified. MFC after: 3 weeks Revision Changes Path 1.2 +22 -0 src/lib/libutil/flopen.3 1.2 +7 -4 src/lib/libutil/flopen.c From owner-cvs-src@FreeBSD.ORG Thu May 10 14:54:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDE2416A403; Thu, 10 May 2007 14:54:53 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C8EC913C448; Thu, 10 May 2007 14:54:53 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AEsr4g010346; Thu, 10 May 2007 14:54:53 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AEsrDh010345; Thu, 10 May 2007 14:54:53 GMT (envelope-from des) Message-Id: <200705101454.l4AEsrDh010345@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 14:54:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pidfile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:54:54 -0000 des 2007-05-10 14:54:53 UTC FreeBSD src repository Modified files: lib/libutil pidfile.c Log: Use flopen(3). MFC after: 3 weeks Revision Changes Path 1.4 +2 -2 src/lib/libutil/pidfile.c From owner-cvs-src@FreeBSD.ORG Thu May 10 14:56:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9F3216A400; Thu, 10 May 2007 14:56:07 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9447413C43E; Thu, 10 May 2007 14:56:07 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AEu7U1010456; Thu, 10 May 2007 14:56:07 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AEu7EG010455; Thu, 10 May 2007 14:56:07 GMT (envelope-from des) Message-Id: <200705101456.l4AEu7EG010455@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 14:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil flopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:56:07 -0000 des 2007-05-10 14:56:07 UTC FreeBSD src repository Modified files: lib/libutil flopen.c Log: Remove superfluous unexpanded RCS tag. Revision Changes Path 1.3 +0 -2 src/lib/libutil/flopen.c From owner-cvs-src@FreeBSD.ORG Thu May 10 15:01:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBD3016A403; Thu, 10 May 2007 15:01:42 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C61CE13C4AE; Thu, 10 May 2007 15:01:42 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AF1gr3011331; Thu, 10 May 2007 15:01:42 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AF1glI011330; Thu, 10 May 2007 15:01:42 GMT (envelope-from des) Message-Id: <200705101501.l4AF1glI011330@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 15:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil flopen.c libutil.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 15:01:43 -0000 des 2007-05-10 15:01:42 UTC FreeBSD src repository Modified files: lib/libutil flopen.c libutil.h Log: Well gag me with a spoon... I'm so used to working at high WARNS levels that I make stupid fundamental mistakes like this when I don't. Revision Changes Path 1.4 +4 -0 src/lib/libutil/flopen.c 1.44 +1 -1 src/lib/libutil/libutil.h From owner-cvs-src@FreeBSD.ORG Thu May 10 15:33:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC04516A403; Thu, 10 May 2007 15:33:42 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B476C13C45E; Thu, 10 May 2007 15:33:42 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AFXgKS017738; Thu, 10 May 2007 15:33:42 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AFXgtE017737; Thu, 10 May 2007 15:33:42 GMT (envelope-from scottl) Message-Id: <200705101533.l4AFXgtE017737@repoman.freebsd.org> From: Scott Long Date: Thu, 10 May 2007 15:33:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 15:33:43 -0000 scottl 2007-05-10 15:33:42 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfivar.h Log: Collapse the mfi_ld object. Add an ioctl to help management apps map array Id's to FreeBSD device names. Revision Changes Path 1.28 +25 -14 src/sys/dev/mfi/mfi.c 1.6 +24 -18 src/sys/dev/mfi/mfi_disk.c 1.5 +10 -0 src/sys/dev/mfi/mfi_ioctl.h 1.6 +9 -7 src/sys/dev/mfi/mfi_pci.c 1.7 +11 -5 src/sys/dev/mfi/mfivar.h From owner-cvs-src@FreeBSD.ORG Thu May 10 15:36:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50EC616A403; Thu, 10 May 2007 15:36:59 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 29E8D13C46A; Thu, 10 May 2007 15:36:59 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AFaxbC018266; Thu, 10 May 2007 15:36:59 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AFaxF8018265; Thu, 10 May 2007 15:36:59 GMT (envelope-from scottl) Message-Id: <200705101536.l4AFaxF8018265@repoman.freebsd.org> From: Scott Long Date: Thu, 10 May 2007 15:36:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/twa tw_osl_freebsd.c tw_osl_share.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 15:36:59 -0000 scottl 2007-05-10 15:36:58 UTC FreeBSD src repository Modified files: sys/dev/twa tw_osl_freebsd.c tw_osl_share.h Log: The version string scheme embeds the freebsd major release version, something that I wasn't aware of with the last import. Adjust the string accordingly for 7-CURRENT. Revision Changes Path 1.8 +1 -1 src/sys/dev/twa/tw_osl_freebsd.c 1.7 +1 -1 src/sys/dev/twa/tw_osl_share.h From owner-cvs-src@FreeBSD.ORG Thu May 10 15:37:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 448BC16A402; Thu, 10 May 2007 15:37:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E43D13C483; Thu, 10 May 2007 15:37:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AFbSco018322; Thu, 10 May 2007 15:37:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AFbREG018321; Thu, 10 May 2007 15:37:27 GMT (envelope-from des) Message-Id: <200705101537.l4AFbREG018321@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 15:37:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 15:37:28 -0000 des 2007-05-10 15:37:27 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for the addition of flopen(3) to libutil. Requested by: delphij Revision Changes Path 1.295 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Thu May 10 15:58:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F07216A404; Thu, 10 May 2007 15:58:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1D19D13C468; Thu, 10 May 2007 15:58:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AFwoeD021814; Thu, 10 May 2007 15:58:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AFwnwd021813; Thu, 10 May 2007 15:58:49 GMT (envelope-from rwatson) Message-Id: <200705101558.l4AFwnwd021813@repoman.freebsd.org> From: Robert Watson Date: Thu, 10 May 2007 15:58:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet if_ether.c in.c in_cksum.c in_gif.c in_rmx.c ip_divert.c ip_dummynet.c ip_ecn.c ip_encap.c ip_fw2.c ip_icmp.c ip_input.c ip_ipsec.c ip_mroute.c ip_options.c ip_output.c raw_ip.c tcp_input.c tcp_sack.c tcp_subr.c tcp_timer.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 15:58:50 -0000 rwatson 2007-05-10 15:58:49 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c in.c in_cksum.c in_gif.c in_rmx.c ip_divert.c ip_dummynet.c ip_ecn.c ip_encap.c ip_fw2.c ip_icmp.c ip_input.c ip_ipsec.c ip_mroute.c ip_options.c ip_output.c raw_ip.c tcp_input.c tcp_sack.c tcp_subr.c tcp_timer.c tcp_usrreq.c Log: Move universally to ANSI C function declarations, with relatively consistent style(9)-ish layout. Revision Changes Path 1.161 +8 -21 src/sys/netinet/if_ether.c 1.99 +17 -41 src/sys/netinet/in.c 1.9 +1 -3 src/sys/netinet/in_cksum.c 1.36 +6 -20 src/sys/netinet/in_gif.c 1.56 +1 -1 src/sys/netinet/in_rmx.c 1.126 +6 -3 src/sys/netinet/ip_divert.c 1.106 +7 -5 src/sys/netinet/ip_dummynet.c 1.8 +6 -16 src/sys/netinet/ip_ecn.c 1.23 +15 -34 src/sys/netinet/ip_encap.c 1.165 +23 -18 src/sys/netinet/ip_fw2.c 1.114 +6 -17 src/sys/netinet/ip_icmp.c 1.327 +14 -20 src/sys/netinet/ip_input.c 1.4 +2 -3 src/sys/netinet/ip_ipsec.c 1.135 +5 -5 src/sys/netinet/ip_mroute.c 1.4 +5 -15 src/sys/netinet/ip_options.c 1.272 +8 -16 src/sys/netinet/ip_output.c 1.173 +5 -2 src/sys/netinet/raw_ip.c 1.349 +2 -1 src/sys/netinet/tcp_input.c 1.39 +1 -2 src/sys/netinet/tcp_sack.c 1.279 +3 -3 src/sys/netinet/tcp_subr.c 1.92 +1 -3 src/sys/netinet/tcp_timer.c 1.154 +2 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu May 10 18:15:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71D0516A402; Thu, 10 May 2007 18:15:31 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4929813C487; Thu, 10 May 2007 18:15:31 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AIFV3r059260; Thu, 10 May 2007 18:15:31 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AIFVt3059259; Thu, 10 May 2007 18:15:31 GMT (envelope-from des) Message-Id: <200705101815.l4AIFVt3059259@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 10 May 2007 18:15:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil flopen.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 18:15:31 -0000 des 2007-05-10 18:15:30 UTC FreeBSD src repository Modified files: lib/libutil flopen.3 Log: Fix typo. Submitted by: Bård Skaflestad Revision Changes Path 1.3 +1 -1 src/lib/libutil/flopen.3 From owner-cvs-src@FreeBSD.ORG Thu May 10 20:00:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E8EE16A402; Thu, 10 May 2007 20:00:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3C63713C448; Thu, 10 May 2007 20:00:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4AK0bMU081651; Thu, 10 May 2007 20:00:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4AK0aHa081647; Thu, 10 May 2007 20:00:36 GMT (envelope-from rwatson) Message-Id: <200705102000.l4AK0aHa081647@repoman.freebsd.org> From: Robert Watson Date: Thu, 10 May 2007 20:00:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 20:00:37 -0000 rwatson 2007-05-10 20:00:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.193 from HEAD to RELENG_6: Change unp_mtx to supporting recursion, and do not drop the unp_mtx over sonewconn() in unp_connect(). This avoids a race that occurs due to v_socket being an uncounted reference, as the lock was being released in order to call sonewconn(), which otherwise recurses into the UNIX domain socket code via pru_attach, as well as holding the lock over a sleeping memory allocation in uipc_attach(). Switch to a non-sleeping memory allocation during UNIX domain socket attach. This fix non-ideal in that it requires enabling recursion, but is a much smaller change than moving to using true references for v_socket. The reported panic occurs in unp_connect() following the return of sonewconn(). Update copyright year. Panic reported by: jhb Tested by: jhb Revision Changes Path 1.155.2.22 +5 -13 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu May 10 23:11:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 833F216A408; Thu, 10 May 2007 23:11:30 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 204B213C46E; Thu, 10 May 2007 23:11:30 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ANBUJl036326; Thu, 10 May 2007 23:11:30 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ANBTCs036325; Thu, 10 May 2007 23:11:29 GMT (envelope-from andre) Message-Id: <200705102311.l4ANBTCs036325@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 10 May 2007 23:11:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 23:11:30 -0000 andre 2007-05-10 23:11:29 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Fix an incorrect replace of a timer reference made during the TCP timer rewrite in rev. 1.132. This unmasked yet another bug that causes certain connections to get indefinately stuck in LAST_ACK state. Revision Changes Path 1.135 +1 -1 src/sys/netinet/tcp_output.c From owner-cvs-src@FreeBSD.ORG Thu May 10 23:17:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CA2F16A407 for ; Thu, 10 May 2007 23:17:02 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0F813C45A for ; Thu, 10 May 2007 23:17:01 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 87921 invoked from network); 10 May 2007 22:36:39 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 10 May 2007 22:36:39 -0000 Message-ID: <4643A7F5.4090307@freebsd.org> Date: Fri, 11 May 2007 01:17:09 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> In-Reply-To: <200705102311.l4ANBTCs036325@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 23:17:02 -0000 Andre Oppermann wrote: > andre 2007-05-10 23:11:29 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_output.c > Log: > Fix an incorrect replace of a timer reference made during the TCP timer > rewrite in rev. 1.132. This unmasked yet another bug that causes certain > connections to get indefinately stuck in LAST_ACK state. > > Revision Changes Path > 1.135 +1 -1 src/sys/netinet/tcp_output.c Pointy hat to: andre Fix for the other masked bug(s) is in the works. -- Andre From owner-cvs-src@FreeBSD.ORG Thu May 10 23:59:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43DD416A405; Thu, 10 May 2007 23:59:26 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id A63D113C448; Thu, 10 May 2007 23:59:25 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 8EAA669092E; Fri, 11 May 2007 00:59:22 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 5AD3669097F; Fri, 11 May 2007 00:59:22 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-119-163.net.novis.pt [87.196.119.163]) by core.fnop.net (Postfix) with ESMTP id B242E69092E; Fri, 11 May 2007 00:59:21 +0100 (WEST) Date: Fri, 11 May 2007 00:59:19 +0100 Message-ID: <86tzuk5iy0.wl%rpaulo@fnop.net> From: Rui Paulo To: Andre Oppermann In-Reply-To: <4643A7F5.4090307@freebsd.org> References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 23:59:26 -0000 At Fri, 11 May 2007 01:17:09 +0200, Andre Oppermann wrote: > > Andre Oppermann wrote: > > andre 2007-05-10 23:11:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet tcp_output.c > > Log: > > Fix an incorrect replace of a timer reference made during the TCP timer > > rewrite in rev. 1.132. This unmasked yet another bug that causes certain > > connections to get indefinately stuck in LAST_ACK state. > > > > Revision Changes Path > > 1.135 +1 -1 src/sys/netinet/tcp_output.c > > Pointy hat to: andre > > Fix for the other masked bug(s) is in the works. Does this fix the bug related to rfc1323? If not, is it in the works? Sorry, I think your change hasn't hit anoncvs yet (so I can't read the diff) and I'm curious. From owner-cvs-src@FreeBSD.ORG Fri May 11 00:12:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB5B216A405 for ; Fri, 11 May 2007 00:12:44 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4655113C459 for ; Fri, 11 May 2007 00:12:44 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 88622 invoked from network); 10 May 2007 23:32:21 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 10 May 2007 23:32:21 -0000 Message-ID: <4643B505.4030901@freebsd.org> Date: Fri, 11 May 2007 02:12:53 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Rui Paulo References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> In-Reply-To: <86tzuk5iy0.wl%rpaulo@fnop.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 00:12:45 -0000 Rui Paulo wrote: > At Fri, 11 May 2007 01:17:09 +0200, > Andre Oppermann wrote: >> Andre Oppermann wrote: >>> andre 2007-05-10 23:11:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/netinet tcp_output.c >>> Log: >>> Fix an incorrect replace of a timer reference made during the TCP timer >>> rewrite in rev. 1.132. This unmasked yet another bug that causes certain >>> connections to get indefinately stuck in LAST_ACK state. >>> >>> Revision Changes Path >>> 1.135 +1 -1 src/sys/netinet/tcp_output.c >> Pointy hat to: andre >> >> Fix for the other masked bug(s) is in the works. > > Does this fix the bug related to rfc1323? > If not, is it in the works? No, this doesn't fix it. Which bug about rfc1323 are referring to? > Sorry, I think your change hasn't hit anoncvs yet (so I can't read the > diff) and I'm curious. It's immediately available through CVSWeb. -- Andre From owner-cvs-src@FreeBSD.ORG Fri May 11 00:18:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B41C16A404; Fri, 11 May 2007 00:18:25 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC8F13C458; Fri, 11 May 2007 00:18:24 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 6FF5E69097F; Fri, 11 May 2007 01:18:21 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 3CE6469099C; Fri, 11 May 2007 01:18:21 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-119-163.net.novis.pt [87.196.119.163]) by core.fnop.net (Postfix) with ESMTP id A557F69097F; Fri, 11 May 2007 01:18:20 +0100 (WEST) Date: Fri, 11 May 2007 01:18:22 +0100 Message-ID: <86r6po5i29.wl%rpaulo@fnop.net> From: Rui Paulo To: Andre Oppermann In-Reply-To: <4643B505.4030901@freebsd.org> References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> <4643B505.4030901@freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: Rui Paulo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 00:18:25 -0000 At Fri, 11 May 2007 02:12:53 +0200, Andre Oppermann wrote: > > Rui Paulo wrote: > > At Fri, 11 May 2007 01:17:09 +0200, > > Andre Oppermann wrote: > >> Andre Oppermann wrote: > >>> andre 2007-05-10 23:11:29 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/netinet tcp_output.c > >>> Log: > >>> Fix an incorrect replace of a timer reference made during the TCP timer > >>> rewrite in rev. 1.132. This unmasked yet another bug that causes certain > >>> connections to get indefinately stuck in LAST_ACK state. > >>> > >>> Revision Changes Path > >>> 1.135 +1 -1 src/sys/netinet/tcp_output.c > >> Pointy hat to: andre > >> > >> Fix for the other masked bug(s) is in the works. > > > > Does this fix the bug related to rfc1323? > > If not, is it in the works? > > No, this doesn't fix it. Which bug about rfc1323 are referring to? I sent you two tcpdump's regarding to an HTTP connection that got stuck after a few bytes were transfered. One with RFC1323 enable and another one without it. Disabling RFC1323 sysctl made the connection work flawlessly. The host I'm communicating with is on the same network segment. Did you recieve the dumps? From owner-cvs-src@FreeBSD.ORG Fri May 11 00:41:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8410216A409 for ; Fri, 11 May 2007 00:41:07 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id D899D13C457 for ; Fri, 11 May 2007 00:41:06 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 88960 invoked from network); 11 May 2007 00:00:44 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 11 May 2007 00:00:44 -0000 Message-ID: <4643BBAB.4090900@freebsd.org> Date: Fri, 11 May 2007 02:41:15 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Rui Paulo References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> <4643B505.4030901@freebsd.org> <86r6po5i29.wl%rpaulo@fnop.net> In-Reply-To: <86r6po5i29.wl%rpaulo@fnop.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 00:41:07 -0000 Rui Paulo wrote: > At Fri, 11 May 2007 02:12:53 +0200, > Andre Oppermann wrote: >> Rui Paulo wrote: >>> At Fri, 11 May 2007 01:17:09 +0200, >>> Andre Oppermann wrote: >>>> Andre Oppermann wrote: >>>>> andre 2007-05-10 23:11:29 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/netinet tcp_output.c >>>>> Log: >>>>> Fix an incorrect replace of a timer reference made during the TCP timer >>>>> rewrite in rev. 1.132. This unmasked yet another bug that causes certain >>>>> connections to get indefinately stuck in LAST_ACK state. >>>>> >>>>> Revision Changes Path >>>>> 1.135 +1 -1 src/sys/netinet/tcp_output.c >>>> Pointy hat to: andre >>>> >>>> Fix for the other masked bug(s) is in the works. >>> Does this fix the bug related to rfc1323? >>> If not, is it in the works? >> No, this doesn't fix it. Which bug about rfc1323 are referring to? > > I sent you two tcpdump's regarding to an HTTP connection that got > stuck after a few bytes were transfered. One with RFC1323 enable and > another one without it. > Disabling RFC1323 sysctl made the connection work flawlessly. > The host I'm communicating with is on the same network segment. > > Did you recieve the dumps? I don't have them handy. Could you resend them to me so I can have a look by tomorrow. -- Andre From owner-cvs-src@FreeBSD.ORG Fri May 11 00:42:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6276316A40B for ; Fri, 11 May 2007 00:42:22 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id B88DC13C4B0 for ; Fri, 11 May 2007 00:42:21 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 88984 invoked from network); 11 May 2007 00:01:59 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 11 May 2007 00:01:59 -0000 Message-ID: <4643BBF6.1050803@freebsd.org> Date: Fri, 11 May 2007 02:42:30 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Julian Elischer References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> <4643B505.4030901@freebsd.org> <86r6po5i29.wl%rpaulo@fnop.net> <4643BA15.6020203@elischer.org> In-Reply-To: <4643BA15.6020203@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Rui Paulo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 00:42:22 -0000 Julian Elischer wrote: > Rui Paulo wrote: >> At Fri, 11 May 2007 02:12:53 +0200, >> Andre Oppermann wrote: >>> Rui Paulo wrote: >>>> At Fri, 11 May 2007 01:17:09 +0200, >>>> Andre Oppermann wrote: >>>>> Andre Oppermann wrote: >>>>>> andre 2007-05-10 23:11:29 UTC >>>>>> >>>>>> FreeBSD src repository >>>>>> >>>>>> Modified files: >>>>>> sys/netinet tcp_output.c Log: >>>>>> Fix an incorrect replace of a timer reference made during the >>>>>> TCP timer >>>>>> rewrite in rev. 1.132. This unmasked yet another bug that >>>>>> causes certain >>>>>> connections to get indefinately stuck in LAST_ACK state. >>>>>> Revision Changes Path >>>>>> 1.135 +1 -1 src/sys/netinet/tcp_output.c >>>>> Pointy hat to: andre >>>>> >>>>> Fix for the other masked bug(s) is in the works. >>>> Does this fix the bug related to rfc1323? >>>> If not, is it in the works? >>> No, this doesn't fix it. Which bug about rfc1323 are referring to? >> >> I sent you two tcpdump's regarding to an HTTP connection that got >> stuck after a few bytes were transfered. One with RFC1323 enable and >> another one without it. >> Disabling RFC1323 sysctl made the connection work flawlessly. >> The host I'm communicating with is on the same network segment. >> >> Did you recieve the dumps? > > > This may be one of the ones I sent to you andre.. In the one we saw, > the scaling is done wrong if the other end wants to scale by 9 and set a > window size of 1. > > FreeBSD thinks it has a window size of 1 instead of 1<<9. > > I thought this was fixed in -current but it has the same symptoms as > what we see in 6. I'll look into it tomorrow. Too tired now. -- Andre From owner-cvs-src@FreeBSD.ORG Fri May 11 00:47:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA0E216A400 for ; Fri, 11 May 2007 00:47:36 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outI.internet-mail-service.net (outI.internet-mail-service.net [216.240.47.232]) by mx1.freebsd.org (Postfix) with ESMTP id B073A13C469 for ; Fri, 11 May 2007 00:47:36 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Thu, 10 May 2007 17:34:30 -0700 Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id D3A4C125A23; Thu, 10 May 2007 17:34:29 -0700 (PDT) Message-ID: <4643BA15.6020203@elischer.org> Date: Thu, 10 May 2007 17:34:29 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Rui Paulo References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> <4643B505.4030901@freebsd.org> <86r6po5i29.wl%rpaulo@fnop.net> In-Reply-To: <86r6po5i29.wl%rpaulo@fnop.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andre Oppermann , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 00:47:36 -0000 Rui Paulo wrote: > At Fri, 11 May 2007 02:12:53 +0200, > Andre Oppermann wrote: >> Rui Paulo wrote: >>> At Fri, 11 May 2007 01:17:09 +0200, >>> Andre Oppermann wrote: >>>> Andre Oppermann wrote: >>>>> andre 2007-05-10 23:11:29 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/netinet tcp_output.c >>>>> Log: >>>>> Fix an incorrect replace of a timer reference made during the TCP timer >>>>> rewrite in rev. 1.132. This unmasked yet another bug that causes certain >>>>> connections to get indefinately stuck in LAST_ACK state. >>>>> >>>>> Revision Changes Path >>>>> 1.135 +1 -1 src/sys/netinet/tcp_output.c >>>> Pointy hat to: andre >>>> >>>> Fix for the other masked bug(s) is in the works. >>> Does this fix the bug related to rfc1323? >>> If not, is it in the works? >> No, this doesn't fix it. Which bug about rfc1323 are referring to? > > I sent you two tcpdump's regarding to an HTTP connection that got > stuck after a few bytes were transfered. One with RFC1323 enable and > another one without it. > Disabling RFC1323 sysctl made the connection work flawlessly. > The host I'm communicating with is on the same network segment. > > Did you recieve the dumps? This may be one of the ones I sent to you andre.. In the one we saw, the scaling is done wrong if the other end wants to scale by 9 and set a window size of 1. FreeBSD thinks it has a window size of 1 instead of 1<<9. I thought this was fixed in -current but it has the same symptoms as what we see in 6. From owner-cvs-src@FreeBSD.ORG Fri May 11 00:53:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40E5516A405; Fri, 11 May 2007 00:53:32 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id E7E2D13C457; Fri, 11 May 2007 00:53:31 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 6EDB368FEBB; Fri, 11 May 2007 01:53:28 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 30EBE690924; Fri, 11 May 2007 01:53:28 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-119-163.net.novis.pt [87.196.119.163]) by core.fnop.net (Postfix) with ESMTP id 8AC7F68FEBB; Fri, 11 May 2007 01:53:26 +0100 (WEST) Date: Fri, 11 May 2007 01:53:28 +0100 Message-ID: <86odks5gfr.wl%rpaulo@fnop.net> From: Rui Paulo To: Andre Oppermann In-Reply-To: <4643BBAB.4090900@freebsd.org> References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> <4643B505.4030901@freebsd.org> <86r6po5i29.wl%rpaulo@fnop.net> <4643BBAB.4090900@freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: Rui Paulo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 00:53:32 -0000 At Fri, 11 May 2007 02:41:15 +0200, Andre Oppermann wrote: > I don't have them handy. Could you resend them to me so I can > have a look by tomorrow. http://fnop.net/~rpaulo/priv/freebsd/ They are here. Good night. From owner-cvs-src@FreeBSD.ORG Fri May 11 01:25:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8800816A405; Fri, 11 May 2007 01:25:51 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5E44C13C43E; Fri, 11 May 2007 01:25:51 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4B1Pp4R068442; Fri, 11 May 2007 01:25:51 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4B1PpCi068441; Fri, 11 May 2007 01:25:51 GMT (envelope-from kan) Message-Id: <200705110125.l4B1PpCi068441@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 11 May 2007 01:25:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_machdep.c src/sys/i386/linux linux_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 01:25:51 -0000 kan 2007-05-11 01:25:51 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_machdep.c sys/i386/linux linux_machdep.c Log: Do not dereference linux_to_bsd_signal[-1] if userland has passed zero as exit signal. GCC 4.2 changes the kernel data segment layout not to have 0 in that memory location. This code ran by luck before and now the luck has run out. Revision Changes Path 1.43 +5 -4 src/sys/amd64/linux32/linux32_machdep.c 1.75 +5 -4 src/sys/i386/linux/linux_machdep.c From owner-cvs-src@FreeBSD.ORG Fri May 11 06:28:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 810E816A400; Fri, 11 May 2007 06:28:27 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5CDC413C448; Fri, 11 May 2007 06:28:27 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4B6SRWC031717; Fri, 11 May 2007 06:28:27 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4B6SRmn031716; Fri, 11 May 2007 06:28:27 GMT (envelope-from mjacob) Message-Id: <200705110628.l4B6SRmn031716@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 06:28:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.c isp_sbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 06:28:27 -0000 mjacob 2007-05-11 06:28:27 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c isp_sbus.c Log: Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sparc64. Candidate for immediate MFC. Noticed by: Everyone-maxim contacted. Revision Changes Path 1.144 +3 -3 src/sys/dev/isp/isp_pci.c 1.34 +2 -2 src/sys/dev/isp/isp_sbus.c From owner-cvs-src@FreeBSD.ORG Fri May 11 06:29:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03C0C16A406; Fri, 11 May 2007 06:29:01 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3F5513C45D; Fri, 11 May 2007 06:29:00 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4B6T017031797; Fri, 11 May 2007 06:29:00 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4B6T0Xw031796; Fri, 11 May 2007 06:29:00 GMT (envelope-from mjacob) Message-Id: <200705110629.l4B6T0Xw031796@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 06:29:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.c isp_sbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 06:29:01 -0000 mjacob 2007-05-11 06:29:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp_pci.c isp_sbus.c Log: Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sparc64. Revision Changes Path 1.104.2.12 +3 -3 src/sys/dev/isp/isp_pci.c 1.15.8.8 +2 -2 src/sys/dev/isp/isp_sbus.c From owner-cvs-src@FreeBSD.ORG Fri May 11 06:29:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DC4316A400; Fri, 11 May 2007 06:29:11 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 19DFB13C44C; Fri, 11 May 2007 06:29:11 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4B6TABU031861; Fri, 11 May 2007 06:29:10 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4B6TAkd031860; Fri, 11 May 2007 06:29:10 GMT (envelope-from mjacob) Message-Id: <200705110629.l4B6TAkd031860@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 06:29:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.c isp_sbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 06:29:11 -0000 mjacob 2007-05-11 06:29:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/isp isp_pci.c isp_sbus.c Log: Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sparc64. Revision Changes Path 1.98.2.11 +3 -3 src/sys/dev/isp/isp_pci.c 1.15.2.7 +2 -2 src/sys/dev/isp/isp_sbus.c From owner-cvs-src@FreeBSD.ORG Fri May 11 06:29:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3083D16A402; Fri, 11 May 2007 06:29:24 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA9B13C459; Fri, 11 May 2007 06:29:24 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4B6TNbL031910; Fri, 11 May 2007 06:29:23 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4B6TNSS031909; Fri, 11 May 2007 06:29:23 GMT (envelope-from mjacob) Message-Id: <200705110629.l4B6TNSS031909@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 06:29:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 06:29:24 -0000 mjacob 2007-05-11 06:29:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/isp isp_pci.c Log: Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sparc64. Revision Changes Path 1.78.2.11 +3 -3 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Fri May 11 09:54:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05A8616A405; Fri, 11 May 2007 09:54:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8C613C455; Fri, 11 May 2007 09:54:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4B9srwX080846; Fri, 11 May 2007 09:54:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4B9srjC080844; Fri, 11 May 2007 09:54:53 GMT (envelope-from rwatson) Message-Id: <200705110954.l4B9srjC080844@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 09:54:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 09:54:54 -0000 rwatson 2007-05-11 09:54:53 UTC FreeBSD src repository Modified files: sys/netinet ip_divert.c raw_ip.c tcp_usrreq.c Log: Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), which used to exist so pcbinfo locks could be acquired, but are no longer required as a result of socket/pcb reference model refinements. Revision Changes Path 1.127 +2 -24 src/sys/netinet/ip_divert.c 1.174 +2 -25 src/sys/netinet/raw_ip.c 1.155 +2 -25 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri May 11 10:20:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9DE316A400; Fri, 11 May 2007 10:20:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BCA1413C448; Fri, 11 May 2007 10:20:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BAKp9N085921; Fri, 11 May 2007 10:20:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BAKpQC085919; Fri, 11 May 2007 10:20:51 GMT (envelope-from rwatson) Message-Id: <200705111020.l4BAKpQC085919@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 10:20:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netatalk ddp_usrreq.c src/sys/netgraph ng_socket.c src/sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6 in6_pcb.c in6_pcb.h raw_ip6.c src/sys/netipx ipx_pcb.c ipx_pcb.h ipx_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 10:20:51 -0000 rwatson 2007-05-11 10:20:51 UTC FreeBSD src repository Modified files: sys/netatalk ddp_usrreq.c sys/netgraph ng_socket.c sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_usrreq.c udp_usrreq.c sys/netinet6 in6_pcb.c in6_pcb.h raw_ip6.c sys/netipx ipx_pcb.c ipx_pcb.h ipx_usrreq.c Log: Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr protocol entry points using functions named proto_getsockaddr and proto_getpeeraddr rather than proto_setsockaddr and proto_setpeeraddr. While it's true that sockaddrs are allocated and set, the net effect is to retrieve (get) the socket address or peer address from a socket, not set it, so align names to that intent. Revision Changes Path 1.55 +5 -5 src/sys/netatalk/ddp_usrreq.c 1.82 +3 -3 src/sys/netgraph/ng_socket.c 1.191 +7 -15 src/sys/netinet/in_pcb.c 1.98 +2 -2 src/sys/netinet/in_pcb.h 1.128 +2 -2 src/sys/netinet/ip_divert.c 1.175 +2 -2 src/sys/netinet/raw_ip.c 1.156 +3 -3 src/sys/netinet/tcp_usrreq.c 1.208 +2 -2 src/sys/netinet/udp_usrreq.c 1.78 +10 -20 src/sys/netinet6/in6_pcb.c 1.19 +2 -2 src/sys/netinet6/in6_pcb.h 1.67 +2 -2 src/sys/netinet6/raw_ip6.c 1.48 +2 -2 src/sys/netipx/ipx_pcb.c 1.28 +2 -2 src/sys/netipx/ipx_pcb.h 1.60 +2 -2 src/sys/netipx/ipx_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri May 11 10:38:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47F9416A412; Fri, 11 May 2007 10:38:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3B78013C48A; Fri, 11 May 2007 10:38:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BAcZ0g089253; Fri, 11 May 2007 10:38:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BAcZrk089252; Fri, 11 May 2007 10:38:35 GMT (envelope-from rwatson) Message-Id: <200705111038.l4BAcZrk089252@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 10:38:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipx ipx.c ipx.h ipx_cksum.c ipx_if.h ipx_input.c ipx_outputfl.c ipx_pcb.c ipx_pcb.h ipx_usrreq.c ipx_var.h spx_debug.c spx_debug.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 10:38:35 -0000 rwatson 2007-05-11 10:38:34 UTC FreeBSD src repository Modified files: sys/netipx ipx.c ipx.h ipx_cksum.c ipx_if.h ipx_input.c ipx_outputfl.c ipx_pcb.c ipx_pcb.h ipx_usrreq.c ipx_var.h spx_debug.c spx_debug.h Log: Use ANSI C function declarations throughout netipx. Remove 'register' use. Revision Changes Path 1.32 +16 -26 src/sys/netipx/ipx.c 1.23 +2 -2 src/sys/netipx/ipx.h 1.15 +2 -1 src/sys/netipx/ipx_cksum.c 1.17 +1 -1 src/sys/netipx/ipx_if.h 1.57 +15 -19 src/sys/netipx/ipx_input.c 1.24 +5 -9 src/sys/netipx/ipx_outputfl.c 1.49 +15 -34 src/sys/netipx/ipx_pcb.c 1.29 +4 -5 src/sys/netipx/ipx_pcb.h 1.61 +24 -57 src/sys/netipx/ipx_usrreq.c 1.24 +1 -1 src/sys/netipx/ipx_var.h 1.18 +2 -6 src/sys/netipx/spx_debug.c 1.17 +2 -2 src/sys/netipx/spx_debug.h From owner-cvs-src@FreeBSD.ORG Fri May 11 10:48:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A16B16A400; Fri, 11 May 2007 10:48:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EBAF113C46C; Fri, 11 May 2007 10:48:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BAmUjE091258; Fri, 11 May 2007 10:48:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BAmUHN091257; Fri, 11 May 2007 10:48:30 GMT (envelope-from rwatson) Message-Id: <200705111048.l4BAmUHN091257@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 10:48:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_options.c ip_options.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 10:48:31 -0000 rwatson 2007-05-11 10:48:30 UTC FreeBSD src repository Modified files: sys/netinet ip_options.c ip_options.h Log: Normalize style a bit: reduce pseudo-randomness of comment layout and white space. Remove 'register'. Revision Changes Path 1.5 +66 -63 src/sys/netinet/ip_options.c 1.3 +9 -11 src/sys/netinet/ip_options.h From owner-cvs-src@FreeBSD.ORG Fri May 11 10:50:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E09116A400; Fri, 11 May 2007 10:50:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DFF1A13C43E; Fri, 11 May 2007 10:50:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BAoV0J091430; Fri, 11 May 2007 10:50:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BAoV59091426; Fri, 11 May 2007 10:50:31 GMT (envelope-from rwatson) Message-Id: <200705111050.l4BAoV59091426@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 10:50:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_fsm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 10:50:32 -0000 rwatson 2007-05-11 10:50:31 UTC FreeBSD src repository Modified files: sys/netinet tcp_fsm.h Log: Minor white space/style normalization. Revision Changes Path 1.19 +8 -6 src/sys/netinet/tcp_fsm.h From owner-cvs-src@FreeBSD.ORG Fri May 11 11:00:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B897D16A403; Fri, 11 May 2007 11:00:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 962E313C489; Fri, 11 May 2007 11:00:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BB0nLp093200; Fri, 11 May 2007 11:00:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BB0nEa093199; Fri, 11 May 2007 11:00:49 GMT (envelope-from rwatson) Message-Id: <200705111100.l4BB0nEa093199@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 11:00:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 11:00:49 -0000 rwatson 2007-05-11 11:00:49 UTC FreeBSD src repository Modified files: sys/netinet ip.h Log: White space and style cleanup. Revision Changes Path 1.31 +11 -10 src/sys/netinet/ip.h From owner-cvs-src@FreeBSD.ORG Fri May 11 11:05:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27CAD16A404; Fri, 11 May 2007 11:05:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 04DCC13C457; Fri, 11 May 2007 11:05:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BB5UgC095756; Fri, 11 May 2007 11:05:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BB5Uvc095755; Fri, 11 May 2007 11:05:30 GMT (envelope-from rwatson) Message-Id: <200705111105.l4BB5Uvc095755@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 11:05:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 11:05:31 -0000 rwatson 2007-05-11 11:05:30 UTC FreeBSD src repository Modified files: sys/netinet ip_id.c Log: Minor white space and style cleanups. Revision Changes Path 1.8 +27 -36 src/sys/netinet/ip_id.c From owner-cvs-src@FreeBSD.ORG Fri May 11 11:10:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A926A16A403; Fri, 11 May 2007 11:10:06 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 86BB113C45B; Fri, 11 May 2007 11:10:06 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BBA6QK096047; Fri, 11 May 2007 11:10:06 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BBA62r096046; Fri, 11 May 2007 11:10:06 GMT (envelope-from des) Message-Id: <200705111110.l4BBA62r096046@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 May 2007 11:10:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pidfile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 11:10:06 -0000 des 2007-05-11 11:10:06 UTC FreeBSD src repository Modified files: lib/libutil pidfile.c Log: strlcpy() may be faster than snprintf(), but it is less portable, and this is not performance critical code anyway. Also, avoid using strlen() to obtain information which we already have. MFC after: 3 weeks Revision Changes Path 1.5 +8 -8 src/lib/libutil/pidfile.c From owner-cvs-src@FreeBSD.ORG Fri May 11 11:21:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C3BC16A403; Fri, 11 May 2007 11:21:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE24A13C480; Fri, 11 May 2007 11:21:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BBLi76098456; Fri, 11 May 2007 11:21:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BBLiwR098454; Fri, 11 May 2007 11:21:44 GMT (envelope-from rwatson) Message-Id: <200705111121.l4BBLiwR098454@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 11:21:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_sack.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 11:21:45 -0000 rwatson 2007-05-11 11:21:44 UTC FreeBSD src repository Modified files: sys/netinet tcp_sack.c Log: Coalesce two identical UCB licenses into a single license instance with one set of copyright years. White space and comment cleanup. Export $FreeBSD$ via __FBSDID. Revision Changes Path 1.40 +87 -108 src/sys/netinet/tcp_sack.c From owner-cvs-src@FreeBSD.ORG Fri May 11 12:10:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02FC616A403; Fri, 11 May 2007 12:10:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D2D2B13C45A; Fri, 11 May 2007 12:10:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BCAjdA007825; Fri, 11 May 2007 12:10:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BCAjKH007824; Fri, 11 May 2007 12:10:45 GMT (envelope-from rwatson) Message-Id: <200705111210.l4BCAjKH007824@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 12:10:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 12:10:46 -0000 rwatson 2007-05-11 12:10:45 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Clarify and update quite a few comments to reflect locking optimizations, the addition of unpcb refcounts, and bug fixes. Some of these fixes are appropriate for MFC. MFC after: 3 days Revision Changes Path 1.203 +21 -38 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri May 11 12:28:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91B6516A400; Fri, 11 May 2007 12:28:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD2913C465; Fri, 11 May 2007 12:28:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BCSjvM013694; Fri, 11 May 2007 12:28:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BCSjMi013693; Fri, 11 May 2007 12:28:45 GMT (envelope-from rwatson) Message-Id: <200705111228.l4BCSjMi013693@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 May 2007 12:28:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 12:28:45 -0000 rwatson 2007-05-11 12:28:45 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Remove more one more stale comment regarding unpcb type-safety. Revision Changes Path 1.204 +0 -4 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri May 11 13:47:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3967816A403; Fri, 11 May 2007 13:47:29 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1402913C455; Fri, 11 May 2007 13:47:29 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BDlSiL041436; Fri, 11 May 2007 13:47:28 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BDlSgD041431; Fri, 11 May 2007 13:47:28 GMT (envelope-from mjacob) Message-Id: <200705111347.l4BDlSgD041431@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 13:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_sbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 13:47:29 -0000 mjacob 2007-05-11 13:47:28 UTC FreeBSD src repository Modified files: sys/dev/isp isp_sbus.c Log: Bad merge. Revision Changes Path 1.35 +1 -1 src/sys/dev/isp/isp_sbus.c From owner-cvs-src@FreeBSD.ORG Fri May 11 13:48:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBBE016A409; Fri, 11 May 2007 13:48:17 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99C5C13C4AD; Fri, 11 May 2007 13:48:17 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BDmHCR041507; Fri, 11 May 2007 13:48:17 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BDmHYD041506; Fri, 11 May 2007 13:48:17 GMT (envelope-from mjacob) Message-Id: <200705111348.l4BDmHYD041506@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 13:48:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/isp isp_sbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 13:48:17 -0000 mjacob 2007-05-11 13:48:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp_sbus.c Log: mfc: bad merge fix Revision Changes Path 1.15.8.9 +1 -1 src/sys/dev/isp/isp_sbus.c From owner-cvs-src@FreeBSD.ORG Fri May 11 13:48:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A274016A402; Fri, 11 May 2007 13:48:33 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7D19E13C465; Fri, 11 May 2007 13:48:33 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BDmXtr041546; Fri, 11 May 2007 13:48:33 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BDmXAY041545; Fri, 11 May 2007 13:48:33 GMT (envelope-from mjacob) Message-Id: <200705111348.l4BDmXAY041545@repoman.freebsd.org> From: Matt Jacob Date: Fri, 11 May 2007 13:48:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/isp isp_sbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 13:48:33 -0000 mjacob 2007-05-11 13:48:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/isp isp_sbus.c Log: mfc: bad merge fix Revision Changes Path 1.15.2.8 +1 -1 src/sys/dev/isp/isp_sbus.c From owner-cvs-src@FreeBSD.ORG Fri May 11 14:10:29 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11D2016A400; Fri, 11 May 2007 14:10:29 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id 69AF413C457; Fri, 11 May 2007 14:10:28 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.4) with ESMTP id l4BEAP8H034460; Fri, 11 May 2007 18:10:25 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.4/Submit) id l4BEALge034448; Fri, 11 May 2007 18:10:21 +0400 (MSD) (envelope-from yar) Date: Fri, 11 May 2007 18:10:20 +0400 From: Yar Tikhiy To: Ceri Davies Message-ID: <20070511141019.GD21145@comp.chem.msu.su> References: <200704260639.l3Q6d1SH027885@repoman.freebsd.org> <20070426105458.GA98415@nevermind.kiev.ua> <20070426114638.GC77408@submonkey.net> <20070427160740.GF3991@comp.chem.msu.su> <20070430131503.GY77408@submonkey.net> <20070430134227.GG32601@comp.chem.msu.su> <20070430134617.GZ77408@submonkey.net> <20070501190742.GC51428@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070501190742.GC51428@comp.chem.msu.su> User-Agent: Mutt/1.5.9i Cc: cvs-src@freebsd.org, Alexandr Kovalenko , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.8 pam_unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 14:10:29 -0000 On Tue, May 01, 2007 at 11:07:42PM +0400, Yar Tikhiy wrote: > On Mon, Apr 30, 2007 at 02:46:18PM +0100, Ceri Davies wrote: > > On Mon, Apr 30, 2007 at 05:42:28PM +0400, Yar Tikhiy wrote: > > > On Mon, Apr 30, 2007 at 02:15:04PM +0100, Ceri Davies wrote: > > > > > > > > Well, we currently have an *NP* case as per above, but not a *LK* case, > > > > so I disagree somewhat. > > > > > > Why? Now *LOCKED* in FreeBSD is nearly the same as *LK* in Solaris > > > with the only difference being that cron or at doesn't seem to care > > > about it. And a single asterisk works for us as *NP* does in > > > Solaris, although it isn't a prefix, it occupies the whole password > > > field. Did I miss anything? > > > > Well, because of the cron thing :) > > If we want to propagate account locking semantics to cron and atrun, > which is a good idea IMHO, we should avoid code duplication. I > haven't yet found a suitable place in src/lib to put the check at, > but we need to find one as more checks can be done there, e.g., > that for expired account because expired accounts shouldn't run > scheduled jobs either. Any ideas? Of course, the most obvious way > is to add the respective function to libutil, but I'm still unsure > if it's the best way. I think I've finally got the clue. It's -- surprise! -- PAM account management via pam_unix(8). PAM-ifying cron and atrun can do the job. Then they will also be able to respect nologin(5) etc via pam.conf(5), and no more patches will be necessary. -- Yar From owner-cvs-src@FreeBSD.ORG Fri May 11 14:36:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E20FE16A404; Fri, 11 May 2007 14:36:03 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC16713C44C; Fri, 11 May 2007 14:36:03 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BEa3Uf051398; Fri, 11 May 2007 14:36:03 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BEa33O051395; Fri, 11 May 2007 14:36:03 GMT (envelope-from mav) Message-Id: <200705111436.l4BEa33O051395@repoman.freebsd.org> From: Alexander Motin Date: Fri, 11 May 2007 14:36:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_mppc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 14:36:04 -0000 mav 2007-05-11 14:36:02 UTC FreeBSD src repository Modified files: sys/netgraph ng_mppc.c Log: Performance optimization of the "encryption without compression" case by avoiding memory allocation and data copying. Encrypting directly at the original mbuf chain. Approved by: glebius (mentor) Revision Changes Path 1.30 +103 -70 src/sys/netgraph/ng_mppc.c From owner-cvs-src@FreeBSD.ORG Fri May 11 14:51:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1808B16A405; Fri, 11 May 2007 14:51:14 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E556C13C458; Fri, 11 May 2007 14:51:13 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BEpDTF053871; Fri, 11 May 2007 14:51:13 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BEpDK9053869; Fri, 11 May 2007 14:51:13 GMT (envelope-from simokawa) Message-Id: <200705111451.l4BEpDK9053869@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 11 May 2007 14:51:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/firewire sbp_targ.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 14:51:14 -0000 simokawa 2007-05-11 14:51:13 UTC FreeBSD src repository Modified files: sys/dev/firewire sbp_targ.c Log: - Initialize login->id and fix problem for non-zero login id. - Increase maxopenings for multiple lun/initiators. MFC after: 3 days Revision Changes Path 1.13 +2 -1 src/sys/dev/firewire/sbp_targ.c From owner-cvs-src@FreeBSD.ORG Fri May 11 15:49:58 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A4E516A402; Fri, 11 May 2007 15:49:58 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id F291613C459; Fri, 11 May 2007 15:49:57 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HmWzM-000OjY-Ss; Fri, 11 May 2007 16:25:00 +0100 Date: Fri, 11 May 2007 16:25:00 +0100 From: Ceri Davies To: Yar Tikhiy Message-ID: <20070511152500.GS301@submonkey.net> References: <200704260639.l3Q6d1SH027885@repoman.freebsd.org> <20070426105458.GA98415@nevermind.kiev.ua> <20070426114638.GC77408@submonkey.net> <20070427160740.GF3991@comp.chem.msu.su> <20070430131503.GY77408@submonkey.net> <20070430134227.GG32601@comp.chem.msu.su> <20070430134617.GZ77408@submonkey.net> <20070501190742.GC51428@comp.chem.msu.su> <20070511141019.GD21145@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dT+85zccSFkyJC53" Content-Disposition: inline In-Reply-To: <20070511141019.GD21145@comp.chem.msu.su> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.15 (2007-04-06) Sender: Ceri Davies Cc: cvs-src@freebsd.org, Alexandr Kovalenko , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.8 pam_unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 15:49:58 -0000 --dT+85zccSFkyJC53 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 11, 2007 at 06:10:20PM +0400, Yar Tikhiy wrote: > On Tue, May 01, 2007 at 11:07:42PM +0400, Yar Tikhiy wrote: > > On Mon, Apr 30, 2007 at 02:46:18PM +0100, Ceri Davies wrote: > > > On Mon, Apr 30, 2007 at 05:42:28PM +0400, Yar Tikhiy wrote: > > > > On Mon, Apr 30, 2007 at 02:15:04PM +0100, Ceri Davies wrote: > > > > >=20 > > > > > Well, we currently have an *NP* case as per above, but not a *LK*= case, > > > > > so I disagree somewhat. > > > >=20 > > > > Why? Now *LOCKED* in FreeBSD is nearly the same as *LK* in Solaris > > > > with the only difference being that cron or at doesn't seem to care > > > > about it. And a single asterisk works for us as *NP* does in > > > > Solaris, although it isn't a prefix, it occupies the whole password > > > > field. Did I miss anything? > > >=20 > > > Well, because of the cron thing :) > >=20 > > If we want to propagate account locking semantics to cron and atrun, > > which is a good idea IMHO, we should avoid code duplication. I > > haven't yet found a suitable place in src/lib to put the check at, > > but we need to find one as more checks can be done there, e.g., > > that for expired account because expired accounts shouldn't run > > scheduled jobs either. Any ideas? Of course, the most obvious way > > is to add the respective function to libutil, but I'm still unsure > > if it's the best way. >=20 > I think I've finally got the clue. It's -- surprise! -- PAM account > management via pam_unix(8). PAM-ifying cron and atrun can do the > job. Then they will also be able to respect nologin(5) etc via > pam.conf(5), and no more patches will be necessary. Well that sounds like an excellent solution, thanks for volunteering, Yar :) Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --dT+85zccSFkyJC53 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGRIrMocfcwTS3JF8RAliaAJ9SfzZ/X53g3VAHZySdOJXPcSz5PwCgi4Jl Ig/d1sysNicYa6zbO2nrhj0= =YLl+ -----END PGP SIGNATURE----- --dT+85zccSFkyJC53-- From owner-cvs-src@FreeBSD.ORG Fri May 11 16:34:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C868616A403; Fri, 11 May 2007 16:34:57 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A044713C44B; Fri, 11 May 2007 16:34:57 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BGYv74079788; Fri, 11 May 2007 16:34:57 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BGYvnJ079784; Fri, 11 May 2007 16:34:57 GMT (envelope-from gnn) Message-Id: <200705111634.l4BGYvnJ079784@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Fri, 11 May 2007 16:34:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet6 in6_proto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 16:34:57 -0000 gnn 2007-05-11 16:34:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 in6_proto.c Log: MFC rev 1.42 Reduce the default number of header options that the IPv6 protocol stack will process from 50 to 15. As this is a sysctl variable it can be tuned up or down at the user/administrator's whim. Revision Changes Path 1.29.2.6 +1 -1 src/sys/netinet6/in6_proto.c From owner-cvs-src@FreeBSD.ORG Fri May 11 18:29:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3AA716A404; Fri, 11 May 2007 18:29:40 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B86913C45A; Fri, 11 May 2007 18:29:40 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BITeXE011936; Fri, 11 May 2007 18:29:40 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BITeDD011935; Fri, 11 May 2007 18:29:40 GMT (envelope-from andre) Message-Id: <200705111829.l4BITeDD011935@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 18:29:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 18:29:40 -0000 andre 2007-05-11 18:29:39 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c tcp_var.h Log: Add the timestamp offset to struct tcptw so we can generate proper ACKs in TIME_WAIT state that don't get dropped by the PAWS check on the receiver. Revision Changes Path 1.280 +6 -3 src/sys/netinet/tcp_subr.c 1.148 +1 -0 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Fri May 11 19:59:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D87D16A405 for ; Fri, 11 May 2007 19:59:06 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7D53013C45D for ; Fri, 11 May 2007 19:59:05 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 263 invoked from network); 11 May 2007 19:18:33 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 11 May 2007 19:18:33 -0000 Message-ID: <4644CB11.8030603@freebsd.org> Date: Fri, 11 May 2007 21:59:13 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Julian Elischer References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> <86tzuk5iy0.wl%rpaulo@fnop.net> <4643B505.4030901@freebsd.org> <86r6po5i29.wl%rpaulo@fnop.net> <4643BA15.6020203@elischer.org> In-Reply-To: <4643BA15.6020203@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Rui Paulo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 19:59:06 -0000 Julian Elischer wrote: > Rui Paulo wrote: >> At Fri, 11 May 2007 02:12:53 +0200, >> Andre Oppermann wrote: >>> Rui Paulo wrote: >>>> At Fri, 11 May 2007 01:17:09 +0200, >>>> Andre Oppermann wrote: >>>>> Andre Oppermann wrote: >>>>>> andre 2007-05-10 23:11:29 UTC >>>>>> >>>>>> FreeBSD src repository >>>>>> >>>>>> Modified files: >>>>>> sys/netinet tcp_output.c Log: >>>>>> Fix an incorrect replace of a timer reference made during the >>>>>> TCP timer >>>>>> rewrite in rev. 1.132. This unmasked yet another bug that >>>>>> causes certain >>>>>> connections to get indefinately stuck in LAST_ACK state. >>>>>> Revision Changes Path >>>>>> 1.135 +1 -1 src/sys/netinet/tcp_output.c >>>>> Pointy hat to: andre >>>>> >>>>> Fix for the other masked bug(s) is in the works. >>>> Does this fix the bug related to rfc1323? >>>> If not, is it in the works? >>> No, this doesn't fix it. Which bug about rfc1323 are referring to? >> >> I sent you two tcpdump's regarding to an HTTP connection that got >> stuck after a few bytes were transfered. One with RFC1323 enable and >> another one without it. >> Disabling RFC1323 sysctl made the connection work flawlessly. >> The host I'm communicating with is on the same network segment. >> >> Did you recieve the dumps? > > > This may be one of the ones I sent to you andre.. In the one we saw, > the scaling is done wrong if the other end wants to scale by 9 and set a > window size of 1. > > FreeBSD thinks it has a window size of 1 instead of 1<<9. > > I thought this was fixed in -current but it has the same symptoms as > what we see in 6. Julian, Rui, what is the output of 'sysctl net.inet.tcp.minmss' on the affected machines (those that do not enable scaling)? -- Andre From owner-cvs-src@FreeBSD.ORG Fri May 11 20:30:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 154E416A404; Fri, 11 May 2007 20:30:10 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E23AA13C448; Fri, 11 May 2007 20:30:09 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BKU9VP093291; Fri, 11 May 2007 20:30:09 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BKU9oU093290; Fri, 11 May 2007 20:30:09 GMT (envelope-from andre) Message-Id: <200705112030.l4BKU9oU093290@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 20:30:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_timewait.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 20:30:10 -0000 andre 2007-05-11 20:30:09 UTC FreeBSD src repository Modified files: sys/netinet tcp_timewait.c Log: Forced commit to note repo copy from sys/netinet/tcp_subr.c rev. 1.280. Revision Changes Path 1.281 +0 -0 src/sys/netinet/tcp_timewait.c From owner-cvs-src@FreeBSD.ORG Fri May 11 20:31:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E512A16A400; Fri, 11 May 2007 20:31:23 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BDFFD13C448; Fri, 11 May 2007 20:31:23 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BKVNce093903; Fri, 11 May 2007 20:31:23 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BKVNiZ093902; Fri, 11 May 2007 20:31:23 GMT (envelope-from andre) Message-Id: <200705112031.l4BKVNiZ093902@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 20:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_reass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 20:31:24 -0000 andre 2007-05-11 20:31:23 UTC FreeBSD src repository Modified files: sys/netinet tcp_reass.c Log: Forced commit to note repo copy from sys/netinet/tcp_input.c rev. 1.349. Revision Changes Path 1.350 +0 -0 src/sys/netinet/tcp_reass.c From owner-cvs-src@FreeBSD.ORG Fri May 11 20:52:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05F9216A406; Fri, 11 May 2007 20:52:49 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D2DC413C448; Fri, 11 May 2007 20:52:48 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BKqmjB006322; Fri, 11 May 2007 20:52:48 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BKqmgc006318; Fri, 11 May 2007 20:52:48 GMT (envelope-from andre) Message-Id: <200705112052.l4BKqmgc006318@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 20:52:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 20:52:49 -0000 andre 2007-05-11 20:52:47 UTC FreeBSD src repository Modified files: sys/kern kern_timeout.c sys/sys callout.h sys/netinet tcp_subr.c Log: Make the TCP timer callout obtain Giant if the network stack is marked as non-mpsafe. This change is to be removed when all protocols are mp-safe. Revision Changes Path 1.103 +11 -2 src/sys/kern/kern_timeout.c 1.281 +6 -2 src/sys/netinet/tcp_subr.c 1.30 +1 -0 src/sys/sys/callout.h From owner-cvs-src@FreeBSD.ORG Fri May 11 21:04:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B86D16A405; Fri, 11 May 2007 21:04:58 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 54B1413C465; Fri, 11 May 2007 21:04:58 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BL4wax013265; Fri, 11 May 2007 21:04:58 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BL4whn013261; Fri, 11 May 2007 21:04:58 GMT (envelope-from andre) Message-Id: <200705112104.l4BL4whn013261@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 21:04:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_reass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 21:04:58 -0000 andre 2007-05-11 21:04:57 UTC FreeBSD src repository Modified files: sys/netinet tcp_reass.c Log: Drop everything that doesn't belong into this new file. It's neither functional nor connected to the build yet. Revision Changes Path 1.351 +1 -2981 src/sys/netinet/tcp_reass.c From owner-cvs-src@FreeBSD.ORG Fri May 11 21:17:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6B8816A406; Fri, 11 May 2007 21:17:54 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C0B8213C447; Fri, 11 May 2007 21:17:54 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BLHsAn015410; Fri, 11 May 2007 21:17:54 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BLHsdR015409; Fri, 11 May 2007 21:17:54 GMT (envelope-from andre) Message-Id: <200705112117.l4BLHsdR015409@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 21:17:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_timewait.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 21:17:55 -0000 andre 2007-05-11 21:17:53 UTC FreeBSD src repository Modified files: sys/netinet tcp_timewait.c Log: Drop everything that doesn't belong into this new file. It's neither functional not connected to the build yet. Revision Changes Path 1.282 +47 -1976 src/sys/netinet/tcp_timewait.c From owner-cvs-src@FreeBSD.ORG Fri May 11 21:36:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4DB416A400; Fri, 11 May 2007 21:36:08 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1C713C45E; Fri, 11 May 2007 21:36:08 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BLa89K018791; Fri, 11 May 2007 21:36:08 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BLa82F018790; Fri, 11 May 2007 21:36:08 GMT (envelope-from jfv) Message-Id: <200705112136.l4BLa82F018790@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 11 May 2007 21:36:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 21:36:08 -0000 jfv 2007-05-11 21:36:08 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Mistake in the logic deciding what adapters need to map the IO BAR. Causing the driver to fail on th 82542. Reviewed by:pdeuskar Approved by:pdeuskar Revision Changes Path 1.175 +2 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Fri May 11 21:50:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 495EB16A402; Fri, 11 May 2007 21:50:34 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7EB13C4BB; Fri, 11 May 2007 21:50:34 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BLoXUV020841; Fri, 11 May 2007 21:50:33 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BLoXn6020840; Fri, 11 May 2007 21:50:33 GMT (envelope-from brueffer) Message-Id: <200705112150.l4BLoXn6020840@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 11 May 2007 21:50:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 21:50:34 -0000 brueffer 2007-05-11 21:50:33 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: - vm.kmem_size_min tunable added - fdisk -p - ipfw RH0 and MIPv6 RH2 filtering - pw -M - Camellia cipher added Modified release notes: - twa(4) was actually updated to version 3.70.03.006 Revision Changes Path 1.1030 +21 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Fri May 11 22:52:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06F5316A402; Fri, 11 May 2007 22:52:20 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D64FD13C447; Fri, 11 May 2007 22:52:19 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BMqJcY033393; Fri, 11 May 2007 22:52:19 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BMqJae033392; Fri, 11 May 2007 22:52:19 GMT (envelope-from brueffer) Message-Id: <200705112252.l4BMqJae033392@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 11 May 2007 22:52:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hptiop.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 22:52:20 -0000 brueffer 2007-05-11 22:52:19 UTC FreeBSD src repository Added files: share/man/man4 hptiop.4 Log: Manpage for the hptiop(4) driver. Could use a little more content. Revision Changes Path 1.1 +80 -0 src/share/man/man4/hptiop.4 (new) From owner-cvs-src@FreeBSD.ORG Fri May 11 22:53:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4483C16A405; Fri, 11 May 2007 22:53:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F47A13C465; Fri, 11 May 2007 22:53:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BMr97j033646; Fri, 11 May 2007 22:53:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BMr99a033645; Fri, 11 May 2007 22:53:09 GMT (envelope-from brueffer) Message-Id: <200705112253.l4BMr99a033645@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 11 May 2007 22:53:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 22:53:10 -0000 brueffer 2007-05-11 22:53:09 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Connect hptiop(4) to the build. Only install hptmv(4) on i386 and amd64. Revision Changes Path 1.384 +4 -1 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 11 22:58:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A39D516A402; Fri, 11 May 2007 22:58:09 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB3813C44B; Fri, 11 May 2007 22:58:09 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BMw9SQ034312; Fri, 11 May 2007 22:58:09 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BMw9Ur034311; Fri, 11 May 2007 22:58:09 GMT (envelope-from brueffer) Message-Id: <200705112258.l4BMw9Ur034311@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 11 May 2007 22:58:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 22:58:09 -0000 brueffer 2007-05-11 22:58:09 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Autogenerate hardware notes for hptiop(4). Revision Changes Path 1.310 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.94 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Fri May 11 23:43:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B559316A402; Fri, 11 May 2007 23:43:56 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F91413C45D; Fri, 11 May 2007 23:43:56 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BNhu84043186; Fri, 11 May 2007 23:43:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BNhuP5043185; Fri, 11 May 2007 23:43:56 GMT (envelope-from marius) Message-Id: <200705112343.l4BNhuP5043185@repoman.freebsd.org> From: Marius Strobl Date: Fri, 11 May 2007 23:43:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sparc64 Symbol.map src/sys/sparc64/include profile.h src/sys/sun4v/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 23:43:56 -0000 marius 2007-05-11 23:43:55 UTC FreeBSD src repository Modified files: lib/libc/sparc64 Symbol.map sys/sparc64/include profile.h sys/sun4v/include profile.h Log: - Add bits for userland profiling. For sun4u this is compile-tested only. - Replace magic 14 with PIL_TICK. Revision Changes Path 1.4 +1 -0 src/lib/libc/sparc64/Symbol.map 1.9 +36 -4 src/sys/sparc64/include/profile.h 1.2 +36 -4 src/sys/sun4v/include/profile.h From owner-cvs-src@FreeBSD.ORG Sat May 12 05:53:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAC5716A402; Sat, 12 May 2007 05:53:55 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AA9FC13C447; Sat, 12 May 2007 05:53:55 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C5rtgB035768; Sat, 12 May 2007 05:53:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C5rs0C035765; Sat, 12 May 2007 05:53:54 GMT (envelope-from brueffer) Message-Id: <200705120553.l4C5rs0C035765@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 12 May 2007 05:53:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_cue.c if_cuereg.h if_kue.c if_kuereg.h if_rue.c if_ruereg.h if_udav.c uhid.c ukbd.c ums.c usb.c usb_mem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 05:53:55 -0000 brueffer 2007-05-12 05:53:53 UTC FreeBSD src repository Modified files: sys/dev/usb if_cue.c if_cuereg.h if_kue.c if_kuereg.h if_rue.c if_ruereg.h if_udav.c uhid.c ukbd.c ums.c usb.c usb_mem.c Log: Remove compat ifdefs for FreeBSD versions < 500014, makes the code quite a bit easier to read. Approved by: rwatson (mentor) MFC after: 1 weeks Revision Changes Path 1.64 +0 -25 src/sys/dev/usb/if_cue.c 1.19 +0 -2 src/sys/dev/usb/if_cuereg.h 1.72 +0 -23 src/sys/dev/usb/if_kue.c 1.19 +0 -2 src/sys/dev/usb/if_kuereg.h 1.31 +0 -21 src/sys/dev/usb/if_rue.c 1.7 +0 -2 src/sys/dev/usb/if_ruereg.h 1.25 +1 -8 src/sys/dev/usb/if_udav.c 1.84 +0 -6 src/sys/dev/usb/uhid.c 1.60 +0 -8 src/sys/dev/usb/ukbd.c 1.84 +0 -8 src/sys/dev/usb/ums.c 1.112 +2 -8 src/sys/dev/usb/usb.c 1.11 +0 -7 src/sys/dev/usb/usb_mem.c From owner-cvs-src@FreeBSD.ORG Sat May 12 05:56:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82E3B16A404; Sat, 12 May 2007 05:56:11 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF2313C483; Sat, 12 May 2007 05:56:11 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C5uBqa036125; Sat, 12 May 2007 05:56:11 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C5uBum036124; Sat, 12 May 2007 05:56:11 GMT (envelope-from brueffer) Message-Id: <200705120556.l4C5uBum036124@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 12 May 2007 05:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_axe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 05:56:11 -0000 brueffer 2007-05-12 05:56:10 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c Log: ALTQify. Submitted by: J.R. Oldroyd Reviewed by: mlaier Approved by: rwatson (mentor) MFC after: 1 week Revision Changes Path 1.44 +7 -5 src/sys/dev/usb/if_axe.c From owner-cvs-src@FreeBSD.ORG Sat May 12 05:56:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFB9816A400; Sat, 12 May 2007 05:56:58 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A903013C45A; Sat, 12 May 2007 05:56:58 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C5uw2O036163; Sat, 12 May 2007 05:56:58 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C5uw0e036162; Sat, 12 May 2007 05:56:58 GMT (envelope-from brueffer) Message-Id: <200705120556.l4C5uw0e036162@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 12 May 2007 05:56:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_kue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 05:56:58 -0000 brueffer 2007-05-12 05:56:58 UTC FreeBSD src repository Modified files: sys/dev/usb if_kue.c Log: Add missing curly braces. Approved by: rwatson (mentor) Revision Changes Path 1.73 +2 -1 src/sys/dev/usb/if_kue.c From owner-cvs-src@FreeBSD.ORG Sat May 12 05:59:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD6BA16A403; Sat, 12 May 2007 05:59:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9664A13C45B; Sat, 12 May 2007 05:59:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C5xFWm036336; Sat, 12 May 2007 05:59:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C5xFdg036335; Sat, 12 May 2007 05:59:15 GMT (envelope-from brueffer) Message-Id: <200705120559.l4C5xFdg036335@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 12 May 2007 05:59:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 axe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 05:59:15 -0000 brueffer 2007-05-12 05:59:15 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 axe.4 Log: axe(4) supports altq now. Revision Changes Path 1.30 +2 -1 src/share/man/man4/altq.4 1.13 +2 -1 src/share/man/man4/axe.4 From owner-cvs-src@FreeBSD.ORG Sat May 12 06:10:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 896CD16A402; Sat, 12 May 2007 06:10:12 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 77BBC13C44B; Sat, 12 May 2007 06:10:12 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C6AChg039519; Sat, 12 May 2007 06:10:12 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C6ACaY039518; Sat, 12 May 2007 06:10:12 GMT (envelope-from nyan) Message-Id: <200705120610.l4C6ACaY039518@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 12 May 2007 06:10:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ar if_ar.c src/sys/dev/ce if_ce.c src/sys/dev/cm smc90cx6.c src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c src/sys/dev/ed if_ed.c src/sys/dev/pcf envctrl.c pcf_ebus.c pcf_isa.c src/sys/dev/ppc ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 06:10:12 -0000 nyan 2007-05-12 06:10:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ar if_ar.c sys/dev/ce if_ce.c sys/dev/cm smc90cx6.c sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c sys/dev/ed if_ed.c sys/dev/pcf envctrl.c pcf_ebus.c pcf_isa.c sys/dev/ppc ppc.c sys/dev/sr if_sr.c sys/dev/wl if_wl.c sys/i386/isa pcf.c sys/pc98/cbus fdc.c ppc.c Log: MFC: Don't call bus_deactivate_resource() explicitly before calling bus_release_resource(). Revision Changes Path 1.71.2.2 +0 -8 src/sys/dev/ar/if_ar.c 1.3.6.3 +0 -1 src/sys/dev/ce/if_ce.c 1.15.2.2 +0 -6 src/sys/dev/cm/smc90cx6.c 1.24.2.3 +0 -1 src/sys/dev/cp/if_cp.c 1.25.2.3 +0 -3 src/sys/dev/ctau/if_ct.c 1.45.2.4 +0 -3 src/sys/dev/cx/if_cx.c 1.254.2.5 +0 -6 src/sys/dev/ed/if_ed.c 1.5.2.1 +0 -6 src/sys/dev/pcf/envctrl.c 1.4.2.1 +0 -8 src/sys/dev/pcf/pcf_ebus.c 1.5.8.1 +0 -6 src/sys/dev/pcf/pcf_isa.c 1.45.2.3 +0 -8 src/sys/dev/ppc/ppc.c 1.69.2.2 +0 -8 src/sys/dev/sr/if_sr.c 1.66.2.3 +0 -4 src/sys/dev/wl/if_wl.c 1.23.2.1 +0 -2 src/sys/i386/isa/pcf.c 1.160.2.3 +0 -12 src/sys/pc98/cbus/fdc.c 1.19.2.1 +0 -4 src/sys/pc98/cbus/ppc.c From owner-cvs-src@FreeBSD.ORG Sat May 12 06:33:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B650516A404; Sat, 12 May 2007 06:33:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F5C113C45D; Sat, 12 May 2007 06:33:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C6XqnB044087; Sat, 12 May 2007 06:33:52 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C6XqRo044086; Sat, 12 May 2007 06:33:52 GMT (envelope-from brueffer) Message-Id: <200705120633.l4C6XqRo044086@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 12 May 2007 06:33:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_atiixp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 06:33:52 -0000 brueffer 2007-05-12 06:33:52 UTC FreeBSD src repository Modified files: share/man/man4 snd_atiixp.4 Log: Add missing .El. Found by: man2hwnotes.pl Revision Changes Path 1.5 +1 -0 src/share/man/man4/snd_atiixp.4 From owner-cvs-src@FreeBSD.ORG Sat May 12 06:41:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DE3F16A402; Sat, 12 May 2007 06:41:42 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76E6213C45D; Sat, 12 May 2007 06:41:42 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C6fgIg045363; Sat, 12 May 2007 06:41:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C6fgQ8045362; Sat, 12 May 2007 06:41:42 GMT (envelope-from brueffer) Message-Id: <200705120641.l4C6fgQ8045362@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 12 May 2007 06:41:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_via8233.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 06:41:43 -0000 brueffer 2007-05-12 06:41:42 UTC FreeBSD src repository Modified files: share/man/man4 snd_via8233.4 Log: Add missing .El. Found by: man2hwnotes.pl Revision Changes Path 1.7 +1 -0 src/share/man/man4/snd_via8233.4 From owner-cvs-src@FreeBSD.ORG Sat May 12 09:28:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01C9D16A400; Sat, 12 May 2007 09:28:36 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE60D13C468; Sat, 12 May 2007 09:28:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4C9SZRo087567; Sat, 12 May 2007 09:28:35 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4C9SZUF087566; Sat, 12 May 2007 09:28:35 GMT (envelope-from maxim) Message-Id: <200705120928.l4C9SZUF087566@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 12 May 2007 09:28:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 09:28:36 -0000 maxim 2007-05-12 09:28:35 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.c Log: o Make iostat -Ix work: print per-interval I/O extended statistics. PR: bin/112559 Submitted by: Dan Nelson MFC after: 2 weeks Revision Changes Path 1.33 +25 -7 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Sat May 12 10:25:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0106916A400; Sat, 12 May 2007 10:25:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CD8A813C468; Sat, 12 May 2007 10:25:31 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CAPVkJ098397; Sat, 12 May 2007 10:25:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CAPVW9098396; Sat, 12 May 2007 10:25:31 GMT (envelope-from pav) Message-Id: <200705121025.l4CAPVW9098396@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 10:25:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/amd/amq amq.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 10:25:32 -0000 pav 2007-05-12 10:25:31 UTC FreeBSD src repository (doc,ports committer) Modified files: contrib/amd/amq amq.8 Log: Fix -D description to read debug_options PR: doc/97939 Submitted by: Serg Podtynnyi MFC after: 1 week Revision Changes Path 1.13 +1 -1 src/contrib/amd/amq/amq.8 From owner-cvs-src@FreeBSD.ORG Sat May 12 10:40:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E6BB16A404; Sat, 12 May 2007 10:40:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB1E213C45D; Sat, 12 May 2007 10:40:20 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CAeKbi000386; Sat, 12 May 2007 10:40:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CAeK9q000385; Sat, 12 May 2007 10:40:20 GMT (envelope-from pav) Message-Id: <200705121040.l4CAeK9q000385@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 10:40:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 10:40:21 -0000 pav 2007-05-12 10:40:20 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/boot0cfg boot0cfg.8 Log: Document /boot/mbr (non-interactive boot block) PR: doc/111840 Submitted by: Warren Block MFC after: 1 week Revision Changes Path 1.30 +10 -0 src/usr.sbin/boot0cfg/boot0cfg.8 From owner-cvs-src@FreeBSD.ORG Sat May 12 10:50:12 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B60A016A406; Sat, 12 May 2007 10:50:12 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 4915713C448; Sat, 12 May 2007 10:50:12 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id l4CAGpZM036737; Sat, 12 May 2007 12:16:51 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id l4CAGpl0036736; Sat, 12 May 2007 12:16:51 +0200 (CEST) (envelope-from marius) Date: Sat, 12 May 2007 12:16:51 +0200 From: Marius Strobl To: Kris Kennaway Message-ID: <20070512101651.GL17924@alchemy.franken.de> References: <200705112343.l4BNhuP5043185@repoman.freebsd.org> <20070512022221.GA41128@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512022221.GA41128@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sparc64 Symbol.map src/sys/sparc64/include profile.h src/sys/sun4v/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 10:50:12 -0000 On Fri, May 11, 2007 at 10:22:21PM -0400, Kris Kennaway wrote: > On Fri, May 11, 2007 at 11:43:55PM +0000, Marius Strobl wrote: > > marius 2007-05-11 23:43:55 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/sparc64 Symbol.map > > sys/sparc64/include profile.h > > sys/sun4v/include profile.h > > Log: > > - Add bits for userland profiling. For sun4u this is compile-tested only. > > Does this mean you're able to run sun4v? When I checked the other > week it was broken by the interrupt filter changes back in February. > Ah, no, that means I made a typo; for sun4v it's compile-tested only :) Marius From owner-cvs-src@FreeBSD.ORG Sat May 12 12:23:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB27116A404; Sat, 12 May 2007 12:23:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A55C813C48A; Sat, 12 May 2007 12:23:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CCNf6l020698; Sat, 12 May 2007 12:23:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CCNfjd020697; Sat, 12 May 2007 12:23:41 GMT (envelope-from pav) Message-Id: <200705121223.l4CCNfjd020697@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 12:23:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ldd ldd.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 12:23:41 -0000 pav 2007-05-12 12:23:41 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/ldd ldd.1 Log: Expand documentation of -f option PR: docs/66265 Submitted by: Michel Lavondes MFC after: 1 week Revision Changes Path 1.24 +8 -1 src/usr.bin/ldd/ldd.1 From owner-cvs-src@FreeBSD.ORG Sat May 12 12:24:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3307A16A404; Sat, 12 May 2007 12:24:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0D05913C4B9; Sat, 12 May 2007 12:24:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CCOngn021046; Sat, 12 May 2007 12:24:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CCOnWl021045; Sat, 12 May 2007 12:24:49 GMT (envelope-from pav) Message-Id: <200705121224.l4CCOnWl021045@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 12:24:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 12:24:50 -0000 pav 2007-05-12 12:24:49 UTC FreeBSD src repository (doc,ports committer) Modified files: libexec/rtld-elf rtld.1 Log: Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables PR: docs/66265 (inspired by) Submitted by: Michel Lavondes MFC after: 1 week Revision Changes Path 1.44 +6 -0 src/libexec/rtld-elf/rtld.1 From owner-cvs-src@FreeBSD.ORG Sat May 12 12:26:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5384416A408; Sat, 12 May 2007 12:26:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1663A13C4C6; Sat, 12 May 2007 12:26:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CCQPS5021167; Sat, 12 May 2007 12:26:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CCQP1E021166; Sat, 12 May 2007 12:26:25 GMT (envelope-from pav) Message-Id: <200705121226.l4CCQP1E021166@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 12:26:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 12:26:26 -0000 pav 2007-05-12 12:26:25 UTC FreeBSD src repository (doc,ports committer) Modified files: libexec/rtld-elf rtld.1 Log: Remove %m formatter, it's ifdef 0'ed in the code from the very beginning MFC after: 1 week Revision Changes Path 1.45 +0 -2 src/libexec/rtld-elf/rtld.1 From owner-cvs-src@FreeBSD.ORG Sat May 12 12:42:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B9B216A400; Sat, 12 May 2007 12:42:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75D5C13C487; Sat, 12 May 2007 12:42:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CCg1t3023680; Sat, 12 May 2007 12:42:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CCg14p023679; Sat, 12 May 2007 12:42:01 GMT (envelope-from pav) Message-Id: <200705121242.l4CCg14p023679@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 12:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pccard/pccardc pccardc.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 12:42:01 -0000 pav 2007-05-12 12:42:01 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/pccard/pccardc pccardc.8 Log: Correct two typos PR: docs/66771 Submitted by: Michel Lavondes MFC after: 1 week Revision Changes Path 1.21 +2 -2 src/usr.sbin/pccard/pccardc/pccardc.8 From owner-cvs-src@FreeBSD.ORG Sat May 12 13:10:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F08116A407; Sat, 12 May 2007 13:10:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1910913C487; Sat, 12 May 2007 13:10:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CDAtLg037398; Sat, 12 May 2007 13:10:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CDAtTP037397; Sat, 12 May 2007 13:10:55 GMT (envelope-from pav) Message-Id: <200705121310.l4CDAtTP037397@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 13:10:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 VFS_SYNC.9 VOP_FSYNC.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:10:56 -0000 pav 2007-05-12 13:10:55 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man9 VFS_SYNC.9 VOP_FSYNC.9 Log: Remove cred argument, which was removed from code by phk two years ago PR: docs/110200 Submitted by: Jamie Jones MFC after: 1 week Revision Changes Path 1.16 +1 -3 src/share/man/man9/VFS_SYNC.9 1.16 +2 -4 src/share/man/man9/VOP_FSYNC.9 From owner-cvs-src@FreeBSD.ORG Sat May 12 13:36:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CB3F16A406; Sat, 12 May 2007 13:36:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2790C13C458; Sat, 12 May 2007 13:36:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CDaEqe043598; Sat, 12 May 2007 13:36:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CDaDDm043597; Sat, 12 May 2007 13:36:13 GMT (envelope-from pav) Message-Id: <200705121336.l4CDaDDm043597@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 13:36:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tip/tip acu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:36:14 -0000 pav 2007-05-12 13:36:13 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/tip/tip acu.c Log: Fix crash when using 'du' capability: NULL return of strpbrk was not handled PR: bin/108368 Reported by: Ivo Hazmuk Submitted by: rdivacky MFC after: 2 weeks Revision Changes Path 1.9 +2 -2 src/usr.bin/tip/tip/acu.c From owner-cvs-src@FreeBSD.ORG Sat May 12 15:33:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0636D16A400; Sat, 12 May 2007 15:33:20 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D5E5013C469; Sat, 12 May 2007 15:33:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CFXJvE067386; Sat, 12 May 2007 15:33:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CFXJDk067385; Sat, 12 May 2007 15:33:19 GMT (envelope-from pav) Message-Id: <200705121533.l4CFXJDk067385@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 15:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 md.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:33:20 -0000 pav 2007-05-12 15:33:19 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 md.4 Log: Talk more about swap backing PR: docs/78041 (inspired by) Submitted by: Lars Kristiansen MFC after: 1 week Revision Changes Path 1.13 +8 -1 src/share/man/man4/md.4 From owner-cvs-src@FreeBSD.ORG Sat May 12 16:42:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9248216A405; Sat, 12 May 2007 16:42:02 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6CB4F13C484; Sat, 12 May 2007 16:42:02 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CGg2NS079818; Sat, 12 May 2007 16:42:02 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CGg2rc079816; Sat, 12 May 2007 16:42:02 GMT (envelope-from maxim) Message-Id: <200705121642.l4CGg2rc079816@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 12 May 2007 16:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 16:42:02 -0000 maxim 2007-05-12 16:42:01 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.c Log: o Fix several style bugs in the previous commit. Prodded by: bde Revision Changes Path 1.34 +15 -7 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Sat May 12 17:33:07 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9AAE16A413; Sat, 12 May 2007 17:33:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 98B9A13C4BE; Sat, 12 May 2007 17:33:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4E2181A3C19; Sat, 12 May 2007 10:33:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BCFFC52FB7; Sat, 12 May 2007 13:33:06 -0400 (EDT) Date: Sat, 12 May 2007 13:33:06 -0400 From: Kris Kennaway To: Marius Strobl Message-ID: <20070512173306.GB22308@xor.obsecurity.org> References: <200705112343.l4BNhuP5043185@repoman.freebsd.org> <20070512022221.GA41128@xor.obsecurity.org> <20070512101651.GL17924@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512101651.GL17924@alchemy.franken.de> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src/lib/libc/sparc64 Symbol.map src/sys/sparc64/include profile.h src/sys/sun4v/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 17:33:07 -0000 On Sat, May 12, 2007 at 12:16:51PM +0200, Marius Strobl wrote: > On Fri, May 11, 2007 at 10:22:21PM -0400, Kris Kennaway wrote: > > On Fri, May 11, 2007 at 11:43:55PM +0000, Marius Strobl wrote: > > > marius 2007-05-11 23:43:55 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib/libc/sparc64 Symbol.map > > > sys/sparc64/include profile.h > > > sys/sun4v/include profile.h > > > Log: > > > - Add bits for userland profiling. For sun4u this is compile-tested only. > > > > Does this mean you're able to run sun4v? When I checked the other > > week it was broken by the interrupt filter changes back in February. > > > > Ah, no, that means I made a typo; for sun4v it's compile-tested only :) OK, probably a followup commit would be good. Inaccurate comments in commit logs have a way of confusing people when they look at them years later. Kris From owner-cvs-src@FreeBSD.ORG Sat May 12 17:55:05 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4F9716A404; Sat, 12 May 2007 17:55:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id BA50113C4C9; Sat, 12 May 2007 17:55:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 1DD1546FF4; Sat, 12 May 2007 13:55:05 -0400 (EDT) Date: Sat, 12 May 2007 18:55:04 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Kris Kennaway In-Reply-To: <20070512173306.GB22308@xor.obsecurity.org> Message-ID: <20070512185332.E24765@fledge.watson.org> References: <200705112343.l4BNhuP5043185@repoman.freebsd.org> <20070512022221.GA41128@xor.obsecurity.org> <20070512101651.GL17924@alchemy.franken.de> <20070512173306.GB22308@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Marius Strobl Subject: Re: cvs commit: src/lib/libc/sparc64 Symbol.map src/sys/sparc64/include profile.h src/sys/sun4v/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 17:55:06 -0000 On Sat, 12 May 2007, Kris Kennaway wrote: > On Sat, May 12, 2007 at 12:16:51PM +0200, Marius Strobl wrote: >> On Fri, May 11, 2007 at 10:22:21PM -0400, Kris Kennaway wrote: >>> On Fri, May 11, 2007 at 11:43:55PM +0000, Marius Strobl wrote: >>>> marius 2007-05-11 23:43:55 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> lib/libc/sparc64 Symbol.map >>>> sys/sparc64/include profile.h >>>> sys/sun4v/include profile.h >>>> Log: >>>> - Add bits for userland profiling. For sun4u this is compile-tested >>>> only. >>> >>> Does this mean you're able to run sun4v? When I checked the other week it >>> was broken by the interrupt filter changes back in February. >> >> Ah, no, that means I made a typo; for sun4v it's compile-tested only :) > > OK, probably a followup commit would be good. Inaccurate comments in commit > logs have a way of confusing people when they look at them years later. Speaking of sun4v -- it sounds like sun4v support in 7.0 is at risk. I think I understand from a comment I saw from Kip that there are (at least) two issues: (1) An issue in VM handling that will be resolved by alc's replacement contigmalloc. I don't know what the details are here. (2) An issue involving sun4v breakage post-ifilters. No details here either. If we're going to ship a 7.0 release for sun4v, we need to get these things resolved. Do we have a sense of what work is required here? Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sat May 12 19:38:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5584016A404; Sat, 12 May 2007 19:38:19 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4774D13C455; Sat, 12 May 2007 19:38:19 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CJcJZO021865; Sat, 12 May 2007 19:38:19 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CJcJBj021864; Sat, 12 May 2007 19:38:19 GMT (envelope-from wkoszek) Message-Id: <200705121938.l4CJcJBj021864@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 12 May 2007 19:38:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mib.c src/usr.sbin/config Makefile config.8 config.h config.y kernconf.tmpl lang.l main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 19:38:19 -0000 wkoszek 2007-05-12 19:38:18 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c usr.sbin/config Makefile config.8 config.h config.y lang.l main.c Added files: usr.sbin/config kernconf.tmpl Log: Improve INCLUDE_CONFIG_FILE support. This change will let us to have full configuration of a running kernel available in sysctl: sysctl -b kern.conftxt The same configuration is also contained within the kernel image. It can be obtained with: config -x Current functionality lets you to quickly recover kernel configuration, by simply redirecting output from commands presented above and starting kernel build procedure. "include" statements are also honored, which means options and devices from included files are also included. Please note that comments from configuration files are not preserved by default. In order to preserve them, you can use -C flag for config(8). This will bring configuration file and included files literally; however, redirection to a file no longer works directly. This commit was followed by discussion, that took place on freebsd-current@. For more details, look here: http://lists.freebsd.org/pipermail/freebsd-current/2007-March/069994.html http://lists.freebsd.org/pipermail/freebsd-current/2007-May/071844.html Development of this patch took place in Perforce, hierarchy: //depot/user/wkoszek/wkoszek_kconftxt/ Support from: freebsd-current@ (links above) Reviewed by: imp@ Approved by: imp@ Revision Changes Path 1.78 +33 -0 src/sys/kern/kern_mib.c 1.36 +7 -2 src/usr.sbin/config/Makefile 1.46 +29 -13 src/usr.sbin/config/config.8 1.61 +25 -2 src/usr.sbin/config/config.h 1.77 +82 -27 src/usr.sbin/config/config.y 1.1 +17 -0 src/usr.sbin/config/kernconf.tmpl (new) 1.45 +26 -0 src/usr.sbin/config/lang.l 1.74 +203 -46 src/usr.sbin/config/main.c From owner-cvs-src@FreeBSD.ORG Sat May 12 20:33:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 015B516A400; Sat, 12 May 2007 20:33:14 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CFE0C13C458; Sat, 12 May 2007 20:33:13 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CKXD54034124; Sat, 12 May 2007 20:33:13 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CKXDTg034123; Sat, 12 May 2007 20:33:13 GMT (envelope-from wkoszek) Message-Id: <200705122033.l4CKXDTg034123@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 12 May 2007 20:33:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/config Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 20:33:14 -0000 wkoszek 2007-05-12 20:33:13 UTC FreeBSD src repository Modified files: usr.sbin/config Makefile Log: Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly added kernconft.tmpl file. Approved by: cognet (mentor) Revision Changes Path 1.37 +1 -1 src/usr.sbin/config/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 12 21:29:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0D1516A403; Sat, 12 May 2007 21:29:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4D413C457; Sat, 12 May 2007 21:29:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CLTHkk051766; Sat, 12 May 2007 21:29:17 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CLTHsG051765; Sat, 12 May 2007 21:29:17 GMT (envelope-from gabor) Message-Id: <200705122129.l4CLTHsG051765@repoman.freebsd.org> From: Gabor Kovesdan Date: Sat, 12 May 2007 21:29:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/locale isdigit.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 21:29:17 -0000 gabor 2007-05-12 21:29:17 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) lib/libc/locale isdigit.3 Log: MFC: r1.23 Approved by: keramida (mentor) Revision Changes Path 1.19.2.1 +4 -13 src/lib/libc/locale/isdigit.3 From owner-cvs-src@FreeBSD.ORG Sat May 12 22:18:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E87DC16A402; Sat, 12 May 2007 22:18:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C2FC513C469; Sat, 12 May 2007 22:18:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CMIR15060988; Sat, 12 May 2007 22:18:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CMIRx7060987; Sat, 12 May 2007 22:18:27 GMT (envelope-from pav) Message-Id: <200705122218.l4CMIRx7060987@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 22:18:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/mv mv.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 22:18:28 -0000 pav 2007-05-12 22:18:27 UTC FreeBSD src repository (doc,ports committer) Modified files: bin/mv mv.1 Log: Replace a fairly opaque sentence with a much clearer wording from NetBSD. PR: docs/101330 (inspired by) Submitted by: Peter Gildea Obtained from: NetBSD Revision Changes Path 1.29 +2 -2 src/bin/mv/mv.1 From owner-cvs-src@FreeBSD.ORG Sat May 12 22:35:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4130616A407; Sat, 12 May 2007 22:35:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD2C13C45D; Sat, 12 May 2007 22:35:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CMZMdH064148; Sat, 12 May 2007 22:35:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CMZMcr064147; Sat, 12 May 2007 22:35:22 GMT (envelope-from pav) Message-Id: <200705122235.l4CMZMcr064147@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 22:35:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dumpfs dumpfs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 22:35:23 -0000 pav 2007-05-12 22:35:22 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/dumpfs dumpfs.8 Log: Replace incomprehensive description of -m by much clearer text from OpenBSD, with the exception of one word. PR: docs/112465 Submitted by: naddy Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.16 +3 -2 src/sbin/dumpfs/dumpfs.8 From owner-cvs-src@FreeBSD.ORG Sat May 12 22:37:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 456FA16A402; Sat, 12 May 2007 22:37:53 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F18713C447; Sat, 12 May 2007 22:37:53 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CMbq74064240; Sat, 12 May 2007 22:37:52 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CMbqtl064239; Sat, 12 May 2007 22:37:52 GMT (envelope-from wkoszek) Message-Id: <200705122237.l4CMbqtl064239@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 12 May 2007 22:37:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 22:37:53 -0000 wkoszek 2007-05-12 22:37:52 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: This is loser's commit message: Remember about tricky cases, where options contain unfriendly characters, from the ANSI-C string point of view ('"' in this case). The x09 build breakage was caused by SC_CUT_SEPCHARS options. I did test this patch number of times; each time unprofessionally and inappropriately. OKed by: cognet (mentor) Revision Changes Path 1.75 +12 -1 src/usr.sbin/config/main.c From owner-cvs-src@FreeBSD.ORG Sat May 12 23:10:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0AE316A400; Sat, 12 May 2007 23:10:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9A95513C448; Sat, 12 May 2007 23:10:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CNA8ri070326; Sat, 12 May 2007 23:10:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CNA8Vl070324; Sat, 12 May 2007 23:10:08 GMT (envelope-from pav) Message-Id: <200705122310.l4CNA8Vl070324@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 23:10:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/devd devd.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 23:10:08 -0000 pav 2007-05-12 23:10:08 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) sbin/devd devd.conf.5 Log: MFC 1.10, 1.11 Revise the markup, sort sections, fix some grammar bugs. Fix the description of "media-type". Revision Changes Path 1.8.12.2 +132 -118 src/sbin/devd/devd.conf.5 From owner-cvs-src@FreeBSD.ORG Sat May 12 23:29:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3148316A400; Sat, 12 May 2007 23:29:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B77513C468; Sat, 12 May 2007 23:29:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CNTXM7073552; Sat, 12 May 2007 23:29:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CNTXAd073551; Sat, 12 May 2007 23:29:33 GMT (envelope-from pav) Message-Id: <200705122329.l4CNTXAd073551@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 May 2007 23:29:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tip/tip acu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 23:29:34 -0000 pav 2007-05-12 23:29:33 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/tip/tip acu.c Log: Replace rev. 1.9 with patch from OpenBSD. Submitted by: Ray Lai Obtained from: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tip/acu.c.diff?r1=1.13&r2=1.14 MFC after: 1 week Revision Changes Path 1.10 +3 -3 src/usr.bin/tip/tip/acu.c