From owner-cvs-src@FreeBSD.ORG Sun Feb 24 00:01:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C7FD16A401; Sun, 24 Feb 2008 00:01:07 +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 46F8C13C45B; Sun, 24 Feb 2008 00:01:07 +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 m1O0179L050800; Sun, 24 Feb 2008 00:01:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O016WU050799; Sun, 24 Feb 2008 00:01:06 GMT (envelope-from imp) Message-Id: <200802240001.m1O016WU050799@repoman.freebsd.org> From: Warner Losh Date: Sun, 24 Feb 2008 00:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/find function.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 00:01:07 -0000 imp 2008-02-24 00:01:06 UTC FreeBSD src repository Modified files: usr.bin/find function.c Log: The matching in -lname and -ilname are on the contents of the link itself, not on the type of the file. As such, do a readlink to get the symbolic link's contents and fail to match if the path isn't a symbolic link. Pointed out by: des@ Revision Changes Path 1.60 +10 -5 src/usr.bin/find/function.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 00:07:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D00C16A402; Sun, 24 Feb 2008 00:07:01 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E49C13C474; Sun, 24 Feb 2008 00:07:01 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1O071tc052283; Sun, 24 Feb 2008 00:07:01 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O071xr052282; Sun, 24 Feb 2008 00:07:01 GMT (envelope-from cperciva) Message-Id: <200802240007.m1O071xr052282@repoman.freebsd.org> From: Colin Percival Date: Sun, 24 Feb 2008 00:07:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 00:07:01 -0000 cperciva 2008-02-24 00:07:00 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: After finishing sending file data in sendfile(2), don't forget to send the provided trailers. This has been broken since revision 1.240. Submitted by: Dan Nelson PR: kern/120948 "sounds ok to me" from: phk MFC after: 3 days Revision Changes Path 1.269 +3 -1 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 00:58:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5343716A403; Sun, 24 Feb 2008 00:58:06 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 464E613C448; Sun, 24 Feb 2008 00:58:06 +0000 (UTC) (envelope-from gshapiro@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 m1O0w4CB064002; Sun, 24 Feb 2008 00:58:04 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O0w4hv064001; Sun, 24 Feb 2008 00:58:04 GMT (envelope-from gshapiro) Message-Id: <200802240058.m1O0w4hv064001@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 00:58:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/mail access.sample X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 00:58:06 -0000 gshapiro 2008-02-24 00:58:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/mail access.sample Log: MFC: Use better examples (and comment them out for safety). PR: 118837 Submitted by: Matthew Seaman Revision Changes Path 1.4 +13 -6 src/etc/mail/access.sample Revision Changes Path 1.3.24.1 +13 -6 src/etc/mail/access.sample From owner-cvs-src@FreeBSD.ORG Sun Feb 24 00:59:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8475516A401; Sun, 24 Feb 2008 00:59:25 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77A1913C46B; Sun, 24 Feb 2008 00:59:25 +0000 (UTC) (envelope-from gshapiro@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 m1O0xPae064062; Sun, 24 Feb 2008 00:59:25 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O0xPPw064061; Sun, 24 Feb 2008 00:59:25 GMT (envelope-from gshapiro) Message-Id: <200802240059.m1O0xPPw064061@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 00:59:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/mail access.sample X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 00:59:25 -0000 gshapiro 2008-02-24 00:59:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/mail access.sample Log: MFC: Use better examples (and comment them out for safety). PR: 118837 Submitted by: Matthew Seaman Revision Changes Path 1.4 +13 -6 src/etc/mail/access.sample Revision Changes Path 1.3.14.1 +13 -6 src/etc/mail/access.sample From owner-cvs-src@FreeBSD.ORG Sun Feb 24 00:59:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CD4216A402; Sun, 24 Feb 2008 00:59:48 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8018413C467; Sun, 24 Feb 2008 00:59:48 +0000 (UTC) (envelope-from gshapiro@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 m1O0xmkS064096; Sun, 24 Feb 2008 00:59:48 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O0xmJ5064095; Sun, 24 Feb 2008 00:59:48 GMT (envelope-from gshapiro) Message-Id: <200802240059.m1O0xmJ5064095@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 00:59:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/mail access.sample X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 00:59:48 -0000 gshapiro 2008-02-24 00:59:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/mail access.sample Log: MFC: Use better examples (and comment them out for safety). PR: 118837 Submitted by: Matthew Seaman Revision Changes Path 1.4 +13 -6 src/etc/mail/access.sample Revision Changes Path 1.3.8.1 +13 -6 src/etc/mail/access.sample From owner-cvs-src@FreeBSD.ORG Sun Feb 24 01:00:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9980B16A401; Sun, 24 Feb 2008 01:00:07 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CACB13C468; Sun, 24 Feb 2008 01:00:07 +0000 (UTC) (envelope-from gshapiro@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 m1O107tk064202; Sun, 24 Feb 2008 01:00:07 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O10783064201; Sun, 24 Feb 2008 01:00:07 GMT (envelope-from gshapiro) Message-Id: <200802240100.m1O10783064201@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 01:00:07 +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/etc/mail access.sample X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 01:00:07 -0000 gshapiro 2008-02-24 01:00:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc/mail access.sample Log: MFC: Use better examples (and comment them out for safety). PR: 118837 Submitted by: Matthew Seaman Revision Changes Path 1.4 +13 -6 src/etc/mail/access.sample Revision Changes Path 1.1.2.3 +13 -6 src/etc/mail/access.sample From owner-cvs-src@FreeBSD.ORG Sun Feb 24 01:02:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA59D16A404; Sun, 24 Feb 2008 01:02:18 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDA2E13C45A; Sun, 24 Feb 2008 01:02:18 +0000 (UTC) (envelope-from gshapiro@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 m1O12INm064307; Sun, 24 Feb 2008 01:02:18 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O12Ie6064306; Sun, 24 Feb 2008 01:02:18 GMT (envelope-from gshapiro) Message-Id: <200802240102.m1O12Ie6064306@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 01:02:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/sendmail freebsd.mc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 01:02:18 -0000 gshapiro 2008-02-24 01:02:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/sendmail freebsd.mc Log: MFC: Fix quoting for the dnsbl example -- m4 misparses quoted strings with commas due to our deconstruction of the line in cf/feature/dnsbl.m4. PR: 120038 Submitted by: mattijs vreeling Revision Changes Path 1.36 +1 -1 src/etc/sendmail/freebsd.mc Revision Changes Path 1.34.2.2 +1 -1 src/etc/sendmail/freebsd.mc From owner-cvs-src@FreeBSD.ORG Sun Feb 24 01:03:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 634F316A404; Sun, 24 Feb 2008 01:03:11 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56E2613C47E; Sun, 24 Feb 2008 01:03:11 +0000 (UTC) (envelope-from gshapiro@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 m1O13BvL065559; Sun, 24 Feb 2008 01:03:11 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O13BN1065558; Sun, 24 Feb 2008 01:03:11 GMT (envelope-from gshapiro) Message-Id: <200802240103.m1O13BN1065558@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 01:03:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/sendmail freebsd.mc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 01:03:11 -0000 gshapiro 2008-02-24 01:03:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/sendmail freebsd.mc Log: MFC: Fix quoting for the dnsbl example -- m4 misparses quoted strings with commas due to our deconstruction of the line in cf/feature/dnsbl.m4. PR: 120038 Submitted by: mattijs vreeling Revision Changes Path 1.36 +1 -1 src/etc/sendmail/freebsd.mc Revision Changes Path 1.30.2.5 +1 -1 src/etc/sendmail/freebsd.mc From owner-cvs-src@FreeBSD.ORG Sun Feb 24 01:03:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBC3816A40D; Sun, 24 Feb 2008 01:03:24 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE72513C469; Sun, 24 Feb 2008 01:03:24 +0000 (UTC) (envelope-from gshapiro@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 m1O13O3K065589; Sun, 24 Feb 2008 01:03:24 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O13Oha065588; Sun, 24 Feb 2008 01:03:24 GMT (envelope-from gshapiro) Message-Id: <200802240103.m1O13Oha065588@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 01:03:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/sendmail freebsd.mc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 01:03:24 -0000 gshapiro 2008-02-24 01:03:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/sendmail freebsd.mc Log: MFC: Fix quoting for the dnsbl example -- m4 misparses quoted strings with commas due to our deconstruction of the line in cf/feature/dnsbl.m4. PR: 120038 Submitted by: mattijs vreeling Revision Changes Path 1.36 +1 -1 src/etc/sendmail/freebsd.mc Revision Changes Path 1.29.2.5 +1 -1 src/etc/sendmail/freebsd.mc From owner-cvs-src@FreeBSD.ORG Sun Feb 24 01:03:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A18E16A406; Sun, 24 Feb 2008 01:03:34 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DBB813C44B; Sun, 24 Feb 2008 01:03:34 +0000 (UTC) (envelope-from gshapiro@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 m1O13Yjl065619; Sun, 24 Feb 2008 01:03:34 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O13X6d065618; Sun, 24 Feb 2008 01:03:33 GMT (envelope-from gshapiro) Message-Id: <200802240103.m1O13X6d065618@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 24 Feb 2008 01:03:33 +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/etc/sendmail freebsd.mc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 01:03:34 -0000 gshapiro 2008-02-24 01:03:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc/sendmail freebsd.mc Log: MFC: Fix quoting for the dnsbl example -- m4 misparses quoted strings with commas due to our deconstruction of the line in cf/feature/dnsbl.m4. PR: 120038 Submitted by: mattijs vreeling Revision Changes Path 1.36 +1 -1 src/etc/sendmail/freebsd.mc Revision Changes Path 1.10.2.24 +1 -1 src/etc/sendmail/freebsd.mc From owner-cvs-src@FreeBSD.ORG Sun Feb 24 01:09:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A4016A406 for ; Sun, 24 Feb 2008 01:09:51 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6CF13C46E for ; Sun, 24 Feb 2008 01:09:50 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 83386 invoked from network); 24 Feb 2008 00:25:23 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Feb 2008 00:25:23 -0000 Message-ID: <47C0C3DF.1080700@freebsd.org> Date: Sun, 24 Feb 2008 02:09:51 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Colin Percival References: <200802240007.m1O071xr052282@repoman.freebsd.org> In-Reply-To: <200802240007.m1O071xr052282@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 01:09:51 -0000 Colin Percival wrote: > cperciva 2008-02-24 00:07:00 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_syscalls.c > Log: > After finishing sending file data in sendfile(2), don't forget to send > the provided trailers. This has been broken since revision 1.240. > > Submitted by: Dan Nelson > PR: kern/120948 > "sounds ok to me" from: phk It is correct. > MFC after: 3 days > > Revision Changes Path > 1.269 +3 -1 src/sys/kern/uipc_syscalls.c Pointy hat extra wide and extra long to /me for not having written a proper regression program. Mea culpa. Shall happen never again. The implementation of kern_sendfile() is a damn complex beast. -- Andre From owner-cvs-src@FreeBSD.ORG Sun Feb 24 03:01:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8915E16A406; Sun, 24 Feb 2008 03:01:27 +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 6F3E313C43E; Sun, 24 Feb 2008 03:01:27 +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 m1O31ReN073107; Sun, 24 Feb 2008 03:01:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O31R4E073106; Sun, 24 Feb 2008 03:01:27 GMT (envelope-from marcel) Message-Id: <200802240301.m1O31R4E073106@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 24 Feb 2008 03:01: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/powerpc/fpu fpu_add.c fpu_emu.c fpu_emu.h fpu_extern.h fpu_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 03:01:27 -0000 marcel 2008-02-24 03:01:26 UTC FreeBSD src repository Modified files: sys/powerpc/fpu fpu_add.c fpu_emu.c fpu_emu.h fpu_extern.h fpu_subr.c Log: Resolve warnings exposed by LINT. o Put prototypes in a single header only. o Fix printf format specifiers. Revision Changes Path 1.2 +0 -1 src/sys/powerpc/fpu/fpu_add.c 1.2 +3 -3 src/sys/powerpc/fpu/fpu_emu.c 1.2 +2 -0 src/sys/powerpc/fpu/fpu_emu.h 1.2 +0 -21 src/sys/powerpc/fpu/fpu_extern.h 1.2 +0 -1 src/sys/powerpc/fpu/fpu_subr.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 05:13:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AA0316A407; Sun, 24 Feb 2008 05:13:21 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4924713C455; Sun, 24 Feb 2008 05:13:21 +0000 (UTC) (envelope-from silby@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 m1O5DKFx093032; Sun, 24 Feb 2008 05:13:20 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O5DKBG093031; Sun, 24 Feb 2008 05:13:20 GMT (envelope-from silby) Message-Id: <200802240513.m1O5DKBG093031@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 24 Feb 2008 05:13:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 05:13:21 -0000 silby 2008-02-24 05:13:20 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Change FreeBSD 7 so that it returns TCP options in the same order that FreeBSD 6 and before did. Doug White and the other bloodhounds at ISC discovered that while FreeBSD 7's ordering of options was more efficient, it caused some cable modem routers to ignore the SYN-ACKs ordered in this fashion. The placement of sackOK after the timestamp option seems to be the critical difference: FreeBSD 6: FreeBSD 7.0: FreeBSD 7.0 + this change: MFC after: 1 week Revision Changes Path 1.161 +5 -2 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Sun Feb 24 05:16:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEF7C16A400; Sun, 24 Feb 2008 05:16:55 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5B7A13C461; Sun, 24 Feb 2008 05:16:55 +0000 (UTC) (envelope-from kensmith@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 m1O5Gt3X093422; Sun, 24 Feb 2008 05:16:55 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O5Gt41093421; Sun, 24 Feb 2008 05:16:55 GMT (envelope-from kensmith) Message-Id: <200802240516.m1O5Gt41093421@repoman.freebsd.org> From: Ken Smith Date: Sun, 24 Feb 2008 05:16:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 05:16:55 -0000 kensmith 2008-02-24 05:16:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING Log: Speculate on the release date for FreeBSD 7.0. Revision Changes Path 1.507.2.5 +3 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sun Feb 24 05:17:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 799BB16A403; Sun, 24 Feb 2008 05:17:54 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 705F513C45B; Sun, 24 Feb 2008 05:17:54 +0000 (UTC) (envelope-from kensmith@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 m1O5HsRJ093531; Sun, 24 Feb 2008 05:17:54 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O5HsQG093530; Sun, 24 Feb 2008 05:17:54 GMT (envelope-from kensmith) Message-Id: <200802240517.m1O5HsQG093530@repoman.freebsd.org> From: Ken Smith Date: Sun, 24 Feb 2008 05:17:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 05:17:54 -0000 kensmith 2008-02-24 05:17:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . UPDATING Log: Speculate on the release date for FreeBSD 7.0. Approved by: re (implicit) Revision Changes Path 1.507.2.3.2.4 +3 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sun Feb 24 05:45:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0F4516A402; Sun, 24 Feb 2008 05:45:17 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A68DF13C457; Sun, 24 Feb 2008 05:45:17 +0000 (UTC) (envelope-from kensmith@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 m1O5jHM4000807; Sun, 24 Feb 2008 05:45:17 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O5jHGB000806; Sun, 24 Feb 2008 05:45:17 GMT (envelope-from kensmith) Message-Id: <200802240545.m1O5jHGB000806@repoman.freebsd.org> From: Ken Smith Date: Sun, 24 Feb 2008 05:45:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/conf newvers.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, 24 Feb 2008 05:45:17 -0000 kensmith 2008-02-24 05:45:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/conf newvers.sh Log: Prepare for tagging RELENG_7_0_0_RELEASE and the 7.0-RELEASE builds. Approved by: re (implicit) Revision Changes Path 1.72.2.5.2.4 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Sun Feb 24 07:02:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6864916A401; Sun, 24 Feb 2008 07:02:50 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 4652413C461; Sun, 24 Feb 2008 07:02:50 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.2/8.14.2) with ESMTP id m1O6cajQ042834; Sun, 24 Feb 2008 01:38:36 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m1O6cane042833; Sun, 24 Feb 2008 01:38:36 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Sun, 24 Feb 2008 01:38:36 -0500 From: David Schultz To: Marcel Moolenaar Message-ID: <20080224063836.GB42714@zim.MIT.EDU> Mail-Followup-To: Marcel Moolenaar , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200802232005.m1NK5R60022761@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200802232005.m1NK5R60022761@repoman.freebsd.org> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/powerpc/fpu fpu_add.c fpu_arith.h fpu_compare.c fpu_div.c fpu_emu.c fpu_emu.h fpu_explode.c fpu_extern.h fpu_implode.c fpu_instr.h fpu_mul.c fpu_sqrt.c fpu_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 07:02:50 -0000 On Sat, Feb 23, 2008, Marcel Moolenaar wrote: > marcel 2008-02-23 20:05:27 UTC > > FreeBSD src repository > > Added files: > sys/powerpc/fpu fpu_add.c fpu_arith.h fpu_compare.c > fpu_div.c fpu_emu.c fpu_emu.h > fpu_explode.c fpu_extern.h fpu_implode.c > fpu_instr.h fpu_mul.c fpu_sqrt.c > fpu_subr.c > Log: > Add a floating-point emulator so that a single userland or single ABI > can run on processors that don't have a FPU. This is typically the > case for Book E processors. While a tuned system will probably want > to use soft-float (or use a processor that has a FPU if the usage is > FP intensive enough), allowing hard-float on FPU-less systems gives > great portability and flexibility. > > Obtained from: NetBSD It looks like everything except for fpu_emu.? and fpu_instr.h is pretty generic, and surely there are other architectures (e.g., ARM, low-power 486-SX clones) that could use in-kernel FP emulation. Do you think it's worthwhile to separate the MI bits and put them somewhere other than sys/powerpc, or is the plan to burn that bridge when we get to it? From owner-cvs-src@FreeBSD.ORG Sun Feb 24 07:19:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49A816A401; Sun, 24 Feb 2008 07:19:31 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB28913C442; Sun, 24 Feb 2008 07:19:31 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1O7JVAL021225; Sun, 24 Feb 2008 07:19:31 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1O7JVGf021224; Sun, 24 Feb 2008 07:19:31 GMT (envelope-from kmacy) Message-Id: <200802240719.m1O7JVGf021224@repoman.freebsd.org> From: Kip Macy Date: Sun, 24 Feb 2008 07:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_offload.h src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 07:19:32 -0000 kmacy 2008-02-24 07:19:31 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_offload.h sys/dev/cxgb/ulp/tom cxgb_cpl_io.c Log: Fix namespace collision with sparc macro Revision Changes Path 1.8 +1 -1 src/sys/dev/cxgb/cxgb_offload.h 1.5 +5 -5 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 07:51:53 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5450D16A4FF; Sun, 24 Feb 2008 07:51:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2E0A313C4CE; Sun, 24 Feb 2008 07:51:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m1O7osLF056781; Sun, 24 Feb 2008 00:50:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 24 Feb 2008 00:51:19 -0700 (MST) Message-Id: <20080224.005119.1260396910.imp@bsdimp.com> To: das@freebsd.org From: "M. Warner Losh" In-Reply-To: <20080224063836.GB42714@zim.MIT.EDU> References: <200802232005.m1NK5R60022761@repoman.freebsd.org> <20080224063836.GB42714@zim.MIT.EDU> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, marcel@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/powerpc/fpu fpu_add.c fpu_arith.h fpu_compare.c fpu_div.c fpu_emu.c fpu_emu.h fpu_explode.c fpu_extern.h fpu_implode.c fpu_instr.h fpu_mul.c fpu_sqrt.c fpu_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 07:51:53 -0000 In message: <20080224063836.GB42714@zim.MIT.EDU> David Schultz writes: : On Sat, Feb 23, 2008, Marcel Moolenaar wrote: : > marcel 2008-02-23 20:05:27 UTC : > : > FreeBSD src repository : > : > Added files: : > sys/powerpc/fpu fpu_add.c fpu_arith.h fpu_compare.c : > fpu_div.c fpu_emu.c fpu_emu.h : > fpu_explode.c fpu_extern.h fpu_implode.c : > fpu_instr.h fpu_mul.c fpu_sqrt.c : > fpu_subr.c : > Log: : > Add a floating-point emulator so that a single userland or single ABI : > can run on processors that don't have a FPU. This is typically the : > case for Book E processors. While a tuned system will probably want : > to use soft-float (or use a processor that has a FPU if the usage is : > FP intensive enough), allowing hard-float on FPU-less systems gives : > great portability and flexibility. : > : > Obtained from: NetBSD : : It looks like everything except for fpu_emu.? and fpu_instr.h is : pretty generic, and surely there are other architectures (e.g., : ARM, low-power 486-SX clones) that could use in-kernel FP emulation. : Do you think it's worthwhile to separate the MI bits and put them : somewhere other than sys/powerpc, or is the plan to burn that : bridge when we get to it? I'd say the first new architecture to want to use this (ARM, 486SX or MIPS) should pay the freight for that. Warner From owner-cvs-src@FreeBSD.ORG Sun Feb 24 10:13:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C00416A402; Sun, 24 Feb 2008 10:13: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 8640513C4CC; Sun, 24 Feb 2008 10:13: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 m1OADXT8024837; Sun, 24 Feb 2008 10:13:33 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OADXgi024836; Sun, 24 Feb 2008 10:13:33 GMT (envelope-from mav) Message-Id: <200802241013.m1OADXgi024836@repoman.freebsd.org> From: Alexander Motin Date: Sun, 24 Feb 2008 10:13: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/netgraph ng_tee.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 10:13:33 -0000 mav 2008-02-24 10:13:32 UTC FreeBSD src repository Modified files: sys/netgraph ng_tee.c Log: Fix shutdown bug made by previous commit. Revision Changes Path 1.35 +1 -0 src/sys/netgraph/ng_tee.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 11:07:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DD816A402; Sun, 24 Feb 2008 11:07:30 +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 8432513C4F5; Sun, 24 Feb 2008 11:07:30 +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 00A7A46B42; Sun, 24 Feb 2008 06:07:30 -0500 (EST) Date: Sun, 24 Feb 2008 11:07:29 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Colin Percival In-Reply-To: <200802240007.m1O071xr052282@repoman.freebsd.org> Message-ID: <20080224110613.X25292@fledge.watson.org> References: <200802240007.m1O071xr052282@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 11:07:30 -0000 On Sun, 24 Feb 2008, Colin Percival wrote: > cperciva 2008-02-24 00:07:00 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_syscalls.c > Log: > After finishing sending file data in sendfile(2), don't forget to send > the provided trailers. This has been broken since revision 1.240. Nice work tracking this down -- it sounds like the perfect candidate for a regression test. Over the last year or two, we've been working hard to populate src/tools/regression/sockets with various test cases, and it sounds like the sendfile tests there could use some fleshing out, since we've now seen several rather significant functional regressions over the last few years. Any chance we can get you to take a look at doing that as well? :-) Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun Feb 24 12:16:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F9A316A401; Sun, 24 Feb 2008 12:16:02 +0000 (UTC) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D246813C448; Sun, 24 Feb 2008 12:16:01 +0000 (UTC) (envelope-from akiyama@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 m1OCG1RD031079; Sun, 24 Feb 2008 12:16:01 GMT (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OCG1Bx031078; Sun, 24 Feb 2008 12:16:01 GMT (envelope-from akiyama) Message-Id: <200802241216.m1OCG1Bx031078@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 24 Feb 2008 12:16: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/sys/dev/usb ucom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 12:16:02 -0000 akiyama 2008-02-24 12:16:01 UTC FreeBSD src repository Modified files: sys/dev/usb ucom.c Log: o Add module event handler. Now ucom kernel module can unload properly. o Update copyright year. PR: usb/88966 MFC after: 1 week Revision Changes Path 1.65 +19 -2 src/sys/dev/usb/ucom.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 12:22:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A49E16A406 for ; Sun, 24 Feb 2008 12:22:08 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9940213C461 for ; Sun, 24 Feb 2008 12:22:07 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 89414 invoked from network); 24 Feb 2008 11:37:35 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Feb 2008 11:37:35 -0000 Message-ID: <47C1616F.5040603@freebsd.org> Date: Sun, 24 Feb 2008 13:22:07 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Robert Watson References: <200802240007.m1O071xr052282@repoman.freebsd.org> <20080224110613.X25292@fledge.watson.org> In-Reply-To: <20080224110613.X25292@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Colin Percival Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 12:22:08 -0000 Robert Watson wrote: > On Sun, 24 Feb 2008, Colin Percival wrote: > >> cperciva 2008-02-24 00:07:00 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern uipc_syscalls.c >> Log: >> After finishing sending file data in sendfile(2), don't forget to send >> the provided trailers. This has been broken since revision 1.240. > > Nice work tracking this down -- it sounds like the perfect candidate for > a regression test. Over the last year or two, we've been working hard > to populate src/tools/regression/sockets with various test cases, and it > sounds like the sendfile tests there could use some fleshing out, since > we've now seen several rather significant functional regressions over > the last few years. Any chance we can get you to take a look at doing > that as well? :-) Writing a regression test should be my task as I'm the one who broke the stuff with rev 1.240. I'll whip something up over the next week. -- Andre From owner-cvs-src@FreeBSD.ORG Sun Feb 24 13:20:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C36F316A400; Sun, 24 Feb 2008 13:20:01 +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 8D4D713C4D3; Sun, 24 Feb 2008 13:20:01 +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 DFC3846B16; Sun, 24 Feb 2008 08:20:00 -0500 (EST) Date: Sun, 24 Feb 2008 13:20:00 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <47C1616F.5040603@freebsd.org> Message-ID: <20080224131348.C29908@fledge.watson.org> References: <200802240007.m1O071xr052282@repoman.freebsd.org> <20080224110613.X25292@fledge.watson.org> <47C1616F.5040603@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, Colin Percival Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 13:20:01 -0000 On Sun, 24 Feb 2008, Andre Oppermann wrote: >>> After finishing sending file data in sendfile(2), don't forget to send >>> the provided trailers. This has been broken since revision 1.240. >> >> Nice work tracking this down -- it sounds like the perfect candidate for a >> regression test. Over the last year or two, we've been working hard to >> populate src/tools/regression/sockets with various test cases, and it >> sounds like the sendfile tests there could use some fleshing out, since >> we've now seen several rather significant functional regressions over the >> last few years. Any chance we can get you to take a look at doing that as >> well? :-) > > Writing a regression test should be my task as I'm the one who broke the That would be really great, thanks! Make sure to add a protocol switch/loop somewhere so that the tests are run over UNIX domain sockets and SCTP, not just for TCP on IPv4 and IPv6. I suspect sendfile() on non-TCP sockets doesn't see a whole lot of use, but needs to be exercised also. Certainly SCTP will see a lot more use in the future. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun Feb 24 13:21:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3667316A400; Sun, 24 Feb 2008 13:21:14 +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 0882813C4CC; Sun, 24 Feb 2008 13:21:14 +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 m1ODLDEC043400; Sun, 24 Feb 2008 13:21:13 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1ODLDQT043399; Sun, 24 Feb 2008 13:21:13 GMT (envelope-from mav) Message-Id: <200802241321.m1ODLDQT043399@repoman.freebsd.org> From: Alexander Motin Date: Sun, 24 Feb 2008 13:21:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 13:21:14 -0000 mav 2008-02-24 13:21:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_bpf.c Log: Partial MFC rev. 1.23-1.24 - Avoid data copying. bpf_filter() is able to work directly on mbuf chain - Prepare hooks direct pointers on setup to avoid heavy ng_findhook() calls during operarion. Merge is 'Partial' due to lack of JITTER support on 6.x. Revision Changes Path 1.19.2.2 +68 -34 src/sys/netgraph/ng_bpf.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 13:55:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B8B16A401; Sun, 24 Feb 2008 13:55:45 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA3C13C4FB; Sun, 24 Feb 2008 13:55:44 +0000 (UTC) (envelope-from remko@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 m1ODtiKD044601; Sun, 24 Feb 2008 13:55:44 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1ODti2f044600; Sun, 24 Feb 2008 13:55:44 GMT (envelope-from remko) Message-Id: <200802241355.m1ODti2f044600@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 13:55:43 +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/mtree verify.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 13:55:45 -0000 remko 2008-02-24 13:55:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/mtree verify.c Log: MFC rev 1.26 verify.c When applying a spec, traverse the existing directory tree in lexical order. This allows direct comparison of the output of two different runs, regardless of the order in which readdir(2) returns directory entries. MFC after: 3 weeks Approved by: imp (mentor, implicit for trivial changes), des (I am doing several MFC's for him). Revision Changes Path 1.23.8.3 +7 -1 src/usr.sbin/mtree/verify.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:01:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F094D16A404; Sun, 24 Feb 2008 14:01:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7B8A13C43E; Sun, 24 Feb 2008 14:01:09 +0000 (UTC) (envelope-from remko@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 m1OE19ke044821; Sun, 24 Feb 2008 14:01:09 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OE19He044820; Sun, 24 Feb 2008 14:01:09 GMT (envelope-from remko) Message-Id: <200802241401.m1OE19He044820@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 14:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 14:01:10 -0000 remko 2008-02-24 14:01:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ichwd ichwd.c ichwd.h Log: MFC rev 1.12 to 1.14 for ichwd.c rev 1.12 Tabify rev 1.13 Add device IDs for the ICH9 family. PR: i386/119126 Submitted by: Dan Lukes MFC after: 1 week rev 1.14 Add support for ICH8M. PR: kern/119351 Submitted by: Takeharu KATO MFC after: 1 week MFC rev 1.6 to 1.8 for ichwd.h rev 1.6 Tabify. rev 1.7 Add device IDs for the ICH9 family. PR: i386/119126 Submitted by: Dan Lukes MFC after: 1 week rev 1.8 Add support for ICH8M. PR: kern/119351 Submitted by: Takeharu KATO MFC after: 1 week Approved by: imp (mentor, implicit for trivial changes), des ( I am doing some MFC's for him) Revision Changes Path 1.10.2.2 +24 -19 src/sys/dev/ichwd/ichwd.c 1.4.2.2 +6 -1 src/sys/dev/ichwd/ichwd.h From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:14:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B55B316A403; Sun, 24 Feb 2008 14:14:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B77E13C478; Sun, 24 Feb 2008 14:14:40 +0000 (UTC) (envelope-from remko@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 m1OEEeEJ046407; Sun, 24 Feb 2008 14:14:40 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OEEemJ046406; Sun, 24 Feb 2008 14:14:40 GMT (envelope-from remko) Message-Id: <200802241414.m1OEEemJ046406@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 14:14:40 +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/ichwd ichwd.c ichwd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 14:14:40 -0000 remko 2008-02-24 14:14:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ichwd ichwd.c ichwd.h Log: MFC rev 1.11 to 1.14 for ichwd.c rev 1.11 Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems will not install without the usb changes in the install kernel, so I would like to MFC this in time for 7.0 RC MFC: 3 days rev 1.12 Tabify rev 1.13 Add device IDs for the ICH9 family. PR: i386/119126 Submitted by: Dan Lukes MFC after: 1 week rev 1.14 Add support for ICH8M. PR: kern/119351 Submitted by: Takeharu KATO MFC after: 1 week MFC rev 1.5 to 1.8 for ichwd.h rev 1.5 Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems will not install without the usb changes in the install kernel, so I would like to MFC this in time for 7.0 RC MFC: 3 days rev 1.6 Tabify. rev 1.7 Add device IDs for the ICH9 family. PR: i386/119126 Submitted by: Dan Lukes MFC after: 1 week rev 1.8 Add support for ICH8M. PR: kern/119351 Submitted by: Takeharu KATO MFC after: 1 week Approved by: imp (mentor, implicit for trivial changes), des ( I am doing some MFC's for him) Revision Changes Path 1.5.2.5 +24 -18 src/sys/dev/ichwd/ichwd.c 1.2.2.3 +7 -1 src/sys/dev/ichwd/ichwd.h From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:25:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B21B16A400; Sun, 24 Feb 2008 14:25:19 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E09713C467; Sun, 24 Feb 2008 14:25:19 +0000 (UTC) (envelope-from remko@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 m1OEPJs7046846; Sun, 24 Feb 2008 14:25:19 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OEPJAo046845; Sun, 24 Feb 2008 14:25:19 GMT (envelope-from remko) Message-Id: <200802241425.m1OEPJAo046845@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 14:25:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 14:25:19 -0000 remko 2008-02-24 14:25:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/security 100.chksetuid Log: MFC rev 1.9 to 1.10 100.chksetuid rev 1.9 Also check setuid executables on ZFS. rev 1.10 Rewrite to consume significantly less memory, by using find -s instead of find | sort. As a bonus, this simplifies the logic considerably. Also remove the bogus "overruning the args to ls" comment and the corresponding "-n 20" argument to xargs; the whole point with xargs is precisely that it knows how large the argument list can safely get. Note that the first run of the updated script may hypotheticall produce false positives due to differences between find's and sort's sorting algorithm. I haven't seen this during testing, but others might. MFC after: 2 weeks Approved by: imp (mentor, implicit for trivial changes), des (doing some MFC's for him) Revision Changes Path 1.8.2.1 +11 -16 src/etc/periodic/security/100.chksetuid From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:26:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC10516A404; Sun, 24 Feb 2008 14:26:44 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C145B13C448; Sun, 24 Feb 2008 14:26:44 +0000 (UTC) (envelope-from remko@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 m1OEQimm046892; Sun, 24 Feb 2008 14:26:44 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OEQi5W046891; Sun, 24 Feb 2008 14:26:44 GMT (envelope-from remko) Message-Id: <200802241426.m1OEQi5W046891@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 14:26:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 14:26:45 -0000 remko 2008-02-24 14:26:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/periodic/security 100.chksetuid Log: MFC rev 1.10 100.chksetuid rev 1.10 Rewrite to consume significantly less memory, by using find -s instead of find | sort. As a bonus, this simplifies the logic considerably. Also remove the bogus "overruning the args to ls" comment and the corresponding "-n 20" argument to xargs; the whole point with xargs is precisely that it knows how large the argument list can safely get. Note that the first run of the updated script may hypotheticall produce false positives due to differences between find's and sort's sorting algorithm. I haven't seen this during testing, but others might. MFC after: 2 weeks Approved by: imp (mentor, implicit for trivial changes), des (doing some MFC's for him) Revision Changes Path 1.8.10.2 +11 -16 src/etc/periodic/security/100.chksetuid From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:31:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5582016A402; Sun, 24 Feb 2008 14:31:42 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5F013C465; Sun, 24 Feb 2008 14:31:42 +0000 (UTC) (envelope-from remko@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 m1OEVgho047050; Sun, 24 Feb 2008 14:31:42 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OEVgD5047049; Sun, 24 Feb 2008 14:31:42 GMT (envelope-from remko) Message-Id: <200802241431.m1OEVgD5047049@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 14:31:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 14:31:42 -0000 remko 2008-02-24 14:31:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . Makefile.inc1 Log: MFC rev 1.597 to 1.598 Makefile.inc1 rev 1.597 Give usr.bin/kdump/kdump_subr.c the same treatment as usr.bin/kdump/ioctl.c and usr.bin/truss/ioctl.c. This is the correct way to address the problem that arises when doing an incremental build after a header used by kdump has been removed (cf. i4b disconnect a while ago) Explained by: ru MFC after: 2 weeks rev 1.598 Satisfy a particularly obstinate nit-picker :) Approved by: imp (mentor, implicit for trivial changes), des (I am doing several MFC's for him) Revision Changes Path 1.588.2.4 +2 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:50:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3955B16A405 for ; Sun, 24 Feb 2008 14:50:30 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8C61D13C4F0 for ; Sun, 24 Feb 2008 14:50:29 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 91264 invoked from network); 24 Feb 2008 14:05:55 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Feb 2008 14:05:55 -0000 Message-ID: <47C18436.5060308@freebsd.org> Date: Sun, 24 Feb 2008 15:50:30 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Mike Silbersack References: <200802240513.m1O5DKBG093031@repoman.freebsd.org> In-Reply-To: <200802240513.m1O5DKBG093031@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 14:50:30 -0000 Mike Silbersack wrote: > silby 2008-02-24 05:13:20 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_var.h > Log: > Change FreeBSD 7 so that it returns TCP options in > the same order that FreeBSD 6 and before did. Doug > White and the other bloodhounds at ISC discovered that > while FreeBSD 7's ordering of options was more efficient, > it caused some cable modem routers to ignore the > SYN-ACKs ordered in this fashion. Could you be more specific on which models/firmware choke on this? I'd like to document all known broken devices and share the information with other TCP implementors. Also I want to try to contact the vendor and have them fix the issue. -- Andre > The placement of sackOK after the timestamp option seems > to be the critical difference: > > FreeBSD 6: > > > FreeBSD 7.0: > > > FreeBSD 7.0 + this change: > From owner-cvs-src@FreeBSD.ORG Sun Feb 24 15:37:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CD016A407; Sun, 24 Feb 2008 15:37:46 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADD313C448; Sun, 24 Feb 2008 15:37:46 +0000 (UTC) (envelope-from piso@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 m1OFbkDB050523; Sun, 24 Feb 2008 15:37:46 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OFbkEr050522; Sun, 24 Feb 2008 15:37:46 GMT (envelope-from piso) Message-Id: <200802241537.m1OFbkEr050522@repoman.freebsd.org> From: Paolo Pisati Date: Sun, 24 Feb 2008 15:37:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 15:37:46 -0000 piso 2008-02-24 15:37:46 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw.8 ipfw2.c Log: Add table/tablearg support to ipfw's nat. MFC After: 1 week Revision Changes Path 1.210 +1 -1 src/sbin/ipfw/ipfw.8 1.117 +5 -9 src/sbin/ipfw/ipfw2.c 1.181 +4 -2 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:26:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD2B16A40E; Sun, 24 Feb 2008 16:26:52 +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 6471813C4E1; Sun, 24 Feb 2008 16:26:52 +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 m1OGQqwu053355; Sun, 24 Feb 2008 16:26:52 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGQqVu053354; Sun, 24 Feb 2008 16:26:52 GMT (envelope-from attilio) Message-Id: <200802241626.m1OGQqVu053354@repoman.freebsd.org> From: Attilio Rao Date: Sun, 24 Feb 2008 16:26: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/netsmb smb_conn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:26:52 -0000 attilio 2008-02-24 16:26:52 UTC FreeBSD src repository Modified files: sys/netsmb smb_conn.c Log: Currently, smb_co_init() uses the same lock name for the mutex interlock and the lockmgr. Use different names in order to avoid WITNESS conflicts. Reported by: Bryan Venteicher Revision Changes Path 1.20 +9 -8 src/sys/netsmb/smb_conn.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:28:57 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5428D16A400; Sun, 24 Feb 2008 16:28:57 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id AD24413C45E; Sun, 24 Feb 2008 16:28:56 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.2/8.14.1) with ESMTP id m1OGSs9i091912; Sun, 24 Feb 2008 19:28:54 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sun, 24 Feb 2008 19:28:54 +0300 (MSK) From: Dmitry Morozovsky To: Remko Lodder In-Reply-To: <200802241425.m1OEPJAo046845@repoman.freebsd.org> Message-ID: <20080224192835.M26112@woozle.rinet.ru> References: <200802241425.m1OEPJAo046845@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Sun, 24 Feb 2008 19:28:54 +0300 (MSK) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:28:57 -0000 On Sun, 24 Feb 2008, Remko Lodder wrote: RL> remko 2008-02-24 14:25:18 UTC RL> RL> FreeBSD src repository RL> RL> Modified files: (Branch: RELENG_6) RL> etc/periodic/security 100.chksetuid RL> Log: RL> MFC rev 1.9 to 1.10 100.chksetuid RL> RL> rev 1.9 RL> Also check setuid executables on ZFS. Hmm, is it applicable to RELENG_6? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:31:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C02A916A408 for ; Sun, 24 Feb 2008 16:31:33 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.freebsd.org (Postfix) with SMTP id 2961E13C465 for ; Sun, 24 Feb 2008 16:31:32 +0000 (UTC) (envelope-from silby@silby.com) Received: (qmail 81588 invoked from network); 24 Feb 2008 16:31:31 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 24 Feb 2008 16:31:31 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sun, 24 Feb 2008 10:31:30 -0600 (CST) From: Mike Silbersack To: Andre Oppermann In-Reply-To: <47C18436.5060308@freebsd.org> Message-ID: <20080224103053.S93514@odysseus.silby.com> References: <200802240513.m1O5DKBG093031@repoman.freebsd.org> <47C18436.5060308@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: dwhite@freebsd.org, cvs-src@FreeBSD.org, Mike Silbersack , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 16:31:33 -0000 On Sun, 24 Feb 2008, Andre Oppermann wrote: > Could you be more specific on which models/firmware choke > on this? I'd like to document all known broken devices and > share the information with other TCP implementors. Also I > want to try to contact the vendor and have them fix the issue. > > -- > Andre I neglected to ask Doug if he made note of the model involved. Doug, can you get that info? -Mike From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:38:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2E9216A405; Sun, 24 Feb 2008 16:38:58 +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 ADEEB13C4DB; Sun, 24 Feb 2008 16:38:58 +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 m1OGcwNd053918; Sun, 24 Feb 2008 16:38:58 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGcwU0053917; Sun, 24 Feb 2008 16:38:58 GMT (envelope-from attilio) Message-Id: <200802241638.m1OGcwU0053917@repoman.freebsd.org> From: Attilio Rao Date: Sun, 24 Feb 2008 16:38:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_znode.c src/sys/fs/nwfs nwfs_node.c src/sys/fs/pseudofs pseudofs_vncache.c src/sys/fs/smbfs smbfs_node.c src/sys/gnu/fs/xfs/FreeBSD xfs_freebsd_iget.c src/sys/kern vfs_lookup.c src/sys/netncp ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:38:58 -0000 attilio 2008-02-24 16:38:58 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_znode.c sys/fs/nwfs nwfs_node.c sys/fs/pseudofs pseudofs_vncache.c sys/fs/smbfs smbfs_node.c sys/gnu/fs/xfs/FreeBSD xfs_freebsd_iget.c sys/kern vfs_lookup.c sys/netncp ncp_conn.c sys/nfsclient nfs_node.c sys/sys vnode.h sys/ufs/ffs ffs_softdep.c ffs_vfsops.c Log: Introduce some functions in the vnode locks namespace and in the ffs namespace in order to handle lockmgr fields in a controlled way instead than spreading all around bogus stubs: - VN_LOCK_AREC() allows lock recursion for a specified vnode - VN_LOCK_ASHARE() allows lock sharing for a specified vnode In FFS land: - BUF_AREC() allows lock recursion for a specified buffer lock - BUF_NOREC() disallows recursion for a specified buffer lock Side note: union_subr.c::unionfs_node_update() is the only other function directly handling lockmgr fields. As this is not simple to fix, it has been left behind as "sole" exception. Revision Changes Path 1.13 +4 -4 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c 1.42 +1 -1 src/sys/fs/nwfs/nwfs_node.c 1.41 +1 -1 src/sys/fs/pseudofs/pseudofs_vncache.c 1.37 +1 -1 src/sys/fs/smbfs/smbfs_node.c 1.4 +1 -1 src/sys/gnu/fs/xfs/FreeBSD/xfs_freebsd_iget.c 1.106 +1 -1 src/sys/kern/vfs_lookup.c 1.32 +1 -1 src/sys/netncp/ncp_conn.c 1.88 +2 -2 src/sys/nfsclient/nfs_node.c 1.330 +3 -0 src/sys/sys/vnode.h 1.217 +6 -3 src/sys/ufs/ffs/ffs_softdep.c 1.336 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:47:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22E016A402; Sun, 24 Feb 2008 16:47:20 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 882AC13C45E; Sun, 24 Feb 2008 16:47:20 +0000 (UTC) (envelope-from remko@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 m1OGlKUd063211; Sun, 24 Feb 2008 16:47:20 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGlKDX063210; Sun, 24 Feb 2008 16:47:20 GMT (envelope-from remko) Message-Id: <200802241647.m1OGlKDX063210@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 16:47:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:47:20 -0000 remko 2008-02-24 16:47:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/security 100.chksetuid Log: Remove ZFS from the search list. ZFS is not available on RELENG_6. Noticed by: rink Revision Changes Path 1.8.2.2 +1 -1 src/etc/periodic/security/100.chksetuid From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:50:24 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9387616A404; Sun, 24 Feb 2008 16:50:24 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id 4071D13C455; Sun, 24 Feb 2008 16:50:24 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtpa (Exim 4.67) (envelope-from ) id 1JTK3S-0002IF-V3; Sun, 24 Feb 2008 17:50:23 +0100 Received: from 195.64.94.120 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Sun, 24 Feb 2008 17:50:22 +0100 (CET) Message-ID: <55333.195.64.94.120.1203871822.squirrel@galain.elvandar.org> In-Reply-To: <200802241647.m1OGlKDX063210@repoman.freebsd.org> References: <200802241647.m1OGlKDX063210@repoman.freebsd.org> Date: Sun, 24 Feb 2008 17:50:22 +0100 (CET) From: "Remko Lodder" To: "Remko Lodder" User-Agent: SquirrelMail/1.4.13 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/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:50:24 -0000 On Sun, February 24, 2008 5:47 pm, Remko Lodder wrote: > remko 2008-02-24 16:47:20 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > etc/periodic/security 100.chksetuid > Log: > Remove ZFS from the search list. ZFS is not available on > RELENG_6. > > Noticed by: rink ^^^ Approved by: imp (mentor, implicit for trivial changes) -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:50:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 180C516A401; Sun, 24 Feb 2008 16:50:56 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D20A213C459; Sun, 24 Feb 2008 16:50:55 +0000 (UTC) (envelope-from stefanf@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 m1OGotah063807; Sun, 24 Feb 2008 16:50:55 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGotF9063806; Sun, 24 Feb 2008 16:50:55 GMT (envelope-from stefanf) Message-Id: <200802241650.m1OGotF9063806@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 24 Feb 2008 16: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/bin/sh cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:50:56 -0000 stefanf 2008-02-24 16:50:55 UTC FreeBSD src repository Modified files: bin/sh cd.c Log: Split updatepwd() into two smaller functions. The first one, findpwd(), computes the new path and the second one, updatepwd(), updates the variables PWD, OLDPWD and the path used for the pwd builtin according to the new directory. For a logical directory change, chdir() is now called between those two functions, no longer causing wrong values to be stored in PWD etc. if it fails. PR: 64990, 101316, 120571 Revision Changes Path 1.36 +45 -38 src/bin/sh/cd.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:52:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C61C16A401; Sun, 24 Feb 2008 16:52:03 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11DBD13C447; Sun, 24 Feb 2008 16:52:03 +0000 (UTC) (envelope-from stefanf@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 m1OGq2n2063877; Sun, 24 Feb 2008 16:52:02 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGq243063876; Sun, 24 Feb 2008 16:52:02 GMT (envelope-from stefanf) Message-Id: <200802241652.m1OGq243063876@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 24 Feb 2008 16:52: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/tools/regression/bin/sh/builtins cd1.0 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:52:03 -0000 stefanf 2008-02-24 16:52:02 UTC FreeBSD src repository Added files: tools/regression/bin/sh/builtins cd1.0 Log: Add a regression test for cd.c's revision 1.35. Revision Changes Path 1.1 +17 -0 src/tools/regression/bin/sh/builtins/cd1.0 (new) From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:55:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30DCA16A407; Sun, 24 Feb 2008 16:55:43 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAB7613C461; Sun, 24 Feb 2008 16:55:42 +0000 (UTC) (envelope-from stefanf@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 m1OGtgTe064059; Sun, 24 Feb 2008 16:55:42 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGtg6L064058; Sun, 24 Feb 2008 16:55:42 GMT (envelope-from stefanf) Message-Id: <200802241655.m1OGtg6L064058@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 24 Feb 2008 16:55: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/tools/regression/bin/sh/builtins cd1.0 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:55:43 -0000 stefanf 2008-02-24 16:55:42 UTC FreeBSD src repository Modified files: tools/regression/bin/sh/builtins cd1.0 Log: Forced commit to fix message: Add a regression test for cd.c's revision 1.36. Revision Changes Path 1.2 +0 -0 src/tools/regression/bin/sh/builtins/cd1.0 From owner-cvs-src@FreeBSD.ORG Sun Feb 24 16:58:19 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 827D716A400; Sun, 24 Feb 2008 16:58:19 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id 28F2B13C442; Sun, 24 Feb 2008 16:58:19 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtpa (Exim 4.67) (envelope-from ) id 1JTKB8-0002Mx-8t; Sun, 24 Feb 2008 17:58:18 +0100 Received: from 195.64.94.120 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Sun, 24 Feb 2008 17:58:18 +0100 (CET) Message-ID: <57285.195.64.94.120.1203872298.squirrel@galain.elvandar.org> In-Reply-To: <20080224192835.M26112@woozle.rinet.ru> References: <200802241425.m1OEPJAo046845@repoman.freebsd.org> <20080224192835.M26112@woozle.rinet.ru> Date: Sun, 24 Feb 2008 17:58:18 +0100 (CET) From: "Remko Lodder" To: "Dmitry Morozovsky" User-Agent: SquirrelMail/1.4.13 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/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 16:58:19 -0000 On Sun, February 24, 2008 5:28 pm, Dmitry Morozovsky wrote: > On Sun, 24 Feb 2008, Remko Lodder wrote: > > RL> remko 2008-02-24 14:25:18 UTC > RL> > RL> FreeBSD src repository > RL> > RL> Modified files: (Branch: RELENG_6) > RL> etc/periodic/security 100.chksetuid > RL> Log: > RL> MFC rev 1.9 to 1.10 100.chksetuid > RL> > RL> rev 1.9 > RL> Also check setuid executables on ZFS. > > Hmm, is it applicable to RELENG_6? > Nope you are right, I didnt think about that Rink poked me as well about this. Didn't see your message till after I committed the fix. Thanks for the poke and the attention to details :) Cheers remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-src@FreeBSD.ORG Sun Feb 24 17:10:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6768D16A407; Sun, 24 Feb 2008 17:10:31 +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 2C48A13C45A; Sun, 24 Feb 2008 17:10:31 +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 m1OHAVLY065780; Sun, 24 Feb 2008 17:10:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OHAVPZ065779; Sun, 24 Feb 2008 17:10:31 GMT (envelope-from marcel) Message-Id: <200802241710.m1OHAVPZ065779@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 24 Feb 2008 17: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/sys/powerpc/fpu fpu_emu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 17:10:31 -0000 marcel 2008-02-24 17:10:31 UTC FreeBSD src repository Modified files: sys/powerpc/fpu fpu_emu.c Log: Don't define DEBUG. No debugging required. Pointy hat: marcel Revision Changes Path 1.3 +0 -2 src/sys/powerpc/fpu/fpu_emu.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 17:57:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D006016A404; Sun, 24 Feb 2008 17:57:29 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC3F513C447; Sun, 24 Feb 2008 17:57:29 +0000 (UTC) (envelope-from kaiw@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 m1OHvTOU067367; Sun, 24 Feb 2008 17:57:29 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from kaiw@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OHvTfT067366; Sun, 24 Feb 2008 17:57:29 GMT (envelope-from kaiw) Message-Id: <200802241757.m1OHvTfT067366@repoman.freebsd.org> From: Kai Wang Date: Sun, 24 Feb 2008 17:57: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/usr.bin/ar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 17:57:29 -0000 kaiw 2008-02-24 17:57:29 UTC FreeBSD src repository Modified files: usr.bin/ar write.c Log: Handle properly when insert zero size objects into the archive: Do not mmap 0-size objects and do not try to extract symbol from 0-size objects, but do treat 0-size objects as qualified objects and accept them as an archive member. (A member with only the header part) Note that GNU binutils ar on FreeBSD ignores 0-size objects, but on Linux it accepts them. [1] But, since this is a rare usage, we can safely ignore the compatibility issue. Reported by: Michael Plass Pointed out by: Michael Plass [1] Reviewed by: Michael Plass Reviewed by: jkoshy Approved by: jkoshy (mentor) Revision Changes Path 1.2 +9 -3 src/usr.bin/ar/write.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 18:03:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9883A16A401; Sun, 24 Feb 2008 18:03:57 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 745C613C45B; Sun, 24 Feb 2008 18:03:57 +0000 (UTC) (envelope-from alc@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 m1OI3vnY068770; Sun, 24 Feb 2008 18:03:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OI3vFk068769; Sun, 24 Feb 2008 18:03:57 GMT (envelope-from alc) Message-Id: <200802241803.m1OI3vFk068769@repoman.freebsd.org> From: Alan Cox Date: Sun, 24 Feb 2008 18:03:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 18:03:57 -0000 alc 2008-02-24 18:03:57 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Correct a long-standing error in vm_object_deallocate(). Specifically, only anonymous default (OBJT_DEFAULT) and swap (OBJT_SWAP) objects should ever have OBJ_ONEMAPPING set. However, vm_object_deallocate() was setting it on device (OBJT_DEVICE) objects. As a result, vm_object_page_remove() could be called on a device object and if that occurred pmap_remove_all() would be called on the device object's pages. However, a device object's pages are fictitious, and fictitious pages do not have an initialized pv list (struct md_page). To date, fictitious pages have been allocated from zeroed memory, effectively hiding this problem. Now, however, the conversion of rotting diagnostics to invariants in the amd64 and i386 pmaps has revealed the problem. Specifically, assertion failures have occurred during the initialization phase of the X server on some hardware. MFC after: 1 week Discussed with: Kostik Belousov Reported by: Michiel Boland Revision Changes Path 1.391 +4 -1 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 18:07:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6709816A409; Sun, 24 Feb 2008 18:07:47 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A86713C43E; Sun, 24 Feb 2008 18:07:47 +0000 (UTC) (envelope-from kaiw@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 m1OI7lqQ068966; Sun, 24 Feb 2008 18:07:47 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from kaiw@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OI7lxE068965; Sun, 24 Feb 2008 18:07:47 GMT (envelope-from kaiw) Message-Id: <200802241807.m1OI7lxE068965@repoman.freebsd.org> From: Kai Wang Date: Sun, 24 Feb 2008 18:07:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ar ar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 18:07:47 -0000 kaiw 2008-02-24 18:07:47 UTC FreeBSD src repository Modified files: usr.bin/ar ar.c Log: Since the program is installed as 'bsdranlib', we need to check if it is invoked as 'bsdranlib'. Reported by: Michael Plass Reviewed by: Michael Plass Reviewed by: jkoshy Approved by: jkoshy (mentor) Revision Changes Path 1.17 +2 -1 src/usr.bin/ar/ar.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 18:30:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0F16A404; Sun, 24 Feb 2008 18:30:18 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 431DB13C442; Sun, 24 Feb 2008 18:30:18 +0000 (UTC) (envelope-from kaiw@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 m1OIUI9B069725; Sun, 24 Feb 2008 18:30:18 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from kaiw@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OIUIQU069724; Sun, 24 Feb 2008 18:30:18 GMT (envelope-from kaiw) Message-Id: <200802241830.m1OIUIQU069724@repoman.freebsd.org> From: Kai Wang Date: Sun, 24 Feb 2008 18:30: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/usr.bin/ar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 18:30:18 -0000 kaiw 2008-02-24 18:30:18 UTC FreeBSD src repository Modified files: usr.bin/ar write.c Log: style(9) whitespace fix: A space is mandated after keyword 'return'. Submitted by: jkoshy Approved by: jkoshy (mentor) Revision Changes Path 1.3 +5 -5 src/usr.bin/ar/write.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 18:31:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 184E516A401; Sun, 24 Feb 2008 18:31:17 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFFEB13C44B; Sun, 24 Feb 2008 18:31:16 +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 m1OIVGmZ069796; Sun, 24 Feb 2008 18:31:16 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OIVGG7069795; Sun, 24 Feb 2008 18:31:16 GMT (envelope-from mav) Message-Id: <200802241831.m1OIVGG7069795@repoman.freebsd.org> From: Alexander Motin Date: Sun, 24 Feb 2008 18:31:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_tee.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 18:31:17 -0000 mav 2008-02-24 18:31:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_tee.c Log: MFC rev. 1.35 Fix shutdown bug made by previous commit. Revision Changes Path 1.33.10.2 +1 -0 src/sys/netgraph/ng_tee.c From owner-cvs-src@FreeBSD.ORG Sun Feb 24 19:22:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D4A16A401; Sun, 24 Feb 2008 19:22:53 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A65C13C45B; Sun, 24 Feb 2008 19:22:53 +0000 (UTC) (envelope-from raj@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 m1OJMrWO073063; Sun, 24 Feb 2008 19:22:53 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OJMrUX073062; Sun, 24 Feb 2008 19:22:53 GMT (envelope-from raj) Message-Id: <200802241922.m1OJMrUX073062@repoman.freebsd.org> From: Rafal Jaworowski Date: Sun, 24 Feb 2008 19:22:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/include float.h src/gnu/lib/libgcc Makefile src/lib/libc/powerpc/gen flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c src/lib/msun/powerpc fenv.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 19:22:53 -0000 raj 2008-02-24 19:22:53 UTC FreeBSD src repository Modified files: sys/powerpc/include float.h gnu/lib/libgcc Makefile lib/libc/powerpc/gen flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c lib/msun/powerpc fenv.h Log: Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC variations (e500 currently), this provides a gcc-level FPU emulation and is an alternative approach to the recently introduced kernel-level emulation (FPU_EMU). Approved by: cognet (mentor) MFp4: e500 Revision Changes Path 1.59 +1 -1 src/gnu/lib/libgcc/Makefile 1.2 +2 -0 src/lib/libc/powerpc/gen/flt_rounds.c 1.2 +2 -0 src/lib/libc/powerpc/gen/fpgetmask.c 1.2 +2 -0 src/lib/libc/powerpc/gen/fpgetround.c 1.2 +2 -0 src/lib/libc/powerpc/gen/fpgetsticky.c 1.2 +2 -0 src/lib/libc/powerpc/gen/fpsetmask.c 1.2 +2 -0 src/lib/libc/powerpc/gen/fpsetround.c 1.4 +5 -0 src/lib/msun/powerpc/fenv.h 1.9 +5 -1 src/sys/powerpc/include/float.h From owner-cvs-src@FreeBSD.ORG Sun Feb 24 19:46:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567C516A406; Sun, 24 Feb 2008 19:46:28 +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 158B113C4E5; Sun, 24 Feb 2008 19:46:28 +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 m1OJkRDe073907; Sun, 24 Feb 2008 19:46:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OJkRkG073906; Sun, 24 Feb 2008 19:46:27 GMT (envelope-from imp) Message-Id: <200802241946.m1OJkRkG073906@repoman.freebsd.org> From: Warner Losh Date: Sun, 24 Feb 2008 19:46: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/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 19:46:28 -0000 imp 2008-02-24 19:46:27 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Tag -ilname and -lname as GNU extensions. Correct their descriptions to indicate that it is the contents of the symbolic link that are matched. Revision Changes Path 1.84 +4 -1 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Sun Feb 24 19:52:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A367616A40F; Sun, 24 Feb 2008 19:52:23 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66AAD13C455; Sun, 24 Feb 2008 19:52:23 +0000 (UTC) (envelope-from ceri@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 m1OJqN63074110; Sun, 24 Feb 2008 19:52:23 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OJqNCr074109; Sun, 24 Feb 2008 19:52:23 GMT (envelope-from ceri) Message-Id: <200802241952.m1OJqNCr074109@repoman.freebsd.org> From: Ceri Davies Date: Sun, 24 Feb 2008 19:52:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 19:52:23 -0000 ceri 2008-02-24 19:52:23 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Bump .Dd for revisions 1.83 and 1.84. Revision Changes Path 1.85 +1 -1 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Sun Feb 24 20:07:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA96816A403; Sun, 24 Feb 2008 20:07:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E2ED13C43E; Sun, 24 Feb 2008 20:07:40 +0000 (UTC) (envelope-from remko@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 m1OK7eRN075778; Sun, 24 Feb 2008 20:07:40 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OK7e8s075777; Sun, 24 Feb 2008 20:07:40 GMT (envelope-from remko) Message-Id: <200802242007.m1OK7e8s075777@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 20:07:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 20:07:40 -0000 remko 2008-02-24 20:07:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/periodic/security 100.chksetuid Log: MFC rev 1.11 100.chksetuid Eliminate xargs in favor of find -exec {} + Requested by: ceri Approved by: imp (mentor, implicit trivial changes) Revision Changes Path 1.8.10.3 +1 -2 src/etc/periodic/security/100.chksetuid From owner-cvs-src@FreeBSD.ORG Sun Feb 24 20:09:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD3D316A400; Sun, 24 Feb 2008 20:09:52 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 707BF13C44B; Sun, 24 Feb 2008 20:09:52 +0000 (UTC) (envelope-from remko@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 m1OK9qn3075870; Sun, 24 Feb 2008 20:09:52 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OK9q28075869; Sun, 24 Feb 2008 20:09:52 GMT (envelope-from remko) Message-Id: <200802242009.m1OK9q28075869@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 20:09:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/security 100.chksetuid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Feb 2008 20:09:52 -0000 remko 2008-02-24 20:09:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/security 100.chksetuid Log: MFC rev 1.11 100.chksetuid Eliminate xargs in favor of find -exec {} + Requested by: ceri Approved by: imp (mentor, implicit trivial changes) Revision Changes Path 1.8.2.3 +1 -2 src/etc/periodic/security/100.chksetuid From owner-cvs-src@FreeBSD.ORG Sun Feb 24 20:32:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5111B16A400; Sun, 24 Feb 2008 20:32: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 1532813C4F5; Sun, 24 Feb 2008 20:32: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 m1OKWiYw076701; Sun, 24 Feb 2008 20:32:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OKWibU076700; Sun, 24 Feb 2008 20:32:44 GMT (envelope-from imp) Message-Id: <200802242032.m1OKWibU076700@repoman.freebsd.org> From: Warner Losh Date: Sun, 24 Feb 2008 20:32: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: 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: Sun, 24 Feb 2008 20:32:45 -0000 imp 2008-02-24 20:32:44 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that rink@ (Rink Springer) has formally been released from mentorship. I should have done this a long time ago, but dropped the ball... Approved by: core (implicit) Revision Changes Path 1.858 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Feb 25 00:09:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4DB16A400; Mon, 25 Feb 2008 00:09:24 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB2D713C442; Mon, 25 Feb 2008 00:09:23 +0000 (UTC) (envelope-from raj@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 m1P09NKu097517; Mon, 25 Feb 2008 00:09:23 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P09N7P097516; Mon, 25 Feb 2008 00:09:23 GMT (envelope-from raj) Message-Id: <200802250009.m1P09N7P097516@repoman.freebsd.org> From: Rafal Jaworowski Date: Mon, 25 Feb 2008 00:09: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/powerpc/include hid.h spr.h src/sys/powerpc/powerpc cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 00:09:24 -0000 raj 2008-02-25 00:09:23 UTC FreeBSD src repository Modified files: sys/powerpc/include hid.h spr.h sys/powerpc/powerpc cpu.c Log: Teach PowerPC CPU identification routines to recognize e500 cores. Fix style issues in this area. Approved by: cognet (mentor) MFp4: e500 Revision Changes Path 1.4 +9 -2 src/sys/powerpc/include/hid.h 1.7 +2 -0 src/sys/powerpc/include/spr.h 1.10 +105 -90 src/sys/powerpc/powerpc/cpu.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 01:28:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 610C116A403; Mon, 25 Feb 2008 01:28:15 +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 49E8513C447; Mon, 25 Feb 2008 01:28:15 +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 m1P1SFWO011081; Mon, 25 Feb 2008 01:28:15 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P1SEhA011080; Mon, 25 Feb 2008 01:28:14 GMT (envelope-from sam) Message-Id: <200802250128.m1P1SEhA011080@repoman.freebsd.org> From: Sam Leffler Date: Mon, 25 Feb 2008 01:28: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/contrib/tcpdump print-802_11.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 01:28:15 -0000 sam 2008-02-25 01:28:14 UTC FreeBSD src repository Modified files: contrib/tcpdump print-802_11.c Log: unbreak printing 802.11 tx/rx rates MFC after: 3 days Revision Changes Path 1.4 +2 -2 src/contrib/tcpdump/print-802_11.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 02:48:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4866216A400; Mon, 25 Feb 2008 02:48:30 +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 131B013C442; Mon, 25 Feb 2008 02:48:29 +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 61934208E; Mon, 25 Feb 2008 03:48:23 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 561482087; Mon, 25 Feb 2008 03:48:22 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Andre Oppermann References: <200802240007.m1O071xr052282@repoman.freebsd.org> <20080224110613.X25292@fledge.watson.org> <47C1616F.5040603@freebsd.org> Date: Mon, 25 Feb 2008 03:48:21 +0100 In-Reply-To: <47C1616F.5040603@freebsd.org> (Andre Oppermann's message of "Sun\, 24 Feb 2008 13\:22\:07 +0100") Message-ID: <86r6f1zr7u.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (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, Robert Watson , cvs-all@FreeBSD.org, Colin Percival Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 02:48:30 -0000 Andre Oppermann writes: > Writing a regression test should be my task as I'm the one who broke > the stuff with rev 1.240. I'll whip something up over the next week. Umm, there is already one in the PR. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Feb 25 06:30:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32DD616A400; Mon, 25 Feb 2008 06:30:26 +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 1D19013C44B; Mon, 25 Feb 2008 06:30:26 +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 m1P6UPFb035853; Mon, 25 Feb 2008 06:30:25 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P6UPkj035852; Mon, 25 Feb 2008 06:30:25 GMT (envelope-from obrien) Message-Id: <200802250630.m1P6UPkj035852@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 06:30:24 +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/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_snapshot.c ffs_softdep.c ffs_vnops.c src/sys/ufs/ufs ufs_bmap.c ufs_lookup.c ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 06:30:26 -0000 obrien 2008-02-25 06:30:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_snapshot.c ffs_softdep.c ffs_vnops.c sys/ufs/ufs ufs_bmap.c ufs_lookup.c ufs_vnops.c Log: MFC: Turn most ffs 'DIAGNOSTIC's into INVARIANTS. Revision Changes Path 1.132.2.9 +17 -17 src/sys/ufs/ffs/ffs_alloc.c 1.50.2.1 +2 -2 src/sys/ufs/ffs/ffs_balloc.c 1.106.2.2 +3 -3 src/sys/ufs/ffs/ffs_inode.c 1.103.2.25 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c 1.181.2.18 +27 -24 src/sys/ufs/ffs/ffs_softdep.c 1.157.2.7 +10 -7 src/sys/ufs/ffs/ffs_vnops.c 1.64.2.2 +1 -1 src/sys/ufs/ufs/ufs_bmap.c 1.77.2.4 +1 -1 src/sys/ufs/ufs/ufs_lookup.c 1.271.2.10 +6 -6 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 07:47:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C89716A408; Mon, 25 Feb 2008 07:47: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 F361713C45B; Mon, 25 Feb 2008 07:47:54 +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 m1P7lswx039614; Mon, 25 Feb 2008 07:47:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P7lsn7039613; Mon, 25 Feb 2008 07:47:54 GMT (envelope-from obrien) Message-Id: <200802250747.m1P7lsn7039613@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 07:47: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/sys/ufs/ufs ufs_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: Mon, 25 Feb 2008 07:47:55 -0000 obrien 2008-02-25 07:47:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_lookup.c Log: MFC: rev 1.82: panic gives the nice error message with details. Revision Changes Path 1.77.2.5 +5 -3 src/sys/ufs/ufs/ufs_lookup.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 07:54:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13F8616A40A; Mon, 25 Feb 2008 07:54:10 +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 DEA6013C45E; Mon, 25 Feb 2008 07:54:09 +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 m1P7s9VX039815; Mon, 25 Feb 2008 07:54:09 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P7s9J1039814; Mon, 25 Feb 2008 07:54:09 GMT (envelope-from obrien) Message-Id: <200802250754.m1P7s9J1039814@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 07:54:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs dir.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, 25 Feb 2008 07:54:10 -0000 obrien 2008-02-25 07:54:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs dir.h Log: MFC: rev 1.12: fix an pointer/int cast warning that shows up on 64bit systems Revision Changes Path 1.11.2.1 +1 -1 src/sys/ufs/ufs/dir.h From owner-cvs-src@FreeBSD.ORG Mon Feb 25 08:37:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0894716A402; Mon, 25 Feb 2008 08:37: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 D3FC513C457; Mon, 25 Feb 2008 08:37:54 +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 m1P8bsrq042396; Mon, 25 Feb 2008 08:37:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P8bsGb042395; Mon, 25 Feb 2008 08:37:54 GMT (envelope-from obrien) Message-Id: <200802250837.m1P8bsGb042395@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 08:37: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/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 08:37:55 -0000 obrien 2008-02-25 08:37:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_alloc.c Log: MFC: rev 1.140: drop two unnecessary casts. Revision Changes Path 1.132.2.10 +2 -2 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 08:55:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC76F16A404; Mon, 25 Feb 2008 08:55: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 C8F8B13C447; Mon, 25 Feb 2008 08:55: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 m1P8t35p052047; Mon, 25 Feb 2008 08:55:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P8t3w6052042; Mon, 25 Feb 2008 08:55:03 GMT (envelope-from obrien) Message-Id: <200802250855.m1P8t3w6052042@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 08:55: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/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 25 Feb 2008 08:55:04 -0000 obrien 2008-02-25 08:55:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vfsops.c sys/fs/nwfs nwfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c sys/kern vfs_default.c vfs_vnops.c vnode_if.src sys/sys mount.h vnode.h Log: MFC: Eradicate caddr_t from the VFS API. Revision Changes Path 1.72.2.6 +1 -1 src/sys/fs/nullfs/null_vfsops.c 1.40.2.4 +2 -2 src/sys/fs/nwfs/nwfs_vfsops.c 1.34.2.3 +2 -2 src/sys/fs/smbfs/smbfs_vfsops.c 1.127.2.5 +1 -1 src/sys/kern/vfs_default.c 1.233.2.8 +4 -4 src/sys/kern/vfs_vnops.c 1.78.2.1 +2 -2 src/sys/kern/vnode_if.src 1.197.2.11 +1 -1 src/sys/sys/mount.h 1.304.2.10 +2 -2 src/sys/sys/vnode.h 1.27.2.2 +4 -4 src/sys/ufs/ufs/quota.h 1.74.2.7 +10 -10 src/sys/ufs/ufs/ufs_quota.c 1.45.2.3 +1 -1 src/sys/ufs/ufs/ufs_vfsops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 09:12:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2711116A404; Mon, 25 Feb 2008 09:12:44 +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 F24A813C4D1; Mon, 25 Feb 2008 09:12:43 +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 m1P9ChxW053920; Mon, 25 Feb 2008 09:12:43 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P9Chbd053919; Mon, 25 Feb 2008 09:12:43 GMT (envelope-from obrien) Message-Id: <200802250912.m1P9Chbd053919@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 09:12:43 +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/ufs/ffs ffs_rawread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 09:12:44 -0000 obrien 2008-02-25 09:12:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_rawread.c Log: MFC: rev 1.29: call pbgetvp() and pbrelvp() instead of setting b_vp directly. Revision Changes Path 1.25.2.4 +9 -3 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 09:30:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DFFF16A409; Mon, 25 Feb 2008 09:30:01 +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 0BAB213C467; Mon, 25 Feb 2008 09:30:01 +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 m1P9U0aK054566; Mon, 25 Feb 2008 09:30:00 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P9U0e9054565; Mon, 25 Feb 2008 09:30:00 GMT (envelope-from obrien) Message-Id: <200802250930.m1P9U0e9054565@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 09:30:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_softdep.c fs.h src/sys/ufs/ufs dinode.h quota.h ufs_dirhash.c ufs_quota.c ufs_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: Mon, 25 Feb 2008 09:30:01 -0000 obrien 2008-02-25 09:30:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_alloc.c ffs_softdep.c fs.h sys/ufs/ufs dinode.h quota.h ufs_dirhash.c ufs_quota.c ufs_vfsops.c Log: MFC: fix spelling, sync comments, malloc type short descriptions, don't use function initializers in varible definitions, add GJOURNAL place holder Revision Changes Path 1.132.2.11 +2 -2 src/sys/ufs/ffs/ffs_alloc.c 1.181.2.19 +2 -2 src/sys/ufs/ffs/ffs_softdep.c 1.48.2.1 +1 -0 src/sys/ufs/ffs/fs.h 1.15.2.1 +2 -2 src/sys/ufs/ufs/dinode.h 1.27.2.3 +7 -4 src/sys/ufs/ufs/quota.h 1.21.2.2 +1 -1 src/sys/ufs/ufs/ufs_dirhash.c 1.74.2.8 +16 -6 src/sys/ufs/ufs/ufs_quota.c 1.45.2.4 +1 -1 src/sys/ufs/ufs/ufs_vfsops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 09:39:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB8A116A402; Mon, 25 Feb 2008 09:39:37 +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 A20C913C467; Mon, 25 Feb 2008 09:39:37 +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 m1P9dbeM055090; Mon, 25 Feb 2008 09:39:37 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P9dbtV055089; Mon, 25 Feb 2008 09:39:37 GMT (envelope-from obrien) Message-Id: <200802250939.m1P9dbtV055089@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 09:39:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 09:39:37 -0000 obrien 2008-02-25 09:39:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c sys/ufs/ufs ufs_inode.c Log: MFC: fix livelock that could occur when snapshoting UFS with quotas. (ffs_softdep.c rev 1.221 & ufs_inode.c rev 1.69) Revision Changes Path 1.181.2.20 +1 -0 src/sys/ufs/ffs/ffs_softdep.c 1.63.2.4 +2 -3 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 09:52:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8828816A400; Mon, 25 Feb 2008 09:52:13 +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 5EB4913C45B; Mon, 25 Feb 2008 09:52:13 +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 m1P9qDIu055591; Mon, 25 Feb 2008 09:52:13 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1P9qDY9055590; Mon, 25 Feb 2008 09:52:13 GMT (envelope-from obrien) Message-Id: <200802250952.m1P9qDY9055590@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 09:52:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c ffs_softdep.c ffs_vfsops.c ffs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 09:52:13 -0000 obrien 2008-02-25 09:52:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c ffs_softdep.c ffs_vfsops.c ffs_vnops.c Log: MFC: use *_EMPTY macros when appropriate. Revision Changes Path 1.103.2.26 +2 -2 src/sys/ufs/ffs/ffs_snapshot.c 1.181.2.21 +33 -33 src/sys/ufs/ffs/ffs_softdep.c 1.290.2.18 +5 -5 src/sys/ufs/ffs/ffs_vfsops.c 1.157.2.8 +5 -5 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:00:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B24816A406; Mon, 25 Feb 2008 10:00:20 +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 E9EE813C4DB; Mon, 25 Feb 2008 10:00: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 m1PA0JMS055906; Mon, 25 Feb 2008 10:00:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PA0JFO055905; Mon, 25 Feb 2008 10:00:19 GMT (envelope-from obrien) Message-Id: <200802251000.m1PA0JFO055905@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 10:00:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_balloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 10:00:20 -0000 obrien 2008-02-25 10:00:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_balloc.c Log: MFC: rev 1.52: remove the buffers from the bufobj properly. rev 1.53: rearrange the recover code to do the ffs_blkfree() after second ffs_syncvnode(), that clears the pointers chain. Revision Changes Path 1.50.2.2 +50 -6 src/sys/ufs/ffs/ffs_balloc.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:03:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B52116A400; Mon, 25 Feb 2008 10:03:08 +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 D63F413C45B; Mon, 25 Feb 2008 10:03:07 +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 m1PA37nY057170; Mon, 25 Feb 2008 10:03:07 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PA37Pg057169; Mon, 25 Feb 2008 10:03:07 GMT (envelope-from obrien) Message-Id: <200802251003.m1PA37Pg057169@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 10:03:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 10:03:08 -0000 obrien 2008-02-25 10:03:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC: fix spelling, sync comments, malloc type short descriptions, don't use function initializers in varible definitions, add GJOURNAL place holder Revision Changes Path 1.181.2.22 +1 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:20:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA0ED16A404; Mon, 25 Feb 2008 10:20:34 +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 C17FC13C4FD; Mon, 25 Feb 2008 10:20: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 m1PAKYZ4057765; Mon, 25 Feb 2008 10:20:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PAKYDe057764; Mon, 25 Feb 2008 10:20:34 GMT (envelope-from obrien) Message-Id: <200802251020.m1PAKYDe057764@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 10:20: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/sys/nfsserver nfs_srvcache.c nfsrvcache.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, 25 Feb 2008 10:20:35 -0000 obrien 2008-02-25 10:20:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_srvcache.c nfsrvcache.h Log: MFC: size the NFS server dupreq cache on the basis of nmbclusters. Revision Changes Path 1.40.2.2 +20 -2 src/sys/nfsserver/nfs_srvcache.c 1.17.2.2 +2 -2 src/sys/nfsserver/nfsrvcache.h From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:34:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E42A16A4EC; Mon, 25 Feb 2008 10:34:51 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 353E113C45E; Mon, 25 Feb 2008 10:34:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C299C9.3030501@FreeBSD.org> Date: Mon, 25 Feb 2008 11:34:49 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "David E. O'Brien" References: <200802250630.m1P6UPkj035852@repoman.freebsd.org> In-Reply-To: <200802250630.m1P6UPkj035852@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_snapshot.c ffs_softdep.c ffs_vnops.c src/sys/ufs/ufs ufs_bmap.c ufs_lookup.c ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 10:34:51 -0000 David E. O'Brien wrote: > obrien 2008-02-25 06:30:24 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c > ffs_snapshot.c ffs_softdep.c ffs_vnops.c > sys/ufs/ufs ufs_bmap.c ufs_lookup.c ufs_vnops.c > Log: > MFC: Turn most ffs 'DIAGNOSTIC's into INVARIANTS. Didn't we (you, Ken and I) discuss that this is not a good merge candidate because of the possibility to introduce further spurious panics into a stable branch? Kris From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:36:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41D2816A407; Mon, 25 Feb 2008 10:36:10 +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 160CE13C447; Mon, 25 Feb 2008 10:36:10 +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 m1PAa9p3058311; Mon, 25 Feb 2008 10:36:09 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PAa9eF058310; Mon, 25 Feb 2008 10:36:09 GMT (envelope-from obrien) Message-Id: <200802251036.m1PAa9eF058310@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 25 Feb 2008 10:36:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_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: Mon, 25 Feb 2008 10:36:10 -0000 obrien 2008-02-25 10:36:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vfsops.c Log: MFC: rev 1.295: adjust maxfilesize for UFS1 and old 4.4 FFS. UFS1: increase the limit to (max block - 1) * bsize. 4.4 FFS: decrease the limit from 0.5 TB to 2 GB - 1. Revision Changes Path 1.290.2.19 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:36:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FE1416A4FC; Mon, 25 Feb 2008 10:36:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 70B6013C448; Mon, 25 Feb 2008 10:36:10 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C29A07.2070908@FreeBSD.org> Date: Mon, 25 Feb 2008 11:35:51 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "David E. O'Brien" References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> In-Reply-To: <200802250855.m1P8t3w6052042@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 25 Feb 2008 10:36:16 -0000 David E. O'Brien wrote: > obrien 2008-02-25 08:55:02 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/fs/nullfs null_vfsops.c > sys/fs/nwfs nwfs_vfsops.c > sys/fs/smbfs smbfs_vfsops.c > sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c > sys/kern vfs_default.c vfs_vnops.c vnode_if.src > sys/sys mount.h vnode.h > Log: > MFC: Eradicate caddr_t from the VFS API. Does this change the KAPI on a stable branch? Kris From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:40:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F30C216A403; Mon, 25 Feb 2008 10:40:46 +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 CE5BC13C457; Mon, 25 Feb 2008 10:40: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 m1PAekgn043660; Mon, 25 Feb 2008 02:40:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1PAekuE043659; Mon, 25 Feb 2008 02:40:46 -0800 (PST) (envelope-from obrien) Date: Mon, 25 Feb 2008 02:40:46 -0800 From: "David O'Brien" To: Kris Kennaway Message-ID: <20080225104046.GA43586@dragon.NUXI.org> References: <200802250630.m1P6UPkj035852@repoman.freebsd.org> <47C299C9.3030501@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47C299C9.3030501@FreeBSD.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_snapshot.c ffs_softdep.c ffs_vnops.c src/sys/ufs/ufs ufs_bmap.c ufs_lookup.c ufs_vnops.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, 25 Feb 2008 10:40:47 -0000 On Mon, Feb 25, 2008 at 11:34:49AM +0100, Kris Kennaway wrote: > David E. O'Brien wrote: >> obrien 2008-02-25 06:30:24 UTC >> FreeBSD src repository >> Modified files: (Branch: RELENG_6) >> sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c >> ffs_snapshot.c ffs_softdep.c ffs_vnops.c sys/ufs/ufs >> ufs_bmap.c ufs_lookup.c ufs_vnops.c Log: >> MFC: Turn most ffs 'DIAGNOSTIC's into INVARIANTS. > > Didn't we (you, Ken and I) discuss that this is not a good merge > candidate because of the possibility to introduce further spurious > panics into a stable branch? We agreed to let it soak for a good while. We have not seen any new issues for several months. I think finding file system errors out weight the risks due to any remaining buglets. If one has enabled INVARIANTS, they want to find problems in their system. -- David From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:43:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E70B16A400; Mon, 25 Feb 2008 10:43:17 +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 6ABD413C457; Mon, 25 Feb 2008 10:43:17 +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 m1PAhHE8043795; Mon, 25 Feb 2008 02:43:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1PAhHv9043794; Mon, 25 Feb 2008 02:43:17 -0800 (PST) (envelope-from obrien) Date: Mon, 25 Feb 2008 02:43:17 -0800 From: "David O'Brien" To: Kris Kennaway Message-ID: <20080225104317.GA43771@dragon.NUXI.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47C29A07.2070908@FreeBSD.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.h 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, 25 Feb 2008 10:43:17 -0000 On Mon, Feb 25, 2008 at 11:35:51AM +0100, Kris Kennaway wrote: > David E. O'Brien wrote: >> obrien 2008-02-25 08:55:02 UTC >> FreeBSD src repository >> Modified files: (Branch: RELENG_6) >> sys/fs/nullfs null_vfsops.c sys/fs/nwfs >> nwfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/ufs/ufs >> quota.h ufs_quota.c ufs_vfsops.c sys/kern >> vfs_default.c vfs_vnops.c vnode_if.src sys/sys mount.h >> vnode.h Log: >> MFC: Eradicate caddr_t from the VFS API. > > Does this change the KAPI on a stable branch? Please explain how you feel it does. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:45:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F4A16A401; Mon, 25 Feb 2008 10:45:25 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C00013C45A; Mon, 25 Feb 2008 10:45:25 +0000 (UTC) (envelope-from silby@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 m1PAjPpO058759; Mon, 25 Feb 2008 10:45:25 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PAjPmP058758; Mon, 25 Feb 2008 10:45:25 GMT (envelope-from silby) Message-Id: <200802251045.m1PAjPmP058758@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 25 Feb 2008 10:45:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ping6 ping6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 10:45:25 -0000 silby 2008-02-25 10:45:25 UTC FreeBSD src repository Modified files: sbin/ping6 ping6.c Log: Decrease ping6's minimum allowed interval from .01 to .000001. Note that due to the architecture of ping6, you are still limited to kern.hz pings per second. MFC after: 2 weeks Revision Changes Path 1.33 +3 -3 src/sbin/ping6/ping6.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:57:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7A7716A403; Mon, 25 Feb 2008 10:57:41 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 851E113C45D; Mon, 25 Feb 2008 10:57:40 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C29F24.1030901@FreeBSD.org> Date: Mon, 25 Feb 2008 11:57:40 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <20080225104317.GA43771@dragon.NUXI.org> In-Reply-To: <20080225104317.GA43771@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 25 Feb 2008 10:57:41 -0000 David O'Brien wrote: > On Mon, Feb 25, 2008 at 11:35:51AM +0100, Kris Kennaway wrote: >> David E. O'Brien wrote: >>> obrien 2008-02-25 08:55:02 UTC >>> FreeBSD src repository >>> Modified files: (Branch: RELENG_6) >>> sys/fs/nullfs null_vfsops.c sys/fs/nwfs >>> nwfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/ufs/ufs >>> quota.h ufs_quota.c ufs_vfsops.c sys/kern >>> vfs_default.c vfs_vnops.c vnode_if.src sys/sys mount.h >>> vnode.h Log: >>> MFC: Eradicate caddr_t from the VFS API. >> Does this change the KAPI on a stable branch? > > Please explain how you feel it does. I didn't say that, I asked you a question. Kris From owner-cvs-src@FreeBSD.ORG Mon Feb 25 10:59:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0947B16A401; Mon, 25 Feb 2008 10:59:46 +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 D7AAB13C447; Mon, 25 Feb 2008 10:59: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 m1PAxj1C051432; Mon, 25 Feb 2008 02:59:45 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1PAxjCu051431; Mon, 25 Feb 2008 02:59:45 -0800 (PST) (envelope-from obrien) Date: Mon, 25 Feb 2008 02:59:45 -0800 From: "David O'Brien" To: Kris Kennaway Message-ID: <20080225105945.GA51370@dragon.NUXI.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <20080225104317.GA43771@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080225104317.GA43771@dragon.NUXI.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.h 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, 25 Feb 2008 10:59:46 -0000 On Mon, Feb 25, 2008 at 02:43:17AM -0800, David O'Brien (@FreeBSD) wrote: > On Mon, Feb 25, 2008 at 11:35:51AM +0100, Kris Kennaway wrote: > > David E. O'Brien wrote: > >> obrien 2008-02-25 08:55:02 UTC > >> FreeBSD src repository > >> Modified files: (Branch: RELENG_6) > >> sys/fs/nullfs null_vfsops.c sys/fs/nwfs > >> nwfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/ufs/ufs > >> quota.h ufs_quota.c ufs_vfsops.c sys/kern > >> vfs_default.c vfs_vnops.c vnode_if.src sys/sys mount.h > >> vnode.h Log: > >> MFC: Eradicate caddr_t from the VFS API. > > > > Does this change the KAPI on a stable branch? > > Please explain how you feel it does. Meaning I really don't think it does, but if you think it does please educate me. If I've messed up the KAPI I want to back it out ASAP. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Feb 25 11:29:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C04C916A403; Mon, 25 Feb 2008 11:29:36 +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 7286D13C4D1; Mon, 25 Feb 2008 11:29:36 +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 04A132088; Mon, 25 Feb 2008 12:29:29 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 5EBFA2084; Mon, 25 Feb 2008 12:29:27 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Kris Kennaway References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> Date: Mon, 25 Feb 2008 12:29:26 +0100 In-Reply-To: <47C29A07.2070908@FreeBSD.org> (Kris Kennaway's message of "Mon\, 25 Feb 2008 11\:35\:51 +0100") Message-ID: <86d4qli8a1.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (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, "David E. O'Brien" Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 25 Feb 2008 11:29:36 -0000 Kris Kennaway writes: > David E. O'Brien writes: > > [...] > > MFC: Eradicate caddr_t from the VFS API. > Does this change the KAPI on a stable branch? No, it changes neither the API nor the ABI. It replaces caddr_t (which is typedef'd to char *) with void *, and those two are compatible types. The following program demonstrates this: #include void *f1(void *arg) { return arg; } caddr_t f2(caddr_t arg) { return arg; } int main(void) { caddr_t ca; void *vp; ca =3D f1(ca); ca =3D f1(vp); vp =3D= f2(ca); vp =3D f2(vp); return 0; } Compile it with 'cc -Wall -Wextra -pedantic -o /dev/null caddr_t.c' The program tests both passing a caddr_t in to a function that expects void * and returning a void * to a caller that expects caddr_t, which are two of the three cases that might break (for completeness, it also tests the reverse, which isn't actually relevant here). The third case, which the program doesn't test, is the case where the type of a member of a struct that is exposed through the API changes; that would indeed change the API, because the caller might want to perform pointer arithmetic on that member. However, the patch does none of these things. It only changes internal use of caddr_t, and the type of some API function arguments - no return types, no structure members - so it's completely safe. To tell you the truth, I'm surprised this wasn't MFCed earlier... Thanks, David :) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Feb 25 11:43:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD07D16A404; Mon, 25 Feb 2008 11:43:22 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB64A13C4CE; Mon, 25 Feb 2008 11:43:22 +0000 (UTC) (envelope-from bde@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 m1PBhMnf061918; Mon, 25 Feb 2008 11:43:22 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PBhLm6061915; Mon, 25 Feb 2008 11:43:21 GMT (envelope-from bde) Message-Id: <200802251143.m1PBhLm6061915@repoman.freebsd.org> From: Bruce Evans Date: Mon, 25 Feb 2008 11:43:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src e_rem_pio2.c e_rem_pio2f.c k_rem_pio2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 11:43:22 -0000 bde 2008-02-25 11:43:20 UTC FreeBSD src repository Modified files: lib/msun/src e_rem_pio2.c e_rem_pio2f.c k_rem_pio2.c Log: Fix some off-by-1 errors. e_rem_pio2.c: Float and double precision didn't work because init_jk[] was 1 too small. It needs to be 2 larger than you might expect, and 1 larger than it was for these precisions, since its test for recomputing needs a margin of 47 bits (almost 2 24-bit units). init_jk[] seems to be barely enough for extended and quad precisions. This hasn't been completely verified. Callers now get about 24 bits of extra precision for float, and about 19 for double, but only about 8 for extended and quad. 8 is not enough for callers that want to produce extra-precision results, but current callers have rounding errors of at least 0.8 ulps, so another 1/2**8 ulps of error from the reduction won't affect them much. Add a comment about some of the magic for init_jk[]. e_rem_pio2.c: Double precision worked in practice because of a compensating off-by-1 error here. Extended precision was asked for, and it executed exactly the same code as the unbroken double precision. e_rem_pio2f.c: Float precision worked in practice because of a compensating off-by-1 error here. Double precision was asked for, and was almost needed, since the cosf() and sinf() callers want to produce extra-precision results, at least internally so that their error is only 0.5009 ulps. However, the extra precision provided by unbroken float precision is enough, and the double-precision code has extra overheads, so the off-by-1 error cost about 5% in efficiency on amd64 and i386. Revision Changes Path 1.16 +1 -1 src/lib/msun/src/e_rem_pio2.c 1.25 +2 -2 src/lib/msun/src/e_rem_pio2f.c 1.11 +8 -3 src/lib/msun/src/k_rem_pio2.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 13:03:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C9F16A401; Mon, 25 Feb 2008 13:03:19 +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 1B6AA13C46A; Mon, 25 Feb 2008 13:03:19 +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 m1PD3IUf075994; Mon, 25 Feb 2008 13:03:18 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PD3IHv075993; Mon, 25 Feb 2008 13:03:18 GMT (envelope-from brueffer) Message-Id: <200802251303.m1PD3IHv075993@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 25 Feb 2008 13:03: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/lib/libc/sys clock_gettime.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: Mon, 25 Feb 2008 13:03:19 -0000 brueffer 2008-02-25 13:03:18 UTC FreeBSD src repository Modified files: lib/libc/sys clock_gettime.2 Log: Add missing words. MFC after: 3 days Revision Changes Path 1.25 +2 -2 src/lib/libc/sys/clock_gettime.2 From owner-cvs-src@FreeBSD.ORG Mon Feb 25 13:33:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B40316A40E; Mon, 25 Feb 2008 13:33:21 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCD813C469; Mon, 25 Feb 2008 13:33:21 +0000 (UTC) (envelope-from bde@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 m1PDXKQj077566; Mon, 25 Feb 2008 13:33:20 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PDXKau077565; Mon, 25 Feb 2008 13:33:20 GMT (envelope-from bde) Message-Id: <200802251333.m1PDXKau077565@repoman.freebsd.org> From: Bruce Evans Date: Mon, 25 Feb 2008 13:33:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src e_rem_pio2f.c math_private.h s_cosf.c s_sinf.c s_tanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 13:33:21 -0000 bde 2008-02-25 13:33:20 UTC FreeBSD src repository Modified files: lib/msun/src e_rem_pio2f.c math_private.h s_cosf.c s_sinf.c s_tanf.c Log: Change __ieee754_rem_pio2f() to return double instead of float so that this function and its callers cosf(), sinf() and tanf() don't waste time converting values from doubles to floats and back for |x| > 9pi/4. All these functions were optimized a few years ago to mostly use doubles internally and across the __kernel*() interfaces but not across the __ieee754_rem_pio2f() interface. This saves about 40 cycles in cosf(), sinf() and tanf() for |x| > 9pi/4 on amd64 (A64), and about 20 cycles on i386 (A64) (except for cosf() and sinf() in the upper range). 40 cycles is about 35% for |x| < 9pi/4 <= 2**19pi/2 and about 5% for |x| > 2**19pi/2. The saving is much larger on amd64 than on i386 since the conversions are not easy to optimize except on i386 where some of them are automatic and others are optimized invalidly. amd64 is still about 10% slower in cosf() and tanf() in the lower range due to conversion overhead. This also gives a tiny speedup for |x| <= 9pi/4 on amd64 (by simplifying the code). It also avoids compiler bugs and/or additional slowness in the conversions on (not yet supported) machines where double_t != double. Revision Changes Path 1.26 +8 -11 src/lib/msun/src/e_rem_pio2f.c 1.26 +1 -1 src/lib/msun/src/math_private.h 1.17 +6 -6 src/lib/msun/src/s_cosf.c 1.16 +6 -6 src/lib/msun/src/s_sinf.c 1.16 +3 -3 src/lib/msun/src/s_tanf.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 13:52:38 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B3E16A409 for ; Mon, 25 Feb 2008 13:52:38 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 6DAD213C4E1 for ; Mon, 25 Feb 2008 13:52:38 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so2089455fka.11 for ; Mon, 25 Feb 2008 05:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=JiDx0KjUiiFIcJ2UiExuroZFcOplQMcEo+NdYMe5vag=; b=InU7zcYzJJPRQ4xuAEeWqNJHzG1SB+N+b7ICGo/1Gk6PzIRFPn9pGTxvviebCYSGghoJzXUvC4E6qSv2Lwfz+mSgbyYXG6T2d4lP/+cgk6z7bdjcT4oAG22OeMGAhYNXL/h3KFoCZRDuFMaZ1/63aevtDBgNrfEB6kpdCkNqAt8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=YPiCrzzYgG8l31x44FSUoZX5JBr9KdG3nqndALq71w99bWr0PV3W5LQDyJ39ltP18k/62rhdu27Ur61lmy0TBCoU32OzkveuYb4mXZRNBiwOgTp9j1N9h4fwIi9JuNW1ahkrNCGODFjIanEXc2yNW2u/MCvTLEmShiDZY7V0cWM= Received: by 10.82.124.10 with SMTP id w10mr5872346buc.10.1203947556457; Mon, 25 Feb 2008 05:52:36 -0800 (PST) Received: from ?89.214.208.207? ( [89.214.208.207]) by mx.google.com with ESMTPS id u14sm4203327gvf.1.2008.02.25.05.52.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Feb 2008 05:52:32 -0800 (PST) Message-Id: <42527473-5F94-4058-B51C-8864C822D2A7@FreeBSD.org> From: Rui Paulo To: Henrik Brix Andersen In-Reply-To: <20080221205018.GD32491@tirith.brixandersen.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 25 Feb 2008 13:52:26 +0000 References: <200802202329.m1KNTrmr014644@repoman.freebsd.org> <20080221205018.GD32491@tirith.brixandersen.dk> X-Mailer: Apple Mail (2.919.2) Sender: Rui Paulo Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/traceroute as.c as.h traceroute.8 traceroute.c src/usr.sbin/traceroute Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 13:52:39 -0000 On Feb 21, 2008, at 8:50 PM, Henrik Brix Andersen wrote: > On Wed, Feb 20, 2008 at 11:29:53PM +0000, Rui Paulo wrote: >> rpaulo 2008-02-20 23:29:53 UTC >> >> FreeBSD src repository >> >> Modified files: >> contrib/traceroute traceroute.8 traceroute.c >> usr.sbin/traceroute Makefile >> Added files: >> contrib/traceroute as.c as.h >> Log: >> Add AS lookup functionality. On each hop we query a whois server to >> find the corresponding AS for that IP (-a switch). >> We can also choose a different whois server with the -A switch. The >> default is whois.radb.net. >> >> Obtained from: NetBSD >> Reviewed by: bms, njl (mentor) >> Approved by: njl (mentor) > > Great! Thank you. > > This was actually on my TODO list for when I got some more time on my > hands, now I can spend that time on something else :) > > Brix > -- > Henrik Brix Andersen No problem :-) Regards. -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Mon Feb 25 13:53:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CBC516A400; Mon, 25 Feb 2008 13:53:14 +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 29FC313C4D3; Mon, 25 Feb 2008 13:53:14 +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 m1PDrDOU078309; Mon, 25 Feb 2008 13:53:13 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PDrDld078308; Mon, 25 Feb 2008 13:53:13 GMT (envelope-from mav) Message-Id: <200802251353.m1PDrDld078308@repoman.freebsd.org> From: Alexander Motin Date: Mon, 25 Feb 2008 13:53:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_tee.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 13:53:14 -0000 mav 2008-02-25 13:53:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_tee.c Log: MFC rev. 1.35 Fix shutdown bug made by previous commit. Revision Changes Path 1.33.2.2 +1 -0 src/sys/netgraph/ng_tee.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 13:57:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DCA516A400; Mon, 25 Feb 2008 13:57:29 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDAF913C45B; Mon, 25 Feb 2008 13:57:28 +0000 (UTC) (envelope-from rink@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 m1PDvSJd078488; Mon, 25 Feb 2008 13:57:28 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PDvSGu078483; Mon, 25 Feb 2008 13:57:28 GMT (envelope-from rink) Message-Id: <200802251357.m1PDvSGu078483@repoman.freebsd.org> From: Rink Springer Date: Mon, 25 Feb 2008 13:57:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 13:57:29 -0000 rink 2008-02-25 13:57:18 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli mode first before they can be set to Explorer mode. PR: kern/118578 Submitted by: Andriy Gapon (I added some comments) Reviewed by: philip MFC after: 1 month Revision Changes Path 1.94 +7 -0 src/sys/dev/atkbdc/psm.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 15:32:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4736116A400; Mon, 25 Feb 2008 15:32:43 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E14DC13C4E5; Mon, 25 Feb 2008 15:32:39 +0000 (UTC) (envelope-from ume@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 m1PFWdC2083926; Mon, 25 Feb 2008 15:32:39 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PFWdO1083925; Mon, 25 Feb 2008 15:32:39 GMT (envelope-from ume) Message-Id: <200802251532.m1PFWdO1083925@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 25 Feb 2008 15:32:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 15:32:43 -0000 ume 2008-02-25 15:32:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/acpica acpi_thermal.c Log: MFC 1.69: Create a thread to handle passive cooling for 1st zone which has _PSV, _TSP, _TC1 and _TC2. Revision Changes Path 1.64.2.4 +20 -19 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 15:34:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D299C16A406; Mon, 25 Feb 2008 15:34:46 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A4DFC13C465; Mon, 25 Feb 2008 15:34:46 +0000 (UTC) (envelope-from ume@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 m1PFYkSO084033; Mon, 25 Feb 2008 15:34:46 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PFYkO8084032; Mon, 25 Feb 2008 15:34:46 GMT (envelope-from ume) Message-Id: <200802251534.m1PFYkO8084032@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 25 Feb 2008 15:34:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 15:34:46 -0000 ume 2008-02-25 15:34:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpica acpi_thermal.c Log: MFC 1.69: Create a thread to handle passive cooling for 1st zone which has _PSV, _TSP, _TC1 and _TC2. Revision Changes Path 1.53.2.11 +20 -19 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 16:16:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19A4916A403; Mon, 25 Feb 2008 16:16:18 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10D2313C4CC; Mon, 25 Feb 2008 16:16:18 +0000 (UTC) (envelope-from ru@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 m1PGGHeK086685; Mon, 25 Feb 2008 16:16:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PGGHEl086684; Mon, 25 Feb 2008 16:16:17 GMT (envelope-from ru) Message-Id: <200802251616.m1PGGHEl086684@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 25 Feb 2008 16:16:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h src Makefile.inc1 src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile src/usr.bin/ar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 16:16:18 -0000 ru 2008-02-25 16:16:17 UTC FreeBSD src repository Modified files: sys/sys param.h . Makefile.inc1 gnu/usr.bin/binutils/ar Makefile gnu/usr.bin/binutils/ranlib Makefile usr.bin/ar Makefile Log: Make again BSD ar(1) the default system ar(1), now properly handling source upgrades by falling back to GNU ar(1) as necessary. Option WITH_BSDAR is gone. Option _WITH_GNUAR to aid in upgrades is *not* supposed to be set by the user. Stop bootstrapping BSD ar(1) on the next __FreeBSD_version bump, as there are no known bugs in it. Bump __FreeBSD_version to anticipate this and to flag the switch to BSD ar(1), should it be needed for something. Input from: obrien, des, kaiw Revision Changes Path 1.599 +9 -0 src/Makefile.inc1 1.17 +8 -5 src/gnu/usr.bin/binutils/ar/Makefile 1.18 +8 -5 src/gnu/usr.bin/binutils/ranlib/Makefile 1.338 +1 -1 src/sys/sys/param.h 1.20 +1 -14 src/usr.bin/ar/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 25 16:29:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB70116A404; Mon, 25 Feb 2008 16:29:55 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCD213C45B; Mon, 25 Feb 2008 16:29:55 +0000 (UTC) (envelope-from ru@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 m1PGTtJe087086; Mon, 25 Feb 2008 16:29:55 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PGTtjM087085; Mon, 25 Feb 2008 16:29:55 GMT (envelope-from ru) Message-Id: <200802251629.m1PGTtjM087085@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 25 Feb 2008 16:29:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 16:29:55 -0000 ru 2008-02-25 16:29:54 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Sort. Prodded by: obrien Revision Changes Path 1.600 +5 -5 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Feb 25 18:28:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DBAC16A408; Mon, 25 Feb 2008 18:28:58 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 988C013C457; Mon, 25 Feb 2008 18:28:58 +0000 (UTC) (envelope-from bde@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 m1PISw4B002526; Mon, 25 Feb 2008 18:28:58 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PISwno002525; Mon, 25 Feb 2008 18:28:58 GMT (envelope-from bde) Message-Id: <200802251828.m1PISwno002525@repoman.freebsd.org> From: Bruce Evans Date: Mon, 25 Feb 2008 18:28: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/lib/msun/src e_rem_pio2.c e_rem_pio2f.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 18:28:58 -0000 bde 2008-02-25 18:28:58 UTC FreeBSD src repository Modified files: lib/msun/src e_rem_pio2.c e_rem_pio2f.c Log: Use a temporary array instead of the arg array y[] for calling __kernel_rem_pio2(). This simplifies analysis of aliasing and thus results in better code for the usual case where __kernel_rem_pio2() is not called. In particular, when __ieee854_rem_pio2[f]() is inlined, it normally results in y[] being returned in registers. I couldn't get this to work using the restrict qualifier. In float precision, this saves 2-3% in most cases on amd64 and i386 (A64) despite it not being inlined in float precision yet. In double precision, this has high variance, with an average gain of 2% for amd64 and 0.7% for i386 (but a much larger gain for usual cases) and some losses. Revision Changes Path 1.17 +4 -4 src/lib/msun/src/e_rem_pio2.c 1.27 +4 -4 src/lib/msun/src/e_rem_pio2f.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 18:45:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3426216A409; Mon, 25 Feb 2008 18:45:58 +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 2B38913C457; Mon, 25 Feb 2008 18:45:58 +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 m1PIjwA8003486; Mon, 25 Feb 2008 18:45:58 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PIjvnE003485; Mon, 25 Feb 2008 18:45:57 GMT (envelope-from attilio) Message-Id: <200802251845.m1PIjvnE003485@repoman.freebsd.org> From: Attilio Rao Date: Mon, 25 Feb 2008 18:45:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c src/sys/fs/devfs devfs_vnops.c src/sys/fs/nullfs null_vfsops.c null_vnops.c src/sys/fs/smbfs smbfs_io.c src/sys/fs/tmpfs tmpfs_subr.c tmpfs_vnops.c src/sys/fs/unionfs union_vfsops.c union_vnops.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 18:45:58 -0000 attilio 2008-02-25 18:45:57 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c sys/fs/devfs devfs_vnops.c sys/fs/nullfs null_vfsops.c null_vnops.c sys/fs/smbfs smbfs_io.c sys/fs/tmpfs tmpfs_subr.c tmpfs_vnops.c sys/fs/unionfs union_vfsops.c union_vnops.c sys/kern kern_lock.c vfs_cache.c vfs_default.c vfs_lookup.c vfs_subr.c vnode_if.src sys/netncp ncp_conn.c sys/netsmb smb_conn.c sys/nfs4client nfs4_vfsops.c sys/nfsclient nfs_subs.c nfs_vfsops.c sys/sys buf.h lockmgr.h sys/ufs/ffs ffs_rawread.c Log: Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is always curthread. As KPI gets broken by this patch, manpages and __FreeBSD_version will be updated by further commits. Tested by: Andrea Barberio Revision Changes Path 1.27 +3 -3 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 1.156 +1 -1 src/sys/fs/devfs/devfs_vnops.c 1.88 +3 -3 src/sys/fs/nullfs/null_vfsops.c 1.99 +1 -2 src/sys/fs/nullfs/null_vnops.c 1.43 +1 -1 src/sys/fs/smbfs/smbfs_io.c 1.16 +12 -12 src/sys/fs/tmpfs/tmpfs_subr.c 1.16 +18 -18 src/sys/fs/tmpfs/tmpfs_vnops.c 1.90 +1 -1 src/sys/fs/unionfs/union_vfsops.c 1.153 +3 -3 src/sys/fs/unionfs/union_vnops.c 1.126 +2 -5 src/sys/kern/kern_lock.c 1.118 +3 -5 src/sys/kern/vfs_cache.c 1.142 +1 -4 src/sys/kern/vfs_default.c 1.107 +2 -2 src/sys/kern/vfs_lookup.c 1.719 +11 -13 src/sys/kern/vfs_subr.c 1.89 +0 -1 src/sys/kern/vnode_if.src 1.33 +1 -1 src/sys/netncp/ncp_conn.c 1.21 +1 -1 src/sys/netsmb/smb_conn.c 1.32 +1 -2 src/sys/nfs4client/nfs4_vfsops.c 1.153 +1 -1 src/sys/nfsclient/nfs_subs.c 1.200 +1 -2 src/sys/nfsclient/nfs_vfsops.c 1.202 +1 -1 src/sys/sys/buf.h 1.64 +1 -1 src/sys/sys/lockmgr.h 1.31 +5 -7 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 18:56:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4004416A404; Mon, 25 Feb 2008 18:56:52 +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 2234C13C459; Mon, 25 Feb 2008 18:56:52 +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 m1PIup9d003850; Mon, 25 Feb 2008 18:56:51 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PIupLV003849; Mon, 25 Feb 2008 18:56:51 GMT (envelope-from attilio) Message-Id: <200802251856.m1PIupLV003849@repoman.freebsd.org> From: Attilio Rao Date: Mon, 25 Feb 2008 18:56:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Mon, 25 Feb 2008 18:56:52 -0000 attilio 2008-02-25 18:56:51 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version in order to signal lockstatus() and VOP_ISLOCKED() prototypes changing. Revision Changes Path 1.339 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Mon Feb 25 19:06:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D1F816A405; Mon, 25 Feb 2008 19:06:44 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D56313C4DB; Mon, 25 Feb 2008 19:06:44 +0000 (UTC) (envelope-from keramida@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 m1PJ6hNt005452; Mon, 25 Feb 2008 19:06:43 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PJ6hwB005451; Mon, 25 Feb 2008 19:06:43 GMT (envelope-from keramida) Message-Id: <200802251906.m1PJ6hwB005451@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 25 Feb 2008 19:06: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/usr.bin/du du.1 du.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 19:06:44 -0000 keramida 2008-02-25 19:06:43 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/du du.1 du.c Log: Implement from scratch a -l option for du(1), to match the same option of the GNU utility. The default behavior of our original `du' is to count hardlinked files only once for each invocation of the utility. With the new -l option they count towards the final size every time they are found. PR: bin/117944 Submitted by: keramida Reviewed by: des, obrien MFC after: 2 weeks Revision Changes Path 1.33 +11 -6 src/usr.bin/du/du.1 1.45 +12 -5 src/usr.bin/du/du.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 19:12:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE82016A408; Mon, 25 Feb 2008 19:12:01 +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 9FA2813C457; Mon, 25 Feb 2008 19:12: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 m1PJC17I005645; Mon, 25 Feb 2008 19:12:01 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PJC1Nb005644; Mon, 25 Feb 2008 19:12:01 GMT (envelope-from attilio) Message-Id: <200802251912.m1PJC1Nb005644@repoman.freebsd.org> From: Attilio Rao Date: Mon, 25 Feb 2008 19:12: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/share/man/man9 VOP_LOCK.9 lock.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: Mon, 25 Feb 2008 19:12:01 -0000 attilio 2008-02-25 19:12:01 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LOCK.9 lock.9 Log: Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflect 'thread' argument axing. Revision Changes Path 1.23 +2 -5 src/share/man/man9/VOP_LOCK.9 1.26 +6 -17 src/share/man/man9/lock.9 From owner-cvs-src@FreeBSD.ORG Mon Feb 25 19:28:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 690E716A400; Mon, 25 Feb 2008 19:28:28 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47E9C13C45A; Mon, 25 Feb 2008 19:28:28 +0000 (UTC) (envelope-from keramida@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 m1PJSRXK006202; Mon, 25 Feb 2008 19:28:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PJSRPm006201; Mon, 25 Feb 2008 19:28:27 GMT (envelope-from keramida) Message-Id: <200802251928.m1PJSRPm006201@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 25 Feb 2008 19:28:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_sge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 19:28:28 -0000 keramida 2008-02-25 19:28:27 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/cxgb cxgb_sge.c Log: Spell 'overwriting' correctly in a KASSERT() message. Revision Changes Path 1.51 +4 -3 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 19:31:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7B8316A400; Mon, 25 Feb 2008 19:31:44 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B823513C43E; Mon, 25 Feb 2008 19:31:44 +0000 (UTC) (envelope-from keramida@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 m1PJViES006432; Mon, 25 Feb 2008 19:31:44 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PJVi0Q006431; Mon, 25 Feb 2008 19:31:44 GMT (envelope-from keramida) Message-Id: <200802251931.m1PJVi0Q006431@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 25 Feb 2008 19:31: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/ufs/ffs ffs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 19:31:45 -0000 keramida 2008-02-25 19:31:44 UTC FreeBSD src repository (doc committer) Modified files: sys/ufs/ffs ffs_vnops.c Log: Minor typo nit. Revision Changes Path 1.179 +1 -1 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 20:28:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AA3616A405; Mon, 25 Feb 2008 20:28:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 114BE13C448; Mon, 25 Feb 2008 20:28:01 +0000 (UTC) (envelope-from rwatson@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 m1PKS0Sm009568; Mon, 25 Feb 2008 20:28:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PKS0BX009565; Mon, 25 Feb 2008 20:28:00 GMT (envelope-from rwatson) Message-Id: <200802252028.m1PKS0BX009565@repoman.freebsd.org> From: Robert Watson Date: Mon, 25 Feb 2008 20:28:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c audit_arg.c audit_bsm.c audit_bsm_klib.c audit_private.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, 25 Feb 2008 20:28:01 -0000 rwatson 2008-02-25 20:28:00 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_arg.c audit_bsm.c audit_bsm_klib.c audit_private.h Log: Rename several audit functions in the global kernel symbol namespace to have audit_ on the front: - canon_path -> audit_canon_path - msgctl_to_event -> audit_msgctl_to_event - semctl_to_event -> audit_semctl_to_event MFC after: 1 month Revision Changes Path 1.38 +2 -2 src/sys/security/audit/audit.c 1.18 +1 -1 src/sys/security/audit/audit_arg.c 1.25 +2 -2 src/sys/security/audit/audit_bsm.c 1.10 +4 -4 src/sys/security/audit/audit_bsm_klib.c 1.17 +3 -3 src/sys/security/audit/audit_private.h From owner-cvs-src@FreeBSD.ORG Mon Feb 25 20:47:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EF9E16A409; Mon, 25 Feb 2008 20:47:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 326DD13C4F6; Mon, 25 Feb 2008 20:47:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233368767-1834499 for multiple; Mon, 25 Feb 2008 15:49:36 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1PKkufa009752; Mon, 25 Feb 2008 15:47:13 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Stephan Uphoff Date: Mon, 25 Feb 2008 14:15:30 -0500 User-Agent: KMail/1.9.7 References: <200802221913.m1MJDwrH044833@repoman.freebsd.org> In-Reply-To: <200802221913.m1MJDwrH044833@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200802251415.30473.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 25 Feb 2008 15:47:13 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5991/Mon Feb 25 13:48:35 2008 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/netinet in.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 20:47:23 -0000 On Friday 22 February 2008 02:13:57 pm Stephan Uphoff wrote: > ups =A0 =A0 =A0 =A0 2008-02-22 19:13:57 UTC >=20 > =A0 FreeBSD src repository >=20 > =A0 Modified files: =A0 =A0 =A0 =A0(Branch: RELENG_6) > =A0 =A0 sys/netinet =A0 =A0 =A0 =A0 =A0in.c=20 > =A0 Log: > =A0 Fix reference counting for already existing addresses in in_addmulti() > =A0=20 > =A0 Reviewed by: =A0 =A0gnn@ This probably fixes PRs kern/108197, kern/116077, kern/120266, and=20 kern/120343. =2D-=20 John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Feb 25 21:09:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC25216A408; Mon, 25 Feb 2008 21:09:16 +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 B9F0813C45A; Mon, 25 Feb 2008 21:09:16 +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 m1PL9G8s020997; Mon, 25 Feb 2008 21:09:16 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PL9GIg020996; Mon, 25 Feb 2008 21:09:16 GMT (envelope-from attilio) Message-Id: <200802252109.m1PL9GIg020996@repoman.freebsd.org> From: Attilio Rao Date: Mon, 25 Feb 2008 21:09: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/netsmb smb_iod.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 21:09:17 -0000 attilio 2008-02-25 21:09:16 UTC FreeBSD src repository Modified files: sys/netsmb smb_iod.c Log: Remove a spourious Giant acquisition. The code seems pretty MPSAFE and Giant is held over kproc_exit() which at lowel calls exit1(). exit1() requires Giant to be unowned so this opens a window for races. Reported by: Bryan Venteicher Tested by: Bryan Venteicher Revision Changes Path 1.19 +0 -3 src/sys/netsmb/smb_iod.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 21:24:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84B2416A406; Mon, 25 Feb 2008 21:24:54 +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 6251A13C45A; Mon, 25 Feb 2008 21:24:54 +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 m1PLOsxR021518; Mon, 25 Feb 2008 21:24:54 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PLOsQt021517; Mon, 25 Feb 2008 21:24:54 GMT (envelope-from mav) Message-Id: <200802252124.m1PLOsQt021517@repoman.freebsd.org> From: Alexander Motin Date: Mon, 25 Feb 2008 21:24:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 21:24:54 -0000 mav 2008-02-25 21:24:54 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Fix incorrect constant used in rev. 1.146 that broke node writer locking. Revision Changes Path 1.147 +1 -1 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 22:04:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC8016A400; Mon, 25 Feb 2008 22:04:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCDE13C448; Mon, 25 Feb 2008 22:04:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1PM48ri045983; Mon, 25 Feb 2008 22:04:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PM48Pq045968; Mon, 25 Feb 2008 22:04:08 GMT (envelope-from jhb) Message-Id: <200802252204.m1PM48Pq045968@repoman.freebsd.org> From: John Baldwin Date: Mon, 25 Feb 2008 22:04: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/gnu/usr.bin/gdb/kgdb kgdb.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, 25 Feb 2008 22:04:08 -0000 jhb 2008-02-25 22:04:07 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kgdb.h Log: Remove a stale prototype I missed when converting the kld support over to hooking into gdb's shared library infrastructure. Revision Changes Path 1.12 +0 -1 src/gnu/usr.bin/gdb/kgdb/kgdb.h From owner-cvs-src@FreeBSD.ORG Mon Feb 25 22:11:51 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C01F16A400; Mon, 25 Feb 2008 22:11:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3571613C455; Mon, 25 Feb 2008 22:11:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id D2DEA41C747; Mon, 25 Feb 2008 23:11:49 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id rpByDJ6LIPUj; Mon, 25 Feb 2008 23:11:48 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id E662341C759; Mon, 25 Feb 2008 23:11:48 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 5399D444885; Mon, 25 Feb 2008 22:11:41 +0000 (UTC) Date: Mon, 25 Feb 2008 22:11:41 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Mike Silbersack In-Reply-To: <200802240513.m1O5DKBG093031@repoman.freebsd.org> Message-ID: <20080225213119.P94494@maildrop.int.zabbadoz.net> References: <200802240513.m1O5DKBG093031@repoman.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: dwhite@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 22:11:51 -0000 On Sun, 24 Feb 2008, Mike Silbersack wrote: > silby 2008-02-24 05:13:20 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_var.h > Log: > Change FreeBSD 7 so that it returns TCP options in > the same order that FreeBSD 6 and before did. Doug > White and the other bloodhounds at ISC discovered that > while FreeBSD 7's ordering of options was more efficient, > it caused some cable modem routers to ignore the > SYN-ACKs ordered in this fashion. > > The placement of sackOK after the timestamp option seems > to be the critical difference: After reading and thinking of this I was about to say that apart from TCP option kind 0 and 1 do we preserv order by kind ascending. I couldn't easily remember an RFC talking about this permitting either one or the other but we had TSOPT (kind 8) before SACK permitted (kind 4) so that seems to be nonsense. Still, are you really sure that this is about ordering? Basically there is another crucial change coming with this commit as we discovered while rwatson was showing me the commit message sitting next to him at FOSDEM: no EOL for "7.orig" > FreeBSD 6: > option length: 23 (should be + 1 padding after EOL) > FreeBSD 7.0: > option length: 20 (thus no padding and no EOL) > FreeBSD 7.0 + this change: > option length: 23 (should be + 1 padding after EOL) The questions would be: have you tried simply adding another NOP to "7.orig" thus forcing an EOL or removing the NOP and putting an EOL at the end (I know 793 was before the MUST/MUST NOT times so this might not be strictly correct as it says "This might not coincide with the end of the TCP header according to the Data Offset field. [This option] need only be used if the end of the options would not otherwise coincide with the end of the TCP header". I would really assume (on principle;) that instead of ordering, those consumer grade devices, mostly built cheaply, ... are expecting an End of Option list instead of being picky on the order of the options. Is there any chance we could get that tested so we would be more sure what the actualy cause is and have a reference for the furture? /bz -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time. From owner-cvs-src@FreeBSD.ORG Mon Feb 25 22:19:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE2016A401; Mon, 25 Feb 2008 22:19:20 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 719C613C448; Mon, 25 Feb 2008 22:19:20 +0000 (UTC) (envelope-from bde@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 m1PMJKZd054635; Mon, 25 Feb 2008 22:19:20 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PMJKU9054633; Mon, 25 Feb 2008 22:19:20 GMT (envelope-from bde) Message-Id: <200802252219.m1PMJKU9054633@repoman.freebsd.org> From: Bruce Evans Date: Mon, 25 Feb 2008 22:19:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src e_rem_pio2f.c s_cosf.c s_sinf.c s_tanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 22:19:20 -0000 bde 2008-02-25 22:19:17 UTC FreeBSD src repository Modified files: lib/msun/src e_rem_pio2f.c s_cosf.c s_sinf.c s_tanf.c Log: Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), this gives an average speedup of about 12 cycles or 17% for 9pi/4 < |x| <= 2**19pi/2 and a smaller speedup for larger x, and a small speeddown for |x| <= 9pi/4 (only 1-2 cycles average, but that is 4%). Inlining this is less likely to bust caches than inlining the float version since it is much smaller (about 220 bytes text and rodata) and has many fewer branches. However, the float version was already large due to its manual inlining of the branches and also the polynomial evaluations. Revision Changes Path 1.28 +3 -0 src/lib/msun/src/e_rem_pio2f.c 1.18 +4 -0 src/lib/msun/src/s_cosf.c 1.17 +4 -0 src/lib/msun/src/s_sinf.c 1.17 +4 -0 src/lib/msun/src/s_tanf.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 22:19:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97F2C16A405; Mon, 25 Feb 2008 22:19:56 +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 8D25413C468; Mon, 25 Feb 2008 22:19:56 +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 m1PMJucs054691; Mon, 25 Feb 2008 22:19:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PMJuBK054690; Mon, 25 Feb 2008 22:19:56 GMT (envelope-from jhb) Message-Id: <200802252219.m1PMJuBK054690@repoman.freebsd.org> From: John Baldwin Date: Mon, 25 Feb 2008 22:19:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile kgdb.h kld.c kthr.c main.c trgt.c trgt_i386.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 22:19:56 -0000 jhb 2008-02-25 22:19:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/usr.bin/gdb/kgdb Makefile kgdb.h kthr.c main.c trgt.c trgt_i386.c Added files: (Branch: RELENG_7) gnu/usr.bin/gdb/kgdb kld.c Log: MFC: Mostly sync kgdb with HEAD including the following changes: - Add a new 'add-kld ' command to locate a kld and load its symbols. - If the quiet flag is specified, don't dump the unread portion of the message buffer on startup. - Remove the warnx() from kgdb_lookup() and add it in callers where a failed lookup is warning worthy. - Add a shared library backend for kernel files that treats klds as shared libraries and auto-load symbols for klds on startup. - Build a section table from the kernel file so that 'info files' output looks sane. Revision Changes Path 1.6.10.1 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile 1.5.2.2 +5 -0 src/gnu/usr.bin/gdb/kgdb/kgdb.h 1.6.2.1 +479 -0 src/gnu/usr.bin/gdb/kgdb/kld.c (new) 1.7.2.2 +7 -5 src/gnu/usr.bin/gdb/kgdb/kthr.c 1.11.2.1 +6 -5 src/gnu/usr.bin/gdb/kgdb/main.c 1.5.2.1 +13 -5 src/gnu/usr.bin/gdb/kgdb/trgt.c 1.6.2.2 +3 -1 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 22:20:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AFDF16A400; Mon, 25 Feb 2008 22:20:13 +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 703EF13C4E1; Mon, 25 Feb 2008 22:20:13 +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 m1PMKDDA054795; Mon, 25 Feb 2008 22:20:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PMKDVX054794; Mon, 25 Feb 2008 22:20:13 GMT (envelope-from jhb) Message-Id: <200802252220.m1PMKDVX054794@repoman.freebsd.org> From: John Baldwin Date: Mon, 25 Feb 2008 22:20: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/gnu/usr.bin/gdb/kgdb Makefile kgdb.h kld.c kthr.c main.c trgt.c trgt_i386.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 22:20:13 -0000 jhb 2008-02-25 22:20:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/gdb/kgdb Makefile kgdb.h kthr.c main.c trgt.c trgt_i386.c Added files: (Branch: RELENG_6) gnu/usr.bin/gdb/kgdb kld.c Log: MFC: Mostly sync kgdb with HEAD including the following changes: - Add a new 'add-kld ' command to locate a kld and load its symbols. - If the quiet flag is specified, don't dump the unread portion of the message buffer on startup. - Remove the warnx() from kgdb_lookup() and add it in callers where a failed lookup is warning worthy. - Add a shared library backend for kernel files that treats klds as shared libraries and auto-load symbols for klds on startup. - Build a section table from the kernel file so that 'info files' output looks sane. Revision Changes Path 1.6.2.1 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile 1.2.2.5 +5 -0 src/gnu/usr.bin/gdb/kgdb/kgdb.h 1.6.4.1 +479 -0 src/gnu/usr.bin/gdb/kgdb/kld.c (new) 1.2.2.7 +7 -5 src/gnu/usr.bin/gdb/kgdb/kthr.c 1.7.2.5 +6 -5 src/gnu/usr.bin/gdb/kgdb/main.c 1.2.2.4 +13 -5 src/gnu/usr.bin/gdb/kgdb/trgt.c 1.2.2.3 +3 -1 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c From owner-cvs-src@FreeBSD.ORG Mon Feb 25 22:42:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C615316A400; Mon, 25 Feb 2008 22:42:34 +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 A326213C442; Mon, 25 Feb 2008 22:42:34 +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 m1PMgYpr055607; Mon, 25 Feb 2008 22:42:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PMgYcM055606; Mon, 25 Feb 2008 22:42:34 GMT (envelope-from jhb) Message-Id: <200802252242.m1PMgYcM055606@repoman.freebsd.org> From: John Baldwin Date: Mon, 25 Feb 2008 22:42:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 identcpu.c initcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Feb 2008 22:42:34 -0000 jhb 2008-02-25 22:42:33 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c initcpu.c Log: Support the VIA C7 Eden CPU and treat it just like a C7 Esther. We may want to adjust this code to just assume that all CPUs >= Esther should be checked for the extended cpuid flags register. MFC after: 3 days PR: i386/119491 Revision Changes Path 1.181 +3 -0 src/sys/i386/i386/identcpu.c 1.57 +1 -0 src/sys/i386/i386/initcpu.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 03:02:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F246516A402; Tue, 26 Feb 2008 03:02:20 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0EA613C447; Tue, 26 Feb 2008 03:02:20 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q32KOs081488; Tue, 26 Feb 2008 03:02:20 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q32KOT081487; Tue, 26 Feb 2008 03:02:20 GMT (envelope-from kmacy) Message-Id: <200802260302.m1Q32KOT081487@repoman.freebsd.org> From: Kip Macy Date: Tue, 26 Feb 2008 03:02:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 03:02:21 -0000 kmacy 2008-02-26 03:02:20 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c sys/modules/cxgb Makefile sys/modules/cxgb/cxgb Makefile sys/conf NOTES files Added files: sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h sys/modules/cxgb/cxgb_t3fw Makefile Removed files: sys/dev/cxgb t3fw-5.0.0.bin.gz.uu Log: Move firmware in to separate module that can be compiled statically in to the kernel Add utility for converting future firmware revs to a C header file Revision Changes Path 1.1468 +1 -0 src/sys/conf/NOTES 1.1270 +1 -0 src/sys/conf/files 1.1 +79 -0 src/sys/dev/cxgb/bin2h.pl (new) 1.49 +16 -11 src/sys/dev/cxgb/cxgb_main.c 1.1 +47 -0 src/sys/dev/cxgb/cxgb_t3fw.c (new) 1.1 +6621 -0 src/sys/dev/cxgb/cxgb_t3fw.h (new) 1.2 +0 -496 src/sys/dev/cxgb/t3fw-5.0.0.bin.gz.uu (dead) 1.13 +1 -0 src/sys/modules/cxgb/Makefile 1.7 +1 -10 src/sys/modules/cxgb/cxgb/Makefile 1.1 +8 -0 src/sys/modules/cxgb/cxgb_t3fw/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 03:03:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2676716A407; Tue, 26 Feb 2008 03:03:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D4D13C474; Tue, 26 Feb 2008 03:03:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q33H2S082723; Tue, 26 Feb 2008 03:03:17 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q33HTJ082722; Tue, 26 Feb 2008 03:03:17 GMT (envelope-from delphij) Message-Id: <200802260303.m1Q33HTJ082722@repoman.freebsd.org> From: Xin LI Date: Tue, 26 Feb 2008 03:03:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fsck_ffs setup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 03:03:18 -0000 delphij 2008-02-26 03:03:17 UTC FreeBSD src repository Modified files: sbin/fsck_ffs setup.c Log: Be more careful when checking superblock. We have already checked whether fs_bsize is larger than MINBSIZE, which is larger than the value that is used to compared with fs_bsize, the sizeof fs, so the check followed, will be always true. By inspecting the code and some old commit log, I believe that the check must be that *fs_sbsize* is larger than sizeof fs. We round up the size to nearest dev_bsize, as the smallest accepted fs_sbsize, personally, I think this can be even changed to equal, because this number is mostly an invariant in file systems. With this check, fsck_ffs(8) will be more picky and has better chance rejecting bad first superblock rather than referring to bad value it supplied, thus gives better chance for it to check the filesystem carefully. Revision Changes Path 1.51 +1 -1 src/sbin/fsck_ffs/setup.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 03:05:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8672116A400; Tue, 26 Feb 2008 03:05:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E60D13C4D5; Tue, 26 Feb 2008 03:05:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q35mMV082822; Tue, 26 Feb 2008 03:05:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q35mbJ082821; Tue, 26 Feb 2008 03:05:48 GMT (envelope-from delphij) Message-Id: <200802260305.m1Q35mbJ082821@repoman.freebsd.org> From: Xin LI Date: Tue, 26 Feb 2008 03:05:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fsck_ffs pass2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 03:05:48 -0000 delphij 2008-02-26 03:05:48 UTC FreeBSD src repository Modified files: sbin/fsck_ffs pass2.c Log: In pass2check(): Be more strict with the inode information before further processing the information. chk1 is more prone to crash when insane information is provided by the on-disk inode, and does not even work if the inode is being smarshed badly. Revision Changes Path 1.27 +2 -0 src/sbin/fsck_ffs/pass2.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 03:08:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1963616A40B; Tue, 26 Feb 2008 03:08:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E492E13C4DD; Tue, 26 Feb 2008 03:08:22 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q38Ma1082965; Tue, 26 Feb 2008 03:08:22 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q38Mk9082964; Tue, 26 Feb 2008 03:08:22 GMT (envelope-from delphij) Message-Id: <200802260308.m1Q38Mk9082964@repoman.freebsd.org> From: Xin LI Date: Tue, 26 Feb 2008 03:08:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fsck_ffs pass1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 03:08:23 -0000 delphij 2008-02-26 03:08:22 UTC FreeBSD src repository Modified files: sbin/fsck_ffs pass1.c Log: In pass1(), cap inosused to fs_ipg rather than allowing arbitrary number read from cylinder group. Chances that we read a smarshed cylinder group, and we can not 100% trust information it has supplied. fsck_ffs(8) will crash otherwise for some cases. Revision Changes Path 1.44 +4 -2 src/sbin/fsck_ffs/pass1.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 07:17:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A802E16A404; Tue, 26 Feb 2008 07:17:47 +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 857E413C45A; Tue, 26 Feb 2008 07:17:47 +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 m1Q7HlYx004697; Tue, 26 Feb 2008 07:17:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q7Hlc9004696; Tue, 26 Feb 2008 07:17:47 GMT (envelope-from kientzle) Message-Id: <200802260717.m1Q7Hlc9004696@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 26 Feb 2008 07:17: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/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 07:17:47 -0000 kientzle 2008-02-26 07:17:47 UTC FreeBSD src repository Modified files: lib/libarchive archive_endian.h archive_read_support_format_zip.c Log: Rename the archive_endian.h functions to avoid name clashes with NetBSD's sys/endian.h file. Pointed out by: Joerg Sonnenberger Revision Changes Path 1.2 +18 -18 src/lib/libarchive/archive_endian.h 1.21 +23 -21 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:30:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95F6F1065674; Tue, 26 Feb 2008 11:30:11 +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 6A5DA141408; Tue, 26 Feb 2008 11:30:11 +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 m1QBUBuw027037; Tue, 26 Feb 2008 11:30:11 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QBUBp7027036; Tue, 26 Feb 2008 11:30:11 GMT (envelope-from rrs) Message-Id: <200802261130.m1QBUBp7027036@repoman.freebsd.org> From: Randall Stewart Date: Tue, 26 Feb 2008 11:30:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_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, 26 Feb 2008 11:30:11 -0000 rrs 2008-02-26 11:30:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_output.c Log: Purge a stray #ifdef __NETBSD__ from the file. Revision Changes Path 1.58.2.4 +0 -4 src/sys/netinet/sctp_output.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:31:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D071065671; Tue, 26 Feb 2008 11:31:12 +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 61173141426; Tue, 26 Feb 2008 11:31:12 +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 m1QBVCsI027108; Tue, 26 Feb 2008 11:31:12 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QBVCFg027107; Tue, 26 Feb 2008 11:31:12 GMT (envelope-from rrs) Message-Id: <200802261131.m1QBVCFg027107@repoman.freebsd.org> From: Randall Stewart Date: Tue, 26 Feb 2008 11:31:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:31:12 -0000 rrs 2008-02-26 11:31:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_pcb.c Log: - For VRF enabled platforms, fix a memory leak when a VRF is deleted Obtained from: snprasad@cisco.com Revision Changes Path 1.62.2.4 +4 -0 src/sys/netinet/sctp_pcb.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:32:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A389610658E3; Tue, 26 Feb 2008 11:32:56 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3A313F397; Tue, 26 Feb 2008 09:37:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9b9Vw020836; Tue, 26 Feb 2008 09:37:09 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9b9D6020835; Tue, 26 Feb 2008 09:37:09 GMT (envelope-from maxim) Message-Id: <200802260937.m1Q9b9D6020835@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:32:58 -0000 maxim 2008-02-26 09:37:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam/scsi scsi_da.c Log: MFC rev. 1.226: correct EasyMP3 EM732X usb 2.0 flash mp3 player revision. Revision Changes Path 1.224.2.1 +1 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:33:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77FCD1065B8D; Tue, 26 Feb 2008 11:33:24 +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 AC52113E9B1; Tue, 26 Feb 2008 11:33:12 +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 m1QBXCWN027201; Tue, 26 Feb 2008 11:33:12 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QBXC9Y027200; Tue, 26 Feb 2008 11:33:12 GMT (envelope-from rrs) Message-Id: <200802261133.m1QBXC9Y027200@repoman.freebsd.org> From: Randall Stewart Date: Tue, 26 Feb 2008 11:33:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:33:24 -0000 rrs 2008-02-26 11:33:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_usrreq.c Log: - Fix a bug in the connect() routine. A ref count was incremented in the wrong place, which could cause a incorrect accounting undre certain error conditions. And worse when we have a duplicate connect we called TCB_LOCK() not TCB_UNLOCK().... which will lead to a system lockup (escalting lock wait scenario). Revision Changes Path 1.48.2.4 +2 -2 src/sys/netinet/sctp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:44:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF77B1065675; Tue, 26 Feb 2008 11:44:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D5CFB13C46A; Tue, 26 Feb 2008 11:44:41 +0000 (UTC) (envelope-from rwatson@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 m1QBifvU027619; Tue, 26 Feb 2008 11:44:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QBifIs027618; Tue, 26 Feb 2008 11:44:41 GMT (envelope-from rwatson) Message-Id: <200802261144.m1QBifIs027618@repoman.freebsd.org> From: Robert Watson Date: Tue, 26 Feb 2008 11:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 ixp425.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:44:42 -0000 rwatson 2008-02-26 11:44:41 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixp425.c Log: On the ixp425, when we fail to initialize the memory rman instance, the panic message should read "memory", not "IRQ". MFC after: 3 days Revision Changes Path 1.9 +1 -1 src/sys/arm/xscale/ixp425/ixp425.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:45:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3B02106566B; Tue, 26 Feb 2008 11:45:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA93513C43E; Tue, 26 Feb 2008 11:45:32 +0000 (UTC) (envelope-from rwatson@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 m1QBjWPq027699; Tue, 26 Feb 2008 11:45:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QBjWCf027698; Tue, 26 Feb 2008 11:45:32 GMT (envelope-from rwatson) Message-Id: <200802261145.m1QBjWCf027698@repoman.freebsd.org> From: Robert Watson Date: Tue, 26 Feb 2008 11:45: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/arm/include _bus.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, 26 Feb 2008 11:45:33 -0000 rwatson 2008-02-26 11:45:32 UTC FreeBSD src repository Modified files: sys/arm/include _bus.h Log: Remove errant % in license comment. MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/sys/arm/include/_bus.h From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:47:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D8B410656A0; Tue, 26 Feb 2008 11:47:00 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7911713F3E7; Tue, 26 Feb 2008 10:30:19 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1QAUJu1023862; Tue, 26 Feb 2008 10:30:19 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QAUJvV023861; Tue, 26 Feb 2008 10:30:19 GMT (envelope-from maxim) Message-Id: <200802261030.m1QAUJvV023861@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 10:30:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:47:06 -0000 maxim 2008-02-26 10:30:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/defaults rc.conf share/man/man5 rc.conf.5 Log: o Backout rev. 1.252.2.39 rc.conf and rev. 1.256.2.35 rc.conf.5: there is TCP_DROP_SYNFIN in RELENG_6 still. PR: kern/120587 Revision Changes Path 1.252.2.43 +2 -0 src/etc/defaults/rc.conf 1.256.2.36 +5 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:47:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0468710657CA; Tue, 26 Feb 2008 11:47:45 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9863D13C6B1; Tue, 26 Feb 2008 08:09:29 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q89TvO007655; Tue, 26 Feb 2008 08:09:29 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q89TEh007654; Tue, 26 Feb 2008 08:09:29 GMT (envelope-from scottl) Message-Id: <200802260809.m1Q89TEh007654@repoman.freebsd.org> From: Scott Long Date: Tue, 26 Feb 2008 08:09: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/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:47:46 -0000 scottl 2008-02-26 08:09:29 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: Add a missing unlock to an error path fro XPT_DEBUG handling. Revision Changes Path 1.196 +1 -0 src/sys/cam/cam_xpt.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:49:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18E3E10656EA; Tue, 26 Feb 2008 11:49:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC3C13CEBB; Tue, 26 Feb 2008 09:27:47 +0000 (UTC) (envelope-from rwatson@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 m1Q9Rl7Z020395; Tue, 26 Feb 2008 09:27:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9RlF3020394; Tue, 26 Feb 2008 09:27:47 GMT (envelope-from rwatson) Message-Id: <200802260927.m1Q9RlF3020394@repoman.freebsd.org> From: Robert Watson Date: Tue, 26 Feb 2008 09:27:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda TODO X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:49:34 -0000 rwatson 2008-02-26 09:27:47 UTC FreeBSD src repository Modified files: sys/fs/coda TODO Log: Add "Make MPSAFE" to the Coda todo list. MFC after: 3 days Revision Changes Path 1.6 +1 -0 src/sys/fs/coda/TODO From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:51:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC6310658CE; Tue, 26 Feb 2008 11:51:47 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4EE613E0A7; Tue, 26 Feb 2008 09:43:44 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9hicC021064; Tue, 26 Feb 2008 09:43:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9hiGX021063; Tue, 26 Feb 2008 09:43:44 GMT (envelope-from maxim) Message-Id: <200802260943.m1Q9hiGX021063@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:43:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/setkey parse.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: Tue, 26 Feb 2008 11:51:52 -0000 maxim 2008-02-26 09:43:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/setkey parse.y Log: MFC rev. 1.11: allow setkey(8) to recognize esp as a protocol name for spdadd. Revision Changes Path 1.9.2.1 +1 -0 src/sbin/setkey/parse.y From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:52:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 191151065898; Tue, 26 Feb 2008 11:52:59 +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 E0B5013FAAF; Tue, 26 Feb 2008 10:10:55 +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 m1QAAtpa023217; Tue, 26 Feb 2008 10:10:55 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QAAtgK023216; Tue, 26 Feb 2008 10:10:55 GMT (envelope-from kib) Message-Id: <200802261010.m1QAAtgK023216@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 26 Feb 2008 10:10:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fdescfs fdesc_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:53:01 -0000 kib 2008-02-26 10:10:55 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c Log: Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collision of the vnode lock with the fdesc_mtx mutex. Having different kinds of locks with the same name confuses witness. Revision Changes Path 1.107 +1 -1 src/sys/fs/fdescfs/fdesc_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:53:01 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3858510658BE; Tue, 26 Feb 2008 11:52:59 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail11.syd.optusnet.com.au (mail11.syd.optusnet.com.au [211.29.132.192]) by mx1.freebsd.org (Postfix) with ESMTP id EB45413F290; Tue, 26 Feb 2008 09:49:34 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail11.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m1Q9nVZt009413 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Feb 2008 20:49:32 +1100 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m1Q9nVtm084898; Tue, 26 Feb 2008 20:49:31 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m1Q9nVaw084897; Tue, 26 Feb 2008 20:49:31 +1100 (EST) (envelope-from peter) Date: Tue, 26 Feb 2008 20:49:31 +1100 From: Peter Jeremy To: Giorgos Keramidas Message-ID: <20080226094931.GT83599@server.vk2pj.dyndns.org> References: <200802251906.m1PJ6hwB005451@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="raC6veAxrt5nqIoY" Content-Disposition: inline In-Reply-To: <200802251906.m1PJ6hwB005451@repoman.freebsd.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/du du.1 du.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:53:05 -0000 --raC6veAxrt5nqIoY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 25, 2008 at 07:06:43PM +0000, Giorgos Keramidas wrote: > Implement from scratch a -l option for du(1), to match the same option > of the GNU utility. The default behavior of our original `du' is to > count hardlinked files only once for each invocation of the utility. > With the new -l option they count towards the final size every time > they are found. The third possible option is to amortize the size of hardlinked files across all their occurrences by adding size/nlinks each time they are found. IMHO, this results in the least "surprises" in the result. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --raC6veAxrt5nqIoY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHw+Cr/opHv/APuIcRAoYbAKCulh+Zh1CS6Wg6EIUGgoUSNf/hyACfQ7rh YsyC4ekwspRWG5/4E2nRsVg= =dlTl -----END PGP SIGNATURE----- --raC6veAxrt5nqIoY-- From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:53:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D33F41065E56; Tue, 26 Feb 2008 11:53:47 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18E6D13E39D; Tue, 26 Feb 2008 09:44:37 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9iakS021128; Tue, 26 Feb 2008 09:44:36 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9ia5q021127; Tue, 26 Feb 2008 09:44:36 GMT (envelope-from maxim) Message-Id: <200802260944.m1Q9ia5q021127@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:44:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/setkey parse.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: Tue, 26 Feb 2008 11:53:48 -0000 maxim 2008-02-26 09:44:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/setkey parse.y Log: MFC rev. 1.11: allow setkey(8) to recognize esp as a protocol name for spdadd. Revision Changes Path 1.8.2.2 +1 -0 src/sbin/setkey/parse.y From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:55:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF70F1065961; Tue, 26 Feb 2008 11:55:58 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53F0413D430; Tue, 26 Feb 2008 09:38:09 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9c9fF020876; Tue, 26 Feb 2008 09:38:09 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9c99Y020875; Tue, 26 Feb 2008 09:38:09 GMT (envelope-from maxim) Message-Id: <200802260938.m1Q9c99Y020875@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:38:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:55:59 -0000 maxim 2008-02-26 09:38:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam/scsi scsi_da.c Log: MFC rev. 1.226: correct EasyMP3 EM732X usb 2.0 flash mp3 player revision. Revision Changes Path 1.180.2.14 +1 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:56:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6F161065B0D; Tue, 26 Feb 2008 11:56:00 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 459B013DDB9; Tue, 26 Feb 2008 09:31:14 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9VEDJ020556; Tue, 26 Feb 2008 09:31:14 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9VEvo020555; Tue, 26 Feb 2008 09:31:14 GMT (envelope-from maxim) Message-Id: <200802260931.m1Q9VEvo020555@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:31:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:56:01 -0000 maxim 2008-02-26 09:31:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ipfw ipfw2.c Log: MFC rev. 1.112: fix command line parser bug: "ipfw nat 1 config if" requires an argument. Revision Changes Path 1.108.2.2 +2 -0 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 11:56:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3C3D1065E61; Tue, 26 Feb 2008 11:56:12 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4793E13E00D; Tue, 26 Feb 2008 09:33:57 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9Xv4d020684; Tue, 26 Feb 2008 09:33:57 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9Xvjm020683; Tue, 26 Feb 2008 09:33:57 GMT (envelope-from maxim) Message-Id: <200802260933.m1Q9Xvjm020683@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:33:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 11:56:13 -0000 maxim 2008-02-26 09:33:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/puc pucdata.c Log: MFC rev. 1.60: add Moxa Technologies CP-104EL PCI Express 4 port Serial card. Revision Changes Path 1.59.2.1 +6 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:16:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9871F106567F; Tue, 26 Feb 2008 12:16:35 +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 842C213C4D1; Tue, 26 Feb 2008 12:16:35 +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 m1QCGZIV029992; Tue, 26 Feb 2008 12:16:35 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QCGZHD029991; Tue, 26 Feb 2008 12:16:35 GMT (envelope-from kib) Message-Id: <200802261216.m1QCGZHD029991@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 26 Feb 2008 12: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/kern vnode_if.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 12:16:35 -0000 kib 2008-02-26 12:16:35 UTC FreeBSD src repository Modified files: sys/kern vnode_if.src Log: Do not assert any locks for VOP_PRINT. In particular, do not assert that the vnode interlock is not held. vn_printf() already correctly handles locked and unlocked vnode interlocks, and all the in-tree vop_print methods are interlock-agnostic. Some code calls vprintf() with the vnode interlock held, that causes unjustified panics with INVARIANTS (ffs_syncvnode() as example). Reported by: Peter Holm Revision Changes Path 1.90 +1 -1 src/sys/kern/vnode_if.src From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:30:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA14106567C; Tue, 26 Feb 2008 12:30:09 +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 482B613C4F4; Tue, 26 Feb 2008 12:30:09 +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 8D3EF46B08; Tue, 26 Feb 2008 07:30:08 -0500 (EST) Date: Tue, 26 Feb 2008 12:30:08 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Kris Kennaway In-Reply-To: <47C29A07.2070908@FreeBSD.org> Message-ID: <20080226122936.T90776@fledge.watson.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@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, "David E. O'Brien" Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 26 Feb 2008 12:30:09 -0000 On Mon, 25 Feb 2008, Kris Kennaway wrote: > David E. O'Brien wrote: >> obrien 2008-02-25 08:55:02 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/fs/nullfs null_vfsops.c sys/fs/nwfs >> nwfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/ufs/ufs >> quota.h ufs_quota.c ufs_vfsops.c sys/kern vfs_default.c >> vfs_vnops.c vnode_if.src sys/sys mount.h vnode.h Log: >> MFC: Eradicate caddr_t from the VFS API. > > Does this change the KAPI on a stable branch? Yes. I ran into this specific issue in updating Arla -- caddr_t -> void * changes the function prototype in a way that breaks the Arla build. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:33:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E2421065682; Tue, 26 Feb 2008 12:33:32 +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 6F93A13C459; Tue, 26 Feb 2008 12:33:32 +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 0046F46B67; Tue, 26 Feb 2008 07:33:31 -0500 (EST) Date: Tue, 26 Feb 2008 12:33:31 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= In-Reply-To: <86d4qli8a1.fsf@ds4.des.no> Message-ID: <20080226123107.N90776@fledge.watson.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="621616949-1302705894-1204029211=:90776" Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 26 Feb 2008 12:33:32 -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. --621616949-1302705894-1204029211=:90776 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 25 Feb 2008, Dag-Erling Sm=F8rgrav wrote: > No, it changes neither the API nor the ABI. It replaces caddr_t (which i= s=20 > typedef'd to char *) with void *, and those two are compatible types. I'm sorry, but I disagree. The case you failed to test involves a function= =20 pointer typedef. Here's the test I had to add to Arla to detect the change= =20 with autoconf; without this autoconf mess and changed prototypes in the Arl= a=20 nnpfs code, I can't build nnpfs on -CURRENT, and presumably now also on our= =20 -STABLE branches: AC_DEFUN([AC_BSD_FUNC_VFS_QUOTACTL], [ AC_CACHE_CHECK(if VFS_QUOTACTL takes caddr_t argument,=20 ac_cv_func_vfs_quotactl_caddr, AC_TRY_COMPILE_KERNEL([ #ifdef HAVE_SYS_CDEFS_H #include #endif #include #include #include #include #include #include vfs_quotactl_t foo_quotactl; int foo_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg, struct thread *td) { return (0); } ],[], ac_cv_func_vfs_quotctl_caddr=3Dyes, ac_cv_func_vfs_quotactl_caddr=3Dno)) if test "$ac_cv_func_vfs_quotactl_caddr" =3D yes; then AC_DEFINE(HAVE_VFS_QUOTACTL_CADDR, 1, [define if VFS_QUOTACTL takes a caddr_t argument]) fi ]) --621616949-1302705894-1204029211=:90776-- From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:39:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E415106568E; Tue, 26 Feb 2008 12:39:29 +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 4197E13C4F6; Tue, 26 Feb 2008 12:39:29 +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 m1QCdTKg031095; Tue, 26 Feb 2008 12:39:29 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QCdTV4031094; Tue, 26 Feb 2008 12:39:29 GMT (envelope-from mav) Message-Id: <200802261239.m1QCdTV4031094@repoman.freebsd.org> From: Alexander Motin Date: Tue, 26 Feb 2008 12:39:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 12:39:29 -0000 mav 2008-02-26 12:39:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_base.c Log: MFC rev. 1.147 Fix incorrect constant used in rev. 1.146 that broke node writer locking. Revision Changes Path 1.135.2.4 +1 -1 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:40:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21FE2106568A; Tue, 26 Feb 2008 12:40:07 +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 1205A13C504; Tue, 26 Feb 2008 12:40:07 +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 m1QCe6af031176; Tue, 26 Feb 2008 12:40:06 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QCe6Hn031175; Tue, 26 Feb 2008 12:40:06 GMT (envelope-from mav) Message-Id: <200802261240.m1QCe6Hn031175@repoman.freebsd.org> From: Alexander Motin Date: Tue, 26 Feb 2008 12:40:06 +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_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 12:40:07 -0000 mav 2008-02-26 12:40:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC rev. 1.147 Fix incorrect constant used in rev. 1.146 that broke node writer locking. Revision Changes Path 1.102.2.16 +1 -1 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:40:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34E9F10656F1; Tue, 26 Feb 2008 12:40:38 +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 1EEBB13C4F9; Tue, 26 Feb 2008 12:40:38 +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 CD11A46B43; Tue, 26 Feb 2008 07:40:37 -0500 (EST) Date: Tue, 26 Feb 2008 12:40:37 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Konstantin Belousov In-Reply-To: <200802261010.m1QAAtgK023216@repoman.freebsd.org> Message-ID: <20080226123817.L90776@fledge.watson.org> References: <200802261010.m1QAAtgK023216@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/fs/fdescfs fdesc_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 12:40:38 -0000 On Tue, 26 Feb 2008, Konstantin Belousov wrote: > kib 2008-02-26 10:10:55 UTC > > FreeBSD src repository > > Modified files: > sys/fs/fdescfs fdesc_vnops.c > Log: > Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collision > of the vnode lock with the fdesc_mtx mutex. Having different kinds of > locks with the same name confuses witness. I was wondering about this also--introducing locks implicitly named the same as the vnode type will cause other related problems over time. At the very least, we should be doing some name munging, I think, so that the lock name becomes foo_vnode_mtx. I realize this is somewhat complicated by the fact that WITNESS stores a pointer to the name rather than the name itself. I ran into a related problem with Coda when unloading the Coda module -- because vnodes were left around, presumably in a deadfs state, on module unload, WITNESS was panicking when it bumped into one of the locks on those vnodes as it tried to compare string names to a string in the Coda module... Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Feb 26 12:57:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D951065676; Tue, 26 Feb 2008 12:57:22 +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 8BEEE13C428; Tue, 26 Feb 2008 12:57:22 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 740BC2098; Tue, 26 Feb 2008 13:57:11 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id E76F82092; Tue, 26 Feb 2008 13:57:09 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Robert Watson References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> Date: Tue, 26 Feb 2008 13:57:09 +0100 In-Reply-To: <20080226123107.N90776@fledge.watson.org> (Robert Watson's message of "Tue\, 26 Feb 2008 12\:33\:31 +0000 \(GMT\)") Message-ID: <86r6ezswnu.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 26 Feb 2008 12:57:23 -0000 Robert Watson writes: > Dag-Erling Sm=C3=B8rgrav writes: > > No, it changes neither the API nor the ABI. It replaces caddr_t > > (which is typedef'd to char *) with void *, and those two are > > compatible types. > I'm sorry, but I disagree. The case you failed to test involves a > function pointer typedef. Umm, OK, I didn't spot that. It's unfortunate that David didn't change our own file system code to match (or even build LINT, which would have shown him the problem), so that RELENG_6 current doesn't build. Still, I would argue for fixing the code rather than reverting the change. > Here's the test I had to add to Arla to detect the change with > autoconf; without this autoconf mess and changed prototypes in the > Arla nnpfs code, I can't build nnpfs on -CURRENT, and presumably now > also on our -STABLE branches: Arguably, Arla has been broken for more than two years and you only just woke up and noticed. If you had tried to build Arla on -CURRENT at any point since 2005/12/14, you would have noticed and presumably fixed it. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 26 13:08:19 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9814B1065673; Tue, 26 Feb 2008 13:08:19 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A2E3513C455; Tue, 26 Feb 2008 13:08:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=0) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id m1QCn50C017208; Tue, 26 Feb 2008 14:49:14 +0200 Received: by kobe.laptop (Postfix, from userid 1000) id 35C3F22802; Tue, 26 Feb 2008 14:49:00 +0200 (EET) Date: Tue, 26 Feb 2008 14:48:59 +0200 From: Giorgos Keramidas To: Peter Jeremy Message-ID: <20080226124859.GA3618@kobe.laptop> References: <200802251906.m1PJ6hwB005451@repoman.freebsd.org> <20080226094931.GT83599@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080226094931.GT83599@server.vk2pj.dyndns.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.968, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.43, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/du du.1 du.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 13:08:19 -0000 On 2008-02-26 20:49, Peter Jeremy wrote: >On Mon, Feb 25, 2008 at 07:06:43PM +0000, Giorgos Keramidas wrote: >> Implement from scratch a -l option for du(1), to match the same option >> of the GNU utility. The default behavior of our original `du' is to >> count hardlinked files only once for each invocation of the utility. >> With the new -l option they count towards the final size every time >> they are found. > > The third possible option is to amortize the size of hardlinked files > across all their occurrences by adding size/nlinks each time they are > found. IMHO, this results in the least "surprises" in the result. Each command-line argument is traversed separately, so I'm a bit confused about what the amortization gains us. From owner-cvs-src@FreeBSD.ORG Tue Feb 26 13:29:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD759106566B; Tue, 26 Feb 2008 13:29:05 +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 C778713C455; Tue, 26 Feb 2008 13:29:05 +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 m1QDT5MU043256; Tue, 26 Feb 2008 13:29:05 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QDT5mq043255; Tue, 26 Feb 2008 13:29:05 GMT (envelope-from rrs) Message-Id: <200802261329.m1QDT5mq043255@repoman.freebsd.org> From: Randall Stewart Date: Tue, 26 Feb 2008 13:29:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 13:29:05 -0000 rrs 2008-02-26 13:29:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_pcb.c Log: - Fix patching error ... opps. (missing ;) Revision Changes Path 1.62.2.5 +1 -1 src/sys/netinet/sctp_pcb.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 13:29:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF56E1065670; Tue, 26 Feb 2008 13:29:58 +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 886DB13C4E5; Tue, 26 Feb 2008 13:29:58 +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 A893046B0D; Tue, 26 Feb 2008 08:29:57 -0500 (EST) Date: Tue, 26 Feb 2008 13:29:57 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= In-Reply-To: <86r6ezswnu.fsf@ds4.des.no> Message-ID: <20080226132155.W90776@fledge.watson.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> <86r6ezswnu.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="621616949-710383528-1204032597=:90776" Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 26 Feb 2008 13:29:59 -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. --621616949-710383528-1204032597=:90776 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 26 Feb 2008, Dag-Erling Sm=F8rgrav wrote: > Robert Watson writes: >> Dag-Erling Sm=F8rgrav writes: >>> No, it changes neither the API nor the ABI. It replaces caddr_t (which= is=20 >>> typedef'd to char *) with void *, and those two are compatible types. >> I'm sorry, but I disagree. The case you failed to test involves a funct= ion=20 >> pointer typedef. > > Umm, OK, I didn't spot that. It's unfortunate that David didn't change o= ur=20 > own file system code to match (or even build LINT, which would have shown= =20 > him the problem), so that RELENG_6 current doesn't build. > > Still, I would argue for fixing the code rather than reverting the change= =2E > >> Here's the test I had to add to Arla to detect the change with autoconf;= =20 >> without this autoconf mess and changed prototypes in the Arla nnpfs code= , I=20 >> can't build nnpfs on -CURRENT, and presumably now also on our -STABLE=20 >> branches: > > Arguably, Arla has been broken for more than two years and you only just= =20 > woke up and noticed. If you had tried to build Arla on -CURRENT at any= =20 > point since 2005/12/14, you would have noticed and presumably fixed it. You're missing the point. This isn't about Arla being broken on 7.x and 8.= x=20 -- we knew that already, and hence my already having autoconf code to detec= t=20 and adapt to the difference in the 7.x and 8.x KPIs. What this is about is= =20 the fact that Arla *did* work on 6.x before this change, and now it's broke= n.=20 This is because the KPI has been broken, as our KPI definition is pretty=20 pragmatic (undocumented): third party kernel modules that implement the=20 quotactl vfsop may well no longer compile. I couldn't tell you which those= =20 are off-hand, but it wouldn't surprise me to hear that there are other thir= d=20 party kernel modules that declare quotactl implementations. I'm fine with us discussing how committed we are to VFS being a KPI we don'= t=20 break in -STABLE branches, but I'm not fine with the claim that the KPI was= n't=20 broken by this change. If pushed on the breaking the KPI point, I would co= me=20 down on the side that says 6.x is a pretty mature branch at this point, and= =20 that breaking the KPI for purely cosmetic reasons (i.e., caddr_t -> void *)= =20 doesn't cut it. I would be more swayed by an argument involving a necessar= y=20 KPI change to address a critical bugfix, such as a race condition that resu= lts=20 from a poor existing interface. Robert N M Watson Computer Laboratory University of Cambridge --621616949-710383528-1204032597=:90776-- From owner-cvs-src@FreeBSD.ORG Tue Feb 26 13:43:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64108106567B; Tue, 26 Feb 2008 13:43:16 +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 393FE13C457; Tue, 26 Feb 2008 13:43:16 +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 E295B2093; Tue, 26 Feb 2008 14:43:12 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 435FD2088; Tue, 26 Feb 2008 14:43:11 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Robert Watson References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> <86r6ezswnu.fsf@ds4.des.no> <20080226132155.W90776@fledge.watson.org> Date: Tue, 26 Feb 2008 14:43:10 +0100 In-Reply-To: <20080226132155.W90776@fledge.watson.org> (Robert Watson's message of "Tue\, 26 Feb 2008 13\:29\:57 +0000 \(GMT\)") Message-ID: <86bq63suj5.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 26 Feb 2008 13:43:16 -0000 Robert Watson writes: > I'm fine with us discussing how committed we are to VFS being a KPI we > don't break in -STABLE branches, but I'm not fine with the claim that > the KPI wasn't broken by this change. If pushed on the breaking the > KPI point, I would come down on the side that says 6.x is a pretty > mature branch at this point, and that breaking the KPI for purely > cosmetic reasons (i.e., caddr_t -> void *) doesn't cut it. I would be > more swayed by an argument involving a necessary KPI change to address > a critical bugfix, such as a race condition that results from a poor > existing interface. As far as I can tell, David MFCed that patch to avoid merge conflicts with some other patches, but you'll have to ask him for the details. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 26 14:35:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB91B106566B; Tue, 26 Feb 2008 14:35:01 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B992B13C45A; Tue, 26 Feb 2008 14:35:01 +0000 (UTC) (envelope-from kensmith@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 m1QEZ1NI047053; Tue, 26 Feb 2008 14:35:01 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QEZ1Al047052; Tue, 26 Feb 2008 14:35:01 GMT (envelope-from kensmith) Message-Id: <200802261435.m1QEZ1Al047052@repoman.freebsd.org> From: Ken Smith Date: Tue, 26 Feb 2008 14:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add 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: Tue, 26 Feb 2008 14:35:02 -0000 kensmith 2008-02-26 14:35:01 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: Sync list of directories to look for packages in to current releases available. MFC after: 3 days Revision Changes Path 1.76 +3 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 15:31:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C1EE106566B; Tue, 26 Feb 2008 15:31:30 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E04513C4E7; Tue, 26 Feb 2008 15:31:30 +0000 (UTC) (envelope-from gahr@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 m1QFVUUU050279; Tue, 26 Feb 2008 15:31:30 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QFVUEB050278; Tue, 26 Feb 2008 15:31:30 GMT (envelope-from gahr) Message-Id: <200802261531.m1QFVUEB050278@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 26 Feb 2008 15:31:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Tue, 26 Feb 2008 15:31:30 -0000 gahr 2008-02-26 15:31:30 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: - Add my birthday Approved by: miwi (mentor) Revision Changes Path 1.225 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Tue Feb 26 15:38:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 285A5106566C; Tue, 26 Feb 2008 15:38:47 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF2113C461; Tue, 26 Feb 2008 15:38:47 +0000 (UTC) (envelope-from gahr@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 m1QFckns050541; Tue, 26 Feb 2008 15:38:46 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QFckw2050540; Tue, 26 Feb 2008 15:38:46 GMT (envelope-from gahr) Message-Id: <200802261538.m1QFckw2050540@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 26 Feb 2008 15:38: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/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: Tue, 26 Feb 2008 15:38:47 -0000 gahr 2008-02-26 15:38:46 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - Add myself to ports committers and to miwi's mentee list Approved by: miwi (mentor) Revision Changes Path 1.66 +2 -0 src/share/misc/committers-ports.dot From owner-cvs-src@FreeBSD.ORG Tue Feb 26 16:46:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046B51065681; Tue, 26 Feb 2008 16:46:12 +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 E16EE13C458; Tue, 26 Feb 2008 16:46:11 +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 m1QGk9iB011771; Tue, 26 Feb 2008 08:46:09 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1QGk85U011770; Tue, 26 Feb 2008 08:46:08 -0800 (PST) (envelope-from obrien) Date: Tue, 26 Feb 2008 08:46:08 -0800 From: "David O'Brien" To: Robert Watson Message-ID: <20080226164608.GF23211@dragon.NUXI.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> <86r6ezswnu.fsf@ds4.des.no> <20080226132155.W90776@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080226132155.W90776@fledge.watson.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= , Kris Kennaway , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.h 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: Tue, 26 Feb 2008 16:46:12 -0000 On Tue, Feb 26, 2008 at 01:29:57PM +0000, Robert Watson wrote: > On Tue, 26 Feb 2008, Dag-Erling Smřrgrav wrote: >> Umm, OK, I didn't spot that. It's unfortunate that David didn't change >> our own file system code to match (or even build LINT, which would have >> shown him the problem), so that RELENG_6 current doesn't build. Uggg!! Very sorry about that - I was using GENERIC so I could keep an up to date bootable kernel between the commits. I wish LINT was a usable kernel... -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 17:11:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B6551065670; Tue, 26 Feb 2008 17:11:07 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 27B4213C428; Tue, 26 Feb 2008 17:11:07 +0000 (UTC) (envelope-from philip@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 m1QHB7Gq064991; Tue, 26 Feb 2008 17:11:07 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QHB7TM064990; Tue, 26 Feb 2008 17:11:07 GMT (envelope-from philip) Message-Id: <200802261711.m1QHB7TM064990@repoman.freebsd.org> From: Philip Paeps Date: Tue, 26 Feb 2008 17:11: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: 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: Tue, 26 Feb 2008 17:11:07 -0000 philip 2008-02-26 17:11:06 UTC FreeBSD src repository Modified files: . access Log: Take jdp's commit bit into safe-keeping, per his request. Approved by: core (implicit) Revision Changes Path 1.859 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Tue Feb 26 17:16:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30B651065675; Tue, 26 Feb 2008 17:16:49 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC6C13C465; Tue, 26 Feb 2008 17:16:49 +0000 (UTC) (envelope-from alc@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 m1QHGmo5065161; Tue, 26 Feb 2008 17:16:48 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QHGmnX065154; Tue, 26 Feb 2008 17:16:48 GMT (envelope-from alc) Message-Id: <200802261716.m1QHGmnX065154@repoman.freebsd.org> From: Alan Cox Date: Tue, 26 Feb 2008 17:16:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 17:16:49 -0000 alc 2008-02-26 17:16:48 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Correct a long-standing error in vm_object_page_remove(). Specifically, pmap_remove_all() must not be called on fictitious pages. To date, fictitious pages have been allocated from zeroed memory, effectively hiding this problem because the fictitious pages appear to have an empty pv list. Submitted by: Kostik Belousov Rewrite the comments describing vm_object_page_remove() to better describe what it does. Add an assertion. Reviewed by: Kostik Belousov MFC after: 1 week Revision Changes Path 1.392 +25 -6 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 18:12:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49E261065672; Tue, 26 Feb 2008 18:12:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1EEDD13C43E; Tue, 26 Feb 2008 18:12:33 +0000 (UTC) (envelope-from pav@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 m1QICWig068206; Tue, 26 Feb 2008 18:12:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QICWX6068205; Tue, 26 Feb 2008 18:12:32 GMT (envelope-from pav) Message-Id: <200802261812.m1QICWX6068205@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 26 Feb 2008 18:12: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/dev/usb ubsa.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 18:12:33 -0000 pav 2008-02-26 18:12:32 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/dev/usb ubsa.c usbdevs Log: - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ Revision Changes Path 1.33 +2 -0 src/sys/dev/usb/ubsa.c 1.339 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Feb 26 18:19:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 475BD106566B; Tue, 26 Feb 2008 18:19:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B79113C447; Tue, 26 Feb 2008 18:19:40 +0000 (UTC) (envelope-from remko@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 m1QIJdrx068506; Tue, 26 Feb 2008 18:19:39 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QIJdII068505; Tue, 26 Feb 2008 18:19:39 GMT (envelope-from remko) Message-Id: <200802261819.m1QIJdII068505@repoman.freebsd.org> From: Remko Lodder Date: Tue, 26 Feb 2008 18:19: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/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 18:19:40 -0000 remko 2008-02-26 18:19:39 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add support for the EPSON CX5400 scanner PR: usb/120980 Submitted by: Christophe Etcheverry MFC after: 3 days Approved by: imp (mentor, implicit for trivial changes) Revision Changes Path 1.340 +1 -0 src/sys/dev/usb/usbdevs 1.90 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 18:19:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BA371065679; Tue, 26 Feb 2008 18:19:50 +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 058AA13C465; Tue, 26 Feb 2008 18:19:50 +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 m1QIJn0P068649; Tue, 26 Feb 2008 18:19:49 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QIJnTO068648; Tue, 26 Feb 2008 18:19:49 GMT (envelope-from obrien) Message-Id: <200802261819.m1QIJnTO068648@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 26 Feb 2008 18:19: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/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c src/sys/sys mount.h vnode.h src/sys/ufs/ufs quota.h ufs_quota.c ufs_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: Tue, 26 Feb 2008 18:19:50 -0000 obrien 2008-02-26 18:19:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vfsops.c sys/fs/nwfs nwfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/kern vfs_default.c vfs_vnops.c sys/sys mount.h vnode.h sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c Log: Back out MFC of "eradicate caddr_t". Turn's out Kris' suspisions were right - from a suttle code compatability point of view. Robert Watson found that ARLA code had something like this: typedef int (*foo_t)(caddr_t); ... foo_t fred; The compile gets all snarky when it finds int fred(void *) { .. }. Revision Changes Path 1.72.2.7 +1 -1 src/sys/fs/nullfs/null_vfsops.c 1.40.2.5 +2 -2 src/sys/fs/nwfs/nwfs_vfsops.c 1.34.2.4 +2 -2 src/sys/fs/smbfs/smbfs_vfsops.c 1.127.2.6 +1 -1 src/sys/kern/vfs_default.c 1.233.2.9 +4 -4 src/sys/kern/vfs_vnops.c 1.197.2.12 +1 -1 src/sys/sys/mount.h 1.304.2.11 +2 -2 src/sys/sys/vnode.h 1.27.2.4 +4 -4 src/sys/ufs/ufs/quota.h 1.74.2.9 +10 -10 src/sys/ufs/ufs/ufs_quota.c 1.45.2.5 +1 -1 src/sys/ufs/ufs/ufs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 18:25:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 335FF1065673; Tue, 26 Feb 2008 18:25:53 +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 0049F13C4D1; Tue, 26 Feb 2008 18:25:52 +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 1C46746B08; Tue, 26 Feb 2008 13:25:52 -0500 (EST) Date: Tue, 26 Feb 2008 18:25:51 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "David E. O'Brien" In-Reply-To: <200802261819.m1QIJnTO068648@repoman.freebsd.org> Message-ID: <20080226182149.D19847@fledge.watson.org> References: <200802261819.m1QIJnTO068648@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/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c src/sys/sys mount.h vnode.h src/sys/ufs/ufs quota.h ufs_quota.c ufs_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: Tue, 26 Feb 2008 18:25:53 -0000 On Tue, 26 Feb 2008, David E. O'Brien wrote: > Modified files: (Branch: RELENG_6) > sys/fs/nullfs null_vfsops.c > sys/fs/nwfs nwfs_vfsops.c > sys/fs/smbfs smbfs_vfsops.c > sys/kern vfs_default.c vfs_vnops.c > sys/sys mount.h vnode.h > sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c > Log: > Back out MFC of "eradicate caddr_t". > Turn's out Kris' suspisions were right - from a suttle code compatability > point of view. Robert Watson found that ARLA code had something like this: > typedef int (*foo_t)(caddr_t); ... foo_t fred; > The compile gets all snarky when it finds int fred(void *) { .. }. To be specific, it's about code on the order of the following -- in the include file: vfs_quotactl_t nnpfs_quotactl; In the .c file here nnpfs_quotactl is implemented: int nnpfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, d_thread_t *p) { ... } In another .c file where nnpfs_quotactl is used: .vfs_quotactl = nnpfs_quotactl, The compile keels over when it discovers that nnpfs_quotactl doesn't match the implementation because it doesn't match the typedef. So it's actually our typedef, not Arla's typedef. In any case, thanks for backing this out -- while I like the change in principle (and am glad it's in newer releases), this was a case of compatibility problems outweighing benefits. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Feb 26 18:44:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 225471065673; Tue, 26 Feb 2008 18:44:33 +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 EC57913C44B; Tue, 26 Feb 2008 18:44:32 +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 m1QIiVuW015318; Tue, 26 Feb 2008 10:44:31 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1QIiV5N015317; Tue, 26 Feb 2008 10:44:31 -0800 (PST) (envelope-from obrien) Date: Tue, 26 Feb 2008 10:44:31 -0800 From: "David O'Brien" To: Robert Watson Message-ID: <20080226184431.GA15264@dragon.NUXI.org> References: <200802261819.m1QIJnTO068648@repoman.freebsd.org> <20080226182149.D19847@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080226182149.D19847@fledge.watson.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c src/sys/sys mount.h vnode.h src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.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: Tue, 26 Feb 2008 18:44:33 -0000 On Tue, Feb 26, 2008 at 06:25:51PM +0000, Robert Watson wrote: > To be specific, it's about code on the order of the following -- in the > include file: > vfs_quotactl_t nnpfs_quotactl; > > In the .c file here nnpfs_quotactl is implemented: > int > nnpfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, > d_thread_t *p) > { .. > In another .c file where nnpfs_quotactl is used: > .vfs_quotactl = nnpfs_quotactl, This is one of the major warts I find with the C language. You cannot use the typedef'ed type used in the declaration in the definition - thus you always get these type mis-matches that a strongly typed language would barf on. > The compile keels over when it discovers that nnpfs_quotactl doesn't match > the implementation because it doesn't match the typedef. So it's actually > our typedef, not Arla's typedef. With C its just usually the types are based on the same thing. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 19:06:57 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F5651065670; Tue, 26 Feb 2008 19:06:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 7838D13C45B; Tue, 26 Feb 2008 19:06:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233481388-1834499 for multiple; Tue, 26 Feb 2008 14:06:41 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1QJ6ZiX022154; Tue, 26 Feb 2008 14:06:38 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Kip Macy Date: Tue, 26 Feb 2008 11:33:00 -0500 User-Agent: KMail/1.9.7 References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> In-Reply-To: <200802260302.m1Q32KOT081487@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802261133.00942.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 26 Feb 2008 14:06:38 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/6003/Tue Feb 26 06:34:31 2008 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/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 19:06:57 -0000 On Monday 25 February 2008 10:02:20 pm Kip Macy wrote: > kmacy 2008-02-26 03:02:20 UTC > > FreeBSD src repository > > Modified files: > sys/dev/cxgb cxgb_main.c > sys/modules/cxgb Makefile > sys/modules/cxgb/cxgb Makefile > sys/conf NOTES files > Added files: > sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h > sys/modules/cxgb/cxgb_t3fw Makefile > Removed files: > sys/dev/cxgb t3fw-5.0.0.bin.gz.uu > Log: > Move firmware in to separate module that can be compiled statically in to the kernel > Add utility for converting future firmware revs to a C header file Did you consider using firmware(9)? It already handles wrapping a binary blob into a kernel module for you and can autoload the firmware on demand. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Feb 26 19:28:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25EE01065676; Tue, 26 Feb 2008 19:28:35 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE18713C45A; Tue, 26 Feb 2008 19:28:34 +0000 (UTC) (envelope-from remko@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 m1QJSYui073449; Tue, 26 Feb 2008 19:28:34 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QJSYv3073448; Tue, 26 Feb 2008 19:28:34 GMT (envelope-from remko) Message-Id: <200802261928.m1QJSYv3073448@repoman.freebsd.org> From: Remko Lodder Date: Tue, 26 Feb 2008 19:28: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/sys/pci if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 19:28:35 -0000 remko 2008-02-26 19:28:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_ti.c Log: MFC rev 1.131 if_ti.c Set the baudrate for if_ti. PR: kern/40516 Submitted by: "Jin Guojun[VFF]" Approved by: imp (mentor, implicit for minor changes) MFC After: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.107.2.6 +1 -0 src/sys/pci/if_ti.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 19:29:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE18A1065674; Tue, 26 Feb 2008 19:29:32 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81E9613C45E; Tue, 26 Feb 2008 19:29:32 +0000 (UTC) (envelope-from remko@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 m1QJTWAM073549; Tue, 26 Feb 2008 19:29:32 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QJTWhp073548; Tue, 26 Feb 2008 19:29:32 GMT (envelope-from remko) Message-Id: <200802261929.m1QJTWhp073548@repoman.freebsd.org> From: Remko Lodder Date: Tue, 26 Feb 2008 19:29:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ti if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 19:29:32 -0000 remko 2008-02-26 19:29:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ti if_ti.c Log: MFC rev 1.131 if_ti.c Set the baudrate for if_ti. PR: kern/40516 Submitted by: "Jin Guojun[VFF]" Approved by: imp (mentor, implicit for minor changes) MFC After: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.128.2.1 +1 -0 src/sys/dev/ti/if_ti.c From owner-cvs-src@FreeBSD.ORG Tue Feb 26 20:10:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 267AF106566B; Tue, 26 Feb 2008 20:10:06 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE9B513C4E5; Tue, 26 Feb 2008 20:10:05 +0000 (UTC) (envelope-from davidc@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 m1QKA5BF076552; Tue, 26 Feb 2008 20:10:05 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QKA5wB076551; Tue, 26 Feb 2008 20:10:05 GMT (envelope-from davidc) Message-Id: <200802262010.m1QKA5wB076551@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 20:10: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/share/man/man9 vrefcnt.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: Tue, 26 Feb 2008 20:10:06 -0000 davidc 2008-02-26 20:10:05 UTC FreeBSD src repository Added files: share/man/man9 vrefcnt.9 Log: Add new man page. Revision Changes Path 1.1 +53 -0 src/share/man/man9/vrefcnt.9 (new) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 20:10:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DB111065689; Tue, 26 Feb 2008 20:10:32 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71E0013C45E; Tue, 26 Feb 2008 20:10:32 +0000 (UTC) (envelope-from davidc@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 m1QKAWkR076603; Tue, 26 Feb 2008 20:10:32 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QKAWYg076602; Tue, 26 Feb 2008 20:10:32 GMT (envelope-from davidc) Message-Id: <200802262010.m1QKAWYg076602@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 20:10:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 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, 26 Feb 2008 20:10:32 -0000 davidc 2008-02-26 20:10:32 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Add vrefcnt.9 to the build. Revision Changes Path 1.327 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 26 20:11:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48A071065670; Tue, 26 Feb 2008 20:11:38 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CFF813C467; Tue, 26 Feb 2008 20:11:38 +0000 (UTC) (envelope-from davidc@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 m1QKBbqu076716; Tue, 26 Feb 2008 20:11:37 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QKBb6G076715; Tue, 26 Feb 2008 20:11:37 GMT (envelope-from davidc) Message-Id: <200802262011.m1QKBb6G076715@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 20:11:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 vgone.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: Tue, 26 Feb 2008 20:11:38 -0000 davidc 2008-02-26 20:11:37 UTC FreeBSD src repository Modified files: share/man/man9 vgone.9 Log: Minor grammar fixup. Revision Changes Path 1.6 +1 -1 src/share/man/man9/vgone.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 26 20:13:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24C99106567C; Tue, 26 Feb 2008 20:13:09 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED95113C455; Tue, 26 Feb 2008 20:13:08 +0000 (UTC) (envelope-from davidc@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 m1QKD8tv076791; Tue, 26 Feb 2008 20:13:08 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QKD8Ne076790; Tue, 26 Feb 2008 20:13:08 GMT (envelope-from davidc) Message-Id: <200802262013.m1QKD8Ne076790@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 20:13: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/share/man/man9 vput.9 vref.9 vrele.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: Tue, 26 Feb 2008 20:13:09 -0000 davidc 2008-02-26 20:13:08 UTC FreeBSD src repository Modified files: share/man/man9 vput.9 vref.9 vrele.9 Log: Refer to vrefcnt(9) Revision Changes Path 1.12 +2 -1 src/share/man/man9/vput.9 1.14 +1 -0 src/share/man/man9/vref.9 1.13 +2 -1 src/share/man/man9/vrele.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 26 20:25:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 439911065672; Tue, 26 Feb 2008 20:25:02 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9A1F13C4CC; Tue, 26 Feb 2008 20:25:01 +0000 (UTC) (envelope-from davidc@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 m1QKP1gE077711; Tue, 26 Feb 2008 20:25:01 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QKP1YC077710; Tue, 26 Feb 2008 20:25:01 GMT (envelope-from davidc) Message-Id: <200802262025.m1QKP1YC077710@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 20:25: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/share/man/man9 vhold.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: Tue, 26 Feb 2008 20:25:02 -0000 davidc 2008-02-26 20:25:01 UTC FreeBSD src repository Modified files: share/man/man9 vhold.9 Log: Document vholdl(9) No longer refer to vbusy(9) or vfree(9) Revision Changes Path 1.6 +11 -11 src/share/man/man9/vhold.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 26 20:33:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F310106566B; Tue, 26 Feb 2008 20:33:53 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7E6813C46B; Tue, 26 Feb 2008 20:33:52 +0000 (UTC) (envelope-from ru@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 m1QKXqub078018; Tue, 26 Feb 2008 20:33:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QKXqvH078017; Tue, 26 Feb 2008 20:33:52 GMT (envelope-from ru) Message-Id: <200802262033.m1QKXqvH078017@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 26 Feb 2008 20:33:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys readlink.2 src/include unistd.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, 26 Feb 2008 20:33:53 -0000 ru 2008-02-26 20:33:52 UTC FreeBSD src repository Modified files: lib/libc/sys readlink.2 include unistd.h Log: Added the "restrict" type-qualifier to the readlink() prototype. Revision Changes Path 1.84 +1 -1 src/include/unistd.h 1.16 +2 -2 src/lib/libc/sys/readlink.2 From owner-cvs-src@FreeBSD.ORG Tue Feb 26 21:03:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4FE61065674; Tue, 26 Feb 2008 21:03:20 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99FFE13C45E; Tue, 26 Feb 2008 21:03:20 +0000 (UTC) (envelope-from davidc@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 m1QL3KT1089134; Tue, 26 Feb 2008 21:03:20 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QL3KDu089133; Tue, 26 Feb 2008 21:03:20 GMT (envelope-from davidc) Message-Id: <200802262103.m1QL3KDu089133@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 21:03:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 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, 26 Feb 2008 21:03:20 -0000 davidc 2008-02-26 21:03:20 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Link vholdl.9 to vhold.9 Revision Changes Path 1.328 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 26 21:09:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E07AC106566B; Tue, 26 Feb 2008 21:09:54 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B535613C448; Tue, 26 Feb 2008 21:09:54 +0000 (UTC) (envelope-from davidc@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 m1QL9sSo095083; Tue, 26 Feb 2008 21:09:54 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QL9sEh095082; Tue, 26 Feb 2008 21:09:54 GMT (envelope-from davidc) Message-Id: <200802262109.m1QL9sEh095082@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 21:09:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 insmntque.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: Tue, 26 Feb 2008 21:09:55 -0000 davidc 2008-02-26 21:09:54 UTC FreeBSD src repository Added files: share/man/man9 insmntque.9 Log: Add new man page. Revision Changes Path 1.1 +62 -0 src/share/man/man9/insmntque.9 (new) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 21:11:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740D2106566B; Tue, 26 Feb 2008 21:11:05 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 490ED13C465; Tue, 26 Feb 2008 21:11:05 +0000 (UTC) (envelope-from davidc@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 m1QLB5NL095224; Tue, 26 Feb 2008 21:11:05 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QLB5a2095223; Tue, 26 Feb 2008 21:11:05 GMT (envelope-from davidc) Message-Id: <200802262111.m1QLB5a2095223@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 21:11: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/share/man/man9 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, 26 Feb 2008 21:11:05 -0000 davidc 2008-02-26 21:11:05 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Add insmntque.9 to the build. Revision Changes Path 1.329 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 26 21:40:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D0F9106567D; Tue, 26 Feb 2008 21:40:00 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10BC513C459; Tue, 26 Feb 2008 21:40:00 +0000 (UTC) (envelope-from davidc@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 m1QLdxSv096049; Tue, 26 Feb 2008 21:39:59 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QLdxQI096048; Tue, 26 Feb 2008 21:39:59 GMT (envelope-from davidc) Message-Id: <200802262139.m1QLdxQI096048@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 21:39: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/share/man/man9 vfs_mountedfrom.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: Tue, 26 Feb 2008 21:40:00 -0000 davidc 2008-02-26 21:39:59 UTC FreeBSD src repository Added files: share/man/man9 vfs_mountedfrom.9 Log: Add new man page. Revision Changes Path 1.1 +55 -0 src/share/man/man9/vfs_mountedfrom.9 (new) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 21:40:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 565211065672; Tue, 26 Feb 2008 21:40:31 +0000 (UTC) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C41413C4E9; Tue, 26 Feb 2008 21:40:31 +0000 (UTC) (envelope-from davidc@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 m1QLeVPL096194; Tue, 26 Feb 2008 21:40:31 GMT (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QLeVuu096193; Tue, 26 Feb 2008 21:40:31 GMT (envelope-from davidc) Message-Id: <200802262140.m1QLeVuu096193@repoman.freebsd.org> From: Chad David Date: Tue, 26 Feb 2008 21:40:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 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, 26 Feb 2008 21:40:31 -0000 davidc 2008-02-26 21:40:31 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Add vfs_mountedfrom.9 to the build. Revision Changes Path 1.330 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:05:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09FFD106566C; Tue, 26 Feb 2008 23:05:06 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D15B713C4F9; Tue, 26 Feb 2008 23:05:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1QN55ln001536; Tue, 26 Feb 2008 23:05:05 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QN55Pj001535; Tue, 26 Feb 2008 23:05:05 GMT (envelope-from kmacy) Message-Id: <200802262305.m1QN55Pj001535@repoman.freebsd.org> From: Kip Macy Date: Tue, 26 Feb 2008 23:05: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/modules/cxgb/cxgb Makefile src/sys/dev/cxgb cxgb_main.c cxgb_t3fw.c t3b_protocol_sram.h t3b_tp_eeprom.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, 26 Feb 2008 23:05:06 -0000 kmacy 2008-02-26 23:05:05 UTC FreeBSD src repository Modified files: sys/modules/cxgb/cxgb Makefile sys/dev/cxgb cxgb_main.c cxgb_t3fw.c Added files: sys/dev/cxgb t3b_protocol_sram.h t3b_tp_eeprom.h Log: move remaining binaries in to blob headers Revision Changes Path 1.50 +8 -17 src/sys/dev/cxgb/cxgb_main.c 1.2 +68 -0 src/sys/dev/cxgb/cxgb_t3fw.c 1.1 +678 -0 src/sys/dev/cxgb/t3b_protocol_sram.h (new) 1.1 +566 -0 src/sys/dev/cxgb/t3b_tp_eeprom.h (new) 1.8 +0 -20 src/sys/modules/cxgb/cxgb/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:06:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DF541065670; Tue, 26 Feb 2008 23:06:23 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E634813C4F0; Tue, 26 Feb 2008 23:06:22 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1QN6M8r001657; Tue, 26 Feb 2008 23:06:22 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QN6MMV001656; Tue, 26 Feb 2008 23:06:22 GMT (envelope-from kmacy) Message-Id: <200802262306.m1QN6MMV001656@repoman.freebsd.org> From: Kip Macy Date: Tue, 26 Feb 2008 23:06: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/dev/cxgb t3b_protocol_sram-1.1.0.bin.gz.uu t3b_tp_eeprom-1.1.0.bin.gz.uu X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 23:06:23 -0000 kmacy 2008-02-26 23:06:22 UTC FreeBSD src repository Removed files: sys/dev/cxgb t3b_protocol_sram-1.1.0.bin.gz.uu t3b_tp_eeprom-1.1.0.bin.gz.uu Log: Remove unused files Revision Changes Path 1.2 +0 -46 src/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu (dead) 1.2 +0 -46 src/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu (dead) From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:07:26 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3314A1065672 for ; Tue, 26 Feb 2008 23:07:26 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id D4C6A13C4DB for ; Tue, 26 Feb 2008 23:07:25 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so2146549ele.3 for ; Tue, 26 Feb 2008 15:07:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=3Z9TbflQb77J0nLgcIYCs4zozeXF0VM1eG/j1EVxh2g=; b=k1yp9hj47YW0VjOWJ+d46niXEm3lt5Fr30qLGmfddOAuvWd4cwe2LQPJlRh5Twx2EYNxJeU7hQikDxxrhomjd3IAqndkdDP5PRQbNwZZY+dPloBvF/TkiDX50XysseojjJHYA50JNaJmC9zeAA7EF9ABoi/CD+3qt4GukNSTwVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EOtjNUctWttBbDr6Ej9rCGBCCazwp0HQnpaNu6hrypOJZqUs4//b4qQwsnjCUHZbf9SuK88C7RVjRCeZvgQR4X4pDZNbRtbzc++DWHTtwMiv82i5azx8cMxPgJyfU/9YTZAWlmK/htXMpP51KoGr/v7Wrt/IbhJuzWy+hSQe/m8= Received: by 10.114.168.1 with SMTP id q1mr6331747wae.74.1204067244034; Tue, 26 Feb 2008 15:07:24 -0800 (PST) Received: by 10.114.255.16 with HTTP; Tue, 26 Feb 2008 15:07:24 -0800 (PST) Message-ID: Date: Tue, 26 Feb 2008 15:07:24 -0800 From: "Kip Macy" To: "John Baldwin" In-Reply-To: <200802261133.00942.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Kip Macy , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 23:07:26 -0000 On Tue, Feb 26, 2008 at 8:33 AM, John Baldwin wrote: > On Monday 25 February 2008 10:02:20 pm Kip Macy wrote: > > kmacy 2008-02-26 03:02:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/cxgb cxgb_main.c > > sys/modules/cxgb Makefile > > sys/modules/cxgb/cxgb Makefile > > sys/conf NOTES files > > Added files: > > sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h > > sys/modules/cxgb/cxgb_t3fw Makefile > > Removed files: > > sys/dev/cxgb t3fw-5.0.0.bin.gz.uu > > Log: > > Move firmware in to separate module that can be compiled statically in to > the kernel > > Add utility for converting future firmware revs to a C header file > > Did you consider using firmware(9)? It already handles wrapping a binary blob > into a kernel module for you and can autoload the firmware on demand. > Read the code. From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:12:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C0291065678; Tue, 26 Feb 2008 23:12:56 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6077A13C468; Tue, 26 Feb 2008 23:12:56 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1QNCute001896; Tue, 26 Feb 2008 23:12:56 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QNCuYZ001895; Tue, 26 Feb 2008 23:12:56 GMT (envelope-from kmacy) Message-Id: <200802262312.m1QNCuYZ001895@repoman.freebsd.org> From: Kip Macy Date: Tue, 26 Feb 2008 23:12: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/dev/cxgb bin2h.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 23:12:56 -0000 kmacy 2008-02-26 23:12:56 UTC FreeBSD src repository Modified files: sys/dev/cxgb bin2h.pl Log: Parameterize for module name Revision Changes Path 1.2 +4 -4 src/sys/dev/cxgb/bin2h.pl From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:16:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C317106567A; Tue, 26 Feb 2008 23:16:24 +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 E312913C459; Tue, 26 Feb 2008 23:16:23 +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 m1QNGNEu002053; Tue, 26 Feb 2008 23:16:23 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1QNGNPC002052; Tue, 26 Feb 2008 23:16:23 GMT (envelope-from brueffer) Message-Id: <200802262316.m1QNGNPC002052@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 26 Feb 2008 23:16: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/share/man/man9 insmntque.9 vfs_mountedfrom.9 vrefcnt.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: Tue, 26 Feb 2008 23:16:24 -0000 brueffer 2008-02-26 23:16:23 UTC FreeBSD src repository Modified files: share/man/man9 insmntque.9 vfs_mountedfrom.9 vrefcnt.9 Log: Spell out the name of the month, normalize copyright layout. Revision Changes Path 1.2 +3 -3 src/share/man/man9/insmntque.9 1.2 +3 -3 src/share/man/man9/vfs_mountedfrom.9 1.2 +3 -3 src/share/man/man9/vrefcnt.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:19:32 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 113341065675 for ; Tue, 26 Feb 2008 23:19:32 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9186013C45A for ; Tue, 26 Feb 2008 23:19:31 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so2151525ele.3 for ; Tue, 26 Feb 2008 15:19:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=t5DfHOyeGBKZ+QltLmnIJ2CGCFsBBa7gM/9XNM3IiVI=; b=xosMzryTlBnKVU30Il0Gl26xU30JkMs5nVBK3EYUDKQa9wgkjZ2ZBDMw2fhxMHSJ8q+UDrNNAmppWFvwVknJIIpE3ZNXEABoFJ9vTuUDIWZdrZN28eWs44l/Ff8Eo6TcO5ZmJtfZ+9WpcFrgBGEjmBwxL75lCpZDf6SPoBQlQrc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UoIimLBeZpaM+O5Fc7jb7UMJ+/0f0F411ITCMviUOP4e9kNmuNjj0gEMY71kS4NVuTQmYZkgC5YNMZ3pIZ+9PtJbGXgOM1b43ykUF+hugGkmy6ORkZZnccXrxB22pyuhMcWvDiW3r3eQWKT8z8QJtpYBcllEtEjr1PgHOS8TsHM= Received: by 10.114.176.1 with SMTP id y1mr6344093wae.86.1204067969885; Tue, 26 Feb 2008 15:19:29 -0800 (PST) Received: by 10.114.255.16 with HTTP; Tue, 26 Feb 2008 15:19:29 -0800 (PST) Message-ID: Date: Tue, 26 Feb 2008 15:19:29 -0800 From: "Kip Macy" To: "John Baldwin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Kip Macy , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 23:19:32 -0000 the make system doesn't work with firmware + static linking - this works around that On Tue, Feb 26, 2008 at 3:07 PM, Kip Macy wrote: > > On Tue, Feb 26, 2008 at 8:33 AM, John Baldwin wrote: > > On Monday 25 February 2008 10:02:20 pm Kip Macy wrote: > > > kmacy 2008-02-26 03:02:20 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/cxgb cxgb_main.c > > > sys/modules/cxgb Makefile > > > sys/modules/cxgb/cxgb Makefile > > > sys/conf NOTES files > > > Added files: > > > sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h > > > sys/modules/cxgb/cxgb_t3fw Makefile > > > Removed files: > > > sys/dev/cxgb t3fw-5.0.0.bin.gz.uu > > > Log: > > > Move firmware in to separate module that can be compiled statically in to > > the kernel > > > Add utility for converting future firmware revs to a C header file > > > > Did you consider using firmware(9)? It already handles wrapping a binary blob > > into a kernel module for you and can autoload the firmware on demand. > > > > > Read the code. > From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:28:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F33C1065671; Tue, 26 Feb 2008 23:28:06 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 068CB13C4D3; Tue, 26 Feb 2008 23:28:04 +0000 (UTC) (envelope-from sam@errno.com) Received: from Macintosh-2.local ([10.0.0.196]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m1QNS34D011190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Feb 2008 15:28:03 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <47C4A083.2050602@errno.com> Date: Tue, 26 Feb 2008 15:28:03 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Kip Macy References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Kip Macy , John Baldwin Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 23:28:06 -0000 Huh? What does "static linking" mean? If you're looking for an example of a firmware image being embedded in a kernel look at the npe firmware used by xscale. Sam Kip Macy wrote: > the make system doesn't work with firmware + static linking - this > works around that > > > On Tue, Feb 26, 2008 at 3:07 PM, Kip Macy wrote: >> On Tue, Feb 26, 2008 at 8:33 AM, John Baldwin wrote: >> > On Monday 25 February 2008 10:02:20 pm Kip Macy wrote: >> > > kmacy 2008-02-26 03:02:20 UTC >> > > >> > > FreeBSD src repository >> > > >> > > Modified files: >> > > sys/dev/cxgb cxgb_main.c >> > > sys/modules/cxgb Makefile >> > > sys/modules/cxgb/cxgb Makefile >> > > sys/conf NOTES files >> > > Added files: >> > > sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h >> > > sys/modules/cxgb/cxgb_t3fw Makefile >> > > Removed files: >> > > sys/dev/cxgb t3fw-5.0.0.bin.gz.uu >> > > Log: >> > > Move firmware in to separate module that can be compiled statically in to >> > the kernel >> > > Add utility for converting future firmware revs to a C header file >> > >> > Did you consider using firmware(9)? It already handles wrapping a binary blob >> > into a kernel module for you and can autoload the firmware on demand. >> > >> >> >> Read the code. >> > > From owner-cvs-src@FreeBSD.ORG Tue Feb 26 23:39:08 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BD181065673 for ; Tue, 26 Feb 2008 23:39:08 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.180]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEF513C45D for ; Tue, 26 Feb 2008 23:39:07 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so2159864ele.3 for ; Tue, 26 Feb 2008 15:39:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=6SrjrGY141Cttg/gyBUA61gRkoE0FUmmmqgzKMh+TqA=; b=UV0S6382l27n7q5yBqqQjGYuFPN/9d5SuBVKHVj3cRDZ7fJRFvO/lIZ9cZ4za9QrhrVZQyhESvZo7CAqlFMpkE+5Vh3NNKCTkZLTp1gAzAYhoNilmthX3EscFUt7h6lFUSN1qMZ3bb1oOr86nAf6Whk9Rc3oReAhKOfw10niTuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HGoSCJ9+6p6l8nI+QLJ4SOfCBsjnSZ1DoXwYE+awH9o9cJO5eoOfpNM403CyAWmVjaLlOKXEjnhmfsO2YnSoFeKkikwgnKiTdXOQGNmaUQcr8ixtGv6P3FZMjRbgJQD0sRUhb3cJZlTWY2TAB7Dbfqz/CqFlbgYT0SM+SDNoPIo= Received: by 10.114.158.1 with SMTP id g1mr6360274wae.97.1204069146375; Tue, 26 Feb 2008 15:39:06 -0800 (PST) Received: by 10.114.255.16 with HTTP; Tue, 26 Feb 2008 15:39:06 -0800 (PST) Message-ID: Date: Tue, 26 Feb 2008 15:39:06 -0800 From: "Kip Macy" To: "Sam Leffler" In-Reply-To: <47C4A083.2050602@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> <47C4A083.2050602@errno.com> Cc: cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, Kip Macy , John Baldwin Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Feb 2008 23:39:08 -0000 Uhm - I do the same thing as ispfw - can you tell me what is wrong with that? -Kip On Tue, Feb 26, 2008 at 3:28 PM, Sam Leffler wrote: > Huh? What does "static linking" mean? If you're looking for an example > of a firmware image being embedded in a kernel look at the npe firmware > used by xscale. > > Sam > > > > Kip Macy wrote: > > the make system doesn't work with firmware + static linking - this > > works around that > > > > > > On Tue, Feb 26, 2008 at 3:07 PM, Kip Macy wrote: > >> On Tue, Feb 26, 2008 at 8:33 AM, John Baldwin wrote: > >> > On Monday 25 February 2008 10:02:20 pm Kip Macy wrote: > >> > > kmacy 2008-02-26 03:02:20 UTC > >> > > > >> > > FreeBSD src repository > >> > > > >> > > Modified files: > >> > > sys/dev/cxgb cxgb_main.c > >> > > sys/modules/cxgb Makefile > >> > > sys/modules/cxgb/cxgb Makefile > >> > > sys/conf NOTES files > >> > > Added files: > >> > > sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h > >> > > sys/modules/cxgb/cxgb_t3fw Makefile > >> > > Removed files: > >> > > sys/dev/cxgb t3fw-5.0.0.bin.gz.uu > >> > > Log: > >> > > Move firmware in to separate module that can be compiled statically in to > >> > the kernel > >> > > Add utility for converting future firmware revs to a C header file > >> > > >> > Did you consider using firmware(9)? It already handles wrapping a binary blob > >> > into a kernel module for you and can autoload the firmware on demand. > >> > > >> > >> > >> Read the code. > >> > > > > > > From owner-cvs-src@FreeBSD.ORG Wed Feb 27 00:03:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD601065674; Wed, 27 Feb 2008 00:03:23 +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 675A613C45D; Wed, 27 Feb 2008 00:03:23 +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 m1R03Niv004847; Wed, 27 Feb 2008 00:03:23 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R03Nws004846; Wed, 27 Feb 2008 00:03:23 GMT (envelope-from marcel) Message-Id: <200802270003.m1R03Nws004846@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 27 Feb 2008 00:03: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/conf ldscript.powerpc src/sys/powerpc/aim locore.S src/sys/powerpc/powerpc 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: Wed, 27 Feb 2008 00:03:23 -0000 marcel 2008-02-27 00:03:23 UTC FreeBSD src repository Modified files: sys/conf ldscript.powerpc sys/powerpc/aim locore.S sys/powerpc/powerpc genassym.c Log: Avoid hardcoding the kernel link address in the linker script. Use KERNBASE instead. While here, move the text sections forward to the beginning of the text segment. Revision Changes Path 1.8 +16 -11 src/sys/conf/ldscript.powerpc 1.24 +6 -0 src/sys/powerpc/aim/locore.S 1.60 +1 -0 src/sys/powerpc/powerpc/genassym.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 05:02:55 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6044B1065673; Wed, 27 Feb 2008 05:02:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 82B8413C45D; Wed, 27 Feb 2008 05:02:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233533634-1834499 for multiple; Tue, 26 Feb 2008 23:59:44 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1R51Gq2026417; Wed, 27 Feb 2008 00:01:22 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Kip Macy" Date: Tue, 26 Feb 2008 23:57:44 -0500 User-Agent: KMail/1.9.7 References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <47C4A083.2050602@errno.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802262357.45358.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]); Wed, 27 Feb 2008 00:01:22 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/6006/Tue Feb 26 20:03:40 2008 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: Sam Leffler , src-committers@freebsd.org, Kip Macy , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 05:02:55 -0000 On Tuesday 26 February 2008 06:39:06 pm Kip Macy wrote: > Uhm - I do the same thing as ispfw - can you tell me what is wrong with that? > > -Kip ispfw actually predates firmware(9) by several years and it simply hasn't been converted to use the new API yet. > On Tue, Feb 26, 2008 at 3:28 PM, Sam Leffler wrote: > > Huh? What does "static linking" mean? If you're looking for an example > > of a firmware image being embedded in a kernel look at the npe firmware > > used by xscale. > > > > Sam > > > > > > > > Kip Macy wrote: > > > the make system doesn't work with firmware + static linking - this > > > works around that > > > > > > > > > On Tue, Feb 26, 2008 at 3:07 PM, Kip Macy wrote: > > >> On Tue, Feb 26, 2008 at 8:33 AM, John Baldwin wrote: > > >> > On Monday 25 February 2008 10:02:20 pm Kip Macy wrote: > > >> > > kmacy 2008-02-26 03:02:20 UTC > > >> > > > > >> > > FreeBSD src repository > > >> > > > > >> > > Modified files: > > >> > > sys/dev/cxgb cxgb_main.c > > >> > > sys/modules/cxgb Makefile > > >> > > sys/modules/cxgb/cxgb Makefile > > >> > > sys/conf NOTES files > > >> > > Added files: > > >> > > sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h > > >> > > sys/modules/cxgb/cxgb_t3fw Makefile > > >> > > Removed files: > > >> > > sys/dev/cxgb t3fw-5.0.0.bin.gz.uu > > >> > > Log: > > >> > > Move firmware in to separate module that can be compiled statically in to > > >> > the kernel > > >> > > Add utility for converting future firmware revs to a C header file > > >> > > > >> > Did you consider using firmware(9)? It already handles wrapping a binary blob > > >> > into a kernel module for you and can autoload the firmware on demand. > > >> > > > >> > > >> > > >> Read the code. > > >> > > > > > > > > > > > -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Feb 27 05:56:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0BF51065672; Wed, 27 Feb 2008 05:56:57 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73EDB13C4D5; Wed, 27 Feb 2008 05:56:57 +0000 (UTC) (envelope-from wollman@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 m1R5uv3n040458; Wed, 27 Feb 2008 05:56:57 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R5uvDD040457; Wed, 27 Feb 2008 05:56:57 GMT (envelope-from wollman) Message-Id: <200802270556.m1R5uvDD040457@repoman.freebsd.org> From: Garrett Wollman Date: Wed, 27 Feb 2008 05:56:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sysconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 05:56:57 -0000 wollman 2008-02-27 05:56:57 UTC FreeBSD src repository Modified files: lib/libc/gen sysconf.c Log: stdio is currently limited to file descriptors not greater than {SHRT_MAX}, so {STREAM_MAX} should be no greater than that. (This does not exactly meet the letter of POSIX but comes reasonably close to it in spirit.) MFC after: 14 days Revision Changes Path 1.26 +19 -1 src/lib/libc/gen/sysconf.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 06:06:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F23AE1065672; Wed, 27 Feb 2008 06:06:00 +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 C545213C468; Wed, 27 Feb 2008 06:06:00 +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 m1R660df042030; Wed, 27 Feb 2008 06:06:00 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R660ZE042029; Wed, 27 Feb 2008 06:06:00 GMT (envelope-from kientzle) Message-Id: <200802270606.m1R660ZE042029@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 27 Feb 2008 06: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/lib/libarchive archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 06:06:01 -0000 kientzle 2008-02-27 06:05:59 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_zip.c Log: Optimize skipping over Zip entries. Thanks to: Dan Nelson, who sent me the patch MFC after: 7 days Revision Changes Path 1.22 +5 -14 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 06:16:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00969106566C; Wed, 27 Feb 2008 06:16:41 +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 C81D013C46E; Wed, 27 Feb 2008 06:16:41 +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 m1R6GfeK042455; Wed, 27 Feb 2008 06:16:41 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R6Gf7Q042454; Wed, 27 Feb 2008 06:16:41 GMT (envelope-from kientzle) Message-Id: <200802270616.m1R6Gf7Q042454@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 27 Feb 2008 06:16:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_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, 27 Feb 2008 06:16:42 -0000 kientzle 2008-02-27 06:16:41 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c Log: Spelling correction, thanks to Joerg Sonnenberger. Revision Changes Path 1.23 +1 -1 src/lib/libarchive/archive_write_disk.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 07:37:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA80B1065670; Wed, 27 Feb 2008 07:37:24 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC5513C4D9; Wed, 27 Feb 2008 07:37:24 +0000 (UTC) (envelope-from ganbold@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 m1R7bOxt046383; Wed, 27 Feb 2008 07:37:24 GMT (envelope-from ganbold@repoman.freebsd.org) Received: (from ganbold@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R7bOZS046382; Wed, 27 Feb 2008 07:37:24 GMT (envelope-from ganbold) Message-Id: <200802270737.m1R7bOZS046382@repoman.freebsd.org> From: Ganbold Tsagaankhuu Date: Wed, 27 Feb 2008 07:37: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-doc.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: Wed, 27 Feb 2008 07:37:24 -0000 ganbold 2008-02-27 07:37:24 UTC FreeBSD src repository (doc committer) Modified files: share/misc committers-doc.dot Log: Add myself to doc committers and to keramida's mentee list Approved by: keramida(mentor) Revision Changes Path 1.21 +2 -0 src/share/misc/committers-doc.dot From owner-cvs-src@FreeBSD.ORG Wed Feb 27 07:39:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A16A91065679; Wed, 27 Feb 2008 07:39:31 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 758FC13C474; Wed, 27 Feb 2008 07:39:31 +0000 (UTC) (envelope-from ganbold@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 m1R7dVtU046440; Wed, 27 Feb 2008 07:39:31 GMT (envelope-from ganbold@repoman.freebsd.org) Received: (from ganbold@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R7dVen046439; Wed, 27 Feb 2008 07:39:31 GMT (envelope-from ganbold) Message-Id: <200802270739.m1R7dVen046439@repoman.freebsd.org> From: Ganbold Tsagaankhuu Date: Wed, 27 Feb 2008 07:39:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/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: Wed, 27 Feb 2008 07:39:31 -0000 ganbold 2008-02-27 07:39:31 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday. Approved by: keramida(mentor) Revision Changes Path 1.226 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Wed Feb 27 08:47:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD96C106566B; Wed, 27 Feb 2008 08:47:14 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8588613C45A; Wed, 27 Feb 2008 08:47:14 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1R8lEoO058906; Wed, 27 Feb 2008 08:47:14 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1R8lERD058893; Wed, 27 Feb 2008 08:47:14 GMT (envelope-from scottl) Message-Id: <200802270847.m1R8lERD058893@repoman.freebsd.org> From: Scott Long Date: Wed, 27 Feb 2008 08:47: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/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 08:47:15 -0000 scottl 2008-02-27 08:47:14 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: When probing a newly found device, don't automatically assume that the device supports retrieving a serial number. Instead, first query the list of VPD pages it does support, and only query the serial number if it's supported, else silently move on. This eliminates a lot of noise during verbose booting, and will likely eliminate the need for most NOSERIAL quirks. Revision Changes Path 1.197 +95 -36 src/sys/cam/cam_xpt.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 10:14:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56BA7106566C; Wed, 27 Feb 2008 10:14:58 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31E8A13C4E5; Wed, 27 Feb 2008 10:14:58 +0000 (UTC) (envelope-from remko@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 m1RAEwSK066826; Wed, 27 Feb 2008 10:14:58 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RAEw4k066825; Wed, 27 Feb 2008 10:14:58 GMT (envelope-from remko) Message-Id: <200802271014.m1RAEw4k066825@repoman.freebsd.org> From: Remko Lodder Date: Wed, 27 Feb 2008 10:14: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/drm drm_pciids.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, 27 Feb 2008 10:14:58 -0000 remko 2008-02-27 10:14:58 UTC FreeBSD src repository Modified files: sys/dev/drm drm_pciids.h Log: Add support for the 965GM. PR: kern/120978 Submitted by: Dominic Fandrey Approved by: imp (mentor, implicit), anholt (drm maintainer) MFC after: 3 days Revision Changes Path 1.8 +1 -0 src/sys/dev/drm/drm_pciids.h From owner-cvs-src@FreeBSD.ORG Wed Feb 27 10:23:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61E701065671; Wed, 27 Feb 2008 10:23:53 +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 1A03913C448; Wed, 27 Feb 2008 10:23:52 +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 B814F2094; Wed, 27 Feb 2008 11:23:46 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id B3DD3207F; Wed, 27 Feb 2008 11:23:45 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: obrien@FreeBSD.org References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> <86r6ezswnu.fsf@ds4.des.no> <20080226132155.W90776@fledge.watson.org> <20080226164608.GF23211@dragon.NUXI.org> Date: Wed, 27 Feb 2008 11:23:44 +0100 In-Reply-To: <20080226164608.GF23211@dragon.NUXI.org> (David O'Brien's message of "Tue\, 26 Feb 2008 08\:46\:08 -0800") Message-ID: <8663war93j.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 27 Feb 2008 10:23:53 -0000 "David O'Brien" writes: > Uggg!! Very sorry about that - I was using GENERIC so I could keep an up > to date bootable kernel between the commits. GENERIC was broken as well, unionfs is built as a module. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Feb 27 10:57:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC79D106566C; Wed, 27 Feb 2008 10:57:51 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFD8A8FC21; Wed, 27 Feb 2008 10:57:51 +0000 (UTC) (envelope-from remko@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 m1RAvpRX068644; Wed, 27 Feb 2008 10:57:51 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RAvppM068643; Wed, 27 Feb 2008 10:57:51 GMT (envelope-from remko) Message-Id: <200802271057.m1RAvppM068643@repoman.freebsd.org> From: Remko Lodder Date: Wed, 27 Feb 2008 10:57:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 10:57:51 -0000 remko 2008-02-27 10:57:51 UTC FreeBSD src repository Modified files: share/man/man4 uscanner.4 Log: Add the Epson - CX5400 to the supported lists of epson scanners. Noticed by: simon Forgotten by: me Revision Changes Path 1.32 +3 -3 src/share/man/man4/uscanner.4 From owner-cvs-src@FreeBSD.ORG Wed Feb 27 13:52:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC16E1065670; Wed, 27 Feb 2008 13:52:33 +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 E4DA68FC14; Wed, 27 Feb 2008 13:52:33 +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 m1RDqX7g086668; Wed, 27 Feb 2008 13:52:33 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RDqXeL086667; Wed, 27 Feb 2008 13:52:33 GMT (envelope-from dwmalone) Message-Id: <200802271352.m1RDqXeL086667@repoman.freebsd.org> From: David Malone Date: Wed, 27 Feb 2008 13:52: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/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 13:52:34 -0000 dwmalone 2008-02-27 13:52:33 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 ipfw2.c sys/netinet ip_dummynet.c Log: Dummynet has a limit of 100 slots queue size (or 1MB, if you give the limit in bytes) hard coded into both the kernel and userland. Make both these limits a sysctl, so it is easy to change the limit. If the userland part of ipfw finds that the sysctls don't exist, it will just fall back to the traditional limits. (100 packets is quite a small limit these days. If you want to test TCP at 100Mbps, 100 packets can only accommodate a DBP of 12ms.) Note these sysctls in the man page and warn against increasing them without thinking first. MFC after: 3 weeks Revision Changes Path 1.211 +14 -0 src/sbin/ipfw/ipfw.8 1.118 +18 -5 src/sbin/ipfw/ipfw2.c 1.115 +9 -2 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 14:03:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3FA81065672; Wed, 27 Feb 2008 14:03:05 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id B5A4D8FC26; Wed, 27 Feb 2008 14:03:05 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.14.0/8.14.0) with ESMTP id m1RE1gao027477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Feb 2008 09:01:42 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id m1RE1DKG048219; Wed, 27 Feb 2008 09:01:13 -0500 (EST) (envelope-from gallatin) Date: Wed, 27 Feb 2008 09:01:13 -0500 From: Andrew Gallatin To: Sam Leffler Message-ID: <20080227090113.A48182@grasshopper.cs.duke.edu> References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> <47C4A083.2050602@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <47C4A083.2050602@errno.com>; from sam@errno.com on Tue, Feb 26, 2008 at 03:27:40PM -0800 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: src-committers@FreeBSD.org, Kip Macy , John Baldwin , Kip Macy , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 14:03:06 -0000 Sam Leffler [sam@errno.com] wrote: > Huh? What does "static linking" mean? If you're looking for an example > of a firmware image being embedded in a kernel look at the npe firmware > used by xscale. Kip, Before spending time on this, be warned that I tried this for mxge last year, and I gave up because it was such a headache. The final straw was that building the firmware into a .fwo file via a files file rule doesn't work on platforms like ia64 due some toolchain problems. Specifically, there was no way to get the constant-gp flag set on an ld -b binary image, which caused the final kernel link command to explode. Rather than use the .fwo method, I committed some .c shims (see dev/mxge/mxge_eth_z8e.c) which just #include my firmware header files. This avoids the linking problems, and turns out to be much, much easier to work with than the fw_stub files file method. Drew From owner-cvs-src@FreeBSD.ORG Wed Feb 27 15:04:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E1AC1065672; Wed, 27 Feb 2008 15:04:20 +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 352E48FC22; Wed, 27 Feb 2008 15:04:15 +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 m1RF4C5N048177; Wed, 27 Feb 2008 07:04:12 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1RF47mR048172; Wed, 27 Feb 2008 07:04:07 -0800 (PST) (envelope-from obrien) Date: Wed, 27 Feb 2008 07:04:07 -0800 From: "David O'Brien" To: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Message-ID: <20080227150407.GA48137@dragon.NUXI.org> References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> <86r6ezswnu.fsf@ds4.des.no> <20080226132155.W90776@fledge.watson.org> <20080226164608.GF23211@dragon.NUXI.org> <8663war93j.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8663war93j.fsf@ds4.des.no> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.h 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: Wed, 27 Feb 2008 15:04:20 -0000 On Wed, Feb 27, 2008 at 11:23:44AM +0100, Dag-Erling Smrgrav wrote: > "David O'Brien" writes: > > Uggg!! Very sorry about that - I was using GENERIC so I could keep an up > > to date bootable kernel between the commits. > > GENERIC was broken as well, unionfs is built as a module. OK, so I was using 'make kernel' and installed just that to boot with. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Feb 27 16:01:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E746C106566B; Wed, 27 Feb 2008 16:01:23 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id A9F948FC14; Wed, 27 Feb 2008 16:01:23 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m1RG1JNN017478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Feb 2008 08:01:20 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <47C5894F.10301@errno.com> Date: Wed, 27 Feb 2008 08:01:19 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Andrew Gallatin References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> <47C4A083.2050602@errno.com> <20080227090113.A48182@grasshopper.cs.duke.edu> In-Reply-To: <20080227090113.A48182@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: Kip Macy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 16:01:24 -0000 Andrew Gallatin wrote: > Sam Leffler [sam@errno.com] wrote: > >> Huh? What does "static linking" mean? If you're looking for an example >> of a firmware image being embedded in a kernel look at the npe firmware >> used by xscale. >> > > Kip, > > Before spending time on this, be warned that I tried this for mxge > last year, and I gave up because it was such a headache. The final > straw was that building the firmware into a .fwo file via a files file > rule doesn't work on platforms like ia64 due some toolchain problems. > Specifically, there was no way to get the constant-gp flag set on an > ld -b binary image, which caused the final kernel link command to > explode. > > Rather than use the .fwo method, I committed some .c shims (see > dev/mxge/mxge_eth_z8e.c) which just #include my firmware header files. > This avoids the linking problems, and turns out to be much, much > easier to work with than the fw_stub files file method. > My recollection from working with you on this was that the issue was ia64, not that it was hard. Given working examples to cut&paste I find this argument weak. As to ia64, if it doesn't support our build mechanisms then it should not be part of make universe. When Kip and I talked about why he did stuff w/o using fw_stub.awk it turned out he wasn't aware of existing examples. This technique is documented in firmware(9) and has worked fine for me (but of course I came up with it). The bottom line however is that I don't particularly care how firmware images get built so long as drivers use firmware(9) to load them. I've dealt with firmware loading on a variety of non-freebsd systems and always miss it. Sam From owner-cvs-src@FreeBSD.ORG Wed Feb 27 16:43:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87293106566B; Wed, 27 Feb 2008 16:43:22 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id 71A2F8FC1A; Wed, 27 Feb 2008 16:43:22 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.14.0/8.14.0) with ESMTP id m1RGfvSl025997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Feb 2008 11:41:57 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id m1RGfSCo048361; Wed, 27 Feb 2008 11:41:28 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18373.37583.482055.929142@grasshopper.cs.duke.edu> Date: Wed, 27 Feb 2008 11:41:28 -0500 (EST) To: Sam Leffler In-Reply-To: <47C5894F.10301@errno.com> References: <200802260302.m1Q32KOT081487@repoman.freebsd.org> <200802261133.00942.jhb@freebsd.org> <47C4A083.2050602@errno.com> <20080227090113.A48182@grasshopper.cs.duke.edu> <47C5894F.10301@errno.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: src-committers@FreeBSD.org, Andrew Gallatin , John Baldwin , Kip Macy , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 16:43:22 -0000 Sam Leffler writes: > Andrew Gallatin wrote: > > Sam Leffler [sam@errno.com] wrote: > > > >> Huh? What does "static linking" mean? If you're looking for an example > >> of a firmware image being embedded in a kernel look at the npe firmware > >> used by xscale. > >> > > > > Kip, > > > > Before spending time on this, be warned that I tried this for mxge > > last year, and I gave up because it was such a headache. The final > > straw was that building the firmware into a .fwo file via a files file > > rule doesn't work on platforms like ia64 due some toolchain problems. > > Specifically, there was no way to get the constant-gp flag set on an > > ld -b binary image, which caused the final kernel link command to > > explode. > > > > Rather than use the .fwo method, I committed some .c shims (see > > dev/mxge/mxge_eth_z8e.c) which just #include my firmware header files. > > This avoids the linking problems, and turns out to be much, much > > easier to work with than the fw_stub files file method. > > > > My recollection from working with you on this was that the issue was > ia64, not that it was hard. Given working examples to cut&paste I find > this argument weak. As to ia64, if it doesn't support our build > mechanisms then it should not be part of make universe. ia64 was the only example I knew of, but nobody seemed interested/able to fix it at the time. I don't think it deserves demotion for this issue. > When Kip and I talked about why he did stuff w/o using fw_stub.awk it > turned out he wasn't aware of existing examples. This technique is > documented in firmware(9) and has worked fine for me (but of course I > came up with it). I was just trying to prevent Kip from butting up against the same issue that I had with firmware(9), and pointing him at what I think is the only example of a driver which can compile in firmware and survive a make universe. For what its worth, I actually prefer my small shim files to the files file rules for the .fwo objects and I would resist going to the files file rules for mxge even if the ia64 issue is fixed. With the shim files, it is quite easy to understand what is going on. To my admittedly uneducated eyes, the files file magic looks almost like line noise. > The bottom line however is that I don't particularly care how firmware > images get built so long as drivers use firmware(9) to load them. I've > dealt with firmware loading on a variety of non-freebsd systems and > always miss it. I agree. It is much nicer than the alternatives on other systems. Drew From owner-cvs-src@FreeBSD.ORG Wed Feb 27 17:12:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB76D1065693; Wed, 27 Feb 2008 17:12:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2CE58FC1F; Wed, 27 Feb 2008 17:12:23 +0000 (UTC) (envelope-from rwatson@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 m1RHCN5H007387; Wed, 27 Feb 2008 17:12:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RHCNsx007386; Wed, 27 Feb 2008 17:12:23 GMT (envelope-from rwatson) Message-Id: <200802271712.m1RHCNsx007386@repoman.freebsd.org> From: Robert Watson Date: Wed, 27 Feb 2008 17:12: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/security/audit audit_worker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 17:12:23 -0000 rwatson 2008-02-27 17:12:22 UTC FreeBSD src repository Modified files: sys/security/audit audit_worker.c Log: Replace somewhat awkward audit trail rotation scheme, which involved the global audit mutex and condition variables, with an sx lock which protects the trail vnode and credential while in use, and is acquired by the system call code when rotating the trail. Previously, a "message" would be sent to the kernel audit worker, which did the rotation, but the new code is simpler and (hopefully) less error-prone. Obtained from: TrustedBSD Project MFC after: 1 month Revision Changes Path 1.20 +98 -163 src/sys/security/audit/audit_worker.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 18:43:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FA401065682 for ; Wed, 27 Feb 2008 18:43:42 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outZ.internet-mail-service.net (outZ.internet-mail-service.net [216.240.47.249]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9268FC28 for ; Wed, 27 Feb 2008 18:43:42 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 27 Feb 2008 10:43:42 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 8197C1273BB; Wed, 27 Feb 2008 10:43:41 -0800 (PST) Message-ID: <47C5AF6E.5070503@elischer.org> Date: Wed, 27 Feb 2008 10:43:58 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: David Malone References: <200802271352.m1RDqXeL086667@repoman.freebsd.org> In-Reply-To: <200802271352.m1RDqXeL086667@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 18:43:42 -0000 David Malone wrote: > dwmalone 2008-02-27 13:52:33 UTC > > FreeBSD src repository > > Modified files: > sbin/ipfw ipfw.8 ipfw2.c > sys/netinet ip_dummynet.c > Log: > Dummynet has a limit of 100 slots queue size (or 1MB, if you give > the limit in bytes) hard coded into both the kernel and userland. > Make both these limits a sysctl, so it is easy to change the limit. > If the userland part of ipfw finds that the sysctls don't exist, > it will just fall back to the traditional limits. "hooray!" > > (100 packets is quite a small limit these days. If you want to test > TCP at 100Mbps, 100 packets can only accommodate a DBP of 12ms.) > > Note these sysctls in the man page and warn against increasing them > without thinking first. > > MFC after: 3 weeks > > Revision Changes Path > 1.211 +14 -0 src/sbin/ipfw/ipfw.8 > 1.118 +18 -5 src/sbin/ipfw/ipfw2.c > 1.115 +9 -2 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 18:45:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C45E11065678 for ; Wed, 27 Feb 2008 18:45:40 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outV.internet-mail-service.net (outV.internet-mail-service.net [216.240.47.245]) by mx1.freebsd.org (Postfix) with ESMTP id AADF38FC1D for ; Wed, 27 Feb 2008 18:45:40 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 27 Feb 2008 10:45:40 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 9C082127390; Wed, 27 Feb 2008 10:45:39 -0800 (PST) Message-ID: <47C5AFE4.6050302@elischer.org> Date: Wed, 27 Feb 2008 10:45:56 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200802250855.m1P8t3w6052042@repoman.freebsd.org> <47C29A07.2070908@FreeBSD.org> <86d4qli8a1.fsf@ds4.des.no> <20080226123107.N90776@fledge.watson.org> <86r6ezswnu.fsf@ds4.des.no> <20080226132155.W90776@fledge.watson.org> <20080226164608.GF23211@dragon.NUXI.org> <8663war93j.fsf@ds4.des.no> <20080227150407.GA48137@dragon.NUXI.org> In-Reply-To: <20080227150407.GA48137@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Kris Kennaway , cvs-all@FreeBSD.org, Robert Watson , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vnode_if.src src/sys/sys mount.h vnode.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, 27 Feb 2008 18:45:40 -0000 David O'Brien wrote: > On Wed, Feb 27, 2008 at 11:23:44AM +0100, Dag-Erling Smrgrav wrote: >> "David O'Brien" writes: >>> Uggg!! Very sorry about that - I was using GENERIC so I could keep an up >>> to date bootable kernel between the commits. >> GENERIC was broken as well, unionfs is built as a module. > > OK, so I was using 'make kernel' and installed just that to boot with. I'm storing this as defense material for my next breakage.. ok so blackmail material for one potential complainant, 197 to go.. From owner-cvs-src@FreeBSD.ORG Wed Feb 27 19:02:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B433F106566B; Wed, 27 Feb 2008 19:02:04 +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 ADEA58FC13; Wed, 27 Feb 2008 19:02:04 +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 m1RJ23SJ012247; Wed, 27 Feb 2008 19:02:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RJ23wd012246; Wed, 27 Feb 2008 19:02:03 GMT (envelope-from jhb) Message-Id: <200802271902.m1RJ23wd012246@repoman.freebsd.org> From: John Baldwin Date: Wed, 27 Feb 2008 19:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 19:02:04 -0000 jhb 2008-02-27 19:02:02 UTC FreeBSD src repository Modified files: lib/libc/stdio fdopen.c fopen.c freopen.c Log: File descriptors are an int, but our stdio FILE object uses a short to hold them. Thus, any fd whose value is greater than SHRT_MAX is handled incorrectly (the short value is sign-extended when converted to an int). An unpleasant side effect is that if fopen() opens a file and gets a backing fd that is greater than SHRT_MAX, fclose() will fail and the file descriptor will be leaked. Better handle this by fixing fopen(), fdopen(), and freopen() to fail attempts to use a fd greater than SHRT_MAX with EMFILE. At some point in the future we should look at expanding the file descriptor in FILE to an int, but that is a bit complicated due to ABI issues. MFC after: 1 week Discussed on: arch Reviewed by: wollman Revision Changes Path 1.9 +12 -0 src/lib/libc/stdio/fdopen.c 1.12 +13 -0 src/lib/libc/stdio/fopen.c 1.19 +14 -0 src/lib/libc/stdio/freopen.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 20:18:55 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C722610656C2; Wed, 27 Feb 2008 20:18:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 0528F8FC26; Wed, 27 Feb 2008 20:18:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233611897-1834499 for multiple; Wed, 27 Feb 2008 15:16:48 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1RKIjlL036063; Wed, 27 Feb 2008 15:18:45 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Wed, 27 Feb 2008 15:11:10 -0500 User-Agent: KMail/1.9.7 References: <200802271902.m1RJ23wd012246@repoman.freebsd.org> In-Reply-To: <200802271902.m1RJ23wd012246@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802271511.10787.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]); Wed, 27 Feb 2008 15:18:45 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/6012/Wed Feb 27 13:48:06 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 20:18:55 -0000 On Wednesday 27 February 2008 02:02:03 pm John Baldwin wrote: > jhb 2008-02-27 19:02:02 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio fdopen.c fopen.c freopen.c > Log: > File descriptors are an int, but our stdio FILE object uses a short to hold > them. Thus, any fd whose value is greater than SHRT_MAX is handled > incorrectly (the short value is sign-extended when converted to an int). > An unpleasant side effect is that if fopen() opens a file and gets a > backing fd that is greater than SHRT_MAX, fclose() will fail and the file > descriptor will be leaked. Better handle this by fixing fopen(), fdopen(), > and freopen() to fail attempts to use a fd greater than SHRT_MAX with > EMFILE. > > At some point in the future we should look at expanding the file descriptor > in FILE to an int, but that is a bit complicated due to ABI issues. To reproduce, open 32k fd's and then invoke gethostbyname() with 'files' enabled in nsswitch.conf for host lookups. A fd on /etc/hosts will be leaked for each invocation of gethostbyname(). -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Feb 27 21:25:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6C821065670; Wed, 27 Feb 2008 21:25:19 +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 B02838FC1B; Wed, 27 Feb 2008 21:25:19 +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 m1RLPJN2029534; Wed, 27 Feb 2008 21:25:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RLPJv8029533; Wed, 27 Feb 2008 21:25:19 GMT (envelope-from jhb) Message-Id: <200802272125.m1RLPJv8029533@repoman.freebsd.org> From: John Baldwin Date: Wed, 27 Feb 2008 21:25:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 21:25:20 -0000 jhb 2008-02-27 21:25:19 UTC FreeBSD src repository Modified files: lib/libc/stdio fdopen.c fopen.c freopen.c Log: Add for SHRT_MAX. Pointy hat to: jhb Revision Changes Path 1.10 +1 -0 src/lib/libc/stdio/fdopen.c 1.13 +1 -0 src/lib/libc/stdio/fopen.c 1.20 +1 -0 src/lib/libc/stdio/freopen.c From owner-cvs-src@FreeBSD.ORG Wed Feb 27 21:51:25 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EE101065673; Wed, 27 Feb 2008 21:51:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB4F8FC19; Wed, 27 Feb 2008 21:51:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233622234-1834499 for multiple; Wed, 27 Feb 2008 16:49:23 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1RLp8xa036786; Wed, 27 Feb 2008 16:51:21 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Wed, 27 Feb 2008 16:50:12 -0500 User-Agent: KMail/1.9.7 References: <200802272125.m1RLPJv8029533@repoman.freebsd.org> In-Reply-To: <200802272125.m1RLPJv8029533@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802271650.12939.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]); Wed, 27 Feb 2008 16:51:21 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/6014/Wed Feb 27 15:42:51 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 21:51:25 -0000 On Wednesday 27 February 2008 04:25:19 pm John Baldwin wrote: > jhb 2008-02-27 21:25:19 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio fdopen.c fopen.c freopen.c > Log: > Add for SHRT_MAX. > > Pointy hat to: jhb Sorry, the original patch compiles fine on 6.x. :-/ -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Feb 27 22:27:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D842E106567D; Wed, 27 Feb 2008 22:27:35 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD4288FC25; Wed, 27 Feb 2008 22:27:35 +0000 (UTC) (envelope-from kensmith@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 m1RMRZdI033008; Wed, 27 Feb 2008 22:27:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RMRZxB033007; Wed, 27 Feb 2008 22:27:35 GMT (envelope-from kensmith) Message-Id: <200802272227.m1RMRZxB033007@repoman.freebsd.org> From: Ken Smith Date: Wed, 27 Feb 2008 22:27:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf newvers.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, 27 Feb 2008 22:27:36 -0000 kensmith 2008-02-27 22:27:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf newvers.sh Log: 7.0-RELEASE is announced, start calling RELENG_7 -STABLE. Revision Changes Path 1.72.2.7 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Feb 27 23:35:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBF711067228; Wed, 27 Feb 2008 23:35:39 +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 ADFFC8FC1B; Wed, 27 Feb 2008 23:35:39 +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 m1RNZdXE036789; Wed, 27 Feb 2008 23:35:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1RNZdo7036788; Wed, 27 Feb 2008 23:35:39 GMT (envelope-from jhb) Message-Id: <200802272335.m1RNZdo7036788@repoman.freebsd.org> From: John Baldwin Date: Wed, 27 Feb 2008 23:35: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/boot/i386/btx/btx Makefile btx.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Feb 2008 23:35:40 -0000 jhb 2008-02-27 23:35:39 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx Makefile btx.S Log: Retire the support for using paging in BTX. It hasn't been used since before 4.0. Submitted by: kib Revision Changes Path 1.20 +0 -4 src/sys/boot/i386/btx/btx/Makefile 1.45 +2 -53 src/sys/boot/i386/btx/btx/btx.S From owner-cvs-src@FreeBSD.ORG Thu Feb 28 04:09:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 921CD1065670; Thu, 28 Feb 2008 04:09:08 +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 6865F8FC1F; Thu, 28 Feb 2008 04:09:08 +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 m1S498SA062562; Thu, 28 Feb 2008 04:09:08 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S498YJ062561; Thu, 28 Feb 2008 04:09:08 GMT (envelope-from scf) Message-Id: <200802280409.m1S498YJ062561@repoman.freebsd.org> From: Sean Farley Date: Thu, 28 Feb 2008 04:09: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/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: Thu, 28 Feb 2008 04:09:08 -0000 scf 2008-02-28 04:09:08 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.c Log: Replace the use of warnx() with direct output to stderr using _write(). This reduces the size of a statically-linked binary by approximately 100KB in a trivial "return (0)" test application. readelf -S was used to verify that the .text section was reduced and that using strlen() saved a few more bytes over using sizeof(). Since the section of code is only called when environ is corrupt (program bug), I went with fewer bytes over fewer cycles. I made minor edits to the submitted patch to make the output resemble warnx(). Submitted by: kib bz Approved by: wes (mentor) MFC after: 5 days Revision Changes Path 1.13 +36 -12 src/lib/libc/stdlib/getenv.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 04:19:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D9F1065675; Thu, 28 Feb 2008 04:19:47 +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 51C9A8FC17; Thu, 28 Feb 2008 04:19:47 +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 m1S4JlXp062888; Thu, 28 Feb 2008 04:19:47 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S4JlRx062887; Thu, 28 Feb 2008 04:19:47 GMT (envelope-from scf) Message-Id: <200802280419.m1S4JlRx062887@repoman.freebsd.org> From: Sean Farley Date: Thu, 28 Feb 2008 04:19:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/pw pw.c pw_group.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 04:19:47 -0000 scf 2008-02-28 04:19:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/pw pw.c pw_group.c Log: MFC: style(9) (verified no object changes) src/usr.sbin/pw/pw.c: rev 1.31 -> 1.32 src/usr.sbin/pw/pw_group.c: rev 1.14 -> 1.15 Approved by: wes (mentor) Revision Changes Path 1.31.2.1 +1 -1 src/usr.sbin/pw/pw.c 1.14.18.1 +1 -2 src/usr.sbin/pw/pw_group.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 04:25:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EFD5106566C; Thu, 28 Feb 2008 04:25:04 +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 03CB88FC1D; Thu, 28 Feb 2008 04:25:04 +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 m1S4P356063187; Thu, 28 Feb 2008 04:25:03 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S4P35B063186; Thu, 28 Feb 2008 04:25:03 GMT (envelope-from scf) Message-Id: <200802280425.m1S4P35B063186@repoman.freebsd.org> From: Sean Farley Date: Thu, 28 Feb 2008 04:25:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/pw pw.8 pw.c pw_group.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 04:25:04 -0000 scf 2008-02-28 04:25:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/pw pw.8 pw.c pw_group.c Log: MFC: Add the groupmod '-d' option to pw to allow the deletion of existing users from a group without the need to perform the same operation by replacing the existing list via the '-M' option. The '-M' option requires someone to fetch the existing members with pw, deleting the undesired members from the list and sending the altered list back to pw. src/usr.sbin/pw/pw.c: rev 1.32 -> 1.33 src/usr.sbin/pw/pw_group.c: rev 1.15 -> 1.16 src/usr.sbin/pw/pw.8: rev 1.42 -> 1.43 Approved by: wes (mentor) Revision Changes Path 1.41.2.2 +10 -0 src/usr.sbin/pw/pw.8 1.31.2.2 +2 -1 src/usr.sbin/pw/pw.c 1.14.18.2 +80 -15 src/usr.sbin/pw/pw_group.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 06:01:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFB47106566B; Thu, 28 Feb 2008 06:01:48 +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 89C4C8FC19; Thu, 28 Feb 2008 06:01:48 +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 m1S61mAO078286; Thu, 28 Feb 2008 06:01:48 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S61mKE078285; Thu, 28 Feb 2008 06:01:48 GMT (envelope-from bmah) Message-Id: <200802280601.m1S61mKE078285@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 28 Feb 2008 06:01:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.dsl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 06:01:48 -0000 bmah 2008-02-28 06:01:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Point RELENG_7 users at stable@ rather than current@. Reminded by: cnst Revision Changes Path 1.8.8.1 +2 -2 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Thu Feb 28 06:08:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 927B3106566B; Thu, 28 Feb 2008 06:08:40 +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 5BB508FC19; Thu, 28 Feb 2008 06:08:40 +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 m1S68eaZ079686; Thu, 28 Feb 2008 06:08:40 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S68eaF079685; Thu, 28 Feb 2008 06:08:40 GMT (envelope-from brueffer) Message-Id: <200802280608.m1S68eaF079685@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 28 Feb 2008 06:08:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/sys clock_gettime.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: Thu, 28 Feb 2008 06:08:40 -0000 brueffer 2008-02-28 06:08:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys clock_gettime.2 Log: MFC: rev. 1.25 Add missing words. Revision Changes Path 1.24.2.1 +2 -2 src/lib/libc/sys/clock_gettime.2 From owner-cvs-src@FreeBSD.ORG Thu Feb 28 06:09:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7ADC106566B; Thu, 28 Feb 2008 06:09:23 +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 7127C8FC26; Thu, 28 Feb 2008 06:09:23 +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 m1S69Npe079728; Thu, 28 Feb 2008 06:09:23 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S69Nd9079727; Thu, 28 Feb 2008 06:09:23 GMT (envelope-from brueffer) Message-Id: <200802280609.m1S69Nd9079727@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 28 Feb 2008 06:09:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys clock_gettime.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: Thu, 28 Feb 2008 06:09:23 -0000 brueffer 2008-02-28 06:09:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys clock_gettime.2 Log: MFC: rev. 1.25 Add missing words. Revision Changes Path 1.20.8.2 +2 -2 src/lib/libc/sys/clock_gettime.2 From owner-cvs-src@FreeBSD.ORG Thu Feb 28 06:54:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F73D1065673; Thu, 28 Feb 2008 06:54:25 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 388B78FC32; Thu, 28 Feb 2008 06:54:25 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1S6sOaV081226; Thu, 28 Feb 2008 06:54:24 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S6sOXu081225; Thu, 28 Feb 2008 06:54:24 GMT (envelope-from maxim) Message-Id: <200802280654.m1S6sOXu081225@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 28 Feb 2008 06:54: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 bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 06:54:25 -0000 maxim 2008-02-28 06:54:24 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o Add FreeBSD 7.0, MacOS X 10.5 (belated), DragonFly BSD 1.12.0. Revision Changes Path 1.119 +12 -3 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Thu Feb 28 10:31:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51F511065678; Thu, 28 Feb 2008 10:31:51 +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 0B4D68FC24; Thu, 28 Feb 2008 10:31:50 +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 342792087; Thu, 28 Feb 2008 11:31:44 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 0D34A2049; Thu, 28 Feb 2008 11:31:42 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: John Baldwin References: <200802271902.m1RJ23wd012246@repoman.freebsd.org> Date: Thu, 28 Feb 2008 11:31:42 +0100 In-Reply-To: <200802271902.m1RJ23wd012246@repoman.freebsd.org> (John Baldwin's message of "Wed\, 27 Feb 2008 19\:02\:03 +0000 \(UTC\)") Message-ID: <86ejax4bjl.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (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/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 10:31:51 -0000 John Baldwin writes: > At some point in the future we should look at expanding the file descri= ptor > in FILE to an int, but that is a bit complicated due to ABI issues. There shouldn't be any ABI issues, since FILE should never, ever be used directly, only through FILE *. If someone out there is stupid enough to do FILE f =3D *fopen("foo", "r+"); then they deserve the breakage... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Feb 28 10:40:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 477801065678; Thu, 28 Feb 2008 10:40:59 +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 F3D4F8FC13; Thu, 28 Feb 2008 10:40:58 +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 7B0C3208C; Thu, 28 Feb 2008 11:40:55 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id B99FD2049; Thu, 28 Feb 2008 11:40:54 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: John Baldwin References: <200802271902.m1RJ23wd012246@repoman.freebsd.org> <86ejax4bjl.fsf@ds4.des.no> Date: Thu, 28 Feb 2008 11:40:54 +0100 In-Reply-To: <86ejax4bjl.fsf@ds4.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rg?= =?utf-8?Q?rav=22's?= message of "Thu\, 28 Feb 2008 11\:31\:42 +0100") Message-ID: <867igp4b49.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (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/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 10:40:59 -0000 Dag-Erling Sm=C3=B8rgrav writes: > John Baldwin writes: > > At some point in the future we should look at expanding the file descri= ptor > > in FILE to an int, but that is a bit complicated due to ABI issues. > There shouldn't be any ABI issues, since FILE should never, ever be used > directly, only through FILE *. After reading the discussion on -arch, I take that back; but as Garrett pointed out, a simple way of fixing it is to just return EMFILE if the fd we get from open() is >=3D32768. It's a pity we're not allowed to increase FOPEN_MAX beyond some ridiculously low number... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Feb 28 13:56:50 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50F7E106566B; Thu, 28 Feb 2008 13:56:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 71C7E8FC18; Thu, 28 Feb 2008 13:56:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233689946-1834499 for multiple; Thu, 28 Feb 2008 08:54:42 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1SDuYQZ046128; Thu, 28 Feb 2008 08:56:35 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Dag-Erling =?utf-8?q?Sm=C3=B8rgrav?= Date: Thu, 28 Feb 2008 08:01:52 -0500 User-Agent: KMail/1.9.7 References: <200802271902.m1RJ23wd012246@repoman.freebsd.org> <86ejax4bjl.fsf@ds4.des.no> <867igp4b49.fsf@ds4.des.no> In-Reply-To: <867igp4b49.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200802280801.53162.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]); Thu, 28 Feb 2008 08:56:35 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/6023/Thu Feb 28 07:50:11 2008 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/lib/libc/stdio fdopen.c fopen.c freopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 13:56:50 -0000 On Thursday 28 February 2008 05:40:54 am Dag-Erling Sm=C3=B8rgrav wrote: > Dag-Erling Sm=C3=B8rgrav writes: > > John Baldwin writes: > > > At some point in the future we should look at expanding the file=20 descriptor > > > in FILE to an int, but that is a bit complicated due to ABI issues. > > There shouldn't be any ABI issues, since FILE should never, ever be used > > directly, only through FILE *. >=20 > After reading the discussion on -arch, I take that back; but as Garrett > pointed out, a simple way of fixing it is to just return EMFILE if the > fd we get from open() is >=3D32768. >=20 > It's a pity we're not allowed to increase FOPEN_MAX beyond some > ridiculously low number... The problem is I'd also like it to work if we get a "large" fd. glibc hand= les=20 this fine. =2D-=20 John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Feb 28 15:12:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA977106567A; Thu, 28 Feb 2008 15:12:06 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 794FA8FC13; Thu, 28 Feb 2008 15:12:06 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1SFC6Sh045014; Thu, 28 Feb 2008 15:12:06 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SFC61H045013; Thu, 28 Feb 2008 15:12:06 GMT (envelope-from yar) Message-Id: <200802281512.m1SFC61H045013@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 28 Feb 2008 15:12: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/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 15:12:06 -0000 yar 2008-02-28 15:12:06 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: It was Plauger, not Ritchie, who co-authored both editions of "The Elements of Programming Style". Also spell the name of the book properly. Revision Changes Path 1.256 +1 -1 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Thu Feb 28 15:16:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 939A51065674; Thu, 28 Feb 2008 15:16:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 638A28FC2B; Thu, 28 Feb 2008 15:16:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1SFGPiO045607; Thu, 28 Feb 2008 15:16:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SFGP63045606; Thu, 28 Feb 2008 15:16:25 GMT (envelope-from yar) Message-Id: <200802281516.m1SFGP63045606@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 28 Feb 2008 15:16: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/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 15:16:25 -0000 yar 2008-02-28 15:16:25 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Add another very relevant quote from "The Elements of Programming Style" by Kernighan and Plauger. Revision Changes Path 1.257 +3 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Thu Feb 28 16:22:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E49106566B; Thu, 28 Feb 2008 16:22:37 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CF138FC14; Thu, 28 Feb 2008 16:22:37 +0000 (UTC) (envelope-from bde@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 m1SGMaBG050599; Thu, 28 Feb 2008 16:22:36 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SGMaMt050598; Thu, 28 Feb 2008 16:22:36 GMT (envelope-from bde) Message-Id: <200802281622.m1SGMaMt050598@repoman.freebsd.org> From: Bruce Evans Date: Thu, 28 Feb 2008 16:22: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/lib/msun/src e_rem_pio2.c e_rem_pio2f.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 16:22:37 -0000 bde 2008-02-28 16:22:36 UTC FreeBSD src repository Modified files: lib/msun/src e_rem_pio2.c e_rem_pio2f.c Log: Fix and improve some magic numbers for the "medium size" case. e_rem_pio2.c: This case goes up to about 2**20pi/2, but the comment about it said that it goes up to about 2**19pi/2. It went too far above 2**pi/2, giving a multiplier fn with 21 significant bits in some cases. This would be harmful except for a numerical accident. It happens that the terms of the approximation to pi/2, when rounded to 33 bits so that multiplications by 20-bit fn's are exact, happen to be rounded to 32 bits so multiplications by 21-bit fn's are exact too, so the bug only complicates the error analysis (we might lose a bit of accuracy but have bits to spare). e_rem_pio2f.c: The bogus comment in e_rem_pio2.c was copied and the code was changed to be bug-for-bug compatible with it, except the limit was made 90 ulps smaller than necessary. The approximation to pi/2 was not modified except for discarding some of it. The same rough error analysis that justifies the limit of 2**20pi/2 for double precision only justifies a limit of 2**18pi/2 for float precision. We depended on exhaustive testing to check the magic numbers for float precision. More exaustive testing shows that we can go up to 2**28pi/2 using a 53+25 bit approximation to pi/2 for float precision, with a the maximum error for cosf() and sinf() unchanged at 0.5009 ulps despite the maximum error in rem_pio2f being ~0.25 ulps. Implement this. Revision Changes Path 1.18 +1 -1 src/lib/msun/src/e_rem_pio2.c 1.29 +3 -3 src/lib/msun/src/e_rem_pio2f.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 16:41:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B488C106566C; Thu, 28 Feb 2008 16:41:51 +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 8233F8FC16; Thu, 28 Feb 2008 16:41:51 +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 m1SGfpgA051857; Thu, 28 Feb 2008 16:41:51 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SGfpiF051856; Thu, 28 Feb 2008 16:41:51 GMT (envelope-from obrien) Message-Id: <200802281641.m1SGfpiF051856@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 28 Feb 2008 16:41:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/awk Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 16:41:51 -0000 obrien 2008-02-28 16:41:51 UTC FreeBSD src repository Modified files: usr.bin/awk Makefile Log: Now that we're way past our conversion from GNU awk to BWK awk, we don't need to primarily install as a non-conflicting name. Revision Changes Path 1.16 +3 -7 src/usr.bin/awk/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 28 16:45:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C46A21065675; Thu, 28 Feb 2008 16:45:38 +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 90EEF8FC2E; Thu, 28 Feb 2008 16:45:38 +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 m1SGjcZu052188; Thu, 28 Feb 2008 16:45:38 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SGjcu1052187; Thu, 28 Feb 2008 16:45:38 GMT (envelope-from obrien) Message-Id: <200802281645.m1SGjcu1052187@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 28 Feb 2008 16:45:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/awk Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 16:45:38 -0000 obrien 2008-02-28 16:45:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/awk Makefile Log: MFC: rev 1.16: install as awk. Revision Changes Path 1.14.2.2 +3 -7 src/usr.bin/awk/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 28 17:00:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DB8E1065672; Thu, 28 Feb 2008 17:00:17 +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 5B1CB8FC1D; Thu, 28 Feb 2008 17:00:17 +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 m1SH0H2X066867; Thu, 28 Feb 2008 17:00:17 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SH0Hqh066866; Thu, 28 Feb 2008 17:00:17 GMT (envelope-from sam) Message-Id: <200802281700.m1SH0Hqh066866@repoman.freebsd.org> From: Sam Leffler Date: Thu, 28 Feb 2008 17:00:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/contrib/tcpdump print-802_11.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 17:00:17 -0000 sam 2008-02-28 17:00:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/tcpdump print-802_11.c Log: MFC 1.4: unbreak printing 802.11 tx/rx rates Revision Changes Path 1.2.2.2 +3 -3 src/contrib/tcpdump/print-802_11.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 17:08:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FC5B106566B; Thu, 28 Feb 2008 17:08:06 +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 06C3D8FC14; Thu, 28 Feb 2008 17:08:06 +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 m1SH85qb073217; Thu, 28 Feb 2008 17:08:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SH85uM073216; Thu, 28 Feb 2008 17:08:05 GMT (envelope-from jhb) Message-Id: <200802281708.m1SH85uM073216@repoman.freebsd.org> From: John Baldwin Date: Thu, 28 Feb 2008 17:08: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/boot/i386/boot2 boot2.c src/sys/boot/i386/gptboot gptboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 17:08:06 -0000 jhb 2008-02-28 17:08:05 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot2.c sys/boot/i386/gptboot gptboot.c Log: Rev 1.72 fixed a bug where if /boot.config changed the console its contents weren't displayed on the new console. However, the config string has been altered as part of being parsed so we only display the first option. Fix this by saving a copy of /boot.config before parsing it and displaying the saved copy after parsing. MFC after: 1 week PR: i386/103972 Submitted by: Alexandre Belloni alexandre.belloni of netasq.com Revision Changes Path 1.86 +3 -2 src/sys/boot/i386/boot2/boot2.c 1.87 +3 -2 src/sys/boot/i386/gptboot/gptboot.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 17:33:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 788FA106566B; Thu, 28 Feb 2008 17:33:06 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45CAB8FC29; Thu, 28 Feb 2008 17:33:06 +0000 (UTC) (envelope-from nyan@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 m1SHX6kx075675; Thu, 28 Feb 2008 17:33:06 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SHX6Nd075674; Thu, 28 Feb 2008 17:33:06 GMT (envelope-from nyan) Message-Id: <200802281733.m1SHX6Nd075674@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 28 Feb 2008 17:33:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98/btx/btx Makefile btx.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 17:33:06 -0000 nyan 2008-02-28 17:33:06 UTC FreeBSD src repository Modified files: sys/boot/pc98/btx/btx Makefile btx.S Log: MFi386: Retire the support for using paging in BTX. It hasn't been used since before 4.0. Revision Changes Path 1.13 +0 -4 src/sys/boot/pc98/btx/btx/Makefile 1.23 +2 -53 src/sys/boot/pc98/btx/btx/btx.S From owner-cvs-src@FreeBSD.ORG Thu Feb 28 17:49:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740571065670; Thu, 28 Feb 2008 17:49:24 +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 411998FC25; Thu, 28 Feb 2008 17:49:24 +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 m1SHnOc4076532; Thu, 28 Feb 2008 17:49:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SHnOmW076531; Thu, 28 Feb 2008 17:49:24 GMT (envelope-from jhb) Message-Id: <200802281749.m1SHnOmW076531@repoman.freebsd.org> From: John Baldwin Date: Thu, 28 Feb 2008 17:49: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/boot/i386/libi386 biosdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 17:49:24 -0000 jhb 2008-02-28 17:49:23 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biosdisk.c Log: Tweak the verbose disk printing a bit: - Consolidate the code to humanize the size of a disk partition into a single function based on the code for GPT partitions and use it for GPT partitions, BSD slices, and BSD partitions. - Teach the humanize code to use KB for small partitions (e.g. GPT boot partitions now show up as 64KB rather than 0MB). - Pad a few partition type names out so that things line up in the common case. MFC after: 1 week Revision Changes Path 1.55 +51 -59 src/sys/boot/i386/libi386/biosdisk.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 17:59:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2C7B106566B; Thu, 28 Feb 2008 17:59:54 +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 9F7FE8FC17; Thu, 28 Feb 2008 17:59:54 +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 m1SHxsIn077080; Thu, 28 Feb 2008 17:59:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SHxsYb077079; Thu, 28 Feb 2008 17:59:54 GMT (envelope-from jhb) Message-Id: <200802281759.m1SHxsYb077079@repoman.freebsd.org> From: John Baldwin Date: Thu, 28 Feb 2008 17:59:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 17:59:55 -0000 jhb 2008-02-28 17:59:54 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c Log: - Check for the extended CPUID registers on VIA CPUs so we can get the brand string. - Fix a nit in the previous commit. "Eden" is a product name, not a core name. The new ID is still for an "Esther" core. Revision Changes Path 1.182 +2 -2 src/sys/i386/i386/identcpu.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 18:31:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BED6A106566B; Thu, 28 Feb 2008 18:31:54 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3448FC14; Thu, 28 Feb 2008 18:31:54 +0000 (UTC) (envelope-from philip@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 m1SIVsfq080212; Thu, 28 Feb 2008 18:31:54 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SIVsRw080211; Thu, 28 Feb 2008 18:31:54 GMT (envelope-from philip) Message-Id: <200802281831.m1SIVsRw080211@repoman.freebsd.org> From: Philip Paeps Date: Thu, 28 Feb 2008 18:31:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 18:31:54 -0000 philip 2008-02-28 18:31:54 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Zero sc->vnode if mdsetcred() fails. This fixes the panic which happens when mdcreate_vnode() calls vn_close() and mddestroy() calls it again further down the error handling path. Reviewed by: kris, kib MFC after: 3 days Revision Changes Path 1.174 +1 -0 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 19:10:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDC8E1065670; Thu, 28 Feb 2008 19:10:42 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9D9F8FC1C; Thu, 28 Feb 2008 19:10:42 +0000 (UTC) (envelope-from rpaulo@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 m1SJAgn6083977; Thu, 28 Feb 2008 19:10:42 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SJAgm1083976; Thu, 28 Feb 2008 19:10:42 GMT (envelope-from rpaulo) Message-Id: <200802281910.m1SJAgm1083976@repoman.freebsd.org> From: Rui Paulo Date: Thu, 28 Feb 2008 19:10: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/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 19:10:43 -0000 rpaulo 2008-02-28 19:10:42 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: Validate the id16 values gathered from ACPI (previously a TODO item). Style changes by me and njl. Approved by: njl (mentor) Reviewed by: njl (mentor) Submitted by: Takeharu KATO PR: 119350 MFC after: 1 week Revision Changes Path 1.12 +59 -17 src/sys/i386/cpufreq/est.c From owner-cvs-src@FreeBSD.ORG Thu Feb 28 22:30:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B80121065675; Thu, 28 Feb 2008 22:30:41 +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 837588FC27; Thu, 28 Feb 2008 22:30:41 +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 m1SMUfZR009577; Thu, 28 Feb 2008 22:30:41 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1SMUf7R009576; Thu, 28 Feb 2008 22:30:41 GMT (envelope-from marcel) Message-Id: <200802282230.m1SMUf7R009576@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Feb 2008 22:30:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/part g_part_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Feb 2008 22:30:42 -0000 marcel 2008-02-28 22:30:41 UTC FreeBSD src repository Modified files: sys/geom/part g_part_mbr.c Log: Better handle false positives. The MBR differs from the boot sector only because there's a partition table where the boot sector has boot code. Boot sectors without boot code look like a MBR for all practical purposes. This change adds a check for the partition table and fails the probe when it's obvously invalid. The assumption being that the sector contains a boot sector and not a MBR. More checks are needed to distinguish a boot secto without boot code from a (empty) MBR. Revision Changes Path 1.3 +24 -6 src/sys/geom/part/g_part_mbr.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 01:57:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C62F31065670; Fri, 29 Feb 2008 01:57:20 +0000 (UTC) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 974D38FC1A; Fri, 29 Feb 2008 01:57:20 +0000 (UTC) (envelope-from grehan@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 m1T1vKEc031797; Fri, 29 Feb 2008 01:57:20 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T1vKWc031796; Fri, 29 Feb 2008 01:57:20 GMT (envelope-from grehan) Message-Id: <200802290157.m1T1vKWc031796@repoman.freebsd.org> From: Peter Grehan Date: Fri, 29 Feb 2008 01:57:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gdb gdb_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: Fri, 29 Feb 2008 01:57:20 -0000 grehan 2008-02-29 01:57:20 UTC FreeBSD src repository Modified files: sys/gdb gdb_main.c Log: Add support for kgdb's 'detach' command. Reviewed by: marcel Sponsored by: Network Appliance Revision Changes Path 1.8 +5 -0 src/sys/gdb/gdb_main.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 03:38:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50E34106566B; Fri, 29 Feb 2008 03:38:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40DDC8FC1E; Fri, 29 Feb 2008 03:38:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1T3cDcu038096; Fri, 29 Feb 2008 03:38:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T3cDg7038095; Fri, 29 Feb 2008 03:38:13 GMT (envelope-from yongari) Message-Id: <200802290338.m1T3cDg7038095@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 29 Feb 2008 03:38:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 03:38:13 -0000 yongari 2008-02-29 03:38:12 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c if_mskreg.h Log: Workaround GMAC hardware hang of Yukon II on the receipt of pause frames. This bug seems to happen on certain hardware model/revision (e.g. 88E8053) but it's not identified which hardwares are affected. Revision 1.4 of if_mskreg.h was not enough to workaround the bug. To workaround it, inrease GMAC FIFO threshold by one FIFO word to flush received pause frames. Reported by: das, Kirill Nuzhdin < kirill.nuzhdin AT rad dot chem dot msu dot ru > Tested by: das, Kirill Nuzhdin Revision Changes Path 1.29 +5 -2 src/sys/dev/msk/if_msk.c 1.12 +1 -0 src/sys/dev/msk/if_mskreg.h From owner-cvs-src@FreeBSD.ORG Fri Feb 29 04:07:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 629A8106566B; Fri, 29 Feb 2008 04:07:08 +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 3A7268FC33; Fri, 29 Feb 2008 04:07:08 +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 m1T478LP040326; Fri, 29 Feb 2008 04:07:08 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T4786S040325; Fri, 29 Feb 2008 04:07:08 GMT (envelope-from sam) Message-Id: <200802290407.m1T4786S040325@repoman.freebsd.org> From: Sam Leffler Date: Fri, 29 Feb 2008 04:07: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/net80211 ieee80211_scan_sta.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 04:07:08 -0000 sam 2008-02-29 04:07:08 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_scan_sta.c Log: Fix adhoc mode to scan all available channels for a bss to join while still restricting auto-channel select to only those channels permitted by regulatory constraints (sorta, we're still missing the checks to honor radar and noadhoc status on channels). This somehow got lost in the initial merge of the revised scanning code. Reviewed by: jhay MFC after: 2 weeks Revision Changes Path 1.9 +63 -42 src/sys/net80211/ieee80211_scan_sta.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 04:56:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FDC9106566C; Fri, 29 Feb 2008 04:56:52 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC4138FC13; Fri, 29 Feb 2008 04:56:51 +0000 (UTC) (envelope-from nyan@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 m1T4upJZ050840; Fri, 29 Feb 2008 04:56:51 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T4upBJ050839; Fri, 29 Feb 2008 04:56:51 GMT (envelope-from nyan) Message-Id: <200802290456.m1T4upBJ050839@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 29 Feb 2008 04:56:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98/libpc98 biosdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 04:56:52 -0000 nyan 2008-02-29 04:56:51 UTC FreeBSD src repository Modified files: sys/boot/pc98/libpc98 biosdisk.c Log: MFi386: revision 1.55. Tweak the verbose disk printing a bit. Revision Changes Path 1.39 +27 -4 src/sys/boot/pc98/libpc98/biosdisk.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 05:01:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A51A106566C; Fri, 29 Feb 2008 05:01:11 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 532698FC18; Fri, 29 Feb 2008 05:01:11 +0000 (UTC) (envelope-from nyan@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 m1T51BtQ051017; Fri, 29 Feb 2008 05:01:11 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T51B37051016; Fri, 29 Feb 2008 05:01:11 GMT (envelope-from nyan) Message-Id: <200802290501.m1T51B37051016@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 29 Feb 2008 05:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 05:01:11 -0000 nyan 2008-02-29 05:01:11 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: MFi386: revision 1.658 Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, cr0-4, etc. Support should be added for other platforms that have a different set of registers for system use. Revision Changes Path 1.400 +19 -0 src/sys/pc98/pc98/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 05:06:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5348C106566C; Fri, 29 Feb 2008 05:06:07 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA208FC1F; Fri, 29 Feb 2008 05:06:07 +0000 (UTC) (envelope-from nyan@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 m1T566gv052335; Fri, 29 Feb 2008 05:06:06 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T566Mn052334; Fri, 29 Feb 2008 05:06:06 GMT (envelope-from nyan) Message-Id: <200802290506.m1T566Mn052334@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 29 Feb 2008 05:06:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98/libpc98 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, 29 Feb 2008 05:06:07 -0000 nyan 2008-02-29 05:06:06 UTC FreeBSD src repository Modified files: sys/boot/pc98/libpc98 Makefile Log: MFi386: revision 1.43 Do not attempt to make an NFS rpc call if using tftp Revision Changes Path 1.25 +7 -0 src/sys/boot/pc98/libpc98/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 29 05:09:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6B6106566C; Fri, 29 Feb 2008 05:09:16 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47CE38FC17; Fri, 29 Feb 2008 05:09:16 +0000 (UTC) (envelope-from nyan@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 m1T59GRp052449; Fri, 29 Feb 2008 05:09:16 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T59GFT052448; Fri, 29 Feb 2008 05:09:16 GMT (envelope-from nyan) Message-Id: <200802290509.m1T59GFT052448@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 29 Feb 2008 05:09: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/pc98/cbus sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 05:09:16 -0000 nyan 2008-02-29 05:09:16 UTC FreeBSD src repository Modified files: sys/pc98/cbus sio.c Log: Merged from sys/dev/sio/sio.c revision 1.472 Stop serial console and gdb serial port from getting all screwed up. Revision Changes Path 1.248 +1 -1 src/sys/pc98/cbus/sio.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 09:12:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E162106566C; Fri, 29 Feb 2008 09:12:55 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13B1C8FC2B; Fri, 29 Feb 2008 09:12:55 +0000 (UTC) (envelope-from wilko@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 m1T9CsT6074385; Fri, 29 Feb 2008 09:12:54 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T9CsDJ074384; Fri, 29 Feb 2008 09:12:54 GMT (envelope-from wilko) Message-Id: <200802290912.m1T9CsDJ074384@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 29 Feb 2008 09:12:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Fri, 29 Feb 2008 09:12:55 -0000 wilko 2008-02-29 09:12:54 UTC FreeBSD src repository Modified files: . access Log: Changes to email forwards can be made without core's approval. Please use "Approved by: core (implicit)" to that type of commits. Approved by: core (implicit) Revision Changes Path 1.860 +3 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Feb 29 12:57:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7E00106566C; Fri, 29 Feb 2008 12:57:14 +0000 (UTC) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7758FC16; Fri, 29 Feb 2008 12:57:14 +0000 (UTC) (envelope-from fanf@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 m1TCvEvt044239; Fri, 29 Feb 2008 12:57:14 GMT (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TCvEnr044238; Fri, 29 Feb 2008 12:57:14 GMT (envelope-from fanf) Message-Id: <200802291257.m1TCvEnr044238@repoman.freebsd.org> From: Tony Finch Date: Fri, 29 Feb 2008 12:57: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/usr.bin/unifdef unifdef.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 12:57:14 -0000 fanf 2008-02-29 12:57:14 UTC FreeBSD src repository Modified files: usr.bin/unifdef unifdef.c Log: Allow #if defined SYM as well as #if defined(SYM). Fix an abort caused by files that have #endif and no newline on the last line (reported by joe@). Also fix a benign uninitialized variable bug. Update and tidy the copyright. Revision Changes Path 1.21 +31 -18 src/usr.bin/unifdef/unifdef.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 13:19:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B63C106566B; Fri, 29 Feb 2008 13:19:51 +0000 (UTC) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30B268FC14; Fri, 29 Feb 2008 13:19:51 +0000 (UTC) (envelope-from fanf@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 m1TDJpQi054661; Fri, 29 Feb 2008 13:19:51 GMT (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TDJpnu054660; Fri, 29 Feb 2008 13:19:51 GMT (envelope-from fanf) Message-Id: <200802291319.m1TDJpnu054660@repoman.freebsd.org> From: Tony Finch Date: Fri, 29 Feb 2008 13:19:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/unifdef unifdef.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 13:19:51 -0000 fanf 2008-02-29 13:19:51 UTC FreeBSD src repository Modified files: usr.bin/unifdef unifdef.c Log: A fix for other ways of triggering joe@'s bug. Revision Changes Path 1.22 +12 -9 src/usr.bin/unifdef/unifdef.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 14:58:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BA03106566C; Fri, 29 Feb 2008 14:58:09 +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 410708FC18; Fri, 29 Feb 2008 14:58:09 +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 m1TEw9Xm061238; Fri, 29 Feb 2008 14:58:09 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TEw9aB061237; Fri, 29 Feb 2008 14:58:09 GMT (envelope-from kib) Message-Id: <200802291458.m1TEw9aB061237@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 29 Feb 2008 14:58:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/compat/linux linux_misc.c linux_misc.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, 29 Feb 2008 14:58:09 -0000 kib 2008-02-29 14:58:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linux linux_misc.c linux_misc.h Log: MFC rev. 1.3 of linux_misc.h, rev. 1.217 of linux_misc.c: Sanitize arguments to linux_mremap(). Check that only MREMAP_FIXED and MREMAP_MAYMOVE flags are specified. Check for the page alignment of the addr argument. Revision Changes Path 1.214.2.1 +15 -0 src/sys/compat/linux/linux_misc.c 1.2.2.1 +3 -0 src/sys/compat/linux/linux_misc.h From owner-cvs-src@FreeBSD.ORG Fri Feb 29 17:48:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F44F10656EB; Fri, 29 Feb 2008 17:48:26 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FDB08FC13; Fri, 29 Feb 2008 17:48:26 +0000 (UTC) (envelope-from philip@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 m1THmQ5i080997; Fri, 29 Feb 2008 17:48:26 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1THmQ5j080996; Fri, 29 Feb 2008 17:48:26 GMT (envelope-from philip) Message-Id: <200802291748.m1THmQ5j080996@repoman.freebsd.org> From: Philip Paeps Date: Fri, 29 Feb 2008 17:48: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 mq_close.2 mq_getattr.2 mq_notify.2 mq_open.2 mq_receive.2 mq_send.2 mq_setattr.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, 29 Feb 2008 17:48:26 -0000 philip 2008-02-29 17:48:26 UTC FreeBSD src repository Modified files: lib/libc/sys mq_close.2 mq_getattr.2 mq_notify.2 mq_open.2 mq_receive.2 mq_send.2 mq_setattr.2 Log: Use the easily-greppable copyright notice template from src/share/examples/mdoc/POSIX-copyright. Requested by: ru Revision Changes Path 1.6 +17 -17 src/lib/libc/sys/mq_close.2 1.6 +17 -17 src/lib/libc/sys/mq_getattr.2 1.10 +17 -17 src/lib/libc/sys/mq_notify.2 1.10 +17 -17 src/lib/libc/sys/mq_open.2 1.7 +17 -17 src/lib/libc/sys/mq_receive.2 1.6 +17 -17 src/lib/libc/sys/mq_send.2 1.7 +17 -17 src/lib/libc/sys/mq_setattr.2 From owner-cvs-src@FreeBSD.ORG Fri Feb 29 18:59:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F392106566B; Fri, 29 Feb 2008 18:59:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26F928FC29; Fri, 29 Feb 2008 18:59:29 +0000 (UTC) (envelope-from antoine@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 m1TIxSnw086465; Fri, 29 Feb 2008 18:59:28 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TIxSoP086464; Fri, 29 Feb 2008 18:59:28 GMT (envelope-from antoine) Message-Id: <200802291859.m1TIxSoP086464@repoman.freebsd.org> From: Antoine Brodin Date: Fri, 29 Feb 2008 18:59: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/tools/build/mk OptionalObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 18:59:29 -0000 antoine 2008-02-29 18:59:28 UTC FreeBSD src repository Modified files: tools/build/mk OptionalObsoleteFiles.inc Log: Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined. Note: it may be a good idea to deduce obsolete usr/lib32/ files from obsolete lib/ and usr/lib/ files. PR: 120492 PR: 121118 PR: 121121 Submitted by: KAMIYA Satosi, Richard Tector Approved by: rwatson (mentor) MFC after: 1 month Revision Changes Path 1.13 +57 -9 src/tools/build/mk/OptionalObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Fri Feb 29 19:01:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14671106567A; Fri, 29 Feb 2008 19:01:07 +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 E0D7C8FC1F; Fri, 29 Feb 2008 19:01:06 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1TJ16JR086682; Fri, 29 Feb 2008 19:01:06 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TJ161N086681; Fri, 29 Feb 2008 19:01:06 GMT (envelope-from bmah) Message-Id: <200802291901.m1TJ161N086681@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 29 Feb 2008 19:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 19:01:07 -0000 bmah 2008-02-29 19:01:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/share/sgml release.ent Log: Set release type entities consistently. Revision Changes Path 1.28.2.4 +2 -2 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Fri Feb 29 19:18:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 014B2106567C; Fri, 29 Feb 2008 19:18:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDDBE8FC19; Fri, 29 Feb 2008 19:18:09 +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 m1TJI9Xk088455; Fri, 29 Feb 2008 19:18:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TJI9SL088454; Fri, 29 Feb 2008 19:18:09 GMT (envelope-from jhb) Message-Id: <200802291918.m1TJI9SL088454@repoman.freebsd.org> From: John Baldwin Date: Fri, 29 Feb 2008 19:18:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 19:18:10 -0000 jhb 2008-02-29 19:18:09 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c Log: With the recent change to enable CPU brands from the VIA chips, the code to add padlock features to the CPU model on VIA CPUs was no longer effective. Change the code to instead output a separate printf during dmesg for VIA Padlock features similar to other cpuid feature bitmasks. MFC after: 1 week Revision Changes Path 1.183 +41 -24 src/sys/i386/i386/identcpu.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 19:20:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3501106566B; Fri, 29 Feb 2008 19:20:05 +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 7C2DD8FC2C; Fri, 29 Feb 2008 19:20:05 +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 m1TJK5Vs088576; Fri, 29 Feb 2008 19:20:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TJK50h088575; Fri, 29 Feb 2008 19:20:05 GMT (envelope-from jhb) Message-Id: <200802291920.m1TJK50h088575@repoman.freebsd.org> From: John Baldwin Date: Fri, 29 Feb 2008 19:20: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/share/mk bsd.cpu.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 19:20:05 -0000 jhb 2008-02-29 19:20:05 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of i686, sse2, and sse3. MFC after: 1 week Revision Changes Path 1.64 +2 -0 src/share/mk/bsd.cpu.mk From owner-cvs-src@FreeBSD.ORG Fri Feb 29 20:42:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C315B1065677; Fri, 29 Feb 2008 20:42:17 +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 9C3A18FC39; Fri, 29 Feb 2008 20:42:17 +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 m1TKgHJi096534; Fri, 29 Feb 2008 20:42:17 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TKgH5n096533; Fri, 29 Feb 2008 20:42:17 GMT (envelope-from sam) Message-Id: <200802292042.m1TKgH5n096533@repoman.freebsd.org> From: Sam Leffler Date: Fri, 29 Feb 2008 20:42:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 20:42:18 -0000 sam 2008-02-29 20:42:17 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: explain that you must set a default transmit key for WEP Submitted by: Jeremie Le Hen MFC after: 1 week Revision Changes Path 1.146 +7 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Fri Feb 29 21:50:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98FAD1065670; Fri, 29 Feb 2008 21:50:12 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88C0D8FC24; Fri, 29 Feb 2008 21:50:12 +0000 (UTC) (envelope-from jfv@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 m1TLoC7J010437; Fri, 29 Feb 2008 21:50:12 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TLoC72010436; Fri, 29 Feb 2008 21:50:12 GMT (envelope-from jfv) Message-Id: <200802292150.m1TLoC72010436@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 29 Feb 2008 21:50:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 21:50:12 -0000 jfv 2008-02-29 21:50:11 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_manage.h e1000_nvm.c e1000_nvm.h e1000_osdep.h e1000_phy.c e1000_phy.h e1000_regs.h if_em.c if_em.h sys/modules/em Makefile Added files: sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_manage.h e1000_nvm.c e1000_nvm.h e1000_osdep.h e1000_phy.c e1000_phy.h e1000_regs.h if_igb.c if_igb.h sys/modules/igb Makefile Removed files: sys/dev/em e1000_82575.c e1000_82575.h Log: This change introduces a split to the Intel E1000 driver, now rather than just em, there is an igb driver (this follows behavior with our Linux drivers). All adapters up to the 82575 are supported in em, and new client/desktop support will continue to be in that adapter. The igb driver is for new server NICs like the 82575 and its followons. Advanced features for virtualization and performance will be in this driver. Also, both drivers now have shared code that is up to the latest we have released. Some stylistic changes as well. Enjoy :) Revision Changes Path 1.1271 +14 -0 src/sys/conf/files 1.7 +1 -1 src/sys/dev/em/LICENSE 1.5 +71 -23 src/sys/dev/em/e1000_80003es2lan.c 1.5 +3 -3 src/sys/dev/em/e1000_80003es2lan.h 1.5 +6 -7 src/sys/dev/em/e1000_82540.c 1.5 +4 -6 src/sys/dev/em/e1000_82541.c 1.5 +1 -1 src/sys/dev/em/e1000_82541.h 1.5 +3 -5 src/sys/dev/em/e1000_82542.c 1.5 +9 -11 src/sys/dev/em/e1000_82543.c 1.5 +1 -1 src/sys/dev/em/e1000_82543.h 1.5 +61 -28 src/sys/dev/em/e1000_82571.c 1.5 +9 -1 src/sys/dev/em/e1000_82571.h 1.5 +0 -1450 src/sys/dev/em/e1000_82575.c (dead) 1.5 +0 -316 src/sys/dev/em/e1000_82575.h (dead) 1.5 +17 -24 src/sys/dev/em/e1000_api.c 1.5 +12 -1 src/sys/dev/em/e1000_api.h 1.5 +60 -39 src/sys/dev/em/e1000_defines.h 1.5 +9 -5 src/sys/dev/em/e1000_hw.h 1.5 +156 -32 src/sys/dev/em/e1000_ich8lan.c 1.5 +6 -2 src/sys/dev/em/e1000_ich8lan.h 1.5 +20 -19 src/sys/dev/em/e1000_mac.c 1.5 +1 -1 src/sys/dev/em/e1000_mac.h 1.5 +7 -7 src/sys/dev/em/e1000_manage.c 1.5 +3 -3 src/sys/dev/em/e1000_manage.h 1.5 +5 -6 src/sys/dev/em/e1000_nvm.c 1.5 +5 -3 src/sys/dev/em/e1000_nvm.h 1.5 +1 -1 src/sys/dev/em/e1000_osdep.h 1.5 +429 -26 src/sys/dev/em/e1000_phy.c 1.5 +21 -1 src/sys/dev/em/e1000_phy.h 1.5 +21 -47 src/sys/dev/em/e1000_regs.h 1.190 +413 -659 src/sys/dev/em/if_em.c 1.66 +32 -28 src/sys/dev/em/if_em.h 1.1 +1431 -0 src/sys/dev/igb/e1000_82575.c (new) 1.1 +317 -0 src/sys/dev/igb/e1000_82575.h (new) 1.1 +1063 -0 src/sys/dev/igb/e1000_api.c (new) 1.1 +153 -0 src/sys/dev/igb/e1000_api.h (new) 1.1 +1402 -0 src/sys/dev/igb/e1000_defines.h (new) 1.1 +627 -0 src/sys/dev/igb/e1000_hw.h (new) 1.1 +2172 -0 src/sys/dev/igb/e1000_mac.c (new) 1.1 +101 -0 src/sys/dev/igb/e1000_mac.h (new) 1.1 +390 -0 src/sys/dev/igb/e1000_manage.c (new) 1.1 +87 -0 src/sys/dev/igb/e1000_manage.h (new) 1.1 +932 -0 src/sys/dev/igb/e1000_nvm.c (new) 1.1 +68 -0 src/sys/dev/igb/e1000_nvm.h (new) 1.1 +184 -0 src/sys/dev/igb/e1000_osdep.h (new) 1.1 +2146 -0 src/sys/dev/igb/e1000_phy.c (new) 1.1 +177 -0 src/sys/dev/igb/e1000_phy.h (new) 1.1 +326 -0 src/sys/dev/igb/e1000_regs.h (new) 1.1 +4439 -0 src/sys/dev/igb/if_igb.c (new) 1.1 +419 -0 src/sys/dev/igb/if_igb.h (new) 1.10 +1 -1 src/sys/modules/em/Makefile 1.1 +25 -0 src/sys/modules/igb/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:08:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B4F106567D; Fri, 29 Feb 2008 22:08:50 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1356A8FC31; Fri, 29 Feb 2008 22:08:50 +0000 (UTC) (envelope-from jfv@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 m1TM8nUX012615; Fri, 29 Feb 2008 22:08:49 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TM8nSu012614; Fri, 29 Feb 2008 22:08:49 GMT (envelope-from jfv) Message-Id: <200802292208.m1TM8nSu012614@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 29 Feb 2008 22:08: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 22:08:50 -0000 jfv 2008-02-29 22:08:49 UTC FreeBSD src repository Modified files: . UPDATING Log: Detail the em/igb split so no one gets confused. Revision Changes Path 1.521 +6 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:27:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFE72106566B; Fri, 29 Feb 2008 22:27:19 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7A7A8FC15; Fri, 29 Feb 2008 22:27:19 +0000 (UTC) (envelope-from piso@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 m1TMRJ5I013421; Fri, 29 Feb 2008 22:27:19 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TMRJwb013420; Fri, 29 Feb 2008 22:27:19 GMT (envelope-from piso) Message-Id: <200802292227.m1TMRJwb013420@repoman.freebsd.org> From: Paolo Pisati Date: Fri, 29 Feb 2008 22:27: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/conf NOTES files src/sys/modules/ipfw_nat Makefile src/sys/netinet ip_fw.h ip_fw2.c ip_fw_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 22:27:20 -0000 piso 2008-02-29 22:27:19 UTC FreeBSD src repository Modified files: sys/conf NOTES files sys/netinet ip_fw.h ip_fw2.c Added files: sys/modules/ipfw_nat Makefile sys/netinet ip_fw_nat.c Log: Move ipfw's nat code into its own kld: ipfw_nat. Revision Changes Path 1.1469 +1 -2 src/sys/conf/NOTES 1.1272 +1 -0 src/sys/conf/files 1.1 +8 -0 src/sys/modules/ipfw_nat/Makefile (new) 1.112 +32 -0 src/sys/netinet/ip_fw.h 1.182 +54 -552 src/sys/netinet/ip_fw2.c 1.1 +646 -0 src/sys/netinet/ip_fw_nat.c (new) From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:28:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E72A1065674; Fri, 29 Feb 2008 22:28:19 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC1BA8FC20; Fri, 29 Feb 2008 22:28:18 +0000 (UTC) (envelope-from piso@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 m1TMSImr013472; Fri, 29 Feb 2008 22:28:18 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TMSIkJ013471; Fri, 29 Feb 2008 22:28:18 GMT (envelope-from piso) Message-Id: <200802292228.m1TMSIkJ013471@repoman.freebsd.org> From: Paolo Pisati Date: Fri, 29 Feb 2008 22:28:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules 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, 29 Feb 2008 22:28:19 -0000 piso 2008-02-29 22:28:18 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Hook ipfw_nat to the build. Revision Changes Path 1.554 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:38:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C40FE106567E; Fri, 29 Feb 2008 22:38:12 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9DBE58FC3D; Fri, 29 Feb 2008 22:38:12 +0000 (UTC) (envelope-from jfv@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 m1TMcCet013949; Fri, 29 Feb 2008 22:38:12 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TMcCP3013948; Fri, 29 Feb 2008 22:38:12 GMT (envelope-from jfv) Message-Id: <200802292238.m1TMcCP3013948@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 29 Feb 2008 22:38:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em 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: Fri, 29 Feb 2008 22:38:12 -0000 jfv 2008-02-29 22:38:12 UTC FreeBSD src repository Modified files: sys/dev/em if_em.h Log: Need to add define of FAST interrupts as default Revision Changes Path 1.67 +3 -0 src/sys/dev/em/if_em.h From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:41:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2937A1065673; Fri, 29 Feb 2008 22:41:37 +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 01CC18FC25; Fri, 29 Feb 2008 22:41:37 +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 m1TMfauQ014383; Fri, 29 Feb 2008 22:41:36 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TMfao0014382; Fri, 29 Feb 2008 22:41:36 GMT (envelope-from marcel) Message-Id: <200802292241.m1TMfao0014382@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 29 Feb 2008 22:41:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/part g_part_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Feb 2008 22:41:37 -0000 marcel 2008-02-29 22:41:36 UTC FreeBSD src repository Modified files: sys/geom/part g_part_mbr.c Log: Follow-up improvements to the handling of false positives: If the partition table is empty, check to see if we have something that looks sufficiently like a BPB. On non-i386 machines, the boot sector typically doesn't contain boot code; the end of the boot sector is all zeroes. This is also where the partition table is for MBRs. We only check the sector size and cluster size, as that seems to be the most reliable across implementations, BPB versions and platforms. Revision Changes Path 1.4 +32 -3 src/sys/geom/part/g_part_mbr.c From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:42:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64E7D106566C; Fri, 29 Feb 2008 22:42:30 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4F08FC28; Fri, 29 Feb 2008 22:42:30 +0000 (UTC) (envelope-from jfv@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 m1TMgUWH014451; Fri, 29 Feb 2008 22:42:30 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TMgU9l014450; Fri, 29 Feb 2008 22:42:30 GMT (envelope-from jfv) Message-Id: <200802292242.m1TMgU9l014450@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 29 Feb 2008 22:42:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules 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, 29 Feb 2008 22:42:30 -0000 jfv 2008-02-29 22:42:30 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add igb driver to the build Revision Changes Path 1.555 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 29 22:53:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4025D1065670; Fri, 29 Feb 2008 22:53:00 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 190888FC15; Fri, 29 Feb 2008 22:53:00 +0000 (UTC) (envelope-from jfv@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 m1TMqxQE014866; Fri, 29 Feb 2008 22:52:59 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TMqxqN014865; Fri, 29 Feb 2008 22:52:59 GMT (envelope-from jfv) Message-Id: <200802292252.m1TMqxqN014865@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 29 Feb 2008 22:52: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/modules 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, 29 Feb 2008 22:53:00 -0000 jfv 2008-02-29 22:52:59 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Last change was incomplete, instantiate the igb variable... Revision Changes Path 1.556 +4 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 29 23:09:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A784106566C; Fri, 29 Feb 2008 23:09:47 +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 52CD58FC15; Fri, 29 Feb 2008 23:09:47 +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 m1TN9lmZ016564; Fri, 29 Feb 2008 23:09:47 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TN9iuo016563; Fri, 29 Feb 2008 23:09:44 GMT (envelope-from bmah) Message-Id: <200802292309.m1TN9iuo016563@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 29 Feb 2008 23:09:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 23:09:47 -0000 bmah 2008-02-29 23:09:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/errata article.sgml Log: New 7.0 post-release errata: tcpdump(1) TX/RX printing issue, Linuxulator mmap(2) issue, re(4) data corruption issue, TCP options issue, page footer in release documentation, wrong KDE version number. Reviewed by: kensmith Submitted by: a cast of several Revision Changes Path 1.73.4.1 +33 -22 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Feb 29 23:52:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6917F1065670; Fri, 29 Feb 2008 23:52:05 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.visit.se (smtpserver.stunet.se [85.194.0.110]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6468FC15; Fri, 29 Feb 2008 23:52:04 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by mail.visit.se (Postfix, from userid 503) id 6E32D36E0AB7; Sat, 1 Mar 2008 00:24:25 +0100 (CET) Received: from mail.stunet.se (mail.stunet.se [85.194.0.111]) by mail.visit.se (Postfix) with ESMTP id 102DC36E09DB; Sat, 1 Mar 2008 00:24:23 +0100 (CET) Received: from [10.0.0.2] (cust.fiber-lan.vnet.lk.85.194.50.150.stunet.se [85.194.50.150]) by mail.stunet.se (Postfix) with ESMTP id C2AA23660A; Sat, 1 Mar 2008 00:24:11 +0100 (CET) Message-ID: <47C7428C.9070609@gmail.com> Date: Fri, 29 Feb 2008 00:23:56 +0100 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Jack F Vogel References: <200802292150.m1TLoC72010436@repoman.freebsd.org> In-Reply-To: <200802292150.m1TLoC72010436@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on mail.visit.se X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_24_48 autolearn=ham version=3.0.6 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 23:52:05 -0000 Jack F Vogel wrote: > jfv 2008-02-29 21:50:11 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/dev/em LICENSE e1000_80003es2lan.c > e1000_80003es2lan.h e1000_82540.c > e1000_82541.c e1000_82541.h e1000_82542.c > e1000_82543.c e1000_82543.h e1000_82571.c > e1000_82571.h e1000_api.c e1000_api.h > e1000_defines.h e1000_hw.h > e1000_ich8lan.c e1000_ich8lan.h > e1000_mac.c e1000_mac.h e1000_manage.c > e1000_manage.h e1000_nvm.c e1000_nvm.h > e1000_osdep.h e1000_phy.c e1000_phy.h > e1000_regs.h if_em.c if_em.h > sys/modules/em Makefile > Added files: > sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c > e1000_api.h e1000_defines.h e1000_hw.h > e1000_mac.c e1000_mac.h e1000_manage.c > e1000_manage.h e1000_nvm.c e1000_nvm.h > e1000_osdep.h e1000_phy.c e1000_phy.h > e1000_regs.h if_igb.c if_igb.h > sys/modules/igb Makefile > Removed files: > sys/dev/em e1000_82575.c e1000_82575.h > Log: > This change introduces a split to the Intel E1000 driver, now rather than > just em, there is an igb driver (this follows behavior with our Linux drivers). > All adapters up to the 82575 are supported in em, and new client/desktop support > will continue to be in that adapter. > > The igb driver is for new server NICs like the 82575 and its followons. > Advanced features for virtualization and performance will be in this driver. > > Also, both drivers now have shared code that is up to the latest we have > released. Some stylistic changes as well. > > Enjoy :) > [Snip commit details] Shouldn't 'device igb' go into NOTES as well? Thanks for your excellent support! Regards! Niclas From owner-cvs-src@FreeBSD.ORG Sat Mar 1 00:02:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 586F21065673; Sat, 1 Mar 2008 00:02: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 30E238FC17; Sat, 1 Mar 2008 00:02: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 m2102D2n018357; Sat, 1 Mar 2008 00:02:13 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2102D7n018356; Sat, 1 Mar 2008 00:02:13 GMT (envelope-from scf) Message-Id: <200803010002.m2102D7n018356@repoman.freebsd.org> From: Sean Farley Date: Sat, 1 Mar 2008 00:02: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/tools/regression/environ envctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 00:02:13 -0000 scf 2008-03-01 00:02:12 UTC FreeBSD src repository Modified files: tools/regression/environ envctl.c Log: Remove a dereference. It was unintended and a no-op. Use the correct value of errno. Although the errno value passed into printf() follows the *env() call, it is not guaranteed to be the errno from that call. When I wrote the regression tester, the environment I used did pass the errno from the call. Consolidate the print for the return code and errno into a function in the process of fixing this. Approved by: wes (mentor) Revision Changes Path 1.3 +30 -20 src/tools/regression/environ/envctl.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 00:03:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74BCC1065674; Sat, 1 Mar 2008 00:03:53 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45ED28FC16; Sat, 1 Mar 2008 00:03:53 +0000 (UTC) (envelope-from jfv@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 m2103r2Y019581; Sat, 1 Mar 2008 00:03:53 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2103rNp019580; Sat, 1 Mar 2008 00:03:53 GMT (envelope-from jfv) Message-Id: <200803010003.m2103rNp019580@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 00:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Sat, 01 Mar 2008 00:03:53 -0000 jfv 2008-03-01 00:03:53 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add entries for em, igb, and ixgbe adapters. Revision Changes Path 1.1470 +4 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Mar 1 00:18:53 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34627106566C for ; Sat, 1 Mar 2008 00:18:53 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.188]) by mx1.freebsd.org (Postfix) with ESMTP id B1F3D8FC25 for ; Sat, 1 Mar 2008 00:18:52 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by gv-out-0910.google.com with SMTP id n40so2161567gve.39 for ; Fri, 29 Feb 2008 16:18:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=GYbGBeTvffBGWWfrjrmOSz/HVgBzbCZLLM80BmervWo=; b=tnhlGn0liUUZBHYbsmVWwGP+KnNN9OFHjdIlQ1uNm9UoetJjOAe5biZX5PeoUt8jYZzXJkmEFeWh90mW5CHO8oLuOwWnBhLFokoKpEO6fq344IY9C8GsiduUbvSl9Md6raa5daDbBHZss6Q4t3FcEmyzprNMpy6mhnZxfyIWfBA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J2L2VuGudHi2NIcCVwQLH1dVFW5Dt/ouHKks7/RcVOKcGDZmNUfmACFTLvARw9BQcBmp5W4AFlZFGdtUcDMstxtFy6dmo87im1YAHdUPvUiV0j5oDBQ9oLltfpN68gu2S8dygTs+aSaepElHuubZ8x213iJpVtxmMjiNREmnv1g= Received: by 10.114.174.2 with SMTP id w2mr12481563wae.17.1204329167172; Fri, 29 Feb 2008 15:52:47 -0800 (PST) Received: by 10.114.177.4 with HTTP; Fri, 29 Feb 2008 15:52:46 -0800 (PST) Message-ID: <2a41acea0802291552j60a2d5f3w4fc66f7a44fb6c3@mail.gmail.com> Date: Fri, 29 Feb 2008 15:52:46 -0800 From: "Jack Vogel" To: "Niclas Zeising" In-Reply-To: <47C7428C.9070609@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802292150.m1TLoC72010436@repoman.freebsd.org> <47C7428C.9070609@gmail.com> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 00:18:53 -0000 Ahhh, good point, I will do so. Thanks :) On Thu, Feb 28, 2008 at 3:23 PM, Niclas Zeising wrote: > > Jack F Vogel wrote: > > jfv 2008-02-29 21:50:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files > > sys/dev/em LICENSE e1000_80003es2lan.c > > e1000_80003es2lan.h e1000_82540.c > > e1000_82541.c e1000_82541.h e1000_82542.c > > e1000_82543.c e1000_82543.h e1000_82571.c > > e1000_82571.h e1000_api.c e1000_api.h > > e1000_defines.h e1000_hw.h > > e1000_ich8lan.c e1000_ich8lan.h > > e1000_mac.c e1000_mac.h e1000_manage.c > > e1000_manage.h e1000_nvm.c e1000_nvm.h > > e1000_osdep.h e1000_phy.c e1000_phy.h > > e1000_regs.h if_em.c if_em.h > > sys/modules/em Makefile > > Added files: > > sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c > > e1000_api.h e1000_defines.h e1000_hw.h > > e1000_mac.c e1000_mac.h e1000_manage.c > > e1000_manage.h e1000_nvm.c e1000_nvm.h > > e1000_osdep.h e1000_phy.c e1000_phy.h > > e1000_regs.h if_igb.c if_igb.h > > sys/modules/igb Makefile > > Removed files: > > sys/dev/em e1000_82575.c e1000_82575.h > > Log: > > This change introduces a split to the Intel E1000 driver, now rather than > > just em, there is an igb driver (this follows behavior with our Linux drivers). > > All adapters up to the 82575 are supported in em, and new client/desktop support > > will continue to be in that adapter. > > > > The igb driver is for new server NICs like the 82575 and its followons. > > Advanced features for virtualization and performance will be in this driver. > > > > Also, both drivers now have shared code that is up to the latest we have > > released. Some stylistic changes as well. > > > > Enjoy :) > > > > [Snip commit details] > > Shouldn't 'device igb' go into NOTES as well? > > Thanks for your excellent support! > Regards! > Niclas > From owner-cvs-src@FreeBSD.ORG Sat Mar 1 01:09:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C59D1065670; Sat, 1 Mar 2008 01:09:36 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 335218FC12; Sat, 1 Mar 2008 01:09:36 +0000 (UTC) (envelope-from jfv@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 m2119ZKQ032833; Sat, 1 Mar 2008 01:09:35 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2119ZtW032832; Sat, 1 Mar 2008 01:09:35 GMT (envelope-from jfv) Message-Id: <200803010109.m2119ZtW032832@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 01:09: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/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: Sat, 01 Mar 2008 01:09:36 -0000 jfv 2008-03-01 01:09:35 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Temporarily comment out new entries due to build problems, to be resolved next week. Revision Changes Path 1.1471 +3 -3 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Mar 1 03:25:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E21106566C; Sat, 1 Mar 2008 03:25:34 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B03E8FC20; Sat, 1 Mar 2008 03:25:34 +0000 (UTC) (envelope-from jfv@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 m213PYl3052041; Sat, 1 Mar 2008 03:25:34 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m213PYme052040; Sat, 1 Mar 2008 03:25:34 GMT (envelope-from jfv) Message-Id: <200803010325.m213PYme052040@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 03:25: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/igb if_igb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 03:25:35 -0000 jfv 2008-03-01 03:25:34 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Missed some code that is ifdef STRICT_ALIGN :( Revision Changes Path 1.2 +1 -1 src/sys/dev/igb/if_igb.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 03:58:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF6EF106566B; Sat, 1 Mar 2008 03:58:49 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3A1A8FC2A; Sat, 1 Mar 2008 03:58:49 +0000 (UTC) (envelope-from jfv@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 m213wnur053270; Sat, 1 Mar 2008 03:58:49 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m213wnOh053269; Sat, 1 Mar 2008 03:58:49 GMT (envelope-from jfv) Message-Id: <200803010358.m213wnOh053269@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 03:58:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 03:58:50 -0000 jfv 2008-03-01 03:58:49 UTC FreeBSD src repository Modified files: sys/conf files Log: Somehow missed the stanza for 575 in the em driver Revision Changes Path 1.1273 +0 -2 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sat Mar 1 04:10:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C881065671; Sat, 1 Mar 2008 04:10:21 +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 DD8338FC12; Sat, 1 Mar 2008 04:10:20 +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 m214AKH5054923; Sat, 1 Mar 2008 04:10:20 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m214AK3o054922; Sat, 1 Mar 2008 04:10:20 GMT (envelope-from bmah) Message-Id: <200803010410.m214AK3o054922@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 1 Mar 2008 04:10:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 04:10:21 -0000 bmah 2008-03-01 04:10:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/errata article.sgml Log: Break up a long sentence to make more grammatical sense and be easier to read. Problem pointed out by: ceri Revision Changes Path 1.73.4.2 +1 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Mar 1 04:12:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32528106566B; Sat, 1 Mar 2008 04:12:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05F6E8FC16; Sat, 1 Mar 2008 04:12:55 +0000 (UTC) (envelope-from jfv@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 m214CsUS054997; Sat, 1 Mar 2008 04:12:54 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m214Csp8054996; Sat, 1 Mar 2008 04:12:54 GMT (envelope-from jfv) Message-Id: <200803010412.m214Csp8054996@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 04:12:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/igb if_igb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 04:12:55 -0000 jfv 2008-03-01 04:12:54 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Missing braces in link routine. Revision Changes Path 1.3 +2 -1 src/sys/dev/igb/if_igb.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 04:33:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93932106566C; Sat, 1 Mar 2008 04:33:15 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 669F88FC16; Sat, 1 Mar 2008 04:33:15 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m214XFY1055814; Sat, 1 Mar 2008 04:33:15 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m214XF4l055813; Sat, 1 Mar 2008 04:33:15 GMT (envelope-from bmah) Message-Id: <200803010433.m214XF4l055813@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 1 Mar 2008 04:33:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 04:33:15 -0000 bmah 2008-03-01 04:33:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata items: Wrong KDE version number, Linux mmap(2) issues, multithreaded programs and fork(2) issue. Revision Changes Path 1.73.2.54 +12 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Mar 1 04:36:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 830A51065670; Sat, 1 Mar 2008 04:36:24 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56FA58FC18; Sat, 1 Mar 2008 04:36:24 +0000 (UTC) (envelope-from jfv@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 m214aON1055960; Sat, 1 Mar 2008 04:36:24 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m214aOmw055959; Sat, 1 Mar 2008 04:36:24 GMT (envelope-from jfv) Message-Id: <200803010436.m214aOmw055959@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 04:36: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/igb if_igb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 04:36:24 -0000 jfv 2008-03-01 04:36:24 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: An error in the poll routine turned up during LINT build Revision Changes Path 1.4 +1 -1 src/sys/dev/igb/if_igb.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 08:23:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D096B106566C; Sat, 1 Mar 2008 08:23:35 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A28008FC14; Sat, 1 Mar 2008 08:23:35 +0000 (UTC) (envelope-from jfv@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 m218NZFL081041; Sat, 1 Mar 2008 08:23:35 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m218NZ67081040; Sat, 1 Mar 2008 08:23:35 GMT (envelope-from jfv) Message-Id: <200803010823.m218NZ67081040@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 1 Mar 2008 08:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/igb if_igb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 08:23:36 -0000 jfv 2008-03-01 08:23:35 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Change data formating in debug code. Revision Changes Path 1.5 +12 -12 src/sys/dev/igb/if_igb.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:04:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4DA51065672; Sat, 1 Mar 2008 11:04:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 991588FC19; Sat, 1 Mar 2008 11:04:04 +0000 (UTC) (envelope-from rwatson@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 m21B443m004996; Sat, 1 Mar 2008 11:04:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21B448G004995; Sat, 1 Mar 2008 11:04:04 GMT (envelope-from rwatson) Message-Id: <200803011104.m21B448G004995@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:04:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_private.h audit_syscalls.c audit_trigger.c audit_worker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 11:04:05 -0000 rwatson 2008-03-01 11:04:04 UTC FreeBSD src repository Modified files: sys/security/audit audit_private.h audit_syscalls.c audit_trigger.c audit_worker.c Log: Rename globally exposed symbol send_trigger() to audit_send_trigger(). MFC after: 1 month Revision Changes Path 1.18 +1 -1 src/sys/security/audit/audit_private.h 1.24 +1 -1 src/sys/security/audit/audit_syscalls.c 1.6 +1 -1 src/sys/security/audit/audit_trigger.c 1.21 +4 -3 src/sys/security/audit/audit_worker.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:33:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C6181065671; Sat, 1 Mar 2008 11:33:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD5D8FC16; Sat, 1 Mar 2008 11:33:22 +0000 (UTC) (envelope-from rwatson@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 m21BXMwo006028; Sat, 1 Mar 2008 11:33:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BXMmm006027; Sat, 1 Mar 2008 11:33:22 GMT (envelope-from rwatson) Message-Id: <200803011133.m21BXMmm006027@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:33:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 11:33:22 -0000 rwatson 2008-03-01 11:33:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vnops.c Log: Merge nfs_vnops.c:1.277 from HEAD to RELENG_6: Remove hacks from the NFSv2/3 client intended to handle a lack of a server-side RPC retranmission cache for non-idempotent operations: these hacks substituted 0 (success) for the expected EEXIST in the event that a target name already existed for LINK, SYMLINK, and MKDIR operations, under the assumption that EEXIST represented a second application of the original RPC rather than a true failure. Background: certain NFS operations (in this case, LINK, SYMLINK, and MKDIR) are not idempotent, as they leave behind persisting state on the server that prevents them from being replayed without an error;if an UDP RPC reply is lost leading to a retransmission by theclient, the second reply will return EEXIST rather than success, asthe new object has already been created. The NFS client previouslysilently mapped the EEXIST return into success to paper over thisproblem. However, in all modern NFS server implementations, a reply cache is kept in order to retransmit the original reply to a retransmitted request, rather than performing the operation a second time, allowing this hack to be avoided. This allows link()-based filelocking over NFS to operate correctly, as an application requestingthe creation of a new link for a file to tell if it succeededatomically or not. Other NFS clients, including Solaris and Linux, generally follow this behavior for the same reasons. Most clients also now default to TCP, which also helps avoid the issue of retransmitted but non-idempotent requests in most cases. Reported by: Adam McDougall , Timo Sirainen Reviewed by: mohans Revision Changes Path 1.258.2.16 +4 -25 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:35:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B2D0106566B; Sat, 1 Mar 2008 11:35:32 +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 E50AA8FC1C; Sat, 1 Mar 2008 11:35:31 +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 m21BZUJ9006160; Sat, 1 Mar 2008 11:35:30 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BZUZi006159; Sat, 1 Mar 2008 11:35:30 GMT (envelope-from brueffer) Message-Id: <200803011135.m21BZUZi006159@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Mar 2008 11:35:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ucycom.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 11:35:32 -0000 brueffer 2008-03-01 11:35:30 UTC FreeBSD src repository Modified files: share/man/man4 ucycom.4 Log: Move the HARDWARE section below the DESCRIPTION section, like it is everywhere else. MFC after: 3 days Revision Changes Path 1.5 +10 -10 src/share/man/man4/ucycom.4 From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:38:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DF711065671; Sat, 1 Mar 2008 11:38:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D97FB8FC22; Sat, 1 Mar 2008 11:38:26 +0000 (UTC) (envelope-from rwatson@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 m21BcQ8d006230; Sat, 1 Mar 2008 11:38:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BcQb9006229; Sat, 1 Mar 2008 11:38:26 GMT (envelope-from rwatson) Message-Id: <200803011138.m21BcQb9006229@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:38: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/net bpf.c bpf.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, 01 Mar 2008 11:38:27 -0000 rwatson 2008-03-01 11:38:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c bpf.h Log: Merge bpf.c:184, bpf.h:1.49 from HEAD to RELENG_6: Remove trailing whitespace from lines in BPF. Minor tweaks to account for minor changes between RELENG_6 and HEAD. Revision Changes Path 1.153.2.13 +3 -3 src/sys/net/bpf.c 1.39.2.4 +2 -2 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:40:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F7FD1065673; Sat, 1 Mar 2008 11:40:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 74C9B8FC20; Sat, 1 Mar 2008 11:40:49 +0000 (UTC) (envelope-from rwatson@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 m21Ben97006382; Sat, 1 Mar 2008 11:40:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Benxp006381; Sat, 1 Mar 2008 11:40:49 GMT (envelope-from rwatson) Message-Id: <200803011140.m21Benxp006381@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:40: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/security/audit audit.c audit_bsm_klib.c audit_private.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, 01 Mar 2008 11:40:49 -0000 rwatson 2008-03-01 11:40:49 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_bsm_klib.c audit_private.h Log: Add audit_prefixes to two more globally visible functions in the Audit implementation. MFC after: 1 month Revision Changes Path 1.39 +2 -2 src/sys/security/audit/audit.c 1.11 +2 -2 src/sys/security/audit/audit_bsm_klib.c 1.19 +3 -3 src/sys/security/audit/audit_private.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:43:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1CB1065679; Sat, 1 Mar 2008 11:43:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0532E8FC15; Sat, 1 Mar 2008 11:43:02 +0000 (UTC) (envelope-from rwatson@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 m21Bh1T8006485; Sat, 1 Mar 2008 11:43:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Bh1d5006484; Sat, 1 Mar 2008 11:43:01 GMT (envelope-from rwatson) Message-Id: <200803011143.m21Bh1d5006484@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:43:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 11:43:02 -0000 rwatson 2008-03-01 11:43:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_sem.c Log: Merge uipc_sem.c:1.30 from HEAD to RELENG_6: Free MAC label on a POSIX semaphore when the semaphore is freed. Submitted by: jhb Revision Changes Path 1.20.2.2 +3 -0 src/sys/kern/uipc_sem.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:44:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F5EC1065671; Sat, 1 Mar 2008 11:44:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65F9D8FC14; Sat, 1 Mar 2008 11:44:30 +0000 (UTC) (envelope-from rwatson@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 m21BiUfn006559; Sat, 1 Mar 2008 11:44:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BiUbc006558; Sat, 1 Mar 2008 11:44:30 GMT (envelope-from rwatson) Message-Id: <200803011144.m21BiUbc006558@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:44:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net netisr.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, 01 Mar 2008 11:44:30 -0000 rwatson 2008-03-01 11:44:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net netisr.h Log: Merge netisr.h:1.34 from HEAD to RELENG_7: Update netisr comment for the SMPng world order: netisr is no longer implemented using the ISR facility, and cannot be triggered by calling splnet()/splx(). Revision Changes Path 1.33.10.1 +8 -13 src/sys/net/netisr.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:45:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEF971065676; Sat, 1 Mar 2008 11:45:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 958518FC1F; Sat, 1 Mar 2008 11:45:14 +0000 (UTC) (envelope-from rwatson@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 m21BjEXs006656; Sat, 1 Mar 2008 11:45:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BjEOM006655; Sat, 1 Mar 2008 11:45:14 GMT (envelope-from rwatson) Message-Id: <200803011145.m21BjEOM006655@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:45:14 +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 netisr.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, 01 Mar 2008 11:45:15 -0000 rwatson 2008-03-01 11:45:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net netisr.h Log: Merge netisr.h:1.34 from HEAD to RELENG_6: Update netisr comment for the SMPng world order: netisr is no longer implemented using the ISR facility, and cannot be triggered by calling splnet()/splx(). Revision Changes Path 1.33.2.1 +8 -13 src/sys/net/netisr.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:50:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F9A1065673; Sat, 1 Mar 2008 11:50:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB53B8FC23; Sat, 1 Mar 2008 11:50:01 +0000 (UTC) (envelope-from rwatson@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 m21Bo01I006790; Sat, 1 Mar 2008 11:50:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Bo0JE006789; Sat, 1 Mar 2008 11:50:00 GMT (envelope-from rwatson) Message-Id: <200803011150.m21Bo0JE006789@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:50:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 11:50:02 -0000 rwatson 2008-03-01 11:50:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_usrreq.c Log: Merge tcp_usrreq.c:1.166 from HEAD to RELENG_7: In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather, drop the lock and then re-acquire it, revalidating TCP connection state assumptions when we do so. This avoids a potential lock order reversal (and potential deadlock, although none have been reported) due to the inpcb lock being held over a page fault. PR: 102752 Reviewed by: bz Reported by: Václav Haisman Revision Changes Path 1.163.2.3 +55 -25 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:50:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 263451065670; Sat, 1 Mar 2008 11:50:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0DEA8FC23; Sat, 1 Mar 2008 11:50:45 +0000 (UTC) (envelope-from rwatson@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 m21Boj97006925; Sat, 1 Mar 2008 11:50:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BojCp006924; Sat, 1 Mar 2008 11:50:45 GMT (envelope-from rwatson) Message-Id: <200803011150.m21BojCp006924@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:50:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 11:50:46 -0000 rwatson 2008-03-01 11:50:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.211 from HEAD to RELENG_7: Correct typos in comments. Revision Changes Path 1.206.2.2 +2 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:51:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5E381065671; Sat, 1 Mar 2008 11:51:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC37A8FC16; Sat, 1 Mar 2008 11:51:12 +0000 (UTC) (envelope-from rwatson@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 m21BpCDo006963; Sat, 1 Mar 2008 11:51:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BpCri006962; Sat, 1 Mar 2008 11:51:12 GMT (envelope-from rwatson) Message-Id: <200803011151.m21BpCri006962@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:51:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern tty_pts.c uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 11:51:13 -0000 rwatson 2008-03-01 11:51:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern tty_pts.c uipc_usrreq.c Log: Merge uipc_usrreq.c:1.212 from HEAD to RELENG_7: Remove "lock pushdown" todo item in comment -- I did that for 7.0. Revision Changes Path 1.16.2.1 +4 -0 src/sys/kern/tty_pts.c 1.206.2.3 +0 -1 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 11:55:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DAF7106566B; Sat, 1 Mar 2008 11:55:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC528FC19; Sat, 1 Mar 2008 11:55:12 +0000 (UTC) (envelope-from rwatson@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 m21BtCYH007147; Sat, 1 Mar 2008 11:55:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21BtCR7007146; Sat, 1 Mar 2008 11:55:12 GMT (envelope-from rwatson) Message-Id: <200803011155.m21BtCR7007146@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 11:55:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 11:55:12 -0000 rwatson 2008-03-01 11:55:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac_mls mac_mls.c Log: Merge mac_mls.c:1.99 from HEAD to RELENG_7: Properly return the error from mls_subject_privileged() in the ifnet relabel check for MLS rather than returning 0 directly. This problem didn't result in a vulnerability currently as the central implementation of ifnet relabeling also checks for UNIX privilege, and we currently don't guarantee containment for the root user in mac_mls, but we should be using the MLS definition of privilege as well as the UNIX definition in anticipation of supporting root containment at some point. Submitted by: Zhouyi Zhou Sponsored by: Google SoC 2007 Revision Changes Path 1.88.2.2 +1 -3 src/sys/security/mac_mls/mac_mls.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 13:05:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 882D01065671; Sat, 1 Mar 2008 13:05:03 +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 5F9CD8FC1B; Sat, 1 Mar 2008 13:05:03 +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 m21D537t021292; Sat, 1 Mar 2008 13:05:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21D53wr021291; Sat, 1 Mar 2008 13:05:03 GMT (envelope-from brueffer) Message-Id: <200803011305.m21D53wr021291@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Mar 2008 13:05: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/share/man/man4 Makefile uchcom.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 13:05:03 -0000 brueffer 2008-03-01 13:05:03 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 uchcom.4 Log: Manpage for the uchcom(4) driver, adapted from the one in NetBSD. Revision Changes Path 1.410 +1 -0 src/share/man/man4/Makefile 1.1 +94 -0 src/share/man/man4/uchcom.4 (new) From owner-cvs-src@FreeBSD.ORG Sat Mar 1 13:28:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C29B106566B; Sat, 1 Mar 2008 13:28:28 +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 2366A8FC15; Sat, 1 Mar 2008 13:28:28 +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 m21DSSBH022217; Sat, 1 Mar 2008 13:28:28 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21DSRsJ022216; Sat, 1 Mar 2008 13:28:27 GMT (envelope-from brueffer) Message-Id: <200803011328.m21DSRsJ022216@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Mar 2008 13:28:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ucom.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 13:28:28 -0000 brueffer 2008-03-01 13:28:27 UTC FreeBSD src repository Modified files: share/man/man4 ucom.4 Log: Xref uchcom(4). Revision Changes Path 1.9 +2 -1 src/share/man/man4/ucom.4 From owner-cvs-src@FreeBSD.ORG Sat Mar 1 14:52:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D1D71065672; Sat, 1 Mar 2008 14:52:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9548FC20; Sat, 1 Mar 2008 14:52:07 +0000 (UTC) (envelope-from rwatson@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 m21Eq7cb038009; Sat, 1 Mar 2008 14:52:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Eq7K7038008; Sat, 1 Mar 2008 14:52:07 GMT (envelope-from rwatson) Message-Id: <200803011452.m21Eq7K7038008@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 14:52:06 +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/security/mac_mls mac_mls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 14:52:07 -0000 rwatson 2008-03-01 14:52:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_mls mac_mls.c Log: Merge mac_mls.c:1.99 from HEAD to RELENG_6: Properly return the error from mls_subject_privileged() in the ifnet relabel check for MLS rather than returning 0 directly. This problem didn't result in a vulnerability currently as the central implementation of ifnet relabeling also checks for UNIX privilege, and we currently don't guarantee containment for the root user in mac_mls, but we should be using the MLS definition of privilege as well as the UNIX definition in anticipation of supporting root containment at some point. Submitted by: Zhouyi Zhou Sponsored by: Google SoC 2007 Revision Changes Path 1.72.2.6 +1 -3 src/sys/security/mac_mls/mac_mls.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 15:40:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B566B1065674; Sat, 1 Mar 2008 15:40:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A73028FC16; Sat, 1 Mar 2008 15:40:53 +0000 (UTC) (envelope-from rwatson@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 m21FerDA041815; Sat, 1 Mar 2008 15:40:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21FerSv041814; Sat, 1 Mar 2008 15:40:53 GMT (envelope-from rwatson) Message-Id: <200803011540.m21FerSv041814@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 15:40:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_sockbuf.c uipc_socket.c src/sys/sys socketvar.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, 01 Mar 2008 15:40:53 -0000 rwatson 2008-03-01 15:40:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_sockbuf.c uipc_socket.c sys/sys socketvar.h Log: Merge uipc_sockbuf.c:1.176, uipc_socket.c:1.305, socketvar.h:1.162 from HEAD to RELENG_7: Further clean up sorflush: - Expose sbrelease_internal(), a variant of sbrelease() with no expectations about the validity of locks in the socket buffer. - Use sbrelease_internel() in sorflush(), and as a result avoid initializing and destroying a socket buffer lock for the temporary stack copy of the actual buffer, asb. - Add a comment indicating why we do what we do, and remove an XXX since things have gotten less ugly in sorflush() lately. This makes socket close cleaner, and possibly also marginally faster. Revision Changes Path 1.171.2.3 +1 -2 src/sys/kern/uipc_sockbuf.c 1.302.2.2 +12 -12 src/sys/kern/uipc_socket.c 1.158.2.2 +1 -0 src/sys/sys/socketvar.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 15:42:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88BD91065675; Sat, 1 Mar 2008 15:42:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61C5E8FC24; Sat, 1 Mar 2008 15:42:01 +0000 (UTC) (envelope-from rwatson@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 m21Fg1vr041884; Sat, 1 Mar 2008 15:42:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Fg1wv041883; Sat, 1 Mar 2008 15:42:01 GMT (envelope-from rwatson) Message-Id: <200803011542.m21Fg1wv041883@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 15:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 ixp425.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 15:42:01 -0000 rwatson 2008-03-01 15:42:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/arm/xscale/ixp425 ixp425.c Log: Merge ixp425.c:1.9 from HEAD to RELENG_7: On the ixp425, when we fail to initialize the memory rman instance, the panic message should read "memory", not "IRQ". Revision Changes Path 1.8.2.1 +1 -1 src/sys/arm/xscale/ixp425/ixp425.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 15:42:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 515D01065673; Sat, 1 Mar 2008 15:42:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A2A18FC22; Sat, 1 Mar 2008 15:42:24 +0000 (UTC) (envelope-from rwatson@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 m21FgOxp041926; Sat, 1 Mar 2008 15:42:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21FgNvD041925; Sat, 1 Mar 2008 15:42:23 GMT (envelope-from rwatson) Message-Id: <200803011542.m21FgNvD041925@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 15:42:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/arm/include _bus.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, 01 Mar 2008 15:42:24 -0000 rwatson 2008-03-01 15:42:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/arm/include _bus.h Log: Merge _bus.h:1.2 from HEAD to RELENG_7: Remove errant % in license comment. Revision Changes Path 1.1.10.1 +1 -1 src/sys/arm/include/_bus.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 15:43:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42F7F106567B; Sat, 1 Mar 2008 15:43:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7EA8FC20; Sat, 1 Mar 2008 15:43:01 +0000 (UTC) (envelope-from rwatson@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 m21Fh0os041980; Sat, 1 Mar 2008 15:43:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Fh0be041979; Sat, 1 Mar 2008 15:43:00 GMT (envelope-from rwatson) Message-Id: <200803011543.m21Fh0be041979@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Mar 2008 15:43:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda TODO X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 15:43:01 -0000 rwatson 2008-03-01 15:43:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda TODO Log: Merge TODO:1.6 from HEAD to RELENG_7: Add "Make MPSAFE" to the Coda todo list. Revision Changes Path 1.3.2.1 +1 -0 src/sys/fs/coda/TODO From owner-cvs-src@FreeBSD.ORG Sat Mar 1 16:17:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7AD51065670; Sat, 1 Mar 2008 16:17:30 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B79748FC19; Sat, 1 Mar 2008 16:17:30 +0000 (UTC) (envelope-from philip@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 m21GHUXP044321; Sat, 1 Mar 2008 16:17:30 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21GHU1s044320; Sat, 1 Mar 2008 16:17:30 GMT (envelope-from philip) Message-Id: <200803011617.m21GHU1s044320@repoman.freebsd.org> From: Philip Paeps Date: Sat, 1 Mar 2008 16:17:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/sys mq_close.2 mq_getattr.2 mq_notify.2 mq_open.2 mq_receive.2 mq_send.2 mq_setattr.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: Sat, 01 Mar 2008 16:17:30 -0000 philip 2008-03-01 16:17:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys mq_close.2 mq_getattr.2 mq_notify.2 mq_open.2 mq_receive.2 mq_send.2 mq_setattr.2 Log: MFC: Note, as required by our agreement with IEEE/The Open Group, that the message queue manual pages excerpt the POSIX standard. Revision Changes Path 1.4.2.1 +20 -0 src/lib/libc/sys/mq_close.2 1.4.2.1 +20 -0 src/lib/libc/sys/mq_getattr.2 1.8.2.1 +20 -0 src/lib/libc/sys/mq_notify.2 1.8.2.1 +20 -0 src/lib/libc/sys/mq_open.2 1.5.2.1 +20 -0 src/lib/libc/sys/mq_receive.2 1.4.2.1 +20 -0 src/lib/libc/sys/mq_send.2 1.5.2.1 +20 -0 src/lib/libc/sys/mq_setattr.2 From owner-cvs-src@FreeBSD.ORG Sat Mar 1 16:56:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF27B1065742; Sat, 1 Mar 2008 16:56:10 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 839848FC18; Sat, 1 Mar 2008 16:56:10 +0000 (UTC) (envelope-from brian@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 m21GuA5q054701; Sat, 1 Mar 2008 16:56:10 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21GuAtY054700; Sat, 1 Mar 2008 16:56:10 GMT (envelope-from brian) Message-Id: <200803011656.m21GuAtY054700@repoman.freebsd.org> From: Brian Somers Date: Sat, 1 Mar 2008 16:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Sat, 01 Mar 2008 16:56:10 -0000 brian 2008-03-01 16:56:10 UTC FreeBSD src repository Modified files: . access Log: Change my email address to something that works... pending Awfulhak.org being updated. Approved by: core (wilko) Revision Changes Path 1.861 +1 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Mar 1 17:14:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA1106566C; Sat, 1 Mar 2008 17:14:03 +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 313BB8FC26; Sat, 1 Mar 2008 17:14:03 +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 m21HE3Eu056510; Sat, 1 Mar 2008 17:14:03 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21HE2O7056509; Sat, 1 Mar 2008 17:14:02 GMT (envelope-from mav) Message-Id: <200803011714.m21HE2O7056509@repoman.freebsd.org> From: Alexander Motin Date: Sat, 1 Mar 2008 17:14:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_nat.4 src/sys/netgraph ng_nat.c ng_nat.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, 01 Mar 2008 17:14:03 -0000 mav 2008-03-01 17:14:02 UTC FreeBSD src repository Modified files: share/man/man4 ng_nat.4 sys/netgraph ng_nat.c ng_nat.h Log: Add support for the libalias redirect functionality. Submitted by: Vadim Goncharov Revision Changes Path 1.4 +188 -2 src/share/man/man4/ng_nat.4 1.11 +431 -1 src/sys/netgraph/ng_nat.c 1.3 +127 -0 src/sys/netgraph/ng_nat.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 17:50:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E79F10656C2; Sat, 1 Mar 2008 17:50:11 +0000 (UTC) (envelope-from piso@southcross.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 359CD8FC31; Sat, 1 Mar 2008 17:50:10 +0000 (UTC) (envelope-from piso@southcross.wired.org) Received: from southcross.wired.org (host-62-10-37-123.cust-adsl.tiscali.it [62.10.37.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id E658811AE43; Sat, 1 Mar 2008 18:30:28 +0100 (CET) Received: (from piso@localhost) by southcross.wired.org (8.14.2/8.14.1/Submit) id m21HXP5m016066; Sat, 1 Mar 2008 18:33:25 +0100 (CET) (envelope-from piso) Date: Sat, 1 Mar 2008 18:33:24 +0100 From: Paolo Pisati To: Alexander Motin Message-ID: <20080301173324.GA16036@tin.it> References: <200803011714.m21HE2O7056509@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803011714.m21HE2O7056509@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ng_nat.4 src/sys/netgraph ng_nat.c ng_nat.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, 01 Mar 2008 17:50:11 -0000 On Sat, Mar 01, 2008 at 05:14:02PM +0000, Alexander Motin wrote: > mav 2008-03-01 17:14:02 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 ng_nat.4 > sys/netgraph ng_nat.c ng_nat.h > Log: > Add support for the libalias redirect functionality. > > Submitted by: Vadim Goncharov Thanks! :) bye, P. From owner-cvs-src@FreeBSD.ORG Sat Mar 1 18:35:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B6FD1065670; Sat, 1 Mar 2008 18:35:28 +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 6E9FE8FC18; Sat, 1 Mar 2008 18:35:28 +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 m21IZSER061080; Sat, 1 Mar 2008 18:35:28 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21IZSrx061079; Sat, 1 Mar 2008 18:35:28 GMT (envelope-from obrien) Message-Id: <200803011835.m21IZSrx061079@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 1 Mar 2008 18:35:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_quota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 18:35:28 -0000 obrien 2008-03-01 18:35:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_quota.c Log: Sync with HEAD - remove unneeded cases. Revision Changes Path 1.74.2.10 +5 -5 src/sys/ufs/ufs/ufs_quota.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 19:25:10 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADA3D1065671; Sat, 1 Mar 2008 19:25:10 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1ED8FC27; Sat, 1 Mar 2008 19:25:09 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.2/8.14.1) with ESMTP id m21JP8wk074762; Sat, 1 Mar 2008 22:25:08 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sat, 1 Mar 2008 22:25:08 +0300 (MSK) From: Dmitry Morozovsky To: Wilko Bulte In-Reply-To: <200802290912.m1T9CsDJ074384@repoman.freebsd.org> Message-ID: <20080301222414.P49885@woozle.rinet.ru> References: <200802290912.m1T9CsDJ074384@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Sat, 01 Mar 2008 22:25:08 +0300 (MSK) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: Sat, 01 Mar 2008 19:25:10 -0000 On Fri, 29 Feb 2008, Wilko Bulte wrote: WB> Modified files: WB> . access WB> Log: WB> Changes to email forwards can be made without core's approval. Please WB> use "Approved by: core (implicit)" to that type of commits. Don't you think similar comments should be added to other repositories' CVSROOT/access? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Sat Mar 1 19:47:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 926AE1065675; Sat, 1 Mar 2008 19:47:53 +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 7BED48FC2B; Sat, 1 Mar 2008 19:47:53 +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 m21JlrWw067076; Sat, 1 Mar 2008 19:47:53 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21JlpmG067075; Sat, 1 Mar 2008 19:47:51 GMT (envelope-from attilio) Message-Id: <200803011947.m21JlpmG067075@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 19:47: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/dev/usb ehci.c src/sys/fs/nwfs nwfs_subr.c src/sys/kern kern_lock.c vfs_bio.c vfs_subr.c src/sys/netncp ncp_conn.h src/sys/netsmb smb_conn.h src/sys/nfs4client nfs4_idmap.c src/sys/sys buf.h bufobj.h lockmgr.h mount.h vnode.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, 01 Mar 2008 19:47:53 -0000 attilio 2008-03-01 19:47:50 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c sys/fs/nwfs nwfs_subr.c sys/kern kern_lock.c vfs_bio.c vfs_subr.c sys/netncp ncp_conn.h sys/netsmb smb_conn.h sys/nfs4client nfs4_idmap.c sys/sys buf.h bufobj.h lockmgr.h mount.h vnode.h Log: - Handle buffer lock waiters count directly in the buffer cache instead than rely on the lockmgr support [1]: * bump the waiters only if the interlock is held * let brelvp() return the waiters count * rely on brelvp() instead than BUF_LOCKWAITERS() in order to check for the waiters number - Remove a namespace pollution introduced recently with lockmgr.h including lock.h by including lock.h directly in the consumers and making it mandatory for using lockmgr. - Modify flags accepted by lockinit(): * introduce LK_NOPROFILE which disables lock profiling for the specified lockmgr * introduce LK_QUIET which disables ktr tracing for the specified lockmgr [2] * disallow LK_SLEEPFAIL and LK_NOWAIT to be passed there so that it can only be used on a per-instance basis - Remove BUF_LOCKWAITERS() and lockwaiters() as they are no longer used This patch breaks KPI so __FreBSD_version will be bumped and manpages updated by further commits. Additively, 'struct buf' changes results in a disturbed ABI also. [2] Really, currently there is no ktr tracing in the lockmgr, but it will be added soon. [1] Submitted by: kib Tested by: pho, Andrea Barberio Revision Changes Path 1.61 +1 -0 src/sys/dev/usb/ehci.c 1.18 +1 -1 src/sys/fs/nwfs/nwfs_subr.c 1.127 +8 -18 src/sys/kern/kern_lock.c 1.537 +8 -6 src/sys/kern/vfs_bio.c 1.720 +5 -1 src/sys/kern/vfs_subr.c 1.13 +1 -0 src/sys/netncp/ncp_conn.h 1.12 +1 -0 src/sys/netsmb/smb_conn.h 1.7 +1 -0 src/sys/nfs4client/nfs4_idmap.c 1.203 +33 -16 src/sys/sys/buf.h 1.19 +1 -0 src/sys/sys/bufobj.h 1.65 +26 -19 src/sys/sys/lockmgr.h 1.229 +1 -1 src/sys/sys/mount.h 1.331 +1 -8 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 19:53:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61ACF1065676; Sat, 1 Mar 2008 19:53:27 +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 34FF28FC29; Sat, 1 Mar 2008 19:53:27 +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 m21JrRnn067538; Sat, 1 Mar 2008 19:53:27 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21JrR84067537; Sat, 1 Mar 2008 19:53:27 GMT (envelope-from attilio) Message-Id: <200803011953.m21JrR84067537@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 19:53: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/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: Sat, 01 Mar 2008 19:53:27 -0000 attilio 2008-03-01 19:53:26 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version in order to reflect: - lockwaiters() axing out - BUF_LOCKWAITERS() axing out - brelvp() prototype changing - lockinit() accepted arguments() range changing Revision Changes Path 1.340 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 20:05:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3101065670; Sat, 1 Mar 2008 20:05:21 +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 9E5778FC18; Sat, 1 Mar 2008 20:05:21 +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 m21K5Lsr069757; Sat, 1 Mar 2008 20:05:21 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21K5Liw069756; Sat, 1 Mar 2008 20:05:21 GMT (envelope-from attilio) Message-Id: <200803012005.m21K5Liw069756@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 20:05:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 lock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 20:05:22 -0000 attilio 2008-03-01 20:05:20 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: Update lockmgr manpage with last lockmgr modifies: - Remove LK_SLEEPFAIL and LK_NOWAIT for lockinit() and add LK_QUIET and LK_NOPROFILE - Include sys/lock.h as mandatory for the lockmgr support Revision Changes Path 1.27 +9 -6 src/share/man/man9/lock.9 From owner-cvs-src@FreeBSD.ORG Sat Mar 1 20:36:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3963106566B; Sat, 1 Mar 2008 20:36:51 +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 8719D8FC16; Sat, 1 Mar 2008 20:36:51 +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 m21Kap0o071491; Sat, 1 Mar 2008 20:36:51 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Kap7S071490; Sat, 1 Mar 2008 20:36:51 GMT (envelope-from attilio) Message-Id: <200803012036.m21Kap7S071490@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 20:36:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 lock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 20:36:51 -0000 attilio 2008-03-01 20:36:51 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: - Add the informations for lockmgr_args(9) - Sort rightly lockstatus(9) in the manpage Revision Changes Path 1.28 +22 -3 src/share/man/man9/lock.9 From owner-cvs-src@FreeBSD.ORG Sat Mar 1 20:39:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9427810656C7; Sat, 1 Mar 2008 20:39:56 +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 54C918FC24; Sat, 1 Mar 2008 20:39:56 +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 m21KduVD071561; Sat, 1 Mar 2008 20:39:56 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Kducf071560; Sat, 1 Mar 2008 20:39:56 GMT (envelope-from attilio) Message-Id: <200803012039.m21Kducf071560@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 20:39: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/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 20:40:02 -0000 attilio 2008-03-01 20:39:56 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Connect lockmgr_args(9) to the build. Revision Changes Path 1.331 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Sat Mar 1 21:24:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25F811065674; Sat, 1 Mar 2008 21:24:11 +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 ED8AD8FC21; Sat, 1 Mar 2008 21:24:10 +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 m21LOADa083213; Sat, 1 Mar 2008 21:24:10 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21LOAmj083212; Sat, 1 Mar 2008 21:24:10 GMT (envelope-from attilio) Message-Id: <200803012124.m21LOAmj083212@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 21: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/share/man/man9 lock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 21:24:11 -0000 attilio 2008-03-01 21:24:08 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: Fix lockstatus sorting on the top list. Revision Changes Path 1.29 +1 -1 src/share/man/man9/lock.9 From owner-cvs-src@FreeBSD.ORG Sat Mar 1 21:58:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51AF11065670; Sat, 1 Mar 2008 21:58:35 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24D098FC1B; Sat, 1 Mar 2008 21:58:35 +0000 (UTC) (envelope-from gibbs@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 m21LwZmp084544; Sat, 1 Mar 2008 21:58:35 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21LwYIt084543; Sat, 1 Mar 2008 21:58:34 GMT (envelope-from gibbs) Message-Id: <200803012158.m21LwYIt084543@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 1 Mar 2008 21:58:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Mar 2008 21:58:35 -0000 gibbs 2008-03-01 21:58:34 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: In est_acpi_info(), initialize count before passing its pointer to CPUFREQ_DRV_SETTINGS(). The value of count on input is used to prefent overflow of the settings buffer passed into CPUFREQ_DRV_SETTINGS(). This corrects the "est: CPU supports Enhanced Speedstep, but is not recognized." error on my system. MFC after: 1 week Revision Changes Path 1.13 +1 -0 src/sys/i386/cpufreq/est.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 22:14:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44EE51065671; Sat, 1 Mar 2008 22:14:46 +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 182B88FC14; Sat, 1 Mar 2008 22:14:46 +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 m21MEjls086332; Sat, 1 Mar 2008 22:14:45 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21MEjiU086331; Sat, 1 Mar 2008 22:14:45 GMT (envelope-from attilio) Message-Id: <200803012214.m21MEjiU086331@repoman.freebsd.org> From: Attilio Rao Date: Sat, 1 Mar 2008 22:14:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys lockmgr.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, 01 Mar 2008 22:14:46 -0000 attilio 2008-03-01 22:14:45 UTC FreeBSD src repository Modified files: sys/sys lockmgr.h Log: Split the kernel / userland interface with propert _KERNEL stub. This should have been always there, but an userland brekage for the recent lockmgr modifies showed it. Revision Changes Path 1.66 +5 -0 src/sys/sys/lockmgr.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 22:27:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47E311065670; Sat, 1 Mar 2008 22:27:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7058FC13; Sat, 1 Mar 2008 22:27:16 +0000 (UTC) (envelope-from bz@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 m21MRFcg087085; Sat, 1 Mar 2008 22:27:15 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21MRFO4087084; Sat, 1 Mar 2008 22:27:15 GMT (envelope-from bz) Message-Id: <200803012227.m21MRFO4087084@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 1 Mar 2008 22:27: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/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 22:27:16 -0000 bz 2008-03-01 22:27:15 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Fix indentation (whitespace changes only). MFC after: 6 days Revision Changes Path 1.372 +4 -4 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sat Mar 1 22:54:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35922106566B; Sat, 1 Mar 2008 22:54:43 +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 085168FC23; Sat, 1 Mar 2008 22:54:43 +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 m21MsgRA088508; Sat, 1 Mar 2008 22:54:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m21Msgus088507; Sat, 1 Mar 2008 22:54:42 GMT (envelope-from marcel) Message-Id: <200803012254.m21Msgus088507@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 1 Mar 2008 22:54: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 UPDATING src/sys/vm vm_map.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, 01 Mar 2008 22:54:43 -0000 marcel 2008-03-01 22:54:42 UTC FreeBSD src repository Modified files: . UPDATING sys/vm vm_map.h Log: Make the vm_pmap field of struct vmspace the last field in the structure. This allows per-CPU variations of struct pmap on a single architecture without affecting the machine-independent fields. As such, the PMAP variations don't affect the ABI. They become part of it. Revision Changes Path 1.522 +8 -0 src/UPDATING 1.122 +6 -1 src/sys/vm/vm_map.h From owner-cvs-src@FreeBSD.ORG Sat Mar 1 23:17:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11ED4106566B; Sat, 1 Mar 2008 23:17:14 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB048FC1F; Sat, 1 Mar 2008 23:17:13 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [82.95.250.254]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id m21NHBgt056532; Sun, 2 Mar 2008 00:17:11 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.8/8.13.3) with ESMTP id m21NHBqa059397; Sun, 2 Mar 2008 00:17:11 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.8/8.13.6/Submit) id m21NHArk059396; Sun, 2 Mar 2008 00:17:10 +0100 (CET) (envelope-from wb) Date: Sun, 2 Mar 2008 00:17:10 +0100 From: Wilko Bulte To: Dmitry Morozovsky Message-ID: <20080301231710.GA59383@freebie.xs4all.nl> References: <200802290912.m1T9CsDJ074384@repoman.freebsd.org> <20080301222414.P49885@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080301222414.P49885@woozle.rinet.ru> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Wilko Bulte Subject: Re: 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: Sat, 01 Mar 2008 23:17:14 -0000 Quoting Dmitry Morozovsky, who wrote on Sat, Mar 01, 2008 at 10:25:08PM +0300 .. > On Fri, 29 Feb 2008, Wilko Bulte wrote: > > WB> Modified files: > WB> . access > WB> Log: > WB> Changes to email forwards can be made without core's approval. Please > WB> use "Approved by: core (implicit)" to that type of commits. > > Don't you think similar comments should be added to other repositories' > CVSROOT/access? I'm all for that, but that is the responsibility of portmgr, doceng etc. -- Wilko Bulte wilko@FreeBSD.org