From owner-cvs-src@FreeBSD.ORG Sun Dec 23 04:10:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09D316A417; Sun, 23 Dec 2007 04:10:12 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id EA2D213C442; Sun, 23 Dec 2007 04:10:12 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 4C04A1A4D82; Sat, 22 Dec 2007 20:08:39 -0800 (PST) Date: Sat, 22 Dec 2007 20:08:39 -0800 From: Alfred Perlstein To: Ken Smith Message-ID: <20071223040839.GU16982@elvis.mu.org> References: <200712221128.lBMBSe3h041510@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712221128.lBMBSe3h041510@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/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, 23 Dec 2007 04:10:13 -0000 * Ken Smith [071222 03:27] wrote: > kensmith 2007-12-22 11:28:40 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > sys/conf newvers.sh > Log: > Technically speaking RELENG_7 becomes 7.0-STABLE once RELENG_7_0 gets > created but that confuses too many people who think that means the > release happened. So call it PRERELEASE for now. > > Approved by: re (implicit) > > Revision Changes Path > 1.72.2.6 +1 -1 src/sys/conf/newvers.sh I think jkh and I worked this scheme out about five years ago. :) -- - Alfred Perlstein From owner-cvs-src@FreeBSD.ORG Sun Dec 23 11:24:11 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E697116A417; Sun, 23 Dec 2007 11:24:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC80C13C448; Sun, 23 Dec 2007 11:24:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNBOBeH075163; Sun, 23 Dec 2007 11:24:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNBOBgv075162; Sun, 23 Dec 2007 11:24:11 GMT (envelope-from marius) Message-Id: <200712231124.lBNBOBgv075162@repoman.freebsd.org> From: Marius Strobl Date: Sun, 23 Dec 2007 11:24: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/dev/ofw openpromio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Dec 2007 11:24:12 -0000 marius 2007-12-23 11:24:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ofw openpromio.c Log: MFC: 1.8 In openprom_ioctl() ensure appropriate permissions and that data isn't NULL and doesn't point to a NULL pointer before dereferencing it. Approved by: re (kensmith) Revision Changes Path 1.7.10.1 +9 -1 src/sys/dev/ofw/openpromio.c From owner-cvs-src@FreeBSD.ORG Sun Dec 23 11:26:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8730F16A41A; Sun, 23 Dec 2007 11:26:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DAFE13C478; Sun, 23 Dec 2007 11:26:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNBQnuW075286; Sun, 23 Dec 2007 11:26:49 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNBQnhs075285; Sun, 23 Dec 2007 11:26:49 GMT (envelope-from marius) Message-Id: <200712231126.lBNBQnhs075285@repoman.freebsd.org> From: Marius Strobl Date: Sun, 23 Dec 2007 11:26:49 +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/dev/ofw openpromio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Dec 2007 11:26:49 -0000 marius 2007-12-23 11:26:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/ofw openpromio.c Log: MFC: 1.8 In openprom_ioctl() ensure appropriate permissions and that data isn't NULL and doesn't point to a NULL pointer before dereferencing it. Approved by: re (kensmith) Revision Changes Path 1.7.14.1 +9 -1 src/sys/dev/ofw/openpromio.c From owner-cvs-src@FreeBSD.ORG Sun Dec 23 11:28:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F116216A468; Sun, 23 Dec 2007 11:28:59 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D76B513C459; Sun, 23 Dec 2007 11:28:59 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNBSxtd075356; Sun, 23 Dec 2007 11:28:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNBSxqe075355; Sun, 23 Dec 2007 11:28:59 GMT (envelope-from marius) Message-Id: <200712231128.lBNBSxqe075355@repoman.freebsd.org> From: Marius Strobl Date: Sun, 23 Dec 2007 11:28:59 +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/ofw openpromio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Dec 2007 11:29:00 -0000 marius 2007-12-23 11:28:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ofw openpromio.c Log: MFC: 1.8 In openprom_ioctl() ensure appropriate permissions and that data isn't NULL and doesn't point to a NULL pointer before dereferencing it. Revision Changes Path 1.7.2.1 +9 -1 src/sys/dev/ofw/openpromio.c From owner-cvs-src@FreeBSD.ORG Sun Dec 23 11:31:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B910716A417; Sun, 23 Dec 2007 11:31:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F03613C45A; Sun, 23 Dec 2007 11:31:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNBVO20075949; Sun, 23 Dec 2007 11:31:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNBVOin075946; Sun, 23 Dec 2007 11:31:24 GMT (envelope-from marius) Message-Id: <200712231131.lBNBVOin075946@repoman.freebsd.org> From: Marius Strobl Date: Sun, 23 Dec 2007 11:31:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/sys/dev/ofw openpromio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Dec 2007 11:31:24 -0000 marius 2007-12-23 11:31:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) sys/dev/ofw openpromio.c Log: MFC: 1.8 In openprom_ioctl() ensure appropriate permissions and that data isn't NULL and doesn't point to a NULL pointer before dereferencing it. Approved by: re (kensmith) Revision Changes Path 1.7.12.1 +9 -1 src/sys/dev/ofw/openpromio.c From owner-cvs-src@FreeBSD.ORG Sun Dec 23 14:10:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81EFE16A420; Sun, 23 Dec 2007 14:10:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6787D13C442; Sun, 23 Dec 2007 14:10:34 +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 lBNEAYFP012217; Sun, 23 Dec 2007 14:10:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNEAYfZ012216; Sun, 23 Dec 2007 14:10:34 GMT (envelope-from rwatson) Message-Id: <200712231410.lBNEAYfZ012216@repoman.freebsd.org> From: Robert Watson Date: Sun, 23 Dec 2007 14:10:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Sun, 23 Dec 2007 14:10:34 -0000 rwatson 2007-12-23 14:10:34 UTC FreeBSD src repository Modified files: sys/net bpf.c bpf.h Log: Remove trailing whitespace from lines in BPF. MFC after: 3 days Revision Changes Path 1.184 +3 -3 src/sys/net/bpf.c 1.49 +4 -4 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Sun Dec 23 14:46:31 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE5C16A41A; Sun, 23 Dec 2007 14:46:31 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4301013C465; Sun, 23 Dec 2007 14:46:31 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNEkVTW018136; Sun, 23 Dec 2007 14:46:31 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNEkVbB018135; Sun, 23 Dec 2007 14:46:31 GMT (envelope-from ticso) Message-Id: <200712231446.lBNEkVbB018135@repoman.freebsd.org> From: Bernd Walter Date: Sun, 23 Dec 2007 14:46: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/boot/arm/at91/libat91 spi_flash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Dec 2007 14:46:31 -0000 ticso 2007-12-23 14:46:30 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 spi_flash.c Log: BWCT boards uses two different SPI flash chips check for both status codes Revision Changes Path 1.5 +3 -2 src/sys/boot/arm/at91/libat91/spi_flash.c From owner-cvs-src@FreeBSD.ORG Sun Dec 23 14:57:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9BAF16A46B; Sun, 23 Dec 2007 14:57:35 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FBEF13C461; Sun, 23 Dec 2007 14:57:35 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNEvZAx019613; Sun, 23 Dec 2007 14:57:35 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNEvZeh019612; Sun, 23 Dec 2007 14:57:35 GMT (envelope-from ticso) Message-Id: <200712231457.lBNEvZeh019612@repoman.freebsd.org> From: Bernd Walter Date: Sun, 23 Dec 2007 14:57: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/boot/arm/at91/boot2 bwct_board.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Dec 2007 14:57:35 -0000 ticso 2007-12-23 14:57:35 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 bwct_board.c Log: - remove code from oroginal file, which is not required on BWCT boards - Be more chatty on startup, since we have enough code space on AT91RM9200 - init DS1672 charging - init USART GPIO Revision Changes Path 1.2 +85 -51 src/sys/boot/arm/at91/boot2/bwct_board.c From owner-cvs-src@FreeBSD.ORG Sun Dec 23 16:31:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CC5116A417; Sun, 23 Dec 2007 16:31:06 +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 14C3913C45D; Sun, 23 Dec 2007 16:31:06 +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 lBNGV54F035863; Sun, 23 Dec 2007 16:31:05 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNGV5Xh035860; Sun, 23 Dec 2007 16:31:05 GMT (envelope-from wilko) Message-Id: <200712231631.lBNGV5Xh035860@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 23 Dec 2007 16:31: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/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: Sun, 23 Dec 2007 16:31:06 -0000 wilko 2007-12-23 16:31:05 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: On Christmas lights. Revision Changes Path 1.252 +11 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Sun Dec 23 23:31:28 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A26BF16A419; Sun, 23 Dec 2007 23:31:28 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9562C13C457; Sun, 23 Dec 2007 23:31:28 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBNNVSRt052238; Sun, 23 Dec 2007 23:31:28 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBNNVS5b052199; Sun, 23 Dec 2007 23:31:28 GMT (envelope-from stas) Message-Id: <200712232331.lBNNVS5b052199@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 23 Dec 2007 23:31:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 kb920x_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: Sun, 23 Dec 2007 23:31:28 -0000 stas 2007-12-23 23:31:28 UTC FreeBSD src repository (ports committer) Modified files: sys/arm/at91 kb920x_machdep.c Log: - Fix a typo in comments. MFC after: 1 week Approved by: cognet Revision Changes Path 1.28 +1 -1 src/sys/arm/at91/kb920x_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 00:43:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A19B16A418; Mon, 24 Dec 2007 00:43:12 +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 1EDAC13C4EC; Mon, 24 Dec 2007 00:43:12 +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 lBO0hBT8090354; Mon, 24 Dec 2007 00:43:11 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO0hBhW090352; Mon, 24 Dec 2007 00:43:11 GMT (envelope-from kensmith) Message-Id: <200712240043.lBO0hBhW090352@repoman.freebsd.org> From: Ken Smith Date: Mon, 24 Dec 2007 00:43: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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 00:43:12 -0000 kensmith 2007-12-24 00:43:11 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall index.c Log: For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest "build dependencies" field is 5,108 characters which overflows the length of the junk buffer by a teeny bit. This whole section needs much more error checking but for now just completely ignore stuff we have no interest in instead of copying it to someplace we don't use in the process. Insta-MFC probably coming since this is holding up 7.0-RC1... Revision Changes Path 1.116 +17 -5 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 01:02:01 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E2DF16A417; Mon, 24 Dec 2007 01:02:01 +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 8B12713C458; Mon, 24 Dec 2007 01:02:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBO121Rt001854; Mon, 24 Dec 2007 01:02:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO121bu001842; Mon, 24 Dec 2007 01:02:01 GMT (envelope-from marcel) Message-Id: <200712240102.lBO121bu001842@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 24 Dec 2007 01:02:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/part g_part_bsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 01:02:01 -0000 marcel 2007-12-24 01:02:00 UTC FreeBSD src repository Modified files: sys/geom/part g_part_bsd.c Log: Various fixes: o BSD disklabels have relative offsets. Even for the BSD in MBR slice setup, except when the mbroffset ioctl is supported. Since we don't support that ioctl, bsdlabel(8) expects relative offsets. So, when reading an existing disklabel, correct for disklabels that mistakenly have the mbroffset offsets. o Don't take the geometry seriously, because it's untrustworthy. We do expect the numbers to be within range. This means that the secperunit field will not be computed from secpercyl and ncyls, but simply is the mediasize in sectors. o Don't enforce partitions to be aligned to track boundaries. The default label, constructed by bsdlabel(8), puts partition a at offset BBSIZE bytes, which commonly means sector 16. Revision Changes Path 1.3 +25 -41 src/sys/geom/part/g_part_bsd.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 01:30:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E15916A419; Mon, 24 Dec 2007 01:30:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02D2713C45D; Mon, 24 Dec 2007 01:30:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBO1UHnd006903; Mon, 24 Dec 2007 01:30:17 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO1UHGX006902; Mon, 24 Dec 2007 01:30:17 GMT (envelope-from thompsa) Message-Id: <200712240130.lBO1UHGX006902@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 24 Dec 2007 01:30: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: 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: Mon, 24 Dec 2007 01:30:18 -0000 thompsa 2007-12-24 01:30:17 UTC FreeBSD src repository Modified files: . access Log: Please welcome Weongyo Jeong (weongyo) as a new src committer. Weongyo will be initially working on ndis including the plan to add usb support, and all things wireless. I will be his mentor. Approved by: core Revision Changes Path 1.851 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Dec 24 01:32:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08FFA16A417 for ; Mon, 24 Dec 2007 01:32:36 +0000 (UTC) (envelope-from wearabnet@yahoo.ca) Received: from web33707.mail.mud.yahoo.com (web33707.mail.mud.yahoo.com [68.142.201.204]) by mx1.freebsd.org (Postfix) with SMTP id C2E0D13C47E for ; Mon, 24 Dec 2007 01:32:35 +0000 (UTC) (envelope-from wearabnet@yahoo.ca) Received: (qmail 54799 invoked by uid 60001); 24 Dec 2007 01:32:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=Or80S2/2HHAS9yCjXCTN673k8oVUm57WJXddbiEZejQT83ChHWwFLRhmvEygh19x6tfYCDw2c+eVydfZaF/cvWvB/yghKmZWTVcBs/90Q2TIvr0lyelXDnBiodrZfavaHu5inG6OpdQe5/1Q8phDs3FTjo63Qi4wTSA9WL8eE98=; X-YMail-OSG: bM6raD0VM1l8X8xGXTBc_UYrtxfsJED5r35Dsc7yX_bJ7gXgn7FsV98ti2hmAlemMBVhxDS1RkO3AATnkrXB7n_pE01zqpPMngRgxrbscvRcZPo- Received: from [89.211.7.3] by web33707.mail.mud.yahoo.com via HTTP; Sun, 23 Dec 2007 17:32:34 PST X-Mailer: YahooMailRC/818.31 YahooMailWebService/0.7.158.1 Date: Sun, 23 Dec 2007 17:32:34 -0800 (PST) From: Abdullah Ibn Hamad Al-Marri To: Andrew Thompson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <798117.54225.qm@web33707.mail.mud.yahoo.com> Cc: 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: Mon, 24 Dec 2007 01:32:36 -0000 ----- Original Message ---- > From: Andrew Thompson > To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org > Sent: Monday, December 24, 2007 4:30:17 AM > Subject: cvs commit: CVSROOT access > > thompsa 2007-12-24 01:30:17 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Please welcome Weongyo Jeong (weongyo) as a new src committer. > > Weongyo will be initially working on ndis including the plan to > add > usb > support, and all things wireless. I will be his mentor. > > Approved by: core > > Revision Changes Path > 1.851 +1 -0 CVSROOT/access Welcome Weongyo and Congrats! I hope you'll fix ndis issues with intel 4965 chips for XP and Vista ;) Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping From owner-cvs-src@FreeBSD.ORG Mon Dec 24 05:48:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 327CA16A419; Mon, 24 Dec 2007 05:48:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2C3B13C455; Mon, 24 Dec 2007 05:48:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBO5mcu2015519; Mon, 24 Dec 2007 05:48:38 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO5mckk015518; Mon, 24 Dec 2007 05:48:38 GMT (envelope-from dougb) Message-Id: <200712240548.lBO5mckk015518@repoman.freebsd.org> From: Doug Barton Date: Mon, 24 Dec 2007 05:48: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.sbin/mergemaster mergemaster.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: Mon, 24 Dec 2007 05:48:39 -0000 dougb 2007-12-24 05:48:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/mergemaster mergemaster.sh Log: MFC version 1.55, safety belt for the (unlikely) disappearance of the temproot before a -r run. Approved by: re (kensmith) Revision Changes Path 1.54.2.1 +7 -0 src/usr.sbin/mergemaster/mergemaster.sh From owner-cvs-src@FreeBSD.ORG Mon Dec 24 05:50:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6593416A417; Mon, 24 Dec 2007 05:50:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2865813C467; Mon, 24 Dec 2007 05:50:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBO5ol2e015861; Mon, 24 Dec 2007 05:50:47 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO5ol39015860; Mon, 24 Dec 2007 05:50:47 GMT (envelope-from dougb) Message-Id: <200712240550.lBO5ol39015860@repoman.freebsd.org> From: Doug Barton Date: Mon, 24 Dec 2007 05:50:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.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: Mon, 24 Dec 2007 05:50:47 -0000 dougb 2007-12-24 05:50:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/mergemaster mergemaster.sh Log: MFC version 1.55, safety belt for the (unlikely) disappearance of the temproot before a -r run. Revision Changes Path 1.51.8.4 +7 -0 src/usr.sbin/mergemaster/mergemaster.sh From owner-cvs-src@FreeBSD.ORG Mon Dec 24 05:51:46 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B96316A419; Mon, 24 Dec 2007 05:51:46 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E283A13C467; Mon, 24 Dec 2007 05:51:45 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBO5pjeV016297; Mon, 24 Dec 2007 05:51:45 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO5pjdh016296; Mon, 24 Dec 2007 05:51:45 GMT (envelope-from dougb) Message-Id: <200712240551.lBO5pjdh016296@repoman.freebsd.org> From: Doug Barton Date: Mon, 24 Dec 2007 05:51:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.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: Mon, 24 Dec 2007 05:51:46 -0000 dougb 2007-12-24 05:51:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) usr.sbin/mergemaster mergemaster.sh Log: MFC version 1.55, safety belt for the (unlikely) disappearance of the temproot before a -r run. Approved by: re (kensmith) Revision Changes Path 1.51.8.3.4.1 +7 -0 src/usr.sbin/mergemaster/mergemaster.sh From owner-cvs-src@FreeBSD.ORG Mon Dec 24 06:33:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E9D716A418; Mon, 24 Dec 2007 06:33:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F136413C465; Mon, 24 Dec 2007 06:33:32 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBO6XWih024009; Mon, 24 Dec 2007 06:33:32 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO6XWL2024006; Mon, 24 Dec 2007 06:33:32 GMT (envelope-from dougb) Message-Id: <200712240633.lBO6XWL2024006@repoman.freebsd.org> From: Doug Barton Date: Mon, 24 Dec 2007 06:33:32 +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/usr.sbin/mergemaster mergemaster.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: Mon, 24 Dec 2007 06:33:33 -0000 dougb 2007-12-24 06:33:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) usr.sbin/mergemaster mergemaster.sh Log: MFC version 1.55, safety belt for the (unlikely) disappearance of the temproot before a -r run. Approved by: re (kensmith) Revision Changes Path 1.54.4.1 +7 -0 src/usr.sbin/mergemaster/mergemaster.sh From owner-cvs-src@FreeBSD.ORG Mon Dec 24 06:33:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6529216A41A; Mon, 24 Dec 2007 06:33:33 +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 2409213C468; Mon, 24 Dec 2007 06:33:33 +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 lBO6XWXa024010; Mon, 24 Dec 2007 06:33:32 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO6XW83024008; Mon, 24 Dec 2007 06:33:32 GMT (envelope-from kensmith) Message-Id: <200712240633.lBO6XW83024008@repoman.freebsd.org> From: Ken Smith Date: Mon, 24 Dec 2007 06:33: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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 06:33:33 -0000 kensmith 2007-12-24 06:33:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sysinstall index.c Log: MFC v1.116: > For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest > "build dependencies" field is 5,108 characters which overflows the > length of the junk buffer by a teeny bit. This whole section needs > much more error checking but for now just completely ignore stuff > we have no interest in instead of copying it to someplace we don't > use in the process. Approved by: re (bmah) Revision Changes Path 1.115.2.1 +17 -5 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 06:37:46 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0C2C16A420; Mon, 24 Dec 2007 06:37:46 +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 AF9D613C461; Mon, 24 Dec 2007 06:37:46 +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 lBO6bkwX024236; Mon, 24 Dec 2007 06:37:46 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO6bkDf024235; Mon, 24 Dec 2007 06:37:46 GMT (envelope-from kensmith) Message-Id: <200712240637.lBO6bkDf024235@repoman.freebsd.org> From: Ken Smith Date: Mon, 24 Dec 2007 06:37:45 +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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 06:37:47 -0000 kensmith 2007-12-24 06:37:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) usr.sbin/sysinstall index.c Log: MFC v1.116: > For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest > "build dependencies" field is 5,108 characters which overflows the > length of the junk buffer by a teeny bit. This whole section needs > much more error checking but for now just completely ignore stuff > we have no interest in instead of copying it to someplace we don't > use in the process. Approved by: re (bmah) Revision Changes Path 1.115.4.1 +17 -5 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 06:41:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C770316A469; Mon, 24 Dec 2007 06:41: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 7E06913C45B; Mon, 24 Dec 2007 06:41: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 lBO6fZkQ024899; Mon, 24 Dec 2007 06:41:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO6fZ4e024898; Mon, 24 Dec 2007 06:41:35 GMT (envelope-from kensmith) Message-Id: <200712240641.lBO6fZ4e024898@repoman.freebsd.org> From: Ken Smith Date: Mon, 24 Dec 2007 06:41:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 06:41:35 -0000 kensmith 2007-12-24 06:41:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall index.c Log: MFC v1.116: > For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest > "build dependencies" field is 5,108 characters which overflows the > length of the junk buffer by a teeny bit. This whole section needs > much more error checking but for now just completely ignore stuff > we have no interest in instead of copying it to someplace we don't > use in the process. Approved by: re (bmah) Revision Changes Path 1.106.2.7 +17 -5 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 06:42:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A80B16A417; Mon, 24 Dec 2007 06:42:36 +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 BD52113C45B; Mon, 24 Dec 2007 06:42: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 lBO6gZlN025224; Mon, 24 Dec 2007 06:42:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBO6gZSG025223; Mon, 24 Dec 2007 06:42:35 GMT (envelope-from kensmith) Message-Id: <200712240642.lBO6gZSG025223@repoman.freebsd.org> From: Ken Smith Date: Mon, 24 Dec 2007 06:42:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 06:42:36 -0000 kensmith 2007-12-24 06:42:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) usr.sbin/sysinstall index.c Log: MFC v1.116: > For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest > "build dependencies" field is 5,108 characters which overflows the > length of the junk buffer by a teeny bit. This whole section needs > much more error checking but for now just completely ignore stuff > we have no interest in instead of copying it to someplace we don't > use in the process. Approved by: re (bmah) Revision Changes Path 1.106.2.6.2.1 +17 -5 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 10:30:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3E3F16A4EB; Mon, 24 Dec 2007 10:30:09 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8427E13C4D1; Mon, 24 Dec 2007 10:30:09 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBOAU9pE071993; Mon, 24 Dec 2007 10:30:09 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBOAU9NY071990; Mon, 24 Dec 2007 10:30:09 GMT (envelope-from ache) Message-Id: <200712241030.lBOAU9NY071990@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 24 Dec 2007 10:30:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/colldef Makefile map.ISO8859-9 tr_TR.ISO8859-9.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: Mon, 24 Dec 2007 10:30:09 -0000 ache 2007-12-24 10:30:09 UTC FreeBSD src repository Modified files: share/colldef Makefile Added files: share/colldef map.ISO8859-9 tr_TR.ISO8859-9.src Log: Add Turkish collate PR: 118976 Submitted by: Ismail YENIGUL Revision Changes Path 1.72 +2 -2 src/share/colldef/Makefile 1.1 +175 -0 src/share/colldef/map.ISO8859-9 (new) 1.1 +36 -0 src/share/colldef/tr_TR.ISO8859-9.src (new) From owner-cvs-src@FreeBSD.ORG Mon Dec 24 13:47:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1778A16A468; Mon, 24 Dec 2007 13:47:17 +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 EC5B513C45A; Mon, 24 Dec 2007 13:47:16 +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 lBODlGbh016926; Mon, 24 Dec 2007 13:47:16 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBODlGWh016925; Mon, 24 Dec 2007 13:47:16 GMT (envelope-from kib) Message-Id: <200712241347.lBODlGWh016925@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 24 Dec 2007 13:47:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/snp snp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Dec 2007 13:47:17 -0000 kib 2007-12-24 13:47:16 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Move the check for the snp device being already attached after the fget() call, that is sleeping point, and possibly dropping Giant. The snp_target == NULL implies the snp_tty == NULL. Remove the code that is put under snp_target == NULL and snp_tty != NULL clause. In snpclose(), do the snp_detach() before scheduling the snp device destruction. Otherwise, after the return from snpclose(), the snp device is already removed from the snp_list, but tty is still in snooped state. Any attempt to do i/o on such tty cause panic because ttytosnp() returns NULL. Tested by: Peter Holm MFC after: 1 week Revision Changes Path 1.107 +6 -11 src/sys/dev/snp/snp.c From owner-cvs-src@FreeBSD.ORG Mon Dec 24 16:32:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84BB716A417; Mon, 24 Dec 2007 16:32:15 +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 4987813C47E; Mon, 24 Dec 2007 16:32:15 +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 lBOGWF8L049075; Mon, 24 Dec 2007 16:32:15 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBOGWFmJ049074; Mon, 24 Dec 2007 16:32:15 GMT (envelope-from ume) Message-Id: <200712241632.lBOGWFmJ049074@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 24 Dec 2007 16:32: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/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, 24 Dec 2007 16:32:15 -0000 ume 2007-12-24 16:32:15 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable but is blocked on user_override mib. Not a few people want to use a passive cooling without their ACPI BIOS support. Reviewed by: njl Revision Changes Path 1.66 +40 -0 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 00:40:32 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E21ED16A4D4; Tue, 25 Dec 2007 00:40:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDC3013C4DD; Tue, 25 Dec 2007 00:40:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBP0eWmt060703; Tue, 25 Dec 2007 00:40:32 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBP0eWn5060702; Tue, 25 Dec 2007 00:40:32 GMT (envelope-from edwin) Message-Id: <200712250040.lBP0eWn5060702@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 25 Dec 2007 00:40: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/bin/cp cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 00:40:33 -0000 edwin 2007-12-25 00:40:32 UTC FreeBSD src repository Modified files: bin/cp cp.c Log: When copying multiple files to a directory, make sure that a proper warning is given when the directory doesn't exist. PR: bin/50656 Submitted by: Edwin Groothuis Approved by: grog@ Not reviewed by: grog@ Revision Changes Path 1.58 +1 -1 src/bin/cp/cp.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 00:52:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F49316A417; Tue, 25 Dec 2007 00:52:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9290913C442; Tue, 25 Dec 2007 00:52:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBP0qPGe071808; Tue, 25 Dec 2007 00:52:25 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBP0qPhr071807; Tue, 25 Dec 2007 00:52:25 GMT (envelope-from edwin) Message-Id: <200712250052.lBP0qPhr071807@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 25 Dec 2007 00:52:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ipcs Makefile ipc.c ipc.h ipcs.c src/usr.bin/ipcrm Makefile ipcrm.1 ipcrm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 00:52:25 -0000 edwin 2007-12-25 00:52:25 UTC FreeBSD src repository Modified files: usr.bin/ipcs Makefile ipcs.c usr.bin/ipcrm Makefile ipcrm.1 ipcrm.c Added files: usr.bin/ipcs ipc.c ipc.h Log: Add the ability to clean up all shared memory segments which are unused in one go. From the original PR: I've observed that linux apps running under the linuxulator have a habit of leaving behind shared memory segments which are unused, but which eventually cause the system to run out of free segments and these apps will stop working. ipcrm(1) currently only allows removal of unused message queues, shared memory segments and semaphores on an individual basis, or those having a matching (non-zero) key. However it would often be convenient to just do a complete cleanup of everything, usually as root. PR: bin/118292 Submitted by: Callum Gibson Not reviewed by: grog@ Approved by: grog@ Revision Changes Path 1.7 +5 -0 src/usr.bin/ipcrm/Makefile 1.15 +36 -1 src/usr.bin/ipcrm/ipcrm.1 1.13 +133 -18 src/usr.bin/ipcrm/ipcrm.c 1.8 +1 -0 src/usr.bin/ipcs/Makefile 1.1 +207 -0 src/usr.bin/ipcs/ipc.c (new) 1.1 +71 -0 src/usr.bin/ipcs/ipc.h (new) 1.31 +17 -197 src/usr.bin/ipcs/ipcs.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 06:22:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6828916A418; Tue, 25 Dec 2007 06:22:34 +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 6632C13C457; Tue, 25 Dec 2007 06:22:34 +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 lBP6MYSM069378; Tue, 25 Dec 2007 06:22:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBP6MYEi069288; Tue, 25 Dec 2007 06:22:34 GMT (envelope-from imp) Message-Id: <200712250622.lBP6MYEi069288@repoman.freebsd.org> From: Warner Losh Date: Tue, 25 Dec 2007 06:22:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/config config.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, 25 Dec 2007 06:22:34 -0000 imp 2007-12-25 06:22:33 UTC FreeBSD src repository Modified files: usr.sbin/config config.y Log: Spring forward into the late 1970's by following item 5 in the yacc manual's Appendix D ("Old Features Supported but not Encouraged") in the Seventh Edition Unix Programmer's Manual (January, 1979) by retiring the " = {" method of of action specification in favor of a plain "{". It is no longer necessary for this bootstrap program to be compatible with 6th Edition systems. Some yaccs in the wild do not support this old syntax any more, and compatibility with those systems is more important these days (as there are easily 7 orders of magnitude more of them than real v6 systems today). Reviewed by: jhb@ and dds@ (the latter gave the reference). Revision Changes Path 1.79 +34 -51 src/usr.sbin/config/config.y From owner-cvs-src@FreeBSD.ORG Tue Dec 25 06:45:55 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8AA16A41B; Tue, 25 Dec 2007 06:45:55 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2FF13C455; Tue, 25 Dec 2007 06:45:55 +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 mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lBP6jqQS012042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Dec 2007 17:45:53 +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 lBP6jqUV053535; Tue, 25 Dec 2007 17:45:52 +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 lBP6jqlg053534; Tue, 25 Dec 2007 17:45:52 +1100 (EST) (envelope-from peter) Date: Tue, 25 Dec 2007 17:45:52 +1100 From: Peter Jeremy To: Edwin Groothuis Message-ID: <20071225064552.GE53085@server.vk2pj.dyndns.org> References: <200712250040.lBP0eWn5060702@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline In-Reply-To: <200712250040.lBP0eWn5060702@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/bin/cp cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 06:45:56 -0000 --cmJC7u66zC7hs+87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 25, 2007 at 12:40:32AM +0000, Edwin Groothuis wrote: > When copying multiple files to a directory, make sure that a proper > warning is given when the directory doesn't exist. warnx("Target is not a directory"); exit(1); would be more simply expressed as errx(1, "Target is not a directory"); Maybe you should report the target name: errx(1, "%s is not a directory", to.p_path); > Submitted by: Edwin Groothuis Normally, you don't bother listing yourself as the author. --=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. --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHcKcg/opHv/APuIcRAt4zAKDEDYGLsu5kl69QjlR7Jbs7iaBxDwCfebyU jJBoDLmtVbU56iMAyEqUh28= =anQ9 -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87-- From owner-cvs-src@FreeBSD.ORG Tue Dec 25 09:36:51 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCC1816A419; Tue, 25 Dec 2007 09:36:51 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C763413C4CC; Tue, 25 Dec 2007 09:36:51 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBP9apvP035170; Tue, 25 Dec 2007 09:36:51 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBP9apJA035169; Tue, 25 Dec 2007 09:36:51 GMT (envelope-from oleg) Message-Id: <200712250936.lBP9apJA035169@repoman.freebsd.org> From: Oleg Bulyzhin Date: Tue, 25 Dec 2007 09: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/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: Tue, 25 Dec 2007 09:36:52 -0000 oleg 2007-12-25 09:36:51 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: Workaround p->numbytes overflow, which can result in infinite loop inside dummynet module (prerequisite is using queues with "fat" pipe). PR: kern/113548 Revision Changes Path 1.114 +22 -7 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 13:23:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACAEA16A417; Tue, 25 Dec 2007 13:23:19 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9812F13C457; Tue, 25 Dec 2007 13:23:19 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPDNJ7j041112; Tue, 25 Dec 2007 13:23:19 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPDNJ75041111; Tue, 25 Dec 2007 13:23:19 GMT (envelope-from wkoszek) Message-Id: <200712251323.lBPDNJ75041111@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Tue, 25 Dec 2007 13:23: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/security/audit audit_pipe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 13:23:19 -0000 wkoszek 2007-12-25 13:23:19 UTC FreeBSD src repository Modified files: sys/security/audit audit_pipe.c Log: Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print with proper alignment in ddb(4) and vmstat(8). Reviewed by: rwatson@ Revision Changes Path 1.14 +1 -1 src/sys/security/audit/audit_pipe.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 13:24:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FE9B16A418; Tue, 25 Dec 2007 13:24: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 8CCDF13C465; Tue, 25 Dec 2007 13:24: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 lBPDO2cZ041193; Tue, 25 Dec 2007 13:24:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPDO2EE041192; Tue, 25 Dec 2007 13:24:02 GMT (envelope-from rwatson) Message-Id: <200712251324.lBPDO2EE041192@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 13:24:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c bpf_filter.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 13:24:02 -0000 rwatson 2007-12-25 13:24:02 UTC FreeBSD src repository Modified files: sys/net bpf.c bpf_filter.c Log: Use __FBSDID() in the kernel BPF implementation. MFC after: 3 days Revision Changes Path 1.185 +3 -2 src/sys/net/bpf.c 1.29 +3 -2 src/sys/net/bpf_filter.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 14:17:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3577016A419; Tue, 25 Dec 2007 14:17:17 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 215AE13C442; Tue, 25 Dec 2007 14:17:17 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPEHGTO051065; Tue, 25 Dec 2007 14:17:16 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPEHGrW051064; Tue, 25 Dec 2007 14:17:16 GMT (envelope-from wkoszek) Message-Id: <200712251417.lBPEHGrW051064@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Tue, 25 Dec 2007 14:17:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mbuf.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, 25 Dec 2007 14:17:17 -0000 wkoszek 2007-12-25 14:17:16 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctly within ddb(4) and in the vmstat(8) output. This change requires netstat(8) to be recompiled. Reviewed by: rwatson@ Tested by: make LINT Revision Changes Path 1.218 +1 -1 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 16:36:53 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237FB16A417; Tue, 25 Dec 2007 16:36:53 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC51C13C447; Tue, 25 Dec 2007 16:36:52 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPGaqfL074248; Tue, 25 Dec 2007 16:36:52 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPGaqYf074247; Tue, 25 Dec 2007 16:36:52 GMT (envelope-from schweikh) Message-Id: <200712251636.lBPGaqYf074247@repoman.freebsd.org> From: Jens Schweikhardt Date: Tue, 25 Dec 2007 16:36: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/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: Tue, 25 Dec 2007 16:36:53 -0000 schweikh 2007-12-25 16:36:52 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Typos corrected. Revision Changes Path 1.253 +2 -2 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Tue Dec 25 17:43:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC17D16A41A for ; Tue, 25 Dec 2007 17:43:36 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 4093E13C46A for ; Tue, 25 Dec 2007 17:43:36 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 14208 invoked by uid 399); 25 Dec 2007 17:43:35 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 25 Dec 2007 17:43:35 -0000 X-Originating-IP: 127.0.0.1 Date: Tue, 25 Dec 2007 09:43:33 -0800 (PST) From: Doug Barton To: Julian Elischer In-Reply-To: <200712210056.lBL0uHSn024608@repoman.freebsd.org> Message-ID: References: <200712210056.lBL0uHSn024608@repoman.freebsd.org> User-Agent: Alpine 1.00 (BSF 882 2007-12-20) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Tue, 25 Dec 2007 17:43:36 -0000 On Fri, 21 Dec 2007, Julian Elischer wrote: > julian 2007-12-21 00:56:17 UTC > > FreeBSD src repository > > Modified files: > games/fortune/datfiles fortunes > Log: > Warner lets a good one out.. > > Revision Changes Path > 1.251 +6 -0 src/games/fortune/datfiles/fortunes > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/fortunes.diff?&r1=1.250&r2=1.251&f=h While I personally have no objections, I think references to anal sex probably violate the principle defined in src/games/fortune/Notes: Anything which would not make it onto network prime time programming (or which would only be broadcast if some discredited kind of guy said it) MUST be in the potentially offensive database. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Tue Dec 25 17:52:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9CFF16A417; Tue, 25 Dec 2007 17:52: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 978DB13C465; Tue, 25 Dec 2007 17:52: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 lBPHq2pH099939; Tue, 25 Dec 2007 17:52:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPHq2cR099938; Tue, 25 Dec 2007 17:52:02 GMT (envelope-from rwatson) Message-Id: <200712251752.lBPHq2cR099938@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 17: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/sys/amd64/amd64 machdep.c mp_watchdog.c src/sys/arm/at91 uart_dev_at91usart.c src/sys/cam/scsi scsi_low.h src/sys/compat/ndis subr_ntoskrnl.c src/sys/dev/acpica/Osd OsdDebug.c src/sys/dev/dcons dcons_os.c src/sys/dev/ofw ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 17:52:02 -0000 rwatson 2007-12-25 17:52:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c mp_watchdog.c sys/arm/at91 uart_dev_at91usart.c sys/cam/scsi scsi_low.h sys/compat/ndis subr_ntoskrnl.c sys/dev/acpica/Osd OsdDebug.c sys/dev/dcons dcons_os.c sys/dev/ofw ofw_console.c sys/dev/sio sio.c sys/dev/syscons syscons.c sys/dev/uart uart_core.c sys/fs/unionfs union_subr.c sys/i386/i386 machdep.c mp_watchdog.c sys/ia64/ia64 machdep.c sys/kern kern_clock.c kern_shutdown.c subr_kdb.c subr_witness.c vfs_subr.c sys/netgraph ng_base.c sys/pc98/cbus sio.c sys/pc98/pc98 machdep.c sys/powerpc/aim machdep.c sys/powerpc/powermac pswitch.c sys/security/mac_test mac_test.c sys/sparc64/pci psycho.c sys/sparc64/sparc64 machdep.c trap.c sys/sun4v/sun4v hvcons.c machdep.c trap.c sys/sys kdb.h Log: Add a new 'why' argument to kdb_enter(), and a set of constants to use for that argument. This will allow DDB to detect the broad category of reason why the debugger has been entered, which it can use for the purposes of deciding which DDB script to run. Assign approximate why values to all current consumers of the kdb_enter() interface. Revision Changes Path 1.680 +2 -1 src/sys/amd64/amd64/machdep.c 1.6 +1 -1 src/sys/amd64/amd64/mp_watchdog.c 1.13 +1 -1 src/sys/arm/at91/uart_dev_at91usart.c 1.9 +1 -1 src/sys/cam/scsi/scsi_low.h 1.94 +1 -1 src/sys/compat/ndis/subr_ntoskrnl.c 1.14 +2 -2 src/sys/dev/acpica/Osd/OsdDebug.c 1.20 +4 -2 src/sys/dev/dcons/dcons_os.c 1.37 +1 -1 src/sys/dev/ofw/ofw_console.c 1.473 +4 -2 src/sys/dev/sio/sio.c 1.454 +1 -1 src/sys/dev/syscons/syscons.c 1.23 +3 -2 src/sys/dev/uart/uart_core.c 1.96 +4 -2 src/sys/fs/unionfs/union_subr.c 1.664 +1 -1 src/sys/i386/i386/machdep.c 1.6 +1 -1 src/sys/i386/i386/mp_watchdog.c 1.228 +2 -1 src/sys/ia64/ia64/machdep.c 1.206 +1 -1 src/sys/kern/kern_clock.c 1.186 +1 -1 src/sys/kern/kern_shutdown.c 1.25 +12 -4 src/sys/kern/subr_kdb.c 1.239 +2 -2 src/sys/kern/subr_witness.c 1.711 +2 -2 src/sys/kern/vfs_subr.c 1.140 +2 -2 src/sys/netgraph/ng_base.c 1.247 +4 -2 src/sys/pc98/cbus/sio.c 1.399 +1 -1 src/sys/pc98/pc98/machdep.c 1.107 +2 -1 src/sys/powerpc/aim/machdep.c 1.7 +1 -1 src/sys/powerpc/powermac/pswitch.c 1.93 +1 -1 src/sys/security/mac_test/mac_test.c 1.73 +1 -1 src/sys/sparc64/pci/psycho.c 1.140 +1 -1 src/sys/sparc64/sparc64/machdep.c 1.89 +1 -1 src/sys/sparc64/sparc64/trap.c 1.7 +4 -4 src/sys/sun4v/sun4v/hvcons.c 1.17 +1 -1 src/sys/sun4v/sun4v/machdep.c 1.17 +1 -1 src/sys/sun4v/sun4v/trap.c 1.6 +28 -1 src/sys/sys/kdb.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 18:36:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24C0B16A418; Tue, 25 Dec 2007 18:36:13 +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 DC1C813C448; Tue, 25 Dec 2007 18:36: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 lBPIaCxS013896; Tue, 25 Dec 2007 18:36:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPIaC1f013895; Tue, 25 Dec 2007 18:36:12 GMT (envelope-from rwatson) Message-Id: <200712251836.lBPIaC1f013895@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 18:36: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/sys priv.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, 25 Dec 2007 18:36:13 -0000 rwatson 2007-12-25 18:36:12 UTC FreeBSD src repository Modified files: sys/sys priv.h Log: Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE to control access to the DDB capture buffer. Revision Changes Path 1.17 +6 -1 src/sys/sys/priv.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 18:36:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F0B416A418; Tue, 25 Dec 2007 18:36:44 +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 E69B913C45B; Tue, 25 Dec 2007 18:36:43 +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 lBPIahC8013926; Tue, 25 Dec 2007 18:36:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPIahXI013925; Tue, 25 Dec 2007 18:36:43 GMT (envelope-from rwatson) Message-Id: <200712251836.lBPIahXI013925@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 18:36:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys kernel.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, 25 Dec 2007 18:36:44 -0000 rwatson 2007-12-25 18:36:43 UTC FreeBSD src repository Modified files: sys/sys kernel.h Log: Add a new kernel startup event for DDB services, which will include DDB output capture, scripting, and textdumps. Revision Changes Path 1.138 +1 -0 src/sys/sys/kernel.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 18:40:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB84016A417; Tue, 25 Dec 2007 18:40:05 +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 9E2C713C465; Tue, 25 Dec 2007 18:40:05 +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 lBPIe5JB014158; Tue, 25 Dec 2007 18:40:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPIe5Zs014157; Tue, 25 Dec 2007 18:40:05 GMT (envelope-from rwatson) Message-Id: <200712251840.lBPIe5Zs014157@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 18:40: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/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: Tue, 25 Dec 2007 18:40:06 -0000 rwatson 2007-12-25 18:40:05 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to 800007 to reflect kdb_enter change. Revision Changes Path 1.321 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 19:51:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63B2716A417; Tue, 25 Dec 2007 19:51: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 1EFA113C4D9; Tue, 25 Dec 2007 19:51: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 lBPJpJd6027657; Tue, 25 Dec 2007 19:51:19 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPJpItS027656; Tue, 25 Dec 2007 19:51:19 GMT (envelope-from remko) Message-Id: <200712251951.lBPJpItS027656@repoman.freebsd.org> From: Remko Lodder Date: Tue, 25 Dec 2007 19:51: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/bge if_bge.c if_bgereg.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, 25 Dec 2007 19:51:19 -0000 remko 2007-12-25 19:51:18 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Add support for the BMC5722. Reported by: Chris Shenton on current@ Approved by: imp (mentor) Revision Changes Path 1.200 +1 -0 src/sys/dev/bge/if_bge.c 1.74 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 19:53:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 027A316A469; Tue, 25 Dec 2007 19:53:27 +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 B1DE013C448; Tue, 25 Dec 2007 19:53:26 +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 lBPJrQLT028637; Tue, 25 Dec 2007 19:53:26 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPJrQQR028636; Tue, 25 Dec 2007 19:53:26 GMT (envelope-from remko) Message-Id: <200712251953.lBPJrQQR028636@repoman.freebsd.org> From: Remko Lodder Date: Tue, 25 Dec 2007 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/share/man/man4 bge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2007 19:53:27 -0000 remko 2007-12-25 19:53:26 UTC FreeBSD src repository Modified files: share/man/man4 bge.4 Log: Mention support for the 5722 driver in bge.4 as well. Revision Changes Path 1.33 +3 -3 src/share/man/man4/bge.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 25 20:30:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B6A916A419; Tue, 25 Dec 2007 20:30:37 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02AE713C442; Tue, 25 Dec 2007 20:30:37 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPKUaj4039172; Tue, 25 Dec 2007 20:30:36 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPKUa51039171; Tue, 25 Dec 2007 20:30:36 GMT (envelope-from ache) Message-Id: <200712252030.lBPKUa51039171@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 25 Dec 2007 20:30: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/share/mklocale Makefile tr_TR.ISO8859-9.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, 25 Dec 2007 20:30:37 -0000 ache 2007-12-25 20:30:36 UTC FreeBSD src repository Modified files: share/mklocale Makefile Added files: share/mklocale tr_TR.ISO8859-9.src Log: Implement Turkish locale Submitted by: Ismail YENIGUL Revision Changes Path 1.66 +2 -2 src/share/mklocale/Makefile 1.1 +48 -0 src/share/mklocale/tr_TR.ISO8859-9.src (new) From owner-cvs-src@FreeBSD.ORG Tue Dec 25 21:17:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3EB816A46B; Tue, 25 Dec 2007 21:17:34 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89E1E13C442; Tue, 25 Dec 2007 21:17:34 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPLHY5E058260; Tue, 25 Dec 2007 21:17:34 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPLHY4D058259; Tue, 25 Dec 2007 21:17:34 GMT (envelope-from wkoszek) Message-Id: <200712252117.lBPLHY4D058259@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Tue, 25 Dec 2007 21:17: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/kern tty_cons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 21:17:34 -0000 wkoszek 2007-12-25 21:17:34 UTC FreeBSD src repository Modified files: sys/kern tty_cons.c Log: Rewrite kern.console handling in sbuf(9). My intention is to leave kern.console format as is. Thus, no difference in output format should appear after this commit. Reviewed by: cognet@ (mentor) Approved by: cognet@ (mentor) Revision Changes Path 1.140 +16 -21 src/sys/kern/tty_cons.c From owner-cvs-src@FreeBSD.ORG Tue Dec 25 21:19:10 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AD8D16A417; Tue, 25 Dec 2007 21:19:10 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E5D0913C467; Tue, 25 Dec 2007 21:19:09 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPLJ9Tr058326; Tue, 25 Dec 2007 21:19:09 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPLJ9V6058325; Tue, 25 Dec 2007 21:19:09 GMT (envelope-from ache) Message-Id: <200712252119.lBPLJ9V6058325@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 25 Dec 2007 21:19:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/timedef tr_TR.ISO8859-9.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, 25 Dec 2007 21:19:10 -0000 ache 2007-12-25 21:19:09 UTC FreeBSD src repository Modified files: share/timedef tr_TR.ISO8859-9.src Log: Just copy long months names to (alternative). Alternative means another form and not ASCIIsizing of month names. Revision Changes Path 1.5 +7 -7 src/share/timedef/tr_TR.ISO8859-9.src From owner-cvs-src@FreeBSD.ORG Tue Dec 25 21:21:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A61F16A419; Tue, 25 Dec 2007 21:21:27 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 21B9013C43E; Tue, 25 Dec 2007 21:21:27 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPLLQAD058907; Tue, 25 Dec 2007 21:21:26 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPLLQZg058906; Tue, 25 Dec 2007 21:21:26 GMT (envelope-from ache) Message-Id: <200712252121.lBPLLQZg058906@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 25 Dec 2007 21:21: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/share/colldef README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 21:21:27 -0000 ache 2007-12-25 21:21:26 UTC FreeBSD src repository Modified files: share/colldef README Log: Add reference to mnemonic char names Revision Changes Path 1.3 +1 -0 src/share/colldef/README From owner-cvs-src@FreeBSD.ORG Tue Dec 25 21:24:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA7516A41A; Tue, 25 Dec 2007 21:24:18 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9506513C447; Tue, 25 Dec 2007 21:24:18 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPLOIet059712; Tue, 25 Dec 2007 21:24:18 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPLOIPx059711; Tue, 25 Dec 2007 21:24:18 GMT (envelope-from ache) Message-Id: <200712252124.lBPLOIPx059711@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 25 Dec 2007 21:24: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/share/timedef tr_TR.UTF-8.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, 25 Dec 2007 21:24:18 -0000 ache 2007-12-25 21:24:18 UTC FreeBSD src repository Modified files: share/timedef tr_TR.UTF-8.src Log: Just copy long months names to alternative. Alternative does not means ASCIIsizing of months names. Revision Changes Path 1.2 +6 -6 src/share/timedef/tr_TR.UTF-8.src From owner-cvs-src@FreeBSD.ORG Tue Dec 25 21:51:04 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F9416A417; Tue, 25 Dec 2007 21:51:04 +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 11D4713C4F8; Tue, 25 Dec 2007 21:51:03 +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 996B620B9; Tue, 25 Dec 2007 22:50:54 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 7D0292099; Tue, 25 Dec 2007 22:50:54 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 5884E8449B; Tue, 25 Dec 2007 22:50:54 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Warner Losh References: <200712250622.lBP6MYEi069288@repoman.freebsd.org> Date: Tue, 25 Dec 2007 22:50:54 +0100 In-Reply-To: <200712250622.lBP6MYEi069288@repoman.freebsd.org> (Warner Losh's message of "Tue\, 25 Dec 2007 06\:22\:33 +0000 \(UTC\)") Message-ID: <868x3iigu9.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.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, 25 Dec 2007 21:51:04 -0000 Warner Losh writes: > Log: > Spring forward into the late 1970's [...] Now, now, let's not be too hasty... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Dec 25 22:26:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB81816A417; Tue, 25 Dec 2007 22:26:37 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 982E813C47E; Tue, 25 Dec 2007 22:26:37 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JTM00MDOKY7W370@mta2.srv.hcvlny.cv.net>; Tue, 25 Dec 2007 16:56:32 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id lBPLuUSA025337; Tue, 25 Dec 2007 16:56:31 -0500 Date: Tue, 25 Dec 2007 16:56:30 -0500 From: "Aryeh M. Friedman" In-reply-to: <868x3iigu9.fsf@ds4.des.no> To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= Message-id: <47717C8E.3000902@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8BIT X-Enigmail-Version: 0.95.5 References: <200712250622.lBP6MYEi069288@repoman.freebsd.org> <868x3iigu9.fsf@ds4.des.no> User-Agent: Thunderbird 2.0.0.9 (X11/20071217) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.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, 25 Dec 2007 22:26:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dag-Erling Smørgrav wrote: > Warner Losh writes: >> Log: >> Spring forward into the late 1970's [...] > > Now, now, let's not be too hasty... The whole lex/yacc structure should be done away with... what I mean is there is no reason in these days of good OO (and OO like in procedural langs) parsing methods that there is no excuse for "evil wizards" ("Pragmatic Programmer" Hunt/Thomas) - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHcXyOzIOMjAek4JIRAikVAJ4lxnzJDgxzUCODIW2068d3dq+wPQCeJ9DN lD5k9oheCLHKkQv7hMK1bWM= =6MEI -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Tue Dec 25 22:41:30 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CA0516A41A; Tue, 25 Dec 2007 22:41:30 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFBBB13C455; Tue, 25 Dec 2007 22:41:29 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBPMfTGv072074; Tue, 25 Dec 2007 22:41:29 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPMfThH072071; Tue, 25 Dec 2007 22:41:29 GMT (envelope-from wkoszek) Message-Id: <200712252241.lBPMfThH072071@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Tue, 25 Dec 2007 22:41: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/i386/conf GENERIC.hints src/sys/conf files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2007 22:41:30 -0000 wkoszek 2007-12-25 22:41:29 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC.hints sys/conf files.i386 Log: "vt" doesn't refer to any existing device anymore. Remove it. Reviewed by: cognet@ (mentor) Approved by: cognet@ (mentor) Revision Changes Path 1.591 +1 -1 src/sys/conf/files.i386 1.19 +0 -2 src/sys/i386/conf/GENERIC.hints From owner-cvs-src@FreeBSD.ORG Tue Dec 25 23:06:51 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADEDE16A417; Tue, 25 Dec 2007 23:06:51 +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 9327313C43E; Tue, 25 Dec 2007 23:06:51 +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 lBPN6pVa077087; Tue, 25 Dec 2007 23:06:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPN6pL4077086; Tue, 25 Dec 2007 23:06:51 GMT (envelope-from rwatson) Message-Id: <200712252306.lBPN6pL4077086@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 23:06: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/conf files src/sys/ddb db_capture.c db_command.c db_input.c db_main.c db_output.c ddb.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, 25 Dec 2007 23:06:51 -0000 rwatson 2007-12-25 23:06:51 UTC FreeBSD src repository Modified files: sys/conf files sys/ddb db_command.c db_input.c db_main.c db_output.c ddb.h Added files: sys/ddb db_capture.c Log: Add a new DDB(4) facility, output capture. Input and output from DDB may be captured to a memory buffer for later inspection using sysctl(8), or in the future, to a textdump. A new DDB command, "capture", is added, which accepts arguments "on", "off", "reset", and "status". A new DDB sysctl tree, debug.ddb.capture, is added, which can be used to resize the capture buffer and extract buffer contents. MFC after: 3 months Revision Changes Path 1.1258 +1 -0 src/sys/conf/files 1.1 +301 -0 src/sys/ddb/db_capture.c (new) 1.74 +1 -0 src/sys/ddb/db_command.c 1.37 +1 -0 src/sys/ddb/db_input.c 1.6 +3 -0 src/sys/ddb/db_main.c 1.38 +8 -0 src/sys/ddb/db_output.c 1.44 +15 -0 src/sys/ddb/ddb.h From owner-cvs-src@FreeBSD.ORG Tue Dec 25 23:09:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F3216A417; Tue, 25 Dec 2007 23:09:27 +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 3303413C458; Tue, 25 Dec 2007 23:09:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lBPN482A017131; Tue, 25 Dec 2007 16:04:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 25 Dec 2007 16:08:27 -0700 (MST) Message-Id: <20071225.160827.593006878.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: <868x3iigu9.fsf@ds4.des.no> References: <200712250622.lBP6MYEi069288@repoman.freebsd.org> <868x3iigu9.fsf@ds4.des.no> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.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, 25 Dec 2007 23:09:27 -0000 In message: <868x3iigu9.fsf@ds4.des.no> Dag-Erling_Sm=F8rgrav writes: : Warner Losh writes: : > Log: : > Spring forward into the late 1970's [...] : = : Now, now, let's not be too hasty... Well, I had wanted to wait the full 30 years... guess I jumped the gun a little, eh? Warner From owner-cvs-src@FreeBSD.ORG Tue Dec 25 23:25:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E14A16A418; Tue, 25 Dec 2007 23:25:05 +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 EF05113C44B; Tue, 25 Dec 2007 23:25: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 lBPNP4nP080222; Tue, 25 Dec 2007 23:25:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBPNP4Zm080221; Tue, 25 Dec 2007 23:25:04 GMT (envelope-from rwatson) Message-Id: <200712252325.lBPNP4Zm080221@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Dec 2007 23:25:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2007 23:25:05 -0000 rwatson 2007-12-25 23:25:04 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Document DDB capture facility. MFC after: 3 months Revision Changes Path 1.43 +34 -1 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 26 08:32:21 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC7E16A418; Wed, 26 Dec 2007 08:32:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 827CE13C4D1; Wed, 26 Dec 2007 08:32:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBQ8WLZd010650; Wed, 26 Dec 2007 08:32:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQ8WL9e010649; Wed, 26 Dec 2007 08:32:21 GMT (envelope-from edwin) Message-Id: <200712260832.lBQ8WL9e010649@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 26 Dec 2007 08:32: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/bin/cp cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 08:32:21 -0000 edwin 2007-12-26 08:32:20 UTC FreeBSD src repository Modified files: bin/cp cp.c Log: As suggested, replace earlier changed warnx() / exit() with an errx() Submitted by: Peter Jeremy Revision Changes Path 1.59 +3 -4 src/bin/cp/cp.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 08:41:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58CA116A421; Wed, 26 Dec 2007 08:41:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A89313C4E5; Wed, 26 Dec 2007 08:41:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBQ8fxav011979; Wed, 26 Dec 2007 08:41:59 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQ8fw8T011978; Wed, 26 Dec 2007 08:41:58 GMT (envelope-from thompsa) Message-Id: <200712260841.lBQ8fw8T011978@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 26 Dec 2007 08:41: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/net if_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 08:41:59 -0000 thompsa 2007-12-26 08:41:58 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error code and the ipsec code would continue to forward/deference the null mbuf. Found by: m0n0wall Reviewed by: bz MFC after: 3 days Revision Changes Path 1.8 +7 -0 src/sys/net/if_enc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 09:33:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8744316A417; Wed, 26 Dec 2007 09:33:19 +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 80B2E13C4CE; Wed, 26 Dec 2007 09:33:19 +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 lBQ9XJjQ039101; Wed, 26 Dec 2007 09:33:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQ9XJi7039100; Wed, 26 Dec 2007 09:33:19 GMT (envelope-from rwatson) Message-Id: <200712260933.lBQ9XJi7039100@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 09:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c db_script.c ddb.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, 26 Dec 2007 09:33:19 -0000 rwatson 2007-12-26 09:33:19 UTC FreeBSD src repository Modified files: sys/conf files sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c ddb.h Added files: sys/ddb db_script.c Log: Add a simple scripting facility to DDB(4), allowing the user to define a set of named scripts. Each script consists of a list of DDB commands separated by ";"s that will be executed verbatim. No higher level language constructs, such as branching, are provided for: scripts are executed by sequentially injecting commands into the DDB input buffer. Four new commands are present in DDB: "run" to run a specific script, "script" to define or print a script, "scripts" to list currently defined scripts, and "unscript" to delete a script, modeled on shell alias commands. Scripts may also be manipulated using sysctls in the debug.ddb.scripting MIB space, although users will prefer to use the soon-to-be-added ddb(8) tool for usability reasons. Scripts with certain names are automatically executed on various DDB events, such as entering the debugger via a panic, a witness error, watchdog, breakpoint, sysctl, serial break, etc, allowing customized handling. MFC after: 3 months Revision Changes Path 1.1259 +1 -0 src/sys/conf/files 1.75 +31 -5 src/sys/ddb/db_command.c 1.14 +1 -0 src/sys/ddb/db_command.h 1.23 +30 -1 src/sys/ddb/db_lex.c 1.15 +7 -4 src/sys/ddb/db_lex.h 1.7 +3 -0 src/sys/ddb/db_main.c 1.1 +564 -0 src/sys/ddb/db_script.c (new) 1.45 +29 -0 src/sys/ddb/ddb.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 09:38:22 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4E2216A41A; Wed, 26 Dec 2007 09:38: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 E02FD13C465; Wed, 26 Dec 2007 09:38: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 lBQ9cMH2039770; Wed, 26 Dec 2007 09:38:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQ9cMmq039769; Wed, 26 Dec 2007 09:38:22 GMT (envelope-from rwatson) Message-Id: <200712260938.lBQ9cMmq039769@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 09:38: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 Makefile src/sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_script.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 09:38:23 -0000 rwatson 2007-12-26 09:38:22 UTC FreeBSD src repository Modified files: sbin Makefile Added files: sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_script.c Log: Add command-line tool ddb(8), which allows DDB(4) scripts to be managed from userspace. It is largely a wrapper for sysctl() calls, but because the sysctls for adding and removing scripts are awkward to use directly, this provides an easier-to-use interface. MFC after: 3 months Revision Changes Path 1.169 +1 -0 src/sbin/Makefile 1.1 +8 -0 src/sbin/ddb/Makefile (new) 1.1 +106 -0 src/sbin/ddb/ddb.8 (new) 1.1 +67 -0 src/sbin/ddb/ddb.c (new) 1.1 +37 -0 src/sbin/ddb/ddb.h (new) 1.1 +160 -0 src/sbin/ddb/ddb_script.c (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 26 09:45:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C08116A418; Wed, 26 Dec 2007 09:45:35 +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 3013513C43E; Wed, 26 Dec 2007 09:45:35 +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 lBQ9jZS5041498; Wed, 26 Dec 2007 09:45:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQ9jZjJ041497; Wed, 26 Dec 2007 09:45:35 GMT (envelope-from rwatson) Message-Id: <200712260945.lBQ9jZjJ041497@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 09:45: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/share/man/man4 ddb.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, 26 Dec 2007 09:45:35 -0000 rwatson 2007-12-26 09:45:34 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Add description of 'debug.ddb.capture.data' sysctl to DBD output capture section, missed in previous commit. MFC after: 3 months Revision Changes Path 1.44 +4 -0 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 26 09:51:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AA116A418; Wed, 26 Dec 2007 09:51:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 549BF13C442; Wed, 26 Dec 2007 09:51:38 +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 lBQ9pckE042305; Wed, 26 Dec 2007 09:51:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQ9pcva042304; Wed, 26 Dec 2007 09:51:38 GMT (envelope-from rwatson) Message-Id: <200712260951.lBQ9pcva042304@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 09:51:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ddb.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, 26 Dec 2007 09:51:38 -0000 rwatson 2007-12-26 09:51:38 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Add SCRIPTING section to describe new DDB scripting facilities. Update copyright. Revision Changes Path 1.45 +147 -2 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 26 10:34:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE50016A418; Wed, 26 Dec 2007 10:34:27 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 933E613C457; Wed, 26 Dec 2007 10:34:27 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBQAYRVi069638; Wed, 26 Dec 2007 10:34:27 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQAYRiX069635; Wed, 26 Dec 2007 10:34:27 GMT (envelope-from sobomax) Message-Id: <200712261034.lBQAYRiX069635@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 26 Dec 2007 10:34: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/lib/libstand bzipfs.c gzipfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 10:34:27 -0000 sobomax 2007-12-26 10:34:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libstand bzipfs.c gzipfs.c Log: MFC: properly handle BZ_STREAM_END/Z_STREAM_END. Revision Changes Path 1.7.2.1 +45 -1 src/lib/libstand/bzipfs.c 1.13.8.1 +3 -1 src/lib/libstand/gzipfs.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 10:51:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 857A216A468; Wed, 26 Dec 2007 10:51:08 +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 6A7DC13C4EA; Wed, 26 Dec 2007 10:51:08 +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 lBQAp8Ud075540; Wed, 26 Dec 2007 10:51:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQAp8IN075539; Wed, 26 Dec 2007 10:51:08 GMT (envelope-from rwatson) Message-Id: <200712261051.lBQAp8IN075539@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 10:51:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_script.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 10:51:08 -0000 rwatson 2007-12-26 10:51:08 UTC FreeBSD src repository Modified files: sys/ddb db_script.c Log: Remove duplicate $FreeBSD$ that snuck in. MFC after: 3 months Revision Changes Path 1.2 +0 -2 src/sys/ddb/db_script.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 10:57:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E03BB16A418; Wed, 26 Dec 2007 10:57:35 +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 C582713C459; Wed, 26 Dec 2007 10:57:35 +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 lBQAvZxu078765; Wed, 26 Dec 2007 10:57:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQAvZMO078764; Wed, 26 Dec 2007 10:57:35 GMT (envelope-from rwatson) Message-Id: <200712261057.lBQAvZMO078764@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 10:57: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/sys kerneldump.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, 26 Dec 2007 10:57:36 -0000 rwatson 2007-12-26 10:57:35 UTC FreeBSD src repository Modified files: sys/sys kerneldump.h Log: Define a new kernel dump "architecture", TEXTDUMPMAGIC, which is used to identify textdumps in the swap/dump partition. While textdumps aren't really an architecture, they are architecture-neutral and so don't really correspond to any existing architecture. Define a version number for textdumps, KERNELDUMP_TEXT_VERSION, of 1. MFC after: 3 months Revision Changes Path 1.10 +2 -0 src/sys/sys/kerneldump.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 11:32:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9843E16A419; Wed, 26 Dec 2007 11:32:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5A913C461; Wed, 26 Dec 2007 11:32:33 +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 lBQBWXiH092734; Wed, 26 Dec 2007 11:32:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQBWXnU092733; Wed, 26 Dec 2007 11:32:33 GMT (envelope-from rwatson) Message-Id: <200712261132.lBQBWXnU092733@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 11:32:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/ddb db_capture.c db_command.c db_textdump.c ddb.h src/sys/kern kern_shutdown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 11:32:33 -0000 rwatson 2007-12-26 11:32:33 UTC FreeBSD src repository Modified files: sys/conf files sys/ddb db_capture.c db_command.c ddb.h sys/kern kern_shutdown.c Added files: sys/ddb db_textdump.c Log: Add textdump(4) facility, which provides an alternative form of kernel dump using mechanically generated/extracted debugging output rather than a simple memory dump. Current sources of debugging output are: - DDB output capture buffer, if there is captured output to save - Kernel message buffer - Kernel configuration, if included in kernel - Kernel version string - Panic message Textdumps are stored in swap/dump partitions as with regular dumps, but are laid out as ustar files in order to allow multiple parts to be stored as a stream of sequentially written blocks. Blocks are written out in reverse order, as the size of a textdump isn't known a priori. As with regular dumps, they will be extracted using savecore(8). One new DDB(4) command is added, "textdump", which accepts "set", "unset", and "status" arguments. By default, normal kernel dumps are generated unless "textdump set" is run in order to schedule a textdump. It can be canceled using "textdump unset" to restore generation of a normal kernel dump. Several sysctls exist to configure aspects of textdumps; debug.ddb.textdump.pending can be set to check whether a textdump is pending, or set/unset in order to control whether the next kernel dump will be a textdump from userspace. While textdumps don't have to be generated as a result of a DDB script run automatically as part of a kernel panic, this is a particular useful way to use them, as instead of generating a complete memory dump, a simple transcript of an automated DDB session can be captured using the DDB output capture and textdump facilities. This can be used to generate quite brief kernel bug reports rich in debugging information but not dependent on kernel symbol tables or precisely synchronized source code. Most textdumps I generate are less than 100k including the full message buffer. Using textdumps with an interactive debugging session is also useful, with capture being enabled/disabled in order to record some but not all of the DDB session. MFC after: 3 months Revision Changes Path 1.1260 +1 -0 src/sys/conf/files 1.2 +55 -3 src/sys/ddb/db_capture.c 1.76 +1 -0 src/sys/ddb/db_command.c 1.1 +555 -0 src/sys/ddb/db_textdump.c (new) 1.46 +23 -0 src/sys/ddb/ddb.h 1.187 +9 -1 src/sys/kern/kern_shutdown.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 11:35:07 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B387A16A41A; Wed, 26 Dec 2007 11:35: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 9900F13C45A; Wed, 26 Dec 2007 11:35: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 lBQBZ7uU095110; Wed, 26 Dec 2007 11:35:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQBZ7ie095109; Wed, 26 Dec 2007 11:35:07 GMT (envelope-from rwatson) Message-Id: <200712261135.lBQBZ7ie095109@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 11:35:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile ddb.4 textdump.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, 26 Dec 2007 11:35:07 -0000 rwatson 2007-12-26 11:35:07 UTC FreeBSD src repository Modified files: share/man/man4 Makefile ddb.4 Added files: share/man/man4 textdump.4 Log: Add textdump(4) man page to describe the textdump facility and provide some stock formulas for use. Update ddb(4) to reference the textdump(4) page, list the textdump commands, and suggest using them with scripts and output capture. Update HISTORY section. Hook up textdump(4) to build. MFC after: 3 months Revision Changes Path 1.401 +1 -0 src/share/man/man4/Makefile 1.46 +31 -0 src/share/man/man4/ddb.4 1.1 +162 -0 src/share/man/man4/textdump.4 (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 26 11:42:11 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F86E16A417; Wed, 26 Dec 2007 11:42:11 +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 1557813C44B; Wed, 26 Dec 2007 11:42:11 +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 lBQBgARn096286; Wed, 26 Dec 2007 11:42:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQBgAZ9096284; Wed, 26 Dec 2007 11:42:10 GMT (envelope-from rwatson) Message-Id: <200712261142.lBQBgAZ9096284@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 11:42:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/savecore savecore.8 savecore.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 11:42:11 -0000 rwatson 2007-12-26 11:42:10 UTC FreeBSD src repository Modified files: sbin/savecore savecore.8 savecore.c Log: Teach savecore(8) how to extract textdump(4) dumps. Update savecore(8) man page to reflect textdump additions. MFC after: 3 months Revision Changes Path 1.26 +11 -0 src/sbin/savecore/savecore.8 1.79 +160 -79 src/sbin/savecore/savecore.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 12:06:54 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D039416A421; Wed, 26 Dec 2007 12:06:54 +0000 (UTC) Date: Wed, 26 Dec 2007 12:06:54 +0000 From: Alexey Dokuchaev To: Ken Smith Message-ID: <20071226120654.GA39223@FreeBSD.org> References: <200712220629.lBM6TDoD055529@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712220629.lBM6TDoD055529@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 12:06:54 -0000 On Sat, Dec 22, 2007 at 06:29:13AM +0000, Ken Smith wrote: > kensmith 2007-12-22 06:29:13 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > release Makefile > Log: > MFC v1.887.2.22: > > > Add support for disc3. Depending on architecture the combination of > > kde3 and gnome2 is at least 670Mb which would mean if we stick with > > just disc1/disc2 the only packages we could provide on the iso's > > would be X11, kde3, and gnome2... Maybe I missed it, but will 7.0/6.3 be released as 700M images, or still as an old-school 650M ones? ./danfe From owner-cvs-src@FreeBSD.ORG Wed Dec 26 12:18:21 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FE0416A41A; Wed, 26 Dec 2007 12:18:21 +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 763CA13C442; Wed, 26 Dec 2007 12:18:21 +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 lBQCILHE011880; Wed, 26 Dec 2007 12:18:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQCILRF011878; Wed, 26 Dec 2007 12:18:21 GMT (envelope-from rwatson) Message-Id: <200712261218.lBQCILRF011878@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 12:18:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ddb.4 textdump.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, 26 Dec 2007 12:18:21 -0000 rwatson 2007-12-26 12:18:21 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 textdump.4 Log: Minor formatting tweaks; recommend "call doadump; reset" over "panic" from a script as the DDB panic command is unreliable. MFC after: 3 months Revision Changes Path 1.47 +2 -2 src/share/man/man4/ddb.4 1.2 +4 -4 src/share/man/man4/textdump.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 26 12:20:20 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C45016A468; Wed, 26 Dec 2007 12:20:20 +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 E6FB613C46B; Wed, 26 Dec 2007 12:20:19 +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 lBQCKJHX012109; Wed, 26 Dec 2007 12:20:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQCKJfD012108; Wed, 26 Dec 2007 12:20:19 GMT (envelope-from rwatson) Message-Id: <200712261220.lBQCKJfD012108@repoman.freebsd.org> From: Robert Watson Date: Wed, 26 Dec 2007 12:20:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ddb ddb.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 12:20:20 -0000 rwatson 2007-12-26 12:20:19 UTC FreeBSD src repository Modified files: sbin/ddb ddb.8 Log: Minor formatting tweaks. Point at ddb(4) and textdump(4) man pages for more script examples. MFC after: 3 months Revision Changes Path 1.2 +10 -3 src/sbin/ddb/ddb.8 From owner-cvs-src@FreeBSD.ORG Wed Dec 26 14:31:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F217316A417; Wed, 26 Dec 2007 14:31:16 +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 D8F5513C45A; Wed, 26 Dec 2007 14:31:16 +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 lBQEVGEF073446; Wed, 26 Dec 2007 14:31:16 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQEVGDs073444; Wed, 26 Dec 2007 14:31:16 GMT (envelope-from rpaulo) Message-Id: <200712261431.lBQEVGDs073444@repoman.freebsd.org> From: Rui Paulo Date: Wed, 26 Dec 2007 14:31:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 14:31:17 -0000 rpaulo 2007-12-26 14:31:16 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Sync with rev 1.63 of NetBSD's ums.c: If a mouse has both a wheel and a Z direction we report both. XXX Due to tradition the wheel is reported as the Z direction (and the Z direction as W). Now Apple's Mighty Mouse is fully supported, except the X11 mouse driver doesn't know what to do with the new coordinate. MFC after: 3 months Approved by: njl (mentor), imp Revision Changes Path 1.97 +49 -14 src/sys/dev/usb/ums.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 16:16:11 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1437A16A46C; Wed, 26 Dec 2007 16:16:11 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id A513A13C448; Wed, 26 Dec 2007 16:16:10 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [128.205.32.76] (bauer.cse.buffalo.edu [128.205.32.76]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id lBQGG0RS020249 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 26 Dec 2007 11:16:04 -0500 (EST) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: Alexey Dokuchaev In-Reply-To: <20071226120654.GA39223@FreeBSD.org> References: <200712220629.lBM6TDoD055529@repoman.freebsd.org> <20071226120654.GA39223@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9EStz25SCNrSCmUTgOJS" Organization: U. Buffalo CSE Department Date: Wed, 26 Dec 2007 11:16:00 -0500 Message-Id: <1198685760.37266.0.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1335; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 16:16:11 -0000 --=-9EStz25SCNrSCmUTgOJS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-12-26 at 12:06 +0000, Alexey Dokuchaev wrote: > On Sat, Dec 22, 2007 at 06:29:13AM +0000, Ken Smith wrote: > > kensmith 2007-12-22 06:29:13 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_7) > > release Makefile=20 > > Log: > > MFC v1.887.2.22: > > =20 > > > Add support for disc3. Depending on architecture the combination o= f > > > kde3 and gnome2 is at least 670Mb which would mean if we stick with > > > just disc1/disc2 the only packages we could provide on the iso's > > > would be X11, kde3, and gnome2... >=20 > Maybe I missed it, but will 7.0/6.3 be released as 700M images, or still > as an old-school 650M ones? >=20 > ./danfe 700M images. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-9EStz25SCNrSCmUTgOJS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHcn42/G14VSmup/YRAkjwAJ45pht1HGlBnTnf6r96Y5vtBaEgqACgk2aZ XiDUOIfj9Ukalv7oEgbG5nA= =t+sF -----END PGP SIGNATURE----- --=-9EStz25SCNrSCmUTgOJS-- From owner-cvs-src@FreeBSD.ORG Wed Dec 26 16:45:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F99C16A418; Wed, 26 Dec 2007 16:45:36 +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 55F6613C448; Wed, 26 Dec 2007 16:45:36 +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 lBQGjat3029631; Wed, 26 Dec 2007 16:45:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQGjaxx029630; Wed, 26 Dec 2007 16:45:36 GMT (envelope-from imp) Message-Id: <200712261645.lBQGjaxx029630@repoman.freebsd.org> From: Warner Losh Date: Wed, 26 Dec 2007 16:45: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/sys copyright.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, 26 Dec 2007 16:45:36 -0000 imp 2007-12-26 16:45:36 UTC FreeBSD src repository Modified files: sys/sys copyright.h Log: Update to 2008. MFC After: 1s Revision Changes Path 1.26 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 16:46:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF9B616A419; Wed, 26 Dec 2007 16:46:47 +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 D5AE413C461; Wed, 26 Dec 2007 16:46:47 +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 lBQGklBG030180; Wed, 26 Dec 2007 16:46:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQGkliI030179; Wed, 26 Dec 2007 16:46:47 GMT (envelope-from imp) Message-Id: <200712261646.lBQGkliI030179@repoman.freebsd.org> From: Warner Losh Date: Wed, 26 Dec 2007 16:46: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/sys/sys copyright.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, 26 Dec 2007 16:46:48 -0000 imp 2007-12-26 16:46:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys copyright.h Log: MFC: Update to 2008. Approved by: re@ (kensmith) Revision Changes Path 1.25.2.1 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 16:47:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D6216A421; Wed, 26 Dec 2007 16:47:43 +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 5008913C465; Wed, 26 Dec 2007 16:47:43 +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 lBQGlhtU039113; Wed, 26 Dec 2007 16:47:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQGlhca039112; Wed, 26 Dec 2007 16:47:43 GMT (envelope-from imp) Message-Id: <200712261647.lBQGlhca039112@repoman.freebsd.org> From: Warner Losh Date: Wed, 26 Dec 2007 16:47:43 +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/sys copyright.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, 26 Dec 2007 16:47:43 -0000 imp 2007-12-26 16:47:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/sys copyright.h Log: MFC: Update to 2008. Approved by: re@ (kensmith) Revision Changes Path 1.25.4.1 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 16:48:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491DF16A419; Wed, 26 Dec 2007 16:48:33 +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 2F66613C4CC; Wed, 26 Dec 2007 16:48:33 +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 lBQGmXJB039157; Wed, 26 Dec 2007 16:48:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQGmX0p039156; Wed, 26 Dec 2007 16:48:33 GMT (envelope-from imp) Message-Id: <200712261648.lBQGmX0p039156@repoman.freebsd.org> From: Warner Losh Date: Wed, 26 Dec 2007 16:48:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys copyright.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, 26 Dec 2007 16:48:33 -0000 imp 2007-12-26 16:48:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys copyright.h Log: MFC: Update to 2008. Approved by: re@ (kensmith) Revision Changes Path 1.19.2.5 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 16:49:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F10C16A419; Wed, 26 Dec 2007 16:49:12 +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 7552E13C455; Wed, 26 Dec 2007 16:49:12 +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 lBQGnCn2039208; Wed, 26 Dec 2007 16:49:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQGnCE4039207; Wed, 26 Dec 2007 16:49:12 GMT (envelope-from imp) Message-Id: <200712261649.lBQGnCE4039207@repoman.freebsd.org> From: Warner Losh Date: Wed, 26 Dec 2007 16:49:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/sys/sys copyright.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, 26 Dec 2007 16:49:12 -0000 imp 2007-12-26 16:49:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) sys/sys copyright.h Log: MFC: Update to 2008. Approved by: re@ (kensmith) Revision Changes Path 1.19.2.4.2.1 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 18:49:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C77016A41A; Wed, 26 Dec 2007 18:49:13 +0000 (UTC) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green.homeunix.org [66.92.150.152]) by mx1.freebsd.org (Postfix) with ESMTP id 573E813C478; Wed, 26 Dec 2007 18:49:13 +0000 (UTC) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.14.2/8.14.1) with ESMTP id lBQIIpMl025852; Wed, 26 Dec 2007 13:18:51 -0500 (EST) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.14.2/8.14.1/Submit) id lBQIIo6k025851; Wed, 26 Dec 2007 13:18:50 -0500 (EST) (envelope-from green) Date: Wed, 26 Dec 2007 13:18:50 -0500 From: Brian Fundakowski Feldman To: Robert Watson Message-ID: <20071226181850.GA6300@green.homeunix.org> References: <200712260933.lBQ9XJi7039100@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712260933.lBQ9XJi7039100@repoman.freebsd.org> 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/conf files src/sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c db_script.c ddb.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, 26 Dec 2007 18:49:13 -0000 On Wed, Dec 26, 2007 at 09:33:19AM +0000, Robert Watson wrote: > Add a simple scripting facility to DDB(4), allowing the user to > define a set of named scripts. Each script consists of a list of DDB > commands separated by ";"s that will be executed verbatim. No higher > level language constructs, such as branching, are provided for: > scripts are executed by sequentially injecting commands into the DDB > input buffer. > > Four new commands are present in DDB: "run" to run a specific script, > "script" to define or print a script, "scripts" to list currently > defined scripts, and "unscript" to delete a script, modeled on shell > alias commands. Scripts may also be manipulated using sysctls in the > debug.ddb.scripting MIB space, although users will prefer to use the > soon-to-be-added ddb(8) tool for usability reasons. > > Scripts with certain names are automatically executed on various DDB > events, such as entering the debugger via a panic, a witness error, > watchdog, breakpoint, sysctl, serial break, etc, allowing customized > handling. Wow, very cool debugging feature! Any more sweet DDB features in the pipeline? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Wed Dec 26 19:07:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: by hub.freebsd.org (Postfix, from userid 1033) id 4932916A419; Wed, 26 Dec 2007 19:07:49 +0000 (UTC) Date: Wed, 26 Dec 2007 19:07:49 +0000 From: Alexey Dokuchaev To: Ken Smith Message-ID: <20071226190749.GA7462@FreeBSD.org> References: <200712220629.lBM6TDoD055529@repoman.freebsd.org> <20071226120654.GA39223@FreeBSD.org> <1198685760.37266.0.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1198685760.37266.0.camel@bauer.cse.buffalo.edu> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Ken Smith , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 19:07:49 -0000 On Wed, Dec 26, 2007 at 11:16:00AM -0500, Ken Smith wrote: > > On Wed, 2007-12-26 at 12:06 +0000, Alexey Dokuchaev wrote: > > On Sat, Dec 22, 2007 at 06:29:13AM +0000, Ken Smith wrote: > > > kensmith 2007-12-22 06:29:13 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_7) > > > release Makefile > > > Log: > > > MFC v1.887.2.22: > > > > > > > Add support for disc3. Depending on architecture the combination of > > > > kde3 and gnome2 is at least 670Mb which would mean if we stick with > > > > just disc1/disc2 the only packages we could provide on the iso's > > > > would be X11, kde3, and gnome2... > > > > Maybe I missed it, but will 7.0/6.3 be released as 700M images, or still > > as an old-school 650M ones? > > > > ./danfe > > 700M images. Cool. Good to know. Thanks. ./danfe From owner-cvs-src@FreeBSD.ORG Wed Dec 26 19:15:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 123F516A469; Wed, 26 Dec 2007 19:15:08 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E757E13C44B; Wed, 26 Dec 2007 19:15: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 lBQJF7mZ099585; Wed, 26 Dec 2007 19:15:07 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQJF786099584; Wed, 26 Dec 2007 19:15:07 GMT (envelope-from mav) Message-Id: <200712261915.lBQJF786099584@repoman.freebsd.org> From: Alexander Motin Date: Wed, 26 Dec 2007 19:15:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_pppoe.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, 26 Dec 2007 19:15:08 -0000 mav 2007-12-26 19:15:07 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.h Log: Remove some prehistoric never used defines. Revision Changes Path 1.25 +0 -5 src/sys/netgraph/ng_pppoe.h From owner-cvs-src@FreeBSD.ORG Wed Dec 26 19:15:58 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC2FC16A49E; Wed, 26 Dec 2007 19:15:58 +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 CCB4213C4F6; Wed, 26 Dec 2007 19:15:58 +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 lBQJFwtS000198; Wed, 26 Dec 2007 19:15:58 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQJFweO000197; Wed, 26 Dec 2007 19:15:58 GMT (envelope-from marcel) Message-Id: <200712261915.lBQJFweO000197@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 26 Dec 2007 19:15: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/boot/powerpc/ofw Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 19:15:59 -0000 marcel 2007-12-26 19:15:58 UTC FreeBSD src repository Modified files: sys/boot/powerpc/ofw Makefile Log: "FreeBSD/Open Firmware/PowerPC ..." is confusing and non-standard. Use "FreeBSD/powerpc Open Firmware ..." instead. Revision Changes Path 1.21 +1 -1 src/sys/boot/powerpc/ofw/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 26 19:33:54 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86F4D16A41A; Wed, 26 Dec 2007 19:33: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 6725613C4D1; Wed, 26 Dec 2007 19:33: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 lBQJXsbx005920; Wed, 26 Dec 2007 19:33:54 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQJXrfU005918; Wed, 26 Dec 2007 19:33:53 GMT (envelope-from mav) Message-Id: <200712261933.lBQJXrfU005918@repoman.freebsd.org> From: Alexander Motin Date: Wed, 26 Dec 2007 19:33: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/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 19:33:54 -0000 mav 2007-12-26 19:33:53 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Fix incorrectly placed bracket in pppoe_find_svc(). Revision Changes Path 1.87 +1 -1 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 21:51:00 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6116F16A417; Wed, 26 Dec 2007 21:51:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57A3C13C459; Wed, 26 Dec 2007 21:51:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBQLoxCE069185; Wed, 26 Dec 2007 21:50:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBQLoxMi069183; Wed, 26 Dec 2007 21:50:59 GMT (envelope-from marius) Message-Id: <200712262150.lBQLoxMi069183@repoman.freebsd.org> From: Marius Strobl Date: Wed, 26 Dec 2007 21:50:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Dec 2007 21:51:00 -0000 marius 2007-12-26 21:50:59 UTC FreeBSD src repository Modified files: sys/dev/pci pci_user.c Log: Fix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compatibility code: - Use the correct offsets when copying out the results of PCIOCGETCONF_OLD. This happened to not affect the 64-bit architectures because there the addition of pc_domain to struct pcisel didn't change the overall size of struct pci_conf. [1] - Always copy the name and unit information to conf_old so it's also part of the output once this information is cached in dinfo. - Use the correct type for flags in struct pci_match_conf_old. This change is more or less cosmetic though. Reported and tested by: bde [1] Reviewed by: imp MFC after: 3 days Committed from: 24C3 Revision Changes Path 1.25 +9 -12 src/sys/dev/pci/pci_user.c From owner-cvs-src@FreeBSD.ORG Wed Dec 26 23:37:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B7B116A468; Wed, 26 Dec 2007 23:37:02 +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 646FB13C459; Wed, 26 Dec 2007 23:37:02 +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 C99394767F; Wed, 26 Dec 2007 18:37:01 -0500 (EST) Date: Wed, 26 Dec 2007 23:37:01 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Brian Fundakowski Feldman In-Reply-To: <20071226181850.GA6300@green.homeunix.org> Message-ID: <20071226233301.K59006@fledge.watson.org> References: <200712260933.lBQ9XJi7039100@repoman.freebsd.org> <20071226181850.GA6300@green.homeunix.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/conf files src/sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c db_script.c ddb.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, 26 Dec 2007 23:37:02 -0000 On Wed, 26 Dec 2007, Brian Fundakowski Feldman wrote: > Wow, very cool debugging feature! Any more sweet DDB features in the > pipeline? Thanks! DDB capture output, scripting, and textdumps were pretty much what I had in the queue for DDB at this point. I'll see if I can't come up with some stuff, and look forward to hearing about how people use these ones. I'll also happily accept bug reports... Textdumps should open up the door for some interesting things in terms of bug management--I'd love to see someone put together some rc.d/rc.conf parts to do automated crash report submission (disabled by default, of course) and a database to hold the results. I suspect a moderate number of panic reports are lost on the basis that filing a proper bug report is fairly difficult (get out kgdb, etc), or that the boxes quietly reboot and the core dumps rot on disk (to be deleted when space runs out). Perhaps hoovering up those textdumps, especially if we can correlate them with one another using some automated processing, might be quite informative. Or just a good time sink :-). Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Thu Dec 27 03:52:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2F2B16A41B; Thu, 27 Dec 2007 03:52:15 +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 A8FEE13C458; Thu, 27 Dec 2007 03:52:15 +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 lBR3qF87029289; Thu, 27 Dec 2007 03:52:15 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBR3qFe9029281; Thu, 27 Dec 2007 03:52:15 GMT (envelope-from alc) Message-Id: <200712270352.lBR3qFe9029281@repoman.freebsd.org> From: Alan Cox Date: Thu, 27 Dec 2007 03:52: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/sparc64/sparc64 pmap.c tsb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2007 03:52:15 -0000 alc 2007-12-27 03:52:15 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c tsb.c Log: Update two tracepoints, i.e., CTRx() invocations, to reflect the demise of page coloring a few months ago. Revision Changes Path 1.169 +2 -3 src/sys/sparc64/sparc64/pmap.c 1.40 +2 -3 src/sys/sparc64/sparc64/tsb.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 04:47:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F31F16A41A; Thu, 27 Dec 2007 04:47:06 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 43AD513C457; Thu, 27 Dec 2007 04:47:06 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C16F31A4D7C; Wed, 26 Dec 2007 20:45:14 -0800 (PST) Date: Wed, 26 Dec 2007 20:45:14 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20071227044514.GL16982@elvis.mu.org> References: <200712260933.lBQ9XJi7039100@repoman.freebsd.org> <20071226181850.GA6300@green.homeunix.org> <20071226233301.K59006@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071226233301.K59006@fledge.watson.org> User-Agent: Mutt/1.4.2.3i Cc: Brian Fundakowski Feldman , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c db_script.c ddb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 04:47:06 -0000 * Robert Watson [071226 15:35] wrote: > > On Wed, 26 Dec 2007, Brian Fundakowski Feldman wrote: > > >Wow, very cool debugging feature! Any more sweet DDB features in the > >pipeline? > > Thanks! DDB capture output, scripting, and textdumps were pretty much what > I had in the queue for DDB at this point. I'll see if I can't come up with > some stuff, and look forward to hearing about how people use these ones. > I'll also happily accept bug reports... > > Textdumps should open up the door for some interesting things in terms of > bug management--I'd love to see someone put together some rc.d/rc.conf > parts to do automated crash report submission (disabled by default, of > course) and a database to hold the results. I suspect a moderate number of > panic reports are lost on the basis that filing a proper bug report is > fairly difficult (get out kgdb, etc), or that the boxes quietly reboot and > the core dumps rot on disk (to be deleted when space runs out). Perhaps > hoovering up those textdumps, especially if we can correlate them with one > another using some automated processing, might be quite informative. Or > just a good time sink :-). I would love to see nicer ddb help, like: db> help bt - show thread backtrace x - examine data at address (example formats) ... db> help show more infos... -Alfred From owner-cvs-src@FreeBSD.ORG Thu Dec 27 10:00:58 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C994016A419; Thu, 27 Dec 2007 10:00:58 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E59A13C455; Thu, 27 Dec 2007 10:00:58 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBRA0wqu001371; Thu, 27 Dec 2007 10:00:58 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRA0wVI001370; Thu, 27 Dec 2007 10:00:58 GMT (envelope-from mux) Message-Id: <200712271000.lBRA0wVI001370@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 27 Dec 2007 10:00: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/net route.c route.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 10:00:58 -0000 mux 2007-12-27 10:00:58 UTC FreeBSD src repository Modified files: sys/net route.c route.h Log: Add a workaround for a deadlock between the rt_setgate() and rt_check() functions. It is easily triggered by running routed, and, I expect, by running any other daemon that uses routing sockets. Reviewed by: net@ MFC after: 1 week Revision Changes Path 1.125 +10 -1 src/sys/net/route.c 1.68 +1 -0 src/sys/net/route.h From owner-cvs-src@FreeBSD.ORG Thu Dec 27 11:33:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A4916A419; Thu, 27 Dec 2007 11:33:43 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3995313C45D; Thu, 27 Dec 2007 11:33:43 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBRBXhSg038892; Thu, 27 Dec 2007 11:33:43 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRBXhjY038891; Thu, 27 Dec 2007 11:33:43 GMT (envelope-from dds) Message-Id: <200712271133.lBRBXhjY038891@repoman.freebsd.org> From: Diomidis Spinellis Date: Thu, 27 Dec 2007 11:33: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/bin/mv mv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2007 11:33:43 -0000 dds 2007-12-27 11:33:42 UTC FreeBSD src repository Modified files: bin/mv mv.c Log: - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, and follow the letter of the POSIX specification. - Moving a directory to an existing non-empty directory will now fail, as required. - Improve consistency and remove some style bugs of earlier versions. This version passes all tests of tools/regression/bin/mv/regress.sh 1.6 Reviewed by: bde MFC after: 1 month Revision Changes Path 1.50 +70 -96 src/bin/mv/mv.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 12:17:45 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D156E16A417; Thu, 27 Dec 2007 12:17:45 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A673613C458; Thu, 27 Dec 2007 12:17:45 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBRCHj5l056998; Thu, 27 Dec 2007 12:17:45 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRCHj0d056997; Thu, 27 Dec 2007 12:17:45 GMT (envelope-from simon) Message-Id: <200712271217.lBRCHj0d056997@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 27 Dec 2007 12:17: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/tools/tools/nanobsd nanobsd.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: Thu, 27 Dec 2007 12:17:45 -0000 simon 2007-12-27 12:17:45 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: - Fix calculation of data slice size when NANO_DATASIZE=-1. Due to a typo, setting NANO_DATASIZE=-1 resulted in the data slice being the same size as entire image instead of the size of the remaining space on the image. - Fix detection of overcommit of the slices. This fix mainly result in a nicer error than when newfs etc. tries to write beyond the end of the disk image. MFC after: 2 weeks X-MFC after: RELENG_7 is open again Revision Changes Path 1.29 +2 -2 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Thu Dec 27 16:38:29 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77AF516A421; Thu, 27 Dec 2007 16:38:29 +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 6BBC013C45A; Thu, 27 Dec 2007 16:38:29 +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 lBRGcTd7071267; Thu, 27 Dec 2007 16:38:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRGcTu9071266; Thu, 27 Dec 2007 16:38:29 GMT (envelope-from imp) Message-Id: <200712271638.lBRGcTu9071266@repoman.freebsd.org> From: Warner Losh Date: Thu, 27 Dec 2007 16:38: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/kern vfs_bio.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 16:38:29 -0000 imp 2007-12-27 16:38:29 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c vfs_mount.c Log: A partial solution to some of the 'pull the umass device with a mounted FS' problems. These are more along the lines of 'avoiding an avoidable panic' than a complete solution to removable devices. We now close the barn door after the horse has gotten lose and has been hit by a truck, as it were. The barn no longer catches fire in this case, but the horse is still dead :-). The vfs_bio.c fix causes us not to put a failed write back into the dirty pool if the error returned was ENXIO. In that case, the buffer is treated like any other clean buffer that's being retured. ENXIO means the device isn't there anymore and will never be there again in the future, so retrying is futile. The vfs_mount.c fix treats 'ENXIO' as success for unmounting a file system. If the device is gone, retrying later won't help and we'll never be able to unmount the device. These two are part of a larger patch set submitted by the author. The other patches will be forth coming. I added comments to these two patches. Submitted by: Henrik Gulbrandsen Reviewed by: phk@ PR: usb/46176 (partial) Revision Changes Path 1.531 +4 -0 src/sys/kern/vfs_bio.c 1.269 +7 -2 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 16:45:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AC0516A418; Thu, 27 Dec 2007 16:45:40 +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 2E0D713C448; Thu, 27 Dec 2007 16:45:40 +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 lBRGje5h074635; Thu, 27 Dec 2007 16:45:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRGjejd074634; Thu, 27 Dec 2007 16:45:40 GMT (envelope-from alc) Message-Id: <200712271645.lBRGjejd074634@repoman.freebsd.org> From: Alan Cox Date: Thu, 27 Dec 2007 16:45:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include vmparam.h src/sys/arm/include vmparam.h src/sys/conf options src/sys/i386/include vmparam.h src/sys/ia64/include vmparam.h src/sys/powerpc/include vmparam.h src/sys/sparc64/include vmparam.h src/sys/sun4v/include vmparam.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 16:45:40 -0000 alc 2007-12-27 16:45:40 UTC FreeBSD src repository Modified files: sys/amd64/include vmparam.h sys/arm/include vmparam.h sys/conf options sys/i386/include vmparam.h sys/ia64/include vmparam.h sys/powerpc/include vmparam.h sys/sparc64/include vmparam.h sys/sun4v/include vmparam.h Log: Add configuration knobs for the superpage reservation system. Initially, the reservation will only be enabled on amd64. Revision Changes Path 1.50 +14 -0 src/sys/amd64/include/vmparam.h 1.12 +7 -0 src/sys/arm/include/vmparam.h 1.614 +2 -0 src/sys/conf/options 1.46 +19 -0 src/sys/i386/include/vmparam.h 1.18 +7 -0 src/sys/ia64/include/vmparam.h 1.11 +7 -0 src/sys/powerpc/include/vmparam.h 1.19 +7 -0 src/sys/sparc64/include/vmparam.h 1.6 +7 -0 src/sys/sun4v/include/vmparam.h From owner-cvs-src@FreeBSD.ORG Thu Dec 27 17:08:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5500116A417; Thu, 27 Dec 2007 17:08:12 +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 33D3513C442; Thu, 27 Dec 2007 17:08:12 +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 lBRH8C8N092660; Thu, 27 Dec 2007 17:08:12 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRH8CHr092659; Thu, 27 Dec 2007 17:08:12 GMT (envelope-from alc) Message-Id: <200712271708.lBRH8CHr092659@repoman.freebsd.org> From: Alan Cox Date: Thu, 27 Dec 2007 17:08: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/vm vm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 17:08:12 -0000 alc 2007-12-27 17:08:11 UTC FreeBSD src repository Modified files: sys/vm vm.h Log: Add the superpage reservation type. Revision Changes Path 1.28 +3 -0 src/sys/vm/vm.h From owner-cvs-src@FreeBSD.ORG Thu Dec 27 17:09:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF5ED16A41B; Thu, 27 Dec 2007 17:09:59 +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 7561313C457; Thu, 27 Dec 2007 17:09:59 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from evilcoder.xs4all.nl ([195.64.94.120] helo=elvandar.local) by galain.elvandar.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1J7wF4-0002WW-9D; Thu, 27 Dec 2007 18:09:58 +0100 Message-ID: <4773DC96.9040307@FreeBSD.org> Date: Thu, 27 Dec 2007 18:10:46 +0100 From: Remko Lodder User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Warner Losh References: <200712271638.lBRGcTu9071266@repoman.freebsd.org> In-Reply-To: <200712271638.lBRGcTu9071266@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 17:09:59 -0000 Warner Losh wrote: > imp 2007-12-27 16:38:29 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c vfs_mount.c > Log: > A partial solution to some of the 'pull the umass device with a > mounted FS' problems. These are more along the lines of 'avoiding an > avoidable panic' than a complete solution to removable devices. We > now close the barn door after the horse has gotten lose and has been > hit by a truck, as it were. The barn no longer catches fire in this > case, but the horse is still dead :-). > > The vfs_bio.c fix causes us not to put a failed write back into the > dirty pool if the error returned was ENXIO. In that case, the buffer > is treated like any other clean buffer that's being retured. ENXIO > means the device isn't there anymore and will never be there again in > the future, so retrying is futile. > > The vfs_mount.c fix treats 'ENXIO' as success for unmounting a file > system. If the device is gone, retrying later won't help and we'll > never be able to unmount the device. > > These two are part of a larger patch set submitted by the author. The > other patches will be forth coming. I added comments to these two > patches. > > Submitted by: Henrik Gulbrandsen > Reviewed by: phk@ > PR: usb/46176 (partial) > > Revision Changes Path > 1.531 +4 -0 src/sys/kern/vfs_bio.c > 1.269 +7 -2 src/sys/kern/vfs_mount.c Hurray! -- /"\ 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 Thu Dec 27 17:56:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED1C416A419; Thu, 27 Dec 2007 17:56:35 +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 CBB0013C4EA; Thu, 27 Dec 2007 17:56:35 +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 lBRHuZcc011488; Thu, 27 Dec 2007 17:56:35 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRHuZDZ011487; Thu, 27 Dec 2007 17:56:35 GMT (envelope-from alc) Message-Id: <200712271756.lBRHuZDZ011487@repoman.freebsd.org> From: Alan Cox Date: Thu, 27 Dec 2007 17:56:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_object.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 17:56:36 -0000 alc 2007-12-27 17:56:35 UTC FreeBSD src repository Modified files: sys/vm vm_object.h Log: Add a list of reservations to the vm object structure. Recycle the vm object's "pg_color" field to represent the color of the first virtual page address at which the object is mapped instead of the color of the object's first physical page. Since an object may not be mapped, introduce a flag "OBJ_COLORED" that indicates whether "pg_color" is valid. Revision Changes Path 1.115 +2 -0 src/sys/vm/vm_object.h From owner-cvs-src@FreeBSD.ORG Thu Dec 27 18:26:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1675C16A468; Thu, 27 Dec 2007 18:26:49 +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 EADF213C4DB; Thu, 27 Dec 2007 18:26:48 +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 lBRIQmWe023997; Thu, 27 Dec 2007 18:26:48 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRIQmYP023995; Thu, 27 Dec 2007 18:26:48 GMT (envelope-from rpaulo) Message-Id: <200712271826.lBRIQmYP023995@repoman.freebsd.org> From: Rui Paulo Date: Thu, 27 Dec 2007 18:26: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/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 18:26:49 -0000 rpaulo 2007-12-27 18:26:48 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add asmc(4). Approved by: njl (mentor) Revision Changes Path 1.1463 +4 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Dec 27 18:40:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 353B616A417; Thu, 27 Dec 2007 18:40:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0C39213C469; Thu, 27 Dec 2007 18:40:01 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JTQ004S81607PA0@mta2.srv.hcvlny.cv.net>; Thu, 27 Dec 2007 13:39:37 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id lBRIdZGJ036357; Thu, 27 Dec 2007 13:39:36 -0500 Date: Thu, 27 Dec 2007 13:39:35 -0500 From: "Aryeh M. Friedman" In-reply-to: <4773DC96.9040307@FreeBSD.org> To: Remko Lodder Message-id: <4773F167.5020506@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <200712271638.lBRGcTu9071266@repoman.freebsd.org> <4773DC96.9040307@FreeBSD.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071217) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 18:40:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remko Lodder wrote: > Warner Losh wrote: >> imp 2007-12-27 16:38:29 UTC >> >> FreeBSD src repository >> >> Modified files: sys/kern vfs_bio.c vfs_mount.c Log: A >> partial solution to some of the 'pull the umass device with a >> mounted FS' problems. These are more along the lines of >> 'avoiding an avoidable panic' than a complete solution to >> removable devices. We now close the barn door after the horse >> has gotten lose and has been hit by a truck, as it were. The >> barn no longer catches fire in this case, but the horse is still >> dead :-). >> >> The vfs_bio.c fix causes us not to put a failed write back into >> the dirty pool if the error returned was ENXIO. In that case, >> the buffer is treated like any other clean buffer that's being >> retured. ENXIO means the device isn't there anymore and will >> never be there again in the future, so retrying is futile. >> >> The vfs_mount.c fix treats 'ENXIO' as success for unmounting a >> file system. If the device is gone, retrying later won't help >> and we'll never be able to unmount the device. >> >> These two are part of a larger patch set submitted by the author. >> The other patches will be forth coming. I added comments to >> these two patches. >> >> Submitted by: Henrik Gulbrandsen Reviewed by: phk@ PR: usb/46176 >> (partial) >> >> Revision Changes Path 1.531 +4 -0 >> src/sys/kern/vfs_bio.c 1.269 +7 -2 >> src/sys/kern/vfs_mount.c > > Hurray! > Can someone give me a quick overview of what a super page is (I assume it is meant to improve paging performance) - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHc/FmzIOMjAek4JIRAnSpAJ4nDL3oealsmbRsxHUjc3/jIFC1twCeJpE0 aETjTZ2hobucVHpto7NNZJ4= =/L50 -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Thu Dec 27 19:03:21 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33AD316A421; Thu, 27 Dec 2007 19:03:21 +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 EF05713C468; Thu, 27 Dec 2007 19:03:20 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from evilcoder.xs4all.nl ([195.64.94.120] helo=elvandar.local) by galain.elvandar.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1J7y0l-0005Eg-RA; Thu, 27 Dec 2007 20:03:19 +0100 Message-ID: <4773F727.4040903@FreeBSD.org> Date: Thu, 27 Dec 2007 20:04:07 +0100 From: Remko Lodder User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <200712271638.lBRGcTu9071266@repoman.freebsd.org> <4773DC96.9040307@FreeBSD.org> <4773F167.5020506@gmail.com> In-Reply-To: <4773F167.5020506@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 19:03:21 -0000 Aryeh M. Friedman wrote: > Remko Lodder wrote: >> Warner Losh wrote: >>> imp 2007-12-27 16:38:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: sys/kern vfs_bio.c vfs_mount.c Log: A >>> partial solution to some of the 'pull the umass device with a >>> mounted FS' problems. These are more along the lines of >>> 'avoiding an avoidable panic' than a complete solution to >>> removable devices. We now close the barn door after the horse >>> has gotten lose and has been hit by a truck, as it were. The >>> barn no longer catches fire in this case, but the horse is still >>> dead :-). >>> >>> The vfs_bio.c fix causes us not to put a failed write back into >>> the dirty pool if the error returned was ENXIO. In that case, >>> the buffer is treated like any other clean buffer that's being >>> retured. ENXIO means the device isn't there anymore and will >>> never be there again in the future, so retrying is futile. >>> >>> The vfs_mount.c fix treats 'ENXIO' as success for unmounting a >>> file system. If the device is gone, retrying later won't help >>> and we'll never be able to unmount the device. >>> >>> These two are part of a larger patch set submitted by the author. >>> The other patches will be forth coming. I added comments to >>> these two patches. >>> >>> Submitted by: Henrik Gulbrandsen Reviewed by: phk@ PR: usb/46176 >>> (partial) >>> >>> Revision Changes Path 1.531 +4 -0 >>> src/sys/kern/vfs_bio.c 1.269 +7 -2 >>> src/sys/kern/vfs_mount.c >> Hurray! > > Can someone give me a quick overview of what a super page is (I assume > it is meant to improve paging performance) > It is totally unrelated to this commit. -- /"\ 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 Thu Dec 27 19:34:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE49616A420; Thu, 27 Dec 2007 19:34:33 +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 8EEA613C4E5; Thu, 27 Dec 2007 19:34:33 +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 lBRJYX0A049800; Thu, 27 Dec 2007 19:34:33 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRJYXVS049799; Thu, 27 Dec 2007 19:34:33 GMT (envelope-from bmah) Message-Id: <200712271934.lBRJYXVS049799@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 27 Dec 2007 19:34:33 +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/release/doc/share/examples Makefile.relnotesng 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: Thu, 27 Dec 2007 19:34:33 -0000 bmah 2007-12-27 19:34:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) release/doc/share/examples Makefile.relnotesng release/doc/share/sgml release.ent Log: Version number bumps for 7.0-RELEASE release documentation. Approved by: re (implicitly) Revision Changes Path 1.16.2.1.2.1 +1 -1 src/release/doc/share/examples/Makefile.relnotesng 1.28.2.2.2.1 +6 -6 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Thu Dec 27 20:52:06 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A92EB16A420; Thu, 27 Dec 2007 20:52:06 +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 8B80513C46B; Thu, 27 Dec 2007 20:52:06 +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 lBRKq6h2088504; Thu, 27 Dec 2007 20:52:06 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRKq6kO088499; Thu, 27 Dec 2007 20:52:06 GMT (envelope-from attilio) Message-Id: <200712272052.lBRKq6kO088499@repoman.freebsd.org> From: Attilio Rao Date: Thu, 27 Dec 2007 20:52: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/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 20:52:06 -0000 attilio 2007-12-27 20:52:06 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becames equivalent with this and so operate the switch. That call is the only one remaining LK_EXCLUPGRADE consumer and removing it will prepare the ground for LK_EXCLUPGRADE axing and further lockmgr improvements. Discussed with: jeff, ups Revision Changes Path 1.712 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 21:28:48 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F0816A419; Thu, 27 Dec 2007 21:28:48 +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 C641F13C457; Thu, 27 Dec 2007 21:28:48 +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 lBRLSmFI004253; Thu, 27 Dec 2007 21:28:48 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRLSmvd004252; Thu, 27 Dec 2007 21:28:48 GMT (envelope-from rwatson) Message-Id: <200712272128.lBRLSmvd004252@repoman.freebsd.org> From: Robert Watson Date: Thu, 27 Dec 2007 21:28: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/savecore savecore.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2007 21:28:49 -0000 rwatson 2007-12-27 21:28:48 UTC FreeBSD src repository Modified files: sbin/savecore savecore.c Log: Compare kernel dump header magic with textdump magic using strncmp() rather than the memcmp() which is used for regular dumps: the textdump string is one character shorter, so we need to stop comparing at the end of the string. Use independent version checking logic for architecture-specific version number vs. textdump version number, as the version sequences may (someday) differ. Run into by: rrs Revision Changes Path 1.80 +31 -11 src/sbin/savecore/savecore.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 21:54:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CABDE16A418; Thu, 27 Dec 2007 21:54:15 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.freebsd.org (Postfix) with ESMTP id 5726413C442; Thu, 27 Dec 2007 21:54:15 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lBRLsAfc002713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Dec 2007 08:54:13 +1100 Date: Fri, 28 Dec 2007 08:54:10 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Diomidis Spinellis In-Reply-To: <200712271133.lBRBXhjY038891@repoman.freebsd.org> Message-ID: <20071228083650.L17488@delplex.bde.org> References: <200712271133.lBRBXhjY038891@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/bin/mv mv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2007 21:54:15 -0000 On Thu, 27 Dec 2007, Diomidis Spinellis wrote: > dds 2007-12-27 11:33:42 UTC > > FreeBSD src repository > > Modified files: > bin/mv mv.c > Log: > - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, > and follow the letter of the POSIX specification. > > - Moving a directory to an existing non-empty directory will now fail, > as required. It should be noted that the previous behaviour was very dangerous. It could destroy target directory trees of any size in order to replace them with a typo, but of course a local rename() can only destroy the target directory tree if that tree consists of an empty target directory. The destroyed target directory tree cannot quite be /, but it can be almost as important: mkdir /tmp/usr cd /tmp mv usr / # when /tmp and /usr are on different fs's. # this replaced /usr by the empty usr, # using esentially the following: mv /usr /usr.backup cp -pRp usr / rm -rf /usr.backup rm -rf usr Bruce From owner-cvs-src@FreeBSD.ORG Thu Dec 27 21:55:50 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFB1516A41B; Thu, 27 Dec 2007 21:55:50 +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 A343C13C4EE; Thu, 27 Dec 2007 21:55:50 +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 lBRLto02015804; Thu, 27 Dec 2007 21:55:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRLtomm015803; Thu, 27 Dec 2007 21:55:50 GMT (envelope-from jhb) Message-Id: <200712272155.lBRLtomm015803@repoman.freebsd.org> From: John Baldwin Date: Thu, 27 Dec 2007 21:55:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sem_open.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 21:55:50 -0000 jhb 2007-12-27 21:55:50 UTC FreeBSD src repository Modified files: lib/libc/gen sem_open.3 Log: Fix a typo in regards to the ENOENT error. PR: docs/118929 Submitted by: mymtom of hotmail MFC after: 3 days Revision Changes Path 1.13 +1 -1 src/lib/libc/gen/sem_open.3 From owner-cvs-src@FreeBSD.ORG Thu Dec 27 22:33:31 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E19316A418; Thu, 27 Dec 2007 22:33:31 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5148013C4DB; Thu, 27 Dec 2007 22:33:31 +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 lBRMXVNK030432; Thu, 27 Dec 2007 22:33:31 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRMXVNb030428; Thu, 27 Dec 2007 22:33:31 GMT (envelope-from attilio) Message-Id: <200712272233.lBRMXVNb030428@repoman.freebsd.org> From: Attilio Rao Date: Thu, 27 Dec 2007 22:33: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/man9 VOP_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: Thu, 27 Dec 2007 22:33:31 -0000 attilio 2007-12-27 22:33:30 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LOCK.9 Log: Garbage-collect following nomore existing options: - LK_REENABLE - LK_NOPAUSE - LK_NOOBJ Revision Changes Path 1.18 +1 -7 src/share/man/man9/VOP_LOCK.9 From owner-cvs-src@FreeBSD.ORG Thu Dec 27 22:44:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA4FA16A419; Thu, 27 Dec 2007 22:44: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 C672813C4F0; Thu, 27 Dec 2007 22:44: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 lBRMi2g0033550; Thu, 27 Dec 2007 22:44:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRMi2jE033549; Thu, 27 Dec 2007 22:44:02 GMT (envelope-from rwatson) Message-Id: <200712272244.lBRMi2jE033549@repoman.freebsd.org> From: Robert Watson Date: Thu, 27 Dec 2007 22:44:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 22:44:02 -0000 rwatson 2007-12-27 22:44:02 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Return ESRCH when a kernel stack is queried on a process in execve() -- p_candebug() will return EAGAIN which, if the other process never leaves execve(), will result in the sysctl spinning and never returning to userspace. Processes should always eventually leave execve(), but spinning in kernel while we wait is bad for countless reasons, and particularly harmful if execve() itself is deadlocked. Possibly we should return another error, or return a marker indicating the thread is in execve() so it can be reported that way in userspace. Reported by: kris Revision Changes Path 1.259 +2 -1 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 22:56:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A45B516A417; Thu, 27 Dec 2007 22:56:57 +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 885CD13C467; Thu, 27 Dec 2007 22:56:57 +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 lBRMuvua040007; Thu, 27 Dec 2007 22:56:57 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRMuvSd040006; Thu, 27 Dec 2007 22:56:57 GMT (envelope-from attilio) Message-Id: <200712272256.lBRMuvSd040006@repoman.freebsd.org> From: Attilio Rao Date: Thu, 27 Dec 2007 22: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/sys/kern kern_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2007 22:56:57 -0000 attilio 2007-12-27 22:56:57 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: In order to avoid a huge class of deadlocks (in particular in interactions with the interlock), owner of the lock should be only curthread or at least, for its limited usage, NULL which identifies LK_KERNPROC. The thread "extra argument" for the lockmgr interface is going to be removed in the near future, but for the moment, just let kernel run for some days with this check on in order to find potential deadlocking places around the kernel and fix them. Revision Changes Path 1.115 +9 -1 src/sys/kern/kern_lock.c From owner-cvs-src@FreeBSD.ORG Thu Dec 27 23:14:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FE5A16A420; Thu, 27 Dec 2007 23:14:18 +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 2004913C46E; Thu, 27 Dec 2007 23:14:18 +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 2C73120B1; Fri, 28 Dec 2007 00:14:10 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 9D0D720AF; Fri, 28 Dec 2007 00:14:09 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 8477884466; Fri, 28 Dec 2007 00:14:09 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Rui Paulo References: <200712271826.lBRIQmYP023995@repoman.freebsd.org> Date: Fri, 28 Dec 2007 00:14:09 +0100 In-Reply-To: <200712271826.lBRIQmYP023995@repoman.freebsd.org> (Rui Paulo's message of "Thu\, 27 Dec 2007 18\:26\:48 +0000 \(UTC\)") Message-ID: <86ir2jhgse.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 23:14:18 -0000 Rui Paulo writes: > Log: > Add asmc(4). Why did you add an i386/amd64-only device to the platform-independent NOTES? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Dec 27 23:19:04 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 493E116A46B; Thu, 27 Dec 2007 23:19:04 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF1413C478; Thu, 27 Dec 2007 23:19:04 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBRNJ3aC048973; Thu, 27 Dec 2007 23:19:03 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRNJ33c048972; Thu, 27 Dec 2007 23:19:03 GMT (envelope-from des) Message-Id: <200712272319.lBRNJ33c048972@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 27 Dec 2007 23:19:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 23:19:04 -0000 des 2007-12-27 23:19:03 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Unbreak LINT on non-i386/amd64 platforms. Revision Changes Path 1.1464 +0 -4 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Dec 27 23:29:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E834B16A419; Thu, 27 Dec 2007 23:29:44 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6E9C13C459; Thu, 27 Dec 2007 23:29:44 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBRNTiZ3052748; Thu, 27 Dec 2007 23:29:44 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBRNTikT052747; Thu, 27 Dec 2007 23:29:44 GMT (envelope-from jasone) Message-Id: <200712272329.lBRNTikT052747@repoman.freebsd.org> From: Jason Evans Date: Thu, 27 Dec 2007 23:29:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2007 23:29:45 -0000 jasone 2007-12-27 23:29:44 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Add the 'D' and 'M' run time options, and use them to control whether memory is acquired from the system via sbrk(2) and/or mmap(2). By default, use sbrk(2) only, in order to support traditional use of resource limits. Additionally, when both options are enabled, prefer the data segment to anonymous mappings, in order to coexist better with large file mappings in applications on 32-bit platforms. This change has the potential to increase memory fragmentation due to the linear nature of the data segment, but from a performance perspective this is mitigated by the use of madvise(2). [1] Add the ability to interpret integer prefixes in MALLOC_OPTIONS processing. For example, MALLOC_OPTIONS=lllllllll can now be specified as MALLOC_OPTIONS=9l. Reported by: [1] rwatson Design review: [1] alc, peter, rwatson Revision Changes Path 1.75 +57 -24 src/lib/libc/stdlib/malloc.3 1.155 +436 -292 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 00:38:14 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0980116A46C; Fri, 28 Dec 2007 00:38:14 +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 0A69113C4CC; Fri, 28 Dec 2007 00:38:14 +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 lBS0cDJb083206; Fri, 28 Dec 2007 00:38:13 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS0cDck083205; Fri, 28 Dec 2007 00:38:13 GMT (envelope-from attilio) Message-Id: <200712280038.lBS0cDck083205@repoman.freebsd.org> From: Attilio Rao Date: Fri, 28 Dec 2007 00:38:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 VOP_LOCK.9 lock.9 src/sys/fs/unionfs union_vnops.c src/sys/kern kern_lock.c src/sys/sys lockmgr.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 00:38:14 -0000 attilio 2007-12-28 00:38:13 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 VOP_LOCK.9 sys/fs/unionfs union_vnops.c sys/kern kern_lock.c sys/sys lockmgr.h param.h Log: Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace. This option just adds complexity and the new implementation no longer will support it, so axing it now that it is unused is probabilly the better idea. FreeBSD version is bumped in order to reflect the KPI breakage introduced by this patch. In the ports tree, kris found that only old OSKit code uses it, but as it is thought to work only on 2.x kernels serie, version bumping will solve any problem. Revision Changes Path 1.19 +3 -5 src/share/man/man9/VOP_LOCK.9 1.18 +2 -10 src/share/man/man9/lock.9 1.150 +0 -1 src/sys/fs/unionfs/union_vnops.c 1.116 +0 -13 src/sys/kern/kern_lock.c 1.55 +0 -7 src/sys/sys/lockmgr.h 1.322 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Dec 28 00:47:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E20C16A507; Fri, 28 Dec 2007 00:47:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 271F413C467; Fri, 28 Dec 2007 00:47:33 +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 lBS0lWUk095788; Fri, 28 Dec 2007 00:47:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS0lWhM095787; Fri, 28 Dec 2007 00:47:32 GMT (envelope-from rwatson) Message-Id: <200712280047.lBS0lWhM095787@repoman.freebsd.org> From: Robert Watson Date: Fri, 28 Dec 2007 00:47: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/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 00:47:33 -0000 rwatson 2007-12-28 00:47:32 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: In "show lockedvnods" DDB command, use db_printf() rather than printf() so that the results end up in the DDB output stream rather than the console output stream. This should likely also be done for the vprint() function it calls. MFC after: 3 months Revision Changes Path 1.713 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 02:15:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3FD16A417; Fri, 28 Dec 2007 02:15:09 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 799A913C461; Fri, 28 Dec 2007 02:15:09 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBS2F9bj040172; Fri, 28 Dec 2007 02:15:09 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS2F9tL040171; Fri, 28 Dec 2007 02:15:09 GMT (envelope-from jasone) Message-Id: <200712280215.lBS2F9tL040171@repoman.freebsd.org> From: Jason Evans Date: Fri, 28 Dec 2007 02:15: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/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2007 02:15:09 -0000 jasone 2007-12-28 02:15:09 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Release chunks_mtx for all paths through chunk_dealloc(). Reported by: kris Revision Changes Path 1.156 +4 -1 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 05:08:54 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA9416A4EE; Fri, 28 Dec 2007 05:08: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 AB65013C4D9; Fri, 28 Dec 2007 05:08: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 lBS58sXO035989; Fri, 28 Dec 2007 05:08:54 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS58sOT035988; Fri, 28 Dec 2007 05:08:54 GMT (envelope-from kensmith) Message-Id: <200712280508.lBS58sOT035988@repoman.freebsd.org> From: Ken Smith Date: Fri, 28 Dec 2007 05:08:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall 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, 28 Dec 2007 05:08:54 -0000 kensmith 2007-12-28 05:08:54 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall main.c Log: The limit on datasize in the install environment is 128M. That's a bit too small for today's standards. While loading packages sysinstall blows past this by a LOT but I think (hope...) that's caused by other bugs. I'll look more into why sysinstall's memory use has gotten so out of control as it loads packages but independent of that there really is no reason to leave the limits on datasize and stacksize in place. And they can cause problems for some of the things "modern packages" might be doing via pkg_add which gets run by sysinstall and would inherit the limits. Another insta-MFC probably coming, this is holding up 6.3-RC2. Sysinstall's memory use is so out of control it blows past the current limit before it finishes loading either of the meta-packages kde or gnome... Revision Changes Path 1.78 +10 -0 src/usr.sbin/sysinstall/main.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 05:22:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5422916A47B; Fri, 28 Dec 2007 05:22:40 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id 166AB13C43E; Fri, 28 Dec 2007 05:22:39 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [128.205.32.76] (bauer.cse.buffalo.edu [128.205.32.76]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id lBS5MXBQ034178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Dec 2007 00:22:33 -0500 (EST) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: Ken Smith In-Reply-To: <200712280508.lBS58sOT035988@repoman.freebsd.org> References: <200712280508.lBS58sOT035988@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QenyzNS6EAny7nvu5JOV" Organization: U. Buffalo CSE Department Date: Fri, 28 Dec 2007 00:22:33 -0500 Message-Id: <1198819353.46932.69.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1335; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall 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, 28 Dec 2007 05:22:40 -0000 --=-QenyzNS6EAny7nvu5JOV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2007-12-28 at 05:08 +0000, Ken Smith wrote: > kensmith 2007-12-28 05:08:54 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/sysinstall main.c=20 > Log: > The limit on datasize in the install environment is 128M. That's a bit > too small for today's standards. While loading packages sysinstall > blows past this by a LOT but I think (hope...) that's caused by other > bugs. I'll look more into why sysinstall's memory use has gotten so > out of control as it loads packages but independent of that there reall= y > is no reason to leave the limits on datasize and stacksize in place. A= nd > they can cause problems for some of the things "modern packages" might > be doing via pkg_add which gets run by sysinstall and would inherit the > limits. > =20 > Another insta-MFC probably coming, this is holding up 6.3-RC2. Sysinst= all's > memory use is so out of control it blows past the current limit before = it > finishes loading either of the meta-packages kde or gnome... > =20 > Revision Changes Path > 1.78 +10 -0 src/usr.sbin/sysinstall/main.c *&()(*&^$#@!!!!!!! Argh!!!!!! Sigh... Ok, I feel a *little* better... Without this patch the way things are now loading either kde or gnome during the initial install is enough for the install to end quite abruptly complaining that init disappeared (sysinstall runs as init during installs). This is hopefully just a band-aid but while discussing this Kris mentioned the 128M limit could cause some pkg_add based stuff problems now-a-days so I don't feel too bad removing these limits. That said, sysinstall's memory usage becomes completely insane as it loads packages - I'll start trying to find out what's really causing it to bloat. Before now I really didn't have a concrete idea what was causing the installs to terminate that way (the sysinstall environment is a bit hostile to work in, and having it blow up so spectacularly that its init was gone wasn't an overly helpful clue...). To give you a feel for what I mean by "insane" if you install kde, gnome, and a handful of other packages the sysinstall process bloats to around 610Mb size... --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-QenyzNS6EAny7nvu5JOV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHdIgN/G14VSmup/YRAuKrAJ9nRDKWXtKohvrhTUmSxWqydplm/wCggMHA //rsY7nzoPnSVbg2TVGqTn0= =6vCr -----END PGP SIGNATURE----- --=-QenyzNS6EAny7nvu5JOV-- From owner-cvs-src@FreeBSD.ORG Fri Dec 28 07:03:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2052E16A417; Fri, 28 Dec 2007 07:03:27 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D859713C46E; Fri, 28 Dec 2007 07:03:26 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBS73Qan093169; Fri, 28 Dec 2007 07:03:26 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS73QlV093167; Fri, 28 Dec 2007 07:03:26 GMT (envelope-from jasone) Message-Id: <200712280703.lBS73QlV093167@repoman.freebsd.org> From: Jason Evans Date: Fri, 28 Dec 2007 07:03: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/share/man/man3 tree.3 src/sys/sys tree.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, 28 Dec 2007 07:03:27 -0000 jasone 2007-12-28 07:03:26 UTC FreeBSD src repository Modified files: share/man/man3 tree.3 sys/sys tree.h Log: Implement RB_PREV() AND RB_FOREACH_REVERSE(). Revision Changes Path 1.7 +10 -2 src/share/man/man3/tree.3 1.7 +29 -0 src/sys/sys/tree.h From owner-cvs-src@FreeBSD.ORG Fri Dec 28 07:24:20 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B91616A417; Fri, 28 Dec 2007 07:24:20 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1747C13C468; Fri, 28 Dec 2007 07:24:20 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBS7OKkx001950; Fri, 28 Dec 2007 07:24:20 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS7OKcF001948; Fri, 28 Dec 2007 07:24:20 GMT (envelope-from jasone) Message-Id: <200712280724.lBS7OKcF001948@repoman.freebsd.org> From: Jason Evans Date: Fri, 28 Dec 2007 07:24: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/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2007 07:24:20 -0000 jasone 2007-12-28 07:24:20 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in order to support re-use of multi-chunk unused regions within the DSS for huge allocations. This generalization is important to correct function when mmap-based allocation is disabled. Avoid zeroing re-used memory in the DSS unless it really needs to be zeroed. Revision Changes Path 1.157 +183 -113 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 07:55:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 218FC16A417; Fri, 28 Dec 2007 07:55:27 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from canonware.com (canonware.com [64.183.146.166]) by mx1.freebsd.org (Postfix) with ESMTP id DD8B313C459; Fri, 28 Dec 2007 07:55:26 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from [192.168.168.201] (unknown [192.168.168.201]) by canonware.com (Postfix) with ESMTP id EB3FE1298D6; Thu, 27 Dec 2007 23:29:50 -0800 (PST) Message-ID: <4774A5EC.7030801@freebsd.org> Date: Thu, 27 Dec 2007 23:29:48 -0800 From: Jason Evans User-Agent: Thunderbird 1.5.0.12 (X11/20071018) MIME-Version: 1.0 To: cvs-all@FreeBSD.org References: <200712280724.lBS7OKcF001948@repoman.freebsd.org> In-Reply-To: <200712280724.lBS7OKcF001948@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2007 07:55:27 -0000 Jason Evans wrote: > jasone 2007-12-28 07:24:20 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib malloc.c > Log: > Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in > order to support re-use of multi-chunk unused regions within the DSS for > huge allocations. This generalization is important to correct function > when mmap-based allocation is disabled. > > Avoid zeroing re-used memory in the DSS unless it really needs to be > zeroed. > > Revision Changes Path > 1.157 +183 -113 src/lib/libc/stdlib/malloc.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/malloc.c.diff?&r1=1.156&r2=1.157&f=H This commit was accidental (finger fumble while composing a commit message). I have reason to think that the code may not be adequately stable. In the short term, please avoid this version of malloc. I'll clean up the mess one way or another before retiring for the night. Thanks, Jason From owner-cvs-src@FreeBSD.ORG Fri Dec 28 09:21:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8756616A468; Fri, 28 Dec 2007 09:21:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7C913C4CC; Fri, 28 Dec 2007 09:21:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBS9LDOP067827; Fri, 28 Dec 2007 09:21:13 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS9LDlJ067822; Fri, 28 Dec 2007 09:21:13 GMT (envelope-from jasone) Message-Id: <200712280921.lBS9LDlJ067822@repoman.freebsd.org> From: Jason Evans Date: Fri, 28 Dec 2007 09:21:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2007 09:21:13 -0000 jasone 2007-12-28 09:21:12 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Back out premature commit of previous version. Revision Changes Path 1.158 +113 -183 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 12:38:00 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFD9516A417; Fri, 28 Dec 2007 12:38:00 +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 9F8BB13C442; Fri, 28 Dec 2007 12:38:00 +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 lBSCc0SR053085; Fri, 28 Dec 2007 12:38:00 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSCc0rU053084; Fri, 28 Dec 2007 12:38:00 GMT (envelope-from rrs) Message-Id: <200712281238.lBSCc0rU053084@repoman.freebsd.org> From: Randall Stewart Date: Fri, 28 Dec 2007 12:38: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 sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2007 12:38:00 -0000 rrs 2007-12-28 12:38:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_bsd_addr.c Log: - sctp-iterator should run at PI_NET priority ...not 0. Approved by: re@freebsd.org (gnn) Revision Changes Path 1.14.2.1 +1 -1 src/sys/netinet/sctp_bsd_addr.c From owner-cvs-src@FreeBSD.ORG Fri Dec 28 14:14:12 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54CA616A417 for ; Fri, 28 Dec 2007 14:14:12 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id C240513C45D for ; Fri, 28 Dec 2007 14:14:11 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so5229277fka.11 for ; Fri, 28 Dec 2007 06:14:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to:cc:subject:in-reply-to:references:user-agent:mime-version:content-type:content-transfer-encoding:sender; bh=lhg9C5uEmv+w68BS3RHLWEtKxAzD6NXH40oRwx9uMtA=; b=d9Zy0bAEixBqepKvYyio6JZlFJGrPUnBbIZC6Tz529l5Z75ocgAsQT/YXFJ//zF1tmcCTf9KFLvCYFQx/kwx5tayZt/yykfPl/JEOEoaoW6OtPcpfm3nKkMpyAEgrlq4dRiGoHYpHzVA1hbUisM7GQX+8Kj/BhlqxeCrtD8x4/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:cc:subject:in-reply-to:references:user-agent:mime-version:content-type:content-transfer-encoding:sender; b=RRuVjnRXe2GXWT48Wf4DatbXGQ1Se1VdNjJJTtls9bOPwXQwiLXRcOHXYxsQSZvtrfmx3hhL76odrJ4vt4IWc4EShYmI4aUBFxqRCQ8HhDnnFbMR1xDgN1CoFTMhilP7cz/ORvt1zkYqVIhcMu2UK31FZAyXIpObxgp2KPYzg+A= Received: by 10.82.157.6 with SMTP id f6mr16740363bue.1.1198849636811; Fri, 28 Dec 2007 05:47:16 -0800 (PST) Received: from epsilon.local.gmail.com ( [83.144.140.64]) by mx.google.com with ESMTPS id c22sm14039537ika.3.2007.12.28.05.47.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Dec 2007 05:47:16 -0800 (PST) Date: Fri, 28 Dec 2007 13:47:08 +0000 Message-ID: <86myrvexsz.wl%rpaulo@fnop.net> From: Rui Paulo To: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <86ir2jhgse.fsf@ds4.des.no> References: <200712271826.lBRIQmYP023995@repoman.freebsd.org> <86ir2jhgse.fsf@ds4.des.no> User-Agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/22.1 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: Rui Cc: cvs-src@FreeBSD.org, njl@freebsd.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Fri, 28 Dec 2007 14:14:12 -0000 At Fri, 28 Dec 2007 00:14:09 +0100, Dag-Erling Sm=F8rgrav wrote: >=20 > Rui Paulo writes: > > Log: > > Add asmc(4). >=20 > Why did you add an i386/amd64-only device to the platform-independent > NOTES? I wasn't aware it was platform-independent. I'll revert it. Sorry. Regards. -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Fri Dec 28 17:44:10 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FCFD16A46C for ; Fri, 28 Dec 2007 17:44:10 +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 7FFFA13C4E5 for ; Fri, 28 Dec 2007 17:44:09 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so5347451fka.11 for ; Fri, 28 Dec 2007 09:44:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to:cc:subject:in-reply-to:references:user-agent:mime-version:content-type:content-transfer-encoding:sender; bh=yXbflDDHSCUzpIRIGbECknfWP7QZzcvATm1RWBg0kN4=; b=Sab29Viu34g9iw32IA6yn1nChtg3slkboyll38il4W2Mom6ScLHL4Hol9jCla9z8NQBjs8xNw/0uMGQiiH0Uja65QYbBY+CbHRdNVg21vHhOoStiBiOPE1EvMaxyxtolscbkzciojWDu+NuceJuIOj4yJ6KgUGfyUoHSLtN0Ybw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:cc:subject:in-reply-to:references:user-agent:mime-version:content-type:content-transfer-encoding:sender; b=qnWDytSQ0fwjs70FYbEmuPwh/AG9cmTn6Y5qVvNG2ZTIea7QjvPgvVrHEGvFtrwwZKX7W5Wc+D0+mFf0uhk9UdfZMrfubg+6Z4PbzdPbx1RpoO5cRShZ/iTd7yyrIi9Fa/61F8Lzq5FeInPweMbIh7adAU5QWTYgHx8YBQqMKMg= Received: by 10.82.108.9 with SMTP id g9mr17087809buc.34.1198863848062; Fri, 28 Dec 2007 09:44:08 -0800 (PST) Received: from epsilon.local.gmail.com ( [83.144.140.64]) by mx.google.com with ESMTPS id b36sm3746483ika.2.2007.12.28.09.44.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Dec 2007 09:44:07 -0800 (PST) Date: Fri, 28 Dec 2007 17:44:01 +0000 Message-ID: <86lk7eg1em.wl%rpaulo@fnop.net> From: Rui Paulo To: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <86myrvexsz.wl%rpaulo@fnop.net> References: <200712271826.lBRIQmYP023995@repoman.freebsd.org> <86ir2jhgse.fsf@ds4.des.no> <86myrvexsz.wl%rpaulo@fnop.net> User-Agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/22.1 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: Rui Cc: cvs-src@FreeBSD.org, njl@freebsd.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Fri, 28 Dec 2007 17:44:10 -0000 At Fri, 28 Dec 2007 13:47:08 +0000, Rui Paulo wrote: >=20 > At Fri, 28 Dec 2007 00:14:09 +0100, > Dag-Erling Sm=F8rgrav wrote: > >=20 > > Rui Paulo writes: > > > Log: > > > Add asmc(4). > >=20 > > Why did you add an i386/amd64-only device to the platform-independent > > NOTES? >=20 > I wasn't aware it was platform-independent. > I'll revert it. I see that you've already done that. Thanks! -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Fri Dec 28 17:57:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E890E16A417; Fri, 28 Dec 2007 17:57:27 +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 A750213C45B; Fri, 28 Dec 2007 17:57:27 +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 lBSHvRoH098252; Fri, 28 Dec 2007 17:57:27 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSHvRcD098251; Fri, 28 Dec 2007 17:57:27 GMT (envelope-from wilko) Message-Id: <200712281757.lBSHvRcD098251@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 28 Dec 2007 17:57: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/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: Fri, 28 Dec 2007 17:57:28 -0000 wilko 2007-12-28 17:57:27 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Aussie New Years wish Revision Changes Path 1.254 +4 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Fri Dec 28 19:47:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75C416A417; Fri, 28 Dec 2007 19:47:37 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE0F913C44B; Fri, 28 Dec 2007 19:47:37 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBSJlbNC043145; Fri, 28 Dec 2007 19:47:37 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSJlb9j043144; Fri, 28 Dec 2007 19:47:37 GMT (envelope-from des) Message-Id: <200712281947.lBSJlb9j043144@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 28 Dec 2007 19:47:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fetch fetch.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: Fri, 28 Dec 2007 19:47:38 -0000 des 2007-12-28 19:47:37 UTC FreeBSD src repository Modified files: usr.bin/fetch fetch.1 Log: List all environment variables supported by libfetch, along with a reference to the fetch(3) man page. MFC after: 1 week Revision Changes Path 1.68 +19 -9 src/usr.bin/fetch/fetch.1 From owner-cvs-src@FreeBSD.ORG Fri Dec 28 20:39:18 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8340B16A421; Fri, 28 Dec 2007 20:39:18 +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 5960E13C4F6; Fri, 28 Dec 2007 20:39:18 +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 lBSKdION064067; Fri, 28 Dec 2007 20:39:18 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSKdIE8064066; Fri, 28 Dec 2007 20:39:18 GMT (envelope-from cperciva) Message-Id: <200712282039.lBSKdIE8064066@repoman.freebsd.org> From: Colin Percival Date: Fri, 28 Dec 2007 20:39: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.sbin/portsnap/portsnap portsnap.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, 28 Dec 2007 20:39:18 -0000 cperciva 2007-12-28 20:39:18 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.8 Log: Attempt to reduce the rate of foot-shooting injuries by adding a new paragraph clarifying that portsnap does not behave the same way as cvs and cvsup where local modifications are concerned. Submitted by: peter Feet shot: peter, kris, obrien, + many others Revision Changes Path 1.11 +9 -0 src/usr.sbin/portsnap/portsnap/portsnap.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 28 22:50:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3961816A417; Fri, 28 Dec 2007 22:50:05 +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 2EC6413C447; Fri, 28 Dec 2007 22:50:05 +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 lBSMo4aV026689; Fri, 28 Dec 2007 22:50:04 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSMo4qM026687; Fri, 28 Dec 2007 22:50:04 GMT (envelope-from rpaulo) Message-Id: <200712282250.lBSMo4qM026687@repoman.freebsd.org> From: Rui Paulo Date: Fri, 28 Dec 2007 22:50:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf NOTES src/sys/amd64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 22:50:05 -0000 rpaulo 2007-12-28 22:50:04 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES sys/amd64/conf NOTES Log: Add asmc(4). Requested by: njl (mentor) Revision Changes Path 1.74 +2 -1 src/sys/amd64/conf/NOTES 1.1249 +2 -1 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Dec 29 04:52:52 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E7716A41A; Sat, 29 Dec 2007 04:52:52 +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 6990013C448; Sat, 29 Dec 2007 04:52:52 +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 lBT4qqbD091701; Sat, 29 Dec 2007 04:52:52 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT4qqKR091697; Sat, 29 Dec 2007 04:52:52 GMT (envelope-from kensmith) Message-Id: <200712290452.lBT4qqKR091697@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 04:52:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 04:52:52 -0000 kensmith 2007-12-29 04:52:52 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall main.c Log: Adjust the some error messages as suggested during re@ review, and adjust a comment that won't be true shortly. Revision Changes Path 1.79 +10 -3 src/usr.sbin/sysinstall/main.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 04:56:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AB4F16A417; Sat, 29 Dec 2007 04:56:08 +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 5B44E13C46B; Sat, 29 Dec 2007 04:56:08 +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 lBT4u80c093207; Sat, 29 Dec 2007 04:56:08 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT4u8Pl093206; Sat, 29 Dec 2007 04:56:08 GMT (envelope-from kensmith) Message-Id: <200712290456.lBT4u8Pl093206@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 04:56: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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 04:56:08 -0000 kensmith 2007-12-29 04:56:08 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall index.c Log: Plug a memory leak. Once any given package (e.g. perl) was installed we would leak a saved screen for every other package we tried to install that listed perl as one of its dependencies. When installing things like gnome and kde that wound up being a LOT of leaked memory. Insta-MFC request coming so this can be tested as part of 6.3-RC2... Testing help from: kris Revision Changes Path 1.117 +3 -1 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 05:15:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 991DD16A418; Sat, 29 Dec 2007 05:15:57 +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 79F1213C4EF; Sat, 29 Dec 2007 05:15:57 +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 lBT5FuDi002184; Sat, 29 Dec 2007 05:15:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT5FtG5002183; Sat, 29 Dec 2007 05:15:55 GMT (envelope-from imp) Message-Id: <200712290515.lBT5FtG5002183@repoman.freebsd.org> From: Warner Losh Date: Sat, 29 Dec 2007 05:15: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/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 05:15:57 -0000 imp 2007-12-29 05:15:55 UTC FreeBSD src repository Modified files: usr.bin/colldef parse.y scan.l Log: Some systems need the types defined in sys/types.h, but lack the sys/types.h polution that FreeBSD has in one of its include files. Since this is a bootstrap tool, include more than is strictly necessary for FreeBSD. Revision Changes Path 1.35 +1 -0 src/usr.bin/colldef/parse.y 1.20 +1 -0 src/usr.bin/colldef/scan.l From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:14:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EE1016A418; Sat, 29 Dec 2007 06:14:36 +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 1E1D513C44B; Sat, 29 Dec 2007 06:14:36 +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 lBT6EZf4024085; Sat, 29 Dec 2007 06:14:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6EZr6024083; Sat, 29 Dec 2007 06:14:35 GMT (envelope-from kensmith) Message-Id: <200712290614.lBT6EZr6024083@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:14: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/usr.sbin/sysinstall main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 06:14:36 -0000 kensmith 2007-12-29 06:14:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sysinstall main.c Log: MFC v1.78 and v1.79: Remove process limits for datasize and stacksize which are unlimited during a "normal login" (thanks to /etc/login.conf) but not when sysinstall is running as part of an installation. Fixups for error messages and a comment that became untrue. Approved by: re (bmah) Revision Changes Path 1.77.2.1 +17 -0 src/usr.sbin/sysinstall/main.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:15:23 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9B5016A420; Sat, 29 Dec 2007 06:15:23 +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 99F0A13C478; Sat, 29 Dec 2007 06:15:23 +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 lBT6FNtL024927; Sat, 29 Dec 2007 06:15:23 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6FNpA024926; Sat, 29 Dec 2007 06:15:23 GMT (envelope-from kensmith) Message-Id: <200712290615.lBT6FNpA024926@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:15: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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 06:15:23 -0000 kensmith 2007-12-29 06:15:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sysinstall index.c Log: MFC v1.117: > Plug a memory leak. Once any given package (e.g. perl) was installed > we would leak a saved screen for every other package we tried to install > that listed perl as one of its dependencies. When installing things > like gnome and kde that wound up being a LOT of leaked memory. Approved by: re (bmah) Revision Changes Path 1.115.2.2 +3 -1 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:17:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2DF516A41B; Sat, 29 Dec 2007 06:17:05 +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 5668E13C4CE; Sat, 29 Dec 2007 06:17:05 +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 lBT6H57Q025599; Sat, 29 Dec 2007 06:17:05 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6H5Ze025598; Sat, 29 Dec 2007 06:17:05 GMT (envelope-from kensmith) Message-Id: <200712290617.lBT6H5Ze025598@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:17:05 +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/usr.sbin/sysinstall main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 06:17:05 -0000 kensmith 2007-12-29 06:17:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) usr.sbin/sysinstall main.c Log: MFC v1.78 and v1.79: Remove process limits for datasize and stacksize which are unlimited during a "normal login" (thanks to /etc/login.conf) but not when sysinstall is running as part of an installation. Fixups for error messages and a comment that became untrue. Approved by: re (bmah) Revision Changes Path 1.77.4.1 +17 -0 src/usr.sbin/sysinstall/main.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:17:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 458CE16A468; Sat, 29 Dec 2007 06:17:40 +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 25B3113C502; Sat, 29 Dec 2007 06:17:40 +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 lBT6HeGD025631; Sat, 29 Dec 2007 06:17:40 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6HdZk025630; Sat, 29 Dec 2007 06:17:39 GMT (envelope-from kensmith) Message-Id: <200712290617.lBT6HdZk025630@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:17:39 +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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 06:17:40 -0000 kensmith 2007-12-29 06:17:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) usr.sbin/sysinstall index.c Log: MFC v1.117: > Plug a memory leak. Once any given package (e.g. perl) was installed > we would leak a saved screen for every other package we tried to install > that listed perl as one of its dependencies. When installing things > like gnome and kde that wound up being a LOT of leaked memory. Approved by: re (bmah) Revision Changes Path 1.115.4.2 +3 -1 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:19:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CAE516A469; Sat, 29 Dec 2007 06:19:19 +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 2C31113C4D1; Sat, 29 Dec 2007 06:19:19 +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 lBT6JJeC025692; Sat, 29 Dec 2007 06:19:19 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6JJRH025691; Sat, 29 Dec 2007 06:19:19 GMT (envelope-from kensmith) Message-Id: <200712290619.lBT6JJRH025691@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:19:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 06:19:19 -0000 kensmith 2007-12-29 06:19:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall main.c Log: MFC v1.78 and v1.79: Remove process limits for datasize and stacksize which are unlimited during a "normal login" (thanks to /etc/login.conf) but not when sysinstall is running as part of an installation. Fixups for error messages and a comment that became untrue. Revision Changes Path 1.71.10.3 +17 -0 src/usr.sbin/sysinstall/main.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:20:31 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55FCA16A469; Sat, 29 Dec 2007 06:20:31 +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 3569113C457; Sat, 29 Dec 2007 06:20:31 +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 lBT6KV4w025958; Sat, 29 Dec 2007 06:20:31 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6KVA6025957; Sat, 29 Dec 2007 06:20:31 GMT (envelope-from kensmith) Message-Id: <200712290620.lBT6KVA6025957@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:20:31 +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/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 06:20:31 -0000 kensmith 2007-12-29 06:20:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall index.c Log: MFC v1.117: > Plug a memory leak. Once any given package (e.g. perl) was installed > we would leak a saved screen for every other package we tried to install > that listed perl as one of its dependencies. When installing things > like gnome and kde that wound up being a LOT of leaked memory. While here clean up some whitespace nits that are differences between this branch and the others. Revision Changes Path 1.106.2.8 +6 -4 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:22:00 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22DB516A41A; Sat, 29 Dec 2007 06:22:00 +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 F3A5813C4EA; Sat, 29 Dec 2007 06:21:59 +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 lBT6Lx4B026503; Sat, 29 Dec 2007 06:21:59 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6LxZL026502; Sat, 29 Dec 2007 06:21:59 GMT (envelope-from kensmith) Message-Id: <200712290621.lBT6LxZL026502@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:21:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/usr.sbin/sysinstall main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 06:22:00 -0000 kensmith 2007-12-29 06:21:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) usr.sbin/sysinstall main.c Log: MFC v1.78 and v1.79: Remove process limits for datasize and stacksize which are unlimited during a "normal login" (thanks to /etc/login.conf) but not when sysinstall is running as part of an installation. Fixups for error messages and a comment that became untrue. Build test help from: rwatson Approved by: re (bmah) Revision Changes Path 1.71.10.2.4.1 +17 -0 src/usr.sbin/sysinstall/main.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:22:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EF4716A41B; Sat, 29 Dec 2007 06:22:57 +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 1E65C13C448; Sat, 29 Dec 2007 06:22:57 +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 lBT6Mu7O026811; Sat, 29 Dec 2007 06:22:56 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT6MuXu026810; Sat, 29 Dec 2007 06:22:56 GMT (envelope-from kensmith) Message-Id: <200712290622.lBT6MuXu026810@repoman.freebsd.org> From: Ken Smith Date: Sat, 29 Dec 2007 06:22:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 06:22:57 -0000 kensmith 2007-12-29 06:22:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) usr.sbin/sysinstall index.c Log: MFC v1.117: > Plug a memory leak. Once any given package (e.g. perl) was installed > we would leak a saved screen for every other package we tried to install > that listed perl as one of its dependencies. When installing things > like gnome and kde that wound up being a LOT of leaked memory. While here fix up some whitespace nits that show up as differences from the other branches. Approved by: re (bmah) Revision Changes Path 1.106.2.6.2.2 +6 -4 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 06:33:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B45616A417; Sat, 29 Dec 2007 06:33:24 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mx.egr.msu.edu (surfnturf.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id BF47E13C457; Sat, 29 Dec 2007 06:33:24 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from localhost (localhost.egr.msu.edu [127.0.0.1]) by mx.egr.msu.edu (Postfix) with ESMTP id 412072EB8F0; Sat, 29 Dec 2007 01:17:31 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mx.egr.msu.edu ([127.0.0.1]) by localhost (surfnturf.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WPyWDHPExr8c; Sat, 29 Dec 2007 01:17:31 -0500 (EST) Received: from localhost (daemon.egr.msu.edu [35.9.44.65]) by mx.egr.msu.edu (Postfix) with ESMTP id 17C412EB8AC; Sat, 29 Dec 2007 01:17:31 -0500 (EST) Received: by localhost (Postfix, from userid 21281) id 1442A33C22; Sat, 29 Dec 2007 01:17:31 -0500 (EST) Date: Sat, 29 Dec 2007 01:17:31 -0500 From: Adam McDougall To: Robert Watson Message-ID: <20071229061730.GY68594@egr.msu.edu> References: <200711271220.lARCKxFm040533@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711271220.lARCKxFm040533@repoman.freebsd.org> 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/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, 29 Dec 2007 06:33:25 -0000 Can this be merged to 6 as well? I've been running the patch ported to 6-stable for a while with no problems. Thanks. On Tue, Nov 27, 2007 at 12:20:59PM +0000, Robert Watson wrote: rwatson 2007-11-27 12:20:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsclient nfs_vnops.c Log: Merge nfs_vnops.c:1.277 from HEAD to RELENG_7: 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 Approved by: re (kensmith) Revision Changes Path 1.276.2.1 +4 -25 src/sys/nfsclient/nfs_vnops.c _______________________________________________ cvs-src@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-src To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Dec 29 11:08:01 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 87B1A16A419; Sat, 29 Dec 2007 11:08:01 +0000 (UTC) Date: Sat, 29 Dec 2007 11:08:01 +0000 From: Alexey Dokuchaev To: Warner Losh Message-ID: <20071229110801.GA63946@FreeBSD.org> References: <200712290515.lBT5FtG5002183@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712290515.lBT5FtG5002183@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 11:08:01 -0000 On Sat, Dec 29, 2007 at 05:15:55AM +0000, Warner Losh wrote: > imp 2007-12-29 05:15:55 UTC > > FreeBSD src repository > > Modified files: > usr.bin/colldef parse.y scan.l > Log: > Some systems need the types defined in sys/types.h, but lack the > sys/types.h polution that FreeBSD has in one of its include files. > Since this is a bootstrap tool, include more than is strictly > necessary for FreeBSD. Does this align="justify" thing of yours really help anything? :-) ./danfe From owner-cvs-src@FreeBSD.ORG Sat Dec 29 13:27:58 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9336C16A420; Sat, 29 Dec 2007 13:27:58 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 42D7513C459; Sat, 29 Dec 2007 13:27:58 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1J8bPs-000JE5-6M; Sat, 29 Dec 2007 16:07:52 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 861B063FE; Sat, 29 Dec 2007 16:06:28 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id D5E1C17031; Sat, 29 Dec 2007 16:06:39 +0300 (MSK) Date: Sat, 29 Dec 2007 16:06:39 +0300 From: Dmitry Marakasov To: Warner Losh Message-ID: <20071229130639.GA82286@hades.panopticon> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200712271638.lBRGcTu9071266@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712271638.lBRGcTu9071266@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp65.agava.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - amdmi3.ru X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 13:27:58 -0000 * Warner Losh (imp@FreeBSD.org) wrote: > A partial solution to some of the 'pull the umass device with a > mounted FS' problems. These are more along the lines of 'avoiding an > avoidable panic' than a complete solution to removable devices. We > now close the barn door after the horse has gotten lose and has been > hit by a truck, as it were. The barn no longer catches fire in this > case, but the horse is still dead :-). Cool, but won't that affect hard drives too? I mean when my hdd drive goes offline, what I want is panic, to prevent possible [more] data loss. If this commit affects anything besides removeable devices, my opinion is this behavior should be reconsidered, or at least made tunable. Or am I missing something? -- Dmitry A. Marakasov | jabber: amdmi3@jabber.ru amdmi3@amdmi3.ru | http://www.amdmi3.ru From owner-cvs-src@FreeBSD.ORG Sat Dec 29 13:31:27 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C714116A419; Sat, 29 Dec 2007 13:31:27 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBA8713C44B; Sat, 29 Dec 2007 13:31:27 +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 lBTDVRiX028700; Sat, 29 Dec 2007 13:31:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTDVR69028699; Sat, 29 Dec 2007 13:31:27 GMT (envelope-from kib) Message-Id: <200712291331.lBTDVR69028699@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 29 Dec 2007 13:31: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/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: Sat, 29 Dec 2007 13:31:27 -0000 kib 2007-12-29 13:31:27 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_balloc.c Log: The ffs_balloc() routines, whan allocating the indirect blocks for the inode, do the rollback in case the allocation failed (due to insufficient free space or quota limits). But, the code does leaves the buffers corresponding to the inoirect blocks on the vnode bufobj list. This causes several assertion failures (for instance, "ffs_truncate3" in ffs_truncate()) to fail, and could result in the indirect block aliasing problem, like writing the context of such blocks to random disk location. Remove the buffers from the bufobj properly. Reported and tested by: Peter Holm Reviewed by: tegge MFC after: 3 weeks Revision Changes Path 1.52 +42 -2 src/sys/ufs/ffs/ffs_balloc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 13:55:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF81E16A417; Sat, 29 Dec 2007 13:55:19 +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 8536313C442; Sat, 29 Dec 2007 13:55:19 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lBTDmP9u092427; Sat, 29 Dec 2007 06:48:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 29 Dec 2007 06:53:25 -0700 (MST) Message-Id: <20071229.065325.1716883756.imp@bsdimp.com> To: amdmi3@amdmi3.ru From: "M. Warner Losh" In-Reply-To: <20071229130639.GA82286@hades.panopticon> References: <200712271638.lBRGcTu9071266@repoman.freebsd.org> <20071229130639.GA82286@hades.panopticon> 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 13:55:19 -0000 In message: <20071229130639.GA82286@hades.panopticon> Dmitry Marakasov writes: : * Warner Losh (imp@FreeBSD.org) wrote: : : > A partial solution to some of the 'pull the umass device with a : > mounted FS' problems. These are more along the lines of 'avoiding an : > avoidable panic' than a complete solution to removable devices. We : > now close the barn door after the horse has gotten lose and has been : > hit by a truck, as it were. The barn no longer catches fire in this : > case, but the horse is still dead :-). : Cool, but won't that affect hard drives too? I mean when my hdd drive : goes offline, what I want is panic, to prevent possible [more] data : loss. If this commit affects anything besides removeable devices, my : opinion is this behavior should be reconsidered, or at least made : tunable. Or am I missing something? You don't want a panic like this... Warner From owner-cvs-src@FreeBSD.ORG Sat Dec 29 14:25:30 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF32716A41A; Sat, 29 Dec 2007 14:25:30 +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 8AA1413C442; Sat, 29 Dec 2007 14:25:30 +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 lBTEPUZN051296; Sat, 29 Dec 2007 14:25:30 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTEPUsf051295; Sat, 29 Dec 2007 14:25:30 GMT (envelope-from kib) Message-Id: <200712291425.lBTEPUsf051295@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 29 Dec 2007 14:25: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/compat/linux linux_stats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 14:25:30 -0000 kib 2007-12-29 14:25:29 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. Without it, code has two problems: - behaviour of the old and new [l]stat are different with regard of the /compat/linux - directly accessing the userspace data from the kernel asks for the panics. Reported and tested by: Peter Holm Reviewed by: rdivacky MFC after: 3 days Revision Changes Path 1.89 +12 -3 src/sys/compat/linux/linux_stats.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 14:28:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66EBD16A417; Sat, 29 Dec 2007 14:28:02 +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 42C1413C45A; Sat, 29 Dec 2007 14:28:02 +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 lBTES2sq051435; Sat, 29 Dec 2007 14:28:02 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTES2LS051434; Sat, 29 Dec 2007 14:28:02 GMT (envelope-from kib) Message-Id: <200712291428.lBTES2LS051434@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 29 Dec 2007 14:28:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 14:28:02 -0000 kib 2007-12-29 14:28:02 UTC FreeBSD src repository Modified files: sys/compat/linux linux_file.c Log: Plug the leaks in the present (hopefully, soon to be replaced) implementation of the linux_openat() for the quick MFC. Reported and tested by: Peter Holm MFC after: 3 days Revision Changes Path 1.107 +19 -12 src/sys/compat/linux/linux_file.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 15:07:55 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0516A417; Sat, 29 Dec 2007 15:07:55 +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 5895D13C45A; Sat, 29 Dec 2007 15:07:55 +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 lBTF7stY069011; Sat, 29 Dec 2007 15:07:54 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTF7sTA069010; Sat, 29 Dec 2007 15:07:54 GMT (envelope-from rrs) Message-Id: <200712291507.lBTF7sTA069010@repoman.freebsd.org> From: Randall Stewart Date: Sat, 29 Dec 2007 15:07: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/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 15:07:55 -0000 rrs 2007-12-29 15:07:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/netinet sctp_bsd_addr.c Log: - sctp-iterator should run at PI_NET priority ...not 0. Approved by: re@freebsd.org(gnn) Revision Changes Path 1.14.4.1 +1 -1 src/sys/netinet/sctp_bsd_addr.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 16:28:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9730F16A421; Sat, 29 Dec 2007 16:28:17 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 843B113C4CE; Sat, 29 Dec 2007 16:28:17 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTGSHdj001693; Sat, 29 Dec 2007 16:28:17 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTGSHxA001692; Sat, 29 Dec 2007 16:28:17 GMT (envelope-from ache) Message-Id: <200712291628.lBTGSHxA001692@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 29 Dec 2007 16:28:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/timedef am_ET.UTF-8.src be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src be_BY.UTF-8.src bg_BG.CP1251.src bg_BG.UTF-8.src ca_ES.ISO8859-1.src ca_ES.UTF-8.src cs_CZ.ISO8859-2.src cs_CZ.UTF-8.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: Sat, 29 Dec 2007 16:28:17 -0000 ache 2007-12-29 16:28:17 UTC FreeBSD src repository Modified files: share/timedef am_ET.UTF-8.src be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src be_BY.UTF-8.src bg_BG.CP1251.src bg_BG.UTF-8.src ca_ES.ISO8859-1.src ca_ES.UTF-8.src cs_CZ.ISO8859-2.src cs_CZ.UTF-8.src da_DK.ISO8859-1.src da_DK.UTF-8.src de_AT.ISO8859-1.src de_AT.UTF-8.src de_DE.ISO8859-1.src de_DE.UTF-8.src el_GR.ISO8859-7.src el_GR.UTF-8.src en_GB.ISO8859-1.src en_US.ISO8859-1.src es_ES.ISO8859-1.src es_ES.UTF-8.src et_EE.ISO8859-15.src et_EE.UTF-8.src eu_ES.ISO8859-1.src fi_FI.ISO8859-1.src fi_FI.UTF-8.src fr_FR.ISO8859-1.src fr_FR.UTF-8.src he_IL.UTF-8.src hi_IN.ISCII-DEV.src hr_HR.ISO8859-2.src hr_HR.UTF-8.src hu_HU.ISO8859-2.src hu_HU.UTF-8.src hy_AM.ARMSCII-8.src hy_AM.UTF-8.src is_IS.ISO8859-1.src is_IS.UTF-8.src it_IT.ISO8859-1.src it_IT.UTF-8.src ja_JP.SJIS.src ja_JP.UTF-8.src ja_JP.eucJP.src kk_KZ.PT154.src kk_KZ.UTF-8.src ko_KR.UTF-8.src ko_KR.eucKR.src la_LN.ISO8859-1.src lt_LT.ISO8859-13.src lt_LT.ISO8859-4.src lt_LT.UTF-8.src mn_MN.UTF-8.src nl_NL.ISO8859-1.src nn_NO.ISO8859-1.src nn_NO.UTF-8.src no_NO.ISO8859-1.src no_NO.UTF-8.src pl_PL.ISO8859-2.src pl_PL.UTF-8.src pt_BR.ISO8859-1.src pt_BR.UTF-8.src pt_PT.ISO8859-1.src pt_PT.UTF-8.src ro_RO.ISO8859-2.src ro_RO.UTF-8.src ru_RU.CP1251.src ru_RU.CP866.src ru_RU.ISO8859-5.src ru_RU.KOI8-R.src ru_RU.UTF-8.src sk_SK.ISO8859-2.src sk_SK.UTF-8.src sl_SI.ISO8859-2.src sl_SI.UTF-8.src sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src sr_YU.UTF-8.src sv_SE.ISO8859-1.src sv_SE.UTF-8.src tr_TR.ISO8859-9.src tr_TR.UTF-8.src uk_UA.CP1251.src uk_UA.ISO8859-5.src uk_UA.KOI8-U.src uk_UA.UTF-8.src zh_CN.GB18030.src zh_CN.GB2312.src zh_CN.UTF-8.src zh_CN.eucCN.src zh_TW.Big5.src zh_TW.UTF-8.src Log: Comments fixing "month names" -> "months names" typo "Long months names (alternative)" or "in alternative form" -> "(without case ending)" "Long months names" -> "Long months names (as in a date)" to not confuse developers on what purpose those sections are Revision Changes Path 1.3 +2 -2 src/share/timedef/am_ET.UTF-8.src 1.2 +2 -2 src/share/timedef/be_BY.CP1131.src 1.2 +2 -2 src/share/timedef/be_BY.CP1251.src 1.2 +2 -2 src/share/timedef/be_BY.ISO8859-5.src 1.2 +2 -2 src/share/timedef/be_BY.UTF-8.src 1.2 +2 -2 src/share/timedef/bg_BG.CP1251.src 1.2 +2 -2 src/share/timedef/bg_BG.UTF-8.src 1.2 +2 -2 src/share/timedef/ca_ES.ISO8859-1.src 1.2 +2 -2 src/share/timedef/ca_ES.UTF-8.src 1.6 +3 -3 src/share/timedef/cs_CZ.ISO8859-2.src 1.2 +2 -2 src/share/timedef/cs_CZ.UTF-8.src 1.12 +2 -2 src/share/timedef/da_DK.ISO8859-1.src 1.3 +2 -2 src/share/timedef/da_DK.UTF-8.src 1.9 +3 -3 src/share/timedef/de_AT.ISO8859-1.src 1.2 +2 -2 src/share/timedef/de_AT.UTF-8.src 1.14 +3 -3 src/share/timedef/de_DE.ISO8859-1.src 1.2 +2 -2 src/share/timedef/de_DE.UTF-8.src 1.5 +3 -3 src/share/timedef/el_GR.ISO8859-7.src 1.2 +3 -3 src/share/timedef/el_GR.UTF-8.src 1.10 +4 -4 src/share/timedef/en_GB.ISO8859-1.src 1.10 +4 -4 src/share/timedef/en_US.ISO8859-1.src 1.9 +3 -3 src/share/timedef/es_ES.ISO8859-1.src 1.2 +2 -2 src/share/timedef/es_ES.UTF-8.src 1.6 +4 -4 src/share/timedef/et_EE.ISO8859-15.src 1.2 +3 -3 src/share/timedef/et_EE.UTF-8.src 1.2 +2 -2 src/share/timedef/eu_ES.ISO8859-1.src 1.9 +4 -4 src/share/timedef/fi_FI.ISO8859-1.src 1.2 +3 -3 src/share/timedef/fi_FI.UTF-8.src 1.13 +3 -3 src/share/timedef/fr_FR.ISO8859-1.src 1.2 +2 -2 src/share/timedef/fr_FR.UTF-8.src 1.2 +3 -3 src/share/timedef/he_IL.UTF-8.src 1.2 +3 -3 src/share/timedef/hi_IN.ISCII-DEV.src 1.9 +3 -3 src/share/timedef/hr_HR.ISO8859-2.src 1.2 +2 -2 src/share/timedef/hr_HR.UTF-8.src 1.7 +4 -4 src/share/timedef/hu_HU.ISO8859-2.src 1.2 +3 -3 src/share/timedef/hu_HU.UTF-8.src 1.2 +2 -2 src/share/timedef/hy_AM.ARMSCII-8.src 1.2 +2 -2 src/share/timedef/hy_AM.UTF-8.src 1.10 +4 -4 src/share/timedef/is_IS.ISO8859-1.src 1.2 +3 -3 src/share/timedef/is_IS.UTF-8.src 1.12 +3 -3 src/share/timedef/it_IT.ISO8859-1.src 1.2 +3 -3 src/share/timedef/it_IT.UTF-8.src 1.13 +3 -3 src/share/timedef/ja_JP.SJIS.src 1.2 +3 -3 src/share/timedef/ja_JP.UTF-8.src 1.11 +4 -4 src/share/timedef/ja_JP.eucJP.src 1.2 +2 -2 src/share/timedef/kk_KZ.PT154.src 1.2 +2 -2 src/share/timedef/kk_KZ.UTF-8.src 1.2 +3 -3 src/share/timedef/ko_KR.UTF-8.src 1.13 +4 -4 src/share/timedef/ko_KR.eucKR.src 1.8 +4 -4 src/share/timedef/la_LN.ISO8859-1.src 1.2 +3 -3 src/share/timedef/lt_LT.ISO8859-13.src 1.6 +4 -4 src/share/timedef/lt_LT.ISO8859-4.src 1.2 +3 -3 src/share/timedef/lt_LT.UTF-8.src 1.2 +3 -3 src/share/timedef/mn_MN.UTF-8.src 1.8 +4 -4 src/share/timedef/nl_NL.ISO8859-1.src 1.2 +2 -2 src/share/timedef/nn_NO.ISO8859-1.src 1.2 +2 -2 src/share/timedef/nn_NO.UTF-8.src 1.13 +3 -3 src/share/timedef/no_NO.ISO8859-1.src 1.2 +2 -2 src/share/timedef/no_NO.UTF-8.src 1.9 +3 -3 src/share/timedef/pl_PL.ISO8859-2.src 1.3 +3 -3 src/share/timedef/pl_PL.UTF-8.src 1.2 +2 -2 src/share/timedef/pt_BR.ISO8859-1.src 1.2 +2 -2 src/share/timedef/pt_BR.UTF-8.src 1.13 +3 -3 src/share/timedef/pt_PT.ISO8859-1.src 1.2 +2 -2 src/share/timedef/pt_PT.UTF-8.src 1.2 +3 -3 src/share/timedef/ro_RO.ISO8859-2.src 1.2 +3 -3 src/share/timedef/ro_RO.UTF-8.src 1.2 +2 -2 src/share/timedef/ru_RU.CP1251.src 1.19 +3 -3 src/share/timedef/ru_RU.CP866.src 1.10 +3 -3 src/share/timedef/ru_RU.ISO8859-5.src 1.19 +3 -3 src/share/timedef/ru_RU.KOI8-R.src 1.2 +2 -2 src/share/timedef/ru_RU.UTF-8.src 1.2 +2 -2 src/share/timedef/sk_SK.ISO8859-2.src 1.2 +2 -2 src/share/timedef/sk_SK.UTF-8.src 1.9 +2 -2 src/share/timedef/sl_SI.ISO8859-2.src 1.3 +2 -2 src/share/timedef/sl_SI.UTF-8.src 1.2 +2 -2 src/share/timedef/sr_YU.ISO8859-2.src 1.2 +2 -2 src/share/timedef/sr_YU.ISO8859-5.src 1.2 +2 -2 src/share/timedef/sr_YU.UTF-8.src 1.10 +3 -3 src/share/timedef/sv_SE.ISO8859-1.src 1.3 +3 -3 src/share/timedef/sv_SE.UTF-8.src 1.6 +3 -3 src/share/timedef/tr_TR.ISO8859-9.src 1.3 +3 -3 src/share/timedef/tr_TR.UTF-8.src 1.2 +2 -2 src/share/timedef/uk_UA.CP1251.src 1.2 +2 -2 src/share/timedef/uk_UA.ISO8859-5.src 1.9 +3 -3 src/share/timedef/uk_UA.KOI8-U.src 1.2 +2 -2 src/share/timedef/uk_UA.UTF-8.src 1.3 +3 -3 src/share/timedef/zh_CN.GB18030.src 1.2 +3 -3 src/share/timedef/zh_CN.GB2312.src 1.2 +3 -3 src/share/timedef/zh_CN.UTF-8.src 1.13 +3 -3 src/share/timedef/zh_CN.eucCN.src 1.11 +4 -4 src/share/timedef/zh_TW.Big5.src 1.2 +3 -3 src/share/timedef/zh_TW.UTF-8.src From owner-cvs-src@FreeBSD.ORG Sat Dec 29 17:27:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEFCD16A417; Sat, 29 Dec 2007 17:27:47 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C771F13C4D9; Sat, 29 Dec 2007 17:27:47 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTHRl34034054; Sat, 29 Dec 2007 17:27:47 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTHRlCq034053; Sat, 29 Dec 2007 17:27:47 GMT (envelope-from thompsa) Message-Id: <200712291727.lBTHRlCq034053@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 29 Dec 2007 17:27: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/sys/net if_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 17:27:48 -0000 thompsa 2007-12-29 17:27:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error code and the ipsec code would continue to forward/deference the null mbuf. Approved by: re (gnn) Revision Changes Path 1.6.2.1 +7 -0 src/sys/net/if_enc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 17:28:39 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B94516A418; Sat, 29 Dec 2007 17:28:39 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1380C13C447; Sat, 29 Dec 2007 17:28:39 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTHSc8d034103; Sat, 29 Dec 2007 17:28:38 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTHScY6034102; Sat, 29 Dec 2007 17:28:38 GMT (envelope-from thompsa) Message-Id: <200712291728.lBTHScY6034102@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 29 Dec 2007 17:28:38 +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/net if_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 17:28:39 -0000 thompsa 2007-12-29 17:28:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error code and the ipsec code would continue to forward/deference the null mbuf. Approved by: re (gnn) Revision Changes Path 1.6.4.1 +7 -0 src/sys/net/if_enc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 17:28:52 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9952816A468; Sat, 29 Dec 2007 17:28:52 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7139313C4E9; Sat, 29 Dec 2007 17:28:52 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTHSqBp034137; Sat, 29 Dec 2007 17:28:52 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTHSqJw034136; Sat, 29 Dec 2007 17:28:52 GMT (envelope-from thompsa) Message-Id: <200712291728.lBTHSqJw034136@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 29 Dec 2007 17:28:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 17:28:52 -0000 thompsa 2007-12-29 17:28:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error code and the ipsec code would continue to forward/deference the null mbuf. Approved by: re (gnn) Revision Changes Path 1.5.2.3 +7 -0 src/sys/net/if_enc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 17:29:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5483316A418; Sat, 29 Dec 2007 17:29:12 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C49313C45A; Sat, 29 Dec 2007 17:29:12 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTHTCsS034175; Sat, 29 Dec 2007 17:29:12 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTHTCIQ034174; Sat, 29 Dec 2007 17:29:12 GMT (envelope-from thompsa) Message-Id: <200712291729.lBTHTCIQ034174@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 29 Dec 2007 17:29:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/sys/net if_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 17:29:12 -0000 thompsa 2007-12-29 17:29:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error code and the ipsec code would continue to forward/deference the null mbuf. Approved by: re (gnn) Revision Changes Path 1.5.2.2.2.1 +7 -0 src/sys/net/if_enc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 17:35:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3549F16A419; Sat, 29 Dec 2007 17:35: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 CA3C913C45B; Sat, 29 Dec 2007 17:35:32 +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 lBTHZWhh037298; Sat, 29 Dec 2007 17:35:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTHZWpZ037294; Sat, 29 Dec 2007 17:35:32 GMT (envelope-from mav) Message-Id: <200712291735.lBTHZWpZ037294@repoman.freebsd.org> From: Alexander Motin Date: Sat, 29 Dec 2007 17:35:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_l2tp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 17:35:33 -0000 mav 2007-12-29 17:35:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_l2tp.c Log: MFC rev. 1.22 Increase control channel xmit queue to 128 packets. Previous value 16 was too small for real LAC as temporal activity spike cound easily overflow queue demanding tunnel disconnection due to possible state inconsistency. Revision Changes Path 1.14.2.3 +1 -1 src/sys/netgraph/ng_l2tp.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 17:38:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 069F316A419; Sat, 29 Dec 2007 17:38:25 +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 D34D813C4E5; Sat, 29 Dec 2007 17:38:24 +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 lBTHcOmu037961; Sat, 29 Dec 2007 17:38:24 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTHcOqn037960; Sat, 29 Dec 2007 17:38:24 GMT (envelope-from mav) Message-Id: <200712291738.lBTHcOqn037960@repoman.freebsd.org> From: Alexander Motin Date: Sat, 29 Dec 2007 17:38: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/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 17:38:25 -0000 mav 2007-12-29 17:38:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_pppoe.c Log: MFC rev. 1.87 Fix incorrectly placed bracket in pppoe_find_svc(). Revision Changes Path 1.74.2.6 +1 -1 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 18:45:38 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A80A316A469 for ; Sat, 29 Dec 2007 18:45:38 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id 39DD613C468 for ; Sat, 29 Dec 2007 18:45:38 +0000 (UTC) (envelope-from max@love2party.net) Received: from vampire.homelinux.org (dslb-088-066-005-032.pools.arcor-ip.net [88.66.5.32]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1J8ggj0Fbg-00037f; Sat, 29 Dec 2007 19:45:37 +0100 Received: (qmail 43709 invoked by uid 80); 29 Dec 2007 18:45:00 -0000 Received: from 2001:6f8:12c8:1:21d:60ff:fe0c:1771 (SquirrelMail authenticated user mlaier) by router.laiers.local with HTTP; Sat, 29 Dec 2007 19:45:00 +0100 (CET) Message-ID: <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> In-Reply-To: <200712290515.lBT5FtG5002183@repoman.freebsd.org> References: <200712290515.lBT5FtG5002183@repoman.freebsd.org> Date: Sat, 29 Dec 2007 19:45:00 +0100 (CET) From: "Max Laier" To: "Warner Losh" 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 X-Provags-ID: V01U2FsdGVkX18H7j2+ly4fK56I92N2O3LfQq6WWQ9E9m6/ZXB HMN18VAAt+PzSMe0Zxd6uN89Kce4n3RwshBp4mdpI/YzpAJrEr WpUXv40XUHTQq7BE88lPA== Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 18:45:38 -0000 Am Sa, 29.12.2007, 06:15, schrieb Warner Losh: > imp 2007-12-29 05:15:55 UTC > > FreeBSD src repository > > Modified files: > usr.bin/colldef parse.y scan.l > Log: > Some systems need the types defined in sys/types.h, but lack the > sys/types.h polution that FreeBSD has in one of its include files. > Since this is a bootstrap tool, include more than is strictly > necessary for FreeBSD. Please see http://lists.freebsd.org/pipermail/freebsd-hackers/2007-December/022648.html Your diff helps nothing if you need sys/types.h for any of the headers you left above the include. There is a reason for style(9). > Revision Changes Path > 1.35 +1 -0 src/usr.bin/colldef/parse.y > 1.20 +1 -0 src/usr.bin/colldef/scan.l -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-src@FreeBSD.ORG Sat Dec 29 19:34:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805FB16A417; Sat, 29 Dec 2007 19:34:17 +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 3FEB913C457; Sat, 29 Dec 2007 19:34:17 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lBTJQVaW095809; Sat, 29 Dec 2007 12:26:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 29 Dec 2007 12:31:34 -0700 (MST) Message-Id: <20071229.123134.-861031584.imp@bsdimp.com> To: max@love2party.net From: "M. Warner Losh" In-Reply-To: <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> References: <200712290515.lBT5FtG5002183@repoman.freebsd.org> <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 19:34:17 -0000 In message: <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> "Max Laier" writes: : : Am Sa, 29.12.2007, 06:15, schrieb Warner Losh: : > imp 2007-12-29 05:15:55 UTC : > : > FreeBSD src repository : > : > Modified files: : > usr.bin/colldef parse.y scan.l : > Log: : > Some systems need the types defined in sys/types.h, but lack the : > sys/types.h polution that FreeBSD has in one of its include files. : > Since this is a bootstrap tool, include more than is strictly : > necessary for FreeBSD. : : Please see : http://lists.freebsd.org/pipermail/freebsd-hackers/2007-December/022648.html : : Your diff helps nothing if you need sys/types.h for any of the headers you : left above the include. There is a reason for style(9). I'll try to fix it soon. But for such a small matter, can't you just commit a change? Warner From owner-cvs-src@FreeBSD.ORG Sat Dec 29 19:44:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465D116A418; Sat, 29 Dec 2007 19:44:42 +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 1DD6F13C45A; Sat, 29 Dec 2007 19:44:42 +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 lBTJif0V088197; Sat, 29 Dec 2007 19:44:41 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTJifuS088195; Sat, 29 Dec 2007 19:44:41 GMT (envelope-from mav) Message-Id: <200712291944.lBTJifuS088195@repoman.freebsd.org> From: Alexander Motin Date: Sat, 29 Dec 2007 19: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/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 19:44:42 -0000 mav 2007-12-29 19:44:41 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECT argument. It allows ppp, mpd or any other node consumer to request connection to specified access concentrator. Proposed by: Alexander A. Burylov Revision Changes Path 1.88 +37 -6 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 19:53:08 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5649416A417; Sat, 29 Dec 2007 19:53:08 +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 44FA813C45A; Sat, 29 Dec 2007 19:53:08 +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 lBTJr5fv090545; Sat, 29 Dec 2007 19:53:05 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTJr52D090543; Sat, 29 Dec 2007 19:53:05 GMT (envelope-from alc) Message-Id: <200712291953.lBTJr52D090543@repoman.freebsd.org> From: Alan Cox Date: Sat, 29 Dec 2007 19:53: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/conf files src/sys/kern kern_exec.c src/sys/vm vm_fault.c vm_object.c vm_page.c vm_reserv.c vm_reserv.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, 29 Dec 2007 19:53:08 -0000 alc 2007-12-29 19:53:04 UTC FreeBSD src repository Modified files: sys/conf files sys/kern kern_exec.c sys/vm vm_fault.c vm_object.c vm_page.c Added files: sys/vm vm_reserv.c vm_reserv.h Log: Add the superpage reservation system. This is "part 2 of 2" of the machine-independent support for superpages. (The earlier part was the rewrite of the physical memory allocator.) The remainder of the code required for superpages support is machine-dependent and will be added to the various pmap implementations at a later date. Initially, I am only supporting one large page size per architecture. Moreover, I am only enabling the reservation system on amd64. (In an emergency, it can be disabled by setting VM_NRESERVLEVELS to 0 in amd64/include/vmparam.h or your kernel configuration file.) Revision Changes Path 1.1261 +1 -0 src/sys/conf/files 1.313 +8 -1 src/sys/kern/kern_exec.c 1.238 +14 -1 src/sys/vm/vm_fault.c 1.388 +45 -0 src/sys/vm/vm_object.c 1.365 +50 -5 src/sys/vm/vm_page.c 1.1 +668 -0 src/sys/vm/vm_reserv.c (new) 1.1 +59 -0 src/sys/vm/vm_reserv.h (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 29 19:59:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05FE416A417; Sat, 29 Dec 2007 19:59:59 +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 D19CD13C4E7; Sat, 29 Dec 2007 19:59:58 +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 lBTJxwXO092922; Sat, 29 Dec 2007 19:59:58 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTJxw54092921; Sat, 29 Dec 2007 19:59:58 GMT (envelope-from mav) Message-Id: <200712291959.lBTJxw54092921@repoman.freebsd.org> From: Alexander Motin Date: Sat, 29 Dec 2007 19:59: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/share/man/man4 ng_pppoe.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, 29 Dec 2007 19:59:59 -0000 mav 2007-12-29 19:59:58 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: Document new "AC-Name\Service-Name" connect syntax. Revision Changes Path 1.40 +4 -4 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 29 20:19:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19EA216A418; Sat, 29 Dec 2007 20:19:34 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id D5E2913C4D3; Sat, 29 Dec 2007 20:19:33 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 2DD8A2C2F85; Sat, 29 Dec 2007 14:02:35 -0600 (CST) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tGYnFW0F9Ho6; Sat, 29 Dec 2007 14:02:34 -0600 (CST) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 529992C2F7A; Sat, 29 Dec 2007 14:02:34 -0600 (CST) Message-ID: <4776A7D9.7050002@cs.rice.edu> Date: Sat, 29 Dec 2007 14:02:33 -0600 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070805 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox References: <200712291953.lBTJr52D090543@repoman.freebsd.org> In-Reply-To: <200712291953.lBTJr52D090543@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/conf files src/sys/kern kern_exec.c src/sys/vm vm_fault.c vm_object.c vm_page.c vm_reserv.c vm_reserv.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, 29 Dec 2007 20:19:34 -0000 Alan Cox wrote: >alc 2007-12-29 19:53:04 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/kern kern_exec.c > sys/vm vm_fault.c vm_object.c vm_page.c > Added files: > sys/vm vm_reserv.c vm_reserv.h > Log: > Add the superpage reservation system. This is "part 2 of 2" of the > machine-independent support for superpages. (The earlier part was > the rewrite of the physical memory allocator.) The remainder of the > code required for superpages support is machine-dependent and will > be added to the various pmap implementations at a later date. > > Initially, I am only supporting one large page size per architecture. > Moreover, I am only enabling the reservation system on amd64. (In > an emergency, it can be disabled by setting VM_NRESERVLEVELS to 0 > in amd64/include/vmparam.h or your kernel configuration file.) > > Revision Changes Path > 1.1261 +1 -0 src/sys/conf/files > 1.313 +8 -1 src/sys/kern/kern_exec.c > 1.238 +14 -1 src/sys/vm/vm_fault.c > 1.388 +45 -0 src/sys/vm/vm_object.c > 1.365 +50 -5 src/sys/vm/vm_page.c > 1.1 +668 -0 src/sys/vm/vm_reserv.c (new) > 1.1 +59 -0 src/sys/vm/vm_reserv.h (new) > > It's worth commenting that the reservation system by itself (without actual superpage mappings in the page table and TLB) reduces the time spent by the kernel managing memory because it coarsens the granularity at which some operations are performed. For example, I see about a 4-5% reduction in system time for "buildworld" on both a Phenom and a Core2 Duo. Alan From owner-cvs-src@FreeBSD.ORG Sat Dec 29 21:55:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C137416A417; Sat, 29 Dec 2007 21:55:26 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE4A713C448; Sat, 29 Dec 2007 21:55:26 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTLtP3K052554; Sat, 29 Dec 2007 21:55:25 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTLtPwv052553; Sat, 29 Dec 2007 21:55:25 GMT (envelope-from wkoszek) Message-Id: <200712292155.lBTLtPwv052553@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 29 Dec 2007 21:55:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c src/sys/dev/kbd kbd.c kbdreg.h src/sys/dev/kbdmux kbdmux.c src/sys/dev/syscons syscons.c syscons.h src/sys/dev/usb ukbd.c src/sys/dev/vkbd vkbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 21:55:26 -0000 wkoszek 2007-12-29 21:55:25 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbd.c atkbd_atkbdc.c sys/dev/kbd kbd.c kbdreg.h sys/dev/kbdmux kbdmux.c sys/dev/syscons syscons.c syscons.h sys/dev/usb ukbd.c sys/dev/vkbd vkbd.c Log: Remove explicit calls to keyboard methods with their respective variants implemented with macros. This patch improves code readability. Reasoning behind kbdd_* is a "keyboard discipline". List of macros is supposed to be complete--all methods of keyboard_switch should have their respective macros from now on. Functionally, this code should be no-op. My intention is to leave current behaviour of code as is. Glanced at by: rwatson Reviewed by: emax, marcel Approved by: cognet Revision Changes Path 1.53 +4 -4 src/sys/dev/atkbdc/atkbd.c 1.21 +4 -4 src/sys/dev/atkbdc/atkbd_atkbdc.c 1.47 +12 -17 src/sys/dev/kbd/kbd.c 1.19 +44 -0 src/sys/dev/kbd/kbdreg.h 1.16 +14 -35 src/sys/dev/kbdmux/kbdmux.c 1.455 +28 -28 src/sys/dev/syscons/syscons.c 1.89 +0 -20 src/sys/dev/syscons/syscons.h 1.76 +5 -5 src/sys/dev/usb/ukbd.c 1.12 +4 -5 src/sys/dev/vkbd/vkbd.c From owner-cvs-src@FreeBSD.ORG Sat Dec 29 22:29:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936EA16A41B; Sat, 29 Dec 2007 22:29:57 +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 43C3413C44B; Sat, 29 Dec 2007 22:29:57 +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 506BD2099; Sat, 29 Dec 2007 23:29:49 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 429372089; Sat, 29 Dec 2007 23:29:49 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 0EC758449B; Sat, 29 Dec 2007 23:29:49 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Andrey A. Chernov" References: <200712291628.lBTGSHxA001692@repoman.freebsd.org> Date: Sat, 29 Dec 2007 23:29:48 +0100 In-Reply-To: <200712291628.lBTGSHxA001692@repoman.freebsd.org> (Andrey A. Chernov's message of "Sat\, 29 Dec 2007 16\:28\:17 +0000 \(UTC\)") Message-ID: <86tzm116eb.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/timedef am_ET.UTF-8.src be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src be_BY.UTF-8.src bg_BG.CP1251.src bg_BG.UTF-8.src ca_ES.ISO8859-1.src ca_ES.UTF-8.src cs_CZ.ISO8859-2.src cs_CZ.UTF-8.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: Sat, 29 Dec 2007 22:29:57 -0000 "Andrey A. Chernov" writes: > Log: > Comments fixing > "month names" -> "months names" > typo wrong. > "Long months names (alternative)" or "in alternative form" -> > "(without case ending)" > "Long months names" -> "Long months names (as in a date)" > to not confuse developers on what purpose those sections are all of the above should have "month names" instead of "months names". DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sat Dec 29 23:27:00 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FE0216A41A; Sat, 29 Dec 2007 23:27:00 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C73413C447; Sat, 29 Dec 2007 23:27:00 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTNR0MY088600; Sat, 29 Dec 2007 23:27:00 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTNR0Gf088593; Sat, 29 Dec 2007 23:27:00 GMT (envelope-from wkoszek) Message-Id: <200712292327.lBTNR0Gf088593@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 29 Dec 2007 23:27: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/dev/fb creator.c fb.c fbreg.h machfb.c splash_bmp.c splash_pcx.c vga.c src/sys/dev/syscons scgfbrndr.c scvgarndr.c scvidctl.c syscons.c src/sys/dev/syscons/blank blank_saver.c src/sys/dev/syscons/daemon daemon_saver.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2007 23:27:00 -0000 wkoszek 2007-12-29 23:27:00 UTC FreeBSD src repository Modified files: sys/dev/fb creator.c fb.c fbreg.h machfb.c splash_bmp.c splash_pcx.c vga.c sys/dev/syscons scgfbrndr.c scvgarndr.c scvidctl.c syscons.c sys/dev/syscons/blank blank_saver.c sys/dev/syscons/daemon daemon_saver.c sys/dev/syscons/dragon dragon_saver.c sys/dev/syscons/fade fade_saver.c sys/dev/syscons/fire fire_saver.c sys/dev/syscons/green green_saver.c sys/dev/syscons/logo logo_saver.c sys/dev/syscons/rain rain_saver.c sys/dev/syscons/snake snake_saver.c sys/dev/syscons/star star_saver.c sys/dev/syscons/warp warp_saver.c sys/i386/xbox xboxfb.c sys/isa vga_isa.c sys/pc98/cbus gdc.c scgdcrndr.c Log: Replace explicit calls to video methods with their respective variants implemented with macros. This patch improves code readability. Reasoning behind vidd_* is a sort of "video discipline". List of macros is supposed to be complete--all methods of video_switch ought to have their respective macros from now on. Functionally, this code should be no-op. My intention is to leave current behaviour of touched code as is. No objections: rwatson Silence on: freebsd-current@ Approved by: cognet Revision Changes Path 1.14 +2 -2 src/sys/dev/fb/creator.c 1.34 +9 -10 src/sys/dev/fb/fb.c 1.22 +66 -12 src/sys/dev/fb/fbreg.h 1.6 +1 -1 src/sys/dev/fb/machfb.c 1.21 +11 -11 src/sys/dev/fb/splash_bmp.c 1.9 +7 -7 src/sys/dev/fb/splash_pcx.c 1.37 +16 -16 src/sys/dev/fb/vga.c 1.18 +2 -4 src/sys/dev/syscons/blank/blank_saver.c 1.24 +1 -1 src/sys/dev/syscons/daemon/daemon_saver.c 1.3 +4 -4 src/sys/dev/syscons/dragon/dragon_saver.c 1.20 +7 -9 src/sys/dev/syscons/fade/fade_saver.c 1.12 +7 -7 src/sys/dev/syscons/fire/fire_saver.c 1.18 +3 -4 src/sys/dev/syscons/green/green_saver.c 1.14 +9 -9 src/sys/dev/syscons/logo/logo_saver.c 1.14 +8 -8 src/sys/dev/syscons/rain/rain_saver.c 1.25 +25 -32 src/sys/dev/syscons/scgfbrndr.c 1.22 +10 -15 src/sys/dev/syscons/scvgarndr.c 1.39 +7 -7 src/sys/dev/syscons/scvidctl.c 1.32 +1 -1 src/sys/dev/syscons/snake/snake_saver.c 1.27 +1 -1 src/sys/dev/syscons/star/star_saver.c 1.456 +15 -17 src/sys/dev/syscons/syscons.c 1.15 +8 -8 src/sys/dev/syscons/warp/warp_saver.c 1.6 +4 -5 src/sys/i386/xbox/xboxfb.c 1.35 +4 -6 src/sys/isa/vga_isa.c 1.51 +3 -3 src/sys/pc98/cbus/gdc.c 1.14 +7 -9 src/sys/pc98/cbus/scgdcrndr.c