From owner-cvs-src@FreeBSD.ORG Sun Sep 16 02:59:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B925216A418; Sun, 16 Sep 2007 02:59:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8695913C457; Sun, 16 Sep 2007 02:59:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G2xWjq048067; Sun, 16 Sep 2007 02:59:32 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G2xWwp048066; Sun, 16 Sep 2007 02:59:32 GMT (envelope-from mpp) Message-Id: <200709160259.l8G2xWwp048066@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 16 Sep 2007 02:59: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/sbin/quotacheck preen.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, 16 Sep 2007 02:59:32 -0000 mpp 2007-09-16 02:59:32 UTC FreeBSD src repository Modified files: sbin/quotacheck preen.c Log: Fix "quotacheck -a" from core dumping on 64 bit systems by correctly declaring the return value used by the routines in preen.c as a pointer type, instead of "int", which was causing the pointer to be truncated. Tested by: marck Approved by: re (bmah) Revision Changes Path 1.26 +10 -9 src/sbin/quotacheck/preen.c From owner-cvs-src@FreeBSD.ORG Sun Sep 16 03:41:48 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF6E716A417; Sun, 16 Sep 2007 03:41:48 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D72A13C457; Sun, 16 Sep 2007 03:41:48 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G3fmop051716; Sun, 16 Sep 2007 03:41:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G3fmiV051714; Sun, 16 Sep 2007 03:41:48 GMT (envelope-from obrien) Message-Id: <200709160341.l8G3fmiV051714@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Sep 2007 03:41:48 +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/gnu/usr.bin/binutils/ld genscripts.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 03:41:48 -0000 obrien 2007-09-16 03:41:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/binutils/ld genscripts.sh Log: Enable 'LD_LIBRARY_PATH=/foo:/bar ld -lfooz' PR: 96481 Revision Changes Path 1.6.8.2 +6 -2 src/gnu/usr.bin/binutils/ld/genscripts.sh From owner-cvs-src@FreeBSD.ORG Sun Sep 16 07:48:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E7216A418; Sun, 16 Sep 2007 07:48:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5778513C45B; Sun, 16 Sep 2007 07:48:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G7mxXj078455; Sun, 16 Sep 2007 07:48:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G7mxeh078454; Sun, 16 Sep 2007 07:48:59 GMT (envelope-from imp) Message-Id: <200709160748.l8G7mxeh078454@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Sep 2007 07:48: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/arm/at91 at91_mci.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, 16 Sep 2007 07:48:59 -0000 imp 2007-09-16 07:48:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: Kill overly verbose messages about setting bus width. Approved by: re@ (blanket) Revision Changes Path 1.4 +2 -5 src/sys/arm/at91/at91_mci.c From owner-cvs-src@FreeBSD.ORG Sun Sep 16 07:51:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A149316A418; Sun, 16 Sep 2007 07:51:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7341913C459; Sun, 16 Sep 2007 07:51:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G7p3Oj078656; Sun, 16 Sep 2007 07:51:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G7p3Ee078655; Sun, 16 Sep 2007 07:51:03 GMT (envelope-from imp) Message-Id: <200709160751.l8G7p3Ee078655@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Sep 2007 07:51: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/arm/at91 at91_pmc.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, 16 Sep 2007 07:51:03 -0000 imp 2007-09-16 07:51:03 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: Kill bogus printf debugs. Approved by: re@ (blanket) Revision Changes Path 1.5 +0 -7 src/sys/arm/at91/at91_pmc.c From owner-cvs-src@FreeBSD.ORG Sun Sep 16 10:47:53 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A5816A418; Sun, 16 Sep 2007 10:47:53 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6160613C46C; Sun, 16 Sep 2007 10:47:53 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GAlrAY001447; Sun, 16 Sep 2007 10:47:53 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GAlrJP001446; Sun, 16 Sep 2007 10:47:53 GMT (envelope-from danger) Message-Id: <200709161047.l8GAlrJP001446@repoman.freebsd.org> From: Daniel Gerzo Date: Sun, 16 Sep 2007 10:47:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 Makefile boot.config.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 10:47:53 -0000 danger 2007-09-16 10:47:52 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man5 Makefile Added files: (Branch: RELENG_6) share/man/man5 boot.config.5 Log: MFC the boot.config.5 manual page. Revision Changes Path 1.58.2.6 +5 -0 src/share/man/man5/Makefile 1.1.2.1 +103 -0 src/share/man/man5/boot.config.5 (new) From owner-cvs-src@FreeBSD.ORG Sun Sep 16 10:53:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 139F016A418; Sun, 16 Sep 2007 10:53:05 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8C5413C45E; Sun, 16 Sep 2007 10:53:04 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GAr4UU001832; Sun, 16 Sep 2007 10:53:04 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GAr4P3001831; Sun, 16 Sep 2007 10:53:04 GMT (envelope-from danger) Message-Id: <200709161053.l8GAr4P3001831@repoman.freebsd.org> From: Daniel Gerzo Date: Sun, 16 Sep 2007 10:53:04 +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/reboot boot_i386.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 10:53:05 -0000 danger 2007-09-16 10:53:04 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sbin/reboot boot_i386.8 Log: MFC Revision 1.61: - Sweep the boot(8) man page after addition of boot.config(5). Revision Changes Path 1.52.2.8 +8 -15 src/sbin/reboot/boot_i386.8 From owner-cvs-src@FreeBSD.ORG Sun Sep 16 13:33:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7367C16A419; Sun, 16 Sep 2007 13:33:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4756A13C45E; Sun, 16 Sep 2007 13:33:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GDXXpD023274; Sun, 16 Sep 2007 13:33:33 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GDXWbm023273; Sun, 16 Sep 2007 13:33:32 GMT (envelope-from mav) Message-Id: <200709161333.l8GDXWbm023273@repoman.freebsd.org> From: Alexander Motin Date: Sun, 16 Sep 2007 13:33:32 +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/netgraph ng_ppp.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, 16 Sep 2007 13:33:33 -0000 mav 2007-09-16 13:33:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_ppp.c Log: MFC rev. 1.70 Fix typo which brokes VJ decompression when VJC negotiated in only one direction. Revision Changes Path 1.57.2.4 +1 -1 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sun Sep 16 20:02:30 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15AEA16A421; Sun, 16 Sep 2007 20:02:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA71D13C48A; Sun, 16 Sep 2007 20:02:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GK2TNN062522; Sun, 16 Sep 2007 20:02:29 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GK2TGQ062521; Sun, 16 Sep 2007 20:02:29 GMT (envelope-from thompsa) Message-Id: <200709162002.l8GK2TGQ062521@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 16 Sep 2007 20:02: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/dev/wi if_wi.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, 16 Sep 2007 20:02:30 -0000 thompsa 2007-09-16 20:02:29 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Make wi_set_channel() actually change the channel in hardware so that hostap mode works properly, previously the hostap channel could not be changed off #3. Fix an ifp/sc misuse while I am here. Reported by: many Approved by: re (bmah) Revision Changes Path 1.214 +15 -2 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Sun Sep 16 21:09:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC22D16A419; Sun, 16 Sep 2007 21:09:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA1C513C458; Sun, 16 Sep 2007 21:09:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GL9FVq077308; Sun, 16 Sep 2007 21:09:15 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GL9FQr077307; Sun, 16 Sep 2007 21:09:15 GMT (envelope-from thompsa) Message-Id: <200709162109.l8GL9FQr077307@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 16 Sep 2007 21:09: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 if_bridge.4 src/sys/net if_bridge.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, 16 Sep 2007 21:09:16 -0000 thompsa 2007-09-16 21:09:15 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 sys/net if_bridge.c Log: Allow additional packet filtering on the physical interface for locally destined packets, disabled by default. PR: kern/116051 Submitted by: Eygene Ryabinkin Approved by: re (bmah) MFC after: 2 weeks Revision Changes Path 1.29 +10 -1 src/share/man/man4/if_bridge.4 1.103 +20 -0 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Sun Sep 16 21:14:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02FA816A468; Sun, 16 Sep 2007 21:14:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D810A13C469; Sun, 16 Sep 2007 21:14:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GLEmEb077771; Sun, 16 Sep 2007 21:14:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GLEmgr077763; Sun, 16 Sep 2007 21:14:48 GMT (envelope-from thompsa) Message-Id: <200709162114.l8GLEmgr077763@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 16 Sep 2007 21:14: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/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 21:14:49 -0000 thompsa 2007-09-16 21:14:47 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Bump the document date. Forgotten by: thompsa Approved by: re (bmah) Revision Changes Path 1.30 +1 -1 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Sun Sep 16 23:03:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEAF816A418; Sun, 16 Sep 2007 23:03:38 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D035513C461; Sun, 16 Sep 2007 23:03:38 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GN3ctM086359; Sun, 16 Sep 2007 23:03:38 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GN3c80086358; Sun, 16 Sep 2007 23:03:38 GMT (envelope-from rrs) Message-Id: <200709162303.l8GN3c80086358@repoman.freebsd.org> From: Randall Stewart Date: Sun, 16 Sep 2007 23:03: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/netinet sctp_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, 16 Sep 2007 23:03:39 -0000 rrs 2007-09-16 23:03:38 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c Log: - For the 1-to-1 model, fix an off by one error that allowed an extra connection over the backlog (by one) Approved by: re@freebsd.org (B. Mah) Revision Changes Path 1.64 +1 -1 src/sys/netinet/sctp_input.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 03:48:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21ADB16A419; Mon, 17 Sep 2007 03:48:33 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC35313C491; Mon, 17 Sep 2007 03:48:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H3mWMC015685; Mon, 17 Sep 2007 03:48:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H3mWU0015684; Mon, 17 Sep 2007 03:48:32 GMT (envelope-from sam) Message-Id: <200709170348.l8H3mWU0015684@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 03:48: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/sys/net80211 ieee80211_regdomain.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, 17 Sep 2007 03:48:33 -0000 sam 2007-09-17 03:48:32 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_regdomain.c Log: correct netband skip check in constructing a country ie Approved by: re (blanket net80211) Revision Changes Path 1.3 +1 -1 src/sys/net80211/ieee80211_regdomain.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 05:12:20 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7343D16A41A; Mon, 17 Sep 2007 05:12:20 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 470B613C478; Mon, 17 Sep 2007 05:12:20 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5CJkk031546; Mon, 17 Sep 2007 05:12:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5CJ8n031545; Mon, 17 Sep 2007 05:12:19 GMT (envelope-from sam) Message-Id: <200709170512.l8H5CJ8n031545@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 05:12: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/dev/ath if_ath.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, 17 Sep 2007 05:12:20 -0000 sam 2007-09-17 05:12:19 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: fix led blinking in RUN state: the addition of the CAC state moved IEEE80211_S_RUN and broke the array lookup used to find the LED flags Approved by: re (blanket wireless) Revision Changes Path 1.175 +3 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 05:16:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E06616A419; Mon, 17 Sep 2007 05:16:39 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 730BA13C457; Mon, 17 Sep 2007 05:16:39 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5Gdja031728; Mon, 17 Sep 2007 05:16:39 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5Gd05031727; Mon, 17 Sep 2007 05:16:39 GMT (envelope-from sam) Message-Id: <200709170516.l8H5Gd05031727@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 05:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.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, 17 Sep 2007 05:16:40 -0000 sam 2007-09-17 05:16:38 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108A does not have a rate table in older hal's so if we scan such a channel the driver will hit an assertion or crash; for old hal's fallback to using the static turbo rate table for this mode (not correct but good enough for now given none of the rate control algorithms understand how to switch between base+boost) Approved by: re (blanket wireless) Revision Changes Path 1.176 +4 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 05:27:22 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4657616A420; Mon, 17 Sep 2007 05:27:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FE1913C442; Mon, 17 Sep 2007 05:27:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5RMYO032666; Mon, 17 Sep 2007 05:27:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5RMH7032665; Mon, 17 Sep 2007 05:27:22 GMT (envelope-from jeff) Message-Id: <200709170527.l8H5RMH7032665@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 17 Sep 2007 05:27: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/bin/ps print.c ps.c src/lib/libkvm kvm_proc.c src/usr.bin/systat pigs.c src/usr.bin/top machine.c src/sys/amd64/amd64 genassym.c src/sys/ddb db_ps.c src/sys/i386/i386 genassym.c src/sys/i386/linux linux_ptrace.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, 17 Sep 2007 05:27:22 -0000 jeff 2007-09-17 05:27:21 UTC FreeBSD src repository Modified files: bin/ps print.c ps.c lib/libkvm kvm_proc.c usr.bin/systat pigs.c usr.bin/top machine.c sys/amd64/amd64 genassym.c sys/ddb db_ps.c sys/i386/i386 genassym.c sys/i386/linux linux_ptrace.c sys/kern init_main.c kern_clock.c kern_fork.c kern_kse.c kern_proc.c kern_switch.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c subr_kdb.c subr_trap.c sys_process.c sys/security/mac_lomac mac_lomac.c sys/sparc64/sparc64 genassym.c sys/sys proc.h user.h sys/vm vm_glue.c vm_pageout.c Log: - Move all of the PS_ flags into either p_flag or td_flags. - p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or previously the sched_lock. These bugs have existed for some time. - Allow swapout to try each thread in a process individually and then swapin the whole process if any of these fail. This allows us to move most scheduler related swap flags into td_flags. - Keep ki_sflag for backwards compat but change all in source tools to use the new and more correct location of P_INMEM. Reported by: pho Reviewed by: attilio, kib Approved by: re (kensmith) Revision Changes Path 1.95 +4 -5 src/bin/ps/print.c 1.111 +2 -2 src/bin/ps/ps.c 1.93 +2 -2 src/lib/libkvm/kvm_proc.c 1.164 +0 -1 src/sys/amd64/amd64/genassym.c 1.66 +1 -1 src/sys/ddb/db_ps.c 1.159 +0 -1 src/sys/i386/i386/genassym.c 1.18 +2 -2 src/sys/i386/linux/linux_ptrace.c 1.283 +3 -6 src/sys/kern/init_main.c 1.202 +7 -12 src/sys/kern/kern_clock.c 1.281 +2 -4 src/sys/kern/kern_fork.c 1.235 +1 -1 src/sys/kern/kern_kse.c 1.251 +5 -2 src/sys/kern/kern_proc.c 1.135 +2 -2 src/sys/kern/kern_switch.c 1.301 +5 -11 src/sys/kern/kern_synch.c 1.253 +1 -1 src/sys/kern/kern_thread.c 1.104 +8 -8 src/sys/kern/sched_4bsd.c 1.206 +2 -2 src/sys/kern/sched_ule.c 1.24 +3 -3 src/sys/kern/subr_kdb.c 1.299 +7 -16 src/sys/kern/subr_trap.c 1.144 +1 -1 src/sys/kern/sys_process.c 1.53 +1 -2 src/sys/security/mac_lomac/mac_lomac.c 1.70 +0 -1 src/sys/sparc64/sparc64/genassym.c 1.490 +9 -12 src/sys/sys/proc.h 1.70 +6 -0 src/sys/sys/user.h 1.224 +88 -66 src/sys/vm/vm_glue.c 1.291 +1 -1 src/sys/vm/vm_pageout.c 1.24 +1 -1 src/usr.bin/systat/pigs.c 1.82 +1 -1 src/usr.bin/top/machine.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 05:31:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1884116A419; Mon, 17 Sep 2007 05:31:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04ED713C45E; Mon, 17 Sep 2007 05:31:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5VdeH033012; Mon, 17 Sep 2007 05:31:39 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5Vd06033011; Mon, 17 Sep 2007 05:31:39 GMT (envelope-from jeff) Message-Id: <200709170531.l8H5Vd06033011@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 17 Sep 2007 05: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/sys/fs/procfs procfs_status.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, 17 Sep 2007 05:31:40 -0000 jeff 2007-09-17 05:31:39 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_status.c Log: - Move all of the PS_ flags into either p_flag or td_flags. - p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or previously the sched_lock. These bugs have existed for some time. - Allow swapout to try each thread in a process individually and then swapin the whole process if any of these fail. This allows us to move most scheduler related swap flags into td_flags. - Keep ki_sflag for backwards compat but change all in source tools to use the new and more correct location of P_INMEM. Reported by: pho Reviewed by: attilio, kib Approved by: re (kensmith) Revision Changes Path 1.62 +3 -5 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 16:18:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BC0E16A417; Mon, 17 Sep 2007 16:18:49 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF7113C48E; Mon, 17 Sep 2007 16:18:49 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D229D1A4D7C; Mon, 17 Sep 2007 09:18:48 -0700 (PDT) Date: Mon, 17 Sep 2007 09:18:48 -0700 From: Alfred Perlstein To: Andrew Thompson Message-ID: <20070917161848.GB79417@elvis.mu.org> References: <200709150111.l8F1BQii070212@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709150111.l8F1BQii070212@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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, 17 Sep 2007 16:18:49 -0000 * Andrew Thompson [070914 18:11] wrote: > thompsa 2007-09-15 01:11:26 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > if_lagg.c if_lagg.h > Log: > MFC > Change from a mutex to a read/write lock. This allows the tx port to be > selected simultaneously by multiple senders and transmit/receive is not > serialised between aggregated interfaces. Rad! :) > > Revision Changes Path > 1.7.2.3 +50 -14 src/sys/net/ieee8023ad_lacp.c > 1.4.2.3 +2 -0 src/sys/net/ieee8023ad_lacp.h > 1.11.2.7 +60 -58 src/sys/net/if_lagg.c > 1.7.2.4 +9 -8 src/sys/net/if_lagg.h -- - Alfred Perlstein From owner-cvs-src@FreeBSD.ORG Mon Sep 17 16:19:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A973E16A420; Mon, 17 Sep 2007 16:19:02 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACB413C46C; Mon, 17 Sep 2007 16:19:02 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HGJ20V028229; Mon, 17 Sep 2007 16:19:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGJ2GA028228; Mon, 17 Sep 2007 16:19:02 GMT (envelope-from obrien) Message-Id: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Sep 2007 16:19:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/common module.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, 17 Sep 2007 16:19:02 -0000 obrien 2007-09-17 16:19:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/common module.c Log: Make life with "makeoptions INSTALL_DEBUG" easier. Revision Changes Path 1.25.10.2 +1 -0 src/sys/boot/common/module.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 16:25:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1166E16A419; Mon, 17 Sep 2007 16:25:03 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E800F13C478; Mon, 17 Sep 2007 16:25:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HGP296028659; Mon, 17 Sep 2007 16:25:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGP2Dg028658; Mon, 17 Sep 2007 16:25:02 GMT (envelope-from sam) Message-Id: <200709171625.l8HGP2Dg028658@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 16:25: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/dev/ath/ath_rate/sample sample.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, 17 Sep 2007 16:25:03 -0000 sam 2007-09-17 16:25:02 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c Log: convert hardware rate codes to IEEE rate codes with a lookup table instead of a linear search Reviewed by: sephe, avatar Approved by: re (blanket wireless) MFC after: 2 weeks Revision Changes Path 1.18 +18 -34 src/sys/dev/ath/ath_rate/sample/sample.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 16:26:27 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DD716A419; Mon, 17 Sep 2007 16:26:27 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7D213C457; Mon, 17 Sep 2007 16:26:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXJQP-000L7Q-1u; Mon, 17 Sep 2007 19:26:25 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8HGQG36004985; Mon, 17 Sep 2007 19:26:16 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8HGQGpO004984; Mon, 17 Sep 2007 19:26:16 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 17 Sep 2007 19:26:16 +0300 From: Kostik Belousov To: "David E. O'Brien" Message-ID: <20070917162616.GP79542@deviant.kiev.zoral.com.ua> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpcCHpaCAbC4X43d" Content-Disposition: inline In-Reply-To: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: b22dd54e5e410b0526d530b08df0ebb5 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1485 [September 17 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.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, 17 Sep 2007 16:26:27 -0000 --LpcCHpaCAbC4X43d Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > obrien 2007-09-17 16:19:02 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/boot/common module.c=20 > Log: > Make life with "makeoptions INSTALL_DEBUG" easier. > =20 > Revision Changes Path > 1.25.10.2 +1 -0 src/sys/boot/common/module.c Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.8.2 are committed by you directly into RELENG_6, without being put into the CURRENT first. Why ? --LpcCHpaCAbC4X43d Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG7qqnC3+MBN1Mb4gRAvq9AKCnPwcTDJJGMMTQr6KbkImzS7QnnACggBWa WmTdb+2hMt/H7yKNQqxfnDE= =axtg -----END PGP SIGNATURE----- --LpcCHpaCAbC4X43d-- From owner-cvs-src@FreeBSD.ORG Mon Sep 17 17:12:45 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB5D116A41B; Mon, 17 Sep 2007 17:12:45 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 9718813C442; Mon, 17 Sep 2007 17:12:45 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8HGcEog014825; Mon, 17 Sep 2007 09:38:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8HGcEK3014824; Mon, 17 Sep 2007 09:38:14 -0700 (PDT) (envelope-from obrien) Date: Mon, 17 Sep 2007 09:38:14 -0700 From: "David O'Brien" To: Kostik Belousov Message-ID: <20070917163814.GA13343@dragon.NUXI.org> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> <20070917162616.GP79542@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917162616.GP79542@deviant.kiev.zoral.com.ua> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@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: Mon, 17 Sep 2007 17:12:45 -0000 On Mon, Sep 17, 2007 at 07:26:16PM +0300, Kostik Belousov wrote: > On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > > obrien 2007-09-17 16:19:02 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/boot/common module.c > > Log: > > Make life with "makeoptions INSTALL_DEBUG" easier. > > > > Revision Changes Path > > 1.25.10.2 +1 -0 src/sys/boot/common/module.c > > Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.8.2 > are committed by you directly into RELENG_6, without being put into the > CURRENT first. The need for this is only in 6-STABLE. "makeoptions INSTALL_DEBUG" installs acts differently there. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Sep 17 17:50:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8082516A468; Mon, 17 Sep 2007 17:50:49 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC1B13C483; Mon, 17 Sep 2007 17:50:49 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HHonE5047309; Mon, 17 Sep 2007 17:50:49 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHonIq047308; Mon, 17 Sep 2007 17:50:49 GMT (envelope-from julian) Message-Id: <200709171750.l8HHonIq047308@repoman.freebsd.org> From: Julian Elischer Date: Mon, 17 Sep 2007 17:50: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/net if_ethersubr.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, 17 Sep 2007 17:50:49 -0000 julian 2007-09-17 17:50:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_ethersubr.c Log: MFC: remove test that fails POLA. Revision Changes Path 1.193.2.15 +0 -11 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 19:07:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B510216A41A; Mon, 17 Sep 2007 19:07:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8C2813C48D; Mon, 17 Sep 2007 19:07:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HJ7Osn060720; Mon, 17 Sep 2007 19:07:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HJ7Oqp060710; Mon, 17 Sep 2007 19:07:24 GMT (envelope-from sam) Message-Id: <200709171907.l8HJ7Oqp060710@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 19:07:24 +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/net80211 ieee80211_ht.c ieee80211_ht.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_power.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h src/sys/dev/ath if_ath.c src/sys/dev/ral rt2560.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, 17 Sep 2007 19:07:24 -0000 sam 2007-09-17 19:07:24 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c ieee80211_ht.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_power.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h sys/dev/ath if_ath.c sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_rum.c if_ural.c Log: Update beacon handling to sync w/ vap code base: o add driver callback to handle notification of beacon changes; this is required for devices that manage beacon frames themselves (devices must override the default handler which does nothing) o move beacon update-related flags from ieee80211com to the beacon offsets storage (or handle however a driver wants) o expand beacon offsets structure with members needed for 11h/dfs and appie's o change calling convention for ieee80211_beacon_alloc and ieee80211_beacon_update o add overlapping bss support for 11g; requires driver to pass beacon frames from overlapping bss up to net80211 which is not presently done by any driver o move HT beacon contents update to a routine in the HT code area Reviewed by: avatar, thompsa, sephe Approved by: re (blanket wireless) Revision Changes Path 1.177 +13 -3 src/sys/dev/ath/if_ath.c 1.17 +13 -2 src/sys/dev/ral/rt2560.c 1.17 +1 -1 src/sys/dev/ral/rt2661.c 1.13 +1 -1 src/sys/dev/usb/if_rum.c 1.69 +1 -1 src/sys/dev/usb/if_ural.c 1.3 +33 -3 src/sys/net80211/ieee80211_ht.c 1.2 +3 -0 src/sys/net80211/ieee80211_ht.h 1.86 +87 -42 src/sys/net80211/ieee80211_node.c 1.28 +5 -0 src/sys/net80211/ieee80211_node.h 1.52 +20 -22 src/sys/net80211/ieee80211_output.c 1.2 +2 -1 src/sys/net80211/ieee80211_power.c 1.41 +7 -1 src/sys/net80211/ieee80211_proto.c 1.26 +35 -7 src/sys/net80211/ieee80211_proto.h 1.52 +15 -3 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Mon Sep 17 20:32:30 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA8216A41A; Mon, 17 Sep 2007 20:32:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 234DD13C4A6; Mon, 17 Sep 2007 20:32:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id A9AF91CC2F; Tue, 18 Sep 2007 08:32:08 +1200 (NZST) Date: Tue, 18 Sep 2007 08:32:08 +1200 From: Andrew Thompson To: Alfred Perlstein Message-ID: <20070917203208.GA9614@heff.fud.org.nz> References: <200709150111.l8F1BQii070212@repoman.freebsd.org> <20070917161848.GB79417@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917161848.GB79417@elvis.mu.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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, 17 Sep 2007 20:32:30 -0000 On Mon, Sep 17, 2007 at 09:18:48AM -0700, Alfred Perlstein wrote: > * Andrew Thompson [070914 18:11] wrote: > > thompsa 2007-09-15 01:11:26 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > > if_lagg.c if_lagg.h > > Log: > > MFC > > Change from a mutex to a read/write lock. This allows the tx port to be > > selected simultaneously by multiple senders and transmit/receive is not > > serialised between aggregated interfaces. > > Rad! :) And big thanks to you for MFCing it. From owner-cvs-src@FreeBSD.ORG Mon Sep 17 21:55:28 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D368616A420; Mon, 17 Sep 2007 21:55:28 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB81613C45B; Mon, 17 Sep 2007 21:55:28 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HLtS4g015354; Mon, 17 Sep 2007 21:55:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HLtSJ1015353; Mon, 17 Sep 2007 21:55:28 GMT (envelope-from peter) Message-Id: <200709172155.l8HLtSJ1015353@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 Sep 2007 21:55: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/i386/i386 genassym.c src/sys/amd64/amd64 genassym.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, 17 Sep 2007 21:55:28 -0000 peter 2007-09-17 21:55:28 UTC FreeBSD src repository Modified files: sys/i386/i386 genassym.c sys/amd64/amd64 genassym.c Log: Fix an undefined symbol that as/ld neglected to flag as a problem. It was used in assembler code in such a way that no unresolved relocation records were generated, so ld didn't flag the problem. You can see this with an 'nm' of the kernel. There will be 'U MAXCPU' on SMP systems. The impact of this is that the intrcount/intrnames arrays do not have the intended amount of space reserved. This could lead to interesting problems due to the arrays being present in the middle of kernel code. An overflow would be rather interesting as executable code would be used as per-cpu incrementing interrupt counters. This fixes it for now by exporting MAXCPU to the assembler. A better fix might be to define these data structures in C - they're only referenced in the kernel from C code these days anyway. Approved by: re (kensmith) Revision Changes Path 1.165 +1 -0 src/sys/amd64/amd64/genassym.c 1.160 +1 -0 src/sys/i386/i386/genassym.c From owner-cvs-src@FreeBSD.ORG Mon Sep 17 23:59:55 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B496A16A417; Mon, 17 Sep 2007 23:59:55 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9072213C442; Mon, 17 Sep 2007 23:59:55 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HNxtAq026894; Mon, 17 Sep 2007 23:59:55 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HNxtXX026893; Mon, 17 Sep 2007 23:59:55 GMT (envelope-from julian) Message-Id: <200709172359.l8HNxtXX026893@repoman.freebsd.org> From: Julian Elischer Date: Mon, 17 Sep 2007 23:59:54 +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 ipfw.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: Mon, 17 Sep 2007 23:59:55 -0000 julian 2007-09-17 23:59:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw.8 Log: MFC in revs 192-194 of the man page. The actual code has been in for a while. (Allow tablearg to be used with 'fwd' and allow it to take an IP address as a value). Revision Changes Path 1.175.2.12 +20 -2 src/sbin/ipfw/ipfw.8 From owner-cvs-src@FreeBSD.ORG Tue Sep 18 01:26:28 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C310416A419; Tue, 18 Sep 2007 01:26:28 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A725F13C483; Tue, 18 Sep 2007 01:26:28 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I1QSXq043166; Tue, 18 Sep 2007 01:26:28 GMT (envelope-from ken@repoman.freebsd.org) Received: (from ken@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I1QSIv043165; Tue, 18 Sep 2007 01:26:28 GMT (envelope-from ken) Message-Id: <200709180126.l8I1QSIv043165@repoman.freebsd.org> From: "Kenneth D. Merry" Date: Tue, 18 Sep 2007 01:26:28 +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/camcontrol Makefile camcontrol.8 camcontrol.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, 18 Sep 2007 01:26:28 -0000 ken 2007-09-18 01:26:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/camcontrol Makefile camcontrol.8 camcontrol.c Log: MFC: camcontrol/Makefile: rev 1.17 camcontrol.8: rev 1.44 camcontrol.c: rev 1.58 Add SCSI READ CAPACITY support to camcontrol. The new 'readcap' subcommand will automatically issue the 16 byte verison of read capacity if the device in question is larger than 2TB. There are also a number of output options here (last block, number of blocks, human readable) that should meet most needs, and also aid in scripting. Revision Changes Path 1.16.8.1 +2 -2 src/sbin/camcontrol/Makefile 1.41.2.2 +51 -1 src/sbin/camcontrol/camcontrol.8 1.53.2.3 +230 -2 src/sbin/camcontrol/camcontrol.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 04:20:22 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03BC16A418; Tue, 18 Sep 2007 04:20:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2A713C46A; Tue, 18 Sep 2007 04:20:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I4KMsf057366; Tue, 18 Sep 2007 04:20:22 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I4KMFG057365; Tue, 18 Sep 2007 04:20:22 GMT (envelope-from kientzle) Message-Id: <200709180420.l8I4KMFG057365@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 Sep 2007 04:20: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/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Tue, 18 Sep 2007 04:20:22 -0000 kientzle 2007-09-18 04:20:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Correct the return value from archive_write_data() (when used to restore files to disk) to match: * The documentation * The return values of this function when used to write files into an archive. Approved by: re (bmah) Pointy hat: \me MFC after: 5 days Revision Changes Path 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 08:08:20 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9116E16A419; Tue, 18 Sep 2007 08:08:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 203B313C467; Tue, 18 Sep 2007 08:08:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXY7g-000ExM-EV; Tue, 18 Sep 2007 11:08:04 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8I87uT1039276; Tue, 18 Sep 2007 11:07:56 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8I87thf039275; Tue, 18 Sep 2007 11:07:55 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 18 Sep 2007 11:07:55 +0300 From: Kostik Belousov To: "David O'Brien" Message-ID: <20070918080755.GS79542@deviant.kiev.zoral.com.ua> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> <20070917162616.GP79542@deviant.kiev.zoral.com.ua> <20070917163814.GA13343@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="szdyR02yM8NCQUEm" Content-Disposition: inline In-Reply-To: <20070917163814.GA13343@dragon.NUXI.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: bb9f355b5be917825c280d06cf0e20ab X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1486 [September 18 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.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, 18 Sep 2007 08:08:20 -0000 --szdyR02yM8NCQUEm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 17, 2007 at 09:38:14AM -0700, David O'Brien wrote: > On Mon, Sep 17, 2007 at 07:26:16PM +0300, Kostik Belousov wrote: > > On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > > > obrien 2007-09-17 16:19:02 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: (Branch: RELENG_6) > > > sys/boot/common module.c=20 > > > Log: > > > Make life with "makeoptions INSTALL_DEBUG" easier. > > > =20 > > > Revision Changes Path > > > 1.25.10.2 +1 -0 src/sys/boot/common/module.c > >=20 > > Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.= 8.2 > > are committed by you directly into RELENG_6, without being put into the > > CURRENT first. >=20 > The need for this is only in 6-STABLE. "makeoptions INSTALL_DEBUG" > installs acts differently there. Yes, what about genscripts.sh ? --szdyR02yM8NCQUEm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG74daC3+MBN1Mb4gRAt/HAKDHdsX7Aqxonld16Tx37prLx78k7ACfaOk3 F9xuoaQE08tH78fOenN0FZk= =SCum -----END PGP SIGNATURE----- --szdyR02yM8NCQUEm-- From owner-cvs-src@FreeBSD.ORG Tue Sep 18 09:19:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED8616A418; Tue, 18 Sep 2007 09:19:44 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C548C13C46B; Tue, 18 Sep 2007 09:19:44 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I9Jidb001142; Tue, 18 Sep 2007 09:19:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I9Ji28001141; Tue, 18 Sep 2007 09:19:44 GMT (envelope-from phk) Message-Id: <200709180919.l8I9Ji28001141@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 18 Sep 2007 09:19: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/i386/i386 geode.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, 18 Sep 2007 09:19:45 -0000 phk 2007-09-18 09:19:44 UTC FreeBSD src repository Modified files: sys/i386/i386 geode.c Log: Recognize the Soekris NET5501 and configure the error led. Add watchdog(4) support by using the MFGPT0 in the Geode LX CX5536. (Supported range: 2^30 .. 2^44 ns = 1s ... 5h) Approved by: re (bmah) Revision Changes Path 1.10 +84 -3 src/sys/i386/i386/geode.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 09:22:16 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E257316A473; Tue, 18 Sep 2007 09:22:16 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B935F13C45B; Tue, 18 Sep 2007 09:22:16 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I9MGfK001513; Tue, 18 Sep 2007 09:22:16 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I9MGGf001512; Tue, 18 Sep 2007 09:22:16 GMT (envelope-from alfred) Message-Id: <200709180922.l8I9MGGf001512@repoman.freebsd.org> From: Alfred Perlstein Date: Tue, 18 Sep 2007 09:22: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/sys socket.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, 18 Sep 2007 09:22:17 -0000 alfred 2007-09-18 09:22:16 UTC FreeBSD src repository Modified files: sys/sys socket.h Log: Reserve AF_ constants for vendors by giving them the odd numbered AF_ constants ranging from 39 to 133. Approved by: re (kensmith) Revision Changes Path 1.95 +53 -0 src/sys/sys/socket.h From owner-cvs-src@FreeBSD.ORG Tue Sep 18 09:42:40 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22C1816A417; Tue, 18 Sep 2007 09:42:40 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.freebsd.org (Postfix) with ESMTP id DB1AC13C46C; Tue, 18 Sep 2007 09:42:39 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtp (Exim 4.67) (envelope-from ) id 1IXZb6-000J32-Mk; Tue, 18 Sep 2007 11:42:24 +0200 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Tue, 18 Sep 2007 11:42:24 +0200 (CEST) Message-ID: <26587.194.74.82.3.1190108544.squirrel@galain.elvandar.org> In-Reply-To: <200709180919.l8I9Ji28001141@repoman.freebsd.org> References: <200709180919.l8I9Ji28001141@repoman.freebsd.org> Date: Tue, 18 Sep 2007 11:42:24 +0200 (CEST) From: "Remko Lodder" To: "Poul-Henning Kamp" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 geode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 09:42:40 -0000 On Tue, September 18, 2007 11:19 am, Poul-Henning Kamp wrote: > phk 2007-09-18 09:19:44 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 geode.c > Log: > Recognize the Soekris NET5501 and configure the error led. > > Add watchdog(4) support by using the MFGPT0 in the Geode LX CX5536. > (Supported range: 2^30 .. 2^44 ns = 1s ... 5h) > > Approved by: re (bmah) > Hey Poul-Henning, Thanks!!! -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-src@FreeBSD.ORG Tue Sep 18 13:26:05 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D618C16A46C; Tue, 18 Sep 2007 13:26:05 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx01.syd.optusnet.com.au (fallbackmx01.syd.optusnet.com.au [211.29.132.93]) by mx1.freebsd.org (Postfix) with ESMTP id C2CC113C46A; Tue, 18 Sep 2007 13:26:04 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by fallbackmx01.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l8I77Boj001997; Tue, 18 Sep 2007 17:07:11 +1000 Received: from c220-239-235-248.carlnfd3.nsw.optusnet.com.au (c220-239-235-248.carlnfd3.nsw.optusnet.com.au [220.239.235.248]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l8I76NZc023746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Sep 2007 17:06:26 +1000 Date: Tue, 18 Sep 2007 17:06:23 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Peter Wemm In-Reply-To: <200709172155.l8HLtSJ1015353@repoman.freebsd.org> Message-ID: <20070918153428.Q32735@delplex.bde.org> References: <200709172155.l8HLtSJ1015353@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/i386/i386 genassym.c src/sys/amd64/amd64 genassym.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, 18 Sep 2007 13:26:06 -0000 On Mon, 17 Sep 2007, Peter Wemm wrote: > peter 2007-09-17 21:55:28 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 genassym.c > sys/amd64/amd64 genassym.c > Log: > Fix an undefined symbol that as/ld neglected to flag as a problem. It > was used in assembler code in such a way that no unresolved relocation > records were generated, so ld didn't flag the problem. You can see > this with an 'nm' of the kernel. There will be 'U MAXCPU' on SMP systems. > > The impact of this is that the intrcount/intrnames arrays do not have > the intended amount of space reserved. This could lead to interesting > problems due to the arrays being present in the middle of kernel code. > An overflow would be rather interesting as executable code would be used > as per-cpu incrementing interrupt counters. I think there was no problem in practice due to the disgustingly bloat in the array sizes since RELENG_4. The arrays normally had 769 slots: 769 = 1 + (256 + 128) * 2, where 256 is the (max) number of non-MSI intrs, 128 is the (max) number of MSI intrs, and 2 is space for expansion. Now they normally have 1025 slots (another 256 for (1 + 7) * MAXCPU). The space allocation used to be about 3K for the counters and 16K for the strings. Allocation is by incrementing the index with no overflow checks. All this when most systems have about 4 active interrupts and about 10 used ones and about 30 allocated ones (e.g., freefall now has only 1 clk, 1 rtc, 1 disk and 1 network interrupt active; sio0 fired about 40000 times; fdc0 and ppp0 fired just once (presumably due to races in the initialization of unused devices), and another 26 interrupts (mainly stray interrupts) are allocated but never fired after 67 days uptime). > This fixes it for now by exporting MAXCPU to the assembler. A better fix > might be to define these data structures in C - they're only referenced > in the kernel from C code these days anyway. The "end" labels cannot be declared in C. I don't know how to declare them even in gcc asm. The end labels are related to the bloat. Userland expects at least the names to be packed into a statically allocated string space, with the size determined by the end pointers. (It uses the labels directly for the dead kernel case, and the sysctls are no more aware of the real end of the used part of the arrays than is userland, so they return the whole arrays then userland has even less chance of avoiding looking at the unused parts of the arrays than in the dead kernel case). Now the strings still form a string space, but the space+time savings from this are turned into space+time losses by padding the strings to the same length. Userland now wastes time skipping the padding and the enormous arrays, and has bugs from not actually understanding the padding. The padding consists of trailing spaces which should normally be skipped before display, but applications like vmstat -i don't understand the padding so they display the whole strings, resulting in ugly formatting. vmstat -i also doesn't expect there to be about 1000 never-used slots, so it always iterates over the whole arrays. This is not so bad for the names because names in the unused slots aren't padded. All this is handled better in RELENG_4. The arrays are much smaller (normally 49 slots for non-SMP (= non APIC)). Allocation is more dynamic. Slots are reused if possible. If the arrays fill up and reuse is impossible, then the problem is actually detected, and a preallocated bit-bucket slot is used so that there is somewhere to put the counts (but under a wrong name). The locking for this is not quite right but would be easy to do right even using fully dynamic allocation. Just lock everything while updating the pointers to the counters, etc. Updating is very rare so a global exclusive-writer/shared/reader lock would work fine, and it doesn't matter if the lock needs to be held for a long time while realloc()ing everything. Realloc()ing is only a problem for the dead kernel API. It should be possible for statically allocated arrays to fill up no matter how large they are, since counts should be per-device and devices are dynamic so there can be any number of them. A malicious driver that changes its name on every reload should cause -current to panic after only about 1000 reloads. Bruce From owner-cvs-src@FreeBSD.ORG Tue Sep 18 15:00:15 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19EF516A468; Tue, 18 Sep 2007 15:00:15 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id BF24C13C45B; Tue, 18 Sep 2007 15:00:14 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXeYM-000FQp-BA; Tue, 18 Sep 2007 18:00:02 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8IExrQI005581; Tue, 18 Sep 2007 17:59:53 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8IExrGk005577; Tue, 18 Sep 2007 17:59:53 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 18 Sep 2007 17:59:53 +0300 From: Kostik Belousov To: Tim Kientzle Message-ID: <20070918145953.GW79542@deviant.kiev.zoral.com.ua> References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RCcFxJ34+mAtH0DM" Content-Disposition: inline In-Reply-To: <200709180420.l8I4KMFG057365@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: f7f1c38b0b2d7aeba17750d70212ab70 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1490 [September 18 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Tue, 18 Sep 2007 15:00:15 -0000 --RCcFxJ34+mAtH0DM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: > kientzle 2007-09-18 04:20:21 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libarchive archive_write_disk.c=20 > lib/libarchive/test test_write_disk.c=20 > Log: > Correct the return value from archive_write_data() > (when used to restore files to disk) to match: > * The documentation > * The return values of this function when used > to write files into an archive. > =20 > Approved by: re (bmah) > Pointy hat: \me > MFC after: 5 days > =20 > Revision Changes Path > 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c > 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c After this commit: =3D=3D=3D> Patching for sdl_mixer-1.2.7_2 =3D=3D=3D> Applying FreeBSD patches for sdl_mixer-1.2.7_2 1 out of 1 hunks failed--saving rejects to SDL_mixer.h.rej =3D> Patch patch-SDL_mixer.h failed to apply cleanly. =3D> Patch(es) patch-Makefile.in applied cleanly. *** Error code 1 Stop in /usr/ports/audio/sdl_mixer. *** Error code 1 It seems that tar is broken. --RCcFxJ34+mAtH0DM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG7+fpC3+MBN1Mb4gRAhh7AJ0ZqVNtSyaefB95hXula0Y6ZBJF8wCgwqmL GkyDLcKhxuqmYlQzAPoEgKg= =85+r -----END PGP SIGNATURE----- --RCcFxJ34+mAtH0DM-- From owner-cvs-src@FreeBSD.ORG Tue Sep 18 15:16:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE1AD16A41B; Tue, 18 Sep 2007 15:16:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3E8F13C4A6; Tue, 18 Sep 2007 15:16:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IFGdg0054039; Tue, 18 Sep 2007 15:16:39 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFGdMu054036; Tue, 18 Sep 2007 15:16:39 GMT (envelope-from rrs) Message-Id: <200709181516.l8IFGdMu054036@repoman.freebsd.org> From: Randall Stewart Date: Tue, 18 Sep 2007 15:16: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 sctp_asconf.c sctp_lock_bsd.h sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_uio.h sctp_usrreq.c sctputil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:16:39 -0000 rrs 2007-09-18 15:16:39 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c sctp_lock_bsd.h sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_uio.h sctp_usrreq.c sctputil.c Log: - The address lock is changed to a rwlock. This also involves macro changes to have a RLOCK and a WLOCK and placing the correct version within the code. - The INP-INFO lock is changed to a rwlock. - When sctp_shutdown() is called on Mac OS X, the socket lock is held. So call sctp_chunk_output with SCTP_SO_LOCKED and not SCTP_SO_NOT_LOCKED. - Add SCTP_IPI_ADDR_[RW]LOCK and SCTP_IPI_ADDR_[RW]UNLOCK for Mac OS X. - u_int64_t -> uint64_t - add missing addr unlock for error return path Approved by: re@freebsd.org (K Smith) Revision Changes Path 1.33 +10 -13 src/sys/netinet/sctp_asconf.c 1.10 +30 -11 src/sys/netinet/sctp_lock_bsd.h 1.33 +2 -0 src/sys/netinet/sctp_os_bsd.h 1.57 +6 -6 src/sys/netinet/sctp_output.c 1.59 +19 -19 src/sys/netinet/sctp_pcb.c 1.31 +2 -2 src/sys/netinet/sctp_pcb.h 1.29 +1 -1 src/sys/netinet/sctp_uio.h 1.47 +5 -5 src/sys/netinet/sctp_usrreq.c 1.62 +12 -12 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 16:39:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816B916A417; Tue, 18 Sep 2007 16:39:25 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60C9513C48E; Tue, 18 Sep 2007 16:39:25 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IGdPJc061517; Tue, 18 Sep 2007 16:39:25 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IGdPWp061515; Tue, 18 Sep 2007 16:39:25 GMT (envelope-from ambrisko) Message-Id: <200709181639.l8IGdPWp061515@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 18 Sep 2007 16:39:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_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: Tue, 18 Sep 2007 16:39:25 -0000 ambrisko 2007-09-18 16:39:24 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver for the mpt(4) it should be 0x0062 and not 0x0060. Tested with an mfi card of this device id. Approved by: re (bmah) Reviewed by: scottl MFC after: 3 days Revision Changes Path 1.51 +1 -1 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 19:47:54 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A0E416A417; Tue, 18 Sep 2007 19:47:54 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id BDF1613C48E; Tue, 18 Sep 2007 19:47:53 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l8IJloFG005839; Tue, 18 Sep 2007 13:47:50 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46F02B62.8080504@samsco.org> Date: Tue, 18 Sep 2007 13:47:46 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Kostik Belousov References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> In-Reply-To: <20070918145953.GW79542@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 18 Sep 2007 13:47:50 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Tue, 18 Sep 2007 19:47:54 -0000 Kostik Belousov wrote: > On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: >> kientzle 2007-09-18 04:20:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libarchive archive_write_disk.c >> lib/libarchive/test test_write_disk.c >> Log: >> Correct the return value from archive_write_data() >> (when used to restore files to disk) to match: >> * The documentation >> * The return values of this function when used >> to write files into an archive. >> >> Approved by: re (bmah) >> Pointy hat: \me >> MFC after: 5 days >> >> Revision Changes Path >> 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c >> 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c > After this commit: > > ===> Patching for sdl_mixer-1.2.7_2 > ===> Applying FreeBSD patches for sdl_mixer-1.2.7_2 > 1 out of 1 hunks failed--saving rejects to SDL_mixer.h.rej > => Patch patch-SDL_mixer.h failed to apply cleanly. > => Patch(es) patch-Makefile.in applied cleanly. > *** Error code 1 > > Stop in /usr/ports/audio/sdl_mixer. > *** Error code 1 > > It seems that tar is broken. I think this patch needs to be backed out until further review is obtained. This isn't a good time to leave things in a broken state for a week while we try to figure out the "right" thing to do. Just back it out to a known good state, then discuss and argue at your leisure. Scott From owner-cvs-src@FreeBSD.ORG Tue Sep 18 19:50:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C564D16A420; Tue, 18 Sep 2007 19:50:35 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B83A113C483; Tue, 18 Sep 2007 19:50:35 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IJoZs1095355; Tue, 18 Sep 2007 19:50:35 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IJoYqn095353; Tue, 18 Sep 2007 19:50:34 GMT (envelope-from dwmalone) Message-Id: <200709181950.l8IJoYqn095353@repoman.freebsd.org> From: David Malone Date: Tue, 18 Sep 2007 19:50: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/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master src/sys/compat/linux linux_stats.c src/sys/i386/linux linux.h linux_proto.h syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 19:50:35 -0000 dwmalone 2007-09-18 19:50:34 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master sys/compat/linux linux_stats.c sys/i386/linux linux.h linux_proto.h syscalls.master Log: The kernel version of Linux statfs64 is actually supposed to take 3 arguments, but we had forgotten the second argument. Also make the Linux statfs64 struct depend on the architecture because it has an extra 4 bytes padding on amd64 compared to i386. The three argument fix is from David Taylor, the struct statfs64 stuff is my fault. With this patch I can install i386 Linux matlab on an amd64 machine. Submitted by: David Taylor Approved by: re (kensmith) Revision Changes Path 1.16 +13 -0 src/sys/amd64/linux32/linux.h 1.33 +1 -0 src/sys/amd64/linux32/linux32_proto.h 1.33 +0 -0 src/sys/amd64/linux32/linux32_syscall.h 1.33 +0 -0 src/sys/amd64/linux32/linux32_sysent.c 1.30 +1 -1 src/sys/amd64/linux32/syscalls.master 1.88 +3 -13 src/sys/compat/linux/linux_stats.c 1.78 +13 -0 src/sys/i386/linux/linux.h 1.94 +1 -0 src/sys/i386/linux/linux_proto.h 1.89 +1 -1 src/sys/i386/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Tue Sep 18 19:51:50 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD2816A421; Tue, 18 Sep 2007 19:51:50 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD1B13C468; Tue, 18 Sep 2007 19:51:50 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IJpoJO095668; Tue, 18 Sep 2007 19:51:50 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IJpoI5095667; Tue, 18 Sep 2007 19:51:50 GMT (envelope-from dwmalone) Message-Id: <200709181951.l8IJpoI5095667@repoman.freebsd.org> From: David Malone Date: Tue, 18 Sep 2007 19:51: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/i386/linux linux_proto.h linux_syscall.h linux_sysent.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, 18 Sep 2007 19:51:50 -0000 dwmalone 2007-09-18 19:51:50 UTC FreeBSD src repository Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen. Approved by: re (kensmith) Revision Changes Path 1.95 +1 -1 src/sys/i386/linux/linux_proto.h 1.87 +1 -1 src/sys/i386/linux/linux_syscall.h 1.94 +1 -1 src/sys/i386/linux/linux_sysent.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:20:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B317C16A417; Tue, 18 Sep 2007 20:20:37 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E99913C478; Tue, 18 Sep 2007 20:20:37 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKKbba000394; Tue, 18 Sep 2007 20:20:37 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKKbEX000392; Tue, 18 Sep 2007 20:20:37 GMT (envelope-from bmah) Message-Id: <200709182020.l8IKKbEX000392@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Sep 2007 20:20: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/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Tue, 18 Sep 2007 20:20:37 -0000 bmah 2007-09-18 20:20:37 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Revert the last commit to libarchive. It introduced some regresssions, most noticably the incorrect extraction of files by bsdtar. This commit reverts: src/lib/libarchive/archive_write_disk.c 1.15 src/lib/libarchive/test/test_write_disk.c 1.4 Approved by: re (implicitly) Revision Changes Path 1.16 +4 -7 src/lib/libarchive/archive_write_disk.c 1.5 +1 -26 src/lib/libarchive/test/test_write_disk.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:27:20 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED5A216A41A; Tue, 18 Sep 2007 20:27:20 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.freebsd.org (Postfix) with ESMTP id D4D5B13C48A; Tue, 18 Sep 2007 20:27:20 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from dhcp-1-248.packetdesign.com (firewall-gw-dirty-n.packetdesign.com [65.87.20.98]) (authenticated bits=0) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l8IKRKe6021565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Sep 2007 13:27:20 -0700 Message-ID: <46F03493.7050808@freebsd.org> Date: Tue, 18 Sep 2007 13:26:59 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Scott Long References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> <46F02B62.8080504@samsco.org> In-Reply-To: <46F02B62.8080504@samsco.org> X-Enigmail-Version: 0.95.3 OpenPGP: id=5ba052c3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1E796523A547853458C33860" Cc: Kostik Belousov , cvs-src@freebsd.org, Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Tue, 18 Sep 2007 20:27:21 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1E796523A547853458C33860 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Scott Long wrote: > Kostik Belousov wrote: >> On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: >>> kientzle 2007-09-18 04:20:21 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/libarchive archive_write_disk.c=20 >>> lib/libarchive/test test_write_disk.c=20 >>> Log: >>> Correct the return value from archive_write_data() >>> (when used to restore files to disk) to match: >>> * The documentation >>> * The return values of this function when used >>> to write files into an archive. >>> =20 >>> Approved by: re (bmah) >>> Pointy hat: \me >>> MFC after: 5 days >>> =20 >>> Revision Changes Path >>> 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c >>> 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c [snip] >> Stop in /usr/ports/audio/sdl_mixer. >> *** Error code 1 >> >> It seems that tar is broken. >=20 > I think this patch needs to be backed out until further review is=20 > obtained. This isn't a good time to leave things in a broken state for= =20 > a week while we try to figure out the "right" thing to do. Just back i= t > out to a known good state, then discuss and argue at your leisure. With my RE hat on, I've backed out this commit. Bruce. --------------enig1E796523A547853458C33860 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG8DST2MoxcVugUsMRAioqAKDMB125+Lm0GatJNAfhLI1h1upG+wCfXiy8 uluRtjCsuaq1GqPo4HK9vtI= =mnt0 -----END PGP SIGNATURE----- --------------enig1E796523A547853458C33860-- From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:30:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C5C916A41A; Tue, 18 Sep 2007 20:30:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 27EF913C45A; Tue, 18 Sep 2007 20:30:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKUfsS001644; Tue, 18 Sep 2007 20:30:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKUfT9001642; Tue, 18 Sep 2007 20:30:41 GMT (envelope-from sam) Message-Id: <200709182030.l8IKUfT9001642@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:30: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/net if_media.h src/sys/net80211 ieee80211.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, 18 Sep 2007 20:30:42 -0000 sam 2007-09-18 20:30:40 UTC FreeBSD src repository Modified files: sys/net if_media.h sys/net80211 ieee80211.c Log: remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; they never got used so nuke 'em before we branch Approved by: re (blanket wireless) Revision Changes Path 1.40 +0 -4 src/sys/net/if_media.h 1.40 +0 -4 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:35:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2273116A417; Tue, 18 Sep 2007 20:35:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15A5513C442; Tue, 18 Sep 2007 20:35:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKZfER002419; Tue, 18 Sep 2007 20:35:41 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKZfx1002418; Tue, 18 Sep 2007 20:35:41 GMT (envelope-from jhb) Message-Id: <200709182035.l8IKZfx1002418@repoman.freebsd.org> From: John Baldwin Date: Tue, 18 Sep 2007 20:35:41 +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/share/zoneinfo africa antarctica asia australasia backward europe leapseconds northamerica southamerica zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2007 20:35:42 -0000 jhb 2007-09-18 20:35:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo africa antarctica asia australasia backward europe leapseconds northamerica southamerica zone.tab Log: MFC of src/share/zoneinfo MFV: tzdata2007g Revision Changes Path 1.10.2.6 +26 -4 src/share/zoneinfo/africa 1.1.2.6.2.7 +22 -12 src/share/zoneinfo/antarctica 1.14.2.11 +45 -11 src/share/zoneinfo/asia 1.14.2.10 +121 -74 src/share/zoneinfo/australasia 1.1.2.4.2.9 +3 -1 src/share/zoneinfo/backward 1.18.2.10 +58 -19 src/share/zoneinfo/europe 1.4.2.10 +20 -30 src/share/zoneinfo/leapseconds 1.14.2.10 +179 -65 src/share/zoneinfo/northamerica 1.12.2.11 +65 -43 src/share/zoneinfo/southamerica 1.4.2.13 +20 -16 src/share/zoneinfo/zone.tab From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:40:22 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BEB216A419; Tue, 18 Sep 2007 20:40:22 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2027013C467; Tue, 18 Sep 2007 20:40:22 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKeL6u002852; Tue, 18 Sep 2007 20:40:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKeLG7002849; Tue, 18 Sep 2007 20:40:21 GMT (envelope-from sam) Message-Id: <200709182040.l8IKeLG7002849@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:40: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/sys/net80211 _ieee80211.h ieee80211_ioctl.h ieee80211_node.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, 18 Sep 2007 20:40:22 -0000 sam 2007-09-18 20:40:21 UTC FreeBSD src repository Modified files: sys/net80211 _ieee80211.h ieee80211_ioctl.h ieee80211_node.h Log: o move IEEE80211_NONQOS_TID into a public location o add IEEE80211_TID_SIZE and replace all the nake constants Approved by: re (blanket wireless) Revision Changes Path 1.13 +3 -0 src/sys/net80211/_ieee80211.h 1.24 +3 -2 src/sys/net80211/ieee80211_ioctl.h 1.29 +4 -3 src/sys/net80211/ieee80211_node.h From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:46:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CC2616A52D; Tue, 18 Sep 2007 20:46:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4245513C46C; Tue, 18 Sep 2007 20:46:37 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKkbGa003319; Tue, 18 Sep 2007 20:46:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKkaKR003318; Tue, 18 Sep 2007 20:46:36 GMT (envelope-from sam) Message-Id: <200709182046.l8IKkaKR003318@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:46:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 _ieee80211.h ieee80211.c ieee80211_ht.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, 18 Sep 2007 20:46:38 -0000 sam 2007-09-18 20:46:36 UTC FreeBSD src repository Modified files: sys/net80211 _ieee80211.h ieee80211.c ieee80211_ht.c Log: o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS) o correct ieee80211_rate2media handling of MCS o correct rate HT announcements for 11n devices Approved by: re (blanket wireless) Revision Changes Path 1.14 +2 -0 src/sys/net80211/_ieee80211.h 1.41 +4 -2 src/sys/net80211/ieee80211.c 1.4 +2 -1 src/sys/net80211/ieee80211_ht.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:51:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94BC516A420; Tue, 18 Sep 2007 20:51:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EAA113C468; Tue, 18 Sep 2007 20:51:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKpuTX012516; Tue, 18 Sep 2007 20:51:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKpusd012515; Tue, 18 Sep 2007 20:51:56 GMT (envelope-from sam) Message-Id: <200709182051.l8IKpusd012515@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:51: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/net80211 ieee80211.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, 18 Sep 2007 20:51:56 -0000 sam 2007-09-18 20:51:56 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce; there won't be any Approved by: re (blanket wireless) Revision Changes Path 1.42 +2 -1 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 20:55:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9760B16A418; Tue, 18 Sep 2007 20:55:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2F1D13C4DD; Tue, 18 Sep 2007 20:55:53 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKtrCM012744; Tue, 18 Sep 2007 20:55:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKtrD0012743; Tue, 18 Sep 2007 20:55:53 GMT (envelope-from sam) Message-Id: <200709182055.l8IKtrD0012743@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:55: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/net80211 ieee80211_node.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, 18 Sep 2007 20:55:56 -0000 sam 2007-09-18 20:55:52 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Safeguard count of stations in power save; don't touch it unless we're operating in a mode where it should be maintained. Approved by: re (blanket wireless) MFC after: 2 weeks Revision Changes Path 1.87 +2 -1 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:01:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E09F16A41B; Tue, 18 Sep 2007 21:01:05 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78FEB13C4A6; Tue, 18 Sep 2007 21:01:05 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IL15In013040; Tue, 18 Sep 2007 21:01:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL153k013039; Tue, 18 Sep 2007 21:01:05 GMT (envelope-from sam) Message-Id: <200709182101.l8IL153k013039@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:01: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/net80211 ieee80211_node.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, 18 Sep 2007 21:01:05 -0000 sam 2007-09-18 21:01:05 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Close longstanding race dropping inactive stations; grab a reference to the node before starting the work, otherwise the node may go away before a reference is made in ieee80211_send_mgmt. Approved by: re (blanket wireless) Obtained from: Atheros Revision Changes Path 1.88 +2 -0 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:02:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F86016A419; Tue, 18 Sep 2007 21:02:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17D8913C4D3; Tue, 18 Sep 2007 21:02:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IL2Np6013220; Tue, 18 Sep 2007 21:02:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL2NXJ013219; Tue, 18 Sep 2007 21:02:23 GMT (envelope-from sam) Message-Id: <200709182102.l8IL2NXJ013219@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:02: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/net80211 ieee80211_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, 18 Sep 2007 21:02:24 -0000 sam 2007-09-18 21:02:23 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: mgmt subtype 13 is action Approved by: re (blanket wireless) MFC after: 2 weeks Revision Changes Path 1.42 +1 -1 src/sys/net80211/ieee80211_proto.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:07:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B3E16A41A; Tue, 18 Sep 2007 21:07:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7F013C46E; Tue, 18 Sep 2007 21:07:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IL7giJ014750; Tue, 18 Sep 2007 21:07:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL7gBN014749; Tue, 18 Sep 2007 21:07:42 GMT (envelope-from sam) Message-Id: <200709182107.l8IL7gBN014749@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:07: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/net80211 ieee80211_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: Tue, 18 Sep 2007 21:07:42 -0000 sam 2007-09-18 21:07:42 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: tag mgmt and null data frames w/ a WME priority so drivers can assume only data frames require classification Approved by: re (blanket wireless) Revision Changes Path 1.53 +6 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:09:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF49316A41B; Tue, 18 Sep 2007 21:09:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9EC813C457; Tue, 18 Sep 2007 21:09:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IL9Qfc014854; Tue, 18 Sep 2007 21:09:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL9QBm014853; Tue, 18 Sep 2007 21:09:26 GMT (envelope-from sam) Message-Id: <200709182109.l8IL9QBm014853@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:09: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/net80211 ieee80211_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: Tue, 18 Sep 2007 21:09:27 -0000 sam 2007-09-18 21:09:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: honor IEEE80211_C_TXFRAG; drivers should never get fragmented packets unless they indicate they're able to handle them Approved by: re (blanket wireless) Revision Changes Path 1.54 +1 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:24:26 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FF8316A468; Tue, 18 Sep 2007 21:24:26 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D78E313C47E; Tue, 18 Sep 2007 21:24:25 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (dialup192.ach.sch.gr [81.186.70.192]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8IL6fjk018395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 19 Sep 2007 00:06:53 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8IL6FFr001580; Wed, 19 Sep 2007 00:06:34 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8IJnl13001871; Tue, 18 Sep 2007 22:49:47 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 18 Sep 2007 22:49:46 +0300 From: Giorgos Keramidas To: Jack F Vogel Message-ID: <20070918194946.GA1799@kobe.laptop> References: <200709102150.l8ALoeXW087953@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709102150.l8ALoeXW087953@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.101, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.30, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.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, 18 Sep 2007 21:24:26 -0000 On 2007-09-10 21:50, Jack F Vogel wrote: > jfv 2007-09-10 21:50:40 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c if_em.h > Log: > A number of small fixes: > - duplicate #define in header, thanks to Kevin Lo for pointing out. > - incorrect BUSMASTER enable logic, thanks Patrick Oeschger > - 82543 fails due to bogus IO BAR logic > - Allow 82571 to use MSI interrupts > - Checksum Offload for UDP not working on 82575 This is probably nit-picking but the following seems a bit odd: % --- a/sys/dev/em/if_em.c Mon Sep 10 21:01:56 2007 +0000 % +++ b/sys/dev/em/if_em.c Mon Sep 10 21:50:40 2007 +0000 % @@ -2450,8 +2450,8 @@ em_identify_hardware(struct adapter *ada % % /* Make sure our PCI config space has the necessary stuff set */ % adapter->hw.bus.pci_cmd_word = pci_read_config(dev, PCIR_COMMAND, 2); % - if ((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) == 0 && % - (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN)) { % + if (!((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) && % + (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN))) { % device_printf(dev, "Memory Access and/or Bus Master bits " % "were not set!\n"); % adapter->hw.bus.pci_cmd_word |= It adds yet another pair of parentheses, just to use the style: if (!(condition1 && condition2)) which I sometimes find hard to read. I'm not sure if this is commonly the style used in our drivers, but isn't the following easier to parse? % /* Make sure our PCI config space has the necessary stuff set */ % adapter->hw.bus.pci_cmd_word = pci_read_config(dev, PCIR_COMMAND, 2); % - if ((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) == 0 && % - (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN)) { % + if ((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) == 0 || % + (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN) == 0) { % device_printf(dev, "Memory Access and/or Bus Master bits " % "were not set!\n"); % adapter->hw.bus.pci_cmd_word |= AFAICT, the logic doesn't change, but not it is more explicitly clear that any bit being unset triggers the rest of the code. We also lose an extra pair of parentheses, which makes the source code less "Lisp"y too :) Having said that, I see that the '(if|while) \(!\(' pattern appears in many other places: keramida@kobe:/bsd/src$ egrep -r -e '(if|while) \([^!]\(' sys/dev | wc -l 357 keramida@kobe:/bsd/src$ I also don't see any reference to this sort of construct in style(9), so if this is the preferred style for FreeBSD code, then I need to learn to read it without worrying too much :) - Giorgos From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:42:00 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D03F16A417; Tue, 18 Sep 2007 21:42:00 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id EDD5913C45D; Tue, 18 Sep 2007 21:41:59 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l8ILfu19006443; Tue, 18 Sep 2007 15:41:56 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46F04620.3090500@samsco.org> Date: Tue, 18 Sep 2007 15:41:52 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: "Bruce A. Mah" References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> <46F02B62.8080504@samsco.org> <46F03493.7050808@freebsd.org> In-Reply-To: <46F03493.7050808@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 18 Sep 2007 15:41:57 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Kostik Belousov , cvs-src@freebsd.org, Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Tue, 18 Sep 2007 21:42:00 -0000 Bruce A. Mah wrote: > If memory serves me right, Scott Long wrote: >> Kostik Belousov wrote: >>> On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: >>>> kientzle 2007-09-18 04:20:21 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> lib/libarchive archive_write_disk.c >>>> lib/libarchive/test test_write_disk.c >>>> Log: >>>> Correct the return value from archive_write_data() >>>> (when used to restore files to disk) to match: >>>> * The documentation >>>> * The return values of this function when used >>>> to write files into an archive. >>>> >>>> Approved by: re (bmah) >>>> Pointy hat: \me >>>> MFC after: 5 days >>>> >>>> Revision Changes Path >>>> 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c >>>> 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c > > [snip] > >>> Stop in /usr/ports/audio/sdl_mixer. >>> *** Error code 1 >>> >>> It seems that tar is broken. >> I think this patch needs to be backed out until further review is >> obtained. This isn't a good time to leave things in a broken state for >> a week while we try to figure out the "right" thing to do. Just back it >> out to a known good state, then discuss and argue at your leisure. > > With my RE hat on, I've backed out this commit. > > Bruce. > > Thanks a lot Bruce! Scott From owner-cvs-src@FreeBSD.ORG Tue Sep 18 21:54:28 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D41916A417; Tue, 18 Sep 2007 21:54:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26BE713C45A; Tue, 18 Sep 2007 21:54:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ILsSG4020955; Tue, 18 Sep 2007 21:54:28 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ILsRq6020954; Tue, 18 Sep 2007 21:54:27 GMT (envelope-from sam) Message-Id: <200709182154.l8ILsRq6020954@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:54: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/net80211 ieee80211.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, 18 Sep 2007 21:54:28 -0000 sam 2007-09-18 21:54:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: invalidate ic_prevchan when constructing a new channel list Approved by: re (blanket wireless) Revision Changes Path 1.43 +1 -0 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Tue Sep 18 23:34:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E811C16A417; Tue, 18 Sep 2007 23:34:42 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B368913C467; Tue, 18 Sep 2007 23:34:42 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8INYgdH029957; Tue, 18 Sep 2007 23:34:42 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8INYgCL029956; Tue, 18 Sep 2007 23:34:42 GMT (envelope-from cognet) Message-Id: <200709182334.l8INYgCL029956@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 18 Sep 2007 23:34: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/gnu/usr.bin/cc/cc_int Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 23:34:43 -0000 cognet 2007-09-18 23:34:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_int Makefile Log: Make gcc default to big endian when building it for a big endian target. This was lost while migrating to gcc4. Reported by: Michael Reifenberger Approved by: re (blanket) Revision Changes Path 1.52 +4 -0 src/gnu/usr.bin/cc/cc_int/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 19 01:10:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A773E16A418; Wed, 19 Sep 2007 01:10:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6753513C458; Wed, 19 Sep 2007 01:10:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J1AWTS046296; Wed, 19 Sep 2007 01:10:32 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J1AWIR046295; Wed, 19 Sep 2007 01:10:32 GMT (envelope-from mpp) Message-Id: <200709190110.l8J1AWIR046295@repoman.freebsd.org> From: Mike Pritchard Date: Wed, 19 Sep 2007 01:10: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.sbin/repquota repquota.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, 19 Sep 2007 01:10:32 -0000 mpp 2007-09-19 01:10:31 UTC FreeBSD src repository Modified files: usr.sbin/repquota repquota.c Log: Change the header to indicate which type of id is being displayed, "User" or "Group", instead of identifying them all as "User". Approved by: re (bmah) Revision Changes Path 1.21 +2 -2 src/usr.sbin/repquota/repquota.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 01:24:20 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B78416A417; Wed, 19 Sep 2007 01:24:20 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 097CE13C468; Wed, 19 Sep 2007 01:24:20 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J1OJ1v047180; Wed, 19 Sep 2007 01:24:19 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J1OJKB047179; Wed, 19 Sep 2007 01:24:19 GMT (envelope-from rodrigc) Message-Id: <200709190124.l8J1OJKB047179@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 19 Sep 2007 01:24: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/sbin/fsck_ffs Makefile 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: Wed, 19 Sep 2007 01:24:20 -0000 rodrigc 2007-09-19 01:24:19 UTC FreeBSD src repository Modified files: sbin/fsck_ffs Makefile main.c Log: Convert fsck_ffs to nmount(). This seems to solve an intermittent problem where MNT_RELOAD fails for the root file system. Reported and tested by: phk Approved by: re (bmah) Revision Changes Path 1.18 +4 -3 src/sbin/fsck_ffs/Makefile 1.47 +51 -18 src/sbin/fsck_ffs/main.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 02:04:48 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3619E16A417; Wed, 19 Sep 2007 02:04:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E677713C468; Wed, 19 Sep 2007 02:04:47 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J24lx1050770; Wed, 19 Sep 2007 02:04:47 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J24llM050769; Wed, 19 Sep 2007 02:04:47 GMT (envelope-from kevlo) Message-Id: <200709190204.l8J24llM050769@repoman.freebsd.org> From: Kevin Lo Date: Wed, 19 Sep 2007 02:04: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/bin/getfacl getfacl.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, 19 Sep 2007 02:04:48 -0000 kevlo 2007-09-19 02:04:47 UTC FreeBSD src repository Modified files: bin/getfacl getfacl.c Log: Use owner name and owning group name instead of uid and gid for displaying the three-line comment header by default. Reviewed by: kientzle Approved by: re (bmah) Revision Changes Path 1.12 +30 -2 src/bin/getfacl/getfacl.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 03:59:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC9DE16A419; Wed, 19 Sep 2007 03:59:34 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 767F113C469; Wed, 19 Sep 2007 03:59:34 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J3xYfC061374; Wed, 19 Sep 2007 03:59:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J3xYR3061373; Wed, 19 Sep 2007 03:59:34 GMT (envelope-from marcus) Message-Id: <200709190359.l8J3xYR3061373@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Sep 2007 03:59: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/syscons syscons.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, 19 Sep 2007 03:59:34 -0000 marcus 2007-09-19 03:59:34 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/dev/syscons syscons.c Log: Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl to become unkillable when that process is sent a termination signal. The process will sit in waitvt looping in the kernel, and chewing up all available CPU until the system is rebooted. Submitted by: Jilles Tjoelker Reviewed by: bde Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.452 +1 -2 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 04:35:25 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 756A016A420; Wed, 19 Sep 2007 04:35:25 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 12D3C13C46A; Wed, 19 Sep 2007 04:35:24 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from [10.0.0.222] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id l8J41ZH7076095; Tue, 18 Sep 2007 21:01:35 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <46F09F1F.7090806@kientzle.com> Date: Tue, 18 Sep 2007 21:01:35 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bruce A. Mah" References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> <46F02B62.8080504@samsco.org> <46F03493.7050808@freebsd.org> In-Reply-To: <46F03493.7050808@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Scott Long , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Tim Kientzle , Kostik Belousov Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Wed, 19 Sep 2007 04:35:25 -0000 Bruce A. Mah wrote: > If memory serves me right, Scott Long wrote: >>Kostik Belousov wrote: >> >>>It seems that tar is broken. >> >>I think this patch needs to be backed out ... > > With my RE hat on, I've backed out this commit. Thank you, Bruce. I'll investigate further. Tim Kientzle From owner-cvs-src@FreeBSD.ORG Wed Sep 19 08:41:28 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46CB616A417; Wed, 19 Sep 2007 08:41:28 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0536413C469; Wed, 19 Sep 2007 08:41:28 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8fRJ4093235; Wed, 19 Sep 2007 08:41:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8fRqd093234; Wed, 19 Sep 2007 08:41:27 GMT (envelope-from krion) Message-Id: <200709190841.l8J8fRqd093234@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Sep 2007 08:41: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/usr.sbin/pkg_install/add extract.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, 19 Sep 2007 08:41:28 -0000 krion 2007-09-19 08:41:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add extract.c Log: MFC: extract.c:1.45 date: 2007/08/23 13:05:10; author: krion; state: Exp; lines: +1 -1 Fix pkg_add behaviour to preserve pathnames. PR: bin/93915 bin/109134 Submitted by: Jason Heiss , Constantin Stefanov Approved by: re@ (kensmith) MFC after: 7 days Revision Changes Path 1.43.2.2 +1 -1 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 08:50:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74C5D16A417; Wed, 19 Sep 2007 08:50:56 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3354413C461; Wed, 19 Sep 2007 08:50:56 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8oudw002559; Wed, 19 Sep 2007 08:50:56 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8ouVm002558; Wed, 19 Sep 2007 08:50:56 GMT (envelope-from gnn) Message-Id: <200709190850.l8J8ouVm002558@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Wed, 19 Sep 2007 08:50: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/tools/tools/crypto ipsecstats.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, 19 Sep 2007 08:50:56 -0000 gnn 2007-09-19 08:50:55 UTC FreeBSD src repository Modified files: tools/tools/crypto ipsecstats.c Log: Update structure name to follow the new IPsec code. Reported by: phk Approved by: re Revision Changes Path 1.2 +1 -1 src/tools/tools/crypto/ipsecstats.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 09:05:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284DF16A419; Wed, 19 Sep 2007 09:05:05 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id BE0D513C4B0; Wed, 19 Sep 2007 09:05:04 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 350FF1CC09C; Wed, 19 Sep 2007 11:05:03 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 248D21701B; Wed, 19 Sep 2007 11:05:02 +0200 (CEST) Date: Wed, 19 Sep 2007 11:05:01 +0200 From: Henrik Brix Andersen To: Kevin Lo Message-ID: <20070919090501.GA2479@tirith.brixandersen.dk> Mail-Followup-To: Kevin Lo , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200709190204.l8J24llM050769@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <200709190204.l8J24llM050769@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.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, 19 Sep 2007 09:05:05 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > kevlo 2007-09-19 02:04:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > bin/getfacl getfacl.c=20 > Log: > Use owner name and owning group name instead of uid and gid > for displaying the three-line comment header by default. > =20 > Reviewed by: kientzle > Approved by: re (bmah) Isn't this a POLA violation? At least I think it should be mentioned in UPDATING as people might (I know I do) have scripts, that actually parse the uid/gid fields in the header. Regards, Brix --=20 Henrik Brix Andersen --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFG8OY8v+Q4flTiePgRAsS5AJwIDe9qAUTBTz4LZ8XhkIgPg2vvpACfSFEp YKFz5udn8+EZHmbjZDu5N1E= =bBdI -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-cvs-src@FreeBSD.ORG Wed Sep 19 10:30:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB1AC16A46B; Wed, 19 Sep 2007 10:30:47 +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 65E0513C494; Wed, 19 Sep 2007 10:30:47 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) (authenticated bits=0) by ns.kevlo.org (8.14.1/8.14.1) with ESMTP id l4JA1Tnm003293; Sat, 19 May 2007 18:01:31 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: Henrik Brix Andersen In-Reply-To: <20070919090501.GA2479@tirith.brixandersen.dk> References: <200709190204.l8J24llM050769@repoman.freebsd.org> <20070919090501.GA2479@tirith.brixandersen.dk> Content-Type: text/plain Date: Wed, 19 Sep 2007 17:59:46 +0800 Message-Id: <1190195987.5984.30.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, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.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, 19 Sep 2007 10:30:48 -0000 Henrik Brix Andersen wrote: > On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > > kevlo 2007-09-19 02:04:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > bin/getfacl getfacl.c > > Log: > > Use owner name and owning group name instead of uid and gid > > for displaying the three-line comment header by default. > > > > Reviewed by: kientzle > > Approved by: re (bmah) > > Isn't this a POLA violation? At least I think it should be mentioned > in UPDATING as people might (I know I do) have scripts, that actually > parse the uid/gid fields in the header. In both Linux and Solaris, getfacl resolves names by default as well. If you think it should be mentioned in UPDATING, I'll update it, thanks. > Regards, > Brix Kevin From owner-cvs-src@FreeBSD.ORG Wed Sep 19 12:17:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32EA916A418; Wed, 19 Sep 2007 12:17:40 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6B713C467; Wed, 19 Sep 2007 12:17:40 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JCHd33019364; Wed, 19 Sep 2007 12:17:39 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCHdNK019363; Wed, 19 Sep 2007 12:17:39 GMT (envelope-from thomas) Message-Id: <200709191217.l8JCHdNK019363@repoman.freebsd.org> From: Thomas Quinot Date: Wed, 19 Sep 2007 12:17: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/gnu/usr.bin/binutils/ld genscripts.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 12:17:40 -0000 thomas 2007-09-19 12:17:39 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld genscripts.sh Log: In the case of a native build, set NATIVE to yes so that the code circuits that need to be activated specifically for the case of a native linker actually are enabled. Specifically, this makes ld(1) look for shared libraries in LD_LIBRARY_PATH in the native case, as documented in the man page. PR: gnu/96481 Approved by: re (kensmith) MFC after: 2 weeks Revision Changes Path 1.8 +4 -1 src/gnu/usr.bin/binutils/ld/genscripts.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 19 13:05:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5847516A417; Wed, 19 Sep 2007 13:05:59 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37F3F13C45E; Wed, 19 Sep 2007 13:05:59 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JD5w8A033330; Wed, 19 Sep 2007 13:05:58 GMT (envelope-from sepotvin@repoman.freebsd.org) Received: (from sepotvin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JD5wja033329; Wed, 19 Sep 2007 13:05:58 GMT (envelope-from sepotvin) Message-Id: <200709191305.l8JD5wja033329@repoman.freebsd.org> From: "Stephane E. Potvin" Date: Wed, 19 Sep 2007 13:05: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/pci pcireg.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, 19 Sep 2007 13:05:59 -0000 sepotvin 2007-09-19 13:05:58 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines. - Add the definitions for D3PME_COLD and D3PME_HOT capabilities. Reviewed by: njl (mentor), imp Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.64 +5 -3 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Wed Sep 19 14:19:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6835016A41B; Wed, 19 Sep 2007 14:19:33 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 631B813C4DA; Wed, 19 Sep 2007 14:19:33 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JEJXq7040411; Wed, 19 Sep 2007 14:19:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JEJXxD040410; Wed, 19 Sep 2007 14:19:33 GMT (envelope-from obrien) Message-Id: <200709191419.l8JEJXxD040410@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 Sep 2007 14:19: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/gnu/usr.bin/binutils/ld genscripts.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 14:19:33 -0000 obrien 2007-09-19 14:19:33 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld genscripts.sh Log: Reduce diff to vendor for maintance purposes. Approved by: re(ken) Revision Changes Path 1.9 +6 -5 src/gnu/usr.bin/binutils/ld/genscripts.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 19 14:21:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C99316A47B; Wed, 19 Sep 2007 14:21:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6687A13C48A; Wed, 19 Sep 2007 14:21:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JELJO6040653; Wed, 19 Sep 2007 14:21:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JELJdq040652; Wed, 19 Sep 2007 14:21:19 GMT (envelope-from obrien) Message-Id: <200709191421.l8JELJdq040652@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 Sep 2007 14:21: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/gnu/usr.bin/texinfo/info Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 14:21:19 -0000 obrien 2007-09-19 14:21:18 UTC FreeBSD src repository Modified files: gnu/usr.bin/texinfo/info Makefile Log: Catch up with the demise of /usr/X11R6 Approved by: re(ken) Revision Changes Path 1.14 +1 -1 src/gnu/usr.bin/texinfo/info/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 19 15:30:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 895BE16A417; Wed, 19 Sep 2007 15:30:26 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38E5F13C428; Wed, 19 Sep 2007 15:30:26 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JFUQ4Q046053; Wed, 19 Sep 2007 15:30:26 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JFUPgX046052; Wed, 19 Sep 2007 15:30:25 GMT (envelope-from cognet) Message-Id: <200709191530.l8JFUPgX046052@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 19 Sep 2007 15:30: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/arm/arm 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: Wed, 19 Sep 2007 15:30:26 -0000 cognet 2007-09-19 15:30:25 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Remove dead code. Approved by: re (blanket) Beer from: jadawin Revision Changes Path 1.85 +0 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 16:21:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CDB216A468; Wed, 19 Sep 2007 16:21:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2706C13C46C; Wed, 19 Sep 2007 16:21:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JGLZbN050318; Wed, 19 Sep 2007 16:21:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGLYvd050317; Wed, 19 Sep 2007 16:21:34 GMT (envelope-from jhb) Message-Id: <200709191621.l8JGLYvd050317@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Sep 2007 16:21: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/usb ehci_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, 19 Sep 2007 16:21:35 -0000 jhb 2007-09-19 16:21:34 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c Log: - Only assume that a PCI device on the same slot is a "neighbor" USB controller if it's sole child device has the "usb" device class. Previously ehci(4) would think that PCI-ISA bridges on the same slot (such as in some Intel ICHs) were "neighbors" resulting in spurious warnings about neighbor count mismatches. - Fix a memory leak when looking for neighbors. MFC after: 1 week Approved by: re (kensmith) Tested by: phk Revision Changes Path 1.28 +13 -2 src/sys/dev/usb/ehci_pci.c From owner-cvs-src@FreeBSD.ORG Wed Sep 19 16:28:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F220A16A41A; Wed, 19 Sep 2007 16:28:46 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC02113C4B0; Wed, 19 Sep 2007 16:28:46 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JGSkhM050711; Wed, 19 Sep 2007 16:28:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGSkbg050710; Wed, 19 Sep 2007 16:28:46 GMT (envelope-from brueffer) Message-Id: <200709191628.l8JGSkbg050710@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 19 Sep 2007 16:28: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/share/man/man9 crypto.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, 19 Sep 2007 16:28:47 -0000 brueffer 2007-09-19 16:28:46 UTC FreeBSD src repository Modified files: share/man/man9 crypto.9 Log: Update the table of supported algorithms: - Group hash functions together and sort - Add CRYPTO_CAMELLIA_CBC (1) PR: 116471 Submitted by: Philip Schulz (1) Approved by: re (blanket) Revision Changes Path 1.14 +10 -9 src/share/man/man9/crypto.9 From owner-cvs-src@FreeBSD.ORG Wed Sep 19 16:37:45 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA31016A418; Wed, 19 Sep 2007 16:37:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6B6613C46A; Wed, 19 Sep 2007 16:37:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JGbjtm051330; Wed, 19 Sep 2007 16:37:45 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGbjKD051329; Wed, 19 Sep 2007 16:37:45 GMT (envelope-from kientzle) Message-Id: <200709191637.l8JGbjKD051329@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 19 Sep 2007 16:37: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/lib/libarchive archive_read.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: Wed, 19 Sep 2007 16:37:46 -0000 kientzle 2007-09-19 16:37:45 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.3 Log: Fill in a missing 'e' Thanks to: Kai Wang, for pointing this out Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.35 +1 -1 src/lib/libarchive/archive_read.3 From owner-cvs-src@FreeBSD.ORG Wed Sep 19 18:12:45 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BE0516A418; Wed, 19 Sep 2007 18:12:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C24213C480; Wed, 19 Sep 2007 18:12:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JICj3I068879; Wed, 19 Sep 2007 18:12:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JICjv8068878; Wed, 19 Sep 2007 18:12:45 GMT (envelope-from imp) Message-Id: <200709191812.l8JICjv8068878@repoman.freebsd.org> From: Warner Losh Date: Wed, 19 Sep 2007 18:12: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/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, 19 Sep 2007 18:12:45 -0000 imp 2007-09-19 18:12:44 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add mmc and mmcsd, and correct a couple of comments. They are commented out until I can re-test them on all our architectures. I had re@ approval to commit this a long time ago, but that's before we were this close to the branch. Approved by: re@ Revision Changes Path 1.1451 +11 -3 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Sep 19 22:04:00 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC4E16A419 for ; Wed, 19 Sep 2007 22:04:00 +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 6AB1213C47E for ; Wed, 19 Sep 2007 22:04:00 +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 D162246B04; Wed, 19 Sep 2007 18:03:59 -0400 (EDT) Date: Wed, 19 Sep 2007 23:03:59 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Abdullah Ibn Hamad Al-Marri In-Reply-To: <499c70c0709191459s6911fcf7h4a5d8ccfac881f48@mail.gmail.com> Message-ID: <20070919230135.X3186@fledge.watson.org> References: <499c70c0709191459s6911fcf7h4a5d8ccfac881f48@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.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, 19 Sep 2007 22:04:00 -0000 On Thu, 20 Sep 2007, Abdullah Ibn Hamad Al-Marri wrote: > Hello Robert, > > I still get these messages. > > TCP: []:65461 to []:3306 tcpflags 0x10; syncache_expand: Segment failed > SYNCOOKIE authentication, segment rejected (probably spoofed) > > This is phpmyadmin connects to remote MySQL Server 5.0 We should disable this TCP logging by default, and turn it on only when actually debugging a visible issue, as many of the log messages reflect perfectly legitimate (or at least common) network conditions. You can and should ignore them for now. We should ask people to disable this debugging only when they have symptoms of specific problems, because the rest of the time they cause bug reports for things that aren't bugs :-). I find the following quite useful in sysctl.conf on all my world-facing 7.x servers because it gets rid of the noise: net.inet.tcp.log_debug=0 Otherwise I get a near-continuous stream of garbage in syslog or the console. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Sep 19 22:16:26 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE39616A418 for ; Wed, 19 Sep 2007 22:16:26 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4697313C4A5 for ; Wed, 19 Sep 2007 22:16:25 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so283781nfb for ; Wed, 19 Sep 2007 15:16:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=pch/u9U51XljMDxi8yGyY4EklLNQ9ln3m/wahBTe6SQ=; b=AP2Xykx7/1L4CPCnzBs6FC83dpxpZjoQJKbzEzKHQagWmDoJUOS1CbCauqQeoNzeZ3SpYo57PpqlEq15fpFkLKLycpcUg60rDnIym6F3JQrUsnpYC5BKfGirmIkUdh8VcRWmE3tk6yHJ4V8pW2CjWb216bzATXye5fpo1TOPQ4M= 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=AZkAhQoWo2RbBqLaQvHKBuH1TsLb6NzyGo8tW2r1dhCgFIXXESdg7HHPAkDNPP594Lfk8bOBhZUvqZJx1KuwpmA9Ir1G5jxB6jiBNWTsUbN44x3sUU1IIyIOpTAPrSFdP5c/Uv2OfJX04JhZJaB3Pp2h3iaxhS+9dV7HA31opTE= Received: by 10.86.93.17 with SMTP id q17mr844962fgb.1190240184747; Wed, 19 Sep 2007 15:16:24 -0700 (PDT) Received: by 10.86.2.1 with HTTP; Wed, 19 Sep 2007 15:16:24 -0700 (PDT) Message-ID: <499c70c0709191516y37150a2buec443c59fcf4307b@mail.gmail.com> Date: Thu, 20 Sep 2007 01:16:24 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Robert Watson" In-Reply-To: <20070919230135.X3186@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <499c70c0709191459s6911fcf7h4a5d8ccfac881f48@mail.gmail.com> <20070919230135.X3186@fledge.watson.org> Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.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, 19 Sep 2007 22:16:26 -0000 On 9/20/07, Robert Watson wrote: > On Thu, 20 Sep 2007, Abdullah Ibn Hamad Al-Marri wrote: > > > Hello Robert, > > > > I still get these messages. > > > > TCP: []:65461 to []:3306 tcpflags 0x10; syncache_expand: Segment failed > > SYNCOOKIE authentication, segment rejected (probably spoofed) > > > > This is phpmyadmin connects to remote MySQL Server 5.0 > > We should disable this TCP logging by default, and turn it on only when > actually debugging a visible issue, as many of the log messages reflect > perfectly legitimate (or at least common) network conditions. You can and > should ignore them for now. We should ask people to disable this debugging > only when they have symptoms of specific problems, because the rest of the > time they cause bug reports for things that aren't bugs :-). I find the > following quite useful in sysctl.conf on all my world-facing 7.x servers > because it gets rid of the noise: > > net.inet.tcp.log_debug=0 > > Otherwise I get a near-continuous stream of garbage in syslog or the console. > > Robert N M Watson > Computer Laboratory > University of Cambridge Robert, Thank you I disabled it in my 2 servers now ;) -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-cvs-src@FreeBSD.ORG Wed Sep 19 22:24:20 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFC3016A468 for ; Wed, 19 Sep 2007 22:24:20 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 5748A13C474 for ; Wed, 19 Sep 2007 22:24:20 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so285212nfb for ; Wed, 19 Sep 2007 15:24:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=oeXJaQmlghRCXdY8V5h4tPrOqVuTO/moxYx8su1HDmk=; b=deAdiAmizsbWry641k/PhpdtzE1TbQq7fo+oBVvJiCDsVeRxHlGJFscLQqq6B/N3lcVrRcd/9ZKQosGAzT7AfEOKM5WGsk2GpBLDxM47BrFZMtC3iyXtmPcxWX2LTusi7QrLo80Mew3V6mhLD4e7jqUfoTuqHlzPzHY+qn3xfmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=LwTMAeKqzf+2cdZeQUDMuGjzS4A2JHWw9F2EZdpAYJxph3V9qWNmwjsurQzngRi/eX5MNks5POTnk4AqxMKJYlBtIE1cq+9kBGoWJRtyIH/uMcYJoVBvT62L/oApFKu9coJtKaapqL414rn+v+MC6pP/bXU74q1ZDBvfzH5z8Ds= Received: by 10.86.72.15 with SMTP id u15mr828889fga.1190239193039; Wed, 19 Sep 2007 14:59:53 -0700 (PDT) Received: by 10.86.2.1 with HTTP; Wed, 19 Sep 2007 14:59:53 -0700 (PDT) Message-ID: <499c70c0709191459s6911fcf7h4a5d8ccfac881f48@mail.gmail.com> Date: Thu, 20 Sep 2007 00:59:53 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: rwatson@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.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, 19 Sep 2007 22:24:20 -0000 On Sep 7, 12:24 pm, rwat...@FreeBSD.org (Robert Watson) wrote: > rwatson 2007-09-07 09:19:23 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h > tcp_usrreq.c tcp_var.h > Log: > Back out tcp_timer.c:1.93 and associated changes that reimplemented the many > TCP timers as a single timer, but retain the API changes necessary to > reintroduce this change. This will back out the source of at least two > reported problems: lock leaks in certain timer edge cases, and TCP timers > continuing to fire after a connection has closed (a bug previously fixed and > then reintroduced with the timer rewrite). > > In a follow-up commit, some minor restylings and comment changes performed > after the TCP timer rewrite will be reapplied, and a further change to allow > the TCP timer rewrite to be added back without disturbing the ABI. The new > design is believed to be a good thing, but the outstanding issues are > leading to significant stability/correctness problems that are holding > up 7.0. > > This patch was generated by silby, but is being committed by proxy due to > poor network connectivity for silby this week. > > Approved by: re (kensmith) > Submitted by: silby > Tested by: rwatson, kris > Problems reported by: peter, kris, others > > Revision Changes Path > 1.297 +12 -12 src/sys/netinet/tcp_subr.c > 1.96 +242 -306 src/sys/netinet/tcp_timer.c > 1.38 +5 -10 src/sys/netinet/tcp_timer.h > 1.161 +4 -7 src/sys/netinet/tcp_usrreq.c > 1.156 +5 -1 src/sys/netinet/tcp_var.h Hello Robert, I still get these messages. TCP: []:65461 to []:3306 tcpflags 0x10; syncache_expand: Segment failed SYNCOOKIE authentication, segment rejected (probably spoofed) This is phpmyadmin connects to remote MySQL Server 5.0 -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-cvs-src@FreeBSD.ORG Wed Sep 19 23:30:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4230016A41A; Wed, 19 Sep 2007 23:30:40 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D1C613C442; Wed, 19 Sep 2007 23:30:40 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JNUd76032944; Wed, 19 Sep 2007 23:30:40 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JNUdvm032943; Wed, 19 Sep 2007 23:30:39 GMT (envelope-from rodrigc) Message-Id: <200709192330.l8JNUdvm032943@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 19 Sep 2007 23:30: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: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2007 23:30:40 -0000 rodrigc 2007-09-19 23:30:39 UTC FreeBSD src repository Modified files: . access Log: Forced commit to announce that daichi is free from mentorship. daichi will work on improving unionfs. Approved by: core Revision Changes Path 1.834 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Sep 20 04:06:10 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A22916A421; Thu, 20 Sep 2007 04:06:10 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDD913C48A; Thu, 20 Sep 2007 04:06:10 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K4692Z066699; Thu, 20 Sep 2007 04:06:09 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K45xmp066692; Thu, 20 Sep 2007 04:05:59 GMT (envelope-from simokawa) Message-Id: <200709200405.l8K45xmp066692@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 20 Sep 2007 04:05: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/dev/syscons syscons.c syscons.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, 20 Sep 2007 04:06:10 -0000 simokawa 2007-09-20 04:05:59 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c syscons.h Log: Serialize output routine of terminal emulator (te_puts()) by a lock. - The output routine of low level console is not protected by any lock by default. - Increment and decrement of sc->write_in_progress are not atomic and this may cause console hang. - We also have many other states used by emulator that should be protected by the lock. - This change does not fix interspersed messages which PRINTF_BUFR_SIZE kernel option should fix. Approved by: re (bmah) MFC after: 1 week Revision Changes Path 1.453 +13 -1 src/sys/dev/syscons/syscons.c 1.88 +1 -0 src/sys/dev/syscons/syscons.h From owner-cvs-src@FreeBSD.ORG Thu Sep 20 06:33:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52BB16A41B; Thu, 20 Sep 2007 06:33:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C42AB13C468; Thu, 20 Sep 2007 06:33:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K6XQ4V089098; Thu, 20 Sep 2007 06:33:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K6XQYt089096; Thu, 20 Sep 2007 06:33:26 GMT (envelope-from netchild) Message-Id: <200709200633.l8K6XQYt089096@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 20 Sep 2007 06:33:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/alpha/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, 20 Sep 2007 06:33:27 -0000 netchild 2007-09-20 06:33:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules Makefile sys/alpha/conf NOTES Log: Disable the module building of the linux bits on alpha and remove them from the corresponding NOTES. [1] There's no corresponding linux_base in the Ports Collection since years, and no linux distribution which is up-to-date and suitable (security, widespread, ...) for us. The only complain regarding linux & alpha we got so far is that the linuxulator doesn't build anymore. This complaint came from wilko -- the alhpa-part of re@ -- only. As the alpha platform is dead (no support from the manufacturer / linux distributions) and deprecated (removed in -current) it was decided to disable the linux bits from the build instead of trying to fix the problems on alpha. The alpha parts in the source are not removed so far, in case there are 1-2 people which actually still make use of this and are interested to use the linuxulator (and fix the problems). Additionally this prevents regressions on i386/amd64 when removing the alpha bits in shared code (the people which care about those code parts don't have enough time ATM to do extensive testing). This decission may be revisited at a later point in time. Discussed with: wilko [1] Revision Changes Path 1.156.2.1 +0 -7 src/sys/alpha/conf/NOTES 1.450.2.33 +0 -3 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:21:41 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED62A16A475; Thu, 20 Sep 2007 21:21:41 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC7213C673; Thu, 20 Sep 2007 21:21:01 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KKcix1086740; Thu, 20 Sep 2007 20:38:44 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KKcix2086739; Thu, 20 Sep 2007 20:38:44 GMT (envelope-from attilio) Message-Id: <200709202038.l8KKcix2086739@repoman.freebsd.org> From: Attilio Rao Date: Thu, 20 Sep 2007 20:38: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/amd64/include smp.h src/sys/i386/include smp.h src/sys/kern kern_switch.c kern_thread.c subr_witness.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, 20 Sep 2007 21:21:42 -0000 attilio 2007-09-20 20:38:44 UTC FreeBSD src repository Modified files: sys/amd64/include smp.h sys/i386/include smp.h sys/kern kern_switch.c kern_thread.c subr_witness.c Log: Fix some entries in the locks static table of witness. In particular: - smp_tlb_mtx is no longer used, so it is axed. - smp rendezvous lock isn't really a leaf spin-mutex. Its bad placement in the table, however, has been the source of a false positive LOR reporting with the dt_lock. However, smp rendezvous lock would have had sched_lock there for older lock, so it wasn't still a leaf lock. - allpmaps is only used in ia32 architecture, so it is inserted in the appropriate stub. Addictionally: - kse_zombie_lock is no longer present, so its definition is axed out. - zombie_lock doesn't need to have an exported symbol, so just let's it be declared as static. Tested by: kris Approved by: jeff (mentor) Approved by: re Revision Changes Path 1.91 +0 -1 src/sys/amd64/include/smp.h 1.90 +0 -1 src/sys/i386/include/smp.h 1.136 +0 -1 src/sys/kern/kern_switch.c 1.254 +1 -1 src/sys/kern/kern_thread.c 1.236 +8 -9 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:23:06 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF5116A540; Thu, 20 Sep 2007 21:23:06 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 334DD13C53B; Thu, 20 Sep 2007 21:23:06 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KDkQSK044249; Thu, 20 Sep 2007 13:46:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDkQoa044248; Thu, 20 Sep 2007 13:46:26 GMT (envelope-from kib) Message-Id: <200709201346.l8KDkQoa044248@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 20 Sep 2007 13:46: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/i386/linux linux_sysvec.c src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:06 -0000 kib 2007-09-20 13:46:26 UTC FreeBSD src repository Modified files: sys/i386/linux linux_sysvec.c sys/amd64/linux32 linux32_sysvec.c Log: Fill in cr2 in the signal context from ksi->ksi_addr. Together with the sys/i386/i386/trap.c rev. 1.306 it fixes the PR. Submitted by: rdivacky Suggested by: jhb Sponsored by: Google Summer of Code 2007 PR: kern/77710 Approved by: re (kensmith) Revision Changes Path 1.31 +2 -0 src/sys/amd64/linux32/linux32_sysvec.c 1.150 +2 -0 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F33E316A5BD; Thu, 20 Sep 2007 21:23:11 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9429F13C45A; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KAnBSL020769; Thu, 20 Sep 2007 10:49:11 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KAnBIc020768; Thu, 20 Sep 2007 10:49:11 GMT (envelope-from gabor) Message-Id: <200709201049.l8KAnBIc020768@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 20 Sep 2007 10:49: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/libc/net sctp_recvmsg.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, 20 Sep 2007 21:23:12 -0000 gabor 2007-09-20 10:49:10 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libc/net sctp_recvmsg.3 Log: - Fix description to say "receive" instead of "send" PR: docs/115466 Submitted by: Bruce Cran Approved by: re (bmah) Revision Changes Path 1.4 +2 -2 src/lib/libc/net/sctp_recvmsg.3 From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A65316A5C8; Thu, 20 Sep 2007 21:23:12 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC37F13C53C; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KAq9nl021077; Thu, 20 Sep 2007 10:52:09 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KAq91b021076; Thu, 20 Sep 2007 10:52:09 GMT (envelope-from gabor) Message-Id: <200709201052.l8KAq91b021076@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 20 Sep 2007 10:52: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/man9 DECLARE_GEOM_CLASS.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: Thu, 20 Sep 2007 21:23:12 -0000 gabor 2007-09-20 10:52:09 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man9 DECLARE_GEOM_CLASS.9 Log: - Fix a declaration example PR: docs/115632 Submitted by: Romain Tartiere Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.5 +2 -2 src/share/man/man9/DECLARE_GEOM_CLASS.9 From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CE5616A5CF; Thu, 20 Sep 2007 21:23:12 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38E0E13C553; Thu, 20 Sep 2007 21:23:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KAkQIj020692; Thu, 20 Sep 2007 10:46:26 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KAkQ7C020691; Thu, 20 Sep 2007 10:46:26 GMT (envelope-from gabor) Message-Id: <200709201046.l8KAkQ7C020691@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 20 Sep 2007 10:46: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/sbin/dhclient dhclient.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, 20 Sep 2007 21:23:12 -0000 gabor 2007-09-20 10:46:26 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/dhclient dhclient.8 Log: - Remove references to unexisting man pages PR: docs/116099 Submitted by: Ben Kaduk Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.9 +2 -5 src/sbin/dhclient/dhclient.8 From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:37:29 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF7116A419; Thu, 20 Sep 2007 21:37:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D27B013C45D; Thu, 20 Sep 2007 21:37:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KLbTQZ001044; Thu, 20 Sep 2007 21:37:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KLbTDJ001043; Thu, 20 Sep 2007 21:37:29 GMT (envelope-from edwin) Message-Id: <200709202137.l8KLbTDJ001043@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 20 Sep 2007 21:37: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/gnu/usr.bin/man/man man.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, 20 Sep 2007 21:37:30 -0000 edwin 2007-09-20 21:37:29 UTC FreeBSD src repository Modified files: gnu/usr.bin/man/man man.c Log: man(1) can't handle compressed included files. Some ports will install with compressed manpages. man handles this by looking for the .gz version of a man source file. It is also common to include other files with the .so directive where commands or functions share a man page. Traditionally ports have had to handle this by either not compressing the manpages, or using the _MLINKS macro in the port makefile to create symlinks to the actual source file, rather than using .so versions. Notably, the current version of Xorg port breaks. See ports/113096 and ports/115845. PR: bin/115850 Submitted by: Callum Gibson Approved by: re@ (ken smith), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.64 +15 -0 src/gnu/usr.bin/man/man/man.c From owner-cvs-src@FreeBSD.ORG Thu Sep 20 21:46:04 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0C1016A46B; Thu, 20 Sep 2007 21:46:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD4A313C480; Thu, 20 Sep 2007 21:46:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KLk43f001554; Thu, 20 Sep 2007 21:46:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KLk4UQ001553; Thu, 20 Sep 2007 21:46:04 GMT (envelope-from edwin) Message-Id: <200709202146.l8KLk4UQ001553@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 20 Sep 2007 21:46:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.dutch X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2007 21:46:05 -0000 edwin 2007-09-20 21:46:04 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.dutch Log: More dates: Sint Maarten, Dierendag, Trinitatis Fix spelling: Carnaval Add more of the Royal Family. Approved by: re@ (Ken Smith), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.3 +30 -14 src/usr.bin/calendar/calendars/calendar.dutch From owner-cvs-src@FreeBSD.ORG Thu Sep 20 22:35:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F20B616A41A; Thu, 20 Sep 2007 22:35:24 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E651813C469; Thu, 20 Sep 2007 22:35:24 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KMZOk4005595; Thu, 20 Sep 2007 22:35:24 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KMZOAQ005594; Thu, 20 Sep 2007 22:35:24 GMT (envelope-from matteo) Message-Id: <200709202235.l8KMZOAQ005594@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 20 Sep 2007 22:35:24 +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/rpc auth_time.c getnetconfig.c getnetpath.c rpc_generic.c rpcb_clnt.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, 20 Sep 2007 22:35:25 -0000 matteo 2007-09-20 22:35:24 UTC FreeBSD src repository Modified files: lib/libc/rpc auth_time.c getnetconfig.c getnetpath.c rpc_generic.c rpcb_clnt.c Log: Fix some improper handling of malloc failures PR: bin/83344 , kern/81987 Reviewed by: alfred Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.12 +18 -9 src/lib/libc/rpc/auth_time.c 1.14 +10 -5 src/lib/libc/rpc/getnetconfig.c 1.8 +8 -5 src/lib/libc/rpc/getnetpath.c 1.14 +8 -7 src/lib/libc/rpc/rpc_generic.c 1.17 +9 -4 src/lib/libc/rpc/rpcb_clnt.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 01:26:01 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724C916A419; Fri, 21 Sep 2007 01:26:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51CDC13C467; Fri, 21 Sep 2007 01:26:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L1Q1lK030510; Fri, 21 Sep 2007 01:26:01 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L1Q1Nc030509; Fri, 21 Sep 2007 01:26:01 GMT (envelope-from brooks) Message-Id: <200709210126.l8L1Q1Nc030509@repoman.freebsd.org> From: Brooks Davis Date: Fri, 21 Sep 2007 01:26: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/etc services X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 01:26:01 -0000 brooks 2007-09-21 01:26:01 UTC FreeBSD src repository Modified files: etc services Log: Use the udp protocol in favor of the nonexistant upd protocol in the sge_execd entry. Reported by: emaste Pointy hat to: brooks Approved by: re (kensmith) Revision Changes Path 1.113 +1 -1 src/etc/services From owner-cvs-src@FreeBSD.ORG Fri Sep 21 01:55:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C36F16A41B; Fri, 21 Sep 2007 01:55:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B0E013C469; Fri, 21 Sep 2007 01:55:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L1tC8u032252; Fri, 21 Sep 2007 01:55:12 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L1tCl6032251; Fri, 21 Sep 2007 01:55:12 GMT (envelope-from kevlo) Message-Id: <200709210155.l8L1tCl6032251@repoman.freebsd.org> From: Kevin Lo Date: Fri, 21 Sep 2007 01:55: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/usr.bin/at at.c src/usr.bin/login login_fbtab.c src/usr.bin/m4 gnum4.c src/usr.bin/mklocale yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 01:55:12 -0000 kevlo 2007-09-21 01:55:11 UTC FreeBSD src repository Modified files: usr.bin/at at.c usr.bin/login login_fbtab.c usr.bin/m4 gnum4.c usr.bin/mklocale yacc.y Log: Use NULL instead of 0 for the return value of fopen(). Approved by: re (kensmith) Revision Changes Path 1.30 +2 -2 src/usr.bin/at/at.c 1.18 +2 -2 src/usr.bin/login/login_fbtab.c 1.10 +1 -1 src/usr.bin/m4/gnum4.c 1.27 +1 -1 src/usr.bin/mklocale/yacc.y From owner-cvs-src@FreeBSD.ORG Fri Sep 21 02:10:14 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EEC916A419; Fri, 21 Sep 2007 02:10:14 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA2F13C467; Fri, 21 Sep 2007 02:10:14 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L2AEho034223; Fri, 21 Sep 2007 02:10:14 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L2AEki034222; Fri, 21 Sep 2007 02:10:14 GMT (envelope-from kevlo) Message-Id: <200709210210.l8L2AEki034222@repoman.freebsd.org> From: Kevin Lo Date: Fri, 21 Sep 2007 02:10: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/pci agp_via.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, 21 Sep 2007 02:10:14 -0000 kevlo 2007-09-21 02:10:14 UTC FreeBSD src repository Modified files: sys/pci agp_via.c Log: - Add the device ID for the VIA VT3324 (CX700) chipset. - Set and Get aperture size correctly for VIA's AGP3 chipsets. Approved by: re (kensmith) Revision Changes Path 1.24 +83 -21 src/sys/pci/agp_via.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 04:04:22 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C200616A419; Fri, 21 Sep 2007 04:04:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A385313C480; Fri, 21 Sep 2007 04:04:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L44MaM043601; Fri, 21 Sep 2007 04:04:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L44M2i043600; Fri, 21 Sep 2007 04:04:22 GMT (envelope-from jeff) Message-Id: <200709210404.l8L44M2i043600@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 04:04:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_thread.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, 21 Sep 2007 04:04:22 -0000 jeff 2007-09-21 04:04:22 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - Call sched_sleep() before we suspend threads. sched_wakeup() is already called via setrunnable(). This allows time slept while suspended to be accounted for swap. Approved by: re Revision Changes Path 1.255 +2 -0 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 04:10:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 112C516A418; Fri, 21 Sep 2007 04:10:24 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0955C13C43E; Fri, 21 Sep 2007 04:10:24 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4ANOp044031; Fri, 21 Sep 2007 04:10:23 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4ANB5044030; Fri, 21 Sep 2007 04:10:23 GMT (envelope-from jeff) Message-Id: <200709210410.l8L4ANB5044030@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 04:10: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/kern kern_fork.c kern_proc.c sched_4bsd.c sched_ule.c src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 04:10:24 -0000 jeff 2007-09-21 04:10:23 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c kern_proc.c sched_ule.c sched_4bsd.c sys/sys proc.h Log: - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This changes the units from seconds to the value of 'ticks' when swapped in/out. ULE does not have a periodic timer that scans all threads in the system and as such maintaining a per-second counter is difficult. - Change computations requiring the unit in seconds to subtract ticks and divide by hz. This does make the wraparound condition hz times more frequent but this is still in the range of several months to years and the adverse effects are minimal. Approved by: re Revision Changes Path 1.282 +1 -0 src/sys/kern/kern_fork.c 1.252 +3 -2 src/sys/kern/kern_proc.c 1.105 +20 -17 src/sys/kern/sched_4bsd.c 1.207 +5 -7 src/sys/kern/sched_ule.c 1.491 +2 -2 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Fri Sep 21 04:11:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F0AB16A419; Fri, 21 Sep 2007 04:11:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5075D13C45D; Fri, 21 Sep 2007 04:11:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4BYmC044260; Fri, 21 Sep 2007 04:11:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4BYjx044259; Fri, 21 Sep 2007 04:11:34 GMT (envelope-from jeff) Message-Id: <200709210411.l8L4BYjx044259@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 04:11: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/lib/libkvm kvm_proc.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, 21 Sep 2007 04:11:34 -0000 jeff 2007-09-21 04:11:34 UTC FreeBSD src repository Modified files: lib/libkvm kvm_proc.c Log: - When using kvm use the new conversion method to derive swtime. Approved by: re Revision Changes Path 1.94 +16 -3 src/lib/libkvm/kvm_proc.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 04:19:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F6816A419; Fri, 21 Sep 2007 04:19:34 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5614E13C447; Fri, 21 Sep 2007 04:19:34 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4JY9q044579; Fri, 21 Sep 2007 04:19:34 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4JYqx044578; Fri, 21 Sep 2007 04:19:34 GMT (envelope-from rrs) Message-Id: <200709210419.l8L4JYqx044578@repoman.freebsd.org> From: Randall Stewart Date: Fri, 21 Sep 2007 04:19: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/netinet sctp_constants.h sctp_pcb.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: Fri, 21 Sep 2007 04:19:34 -0000 rrs 2007-09-21 04:19:34 UTC FreeBSD src repository Modified files: sys/netinet sctp_constants.h sctp_pcb.c sctputil.c Log: - fix (global) address handling in the presence of duplicates, the last interface should own the address, but the current code fumbles the handoff. This fixes that. - move address related debugs to PCB4 and add additional ones to help in debugging address problems. Approved by: re@freebsd.org (K Smith) Revision Changes Path 1.31 +1 -1 src/sys/netinet/sctp_constants.h 1.60 +130 -80 src/sys/netinet/sctp_pcb.c 1.63 +6 -2 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 04:52:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78A2116A419; Fri, 21 Sep 2007 04:52:43 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 716CE13C447; Fri, 21 Sep 2007 04:52:43 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4qhR1055400; Fri, 21 Sep 2007 04:52:43 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4qhQ5055399; Fri, 21 Sep 2007 04:52:43 GMT (envelope-from kientzle) Message-Id: <200709210452.l8L4qhQ5055399@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 21 Sep 2007 04:52: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/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_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: Fri, 21 Sep 2007 04:52:43 -0000 kientzle 2007-09-21 04:52:43 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Fix the archive_write_data() function so it always returns number of bytes written, even when used to write files to disk. Extend the test suite to verify the correct return values for archive_write_data() and archive_write_data_block(). Thanks to: Bruce Mah, for stepping in promptly to back out the earlier broken version of this fix Thanks to: Colin Percival, for pointing out the correct fix MFC after: 5 days Approved by: re (ksmith) Pointy hat: \me Revision Changes Path 1.17 +10 -3 src/lib/libarchive/archive_write_disk.c 1.6 +76 -1 src/lib/libarchive/test/test_write_disk.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 05:07:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D136316A418; Fri, 21 Sep 2007 05:07:07 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB44F13C459; Fri, 21 Sep 2007 05:07:07 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L577GY057324; Fri, 21 Sep 2007 05:07:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L577ps057323; Fri, 21 Sep 2007 05:07:07 GMT (envelope-from jeff) Message-Id: <200709210507.l8L577ps057323@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 05:07: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/vm vm_glue.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, 21 Sep 2007 05:07:08 -0000 jeff 2007-09-21 05:07:07 UTC FreeBSD src repository Modified files: sys/vm vm_glue.c Log: - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This changes the units from seconds to the value of 'ticks' when swapped in/out. ULE does not have a periodic timer that scans all threads in the system and as such maintaining a per-second counter is difficult. - Change computations requiring the unit in seconds to subtract ticks and divide by hz. This does make the wraparound condition hz times more frequent but this is still in the range of several months to years and the adverse effects are minimal. Approved by: re Revision Changes Path 1.225 +14 -9 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 05:18:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8CB16A417; Fri, 21 Sep 2007 05:18:56 +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 D17DB13C447; Fri, 21 Sep 2007 05:18:55 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) (authenticated bits=0) by ns.kevlo.org (8.14.1/8.14.1) with ESMTP id l4L5J9Cq007239; Mon, 21 May 2007 13:19:15 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: Henrik Brix Andersen In-Reply-To: <20070919090501.GA2479@tirith.brixandersen.dk> References: <200709190204.l8J24llM050769@repoman.freebsd.org> <20070919090501.GA2479@tirith.brixandersen.dk> Content-Type: text/plain Date: Fri, 21 Sep 2007 13:17:27 +0800 Message-Id: <1190351847.6206.5.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, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.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, 21 Sep 2007 05:18:56 -0000 Henrik Brix Andersen wrote: > On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > > kevlo 2007-09-19 02:04:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > bin/getfacl getfacl.c > > Log: > > Use owner name and owning group name instead of uid and gid > > for displaying the three-line comment header by default. > > > > Reviewed by: kientzle > > Approved by: re (bmah) > > Isn't this a POLA violation? At least I think it should be mentioned > in UPDATING as people might (I know I do) have scripts, that actually > parse the uid/gid fields in the header. How about adding a "-n" option to display user and group IDs numerically? thoughts? > Regards, > Brix Kevin From owner-cvs-src@FreeBSD.ORG Fri Sep 21 08:16:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3200D16A417; Fri, 21 Sep 2007 08:16:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D0313C458; Fri, 21 Sep 2007 08:16:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8GZcx072987; Fri, 21 Sep 2007 08:16:35 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8GZbm072986; Fri, 21 Sep 2007 08:16:35 GMT (envelope-from mav) Message-Id: <200709210816.l8L8GZbm072986@repoman.freebsd.org> From: Alexander Motin Date: Fri, 21 Sep 2007 08:16: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/netgraph ng_pppoe.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, 21 Sep 2007 08:16:36 -0000 mav 2007-09-21 08:16:35 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: This patch fixes thread unsafe usage of global pkt_hdr variable. Second part is not so important, but IMO is also good. Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.82 +20 -22 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 08:24:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B110B16A41A; Fri, 21 Sep 2007 08:24:08 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9290413C457; Fri, 21 Sep 2007 08:24:08 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8O8VB073526; Fri, 21 Sep 2007 08:24:08 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8O8Wf073525; Fri, 21 Sep 2007 08:24:08 GMT (envelope-from mav) Message-Id: <200709210824.l8L8O8Wf073525@repoman.freebsd.org> From: Alexander Motin Date: Fri, 21 Sep 2007 08:24: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/netgraph ng_pppoe.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, 21 Sep 2007 08:24:08 -0000 mav 2007-09-21 08:24:08 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: This is optimization of ether and debug hooks determination. It simplifies code and should speedup pppoe_findsession() function which is called for every incoming packet. Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.83 +27 -44 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 08:25:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422F816A418; Fri, 21 Sep 2007 08:25:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23C2E13C48A; Fri, 21 Sep 2007 08:25:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8Puts073657; Fri, 21 Sep 2007 08:25:56 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8Pu8r073656; Fri, 21 Sep 2007 08:25:56 GMT (envelope-from mav) Message-Id: <200709210825.l8L8Pu8r073656@repoman.freebsd.org> From: Alexander Motin Date: Fri, 21 Sep 2007 08:25: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/netgraph ng_pppoe.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, 21 Sep 2007 08:25:56 -0000 mav 2007-09-21 08:25:55 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Dead code removal. Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.84 +0 -11 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 09:44:58 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D49916A417; Fri, 21 Sep 2007 09:44:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from gnome.kiev.sovam.com (gnome.kiev.sovam.com [212.109.32.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3628713C45A; Fri, 21 Sep 2007 09:44:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com ([62.64.120.197]) by gnome.kiev.sovam.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IYf4D-000FNV-Hx; Fri, 21 Sep 2007 12:44:57 +0300 Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IYaGk-000LNt-9C; Fri, 21 Sep 2007 07:37:42 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8L4bXZ8056674; Fri, 21 Sep 2007 07:37:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8L4bXgY056673; Fri, 21 Sep 2007 07:37:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 21 Sep 2007 07:37:33 +0300 From: Kostik Belousov To: Jeff Roberson Message-ID: <20070921043733.GJ79542@deviant.kiev.zoral.com.ua> References: <200709210410.l8L4ANB5044030@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+FS1wzm/v+2h3Q5" Content-Disposition: inline In-Reply-To: <200709210410.l8L4ANB5044030@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: 3b10ce253585130f5293a5b36593fd37 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1500 [September 20 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-Delayed: more then 1h on relay02.kiev.sovam.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_fork.c kern_proc.c sched_4bsd.c sched_ule.c src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 09:44:58 -0000 --x+FS1wzm/v+2h3Q5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 21, 2007 at 04:10:23AM +0000, Jeff Roberson wrote: > jeff 2007-09-21 04:10:23 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern kern_fork.c kern_proc.c sched_ule.c=20 > sched_4bsd.c=20 > sys/sys proc.h=20 > Log: > - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This > changes the units from seconds to the value of 'ticks' when swapped > in/out. ULE does not have a periodic timer that scans all threads in > the system and as such maintaining a per-second counter is difficult. > - Change computations requiring the unit in seconds to subtract ticks > and divide by hz. This does make the wraparound condition hz times > more frequent but this is still in the range of several months to > years and the adverse effects are minimal. > =20 > Approved by: re > =20 > Revision Changes Path > 1.282 +1 -0 src/sys/kern/kern_fork.c > 1.252 +3 -2 src/sys/kern/kern_proc.c > 1.105 +20 -17 src/sys/kern/sched_4bsd.c > 1.207 +5 -7 src/sys/kern/sched_ule.c > 1.491 +2 -2 src/sys/sys/proc.h It seems that at least the sys/vm/ was missed from the commit. cc -c -O -pipe -march=3Dpentiumpro -std=3Dc99 -g -Wall -Wredundant-decls -W= nested-ex terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/= usr/bsd/src/sys -I/usr/bsd/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPT= ION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param= inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-align-= long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -= mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/bsd/src/sys/vm/vm_glue.c /usr/bsd/src/sys/vm/vm_glue.c: In function 'faultin': /usr/bsd/src/sys/vm/vm_glue.c:639: error: 'struct proc' has no member named= 'p_swtime' /usr/bsd/src/sys/vm/vm_glue.c: In function 'scheduler': /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct proc' has no member named= 'p_swtime'=20 /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct thread' has no member nam= ed 'td_slptime' =2E... --x+FS1wzm/v+2h3Q5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG80qMC3+MBN1Mb4gRAnjHAKDSx5zY7ZT5x7Xyr2kpz9xgAPBVowCgkr4q 8IkE8d1pYfstjSsZ0WJfGXo= =2xEQ -----END PGP SIGNATURE----- --x+FS1wzm/v+2h3Q5-- From owner-cvs-src@FreeBSD.ORG Fri Sep 21 09:52:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7951B16A41B; Fri, 21 Sep 2007 09:52:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58C4913C478; Fri, 21 Sep 2007 09:52:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L9qiTK092887; Fri, 21 Sep 2007 09:52:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L9qicJ092886; Fri, 21 Sep 2007 09:52:44 GMT (envelope-from pjd) Message-Id: <200709210952.l8L9qicJ092886@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 Sep 2007 09:52: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/sbin/geom/core 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: Fri, 21 Sep 2007 09:52:44 -0000 pjd 2007-09-21 09:52:44 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Use 'val' function argument instead of 'optarg' global variable. This doesn't fix any real bug, because in those tw ocases we always passed 'optarg' as 'val'. Approved by: re (kensmith) Revision Changes Path 1.31 +2 -2 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 09:53:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90BDD16A420; Fri, 21 Sep 2007 09:53:02 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4293813C467; Fri, 21 Sep 2007 09:53:02 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.103] (c-67-160-44-208.hsd1.wa.comcast.net [67.160.44.208]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id l8L9qx9t013543 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 21 Sep 2007 05:53:00 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Fri, 21 Sep 2007 02:55:50 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Kostik Belousov In-Reply-To: <20070921043733.GJ79542@deviant.kiev.zoral.com.ua> Message-ID: <20070921025509.M547@10.0.0.1> References: <200709210410.l8L4ANB5044030@repoman.freebsd.org> <20070921043733.GJ79542@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_fork.c kern_proc.c sched_4bsd.c sched_ule.c src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 09:53:02 -0000 On Fri, 21 Sep 2007, Kostik Belousov wrote: > On Fri, Sep 21, 2007 at 04:10:23AM +0000, Jeff Roberson wrote: >> jeff 2007-09-21 04:10:23 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_fork.c kern_proc.c sched_ule.c >> sched_4bsd.c >> sys/sys proc.h >> Log: >> - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This >> changes the units from seconds to the value of 'ticks' when swapped >> in/out. ULE does not have a periodic timer that scans all threads in >> the system and as such maintaining a per-second counter is difficult. >> - Change computations requiring the unit in seconds to subtract ticks >> and divide by hz. This does make the wraparound condition hz times >> more frequent but this is still in the range of several months to >> years and the adverse effects are minimal. >> >> Approved by: re >> >> Revision Changes Path >> 1.282 +1 -0 src/sys/kern/kern_fork.c >> 1.252 +3 -2 src/sys/kern/kern_proc.c >> 1.105 +20 -17 src/sys/kern/sched_4bsd.c >> 1.207 +5 -7 src/sys/kern/sched_ule.c >> 1.491 +2 -2 src/sys/sys/proc.h > It seems that at least the sys/vm/ was missed from the commit. yes I caught it when I rebuilt my tree. Thanks, Jeff > > cc -c -O -pipe -march=pentiumpro -std=c99 -g -Wall -Wredundant-decls -Wnested-ex > terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/bsd/src/sys -I/usr/bsd/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/bsd/src/sys/vm/vm_glue.c > /usr/bsd/src/sys/vm/vm_glue.c: In function 'faultin': > /usr/bsd/src/sys/vm/vm_glue.c:639: error: 'struct proc' has no member named 'p_swtime' > /usr/bsd/src/sys/vm/vm_glue.c: In function 'scheduler': > /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct proc' has no member named 'p_swtime' > /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct thread' has no member named 'td_slptime' > .... > From owner-cvs-src@FreeBSD.ORG Fri Sep 21 10:00:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7D5016A419; Fri, 21 Sep 2007 10:00:06 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C68C213C44B; Fri, 21 Sep 2007 10:00:06 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LA061g093268; Fri, 21 Sep 2007 10:00:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LA064v093266; Fri, 21 Sep 2007 10:00:06 GMT (envelope-from pjd) Message-Id: <200709211000.l8LA064v093266@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 Sep 2007 10:00: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/sbin/geom/core 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: Fri, 21 Sep 2007 10:00:07 -0000 pjd 2007-09-21 10:00:06 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: For arguments declared as numbers always use expand_number(3). This allows to use numbers in human-readable form in many geom(8) utilities. Such a simple change and makes live so much nicer. Some examples: gstripe label -s 16k gmirror label -s 4k gnop create -o 1g -s 128m -S 2k gjournal label -s 2g geli label -i 128k -s 4k Approved by: re (kensmith) Revision Changes Path 1.32 +1 -3 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 10:01:55 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FBF116A417; Fri, 21 Sep 2007 10:01:55 +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 38E3813C469; Fri, 21 Sep 2007 10:01:55 +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 7787E209E; Fri, 21 Sep 2007 12:01:48 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id EC9CE2099; Fri, 21 Sep 2007 12:01:47 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id D892E8448A; Fri, 21 Sep 2007 12:01:47 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Edwin Groothuis References: <200709202137.l8KLbTDJ001043@repoman.freebsd.org> Date: Fri, 21 Sep 2007 12:01:47 +0200 In-Reply-To: <200709202137.l8KLbTDJ001043@repoman.freebsd.org> (Edwin Groothuis's message of "Thu\, 20 Sep 2007 21\:37\:29 +0000 \(UTC\)") Message-ID: <863ax8nxpw.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.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, 21 Sep 2007 10:01:55 -0000 Edwin Groothuis writes: > Modified files: > gnu/usr.bin/man/man man.c=20 > Log: > man(1) can't handle compressed included files. That's a known bug, and your commit message says nothing about what you actually did. A better commit message would have been "Fix man(1) to allow .so to reference a compressed file". DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Sep 21 10:16:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5702D16A418; Fri, 21 Sep 2007 10:16:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3391313C481; Fri, 21 Sep 2007 10:16:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LAGv4u095446; Fri, 21 Sep 2007 10:16:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LAGvAY095445; Fri, 21 Sep 2007 10:16:57 GMT (envelope-from pjd) Message-Id: <200709211016.l8LAGvAY095445@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 Sep 2007 10:16: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/kern vfs_cache.c vfs_lookup.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, 21 Sep 2007 10:16:57 -0000 pjd 2007-09-21 10:16:56 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c vfs_lookup.c Log: Fix some locking cases where we ask for exclusively locked vnode, but we get shared locked vnode in instead when vfs.lookup_shared is set to 1. Discussed with: kib, kris Tested by: kris Approved by: re (kensmith) Revision Changes Path 1.114 +17 -4 src/sys/kern/vfs_cache.c 1.102 +8 -0 src/sys/kern/vfs_lookup.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 11:53:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 937F616A418; Fri, 21 Sep 2007 11:53:44 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 540D213C459; Fri, 21 Sep 2007 11:53:44 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id DD0171CC107; Fri, 21 Sep 2007 13:53:42 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id BB6841701B; Fri, 21 Sep 2007 13:53:41 +0200 (CEST) Date: Fri, 21 Sep 2007 13:53:41 +0200 From: Henrik Brix Andersen To: Kevin Lo Message-ID: <20070921115341.GD1501@tirith.brixandersen.dk> Mail-Followup-To: Kevin Lo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200709190204.l8J24llM050769@repoman.freebsd.org> <20070919090501.GA2479@tirith.brixandersen.dk> <1190351847.6206.5.camel@monet> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline In-Reply-To: <1190351847.6206.5.camel@monet> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.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, 21 Sep 2007 11:53:44 -0000 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 21, 2007 at 01:17:27PM +0800, Kevin Lo wrote: > Henrik Brix Andersen wrote: > > On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > > > kevlo 2007-09-19 02:04:47 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > bin/getfacl getfacl.c=20 > > > Log: > > > Use owner name and owning group name instead of uid and gid > > > for displaying the three-line comment header by default. > > > =20 > > > Reviewed by: kientzle > > > Approved by: re (bmah) > >=20 > > Isn't this a POLA violation? At least I think it should be mentioned > > in UPDATING as people might (I know I do) have scripts, that actually > > parse the uid/gid fields in the header. >=20 > How about adding a "-n" option to display user and group IDs=20 > numerically? thoughts? That may be overkill... As far as I am concerned, a simple entry in UPDATING is sufficient. Here's my suggested patch: --- /usr/src/UPDATING 2007-07-09 11:11:19.000000000 +0200 +++ UPDATING 2007-09-21 13:50:33.000000000 +0200 @@ -21,6 +21,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7. developers choose to disable these features on build machines to maximize performance. =20 +20070921: + The getfacl(1) utility now prints owning user and group name + instead of owning uid and gid in the three line comment + header. This is the same behavior as getfacl(1) on Solaris and + Linux. + 20070704: The new IPsec code is now compiled in using the IPSEC option. The IPSEC option now requires "device crypto" be defined in your kernel Regards, Brix --=20 Henrik Brix Andersen --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFG87DFv+Q4flTiePgRAiO7AKC4tTMjgSg8n/3IIqDQjnkb+b7gbwCgmWPa py958hJz6OFE0xHuKaUHm7Y= =+28e -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- From owner-cvs-src@FreeBSD.ORG Fri Sep 21 12:06:31 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8054716A420; Fri, 21 Sep 2007 12:06:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 52AAC13C44B; Fri, 21 Sep 2007 12:06:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.storspeed.com (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l8LBkvi9091284; Fri, 21 Sep 2007 06:46:57 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46F3AF30.9070007@freebsd.org> Date: Fri, 21 Sep 2007 06:46:56 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200709211000.l8LA064v093266@repoman.freebsd.org> In-Reply-To: <200709211000.l8LA064v093266@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/geom/core 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: Fri, 21 Sep 2007 12:06:31 -0000 Pawel Jakub Dawidek wrote: > pjd 2007-09-21 10:00:06 UTC > > FreeBSD src repository > > Modified files: > sbin/geom/core geom.c > Log: > For arguments declared as numbers always use expand_number(3). > This allows to use numbers in human-readable form in many geom(8) > utilities. Such a simple change and makes live so much nicer. > Some examples: > > gstripe label -s 16k > gmirror label -s 4k > gnop create -o 1g -s 128m -S 2k > gjournal label -s 2g > geli label -i 128k -s 4k > > Approved by: re (kensmith) > > Revi Hooray!!! Thank you!!! Eric From owner-cvs-src@FreeBSD.ORG Fri Sep 21 12:10:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F7E216A468; Fri, 21 Sep 2007 12:10:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06D2013C4A5; Fri, 21 Sep 2007 12:10:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LCAudY005028; Fri, 21 Sep 2007 12:10:56 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LCAud7005025; Fri, 21 Sep 2007 12:10:56 GMT (envelope-from tabthorpe) Message-Id: <200709211210.l8LCAud7005025@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2007 12:10: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/share/misc committers-ports.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 12:10:57 -0000 tabthorpe 2007-09-21 12:10:56 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - add my entry Approved by: re (bmah), clsung/miwi (mentors) Revision Changes Path 1.62 +3 -0 src/share/misc/committers-ports.dot From owner-cvs-src@FreeBSD.ORG Fri Sep 21 12:12:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA73616A419; Fri, 21 Sep 2007 12:12:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8EC13C461; Fri, 21 Sep 2007 12:12:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LCCDqC005236; Fri, 21 Sep 2007 12:12:13 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LCCDV7005235; Fri, 21 Sep 2007 12:12:13 GMT (envelope-from tabthorpe) Message-Id: <200709211212.l8LCCDV7005235@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2007 12:12: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/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 12:12:13 -0000 tabthorpe 2007-09-21 12:12:13 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: - add my entry Approved by: re (bmah), clsung/miwi (mentors) Revision Changes Path 1.219 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Fri Sep 21 13:03:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E121616A41A; Fri, 21 Sep 2007 13:03:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8D6913C48A; Fri, 21 Sep 2007 13:03:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LD3OO5018089; Fri, 21 Sep 2007 13:03:24 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LD3Oce018088; Fri, 21 Sep 2007 13:03:24 GMT (envelope-from tabthorpe) Message-Id: <200709211303.l8LD3Oce018088@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2007 13:03:24 +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/misc committers-ports.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 13:03:25 -0000 tabthorpe 2007-09-21 13:03:24 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - added in missing \n for my entry Submitted by: breueffer@ Approved by: re, miwi (mentor) Revision Changes Path 1.63 +1 -1 src/share/misc/committers-ports.dot From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:05:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A3ED16A46B; Fri, 21 Sep 2007 14:05:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10B0913C481; Fri, 21 Sep 2007 14:05:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LE5Qnn022821; Fri, 21 Sep 2007 14:05:26 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LE5Q2O022820; Fri, 21 Sep 2007 14:05:26 GMT (envelope-from obrien) Message-Id: <200709211405.l8LE5Q2O022820@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:05: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/lib/libc/sys minherit.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 14:05:27 -0000 obrien 2007-09-21 14:05:26 UTC FreeBSD src repository Modified files: lib/libc/sys minherit.2 Log: Add FreeBSD history. Approved by: re(ken) Revision Changes Path 1.22 +3 -1 src/lib/libc/sys/minherit.2 From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:35:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F5616A49C; Fri, 21 Sep 2007 14:35:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6E6013C458; Fri, 21 Sep 2007 14:35:02 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEZ27n024538; Fri, 21 Sep 2007 14:35:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEZ2X9024537; Fri, 21 Sep 2007 14:35:02 GMT (envelope-from obrien) Message-Id: <200709211435.l8LEZ2X9024537@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:35:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil Makefile expand_number.3 expand_number.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, 21 Sep 2007 14:35:03 -0000 obrien 2007-09-21 14:35:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil expand_number.3 expand_number.c Log: MFC: expand_number(3) Revision Changes Path 1.56.8.4 +6 -6 src/lib/libutil/Makefile 1.2.2.1 +86 -0 src/lib/libutil/expand_number.3 (new) 1.2.2.1 +99 -0 src/lib/libutil/expand_number.c (new) From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:35:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FAD616A41B; Fri, 21 Sep 2007 14:35:35 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAA6913C465; Fri, 21 Sep 2007 14:35:34 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEZY8Y024584; Fri, 21 Sep 2007 14:35:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEZYXZ024583; Fri, 21 Sep 2007 14:35:34 GMT (envelope-from obrien) Message-Id: <200709211435.l8LEZYXZ024583@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:35:34 +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/libutil humanize_number.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: Fri, 21 Sep 2007 14:35:35 -0000 obrien 2007-09-21 14:35:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil humanize_number.3 Log: MFC: refer to expand_number(3) and markup fixes Revision Changes Path 1.8.2.1 +18 -9 src/lib/libutil/humanize_number.3 From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:39:46 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF1916A41B; Fri, 21 Sep 2007 14:39:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C37FB13C4B2; Fri, 21 Sep 2007 14:39:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEdkiJ024730; Fri, 21 Sep 2007 14:39:46 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEdk9H024729; Fri, 21 Sep 2007 14:39:46 GMT (envelope-from obrien) Message-Id: <200709211439.l8LEdk9H024729@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:39: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/lib/libutil expand_number.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: Fri, 21 Sep 2007 14:39:47 -0000 obrien 2007-09-21 14:39:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil expand_number.3 Log: Logically, this now first appeared in FreeBSD 6.3. Revision Changes Path 1.2.2.2 +1 -1 src/lib/libutil/expand_number.3 From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:41:55 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE61C16A417; Fri, 21 Sep 2007 14:41:55 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B40D713C469; Fri, 21 Sep 2007 14:41:55 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEftif025041; Fri, 21 Sep 2007 14:41:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEfttR025040; Fri, 21 Sep 2007 14:41:55 GMT (envelope-from obrien) Message-Id: <200709211441.l8LEfttR025040@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:41: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/lib/libutil Makefile 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: Fri, 21 Sep 2007 14:41:56 -0000 obrien 2007-09-21 14:41:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil flopen.3 flopen.c Log: MFC: flopen(3) Revision Changes Path 1.56.8.5 +2 -2 src/lib/libutil/Makefile 1.5.2.1 +106 -0 src/lib/libutil/flopen.3 (new) 1.9.2.1 +106 -0 src/lib/libutil/flopen.c (new) From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:49:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F5D16A418; Fri, 21 Sep 2007 14:49:39 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 008D113C43E; Fri, 21 Sep 2007 14:49:39 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEnc13025425; Fri, 21 Sep 2007 14:49:38 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEncPe025424; Fri, 21 Sep 2007 14:49:38 GMT (envelope-from obrien) Message-Id: <200709211449.l8LEncPe025424@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:49: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/lib/libutil 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, 21 Sep 2007 14:49:39 -0000 obrien 2007-09-21 14:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Log: style.Makefile(9) Revision Changes Path 1.56.8.6 +7 -4 src/lib/libutil/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 21 14:52:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA9B16A46C; Fri, 21 Sep 2007 14:52:32 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54B3213C457; Fri, 21 Sep 2007 14:52:32 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEqWHw025833; Fri, 21 Sep 2007 14:52:32 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEqWSW025832; Fri, 21 Sep 2007 14:52:32 GMT (envelope-from obrien) Message-Id: <200709211452.l8LEqWSW025832@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:52:32 +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/libutil Makefile kld.3 kld.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, 21 Sep 2007 14:52:32 -0000 obrien 2007-09-21 14:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil kld.3 kld.c Log: MFC: kld(3) Revision Changes Path 1.56.8.7 +3 -2 src/lib/libutil/Makefile 1.3.2.1 +93 -0 src/lib/libutil/kld.3 (new) 1.2.2.1 +76 -0 src/lib/libutil/kld.c (new) From owner-cvs-src@FreeBSD.ORG Fri Sep 21 15:33:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 639F716A417; Fri, 21 Sep 2007 15:33:39 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3970A13C457; Fri, 21 Sep 2007 15:33:39 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LFXdAg030225; Fri, 21 Sep 2007 15:33:39 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LFXdEe030224; Fri, 21 Sep 2007 15:33:39 GMT (envelope-from obrien) Message-Id: <200709211533.l8LFXdEe030224@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 15:33: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/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: Fri, 21 Sep 2007 15:33:39 -0000 obrien 2007-09-21 15:33:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: Bump for libutil(3) MFC's (and any others around this time). Revision Changes Path 1.244.2.29 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Sep 21 16:05:54 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4006016A420; Fri, 21 Sep 2007 16:05:54 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) Received: from tbaytel.net (front3-e.tbaytel.net [216.211.26.174]) by mx1.freebsd.org (Postfix) with ESMTP id BD59513C447; Fri, 21 Sep 2007 16:05:53 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) X-Scanned-by-Cloudmark: Yes X-Spam-Score: 0.000000 Received: from goodking.goodking.ca (account thomasa@tbaytel.net [216.211.53.161] verified) by front3.tbaytel.net (CommuniGate Pro SMTP 5.0.13) with ESMTPSA id 61363811; Fri, 21 Sep 2007 11:50:51 -0400 From: Thomas Abthorpe Organization: FreeBSD Ports Committer To: cvs-all@freebsd.org Date: Fri, 21 Sep 2007 11:50:48 -0400 User-Agent: KMail/1.9.7 X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: cvs-src@FreeBSD.org, src-commiters@FreeBSD.org Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tabthorpe@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: Fri, 21 Sep 2007 16:05:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I mis-attributed the submission. It should read breuffer@, not breueffer@ My apologies to Christian for incorrectly typing his name. Thomas - -- Thomas Abthorpe | FreeBSD Ports Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG8+hY5Gm/jNBp8qARApWEAJ9Pk4jTIf7It2mEP0hDACqEAu72jgCfbwom 1EXhV26A1BXn/kUOghhuBx0= =OJ42 -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Fri Sep 21 16:19:51 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4660216A417; Fri, 21 Sep 2007 16:19:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B40C13C4B7; Fri, 21 Sep 2007 16:19:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LGJoJh034020; Fri, 21 Sep 2007 16:19:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGJoV6034019; Fri, 21 Sep 2007 16:19:50 GMT (envelope-from marcel) Message-Id: <200709211619.l8LGJoV6034019@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 21 Sep 2007 16:19: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/lib/libdisk open_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: Fri, 21 Sep 2007 16:19:51 -0000 marcel 2007-09-21 16:19:50 UTC FreeBSD src repository Modified files: lib/libdisk open_disk.c Log: On PowerPC, geom_part has taken over the partitioning from geom_apple. Translate partitions of type "PART" to chunks of type "apple" on PowerPC. This fixes sysinstall. Approved by: re (kensmith) Revision Changes Path 1.12 +7 -2 src/lib/libdisk/open_disk.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 16:24:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ACF016A417; Fri, 21 Sep 2007 16:24:02 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F380B13C45A; Fri, 21 Sep 2007 16:24:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LGO10d034417; Fri, 21 Sep 2007 16:24:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGO1dw034416; Fri, 21 Sep 2007 16:24:01 GMT (envelope-from marcel) Message-Id: <200709211624.l8LGO1dw034416@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 21 Sep 2007 16:24: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/lib/libdisk open_ia64_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: Fri, 21 Sep 2007 16:24:02 -0000 marcel 2007-09-21 16:24:01 UTC FreeBSD src repository Modified files: lib/libdisk open_ia64_disk.c Log: Translate partitions of type "PART" to chunks of the same type as they would have been translated from partitions of type "GPT". This fixes sysinstall, now that geom_part has taken over from geom_gpt. Approved by: re (kensmith) Revision Changes Path 1.4 +15 -4 src/lib/libdisk/open_ia64_disk.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 16:43:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED5716A417; Fri, 21 Sep 2007 16:43:32 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2FEC13C45D; Fri, 21 Sep 2007 16:43:32 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LGhWbY035525; Fri, 21 Sep 2007 16:43:32 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGhWTl035524; Fri, 21 Sep 2007 16:43:32 GMT (envelope-from ambrisko) Message-Id: <200709211643.l8LGhWTl035524@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 21 Sep 2007 16:43:32 +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/mpt mpt_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, 21 Sep 2007 16:43:32 -0000 ambrisko 2007-09-21 16:43:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC: 1.51 Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver for the mpt(4) it should be 0x0062 and not 0x0060. Tested with an mfi card of this device id. Reviewed by: scottl Revision Changes Path 1.20.2.9 +1 -1 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 17:25:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C122116A417; Fri, 21 Sep 2007 17:25:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 944CD13C448; Fri, 21 Sep 2007 17:25:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LHP3Mj049241; Fri, 21 Sep 2007 17:25:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LHP3BE049240; Fri, 21 Sep 2007 17:25:03 GMT (envelope-from obrien) Message-Id: <200709211725.l8LHP3BE049240@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 17:25:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/moused moused.c src/sbin/mdconfig mdconfig.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, 21 Sep 2007 17:25:03 -0000 obrien 2007-09-21 17:25:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/moused moused.c sbin/mdconfig mdconfig.c Log: MFC: consume kld_isloaded(3). Revision Changes Path 1.43.2.5 +3 -20 src/sbin/mdconfig/mdconfig.c 1.70.2.6 +1 -34 src/usr.sbin/moused/moused.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 17:27:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567E616A417; Fri, 21 Sep 2007 17:27:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1108313C48E; Fri, 21 Sep 2007 17:27:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LHRmnb049365; Fri, 21 Sep 2007 17:27:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LHRmTu049364; Fri, 21 Sep 2007 17:27:48 GMT (envelope-from obrien) Message-Id: <200709211727.l8LHRmTu049364@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 17:27:48 +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/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, 21 Sep 2007 17:27:49 -0000 obrien 2007-09-21 17:27:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil pidfile.c Log: MFC: rev. 1.4: consume flopen(3). Revision Changes Path 1.1.2.3 +2 -2 src/lib/libutil/pidfile.c From owner-cvs-src@FreeBSD.ORG Fri Sep 21 19:27:30 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A22A516A46B; Fri, 21 Sep 2007 19:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 1042113C465; Fri, 21 Sep 2007 19:27:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 210657247-1834499 for multiple; Fri, 21 Sep 2007 15:25:48 -0400 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 l8LJRAHb063226; Fri, 21 Sep 2007 15:27:14 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Attilio Rao Date: Fri, 21 Sep 2007 14:36:14 -0400 User-Agent: KMail/1.9.6 References: <200709112254.l8BMsB7P074637@repoman.freebsd.org> In-Reply-To: <200709112254.l8BMsB7P074637@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709211436.15444.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]); Fri, 21 Sep 2007 15:27:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4357/Fri Sep 21 05:55:46 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, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c src/sys/kern subr_smp.c src/sys/sun4v/mdesc mdesc_init.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, 21 Sep 2007 19:27:30 -0000 On Tuesday 11 September 2007 06:54:09 pm Attilio Rao wrote: > attilio 2007-09-11 22:54:09 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 local_apic.c > sys/i386/acpica madt.c > sys/i386/i386 local_apic.c > sys/kern subr_smp.c > sys/sun4v/mdesc mdesc_init.c > Log: > This is a follow-up, cleaning-up commit about recent changes involving > topology foo functions. > Working at the patch for topology problems in ia32/amd64 evicted some > problems regarding functions ordering in the SI_SUB_CPU family of > SYSINIT'ed subsystems. > In order to avoid problems with new modified to involved functions, a > correct ordering is not semantically specified for SI_SUB_CPU functions > (for a larger view of the issue please visit: > http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html ) Could you clarify exactly what ordering this does? AFAICT, nothing in cpu_startup() requires the APIC to be up and running. If there were a dependency, then that would be something for the MD architecture code to fix. IIUC, the problem was that you had 3 sysinit functions like this: A - SI_ORDER_FIRST, cpu_startup() B - SI_ORDER_FIRST, apic_init() C - SI_ORDER_SECOND, mp_start() Now mp_start() requires both A and B to have run on x86. What Peter did originally was to move B to SI_ORDER_SECOND because he found that B needed A to run. That broke because C could end up running before B. However, the actual patch that went into CVS left A and B as is and instead made them independent of each other so B no longer depends on A. So, I don't think you've solved an actual problem. Conceptually the way SI_SUB_CPU worked before was that the MD code had SI_ORDER_FIRST to get ready before it was asked to start SMP at SI_ORDER_SECOND. Now the MD code gets SI_ORDER_FIRST and _SECOND even though it doesn't need it. You should at least put the x86 apic routines back to SI_ORDER_FIRST becuase they do _not_ depend on cpu_startup(). The madt.c change in this commit is plain wrong however and should be reverted. If it was correct it would have needed to be done in amd64's madt.c as well. The sun4v change is bogus as well as mdesc_init() doesn't depend on cpu_startup() on sun4v at all, and it doesn't matter what order they run in. Basically, I think at the least you should revert all the MD changes, and the change to subr_smp.c is basically a NOP. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Sep 21 19:27:31 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B3AE16A41B; Fri, 21 Sep 2007 19:27:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id DBBF613C47E; Fri, 21 Sep 2007 19:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 210657262-1834499 for multiple; Fri, 21 Sep 2007 15:25:53 -0400 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 l8LJRAHd063226; Fri, 21 Sep 2007 15:27:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Andrew Thompson Date: Fri, 21 Sep 2007 15:22:15 -0400 User-Agent: KMail/1.9.6 References: <200709150111.l8F1BQii070212@repoman.freebsd.org> <20070917161848.GB79417@elvis.mu.org> <20070917203208.GA9614@heff.fud.org.nz> In-Reply-To: <20070917203208.GA9614@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709211522.16194.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]); Fri, 21 Sep 2007 15:27:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4357/Fri Sep 21 05:55:46 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, Alfred Perlstein , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: Fri, 21 Sep 2007 19:27:31 -0000 On Monday 17 September 2007 04:32:08 pm Andrew Thompson wrote: > On Mon, Sep 17, 2007 at 09:18:48AM -0700, Alfred Perlstein wrote: > > * Andrew Thompson [070914 18:11] wrote: > > > thompsa 2007-09-15 01:11:26 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_6) > > > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > > > if_lagg.c if_lagg.h > > > Log: > > > MFC > > > Change from a mutex to a read/write lock. This allows the tx port to be > > > selected simultaneously by multiple senders and transmit/receive is not > > > serialised between aggregated interfaces. > > > > Rad! :) > > And big thanks to you for MFCing it. Have you benchmarked this? Because rwlocks don't adaptively spin when a reader holds the lock, there are some cases where a mutex actually performs better than a rwlock. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Sep 21 19:27:34 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E2C16A417; Fri, 21 Sep 2007 19:27:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 9976913C4A6; Fri, 21 Sep 2007 19:27:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 210657252-1834499 for multiple; Fri, 21 Sep 2007 15:25:50 -0400 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 l8LJRAHc063226; Fri, 21 Sep 2007 15:27:18 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Gabor Kovesdan Date: Fri, 21 Sep 2007 15:11:52 -0400 User-Agent: KMail/1.9.6 References: <200709101730.l8AHUiuK056340@repoman.freebsd.org> In-Reply-To: <200709101730.l8AHUiuK056340@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709211511.52636.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]); Fri, 21 Sep 2007 15:27:18 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4357/Fri Sep 21 05:55:46 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, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/cvsup www-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 19:27:34 -0000 On Monday 10 September 2007 01:30:44 pm Gabor Kovesdan wrote: > gabor 2007-09-10 17:30:44 UTC > > FreeBSD src repository (doc,ports committer) > > Modified files: (Branch: RELENG_6) > share/examples/cvsup www-supfile > Log: > MFC r1.7 Which was? -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Sep 21 20:38:55 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F1D16A565 for ; Fri, 21 Sep 2007 20:38:53 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4E813C469 for ; Fri, 21 Sep 2007 20:38:53 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so711715ugf for ; Fri, 21 Sep 2007 13:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=E2tHcgl7mD8UoP6fZANzH3Soa2Iyzre0b1Ngu38wBP0=; b=d0j+jRPESjyQ3D4x/yMsXDDcWjLHZjMSU+uA/MTfjuL65mMP4Quq5xcQkYkxpgtMYTwBOjTEmHC5m7rVeHpWV9l8yuEaXGQMmunEJptpqePv70a11Irlj5K5tONKCjp9UUOMtQ1UtHwr1OCmf3+rbbgEkXfbtVEXT3PR/FtfPWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=P7RnRPpKh+I04rDQC9m/aJTlf2Ekgmc3Bks4vI+BcMjpsalowEpcjOdeJEQb7vJG/virJbbWBJ/Z9hXypZG9Gghf7NWlzPvCGkg9fSWB7oEsdXMaRPux9oKpETWpTlRWmo+XNScSqQ1tI2nY+DLRYS1QtMulLnB6/4MqafBiR8Y= Received: by 10.78.179.12 with SMTP id b12mr2442618huf.1190407127978; Fri, 21 Sep 2007 13:38:47 -0700 (PDT) Received: by 10.78.120.9 with HTTP; Fri, 21 Sep 2007 13:38:47 -0700 (PDT) Message-ID: <3bbf2fe10709211338j6dbab59am1ad67c86c1a05baa@mail.gmail.com> Date: Fri, 21 Sep 2007 22:38:47 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "John Baldwin" In-Reply-To: <200709211436.15444.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709112254.l8BMsB7P074637@repoman.freebsd.org> <200709211436.15444.jhb@freebsd.org> X-Google-Sender-Auth: 17ecf39ace1b002a Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c src/sys/kern subr_smp.c src/sys/sun4v/mdesc mdesc_init.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, 21 Sep 2007 20:38:55 -0000 2007/9/21, John Baldwin : > On Tuesday 11 September 2007 06:54:09 pm Attilio Rao wrote: > > attilio 2007-09-11 22:54:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/amd64 local_apic.c > > sys/i386/acpica madt.c > > sys/i386/i386 local_apic.c > > sys/kern subr_smp.c > > sys/sun4v/mdesc mdesc_init.c > > Log: > > This is a follow-up, cleaning-up commit about recent changes involving > > topology foo functions. > > Working at the patch for topology problems in ia32/amd64 evicted some > > problems regarding functions ordering in the SI_SUB_CPU family of > > SYSINIT'ed subsystems. > > In order to avoid problems with new modified to involved functions, a > > correct ordering is not semantically specified for SI_SUB_CPU functions > > (for a larger view of the issue please visit: > > http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html ) > > Could you clarify exactly what ordering this does? AFAICT, nothing in > cpu_startup() requires the APIC to be up and running. If there were a > dependency, then that would be something for the MD architecture code to fix. > IIUC, the problem was that you had 3 sysinit functions like this: > > A - SI_ORDER_FIRST, cpu_startup() > B - SI_ORDER_FIRST, apic_init() > C - SI_ORDER_SECOND, mp_start() > > Now mp_start() requires both A and B to have run on x86. What Peter did > originally was to move B to SI_ORDER_SECOND because he found that B needed A > to run. That broke because C could end up running before B. However, the > actual patch that went into CVS left A and B as is and instead made them > independent of each other so B no longer depends on A. So, I don't think > you've solved an actual problem. I know exactly what was the problem as I diagnosed the problem when B was in SI_ORDER_FIRST and I diagnosed the problem when B was moved temporally in SI_ORDER_SECOND while C was taking this slot. Basically what about people adding code in A which introduces dependency with B? It results in a problem This ordering doesn't break anything and it makes the code safe for further changes. > The madt.c change in this commit is plain wrong however and should be > reverted. If it was correct it would have needed to be done in amd64's > madt.c as well. Plain wrong? You mean maybe that it doesn't matter that (SI_ORDER_CPU -1) was shared with mptable_register()? And what about if someone adds dependency between the two? madt changes are perfectly working as they don't explicitly require to run before of mptable_register(). And to be precise, there is no madt_register() in amd64, so I have no idea what are you speaking about. :(. > The sun4v change is bogus as well as mdesc_init() doesn't depend on > cpu_startup() on sun4v at all, and it doesn't matter what order they run in. Reading this I think I see there is basically a misunderstanding of what I wanted to do: I don't want to fix an actual problem but the idea is to give to any function in SI_SUB_CPU a precise order in order to avoid mistakes as the last ones people get trying to fix topology. I think this is a legitimate idea. And in particular, I don't like the approach 'just do things when you need them'. > Basically, I think at the least you should revert all the MD changes, and the > change to subr_smp.c is basically a NOP. I'm not going to do this as the patch gives a precise ordering to all functions involved in SI_SUB_CPU, doesn't break anything. If you don't like the ordering due please just explain why. Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-src@FreeBSD.ORG Fri Sep 21 21:23:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E26116A418; Fri, 21 Sep 2007 21:23:05 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14E9B13C48D; Fri, 21 Sep 2007 21:23:05 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LLN48j078120; Fri, 21 Sep 2007 21:23:04 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LLN4se078119; Fri, 21 Sep 2007 21:23:04 GMT (envelope-from obrien) Message-Id: <200709212123.l8LLN4se078119@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 21:23:04 +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/libutil 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: Fri, 21 Sep 2007 21:23:05 -0000 obrien 2007-09-21 21:23:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil libutil.h Log: MFC: flopen(3), expand_number(3), kld_isloaded(3) Revision Changes Path 1.40.8.2 +7 -0 src/lib/libutil/libutil.h From owner-cvs-src@FreeBSD.ORG Fri Sep 21 21:24:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D7816A41A; Fri, 21 Sep 2007 21:24:47 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id DA09E13C45B; Fri, 21 Sep 2007 21:24:46 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8LLOjaE078138; Fri, 21 Sep 2007 14:24:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8LLOji7078137; Fri, 21 Sep 2007 14:24:45 -0700 (PDT) (envelope-from obrien) Date: Fri, 21 Sep 2007 14:24:45 -0700 From: "David O'Brien" To: Doug Ambrisko Message-ID: <20070921212445.GA78079@dragon.NUXI.org> References: <200709211725.l8LHP3BE049240@repoman.freebsd.org> <200709211950.l8LJogSW032770@ambrisko.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709211950.l8LJogSW032770@ambrisko.com> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.c src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@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: Fri, 21 Sep 2007 21:24:47 -0000 On Fri, Sep 21, 2007 at 12:50:42PM -0700, Doug Ambrisko wrote: > Unless I'm reading things wrong you just broke -stable :-( No, you're reading correctly. > Did you forget to check in a change to libutil.h? Yes. :-( Sorry for the build breakage folks. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Fri Sep 21 23:43:04 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D43B16A41A; Fri, 21 Sep 2007 23:43:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2B413C447; Fri, 21 Sep 2007 23:43:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LNh4OF089181; Fri, 21 Sep 2007 23:43:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LNh4lJ089180; Fri, 21 Sep 2007 23:43:04 GMT (envelope-from edwin) Message-Id: <200709212343.l8LNh4lJ089180@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 21 Sep 2007 23: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/usr.bin/calendar/calendars/hr_HR.ISO8859-2 calendar.praznici X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Sep 2007 23:43:04 -0000 edwin 2007-09-21 23:43:04 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/hr_HR.ISO8859-2 calendar.praznici Log: Update to calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici with fixes and new dates. PR: conf/26658 Submitted by: Josip Rodin Approved by: re@ (bmah), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.8 +15 -8 src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici From owner-cvs-src@FreeBSD.ORG Fri Sep 21 23:50:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD1516A417; Fri, 21 Sep 2007 23:50:15 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFA7913C45B; Fri, 21 Sep 2007 23:50:15 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LNoFen090740; Fri, 21 Sep 2007 23:50:15 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LNoF2p090739; Fri, 21 Sep 2007 23:50:15 GMT (envelope-from rodrigc) Message-Id: <200709212350.l8LNoF2p090739@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 21 Sep 2007 23:50: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/sys/fs/ntfs ntfs_vfsops.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, 21 Sep 2007 23:50:16 -0000 rodrigc 2007-09-21 23:50:15 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Disable multiple ntfs mounts to the same mountpoint. Eliminates panics due to locking issues. Idea taken from src/sys/gnu/fs/xfs/FreeBSD/xfs_super.c. PR: 89966, 92000, 104393 Reported by: H. Matsuo , Chris , Andrey V. Elsukov , Jan Henrik Sylvester Approved by: re (kensmith) Revision Changes Path 1.88 +15 -1 src/sys/fs/ntfs/ntfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Sep 22 02:20:14 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F1516A419; Sat, 22 Sep 2007 02:20:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E59A113C447; Sat, 22 Sep 2007 02:20:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M2KEh3019944; Sat, 22 Sep 2007 02:20:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2KEx7019943; Sat, 22 Sep 2007 02:20:14 GMT (envelope-from jeff) Message-Id: <200709220220.l8M2KEx7019943@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 22 Sep 2007 02:20: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 sched_ule.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, 22 Sep 2007 02:20:15 -0000 jeff 2007-09-22 02:20:14 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Improve grammar. s/it's/its/. - Improve load long-term load balancer by always IPIing exactly once. Previously the delay after rebalancing could cause problems with uneven workloads. - Allow nice to have a linear effect on the interactivity score. This allows negatively niced programs to stay interactive longer. It may be useful with very expensive Xorg servers under high loads. In general it should not be necessary to alter the nice level to improve interactive response. We may also want to consider never allowing positively niced processes to become interactive at all. - Initialize ccpu to 0 rather than 0.0. The decimal point was leftover from when the code was copied from 4bsd. ccpu is 0 in ULE because ULE only exports weighted cpu values. Reported by: Steve Kargl (Load balancing problem) Approved by: re Revision Changes Path 1.208 +13 -5 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Sep 22 02:30:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B6716A417; Sat, 22 Sep 2007 02:30:44 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2EB13C45A; Sat, 22 Sep 2007 02:30:44 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M2UipW020610; Sat, 22 Sep 2007 02:30:44 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2UiRK020609; Sat, 22 Sep 2007 02:30:44 GMT (envelope-from scf) Message-Id: <200709220230.l8M2UiRK020609@repoman.freebsd.org> From: Sean Farley Date: Sat, 22 Sep 2007 02:30: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/lib/libc/stdlib getenv.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, 22 Sep 2007 02:30:44 -0000 scf 2007-09-22 02:30:44 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.c Log: The precision for a string argument in a call to warnx() needs to be cast to an int to remove the warning from using a size_t variable on 64-bit platforms. Submitted by: Xin LI Approved by: wes Approved by: re (kensmith) Revision Changes Path 1.12 +2 -1 src/lib/libc/stdlib/getenv.c From owner-cvs-src@FreeBSD.ORG Sat Sep 22 02:46:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8685816A418; Sat, 22 Sep 2007 02:46:13 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2BF13C468; Sat, 22 Sep 2007 02:46:13 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M2kDF8021600; Sat, 22 Sep 2007 02:46:13 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2kDsB021599; Sat, 22 Sep 2007 02:46:13 GMT (envelope-from scf) Message-Id: <200709220246.l8M2kDsB021599@repoman.freebsd.org> From: Sean Farley Date: Sat, 22 Sep 2007 02:46: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/usr.bin/locate/locate locate.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, 22 Sep 2007 02:46:13 -0000 scf 2007-09-22 02:46:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/locate/locate locate.c Log: MFC: Sync usage() with reality. src/usr.bin/locate/locate/locate.c: rev 1.16 -> 1.17 Approved by: wes Revision Changes Path 1.15.14.2 +1 -1 src/usr.bin/locate/locate/locate.c From owner-cvs-src@FreeBSD.ORG Sat Sep 22 08:32:51 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57EF616A417; Sat, 22 Sep 2007 08:32:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id EC2F913C48A; Sat, 22 Sep 2007 08:32:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 8012EA4A57E; Sat, 22 Sep 2007 10:32:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id H6kkDI9zCdwo; Sat, 22 Sep 2007 10:32:44 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id CC66BA4A578; Sat, 22 Sep 2007 10:32:38 +0200 (CEST) Message-ID: <46F4D310.1020800@FreeBSD.org> Date: Sat, 22 Sep 2007 10:32:16 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: John Baldwin References: <200709101730.l8AHUiuK056340@repoman.freebsd.org> <200709211511.52636.jhb@freebsd.org> In-Reply-To: <200709211511.52636.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/cvsup www-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Sep 2007 08:32:51 -0000 John Baldwin escribió: > On Monday 10 September 2007 01:30:44 pm Gabor Kovesdan wrote: > >> gabor 2007-09-10 17:30:44 UTC >> >> FreeBSD src repository (doc,ports committer) >> >> Modified files: (Branch: RELENG_6) >> share/examples/cvsup www-supfile >> Log: >> MFC r1.7 >> > > Which was? > > Removing some information about the size of the data directory, which is not correct any more. Sorry for not mentioning it, when I was mentored, my mentor never complained that I had to do so. Simon also noted that it was necessary, so I will include the logs for MFCs in the future. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-cvs-src@FreeBSD.ORG Sat Sep 22 09:40:14 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD5C16A417; Sat, 22 Sep 2007 09:40:14 +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 B715413C467; Sat, 22 Sep 2007 09:40:13 +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 EA7C820A7; Sat, 22 Sep 2007 11:40:06 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CE4D220A5; Sat, 22 Sep 2007 11:40:06 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id AF4AC8448B; Sat, 22 Sep 2007 11:40:06 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Sean Farley References: <200709220230.l8M2UiRK020609@repoman.freebsd.org> Date: Sat, 22 Sep 2007 11:40:06 +0200 In-Reply-To: <200709220230.l8M2UiRK020609@repoman.freebsd.org> (Sean Farley's message of "Sat\, 22 Sep 2007 02\:30\:44 +0000 \(UTC\)") Message-ID: <86r6krqbrd.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib getenv.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, 22 Sep 2007 09:40:14 -0000 Sean Farley writes: > Log: > The precision for a string argument in a call to warnx() needs to be ca= st > to an int to remove the warning from using a size_t variable on 64-bit > platforms. s/to remove the warning/to actually work/ DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sat Sep 22 11:21:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44E1316A417; Sat, 22 Sep 2007 11:21:02 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.freebsd.org (Postfix) with ESMTP id CD41113C44B; Sat, 22 Sep 2007 11:21:01 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from besplex.bde.org (c220-239-235-248.carlnfd3.nsw.optusnet.com.au [220.239.235.248]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l8MBKm7G003244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 Sep 2007 21:20:51 +1000 Date: Sat, 22 Sep 2007 21:20:48 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= In-Reply-To: <86r6krqbrd.fsf@ds4.des.no> Message-ID: <20070922202914.B90809@besplex.bde.org> References: <200709220230.l8M2UiRK020609@repoman.freebsd.org> <86r6krqbrd.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1574293470-1190460048=:90809" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Sean Farley Subject: Re: cvs commit: src/lib/libc/stdlib getenv.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, 22 Sep 2007 11:21:02 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1574293470-1190460048=:90809 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 22 Sep 2007, [utf-8] Dag-Erling Sm=C3=B8rgrav wrote: > Sean Farley writes: >> Log: >> The precision for a string argument in a call to warnx() needs to be c= ast >> to an int to remove the warning from using a size_t variable on 64-bit >> platforms. > > s/to remove the warning/to actually work/ Please be precise :-). s/to remove the warning ... on 64-bit platforms/to avoid undefined behaviou= r on platforms where size_t is not u_int, and to avoid having to make a delicate analysis to show that the behaviour is defined and correct on all other platforms/. Delicate analysis: - size_t is always an unsigned type, but the required type is int, so size_t is never compatible with the required type. - on platforms where size_t is smaller than int, the arg type is nevertheless compatible with int, since warnx() is variadic and the arg is one of the variadic args; the default promotions thus apply and the arg is passed as an int whether or not you cast it explicitly to int (but casting it to a type larger than int would break it). FreeBSD doesn't support any platforms in this class. - on platforms where size_t is u_int, the arg is passed as a u_int. The analysis for this case is too delicate to give in full here. Partial analysis: - the size_t variable must have a small value that is representable as an int (else casting it to int would be a bug and/or printing a line of that length would be a style bug). - the behaviour seems to have been undefined in C90, since va_arg() requires strict type compatibility in C90 and warnx() is implemented using va_arg(ap, int) which gave UB on u_int's. Similarly for function calls, except the wording is less clear/strict. - UB in C90 was a bug in C90. This is fixed in C99. Now both va_arg() and function call args are specifically required to work if one type is a signed integer type, the [promotion of the] other type is the corresponding unsigned integer type, and the value is representable in both types. Compatibility of the representation of integers and unsigned integers probably also requires this, but the specification of this in C90 is probably to fuzzy to override the parts that specify UB. Everyone just knows that this case has to work. Bruce --0-1574293470-1190460048=:90809-- From owner-cvs-src@FreeBSD.ORG Sat Sep 22 14:23:53 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E9A216A417; Sat, 22 Sep 2007 14:23:53 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 405C013C46A; Sat, 22 Sep 2007 14:23:53 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MENroH011724; Sat, 22 Sep 2007 14:23:53 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MENrYH011723; Sat, 22 Sep 2007 14:23:53 GMT (envelope-from cognet) Message-Id: <200709221423.l8MENrYH011723@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 14:23: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/arm/include asmacros.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, 22 Sep 2007 14:23:53 -0000 cognet 2007-09-22 14:23:52 UTC FreeBSD src repository Modified files: sys/arm/include asmacros.h Log: Twist the RAS logic a bit to avoid branching. MFC After: 1 week Approved by: re (blanket) Revision Changes Path 1.6 +9 -12 src/sys/arm/include/asmacros.h From owner-cvs-src@FreeBSD.ORG Sat Sep 22 16:25:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD7016A417; Sat, 22 Sep 2007 16:25:43 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B628E13C45A; Sat, 22 Sep 2007 16:25:43 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MGPhUJ021662; Sat, 22 Sep 2007 16:25:43 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MGPhF7021661; Sat, 22 Sep 2007 16:25:43 GMT (envelope-from cognet) Message-Id: <200709221625.l8MGPhF7021661@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 16:25: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/arm/conf CRB src/sys/arm/xscale/i8134x crb_machdep.c files.crb i81342.c i81342reg.h iq81342_7seg.c iq81342reg.h iq81342var.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, 22 Sep 2007 16:25:43 -0000 cognet 2007-09-22 16:25:43 UTC FreeBSD src repository Modified files: sys/arm/conf CRB sys/arm/xscale/i8134x crb_machdep.c files.crb i81342.c i81342reg.h Added files: sys/arm/xscale/i8134x iq81342_7seg.c iq81342reg.h iq81342var.h Log: Add a driver for the 7seg found on the CRB board, largely based on the IQ31244 version. Approved by: re (blanket) Revision Changes Path 1.2 +2 -0 src/sys/arm/conf/CRB 1.2 +7 -0 src/sys/arm/xscale/i8134x/crb_machdep.c 1.2 +1 -0 src/sys/arm/xscale/i8134x/files.crb 1.2 +1 -0 src/sys/arm/xscale/i8134x/i81342.c 1.2 +3 -0 src/sys/arm/xscale/i8134x/i81342reg.h 1.1 +391 -0 src/sys/arm/xscale/i8134x/iq81342_7seg.c (new) 1.1 +33 -0 src/sys/arm/xscale/i8134x/iq81342reg.h (new) 1.1 +32 -0 src/sys/arm/xscale/i8134x/iq81342var.h (new) From owner-cvs-src@FreeBSD.ORG Sat Sep 22 18:22:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1933916A418; Sat, 22 Sep 2007 18:22:32 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA87E13C48E; Sat, 22 Sep 2007 18:22:31 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MIMVYR039614; Sat, 22 Sep 2007 18:22:31 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MIMVrF039613; Sat, 22 Sep 2007 18:22:31 GMT (envelope-from mlaier) Message-Id: <200709221822.l8MIMVrF039613@repoman.freebsd.org> From: Max Laier Date: Sat, 22 Sep 2007 18:22:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES 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: Sat, 22 Sep 2007 18:22:32 -0000 mlaier 2007-09-22 18:22:31 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Remove PF_MPSAFE_UGID leftover. Spotted by: bz Approved by: re (gnn) Revision Changes Path 1.1452 +0 -4 src/sys/conf/NOTES 1.607 +0 -1 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sat Sep 22 20:24:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BDCA16A417; Sat, 22 Sep 2007 20:24:08 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id CEA4D13C448; Sat, 22 Sep 2007 20:24:07 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l8MJwqFw034844; Sat, 22 Sep 2007 14:58:52 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Sat, 22 Sep 2007 14:58:52 -0500 (CDT) From: "Sean C. Farley" To: Bruce Evans In-Reply-To: <20070922202914.B90809@besplex.bde.org> Message-ID: References: <200709220230.l8M2UiRK020609@repoman.freebsd.org> <86r6krqbrd.fsf@ds4.des.no> <20070922202914.B90809@besplex.bde.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1449508764-1190491117=:52204" Content-ID: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail.farley.org Cc: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib getenv.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, 22 Sep 2007 20:24:08 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1449508764-1190491117=:52204 Content-Type: TEXT/PLAIN; CHARSET=UTF-8; FORMAT=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Sat, 22 Sep 2007, Bruce Evans wrote: > On Sat, 22 Sep 2007, [utf-8] Dag-Erling Smørgrav wrote: > >> Sean Farley writes: >>> Log: >>> The precision for a string argument in a call to warnx() needs to >>> be cast to an int to remove the warning from using a size_t >>> variable on 64-bit platforms. >> >> s/to remove the warning/to actually work/ I do agree with this; I consider warnings to be nests for bugs to hide. I also dislike casts in general since they can hide bugs too. This is why I wish the specification for the printf() family of functions, which warnx uses, required the precision to be size_t instead of int to match the output type of strlen(). Unfortunately, it would be ssize_t since it accepts negative values. > Please be precise :-). > > s/to remove the warning ... on 64-bit platforms/to avoid undefined > behaviour on platforms where size_t is not u_int, and to avoid having > to make a delicate analysis to show that the behaviour is defined and > correct on all other platforms/. Thank you for the analysis below. You are a wealth of standard/specification knowledge. > Delicate analysis: > - size_t is always an unsigned type, but the required type is int, so > size_t is never compatible with the required type. > - on platforms where size_t is smaller than int, the arg type is > nevertheless compatible with int, since warnx() is variadic and the > arg is one of the variadic args; the default promotions thus apply > and the arg is passed as an int whether or not you cast it > explicitly to int (but casting it to a type larger than int would > break it). FreeBSD doesn't support any platforms in this class. > - on platforms where size_t is u_int, the arg is passed as a u_int. > The analysis for this case is too delicate to give in full here. > Partial analysis: > - the size_t variable must have a small value that is representable > as an int (else casting it to int would be a bug and/or printing a > line of that length would be a style bug). What would be a good maximum that would fit style? Although still fairly big, NL_TEXTMAX for the entire line looks plausible. > - the behaviour seems to have been undefined in C90, since va_arg() > requires strict type compatibility in C90 and warnx() is > implemented using va_arg(ap, int) which gave UB on u_int's. > Similarly for function calls, except the wording is less > clear/strict. > - UB in C90 was a bug in C90. This is fixed in C99. Now both > va_arg() and function call args are specifically required to work > if one type is a signed integer type, the [promotion of the] other > type is the corresponding unsigned integer type, and the value is > representable in both types. Compatibility of the representation > of integers and unsigned integers probably also requires this, but > the specification of this in C90 is probably to fuzzy to override > the parts that specify UB. Everyone just knows that this case has > to work. I must be slow today; it took me awhile to see UB as undefined behavior. Would the best solution be to place a cap on the value? If the value is less than INT_MAX, cast it to an int else pass it INT_MAX. Actually, it looks like the value should never be greater than ARG_MAX if wanting to be able to call exec since according to SUSv3 that is the: Maximum length of argument to the exec functions including environment data. Hopefully, no environment variables (name=value string) are anywhere close in size to size_t. :) Here is a patch (untested) to at least cast safely. How does this look? Index: getenv.c =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/getenv.c,v retrieving revision 1.12 diff -u -r1.12 getenv.c --- getenv.c 22 Sep 2007 02:30:44 -0000 1.12 +++ getenv.c 22 Sep 2007 19:05:51 -0000 @@ -356,8 +356,8 @@ activeNdx = envVarsTotal - 1; if (__findenv(envVars[envNdx].name, nameLen, &activeNdx, false) == NULL) { - warnx(CorruptEnvFindMsg, (int)nameLen, - envVars[envNdx].name); + warnx(CorruptEnvFindMsg, nameLen > INT_MAX ? INT_MAX : + (int)nameLen, envVars[envNdx].name); errno = EFAULT; goto Failure; } Sean -- scf@FreeBSD.org --0-1449508764-1190491117=:52204-- From owner-cvs-src@FreeBSD.ORG Sat Sep 22 22:25:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD9316A417; Sat, 22 Sep 2007 22:25:25 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14C9D13C455; Sat, 22 Sep 2007 22:25:25 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MMPOVt067481; Sat, 22 Sep 2007 22:25:24 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MMPOLl067480; Sat, 22 Sep 2007 22:25:24 GMT (envelope-from cognet) Message-Id: <200709222225.l8MMPOLl067480@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 22:25:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/i8134x i81342reg.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, 22 Sep 2007 22:25:25 -0000 cognet 2007-09-22 22:25:24 UTC FreeBSD src repository Modified files: sys/arm/xscale/i8134x i81342reg.h Log: Add various macros for the ADMA unit. Approved by: re (blanket) Revision Changes Path 1.3 +39 -0 src/sys/arm/xscale/i8134x/i81342reg.h From owner-cvs-src@FreeBSD.ORG Sat Sep 22 22:47:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAFF916A417; Sat, 22 Sep 2007 22:47:49 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C36F13C44B; Sat, 22 Sep 2007 22:47:49 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MMlnaP068693; Sat, 22 Sep 2007 22:47:49 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MMlnsS068692; Sat, 22 Sep 2007 22:47:49 GMT (envelope-from cognet) Message-Id: <200709222247.l8MMlnsS068692@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 22:47: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/arm/arm 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: Sat, 22 Sep 2007 22:47:49 -0000 cognet 2007-09-22 22:47:49 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not at least the minimum asked by the driver. Approved by: re (blanket) Revision Changes Path 1.86 +3 -3 src/sys/arm/arm/pmap.c