From owner-cvs-src@FreeBSD.ORG Sun Feb 8 00:40:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B30616A4CE; Sun, 8 Feb 2004 00:40:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E3EE43D1D; Sun, 8 Feb 2004 00:40:25 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i188eO0B077879; Sun, 8 Feb 2004 00:40:24 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i188eOkf077878; Sun, 8 Feb 2004 00:40:24 -0800 (PST) (envelope-from silby) Message-Id: <200402080840.i188eOkf077878@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 8 Feb 2004 00:40:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/net if_loop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 08:40:25 -0000 silby 2004/02/08 00:40:24 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net if_loop.c Log: MFC rev 1.91: don't bother defragging mbuf chains sent to the loopback, the ipv6 stack can handle them just fine as is. Revision Changes Path 1.47.2.9 +0 -21 src/sys/net/if_loop.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 00:46:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4099716A4CE; Sun, 8 Feb 2004 00:46:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2497943D1F; Sun, 8 Feb 2004 00:46:13 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i188kC0B079908; Sun, 8 Feb 2004 00:46:12 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i188kCET079907; Sun, 8 Feb 2004 00:46:12 -0800 (PST) (envelope-from dougb) Message-Id: <200402080846.i188kCET079907@repoman.freebsd.org> From: Doug Barton Date: Sun, 8 Feb 2004 00:46:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/defaults make.conf src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 08:46:13 -0000 dougb 2004/02/08 00:46:12 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc/defaults make.conf share/man/man5 make.conf.5 Log: Properly document the difference between NO_MAKEDEV and NO_MAKEDEV_RUN. PR: conf/37909 Submitted by: Paul Fardy Revision Changes Path 1.97.2.83 +5 -1 src/etc/defaults/make.conf 1.12.2.35 +8 -0 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Feb 8 01:39:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD9216A4CE; Sun, 8 Feb 2004 01:39:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2054743D1D; Sun, 8 Feb 2004 01:39:03 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i189d20B097222; Sun, 8 Feb 2004 01:39:02 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i189d2gS097221; Sun, 8 Feb 2004 01:39:02 -0800 (PST) (envelope-from phk) Message-Id: <200402080939.i189d2gS097221@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 8 Feb 2004 01:39:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 09:39:04 -0000 phk 2004/02/08 01:39:02 PST FreeBSD src repository Modified files: sys/geom/bde g_bde.c Log: Add a missing error case return. Problem reported by: Flemming Jacobsen Revision Changes Path 1.24 +1 -0 src/sys/geom/bde/g_bde.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 02:19:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A5F16A4CE; Sun, 8 Feb 2004 02:19:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E33F43D1F; Sun, 8 Feb 2004 02:19:18 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18AJI0B006855; Sun, 8 Feb 2004 02:19:18 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18AJI0f006854; Sun, 8 Feb 2004 02:19:18 -0800 (PST) (envelope-from phk) Message-Id: <200402081019.i18AJI0f006854@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 8 Feb 2004 02:19:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 10:19:18 -0000 phk 2004/02/08 02:19:18 PST FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Polish the work/state engine in preparation for HW-crypto support. Revision Changes Path 1.23 +65 -64 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 04:38:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8608616A4CE; Sun, 8 Feb 2004 04:38:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCC743D1F; Sun, 8 Feb 2004 04:38:30 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18CcU0B037909; Sun, 8 Feb 2004 04:38:30 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18CcUKH037908; Sun, 8 Feb 2004 04:38:30 -0800 (PST) (envelope-from das) Message-Id: <200402081238.i18CcUKH037908@repoman.freebsd.org> From: David Schultz Date: Sun, 8 Feb 2004 04:38:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys setpgid.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 12:38:30 -0000 das 2004/02/08 04:38:30 PST FreeBSD src repository Modified files: lib/libc/sys setpgid.2 Log: Update the documentation for setpgrp(2) to reflect the access control checks that the code actually performs. Judging from the 4.2BSD release notes, the docs have only been out of date for 20 years. PR: 29844 Revision Changes Path 1.14 +21 -7 src/lib/libc/sys/setpgid.2 From owner-cvs-src@FreeBSD.ORG Sun Feb 8 07:27:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 436E916A4CE; Sun, 8 Feb 2004 07:27:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B33D43D1F; Sun, 8 Feb 2004 07:27:59 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18FRw0B082378; Sun, 8 Feb 2004 07:27:58 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18FRwYt082377; Sun, 8 Feb 2004 07:27:58 -0800 (PST) (envelope-from le) Message-Id: <200402081527.i18FRwYt082377@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 8 Feb 2004 07:27:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 15:27:59 -0000 le 2004/02/08 07:27:58 PST FreeBSD src repository Modified files: sys/dev/vinum vinumconfig.c Log: Don't free ressources that haven't been allocated. This should fix the "disappearing subdisks" problem when new subdisks can't be created due to some errors. This is in fact an ugly hack, but a more elegant solution would probably require a redesign of vinum in several places. Approved by: joerg (mentor) Revision Changes Path 1.65 +9 -2 src/sys/dev/vinum/vinumconfig.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 08:07:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FBA16A4CE; Sun, 8 Feb 2004 08:07:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2079543D1D; Sun, 8 Feb 2004 08:07:23 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18G7M0B091802; Sun, 8 Feb 2004 08:07:22 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18G7Mdq091801; Sun, 8 Feb 2004 08:07:22 -0800 (PST) (envelope-from scottl) Message-Id: <200402081607.i18G7Mdq091801@repoman.freebsd.org> From: Scott Long Date: Sun, 8 Feb 2004 08:07:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors src/sys/dev/amr amr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 16:07:23 -0000 scottl 2004/02/08 08:07:22 PST FreeBSD src repository Modified files: sys/conf majors sys/dev/amr amr.c Log: Allow amr(4) to get a dynamic major number instead of a static one. Submitted by: Andre Guibert de Bruet Revision Changes Path 1.189 +0 -1 src/sys/conf/majors 1.50 +0 -3 src/sys/dev/amr/amr.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 09:37:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B79B16A4CE; Sun, 8 Feb 2004 09:37:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7EFD43D1D; Sun, 8 Feb 2004 09:37:57 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18Hbv0B018005; Sun, 8 Feb 2004 09:37:57 -0800 (PST) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18Hbv00018004; Sun, 8 Feb 2004 09:37:57 -0800 (PST) (envelope-from jdp) Message-Id: <200402081737.i18Hbv00018004@repoman.freebsd.org> From: John Polstra Date: Sun, 8 Feb 2004 09:37:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 17:37:58 -0000 jdp 2004/02/08 09:37:57 PST FreeBSD src repository Modified files: . access Log: Remove my special e-mail alias for commit mail from the access file. The spammers have harvested it from the web and are now using it to annoy me a few dozen more times a day. I hate them. I hate them a lot. Revision Changes Path 1.639 +1 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sun Feb 8 10:22:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 031B616A4CE; Sun, 8 Feb 2004 10:22:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E038143D1D; Sun, 8 Feb 2004 10:22:27 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18IMR0B029326; Sun, 8 Feb 2004 10:22:27 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18IMR48029325; Sun, 8 Feb 2004 10:22:27 -0800 (PST) (envelope-from ume) Message-Id: <200402081822.i18IMR48029325@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 8 Feb 2004 10:22:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 18:22:28 -0000 ume 2004/02/08 10:22:27 PST FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: - obey ip6po_minmtu. - notify a proper path MTU to applications. Obtained from: KAME Revision Changes Path 1.77 +31 -4 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 10:55:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB08716A4CE; Sun, 8 Feb 2004 10:55:04 -0800 (PST) Received: from morpheus.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E69243D1D; Sun, 8 Feb 2004 10:55:04 -0800 (PST) (envelope-from freebsd-cvs-src@webteckies.org) Received: from ghost.lan.webteckies.org (ghost.lan.webteckies.org [192.168.1.10]) by morpheus.webteckies.org (Postfix) with ESMTP id 6BB5B107C6; Sun, 8 Feb 2004 19:54:17 +0100 (CET) From: Melvyn Sopacua Organization: WebTeckies.org To: Colin Percival , cvs-src@FreeBSD.org Date: Sun, 8 Feb 2004 19:54:15 +0100 User-Agent: KMail/1.5.4 References: <200401211636.i0LGaHZ5091578@repoman.freebsd.org> In-Reply-To: <200401211636.i0LGaHZ5091578@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402081954.15999.freebsd-cvs-src@webteckies.org> Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 18:55:04 -0000 On Wednesday 21 January 2004 17:36, Colin Percival wrote: > Log: > After setting a ruleset on a new devfs mount, apply it. > > Approved by: phk, rwatson (mentor) > PR: bin/61047 Could this be merged to RELENG_5_2 perhaps? -- Melvyn From owner-cvs-src@FreeBSD.ORG Sun Feb 8 11:16:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 673AE16A4CE; Sun, 8 Feb 2004 11:16:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0D143D1F; Sun, 8 Feb 2004 11:16:02 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18JG20B040847; Sun, 8 Feb 2004 11:16:02 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18JG2H6040846; Sun, 8 Feb 2004 11:16:02 -0800 (PST) (envelope-from mjacob) Message-Id: <200402081916.i18JG2H6040846@repoman.freebsd.org> From: Matt Jacob Date: Sun, 8 Feb 2004 11:16:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 19:16:02 -0000 mjacob 2004/02/08 11:16:02 PST FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.h Log: Remove condition variables and status associated with target mode enabling. Instead, go to an interrupt/polled model. MFC after: 6 days Revision Changes Path 1.75 +2 -6 src/sys/dev/isp/isp_freebsd.h From owner-cvs-src@FreeBSD.ORG Sun Feb 8 11:17:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC47116A4CE; Sun, 8 Feb 2004 11:17:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B6943D2F; Sun, 8 Feb 2004 11:17:56 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18JHu0B040911; Sun, 8 Feb 2004 11:17:56 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18JHugQ040910; Sun, 8 Feb 2004 11:17:56 -0800 (PST) (envelope-from mjacob) Message-Id: <200402081917.i18JHugQ040910@repoman.freebsd.org> From: Matt Jacob Date: Sun, 8 Feb 2004 11:17:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 19:17:57 -0000 mjacob 2004/02/08 11:17:56 PST FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: Remove condition variables and status associated with target mode enabling. Instead, go to an interrupt/polled model. Fix get_lun_statep so we don't panic if there are no wildcard luns enabled. MFC after: 6 days Revision Changes Path 1.97 +169 -246 src/sys/dev/isp/isp_freebsd.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 12:32:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C514F16A4CE; Sun, 8 Feb 2004 12:32:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF8243D1D; Sun, 8 Feb 2004 12:32:41 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18KWf0B058279; Sun, 8 Feb 2004 12:32:41 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18KWfXr058278; Sun, 8 Feb 2004 12:32:41 -0800 (PST) (envelope-from wpaul) Message-Id: <200402082032.i18KWfXr058278@repoman.freebsd.org> From: Bill Paul Date: Sun, 8 Feb 2004 12:32:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 20:32:41 -0000 wpaul 2004/02/08 12:32:41 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Make NdisMMapIoSpace() handle the case where a device has both mem and altmem ranges mapped. Revision Changes Path 1.46 +5 -3 src/sys/compat/ndis/subr_ndis.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 12:39:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F98416A4CE; Sun, 8 Feb 2004 12:39:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283A743D1D; Sun, 8 Feb 2004 12:39:36 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18KdZ0B058497; Sun, 8 Feb 2004 12:39:35 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18KdZBq058496; Sun, 8 Feb 2004 12:39:35 -0800 (PST) (envelope-from wpaul) Message-Id: <200402082039.i18KdZBq058496@repoman.freebsd.org> From: Bill Paul Date: Sun, 8 Feb 2004 12:39:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 20:39:36 -0000 wpaul 2004/02/08 12:39:35 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too. Revision Changes Path 1.47 +4 -2 src/sys/compat/ndis/subr_ndis.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 13:21:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E4816A4CE; Sun, 8 Feb 2004 13:21:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1AF43D1D; Sun, 8 Feb 2004 13:21:46 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18LLj0B075273; Sun, 8 Feb 2004 13:21:45 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18LLjKn075272; Sun, 8 Feb 2004 13:21:45 -0800 (PST) (envelope-from peter) Message-Id: <200402082121.i18LLjKn075272@repoman.freebsd.org> From: Peter Wemm Date: Sun, 8 Feb 2004 13:21:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/gen fabs.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 21:21:46 -0000 peter 2004/02/08 13:21:45 PST FreeBSD src repository Modified files: lib/libc/amd64/gen fabs.S Log: Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do this from looking at code generated by gcc. Revision Changes Path 1.3 +35 -10 src/lib/libc/amd64/gen/fabs.S From owner-cvs-src@FreeBSD.ORG Sun Feb 8 13:32:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115CF16A4CE; Sun, 8 Feb 2004 13:32:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E4B43D2F; Sun, 8 Feb 2004 13:32:24 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18LWN0B078000; Sun, 8 Feb 2004 13:32:23 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18LWNMq077999; Sun, 8 Feb 2004 13:32:23 -0800 (PST) (envelope-from ru) Message-Id: <200402082132.i18LWNMq077999@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 8 Feb 2004 13:32:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BELL_LABS Subject: cvs commit: src/contrib/one-true-awk - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 21:32:24 -0000 ru 2004/02/08 13:32:23 PST FreeBSD src repository src/contrib/one-true-awk - Imported sources Update of /home/ncvs/src/contrib/one-true-awk In directory repoman.freebsd.org:/tmp/cvs-serv77267 Log Message: Vendor import of bwk's 7-Feb-2004 release. Status: Vendor Tag: BELL_LABS Release Tags: bwk_20040207 U src/contrib/one-true-awk/README U src/contrib/one-true-awk/FIXES U src/contrib/one-true-awk/awk.h U src/contrib/one-true-awk/proto.h U src/contrib/one-true-awk/awkgram.y U src/contrib/one-true-awk/lex.c U src/contrib/one-true-awk/b.c U src/contrib/one-true-awk/main.c U src/contrib/one-true-awk/maketab.c U src/contrib/one-true-awk/parse.c U src/contrib/one-true-awk/lib.c U src/contrib/one-true-awk/run.c U src/contrib/one-true-awk/tran.c U src/contrib/one-true-awk/proctab.c U src/contrib/one-true-awk/makefile U src/contrib/one-true-awk/mac.code U src/contrib/one-true-awk/awk.1 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sun Feb 8 13:39:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BDD16A4CE; Sun, 8 Feb 2004 13:39:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF4F143D2F; Sun, 8 Feb 2004 13:39:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18LdI0B078304; Sun, 8 Feb 2004 13:39:18 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18LdIeb078303; Sun, 8 Feb 2004 13:39:18 -0800 (PST) (envelope-from ru) Message-Id: <200402082139.i18LdIeb078303@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 8 Feb 2004 13:39:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/one-true-awk FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 21:39:19 -0000 ru 2004/02/08 13:39:18 PST FreeBSD src repository Modified files: contrib/one-true-awk FREEBSD-upgrade Log: Update for the 2004/02/07 import. Revision Changes Path 1.8 +5 -5 src/contrib/one-true-awk/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Sun Feb 8 13:41:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA42A16A4CE for ; Sun, 8 Feb 2004 13:41:26 -0800 (PST) Received: from mailhub1.midco.net (mailhub1.midco.net [24.220.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704BE43D31 for ; Sun, 8 Feb 2004 13:41:26 -0800 (PST) (envelope-from pmes@bis.midco.net) Received: (qmail 23100 invoked by uid 0); 8 Feb 2004 21:41:25 -0000 Received: from host-195-219-220-24.midco.net (HELO bis.midco.net) ([24.220.219.195]) (envelope-sender ) by lvs-pop.midco.net (qmail-ldap-1.03) with SMTP for ; 8 Feb 2004 21:41:25 -0000 Message-ID: <4026AD04.7010503@bis.midco.net> Date: Sun, 08 Feb 2004 15:41:24 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031215 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <200401202239.i0KMdv4G025437@repoman.freebsd.org> In-Reply-To: <200401202239.i0KMdv4G025437@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/cvsup cvs-supfile ports-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 21:41:26 -0000 Joe Marcus Clarke wrote: > marcus 2004/01/20 14:39:57 PST > > FreeBSD src repository (doc,ports committer) > > Modified files: > share/examples/cvsup cvs-supfile ports-supfile > Log: > Add ports-accessibility and ports-x11-themes to the example supfiles. > ports-x11-themes does not appear on any of the servers I've tried: Connected to cvsup.freebsd.org Server message: Unknown collection "ports-x11-themes" Is it still in the process of being introduced? Thanks, Pete... > Revision Changes Path > 1.40 +2 -0 src/share/examples/cvsup/cvs-supfile > 1.30 +2 -0 src/share/examples/cvsup/ports-supfile > _______________________________________________ > 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 Sun Feb 8 13:44:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254FE16A4CE; Sun, 8 Feb 2004 13:44:39 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE73F43D1D; Sun, 8 Feb 2004 13:44:38 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i18Lepsm054605; Sun, 8 Feb 2004 16:40:51 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Peter Schultz In-Reply-To: <4026AD04.7010503@bis.midco.net> References: <200401202239.i0KMdv4G025437@repoman.freebsd.org> <4026AD04.7010503@bis.midco.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PcMkW43zR1tmkDv57uzT" Organization: FreeBSD, Inc. Message-Id: <1076276677.16832.25.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 08 Feb 2004 16:44:37 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/cvsup cvs-supfile ports-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 21:44:39 -0000 --=-PcMkW43zR1tmkDv57uzT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-02-08 at 16:41, Peter Schultz wrote: > Joe Marcus Clarke wrote: > > marcus 2004/01/20 14:39:57 PST > >=20 > > FreeBSD src repository (doc,ports committer) > >=20 > > Modified files: > > share/examples/cvsup cvs-supfile ports-supfile=20 > > Log: > > Add ports-accessibility and ports-x11-themes to the example supfiles. > > =20 > ports-x11-themes does not appear on any of the servers I've tried: > Connected to cvsup.freebsd.org > Server message: Unknown collection "ports-x11-themes" >=20 > Is it still in the process of being introduced? Yes. We're hoping to organize a massive repocopy soon for all the ports that will fill this category. Since there are no ports in there now, it has not been connected to the build or the cvsup distribution. Joe >=20 > Thanks, > Pete... >=20 > > Revision Changes Path > > 1.40 +2 -0 src/share/examples/cvsup/cvs-supfile > > 1.30 +2 -0 src/share/examples/cvsup/ports-supfile > > _______________________________________________ > > 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" > >=20 > >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-PcMkW43zR1tmkDv57uzT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAJq3Eb2iPiv4Uz4cRAlGcAJ9uwUlmcR9cx4pyxUUDlfzNIvfoNACfVjFA Zl3eAaYd4gcHLKZUC5RPQsA= =3GmN -----END PGP SIGNATURE----- --=-PcMkW43zR1tmkDv57uzT-- From owner-cvs-src@FreeBSD.ORG Sun Feb 8 13:59:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3517C16A4CE; Sun, 8 Feb 2004 13:59:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E63743D1F; Sun, 8 Feb 2004 13:59:18 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18LxH0B082734; Sun, 8 Feb 2004 13:59:17 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18LxHYu082733; Sun, 8 Feb 2004 13:59:17 -0800 (PST) (envelope-from iedowse) Message-Id: <200402082159.i18LxHYu082733@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 13:59:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ping ping.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 21:59:18 -0000 iedowse 2004/02/08 13:59:17 PST FreeBSD src repository Modified files: sbin/ping ping.c Log: Certain ICMP error replies cause ping to perform a reverse DNS lookup on an IP address from the packet (such as the IP that sent a TTL exceeded error). If the DNS lookup takes a long time, ^C will appear to be ineffective since the SIGINT handler just sets a flag and returns. Work around this by exiting immediately on receipt of a second SIGINT when DNS lookups are enabled. PR: bin/4696 MFC after: 1 week Revision Changes Path 1.102 +6 -0 src/sbin/ping/ping.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 14:16:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBDC16A4CE; Sun, 8 Feb 2004 14:16:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC52943D1D; Sun, 8 Feb 2004 14:16:29 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18MGT0B087949; Sun, 8 Feb 2004 14:16:29 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18MGTk7087948; Sun, 8 Feb 2004 14:16:29 -0800 (PST) (envelope-from bmah) Message-Id: <200402082216.i18MGTk7087948@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 8 Feb 2004 14:16:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 22:16:30 -0000 bmah 2004/02/08 14:16:29 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: SA-04:02. Revision Changes Path 1.63 +11 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Feb 8 14:24:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E90E16A4CE; Sun, 8 Feb 2004 14:24:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6666D43D1F; Sun, 8 Feb 2004 14:24:18 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18MOI0B089902; Sun, 8 Feb 2004 14:24:18 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18MOI0K089901; Sun, 8 Feb 2004 14:24:18 -0800 (PST) (envelope-from iedowse) Message-Id: <200402082224.i18MOI0K089901@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 14:24:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys ptrace.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 22:24:18 -0000 iedowse 2004/02/08 14:24:17 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys ptrace.2 Log: MFC: 1.32; make the documentation of PT_STEP match its implementation. Revision Changes Path 1.12.2.13 +5 -2 src/lib/libc/sys/ptrace.2 From owner-cvs-src@FreeBSD.ORG Sun Feb 8 14:26:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794B516A4CE; Sun, 8 Feb 2004 14:26:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6236B43D1F; Sun, 8 Feb 2004 14:26:06 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18MQ60B090072; Sun, 8 Feb 2004 14:26:06 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18MQ6Qs090071; Sun, 8 Feb 2004 14:26:06 -0800 (PST) (envelope-from bmah) Message-Id: <200402082226.i18MQ6Qs090071@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 8 Feb 2004 14:26:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 22:26:06 -0000 bmah 2004/02/08 14:26:06 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: MFC: SA-04:02. While here, add missing date for SA-03:19 note. Revision Changes Path 1.1.2.120 +12 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Feb 8 14:31:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C4816A4CE; Sun, 8 Feb 2004 14:31:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5062243D1F; Sun, 8 Feb 2004 14:31:00 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18MV00B090396; Sun, 8 Feb 2004 14:31:00 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18MUxR9090393; Sun, 8 Feb 2004 14:30:59 -0800 (PST) (envelope-from iedowse) Message-Id: <200402082230.i18MUxR9090393@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 14:30:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 22:31:00 -0000 iedowse 2004/02/08 14:30:59 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_dirhash.c Log: MFC: 1.14; Undo the adjustment of the total memory used by dirhash in the case where allocating the dirhash structure fails. Fix a few typos in comments and update copyright. Revision Changes Path 1.3.2.7 +6 -4 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 15:08:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3233916A4CE; Sun, 8 Feb 2004 15:08:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F5443D1D; Sun, 8 Feb 2004 15:08:54 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18N8r0B099708; Sun, 8 Feb 2004 15:08:53 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18N8rtW099707; Sun, 8 Feb 2004 15:08:53 -0800 (PST) (envelope-from iedowse) Message-Id: <200402082308.i18N8rtW099707@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 15:08:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dmesg dmesg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 23:08:54 -0000 iedowse 2004/02/08 15:08:53 PST FreeBSD src repository Modified files: sbin/dmesg dmesg.c Log: Further simplify the code for printing the message buffer: - Ensure that the buffer ends with "\n\0" to avoid special cases and allow the use of strtol(). - Use strvisx() on each complete line instead of character by character. Submitted by: bde MFC after: 1 week Revision Changes Path 1.22 +36 -33 src/sbin/dmesg/dmesg.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 15:42:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375D916A4CE; Sun, 8 Feb 2004 15:42:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5C543D1D; Sun, 8 Feb 2004 15:42:10 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18Ng90B007962; Sun, 8 Feb 2004 15:42:09 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18Ng9I7007959; Sun, 8 Feb 2004 15:42:09 -0800 (PST) (envelope-from iedowse) Message-Id: <200402082342.i18Ng9I7007959@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 15:42:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/df df.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 23:42:10 -0000 iedowse 2004/02/08 15:42:09 PST FreeBSD src repository Modified files: bin/df df.c Log: Use int rather than size_t storage for printf field widths to avoid many casts. Reviewed by: bde Revision Changes Path 1.54 +41 -43 src/bin/df/df.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 15:57:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4956016A4CE; Sun, 8 Feb 2004 15:57:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300D643D2F; Sun, 8 Feb 2004 15:57:20 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18NvJ0B010310; Sun, 8 Feb 2004 15:57:19 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18NvJjh010309; Sun, 8 Feb 2004 15:57:19 -0800 (PST) (envelope-from jmallett) Message-Id: <200402082357.i18NvJjh010309@repoman.freebsd.org> From: Juli Mallett Date: Sun, 8 Feb 2004 15:57:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps keyword.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 23:57:20 -0000 jmallett 2004/02/08 15:57:19 PST FreeBSD src repository Modified files: bin/ps keyword.c Log: MFp4 @46705: Support "uprocp" exactly like "paddr" with the former having been documented in the manual but not implemented. PR: 42484 Revision Changes Path 1.65 +2 -0 src/bin/ps/keyword.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 16:10:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C1116A4CE; Sun, 8 Feb 2004 16:10:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F24243D2F; Sun, 8 Feb 2004 16:10:19 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i190AJ0B013495; Sun, 8 Feb 2004 16:10:19 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i190AJvp013493; Sun, 8 Feb 2004 16:10:19 -0800 (PST) (envelope-from iedowse) Message-Id: <200402090010.i190AJvp013493@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 16:10:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ypset ypset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 00:10:19 -0000 iedowse 2004/02/08 16:10:18 PST FreeBSD src repository Modified files: usr.sbin/ypset ypset.c Log: Fix a typo that stopped ypset's -h option from working with a hostname rather than an IP. The code was copying the pointer to the IP address instead of the IP address itself. The bug has existed ever since ypset was first imported in 1994. PR: bin/62550 Submitted by: aardvark@saintaardvarkthecarpeted.com MFC after: 1 week Revision Changes Path 1.14 +1 -1 src/usr.sbin/ypset/ypset.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 16:12:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3978216A4CE; Sun, 8 Feb 2004 16:12:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBA743D1D; Sun, 8 Feb 2004 16:12:51 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i190Co0B015340; Sun, 8 Feb 2004 16:12:50 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i190Co5C015339; Sun, 8 Feb 2004 16:12:50 -0800 (PST) (envelope-from grehan) Message-Id: <200402090012.i190Co5C015339@repoman.freebsd.org> From: Peter Grehan Date: Sun, 8 Feb 2004 16:12:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include hid.h spr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 00:12:51 -0000 grehan 2004/02/08 16:12:50 PST FreeBSD src repository Modified files: sys/powerpc/include hid.h spr.h Log: Definitions for MPC7457 CPU type and HID0 bits Revision Changes Path 1.2 +40 -35 src/sys/powerpc/include/hid.h 1.4 +2 -0 src/sys/powerpc/include/spr.h From owner-cvs-src@FreeBSD.ORG Sun Feb 8 18:25:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B0F16A4CE; Sun, 8 Feb 2004 18:25:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBFB43D1F; Sun, 8 Feb 2004 18:25:25 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i192PO0B051492; Sun, 8 Feb 2004 18:25:24 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i192POnV051491; Sun, 8 Feb 2004 18:25:24 -0800 (PST) (envelope-from grehan) Message-Id: <200402090225.i192POnV051491@repoman.freebsd.org> From: Peter Grehan Date: Sun, 8 Feb 2004 18:25:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 02:25:25 -0000 grehan 2004/02/08 18:25:24 PST FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: Recognize MPC7547 (aka G4+) Revision Changes Path 1.4 +7 -1 src/sys/powerpc/powerpc/cpu.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 20:58:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C9916A4CE; Sun, 8 Feb 2004 20:58:01 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9D043D1D; Sun, 8 Feb 2004 20:58:00 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1Aq3j1-00045d-00; Mon, 09 Feb 2004 11:12:51 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1Aq3iz-00043n-00; Mon, 09 Feb 2004 11:12:50 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i194w1Gx046876; Mon, 9 Feb 2004 10:58:01 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i194w14b046858; Mon, 9 Feb 2004 10:58:01 +0600 (NOVT) (envelope-from danfe) Date: Mon, 9 Feb 2004 10:58:01 +0600 From: Alexey Dokuchaev To: Ian Dowse Message-ID: <20040209045801.GA38626@regency.nsu.ru> References: <200402082308.i18N8rtW099707@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402082308.i18N8rtW099707@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: iedowse@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/dmesg dmesg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 04:58:01 -0000 On Sun, Feb 08, 2004 at 03:08:53PM -0800, Ian Dowse wrote: > iedowse 2004/02/08 15:08:53 PST > > FreeBSD src repository > > Modified files: > sbin/dmesg dmesg.c > Log: > Further simplify the code for printing the message buffer: > - Ensure that the buffer ends with "\n\0" to avoid special cases > and allow the use of strtol(). > - Use strvisx() on each complete line instead of character by > character. > > Submitted by: bde > MFC after: 1 week Are you plan to MFC you recent dmesg.c fixes to RELENG_4 as well? This would be much appreciated. ./danfe From owner-cvs-src@FreeBSD.ORG Sun Feb 8 21:29:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E5916A4CE; Sun, 8 Feb 2004 21:29:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FC943D1D; Sun, 8 Feb 2004 21:29:05 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i195T50B097776; Sun, 8 Feb 2004 21:29:05 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i195T5KF097775; Sun, 8 Feb 2004 21:29:05 -0800 (PST) (envelope-from scottl) Message-Id: <200402090529.i195T5KF097775@repoman.freebsd.org> From: Scott Long Date: Sun, 8 Feb 2004 21:29:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 05:29:06 -0000 scottl 2004/02/08 21:29:05 PST FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Fall back to INTR_MPSAFE if INTR_FAST registration fails. PR: kern/62276 Revision Changes Path 1.42 +8 -2 src/sys/dev/aac/aac_pci.c From owner-cvs-src@FreeBSD.ORG Sun Feb 8 21:34:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C3E16A4D3; Sun, 8 Feb 2004 21:34:30 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C1A43D1F; Sun, 8 Feb 2004 21:34:30 -0800 (PST) (envelope-from cristjc@comcast.net) Received: from blossom.cjclark.org (c-24-6-186-224.client.comcast.net[24.6.186.224]) by comcast.net (rwcrmhc12) with ESMTP id <2004020905342901400hknrqe>; Mon, 9 Feb 2004 05:34:29 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.9p2/8.12.8) with ESMTP id i195YS43064622; Sun, 8 Feb 2004 21:34:28 -0800 (PST) (envelope-from cristjc@comcast.net) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.9p2/8.12.9/Submit) id i195YRel064621; Sun, 8 Feb 2004 21:34:28 -0800 (PST) (envelope-from cristjc@comcast.net) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to cristjc@comcast.net using -f Date: Sun, 8 Feb 2004 21:34:27 -0800 From: "Crist J. Clark" To: Hajimu UMEMOTO Message-ID: <20040209053427.GA47595@blossom.cjclark.org> References: <200401271557.i0RFvG4b022293@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401271557.i0RFvG4b022293@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-URL: http://people.freebsd.org/~cjc/ cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Crist J. Clark" List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 05:34:30 -0000 On Tue, Jan 27, 2004 at 07:57:16AM -0800, Hajimu UMEMOTO wrote: > ume 2004/01/27 07:57:16 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > sys/netinet6 in6_pcb.c > Log: > MFC 1.47: call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). > > Approved by: re (scott) > > Revision Changes Path > 1.45.2.1 +7 -0 src/sys/netinet6/in6_pcb.c FWIW, this prevents an INET6 kernel from building without IPSEC. Of course, since IPsec is required in IPv6, this may not be a bug. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org From owner-cvs-src@FreeBSD.ORG Sun Feb 8 22:55:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71BA716A4CE; Sun, 8 Feb 2004 22:55:50 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC7B43D1D; Sun, 8 Feb 2004 22:55:50 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 27276530D; Mon, 9 Feb 2004 07:55:49 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3BC26530C; Mon, 9 Feb 2004 07:55:42 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id E0CA633C6F; Mon, 9 Feb 2004 07:55:41 +0100 (CET) To: Ian Dowse References: <200402090010.i190AJvp013493@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 09 Feb 2004 07:55:41 +0100 In-Reply-To: <200402090010.i190AJvp013493@repoman.freebsd.org> (Ian Dowse's message of "Sun, 8 Feb 2004 16:10:18 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ypset ypset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 06:55:50 -0000 Ian Dowse writes: > Log: > Fix a typo that stopped ypset's -h option from working with a > hostname rather than an IP. The code was copying the pointer to the > IP address instead of the IP address itself. The bug has existed > ever since ypset was first imported in 1994. so that's why I never got it to work... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Feb 8 22:59:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2704416A4CE; Sun, 8 Feb 2004 22:59:26 -0800 (PST) Received: from cheer.mahoroba.org (flets20-024.kamome.or.jp [218.45.20.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CF043D2F; Sun, 8 Feb 2004 22:59:25 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from localhost (IDENT:8xG4nMvCoS0x0f+pu0aAAk8p9eVrbCljFubIulHfG1r8YD9oWtJFayHLA7Bn6fva@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0)i196x5ZS041079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Feb 2004 15:59:06 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Mon, 09 Feb 2004 15:59:05 +0900 Message-ID: From: Hajimu UMEMOTO To: "Crist J. Clark" In-Reply-To: <20040209053427.GA47595@blossom.cjclark.org> References: <200401271557.i0RFvG4b022293@repoman.freebsd.org> <20040209053427.GA47595@blossom.cjclark.org> User-Agent: xcite1.38> Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 4.9-RELEASE MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cheer.mahoroba.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 06:59:26 -0000 Hi, >>>>> On Sun, 8 Feb 2004 21:34:27 -0800 >>>>> "Crist J. Clark" said: cristjc> On Tue, Jan 27, 2004 at 07:57:16AM -0800, Hajimu UMEMOTO wrote: > ume 2004/01/27 07:57:16 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > sys/netinet6 in6_pcb.c > Log: > MFC 1.47: call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). > > Approved by: re (scott) > > Revision Changes Path > 1.45.2.1 +7 -0 src/sys/netinet6/in6_pcb.c cristjc> FWIW, this prevents an INET6 kernel from building without IPSEC. Of cristjc> course, since IPsec is required in IPv6, this may not be a cristjc> bug. The part where IPSEC is required is enclosed with #ifdef IPSEC. So, I cannot believe that it breaks building without IPSEC. Please show me the error message? Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Sun Feb 8 23:04:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B10716A4CE; Sun, 8 Feb 2004 23:04:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AAD343D2F; Sun, 8 Feb 2004 23:04:02 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i197420B020160; Sun, 8 Feb 2004 23:04:02 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19741ns020159; Sun, 8 Feb 2004 23:04:01 -0800 (PST) (envelope-from grehan) Message-Id: <200402090704.i19741ns020159@repoman.freebsd.org> From: Peter Grehan Date: Sun, 8 Feb 2004 23:04:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 07:04:02 -0000 grehan 2004/02/08 23:04:01 PST FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: Disable branch-target instruction cache on MPC7457 as outlined in Motorola processor errata. Submitted by: Suleiman Souhlal Revision Changes Path 1.5 +3 -2 src/sys/powerpc/powerpc/cpu.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 00:42:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BEC16A4CE; Mon, 9 Feb 2004 00:42:58 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 67C8543D1F; Mon, 9 Feb 2004 00:42:57 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Feb 2004 08:42:56 +0000 (GMT) To: Alexey Dokuchaev In-Reply-To: Your message of "Mon, 09 Feb 2004 10:58:01 +0600." <20040209045801.GA38626@regency.nsu.ru> Date: Mon, 09 Feb 2004 08:42:53 +0000 From: Ian Dowse Message-ID: <200402090842.aa73744@salmon.maths.tcd.ie> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/dmesg dmesg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 08:42:58 -0000 In message <20040209045801.GA38626@regency.nsu.ru>, Alexey Dokuchaev writes: >On Sun, Feb 08, 2004 at 03:08:53PM -0800, Ian Dowse wrote: >> MFC after: 1 week > >Are you plan to MFC you recent dmesg.c fixes to RELENG_4 as well? This >would be much appreciated. Yes, the MFC will include both changes - I just forgot the "MFC after" in the previous revision. Ian From owner-cvs-src@FreeBSD.ORG Mon Feb 9 04:52:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BDB16A4CE; Mon, 9 Feb 2004 04:52:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217FA43D1F; Mon, 9 Feb 2004 04:52:16 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19CqF0B010399; Mon, 9 Feb 2004 04:52:15 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19CqF0f010398; Mon, 9 Feb 2004 04:52:15 -0800 (PST) (envelope-from bde) Message-Id: <200402091252.i19CqF0f010398@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 04:52:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent lexi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 12:52:16 -0000 bde 2004/02/09 04:52:15 PST FreeBSD src repository Modified files: usr.bin/indent lexi.c Log: Backed out rev.1.4 and 1.7 so they they can be implemented and committed properly. Of the 3 changes mentioned in the log message for rev.1.4, the first (implementing -[n]fcb) was correct but didn't touch this file, the second (no-space-after-sizeof) was not actually done (it is the default and is controlled by the undcoumented -[n]bs options), and the third (no-space-after 'struct foo *') was very buggy and was reduced to wrong comments and other style bugs by backing out the main part of it in rev.1.6. Rev.1.4 had 2 changes which were not mentioned in its commit log: expand specials[] so that more than -83 typedef-names can be specified (this was the one working change in rev.1.4), and add "const" and "volatile" to specials[] (this was buggy). Revision Changes Path 1.16 +5 -18 src/usr.bin/indent/lexi.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 05:13:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB3F16A4CE; Mon, 9 Feb 2004 05:13:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E990443D1D; Mon, 9 Feb 2004 05:13:03 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19DD30B015519; Mon, 9 Feb 2004 05:13:03 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19DD3GC015518; Mon, 9 Feb 2004 05:13:03 -0800 (PST) (envelope-from bde) Message-Id: <200402091313.i19DD3GC015518@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 05:13:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent lexi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 13:13:04 -0000 bde 2004/02/09 05:13:03 PST FreeBSD src repository Modified files: usr.bin/indent lexi.c Log: Expanded the size of the keyword table from 100 to 1000 entries so that the number of typedef-names is not so limited. Same as in rev.1.4. Added the "const" and "volatile" to the keyword table. Rev.1.4 added these but they were misclassified so they were not formatted as types. indent still doesn't really understand them. E.g., it mangles "char * const *foo" and "char *const *foo". This change mainly stops it mangling "char const foo" to "charconst foo". Revision Changes Path 1.17 +3 -1 src/usr.bin/indent/lexi.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 06:05:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D58A916AA6C; Mon, 9 Feb 2004 06:05:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD94643D31; Mon, 9 Feb 2004 06:05:17 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19E5H0B026918; Mon, 9 Feb 2004 06:05:17 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19E5HCa026917; Mon, 9 Feb 2004 06:05:17 -0800 (PST) (envelope-from ru) Message-Id: <200402091405.i19E5HCa026917@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 9 Feb 2004 06:05:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.prog.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 14:05:18 -0000 ru 2004/02/09 06:05:17 PST FreeBSD src repository Modified files: share/mk bsd.prog.mk Log: Two changes to aid in cleaning up sys/boot/ makefiles: - Don't put libc.a as a dependency if program is linked with -nostdlib. - Added INTERNALPROG (by analogy to INTERNALLIB) for programs which are built only for its side effect and shold not be installed. Revision Changes Path 1.135 +9 -3 src/share/mk/bsd.prog.mk From owner-cvs-src@FreeBSD.ORG Mon Feb 9 06:11:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985DF16AA6C; Mon, 9 Feb 2004 06:11:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D4F43D1D; Mon, 9 Feb 2004 06:11:58 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19EBw0B028731; Mon, 9 Feb 2004 06:11:58 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19EBwBq028730; Mon, 9 Feb 2004 06:11:58 -0800 (PST) (envelope-from ru) Message-Id: <200402091411.i19EBwBq028730@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 9 Feb 2004 06:11:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot0 Makefile src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/btx/lib Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 14:11:58 -0000 ru 2004/02/09 06:11:58 PST FreeBSD src repository Modified files: sys/boot/i386 Makefile.inc sys/boot/i386/boot0 Makefile sys/boot/i386/boot2 Makefile sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/btx/lib Makefile sys/boot/i386/cdboot Makefile sys/boot/i386/kgzldr Makefile sys/boot/i386/loader Makefile sys/boot/i386/mbr Makefile sys/boot/i386/pxeldr Makefile Log: - Factor out -nostdlib to an upper level Makefile.inc. - Now that bsd.prog.mk deals with programs linked with -nostdlib better, and has a notion of an "internal" program, use PROG where possible. This has a good impact on the contents of .depend files and causes programs to be linked with cc(1). XXX: boot2 couldn't be converted as it's actually two programs. Tested on: i386, amd64 Revision Changes Path 1.9 +1 -0 src/sys/boot/i386/Makefile.inc 1.23 +7 -4 src/sys/boot/i386/boot0/Makefile 1.54 +1 -1 src/sys/boot/i386/boot2/Makefile 1.14 +9 -4 src/sys/boot/i386/btx/btx/Makefile 1.13 +9 -4 src/sys/boot/i386/btx/btxldr/Makefile 1.12 +5 -7 src/sys/boot/i386/btx/lib/Makefile 1.8 +6 -3 src/sys/boot/i386/cdboot/Makefile 1.19 +6 -11 src/sys/boot/i386/kgzldr/Makefile 1.73 +8 -13 src/sys/boot/i386/loader/Makefile 1.9 +6 -3 src/sys/boot/i386/mbr/Makefile 1.12 +5 -7 src/sys/boot/i386/pxeldr/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 9 06:17:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8468A16A4CE; Mon, 9 Feb 2004 06:17:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C16543D31; Mon, 9 Feb 2004 06:17:03 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19EH30B029368; Mon, 9 Feb 2004 06:17:03 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19EH2pU029367; Mon, 9 Feb 2004 06:17:02 -0800 (PST) (envelope-from ru) Message-Id: <200402091417.i19EH2pU029367@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 9 Feb 2004 06:17:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/sparc64 Makefile.incsrc/sys/boot/sparc64/boot1 Makefile src/sys/boot/sparc64/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 14:17:04 -0000 ru 2004/02/09 06:17:02 PST FreeBSD src repository Modified files: sys/boot/sparc64/boot1 Makefile sys/boot/sparc64/loader Makefile Added files: sys/boot/sparc64 Makefile.inc Log: MFi386. - Factor out common settings and put them in an upper level Makefile.inc. - Properly use PROG for real programs, not their products. - Further reduce diffs to i386 versions. Tested on: sparc64 (panther) Revision Changes Path 1.1 +5 -0 src/sys/boot/sparc64/Makefile.inc (new) 1.9 +14 -17 src/sys/boot/sparc64/boot1/Makefile 1.16 +9 -35 src/sys/boot/sparc64/loader/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 9 07:27:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1D216A4CE; Mon, 9 Feb 2004 07:27:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21C343D2F; Mon, 9 Feb 2004 07:27:03 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19FR30B044811; Mon, 9 Feb 2004 07:27:03 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19FR394044810; Mon, 9 Feb 2004 07:27:03 -0800 (PST) (envelope-from bde) Message-Id: <200402091527.i19FR394044810@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 07:27:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent lexi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 15:27:04 -0000 bde 2004/02/09 07:27:03 PST FreeBSD src repository Modified files: usr.bin/indent lexi.c Log: Fixed misformatting of "struct foo *bar" in function parameter lists. It was mangled to "struct foo * bar". There should be an option to control this, but no space is normal. This finishes fixing the bugs in rev.1.4. indent(1) still doesn't really understand types in parameter lists. It thinks keywords inside parentheses are for casts or sizeofs. This works accidentally for scalar types and this quick fix makes it work similarly but not so accidentally for struct/union/enum types. Revision Changes Path 1.18 +11 -8 src/usr.bin/indent/lexi.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 07:31:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 335DB16A4CF; Mon, 9 Feb 2004 07:31:35 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C244043D2F; Mon, 9 Feb 2004 07:31:34 -0800 (PST) (envelope-from cristjc@comcast.net) Received: from blossom.cjclark.org (c-24-6-186-224.client.comcast.net[24.6.186.224]) by comcast.net (sccrmhc12) with ESMTP id <20040209153133012007v66he>; Mon, 9 Feb 2004 15:31:33 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.9p2/8.12.8) with ESMTP id i19FVV43090792; Mon, 9 Feb 2004 07:31:31 -0800 (PST) (envelope-from cristjc@comcast.net) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.9p2/8.12.9/Submit) id i19FVVv0090791; Mon, 9 Feb 2004 07:31:31 -0800 (PST) (envelope-from cristjc@comcast.net) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to cristjc@comcast.net using -f Date: Mon, 9 Feb 2004 07:31:30 -0800 From: "Crist J. Clark" To: Hajimu UMEMOTO Message-ID: <20040209153130.GA90540@blossom.cjclark.org> References: <200401271557.i0RFvG4b022293@repoman.freebsd.org> <20040209053427.GA47595@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-URL: http://people.freebsd.org/~cjc/ cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cjclark@alum.mit.edu List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 15:31:35 -0000 On Mon, Feb 09, 2004 at 03:59:05PM +0900, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Sun, 8 Feb 2004 21:34:27 -0800 > >>>>> "Crist J. Clark" said: > > cristjc> On Tue, Jan 27, 2004 at 07:57:16AM -0800, Hajimu UMEMOTO wrote: > > ume 2004/01/27 07:57:16 PST > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_5_2) > > sys/netinet6 in6_pcb.c > > Log: > > MFC 1.47: call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). > > > > Approved by: re (scott) > > > > Revision Changes Path > > 1.45.2.1 +7 -0 src/sys/netinet6/in6_pcb.c > > cristjc> FWIW, this prevents an INET6 kernel from building without IPSEC. Of > cristjc> course, since IPsec is required in IPv6, this may not be a > cristjc> bug. > > The part where IPSEC is required is enclosed with #ifdef IPSEC. So, I > cannot believe that it breaks building without IPSEC. Please show me > the error message? Sorry, there is another dependency. You must have FAST_IPSEC defined instead of IPSEC. The errors are, /usr/src/sys/netinet6/in6_pcb.c: In function `in6_pcbconnect': /usr/src/sys/netinet6/in6_pcb.c:410: warning: implicit declaration of function `ipsec_pcbconn' /usr/src/sys/netinet6/in6_pcb.c: In function `in6_pcbdisconnect': /usr/src/sys/netinet6/in6_pcb.c:425: warning: implicit declaration of function `ipsec_pcbdisconn' The preprocessor directives at the top set IPSEC when FAST_IPSEC is true. So to rephrase, you cannot build INET6 and FAST_IPSEC (which only does IPv4 IPsec) in the same kernel. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org From owner-cvs-src@FreeBSD.ORG Mon Feb 9 07:37:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD9C16A4CE; Mon, 9 Feb 2004 07:37:23 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5BEB43D2F; Mon, 9 Feb 2004 07:37:23 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 090BB65434; Mon, 9 Feb 2004 15:37:22 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21824-02; Mon, 9 Feb 2004 15:37:21 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 5E4736542F; Mon, 9 Feb 2004 15:37:21 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4A86F11; Mon, 9 Feb 2004 15:37:20 +0000 (GMT) Date: Mon, 9 Feb 2004 15:37:19 +0000 From: Bruce M Simpson To: cjclark@alum.mit.edu Message-ID: <20040209153719.GB1275@saboteur.dek.spc.org> Mail-Followup-To: cjclark@alum.mit.edu, Hajimu UMEMOTO , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200401271557.i0RFvG4b022293@repoman.freebsd.org> <20040209053427.GA47595@blossom.cjclark.org> <20040209153130.GA90540@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040209153130.GA90540@blossom.cjclark.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Hajimu UMEMOTO cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 15:37:24 -0000 On Mon, Feb 09, 2004 at 07:31:30AM -0800, Crist J. Clark wrote: > So to rephrase, you cannot build INET6 and FAST_IPSEC (which only does > IPv4 IPsec) in the same kernel. This is particularly nasty as I have a piece of work in progress at the moment which requires FAST_IPSEC. I could crossport it to the KAME codebase, but the last time I looked at this, it looked hairy. BMS From owner-cvs-src@FreeBSD.ORG Mon Feb 9 07:57:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725EE16A4CE; Mon, 9 Feb 2004 07:57:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B91343D1F; Mon, 9 Feb 2004 07:57:36 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19Fva0B051422; Mon, 9 Feb 2004 07:57:36 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19FvaiN051421; Mon, 9 Feb 2004 07:57:36 -0800 (PST) (envelope-from bde) Message-Id: <200402091557.i19FvaiN051421@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 07:57:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent indent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 15:57:36 -0000 bde 2004/02/09 07:57:36 PST FreeBSD src repository Modified files: usr.bin/indent indent.c Log: Fixed tab lossage in indented variable names. The -diN option was worse than useless because it caused things like mangling of "^int\tfoo" to "int foo" (this for N = 8). This quick fix breaks the invariant that characters between s_code and e_code have width 1, but nothing seems to depend on this. Revision Changes Path 1.19 +22 -6 src/usr.bin/indent/indent.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 08:01:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F3A616A4CE; Mon, 9 Feb 2004 08:01:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401D943D2F; Mon, 9 Feb 2004 08:01:46 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19G1k0B052713; Mon, 9 Feb 2004 08:01:46 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19G1k2N052712; Mon, 9 Feb 2004 08:01:46 -0800 (PST) (envelope-from nyan) Message-Id: <200402091601.i19G1k2N052712@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 9 Feb 2004 08:01:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98 Makefile.inc src/sys/boot/pc98/boot0 Makefile src/sys/boot/pc98/boot0.5 Makefile src/sys/boot/pc98/boot2 Makefile src/sys/boot/pc98/btx/btx Makefile src/sys/boot/pc98/btx/btxldr Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 16:01:46 -0000 nyan 2004/02/09 08:01:45 PST FreeBSD src repository Modified files: sys/boot/pc98 Makefile.inc sys/boot/pc98/boot0 Makefile sys/boot/pc98/boot0.5 Makefile sys/boot/pc98/boot2 Makefile sys/boot/pc98/btx/btx Makefile sys/boot/pc98/btx/btxldr Makefile sys/boot/pc98/btx/lib Makefile sys/boot/pc98/kgzldr Makefile sys/boot/pc98/loader Makefile Log: MFi386: Factor out -nostdlib and use PROG. Revision Changes Path 1.5 +1 -0 src/sys/boot/pc98/Makefile.inc 1.3 +7 -7 src/sys/boot/pc98/boot0.5/Makefile 1.3 +7 -4 src/sys/boot/pc98/boot0/Makefile 1.18 +1 -1 src/sys/boot/pc98/boot2/Makefile 1.8 +9 -4 src/sys/boot/pc98/btx/btx/Makefile 1.6 +9 -4 src/sys/boot/pc98/btx/btxldr/Makefile 1.9 +5 -7 src/sys/boot/pc98/btx/lib/Makefile 1.13 +8 -13 src/sys/boot/pc98/kgzldr/Makefile 1.33 +8 -14 src/sys/boot/pc98/loader/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 9 08:02:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B4416A4CE; Mon, 9 Feb 2004 08:02:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BD243D1D; Mon, 9 Feb 2004 08:02:16 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19G2G0B053165; Mon, 9 Feb 2004 08:02:16 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19G2Gcw053164; Mon, 9 Feb 2004 08:02:16 -0800 (PST) (envelope-from ume) Message-Id: <200402091602.i19G2Gcw053164@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 9 Feb 2004 08:02:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 16:02:17 -0000 ume 2004/02/09 08:02:16 PST FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: fix build with FAST_IPSEC. Reported by: cjc Revision Changes Path 1.48 +1 -2 src/sys/netinet6/in6_pcb.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 08:07:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD40616A4CE; Mon, 9 Feb 2004 08:07:43 -0800 (PST) Received: from cheer.mahoroba.org (flets20-024.kamome.or.jp [218.45.20.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6746043D1F; Mon, 9 Feb 2004 08:07:43 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from mille.mahoroba.org (IDENT:Kbgg0k1Gph2mWUyc7e9y9ydtgVcsD5/1/GjLuEeGIgmuebLQOyz/4tH1Noaqfr85@mille.mahoroba.org [IPv6:3ffe:501:185b:8010:202:2dff:fe0a:6bee]) (user=ume mech=CRAM-MD5 bits=0)i19G7YZS068003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Feb 2004 01:07:34 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Tue, 10 Feb 2004 01:07:33 +0900 Message-ID: From: Hajimu UMEMOTO To: cjclark@alum.mit.edu In-Reply-To: <20040209153130.GA90540@blossom.cjclark.org> References: <200401271557.i0RFvG4b022293@repoman.freebsd.org> <20040209053427.GA47595@blossom.cjclark.org> <20040209153130.GA90540@blossom.cjclark.org> User-Agent: xcite1.38> Wanderlust/2.11.0 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 4.9-RELEASE MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cheer.mahoroba.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 16:07:44 -0000 Hi, >>>>> On Mon, 9 Feb 2004 07:31:30 -0800 >>>>> "Crist J. Clark" said: cristjc> Sorry, there is another dependency. You must have FAST_IPSEC defined cristjc> instead of IPSEC. The errors are, I've just committed the fix into HEAD. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Mon Feb 9 09:42:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A1A716A4D1 for ; Mon, 9 Feb 2004 09:42:49 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DEBD443D3F for ; Mon, 9 Feb 2004 09:42:48 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 73805 invoked by uid 1000); 9 Feb 2004 17:42:49 -0000 Date: Mon, 9 Feb 2004 09:42:48 -0800 (PST) From: Nate Lawson To: Bruce Evans In-Reply-To: <20040208074351.Y58537@gamplex.bde.org> Message-ID: <20040209094012.C73740@root.org> References: <200402061930.i16JUCpa011145@repoman.freebsd.org> <20040208074351.Y58537@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: John Baldwin cc: Tim Robbins Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 17:42:49 -0000 On Sun, 8 Feb 2004, Bruce Evans wrote: > On Sat, 7 Feb 2004, Tim Robbins wrote: > > On Fri, Feb 06, 2004 at 11:30:12AM -0800, John Baldwin wrote: > > > > > jhb 2004/02/06 11:30:12 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern kern_resource.c > > > Log: > > > - Correct the translation of old rlimit values to properly handle the old > > > RLIM_INFINITY case for ogetrlimit(). > > > - Use %jd and intmax_t to output negative time in usec in calcru(). > > > - Rework getrusage() to make a copy of the rusage struct into a local > > > variable while holding Giant and then do the copyout from the local > > > variable to avoid having to have the original process rusage struct > > > locked while doing the copyout (which would not be safe). This also > > > includes a few style fixes from Bruce to getrusage(). > > > > Thanks (from the one who added the XXX comment). Can't we use the > > proc lock here though? > > calcru() takes about 4.5 usec on a Celeron 366 > with a TSC timecounter, and this is too long to hold a spin lock since, > while it is not too bad in absolute terms, it scales to 100+ usec on > old machines that used to have an interrupt latency of much smaller > than 100 usec. Another way to look at the relative largeness of 4.5 > usec: vfork()+exit()+wait() for a small process takes about 86 usec > on a Celeron 366, and 4.5 usec of that is for calcru(). What if calcru() were postponed until the process lifetime was a minimum quantum? This sounds like we should be concerned about the vfork/exec case if your above example applies. -Nate From owner-cvs-src@FreeBSD.ORG Mon Feb 9 10:45:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB5E16A4CE; Mon, 9 Feb 2004 10:45:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2101E43D2F; Mon, 9 Feb 2004 10:45:26 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19IjP0B095647; Mon, 9 Feb 2004 10:45:25 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19IjP7F095646; Mon, 9 Feb 2004 10:45:25 -0800 (PST) (envelope-from wes) Message-Id: <200402091845.i19IjP7F095646@repoman.freebsd.org> From: Wes Peters Date: Mon, 9 Feb 2004 10:45:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 18:45:26 -0000 wes 2004/02/09 10:45:25 PST FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Too good to miss. Wisdumb by: Danno Coppock Revision Changes Path 1.126 +3 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Feb 9 11:13:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DFE16A4CE; Mon, 9 Feb 2004 11:13:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB42E43D31; Mon, 9 Feb 2004 11:13:58 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19JDw0B002920; Mon, 9 Feb 2004 11:13:58 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19JDw2i002919; Mon, 9 Feb 2004 11:13:58 -0800 (PST) (envelope-from wpaul) Message-Id: <200402091913.i19JDw2i002919@repoman.freebsd.org> From: Bill Paul Date: Mon, 9 Feb 2004 11:13:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_hal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 19:13:59 -0000 wpaul 2004/02/09 11:13:58 PST FreeBSD src repository Modified files: sys/compat/ndis subr_hal.c Log: Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both of which are _fastcall). Revision Changes Path 1.9 +40 -16 src/sys/compat/ndis/subr_hal.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 12:26:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B20C16A4CE; Mon, 9 Feb 2004 12:26:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001AD43D1D; Mon, 9 Feb 2004 12:26:27 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19KQR0B019248; Mon, 9 Feb 2004 12:26:27 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19KQRIP019247; Mon, 9 Feb 2004 12:26:27 -0800 (PST) (envelope-from bde) Message-Id: <200402092026.i19KQRIP019247@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 12:26:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent indent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 20:26:28 -0000 bde 2004/02/09 12:26:27 PST FreeBSD src repository Modified files: usr.bin/indent indent.c Log: Backed out a part of previous commit that wasn;t mentioned in the log message and wasn't quite ready (it avoided indenting the names of local variables). Revision Changes Path 1.20 +1 -2 src/usr.bin/indent/indent.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 12:33:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA08C16A4CE; Mon, 9 Feb 2004 12:33:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5C443D1F; Mon, 9 Feb 2004 12:33:42 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19KXg0B021319; Mon, 9 Feb 2004 12:33:42 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19KXgJL021318; Mon, 9 Feb 2004 12:33:42 -0800 (PST) (envelope-from des) Message-Id: <200402092033.i19KXgJL021318@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 9 Feb 2004 12:33:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 20:33:42 -0000 des 2004/02/09 12:33:42 PST FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: Remove VFS_STATFS() call which violated the lock order and wasn't really required anyway. PR: kern/61994 Submitted by: Bjoern Groenvall Revision Changes Path 1.82 +0 -4 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 12:42:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A5B16A4CF; Mon, 9 Feb 2004 12:42:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B654843D1F; Mon, 9 Feb 2004 12:42:08 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19Kg80B023281; Mon, 9 Feb 2004 12:42:08 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19Kg8QK023277; Mon, 9 Feb 2004 12:42:08 -0800 (PST) (envelope-from bde) Message-Id: <200402092042.i19Kg8QK023277@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 12:42:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent indent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 20:42:09 -0000 bde 2004/02/09 12:42:08 PST FreeBSD src repository Modified files: usr.bin/indent indent.c Log: Only use tabs to indent variable names if the declaration indent is nonzero (so that the 1-char indentation given by -di0 is never rendered by a tab). Removed garbage commented out code for setting the indentation of variable names. Revision Changes Path 1.21 +8 -8 src/usr.bin/indent/indent.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 12:46:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7174D16A4CF for ; Mon, 9 Feb 2004 12:46:19 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5667443D1D for ; Mon, 9 Feb 2004 12:46:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 21074 invoked from network); 9 Feb 2004 20:46:14 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 9 Feb 2004 20:46:14 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i19KjrM2082127; Mon, 9 Feb 2004 15:46:04 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 9 Feb 2004 13:50:28 -0500 User-Agent: KMail/1.5.4 References: <200402071854.i17IsYJp068368@repoman.freebsd.org> In-Reply-To: <200402071854.i17IsYJp068368@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402091350.28038.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/sys/compat/svr4 svr4_types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 20:46:19 -0000 On Saturday 07 February 2004 01:54 pm, Poul-Henning Kamp wrote: > phk 2004/02/07 10:54:34 PST > > FreeBSD src repository > > Modified files: > sys/compat/svr4 svr4_types.h > Log: > I guess nobody has needed to use the SVR4olator to create device > nodes, or if they did, they're now locked away on the Kurt Gdel > memorial home for the numerically confused: > > Don't cast a kernel pointer (from makedev(9)) to an integer (maj+minor > combo). Or they use it in on 4.x where dev_t is still a numeric. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Feb 9 13:46:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E876616A4CE; Mon, 9 Feb 2004 13:46:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB80A43D1D; Mon, 9 Feb 2004 13:46:07 -0800 (PST) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19Lk70B043404; Mon, 9 Feb 2004 13:46:07 -0800 (PST) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19Lk7VH043403; Mon, 9 Feb 2004 13:46:07 -0800 (PST) (envelope-from dds) Message-Id: <200402092146.i19Lk7VH043403@repoman.freebsd.org> From: Diomidis Spinellis Date: Mon, 9 Feb 2004 13:46:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/killall killall.1 killall.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 21:46:08 -0000 dds 2004/02/09 13:46:07 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/killall killall.1 killall.c Log: MFC changes from killall.c 1.27 killall.1 1.30 New -e flag, modifies the behavior of the -u uid flag to use the effective user id, instead of the real user id. Revision Changes Path 1.11.2.13 +6 -1 src/usr.bin/killall/killall.1 1.5.2.7 +10 -3 src/usr.bin/killall/killall.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 13:48:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2EFF16A4CE; Mon, 9 Feb 2004 13:48:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF3E43D1D; Mon, 9 Feb 2004 13:48:51 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19Lmp0B043470; Mon, 9 Feb 2004 13:48:51 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19LmpWu043469; Mon, 9 Feb 2004 13:48:51 -0800 (PST) (envelope-from bde) Message-Id: <200402092148.i19LmpWu043469@repoman.freebsd.org> From: Bruce Evans Date: Mon, 9 Feb 2004 13:48:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent args.c indent.1 indent.c indent_globs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 21:48:52 -0000 bde 2004/02/09 13:48:51 PST FreeBSD src repository Modified files: usr.bin/indent args.c indent.1 indent.c indent_globs.h Log: Added an option -ldi to control indentation of local variable names. The default is to be backwards compatible and non-KNF (use the same indentation for locals as for globals; -ldi0 gives KNF indentation for locals (none)). The indentation for globals also applies to struct member names in local declatations. The indentation of variable names in multi-line declarations is broken in various ways and this commit gives some new variations. indent.1: Also clarified the description of -di. Revision Changes Path 1.12 +1 -0 src/usr.bin/indent/args.c 1.16 +11 -2 src/usr.bin/indent/indent.1 1.22 +14 -2 src/usr.bin/indent/indent.c 1.9 +1 -0 src/usr.bin/indent/indent_globs.h From owner-cvs-src@FreeBSD.ORG Mon Feb 9 13:54:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84F216A4CE; Mon, 9 Feb 2004 13:54:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B84D43D1D; Mon, 9 Feb 2004 13:54:54 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19Lss0B045481; Mon, 9 Feb 2004 13:54:54 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19LssEF045480; Mon, 9 Feb 2004 13:54:54 -0800 (PST) (envelope-from grehan) Message-Id: <200402092154.i19LssEF045480@repoman.freebsd.org> From: Peter Grehan Date: Mon, 9 Feb 2004 13:54:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/powerpc/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 21:54:54 -0000 grehan 2004/02/09 13:54:54 PST FreeBSD src repository Modified files: sys/boot/powerpc/loader Makefile Log: Loader makefile cleanup. Submitted by: ru Revision Changes Path 1.13 +19 -46 src/sys/boot/powerpc/loader/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 9 15:22:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 568CC16A4CE; Mon, 9 Feb 2004 15:22:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396FA43D1F; Mon, 9 Feb 2004 15:22:55 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i19NMt0B066233; Mon, 9 Feb 2004 15:22:55 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19NMtkW066232; Mon, 9 Feb 2004 15:22:55 -0800 (PST) (envelope-from kientzle) Message-Id: <200402092322.i19NMtkW066232@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 9 Feb 2004 15:22:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile README archive.h archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_extract.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 23:22:55 -0000 kientzle 2004/02/09 15:22:54 PST FreeBSD src repository Added files: lib/libarchive Makefile README archive.h archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c archive_read_open_file.c archive_read_support_compression_all.c archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c archive_read_support_compression_none.c archive_read_support_format_all.c archive_read_support_format_cpio.c archive_read_support_format_gnutar.c archive_read_support_format_tar.c archive_string.c archive_string.h archive_string_sprintf.c archive_util.3 archive_util.c archive_write.3 archive_write.c archive_write_open_file.c archive_write_set_compression_bzip2.c archive_write_set_compression_gzip.c archive_write_set_compression_none.c archive_write_set_format.c archive_write_set_format_by_name.c archive_write_set_format_cpio.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c libarchive.3 tar.5 Log: Initial import of libarchive. What it is: A library for reading and writing various streaming archive formats, especially tar and cpio. Being a library, it should be easy to incorporate into pkg_* tools, sysinstall, and any other place that needs to read or write such archives. Features: * Full automatic detection of both compression and archive format. * Extensible internal architecture to make it easy to add new formats. * Support for "pax interchange format," a new POSIX-standard tar format that eliminates essentially all of the restrictions of historic formats. * BSD license Thanks to: jkh for pushing me to start this work, gordon for encouraging me to commit it, bde for answering endless style questions, and many others for feedback and encouragement. Status: Pretty good overall, though there are still a few rough edges and the library could always use more testing. Feedback eagerly solicited. Revision Changes Path 1.1 +119 -0 src/lib/libarchive/Makefile (new) 1.1 +90 -0 src/lib/libarchive/README (new) 1.1 +266 -0 src/lib/libarchive/archive.h (new) 1.1 +102 -0 src/lib/libarchive/archive_check_magic.c (new) 1.1 +218 -0 src/lib/libarchive/archive_entry.3 (new) 1.1 +407 -0 src/lib/libarchive/archive_entry.c (new) 1.1 +111 -0 src/lib/libarchive/archive_entry.h (new) 1.1 +267 -0 src/lib/libarchive/archive_private.h (new) 1.1 +346 -0 src/lib/libarchive/archive_read.3 (new) 1.1 +505 -0 src/lib/libarchive/archive_read.c (new) 1.1 +52 -0 src/lib/libarchive/archive_read_data_into_buffer.c (new) 1.1 +64 -0 src/lib/libarchive/archive_read_data_into_fd.c (new) 1.1 +754 -0 src/lib/libarchive/archive_read_extract.c (new) 1.1 +109 -0 src/lib/libarchive/archive_read_open_file.c (new) 1.1 +42 -0 src/lib/libarchive/archive_read_support_compression_all.c (new) 1.1 +365 -0 src/lib/libarchive/archive_read_support_compression_bzip2.c (new) 1.1 +499 -0 src/lib/libarchive/archive_read_support_compression_gzip.c (new) 1.1 +259 -0 src/lib/libarchive/archive_read_support_compression_none.c (new) 1.1 +43 -0 src/lib/libarchive/archive_read_support_format_all.c (new) 1.1 +187 -0 src/lib/libarchive/archive_read_support_format_cpio.c (new) 1.1 +516 -0 src/lib/libarchive/archive_read_support_format_gnutar.c (new) 1.1 +934 -0 src/lib/libarchive/archive_read_support_format_tar.c (new) 1.1 +146 -0 src/lib/libarchive/archive_string.c (new) 1.1 +111 -0 src/lib/libarchive/archive_string.h (new) 1.1 +79 -0 src/lib/libarchive/archive_string_sprintf.c (new) 1.1 +113 -0 src/lib/libarchive/archive_util.3 (new) 1.1 +101 -0 src/lib/libarchive/archive_util.c (new) 1.1 +368 -0 src/lib/libarchive/archive_write.3 (new) 1.1 +220 -0 src/lib/libarchive/archive_write.c (new) 1.1 +149 -0 src/lib/libarchive/archive_write_open_file.c (new) 1.1 +326 -0 src/lib/libarchive/archive_write_set_compression_bzip2.c (new) 1.1 +380 -0 src/lib/libarchive/archive_write_set_compression_gzip.c (new) 1.1 +210 -0 src/lib/libarchive/archive_write_set_compression_none.c (new) 1.1 +62 -0 src/lib/libarchive/archive_write_set_format.c (new) 1.1 +59 -0 src/lib/libarchive/archive_write_set_format_by_name.c (new) 1.1 +244 -0 src/lib/libarchive/archive_write_set_format_cpio.c (new) 1.1 +694 -0 src/lib/libarchive/archive_write_set_format_pax.c (new) 1.1 +403 -0 src/lib/libarchive/archive_write_set_format_shar.c (new) 1.1 +428 -0 src/lib/libarchive/archive_write_set_format_ustar.c (new) 1.1 +325 -0 src/lib/libarchive/libarchive.3 (new) 1.1 +626 -0 src/lib/libarchive/tar.5 (new) From owner-cvs-src@FreeBSD.ORG Mon Feb 9 15:52:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D18116A4CE; Mon, 9 Feb 2004 15:52:51 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10AE643D2F; Mon, 9 Feb 2004 15:52:51 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i19Nqn5O031094; Tue, 10 Feb 2004 10:52:49 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i19Nqkt4020423; Tue, 10 Feb 2004 10:52:47 +1100 Date: Tue, 10 Feb 2004 10:52:46 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20040209094012.C73740@root.org> Message-ID: <20040210101904.C50462@gamplex.bde.org> References: <200402061930.i16JUCpa011145@repoman.freebsd.org> <20040208074351.Y58537@gamplex.bde.org> <20040209094012.C73740@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: John Baldwin cc: Tim Robbins Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Feb 2004 23:52:51 -0000 On Mon, 9 Feb 2004, Nate Lawson wrote: > On Sun, 8 Feb 2004, Bruce Evans wrote: > > On Sat, 7 Feb 2004, Tim Robbins wrote: > > > On Fri, Feb 06, 2004 at 11:30:12AM -0800, John Baldwin wrote: > > > > ... > > > > - Rework getrusage() to make a copy of the rusage struct into a local > > > > variable while holding Giant and then do the copyout from the local > > > > variable to avoid having to have the original process rusage struct > > > > locked while doing the copyout (which would not be safe). This also > > > > includes a few style fixes from Bruce to getrusage(). > > > > > > Thanks (from the one who added the XXX comment). Can't we use the > > > proc lock here though? > > > > calcru() takes about 4.5 usec on a Celeron 366 > > with a TSC timecounter, and this is too long to hold a spin lock since, > > while it is not too bad in absolute terms, it scales to 100+ usec on > > old machines that used to have an interrupt latency of much smaller > > than 100 usec. Another way to look at the relative largeness of 4.5 > > usec: vfork()+exit()+wait() for a small process takes about 86 usec > > on a Celeron 366, and 4.5 usec of that is for calcru(). > > What if calcru() were postponed until the process lifetime was a minimum > quantum? This sounds like we should be concerned about the vfork/exec > case if your above example applies. Postponing it for a quantum wouldn't help much (it would either give very inaccurate times or cost the same as now), but postponing it forever might help. exit1() would have to read the current time (this is needed anyway to set switchtime), but there is no need to calculate the resource usage unless an ancestor actually uses getrusage(RUSAGE_CHILDREN, ...). ruadd() would add tick counts instead of times and the RUSAGE_CHILDREN case in getrusage() would call calcru() to scale the tick counts like the RUSAGE_SELF case already does. This would be a tiny optimization but has another advantage: calcru() has rounding errors that accumulate in p_cru and delaying calcru() would prevent them accumuating. Brucer From owner-cvs-src@FreeBSD.ORG Mon Feb 9 16:45:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87E916A4D2 for ; Mon, 9 Feb 2004 16:45:08 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9CE6043D1D for ; Mon, 9 Feb 2004 16:45:08 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 75528 invoked by uid 1000); 10 Feb 2004 00:45:10 -0000 Date: Mon, 9 Feb 2004 16:45:10 -0800 (PST) From: Nate Lawson To: Bruce Evans In-Reply-To: <20040210101904.C50462@gamplex.bde.org> Message-ID: <20040209164309.L75509@root.org> References: <200402061930.i16JUCpa011145@repoman.freebsd.org> <20040208074351.Y58537@gamplex.bde.org> <20040210101904.C50462@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: John Baldwin cc: Tim Robbins Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 00:45:09 -0000 On Tue, 10 Feb 2004, Bruce Evans wrote: > On Mon, 9 Feb 2004, Nate Lawson wrote: > > > On Sun, 8 Feb 2004, Bruce Evans wrote: > > > On Sat, 7 Feb 2004, Tim Robbins wrote: > > > > On Fri, Feb 06, 2004 at 11:30:12AM -0800, John Baldwin wrote: > > > > > ... > > > > > - Rework getrusage() to make a copy of the rusage struct into a local > > > > > variable while holding Giant and then do the copyout from the local > > > > > variable to avoid having to have the original process rusage struct > > > > > locked while doing the copyout (which would not be safe). This also > > > > > includes a few style fixes from Bruce to getrusage(). > > > > > > > > Thanks (from the one who added the XXX comment). Can't we use the > > > > proc lock here though? > > > > > > calcru() takes about 4.5 usec on a Celeron 366 > > > with a TSC timecounter, and this is too long to hold a spin lock since, > > > while it is not too bad in absolute terms, it scales to 100+ usec on > > > old machines that used to have an interrupt latency of much smaller > > > than 100 usec. Another way to look at the relative largeness of 4.5 > > > usec: vfork()+exit()+wait() for a small process takes about 86 usec > > > on a Celeron 366, and 4.5 usec of that is for calcru(). > > > > What if calcru() were postponed until the process lifetime was a minimum > > quantum? This sounds like we should be concerned about the vfork/exec > > case if your above example applies. > > Postponing it for a quantum wouldn't help much (it would either give > very inaccurate times or cost the same as now), but postponing it > forever might help. exit1() would have to read the current time (this > is needed anyway to set switchtime), but there is no need to calculate > the resource usage unless an ancestor actually uses > getrusage(RUSAGE_CHILDREN, ...). ruadd() would add tick counts instead > of times and the RUSAGE_CHILDREN case in getrusage() would call calcru() > to scale the tick counts like the RUSAGE_SELF case already does. This > would be a tiny optimization but has another advantage: calcru() has > rounding errors that accumulate in p_cru and delaying calcru() would > prevent them accumuating. I think this is an excellent idea. I suggested postponing because I thought the data was used for CPU quotas also, but if it's only used by getrusage(), your idea should work and make the caller pay the cost of units conversion. -Nate From owner-cvs-src@FreeBSD.ORG Mon Feb 9 19:51:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C850116A4CE; Mon, 9 Feb 2004 19:51:17 -0800 (PST) Received: from spiff.melthusia.org (spiff.melthusia.org [207.67.244.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F5743D1F; Mon, 9 Feb 2004 19:51:17 -0800 (PST) (envelope-from gtetlow@spiff.melthusia.org) Received: from spiff.melthusia.org (gtetlow@localhost [127.0.0.1]) by spiff.melthusia.org (8.12.10/8.12.10) with ESMTP id i1A3o4sN056314; Mon, 9 Feb 2004 19:50:04 -0800 (PST) (envelope-from gtetlow@spiff.melthusia.org) Received: (from gtetlow@localhost) by spiff.melthusia.org (8.12.10/8.12.10/Submit) id i1A3o4Tb056313; Mon, 9 Feb 2004 19:50:04 -0800 (PST) (envelope-from gtetlow) Date: Mon, 9 Feb 2004 19:50:04 -0800 From: Gordon Tetlow To: Tim Kientzle Message-ID: <20040210035004.GF660@spiff.melthusia.org> References: <200402092322.i19NMtkW066232@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a+b56+3nqLzpiR9O" Content-Disposition: inline In-Reply-To: <200402092322.i19NMtkW066232@repoman.freebsd.org> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-8.0 required=5.0 tests=HABEAS_SWE autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on spiff.melthusia.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile README archive.h archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 03:51:17 -0000 --a+b56+3nqLzpiR9O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 09, 2004 at 03:22:54PM -0800, Tim Kientzle wrote: > kientzle 2004/02/09 15:22:54 PST >=20 > FreeBSD src repository >=20 > Added files: > lib/libarchive Makefile README archive.h=20 > > Log: > Initial import of libarchive. > =20 > What it is: > A library for reading and writing various streaming archive > formats, especially tar and cpio. Being a library, it should > be easy to incorporate into pkg_* tools, sysinstall, and any > other place that needs to read or write such archives. > =20 > Features: > * Full automatic detection of both compression and archive format. > * Extensible internal architecture to make it easy to add new formats. > * Support for "pax interchange format," a new POSIX-standard tar form= at > that eliminates essentially all of the restrictions of historic for= mats. > * BSD license > =20 > Thanks to: jkh for pushing me to start this work, gordon for > encouraging me to commit it, bde for answering endless style > questions, and many others for feedback and encouragement. > =20 > Status: Pretty good overall, though there are still a few rough edges a= nd > the library could always use more testing. Feedback eagerly solicite= d. Great! I'm glad to see you finally got this committed. -gordon --a+b56+3nqLzpiR9O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAKFTsRu2t9DV9ZfsRAsh8AKDUNJPrUiUhNVedvx3cJPQk6zfwPQCgtV/D QewYacnhfajclOmcEmzR6mk= =aXAE -----END PGP SIGNATURE----- --a+b56+3nqLzpiR9O-- From owner-cvs-src@FreeBSD.ORG Mon Feb 9 21:36:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65DF016A4CE; Mon, 9 Feb 2004 21:36:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0EF43D1F; Mon, 9 Feb 2004 21:36:10 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A5aAGe029720; Mon, 9 Feb 2004 21:36:10 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A5aAFJ029719; Mon, 9 Feb 2004 21:36:10 -0800 (PST) (envelope-from deischen) Message-Id: <200402100536.i1A5aAFJ029719@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 9 Feb 2004 21:36:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread pthread.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 05:36:10 -0000 deischen 2004/02/09 21:36:10 PST FreeBSD src repository Modified files: lib/libpthread pthread.map Log: Add sem_timedwait to the symbol map, otherwise the libc version will get used. Revision Changes Path 1.10 +2 -0 src/lib/libpthread/pthread.map From owner-cvs-src@FreeBSD.ORG Mon Feb 9 21:53:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D50B16A4CE; Mon, 9 Feb 2004 21:53:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AECF43D1D; Mon, 9 Feb 2004 21:53:03 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A5r2Ge033792; Mon, 9 Feb 2004 21:53:02 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A5r2hi033791; Mon, 9 Feb 2004 21:53:02 -0800 (PST) (envelope-from tjr) Message-Id: <200402100553.i1A5r2hi033791@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 9 Feb 2004 21:53:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/smbfs smbfs_node.c smbfs_node.h smbfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 05:53:03 -0000 tjr 2004/02/09 21:53:02 PST FreeBSD src repository Modified files: sys/fs/smbfs smbfs_node.c smbfs_node.h smbfs_vnops.c Log: Fixes problems that occurred when a file was removed and a directory created with the same name, and vice versa: - Immediately recycle vnodes of files & directories that have been deleted or renamed. - When looking an entry in the VFS name cache or smbfs's private cache, make sure the vnode type is consistent with the type of file the server thinks it is, and re-create the vnode if it isn't. The alternative to this is to recycle vnodes unconditionally when their use count drops to 0, but this would make all the caching we do mostly useless. PR: 62342 MFC after: 2 weeks Revision Changes Path 1.19 +17 -0 src/sys/fs/smbfs/smbfs_node.c 1.6 +1 -0 src/sys/fs/smbfs/smbfs_node.h 1.45 +24 -1 src/sys/fs/smbfs/smbfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Feb 9 22:33:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA9116A4CE; Mon, 9 Feb 2004 22:33:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340F143D1F; Mon, 9 Feb 2004 22:33:30 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A6XUGe042999; Mon, 9 Feb 2004 22:33:30 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A6XT3r042998; Mon, 9 Feb 2004 22:33:29 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100633.i1A6XT3r042998@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 22:33:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 06:33:30 -0000 trhodes 2004/02/09 22:33:29 PST FreeBSD src repository Modified files: sbin/mount mount.8 Log: Update to inform users of acls and multilabel options. Add Xrefs to the more relevant manual pages. PR: 62394 Submitted by: Marc Silver Revision Changes Path 1.63 +20 -1 src/sbin/mount/mount.8 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 22:44:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB16B16A4CF; Mon, 9 Feb 2004 22:44:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F0043D1D; Mon, 9 Feb 2004 22:44:41 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A6ifGe045289; Mon, 9 Feb 2004 22:44:41 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A6ifjM045288; Mon, 9 Feb 2004 22:44:41 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100644.i1A6ifjM045288@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 22:44:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 06:44:41 -0000 trhodes 2004/02/09 22:44:41 PST FreeBSD src repository Modified files: sbin/mount mount.8 Log: Reorder Xrefs in SEE ALSO. Revision Changes Path 1.64 +5 -5 src/sbin/mount/mount.8 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 22:54:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A9916A4CE; Mon, 9 Feb 2004 22:54:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA6343D1D; Mon, 9 Feb 2004 22:54:15 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A6sFGe047363; Mon, 9 Feb 2004 22:54:15 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A6sF2a047362; Mon, 9 Feb 2004 22:54:15 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100654.i1A6sF2a047362@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 22:54:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 06:54:15 -0000 trhodes 2004/02/09 22:54:15 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp ppp.8.m4 Log: MFC: rev 1.307: Xref the proper manual pages. PR: 60999 Submitted by: Marc Silver Revision Changes Path 1.301.2.6 +3 -3 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 22:57:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E59F16A4CE; Mon, 9 Feb 2004 22:57:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D7443D1D; Mon, 9 Feb 2004 22:57:42 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A6vgGe047489; Mon, 9 Feb 2004 22:57:42 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A6vg3F047488; Mon, 9 Feb 2004 22:57:42 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100657.i1A6vg3F047488@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 22:57:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 06:57:42 -0000 trhodes 2004/02/09 22:57:41 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 miibus.4 Log: MFC: rev 1.18: It is not the job of this manual page to list 'supported chipsets'. PR: 60575 Submitted by: Andreas Möller Revision Changes Path 1.3.2.5 +1 -1 src/share/man/man4/miibus.4 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 23:03:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7462E16A4CE; Mon, 9 Feb 2004 23:03:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5996443D2F; Mon, 9 Feb 2004 23:03:47 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A73lGe050371; Mon, 9 Feb 2004 23:03:47 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A73lxI050370; Mon, 9 Feb 2004 23:03:47 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100703.i1A73lxI050370@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 23:03:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/cron/crontab crontab.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 07:03:47 -0000 trhodes 2004/02/09 23:03:47 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/cron/crontab crontab.5 Log: MFC: rev 1.23: Discuss the 'MAILTO' environment variable. PR: 58783 Submitted by: Marc Silver Revision Changes Path 1.12.2.9 +5 -1 src/usr.sbin/cron/crontab/crontab.5 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 23:08:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A9216A4CE; Mon, 9 Feb 2004 23:08:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF9043D1D; Mon, 9 Feb 2004 23:08:54 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A78sGe050543; Mon, 9 Feb 2004 23:08:54 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A78sVF050542; Mon, 9 Feb 2004 23:08:54 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100708.i1A78sVF050542@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 23:08:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 security.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 07:08:54 -0000 trhodes 2004/02/09 23:08:54 PST FreeBSD src repository Modified files: share/man/man7 security.7 Log: Remove 'broken in some cases' Xref to Kerberos. PR: 30443 Cool with: markm (who approved this ages ago) Revision Changes Path 1.33 +0 -1 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 23:10:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DCD16A4CE; Mon, 9 Feb 2004 23:10:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C64D43D1D; Mon, 9 Feb 2004 23:10:33 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A7AXGe050726; Mon, 9 Feb 2004 23:10:33 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A7AXJl050725; Mon, 9 Feb 2004 23:10:33 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100710.i1A7AXJl050725@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 23:10:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man7 security.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 07:10:33 -0000 trhodes 2004/02/09 23:10:33 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man7 security.7 Log: MFC: rev 1.33: Remove 'broken in some cases' Xref to Kerberos. PR: 30443 Cool with: markm (who approved this ages ago) Revision Changes Path 1.13.2.13 +0 -1 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Mon Feb 9 23:25:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE2B16A4CE; Mon, 9 Feb 2004 23:25:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5316D43D31; Mon, 9 Feb 2004 23:25:19 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1A7PJGe054594; Mon, 9 Feb 2004 23:25:19 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1A7PJVa054593; Mon, 9 Feb 2004 23:25:19 -0800 (PST) (envelope-from trhodes) Message-Id: <200402100725.i1A7PJVa054593@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 9 Feb 2004 23:25:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 umass.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 07:25:19 -0000 trhodes 2004/02/09 23:25:18 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 umass.4 Log: Sync with CURRENT. This brings in several mdoc(7) fixes and some content. Revision Changes Path 1.9.2.10 +80 -39 src/share/man/man4/umass.4 From owner-cvs-src@FreeBSD.ORG Tue Feb 10 00:08:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DBF16A4CE; Tue, 10 Feb 2004 00:08:30 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA96443D1D; Tue, 10 Feb 2004 00:08:30 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 60C86530C; Tue, 10 Feb 2004 09:08:29 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id B95645309; Tue, 10 Feb 2004 09:08:22 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9D6BF33C6F; Tue, 10 Feb 2004 09:08:22 +0100 (CET) To: Tim Kientzle References: <200402092322.i19NMtkW066232@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 10 Feb 2004 09:08:22 +0100 In-Reply-To: <200402092322.i19NMtkW066232@repoman.freebsd.org> (Tim Kientzle's message of "Mon, 9 Feb 2004 15:22:54 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile README archive.h archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 08:08:31 -0000 Tim Kientzle writes: > Log: > Initial import of libarchive. Excellent work! Keep it up! DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 10 02:11:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C8716A4CE; Tue, 10 Feb 2004 02:11:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A272543D1F; Tue, 10 Feb 2004 02:11:26 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AABQGe097332; Tue, 10 Feb 2004 02:11:26 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AABQZA097328; Tue, 10 Feb 2004 02:11:26 -0800 (PST) (envelope-from des) Message-Id: <200402101011.i1AABQZA097328@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Feb 2004 02:11:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Subject: cvs commit: src/contrib/openpam - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 10:11:26 -0000 des 2004/02/10 02:11:26 PST FreeBSD src repository src/contrib/openpam - Imported sources Update of /home/ncvs/src/contrib/openpam In directory repoman.freebsd.org:/tmp/cvs-serv97204 Log Message: Vendor import of OpenPAM Eelgrass. Status: Vendor Tag: OPENPAM Release Tags: OPENPAM_EELGRASS U src/contrib/openpam/CREDITS U src/contrib/openpam/HISTORY U src/contrib/openpam/INSTALL U src/contrib/openpam/LICENSE U src/contrib/openpam/MANIFEST U src/contrib/openpam/Makefile.am U src/contrib/openpam/Makefile.in U src/contrib/openpam/README U src/contrib/openpam/RELNOTES U src/contrib/openpam/aclocal.m4 U src/contrib/openpam/autogen.sh U src/contrib/openpam/config.guess U src/contrib/openpam/config.h.in U src/contrib/openpam/config.sub U src/contrib/openpam/configure U src/contrib/openpam/configure.in U src/contrib/openpam/depcomp U src/contrib/openpam/install-sh U src/contrib/openpam/ltconfig U src/contrib/openpam/ltmain.sh U src/contrib/openpam/missing U src/contrib/openpam/mkinstalldirs U src/contrib/openpam/stamp-h.in U src/contrib/openpam/bin/Makefile.am U src/contrib/openpam/bin/Makefile.in U src/contrib/openpam/bin/su/Makefile.am U src/contrib/openpam/bin/su/Makefile.in U src/contrib/openpam/bin/su/su.c U src/contrib/openpam/doc/Makefile.am U src/contrib/openpam/doc/Makefile.in U src/contrib/openpam/doc/man/Makefile.am U src/contrib/openpam/doc/man/Makefile.in U src/contrib/openpam/doc/man/openpam.3 U src/contrib/openpam/doc/man/openpam.man U src/contrib/openpam/doc/man/openpam_borrow_cred.3 U src/contrib/openpam/doc/man/openpam_free_data.3 U src/contrib/openpam/doc/man/openpam_get_option.3 U src/contrib/openpam/doc/man/openpam_log.3 U src/contrib/openpam/doc/man/openpam_nullconv.3 U src/contrib/openpam/doc/man/openpam_readline.3 U src/contrib/openpam/doc/man/openpam_restore_cred.3 U src/contrib/openpam/doc/man/openpam_set_option.3 U src/contrib/openpam/doc/man/openpam_ttyconv.3 U src/contrib/openpam/doc/man/pam.3 U src/contrib/openpam/doc/man/pam.man U src/contrib/openpam/doc/man/pam_acct_mgmt.3 U src/contrib/openpam/doc/man/pam_authenticate.3 U src/contrib/openpam/doc/man/pam_chauthtok.3 U src/contrib/openpam/doc/man/pam_conv.3 U src/contrib/openpam/doc/man/pam_close_session.3 U src/contrib/openpam/doc/man/pam_end.3 U src/contrib/openpam/doc/man/pam_error.3 U src/contrib/openpam/doc/man/pam_get_authtok.3 U src/contrib/openpam/doc/man/pam_get_data.3 U src/contrib/openpam/doc/man/pam_get_item.3 U src/contrib/openpam/doc/man/pam_get_user.3 U src/contrib/openpam/doc/man/pam_getenv.3 U src/contrib/openpam/doc/man/pam_getenvlist.3 U src/contrib/openpam/doc/man/pam_info.3 U src/contrib/openpam/doc/man/pam_open_session.3 U src/contrib/openpam/doc/man/pam_prompt.3 U src/contrib/openpam/doc/man/pam_putenv.3 U src/contrib/openpam/doc/man/pam_set_data.3 U src/contrib/openpam/doc/man/pam_set_item.3 U src/contrib/openpam/doc/man/pam_setcred.3 U src/contrib/openpam/doc/man/pam_setenv.3 U src/contrib/openpam/doc/man/pam_sm_acct_mgmt.3 U src/contrib/openpam/doc/man/pam_sm_authenticate.3 U src/contrib/openpam/doc/man/pam_sm_chauthtok.3 U src/contrib/openpam/doc/man/pam_start.3 U src/contrib/openpam/doc/man/pam_sm_close_session.3 U src/contrib/openpam/doc/man/pam_sm_open_session.3 U src/contrib/openpam/doc/man/pam_sm_setcred.3 U src/contrib/openpam/doc/man/pam_strerror.3 U src/contrib/openpam/doc/man/pam_verror.3 U src/contrib/openpam/doc/man/pam_vinfo.3 U src/contrib/openpam/doc/man/pam_vprompt.3 U src/contrib/openpam/include/Makefile.am U src/contrib/openpam/include/Makefile.in U src/contrib/openpam/include/security/Makefile.am U src/contrib/openpam/include/security/Makefile.in U src/contrib/openpam/include/security/openpam.h U src/contrib/openpam/include/security/openpam_version.h U src/contrib/openpam/include/security/pam_appl.h U src/contrib/openpam/include/security/pam_constants.h U src/contrib/openpam/include/security/pam_modules.h U src/contrib/openpam/include/security/pam_types.h U src/contrib/openpam/lib/Makefile.am U src/contrib/openpam/lib/Makefile.in U src/contrib/openpam/lib/openpam_borrow_cred.c U src/contrib/openpam/lib/openpam_configure.c U src/contrib/openpam/lib/openpam_dispatch.c U src/contrib/openpam/lib/openpam_dynamic.c U src/contrib/openpam/lib/openpam_findenv.c U src/contrib/openpam/lib/openpam_free_data.c U src/contrib/openpam/lib/openpam_get_option.c U src/contrib/openpam/lib/openpam_impl.h U src/contrib/openpam/lib/openpam_load.c U src/contrib/openpam/lib/openpam_log.c U src/contrib/openpam/lib/openpam_nullconv.c U src/contrib/openpam/lib/openpam_readline.c U src/contrib/openpam/lib/openpam_restore_cred.c U src/contrib/openpam/lib/openpam_set_option.c U src/contrib/openpam/lib/openpam_static.c U src/contrib/openpam/lib/pam_acct_mgmt.c U src/contrib/openpam/lib/openpam_ttyconv.c U src/contrib/openpam/lib/pam_authenticate.c U src/contrib/openpam/lib/pam_authenticate_secondary.c U src/contrib/openpam/lib/pam_chauthtok.c U src/contrib/openpam/lib/pam_close_session.c U src/contrib/openpam/lib/pam_end.c U src/contrib/openpam/lib/pam_error.c U src/contrib/openpam/lib/pam_get_authtok.c U src/contrib/openpam/lib/pam_get_data.c U src/contrib/openpam/lib/pam_get_item.c U src/contrib/openpam/lib/pam_get_mapped_authtok.c U src/contrib/openpam/lib/pam_get_mapped_username.c U src/contrib/openpam/lib/pam_get_user.c U src/contrib/openpam/lib/pam_getenv.c U src/contrib/openpam/lib/pam_getenvlist.c U src/contrib/openpam/lib/pam_info.c U src/contrib/openpam/lib/pam_open_session.c U src/contrib/openpam/lib/pam_prompt.c U src/contrib/openpam/lib/pam_putenv.c U src/contrib/openpam/lib/pam_set_data.c U src/contrib/openpam/lib/pam_set_item.c U src/contrib/openpam/lib/pam_set_mapped_authtok.c U src/contrib/openpam/lib/pam_set_mapped_username.c U src/contrib/openpam/lib/pam_setcred.c U src/contrib/openpam/lib/pam_setenv.c U src/contrib/openpam/lib/pam_sm_acct_mgmt.c U src/contrib/openpam/lib/pam_sm_authenticate.c U src/contrib/openpam/lib/pam_sm_authenticate_secondary.c U src/contrib/openpam/lib/pam_sm_chauthtok.c U src/contrib/openpam/lib/pam_sm_close_session.c U src/contrib/openpam/lib/pam_sm_get_mapped_authtok.c U src/contrib/openpam/lib/pam_sm_get_mapped_username.c U src/contrib/openpam/lib/pam_sm_open_session.c U src/contrib/openpam/lib/pam_sm_set_mapped_authtok.c U src/contrib/openpam/lib/pam_sm_set_mapped_username.c U src/contrib/openpam/lib/pam_sm_setcred.c U src/contrib/openpam/lib/pam_start.c U src/contrib/openpam/lib/pam_strerror.c U src/contrib/openpam/lib/pam_verror.c U src/contrib/openpam/lib/pam_vinfo.c U src/contrib/openpam/lib/pam_vprompt.c U src/contrib/openpam/misc/gendoc.pl U src/contrib/openpam/modules/Makefile.am U src/contrib/openpam/modules/Makefile.in U src/contrib/openpam/modules/pam_deny/Makefile.am U src/contrib/openpam/modules/pam_deny/Makefile.in U src/contrib/openpam/modules/pam_deny/pam_deny.c U src/contrib/openpam/modules/pam_permit/Makefile.am U src/contrib/openpam/modules/pam_permit/Makefile.in U src/contrib/openpam/modules/pam_permit/pam_permit.c U src/contrib/openpam/modules/pam_unix/Makefile.am U src/contrib/openpam/modules/pam_unix/Makefile.in U src/contrib/openpam/modules/pam_unix/pam_unix.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Feb 10 02:13:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5958016A4CE; Tue, 10 Feb 2004 02:13:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567A843D1D; Tue, 10 Feb 2004 02:13:22 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AADMGe098346; Tue, 10 Feb 2004 02:13:22 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AADMu4098345; Tue, 10 Feb 2004 02:13:22 -0800 (PST) (envelope-from des) Message-Id: <200402101013.i1AADMu4098345@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Feb 2004 02:13:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c src/lib/libpam/modules/pam_ksupam_login_access.c src/lib/libpam/modules/pam_ssh pam_ssh.c src/lib/libpam/modules/pam_unix pam_unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 10:13:22 -0000 des 2004/02/10 02:13:22 PST FreeBSD src repository Modified files: lib/libpam/modules/pam_krb5 pam_krb5.c lib/libpam/modules/pam_ksu pam_ksu.c lib/libpam/modules/pam_login_access pam_login_access.c lib/libpam/modules/pam_securetty pam_securetty.c lib/libpam/modules/pam_ssh pam_ssh.c lib/libpam/modules/pam_unix pam_unix.c Log: Fix numerous constness and aliasing issues. Revision Changes Path 1.20 +8 -9 src/lib/libpam/modules/pam_krb5/pam_krb5.c 1.5 +1 -1 src/lib/libpam/modules/pam_ksu/pam_ksu.c 1.11 +3 -3 src/lib/libpam/modules/pam_login_access/pam_login_access.c 1.13 +1 -1 src/lib/libpam/modules/pam_securetty/pam_securetty.c 1.40 +4 -4 src/lib/libpam/modules/pam_ssh/pam_ssh.c 1.49 +1 -1 src/lib/libpam/modules/pam_unix/pam_unix.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 02:54:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C236F16A4CE; Tue, 10 Feb 2004 02:54:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A737F43D1D; Tue, 10 Feb 2004 02:54:19 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AAsJGe006969; Tue, 10 Feb 2004 02:54:19 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AAsJI4006968; Tue, 10 Feb 2004 02:54:19 -0800 (PST) (envelope-from phk) Message-Id: <200402101054.i1AAsJI4006968@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 10 Feb 2004 02:54:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_ccd.c geom_disk.c geom_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 10:54:19 -0000 phk 2004/02/10 02:54:19 PST FreeBSD src repository Modified files: sys/geom geom_ccd.c geom_disk.c geom_kern.c Log: don't call sbuf_clear() right after sbuf_new(), it is not necessary. Revision Changes Path 1.149 +0 -2 src/sys/geom/geom_ccd.c 1.84 +0 -1 src/sys/geom/geom_disk.c 1.34 +0 -3 src/sys/geom/geom_kern.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 06:11:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B50216A4CE; Tue, 10 Feb 2004 06:11:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312FD43D1F; Tue, 10 Feb 2004 06:11:33 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AEBWGe057729; Tue, 10 Feb 2004 06:11:32 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AEBWvs057724; Tue, 10 Feb 2004 06:11:32 -0800 (PST) (envelope-from nectar) Message-Id: <200402101411.i1AEBWvs057724@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 10 Feb 2004 06:11:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 14:11:33 -0000 nectar 2004/02/10 06:11:32 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING sys/kern vfs_mount.c Log: MFC vfs_mount.c 1.117: Fix issues related to mount/unmount. Submitted by: pjd Approved by: re Revision Changes Path 1.282.2.6 +6 -0 src/UPDATING 1.117.2.1 +14 -0 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 06:13:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9053B16A4CE; Tue, 10 Feb 2004 06:13:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73FC043D31; Tue, 10 Feb 2004 06:13:39 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AEDdGe058577; Tue, 10 Feb 2004 06:13:39 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AEDdbV058576; Tue, 10 Feb 2004 06:13:39 -0800 (PST) (envelope-from nectar) Message-Id: <200402101413.i1AEDdbV058576@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 10 Feb 2004 06:13:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 14:13:39 -0000 nectar 2004/02/10 06:13:39 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/conf newvers.sh Log: Get ready for 5.2.1-RC2. Revision Changes Path 1.56.2.6 +2 -2 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue Feb 10 06:14:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B6B16A4CE; Tue, 10 Feb 2004 06:14:59 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B8843D1F; Tue, 10 Feb 2004 06:14:58 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 7ECD85482B; Tue, 10 Feb 2004 08:14:58 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 1B3276D45F; Tue, 10 Feb 2004 08:14:58 -0600 (CST) Date: Tue, 10 Feb 2004 08:14:58 -0600 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040210141457.GA68382@madman.celabo.org> References: <200402101411.i1AEBWvs057724@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402101411.i1AEBWvs057724@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 Subject: Re: cvs commit: src UPDATING src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 14:14:59 -0000 On Tue, Feb 10, 2004 at 06:11:32AM -0800, Jacques A. Vidrine wrote: > nectar 2004/02/10 06:11:32 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > . UPDATING > sys/kern vfs_mount.c > Log: > MFC vfs_mount.c 1.117: Fix issues related to mount/unmount. > > Submitted by: pjd > Approved by: re > > Revision Changes Path > 1.282.2.6 +6 -0 src/UPDATING > 1.117.2.1 +14 -0 src/sys/kern/vfs_mount.c This commit was done as part of release engineering for 5.2.1, rather than as a critical security fix. So don't panic :-) Please see the CVS log for revision vfs_mount.c 1.117 for details. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Tue Feb 10 07:12:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AC616A4CE; Tue, 10 Feb 2004 07:12:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38EFD43D2F; Tue, 10 Feb 2004 07:12:02 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AFC1Ge072076; Tue, 10 Feb 2004 07:12:01 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AFC1U4072072; Tue, 10 Feb 2004 07:12:01 -0800 (PST) (envelope-from roam) Message-Id: <200402101512.i1AFC1U4072072@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 10 Feb 2004 07:12:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/bootpd bootpd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 15:12:02 -0000 roam 2004/02/10 07:12:01 PST FreeBSD src repository (doc,ports committer) Modified files: libexec/bootpd bootpd.8 Log: Document the '-h hostname' option, which seems to have been present ever since rev. 1.1 of bootpd.c. While I'm here, rearrange the synopsis a bit: sort the options and clarify that -i and -s are mutually exclusive. Reported by: Atanas Buchvarov MFC after: 3 days Revision Changes Path 1.18 +14 -7 src/libexec/bootpd/bootpd.8 From owner-cvs-src@FreeBSD.ORG Tue Feb 10 07:23:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB5516A4CE; Tue, 10 Feb 2004 07:23:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A089843D1D; Tue, 10 Feb 2004 07:23:47 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AFNlGe074705; Tue, 10 Feb 2004 07:23:47 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AFNl1Q074704; Tue, 10 Feb 2004 07:23:47 -0800 (PST) (envelope-from phk) Message-Id: <200402101523.i1AFNl1Q074704@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 10 Feb 2004 07:23:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 15:23:47 -0000 phk 2004/02/10 07:23:47 PST FreeBSD src repository Modified files: sys/sys param.h Log: Change the kernels definition of NODEV from ((dev_t)-1) to NULL. Revision Changes Path 1.179 +3 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Feb 10 07:53:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEE216A4CE; Tue, 10 Feb 2004 07:53:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 604A743D1F; Tue, 10 Feb 2004 07:53:29 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AFrTGe081211; Tue, 10 Feb 2004 07:53:29 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AFrSEA081210; Tue, 10 Feb 2004 07:53:29 -0800 (PST) (envelope-from pjd) Message-Id: <200402101553.i1AFrSEA081210@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Feb 2004 07:53:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 15:53:29 -0000 pjd 2004/02/10 07:53:28 PST FreeBSD src repository Modified files: sys/geom geom.h Log: Added macro which will be used to assert, that the topology lock is not held. Approved by: phk, scottl (mentor) Revision Changes Path 1.77 +6 -0 src/sys/geom/geom.h From owner-cvs-src@FreeBSD.ORG Tue Feb 10 07:55:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6711216A4CE; Tue, 10 Feb 2004 07:55:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49EC443D1F; Tue, 10 Feb 2004 07:55:18 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AFtIGe081324; Tue, 10 Feb 2004 07:55:18 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AFtH0O081323; Tue, 10 Feb 2004 07:55:17 -0800 (PST) (envelope-from pjd) Message-Id: <200402101555.i1AFtH0O081323@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Feb 2004 07:55:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 15:55:18 -0000 pjd 2004/02/10 07:55:17 PST FreeBSD src repository Modified files: sys/geom geom_event.c Log: Now we have g_topology_assert_not(), so use it to detect deadlocks. Approved by: phk, scottl (mentor) Revision Changes Path 1.48 +1 -1 src/sys/geom/geom_event.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 07:57:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DE616A4CE; Tue, 10 Feb 2004 07:57:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B73B43D1D; Tue, 10 Feb 2004 07:57:47 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AFvkGe081449; Tue, 10 Feb 2004 07:57:46 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AFvktK081448; Tue, 10 Feb 2004 07:57:46 -0800 (PST) (envelope-from bms) Message-Id: <200402101557.i1AFvktK081448@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 07:57:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 15:57:47 -0000 bms 2004/02/10 07:57:46 PST FreeBSD src repository Modified files: . access Log: Please welcome Max Laier (mlaier@) on board as a new src committer. Max will be working on bringing pf(4) into FreeBSD proper, and will also be helping out on the network stack. Approved by: core Revision Changes Path 1.640 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Tue Feb 10 08:11:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B84416A4CE; Tue, 10 Feb 2004 08:11:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E59C43D1D; Tue, 10 Feb 2004 08:11:08 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AGB8Ge084721; Tue, 10 Feb 2004 08:11:08 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AGB8tY084720; Tue, 10 Feb 2004 08:11:08 -0800 (PST) (envelope-from bms) Message-Id: <200402101611.i1AGB8tY084720@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 08:11:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 pci.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 16:11:08 -0000 bms 2004/02/10 08:11:08 PST FreeBSD src repository Modified files: share/man/man9 pci.9 Log: Spelling. Revision Changes Path 1.3 +2 -2 src/share/man/man9/pci.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 10 08:23:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10BC216A4CE; Tue, 10 Feb 2004 08:23:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E870E43D2F; Tue, 10 Feb 2004 08:23:17 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AGNHGe088761; Tue, 10 Feb 2004 08:23:17 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AGNHtN088760; Tue, 10 Feb 2004 08:23:17 -0800 (PST) (envelope-from mlaier) Message-Id: <200402101623.i1AGNHtN088760@repoman.freebsd.org> From: Max Laier Date: Tue, 10 Feb 2004 08:23:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 16:23:18 -0000 mlaier 2004/02/10 08:23:17 PST FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday (for those interested) Approved by: bms (mentor) Revision Changes Path 1.113 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Tue Feb 10 09:37:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F5916A59B; Tue, 10 Feb 2004 09:37:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C161B43D2F; Tue, 10 Feb 2004 09:37:11 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AHbBGe010859; Tue, 10 Feb 2004 09:37:11 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AHbBoT010858; Tue, 10 Feb 2004 09:37:11 -0800 (PST) (envelope-from bms) Message-Id: <200402101737.i1AHbBoT010858@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 09:37:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/modules/crypto Makefile src/sys/netipsec ipsec_mbuf.c src/sys/opencrypto cryptodev.h cryptosoft.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 17:37:12 -0000 bms 2004/02/10 09:37:11 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern uipc_mbuf.c sys/modules/crypto Makefile sys/netipsec ipsec_mbuf.c sys/opencrypto cryptodev.h cryptosoft.c sys/sys mbuf.h Log: Forced commit to note that previous commit was in fact an MFC. Revision Changes Path 1.51.2.36 +0 -0 src/sys/kern/uipc_mbuf.c 1.1.2.3 +0 -0 src/sys/modules/crypto/Makefile 1.5.2.4 +0 -0 src/sys/netipsec/ipsec_mbuf.c 1.2.2.8 +0 -0 src/sys/opencrypto/cryptodev.h 1.2.2.4 +0 -0 src/sys/opencrypto/cryptosoft.c 1.44.2.24 +0 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Tue Feb 10 09:45:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1817916A4CF; Tue, 10 Feb 2004 09:45:38 -0800 (PST) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B03943D1D; Tue, 10 Feb 2004 09:45:37 -0800 (PST) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (33sqc0ts@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.12.10/8.12.10) with ESMTP id i1AHjZo25843229; Tue, 10 Feb 2004 20:45:35 +0300 (MSK) Date: Tue, 10 Feb 2004 20:45:35 +0300 (MSK) From: Maxim Konovalov To: Bruce M Simpson In-Reply-To: <20040210173525.7063C16A515@hub.freebsd.org> Message-ID: <20040210204023.H16228@news1.macomnet.ru> References: <20040210173525.7063C16A515@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c src/sys/modules/crypto Makefile src/sys/netipsec ipsec_mbuf.c src/sys/opencrypto cryptodev.h cryptosoft.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 17:45:38 -0000 On Tue, 10 Feb 2004, 09:35-0800, Bruce M Simpson wrote: > bms 2004/02/10 09:34:53 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/kern uipc_mbuf.c > sys/modules/crypto Makefile > sys/netipsec ipsec_mbuf.c > sys/opencrypto cryptodev.h cryptosoft.c > sys/sys mbuf.h > Log: > Push m_apply() and m_getptr() up into the collection of standard mbuf > routines, and purge them from opencrypto. Could you please document them in mbuf.9? (I posted the diff six weeks ago but no reply yet.) -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Feb 10 10:04:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A298116A4CE for ; Tue, 10 Feb 2004 10:04:56 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8859E43D2F for ; Tue, 10 Feb 2004 10:04:56 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 27943 invoked from network); 10 Feb 2004 18:04:55 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 10 Feb 2004 18:04:55 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1AI4oM0087821; Tue, 10 Feb 2004 13:04:51 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson , Bruce Evans Date: Tue, 10 Feb 2004 11:20:11 -0500 User-Agent: KMail/1.5.4 References: <200402061930.i16JUCpa011145@repoman.freebsd.org> <20040210101904.C50462@gamplex.bde.org> <20040209164309.L75509@root.org> In-Reply-To: <20040209164309.L75509@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402101120.11815.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Tim Robbins Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 18:04:56 -0000 On Monday 09 February 2004 07:45 pm, Nate Lawson wrote: > On Tue, 10 Feb 2004, Bruce Evans wrote: > > On Mon, 9 Feb 2004, Nate Lawson wrote: > > > On Sun, 8 Feb 2004, Bruce Evans wrote: > > > > On Sat, 7 Feb 2004, Tim Robbins wrote: > > > > > On Fri, Feb 06, 2004 at 11:30:12AM -0800, John Baldwin wrote: > > > > > > ... > > > > > > - Rework getrusage() to make a copy of the rusage struct into a > > > > > > local variable while holding Giant and then do the copyout from > > > > > > the local variable to avoid having to have the original process > > > > > > rusage struct locked while doing the copyout (which would not be > > > > > > safe). This also includes a few style fixes from Bruce to > > > > > > getrusage(). > > > > > > > > > > Thanks (from the one who added the XXX comment). Can't we use the > > > > > proc lock here though? > > > > > > > > calcru() takes about 4.5 usec on a Celeron 366 > > > > with a TSC timecounter, and this is too long to hold a spin lock > > > > since, while it is not too bad in absolute terms, it scales to 100+ > > > > usec on old machines that used to have an interrupt latency of much > > > > smaller than 100 usec. Another way to look at the relative largeness > > > > of 4.5 usec: vfork()+exit()+wait() for a small process takes about 86 > > > > usec on a Celeron 366, and 4.5 usec of that is for calcru(). > > > > > > What if calcru() were postponed until the process lifetime was a > > > minimum quantum? This sounds like we should be concerned about the > > > vfork/exec case if your above example applies. > > > > Postponing it for a quantum wouldn't help much (it would either give > > very inaccurate times or cost the same as now), but postponing it > > forever might help. exit1() would have to read the current time (this > > is needed anyway to set switchtime), but there is no need to calculate > > the resource usage unless an ancestor actually uses > > getrusage(RUSAGE_CHILDREN, ...). ruadd() would add tick counts instead > > of times and the RUSAGE_CHILDREN case in getrusage() would call calcru() > > to scale the tick counts like the RUSAGE_SELF case already does. This > > would be a tiny optimization but has another advantage: calcru() has > > rounding errors that accumulate in p_cru and delaying calcru() would > > prevent them accumuating. > > I think this is an excellent idea. I suggested postponing because I > thought the data was used for CPU quotas also, but if it's only used by > getrusage(), your idea should work and make the caller pay the cost of > units conversion. Are one of you two going to implement that then? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Feb 10 10:34:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CAD116A4CE; Tue, 10 Feb 2004 10:34:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE5A43D1F; Tue, 10 Feb 2004 10:34:28 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AIYRGe024733; Tue, 10 Feb 2004 10:34:27 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AIYRFn024732; Tue, 10 Feb 2004 10:34:27 -0800 (PST) (envelope-from alc) Message-Id: <200402101834.i1AIYRFn024732@repoman.freebsd.org> From: Alan Cox Date: Tue, 10 Feb 2004 10:34:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 18:34:28 -0000 alc 2004/02/10 10:34:27 PST FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Correct a long-standing race condition in the inactive queue scan. (See the added comment for low-level details.) The effect of this race condition is a panic "vm_page_cache: caching a dirty page, ..." Reviewed by: tegge MFC after: 7 days Revision Changes Path 1.251 +15 -0 src/sys/vm/vm_pageout.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 10:41:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E6D16A4CE; Tue, 10 Feb 2004 10:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7BA43D1D; Tue, 10 Feb 2004 10:41:53 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AIfrGe026481; Tue, 10 Feb 2004 10:41:53 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AIfq3h026477; Tue, 10 Feb 2004 10:41:52 -0800 (PST) (envelope-from wes) Message-Id: <200402101841.i1AIfq3h026477@repoman.freebsd.org> From: Wes Peters Date: Tue, 10 Feb 2004 10:41:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 18:41:54 -0000 wes 2004/02/10 10:41:52 PST FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.birthday Log: Add some presidential birthdays. Revision Changes Path 1.27 +23 -8 src/usr.bin/calendar/calendars/calendar.birthday From owner-cvs-src@FreeBSD.ORG Tue Feb 10 10:49:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D4A16A4D1 for ; Tue, 10 Feb 2004 10:49:25 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9581443D45 for ; Tue, 10 Feb 2004 10:49:25 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 82008 invoked by uid 1000); 10 Feb 2004 18:49:26 -0000 Date: Tue, 10 Feb 2004 10:49:26 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <200402101120.11815.jhb@FreeBSD.org> Message-ID: <20040210104736.M81968@root.org> References: <200402061930.i16JUCpa011145@repoman.freebsd.org> <20040210101904.C50462@gamplex.bde.org> <20040209164309.L75509@root.org> <200402101120.11815.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Tim Robbins cc: Bruce Evans Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 18:49:25 -0000 On Tue, 10 Feb 2004, John Baldwin wrote: > On Monday 09 February 2004 07:45 pm, Nate Lawson wrote: > > On Tue, 10 Feb 2004, Bruce Evans wrote: > > > On Mon, 9 Feb 2004, Nate Lawson wrote: > > > > On Sun, 8 Feb 2004, Bruce Evans wrote: > > > > > calcru() takes about 4.5 usec on a Celeron 366 > > > > > with a TSC timecounter, and this is too long to hold a spin lock > > > > > since, while it is not too bad in absolute terms, it scales to 100+ > > > > > usec on old machines that used to have an interrupt latency of much > > > > > smaller than 100 usec. Another way to look at the relative largeness > > > > > of 4.5 usec: vfork()+exit()+wait() for a small process takes about 86 > > > > > usec on a Celeron 366, and 4.5 usec of that is for calcru(). > > > > > > > > What if calcru() were postponed until the process lifetime was a > > > > minimum quantum? This sounds like we should be concerned about the > > > > vfork/exec case if your above example applies. > > > > > > Postponing it for a quantum wouldn't help much (it would either give > > > very inaccurate times or cost the same as now), but postponing it > > > forever might help. exit1() would have to read the current time (this > > > is needed anyway to set switchtime), but there is no need to calculate > > > the resource usage unless an ancestor actually uses > > > getrusage(RUSAGE_CHILDREN, ...). ruadd() would add tick counts instead > > > of times and the RUSAGE_CHILDREN case in getrusage() would call calcru() > > > to scale the tick counts like the RUSAGE_SELF case already does. This > > > would be a tiny optimization but has another advantage: calcru() has > > > rounding errors that accumulate in p_cru and delaying calcru() would > > > prevent them accumuating. > > > > I think this is an excellent idea. I suggested postponing because I > > thought the data was used for CPU quotas also, but if it's only used by > > getrusage(), your idea should work and make the caller pay the cost of > > units conversion. > > Are one of you two going to implement that then? I am having trouble even finding time for ACPI at least through the end of the month so I'm not taking on any new tasks right now. Perhaps phk can add this task to the JKH page for one of our new recruits to pick up. :) -Nate From owner-cvs-src@FreeBSD.ORG Tue Feb 10 11:10:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFC116A4CE; Tue, 10 Feb 2004 11:10:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0338A43D31; Tue, 10 Feb 2004 11:10:35 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AJAYGe032523; Tue, 10 Feb 2004 11:10:34 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AJAYYb032521; Tue, 10 Feb 2004 11:10:34 -0800 (PST) (envelope-from des) Message-Id: <200402101910.i1AJAYYb032521@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Feb 2004 11:10:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc netstart X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 19:10:35 -0000 des 2004/02/10 11:10:34 PST FreeBSD src repository Modified files: etc netstart Log: Run /etc/rc.d/routing at the appropriate time. Spotted by: mat Revision Changes Path 1.64 +1 -0 src/etc/netstart From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:17:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5271716A4CE; Tue, 10 Feb 2004 12:17:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EE143D1F; Tue, 10 Feb 2004 12:17:59 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKHxGe048360; Tue, 10 Feb 2004 12:17:59 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKHwI9048359; Tue, 10 Feb 2004 12:17:58 -0800 (PST) (envelope-from ache) Message-Id: <200402102017.i1AKHwI9048359@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 10 Feb 2004 12:17:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:17:59 -0000 ache 2004/02/10 12:17:58 PST FreeBSD src repository Modified files: contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c Log: Official patches 001-005 PR: 62555 Revision Changes Path 1.2 +696 -255 src/contrib/libreadline/bind.c 1.7 +14 -12 src/contrib/libreadline/display.c 1.2 +15 -6 src/contrib/libreadline/mbutil.c 1.2 +370 -1398 src/contrib/libreadline/readline.c 1.2 +274 -163 src/contrib/libreadline/vi_mode.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:34:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF2AC16A4CE; Tue, 10 Feb 2004 12:34:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F3E43D1F; Tue, 10 Feb 2004 12:34:44 -0800 (PST) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKYiGe052473; Tue, 10 Feb 2004 12:34:44 -0800 (PST) (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKYiWe052472; Tue, 10 Feb 2004 12:34:44 -0800 (PST) (envelope-from jmg) Message-Id: <200402102034.i1AKYiWe052472@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 10 Feb 2004 12:34:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 BUS_SETUP_INTR.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:34:45 -0000 jmg 2004/02/10 12:34:44 PST FreeBSD src repository Modified files: share/man/man9 BUS_SETUP_INTR.9 Log: add verbage about how once BUS_TEARDOWN_INTR returns, the interrupt will no longer be active or called.. Also document requirement that no mutexes be held across calls to these functions.. Reviewed by: jhb, rwatson Revision Changes Path 1.17 +6 -0 src/share/man/man9/BUS_SETUP_INTR.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:40:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8017A16A4CE; Tue, 10 Feb 2004 12:40:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADB943D1D; Tue, 10 Feb 2004 12:40:18 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKeIGe052796; Tue, 10 Feb 2004 12:40:18 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKeIiv052795; Tue, 10 Feb 2004 12:40:18 -0800 (PST) (envelope-from cperciva) Message-Id: <200402102040.i1AKeIiv052795@repoman.freebsd.org> From: Colin Percival Date: Tue, 10 Feb 2004 12:40:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen arc4random.c src/lib/libc/net inet6_rth_space.3 src/lib/libc/rpc rpcb_prot.c src/sbin/mount_nfs4 mount_nfs4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:40:18 -0000 cperciva 2004/02/10 12:40:18 PST FreeBSD src repository Modified files: lib/libc/gen arc4random.c lib/libc/net inet6_rth_space.3 lib/libc/rpc rpcb_prot.c sbin/mount_nfs4 mount_nfs4.c Log: style cleanup: Remove duplicate $FreeBSD$ tags. These files had tags at the start of the file (incorrect, removed), and after the copyright notices (correct). Approved by: rwatson (mentor) Revision Changes Path 1.8 +0 -2 src/lib/libc/gen/arc4random.c 1.2 +0 -1 src/lib/libc/net/inet6_rth_space.3 1.4 +0 -1 src/lib/libc/rpc/rpcb_prot.c 1.3 +0 -1 src/sbin/mount_nfs4/mount_nfs4.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:42:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFCC716A4CE; Tue, 10 Feb 2004 12:42:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA69943D1D; Tue, 10 Feb 2004 12:42:33 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKgXGe054745; Tue, 10 Feb 2004 12:42:33 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKgXku054744; Tue, 10 Feb 2004 12:42:33 -0800 (PST) (envelope-from cperciva) Message-Id: <200402102042.i1AKgXku054744@repoman.freebsd.org> From: Colin Percival Date: Tue, 10 Feb 2004 12:42:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/i386/gen signalcontext.csrc/lib/libc/stdlib atof.c src/lib/libpam/modules/pam_opieaccess pam_opieaccess.c src/lib/libpthread/thread thr_printf.c src/lib/libthr/thread thr_printf.c src/release/picobsd/tinyware/passwd pw_copy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:42:33 -0000 cperciva 2004/02/10 12:42:33 PST FreeBSD src repository Modified files: lib/libc/i386/gen signalcontext.c lib/libc/stdlib atof.c lib/libpam/modules/pam_opieaccess pam_opieaccess.c lib/libpthread/thread thr_printf.c lib/libthr/thread thr_printf.c release/picobsd/tinyware/passwd pw_copy.c Log: style cleanup: Remove duplicate $FreeBSD$ tags. These files had tags after the copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) Revision Changes Path 1.6 +1 -3 src/lib/libc/i386/gen/signalcontext.c 1.5 +0 -2 src/lib/libc/stdlib/atof.c 1.16 +0 -2 src/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c 1.4 +0 -2 src/lib/libpthread/thread/thr_printf.c 1.4 +0 -2 src/lib/libthr/thread/thr_printf.c 1.3 +0 -2 src/release/picobsd/tinyware/passwd/pw_copy.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:45:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A9C16A4D2; Tue, 10 Feb 2004 12:45:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D2F43D1D; Tue, 10 Feb 2004 12:45:29 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKjSGe054994; Tue, 10 Feb 2004 12:45:28 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKjSB7054990; Tue, 10 Feb 2004 12:45:28 -0800 (PST) (envelope-from cperciva) Message-Id: <200402102045.i1AKjSB7054990@repoman.freebsd.org> From: Colin Percival Date: Tue, 10 Feb 2004 12:45:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/ia64/string bcopy.S bzero.S src/lib/libc/sparc64/gen fabs.S src/lib/libc_r/arch/ia64 _atomic_lock.S src/lib/libpthread/arch/alpha/alpha enter_uts.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:45:31 -0000 cperciva 2004/02/10 12:45:28 PST FreeBSD src repository Modified files: lib/libc/ia64/string bcopy.S bzero.S lib/libc/sparc64/gen fabs.S lib/libc_r/arch/ia64 _atomic_lock.S lib/libpthread/arch/alpha/alpha enter_uts.S Log: style cleanup: Remove duplicate $FreeBSD$ tags. These files had tags after teh copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) Revision Changes Path 1.3 +0 -2 src/lib/libc/ia64/string/bcopy.S 1.6 +0 -2 src/lib/libc/ia64/string/bzero.S 1.2 +0 -2 src/lib/libc/sparc64/gen/fabs.S 1.3 +0 -2 src/lib/libc_r/arch/ia64/_atomic_lock.S 1.2 +0 -2 src/lib/libpthread/arch/alpha/alpha/enter_uts.S From owner-cvs-src@FreeBSD.ORG Tue Feb 10 12:48:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1959916A4CE; Tue, 10 Feb 2004 12:48:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1420D43D1D; Tue, 10 Feb 2004 12:48:09 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKm8Ge060910; Tue, 10 Feb 2004 12:48:08 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKm8uo060909; Tue, 10 Feb 2004 12:48:08 -0800 (PST) (envelope-from cperciva) Message-Id: <200402102048.i1AKm8uo060909@repoman.freebsd.org> From: Colin Percival Date: Tue, 10 Feb 2004 12:48:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atm atm.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c src/sbin/atm/fore_dnld fore_dnld.c src/sbin/atm/ilmid ilmid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:48:09 -0000 cperciva 2004/02/10 12:48:08 PST FreeBSD src repository Modified files: sbin/atm/atm atm.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c sbin/atm/fore_dnld fore_dnld.c sbin/atm/ilmid ilmid.c Log: style cleanup: Remove duplicate $FreeBSD$ tags. These files had tags after the copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) Revision Changes Path 1.10 +0 -3 src/sbin/atm/atm/atm.c 1.8 +0 -3 src/sbin/atm/atm/atm_fore200.c 1.8 +0 -3 src/sbin/atm/atm/atm_inet.c 1.8 +0 -3 src/sbin/atm/atm/atm_print.c 1.8 +0 -3 src/sbin/atm/atm/atm_set.c 1.10 +0 -3 src/sbin/atm/atm/atm_show.c 1.9 +0 -3 src/sbin/atm/atm/atm_subr.c 1.17 +0 -3 src/sbin/atm/fore_dnld/fore_dnld.c 1.33 +0 -3 src/sbin/atm/ilmid/ilmid.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 13:06:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B138E16A4CE; Tue, 10 Feb 2004 13:06:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945FD43D1D; Tue, 10 Feb 2004 13:06:47 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AL6lGe066205; Tue, 10 Feb 2004 13:06:47 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AL6lfu066204; Tue, 10 Feb 2004 13:06:47 -0800 (PST) (envelope-from nectar) Message-Id: <200402102106.i1AL6lfu066204@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 10 Feb 2004 13:06:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:06:47 -0000 nectar 2004/02/10 13:06:47 PST FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Fix a panic in pseudofs(9) that could occur when doing an I/O operation with a large request or large offset. Reported by: Joel Ray Holveck Submitted by: des Revision Changes Path 1.43 +5 -0 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 13:08:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3630A16A4CE; Tue, 10 Feb 2004 13:08:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A75E43D1D; Tue, 10 Feb 2004 13:08:02 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AL81Ge066276; Tue, 10 Feb 2004 13:08:01 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AL81aa066275; Tue, 10 Feb 2004 13:08:01 -0800 (PST) (envelope-from nectar) Message-Id: <200402102108.i1AL81aa066275@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 10 Feb 2004 13:08:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:08:02 -0000 nectar 2004/02/10 13:08:01 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/fs/pseudofs pseudofs_vnops.c . UPDATING Log: MFC pseudofs_vnops.c 1.43: Fix a panic in pseudofs(9). Approved by: re Revision Changes Path 1.282.2.7 +2 -0 src/UPDATING 1.42.2.1 +5 -0 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 13:30:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9127F16A4CE; Tue, 10 Feb 2004 13:30:26 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F84F43D1F; Tue, 10 Feb 2004 13:30:26 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 201D2539E; Tue, 10 Feb 2004 22:30:25 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8AF585394; Tue, 10 Feb 2004 22:30:18 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6768933C68; Tue, 10 Feb 2004 22:30:18 +0100 (CET) To: Jacques Vidrine References: <200402102106.i1AL6lfu066204@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 10 Feb 2004 22:30:18 +0100 In-Reply-To: <200402102106.i1AL6lfu066204@repoman.freebsd.org> (Jacques Vidrine's message of "Tue, 10 Feb 2004 13:06:47 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:30:26 -0000 Jacques Vidrine writes: > Log: > Fix a panic in pseudofs(9) that could occur when doing an I/O > operation with a large request or large offset. This is not the appropriate fix for HEAD. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 10 13:31:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B0416A4CE; Tue, 10 Feb 2004 13:31:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5D043D1F; Tue, 10 Feb 2004 13:31:10 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ALVAGe071543; Tue, 10 Feb 2004 13:31:10 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ALVA50071539; Tue, 10 Feb 2004 13:31:10 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200402102131.i1ALVA50071539@repoman.freebsd.org> From: Prafulla Deuskar Date: Tue, 10 Feb 2004 13:31:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c if_em_hw.c if_em_hw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:31:10 -0000 pdeuskar 2004/02/10 13:31:10 PST FreeBSD src repository Modified files: sys/dev/em if_em.c if_em_hw.c if_em_hw.h Log: Only reset the phy when it is absolutely required. This should fix the issues with long *init* times when you do ifconfig em0 alias. MFC after: 3 days Revision Changes Path 1.37 +25 -6 src/sys/dev/em/if_em.c 1.13 +80 -50 src/sys/dev/em/if_em_hw.c 1.13 +9 -4 src/sys/dev/em/if_em_hw.h From owner-cvs-src@FreeBSD.ORG Tue Feb 10 13:40:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFAB116A4CE; Tue, 10 Feb 2004 13:40:02 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BFA43D1F; Tue, 10 Feb 2004 13:40:02 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 441A05482B; Tue, 10 Feb 2004 15:40:02 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 8FC1C6D45F; Tue, 10 Feb 2004 15:40:01 -0600 (CST) Date: Tue, 10 Feb 2004 15:40:01 -0600 From: "Jacques A. Vidrine" To: Dag-Erling Smørgrav Message-ID: <20040210214001.GA97537@madman.celabo.org> References: <200402102106.i1AL6lfu066204@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:40:03 -0000 On Tue, Feb 10, 2004 at 10:30:18PM +0100, Dag-Erling Smørgrav wrote: > Jacques Vidrine writes: > > Log: > > Fix a panic in pseudofs(9) that could occur when doing an I/O > > operation with a large request or large offset. > > This is not the appropriate fix for HEAD. !@#$% :-) I committed it with the assumption that it is a workaround. I know you are planning a real fix. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Tue Feb 10 13:42:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBAB516A4CE; Tue, 10 Feb 2004 13:42:28 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2C843D39; Tue, 10 Feb 2004 13:42:28 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id A668B5322; Tue, 10 Feb 2004 22:42:27 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id CFF79531F; Tue, 10 Feb 2004 22:42:20 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 5F3C733C68; Tue, 10 Feb 2004 22:42:20 +0100 (CET) To: "Jacques A. Vidrine" References: <200402102106.i1AL6lfu066204@repoman.freebsd.org> <20040210214001.GA97537@madman.celabo.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 10 Feb 2004 22:42:20 +0100 In-Reply-To: <20040210214001.GA97537@madman.celabo.org> (Jacques A. Vidrine's message of "Tue, 10 Feb 2004 15:40:01 -0600") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:42:28 -0000 "Jacques A. Vidrine" writes: > I committed it with the assumption that it is a workaround. I know > you are planning a real fix. Yep. It'll do for now... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 10 14:11:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C94EE16A4CF; Tue, 10 Feb 2004 14:11:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD3343D1D; Tue, 10 Feb 2004 14:11:36 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AMBaGe081675; Tue, 10 Feb 2004 14:11:36 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AMBaXp081674; Tue, 10 Feb 2004 14:11:36 -0800 (PST) (envelope-from ru) Message-Id: <200402102211.i1AMBaXp081674@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 10 Feb 2004 14:11:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/sparc64/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 22:11:37 -0000 ru 2004/02/10 14:11:36 PST FreeBSD src repository Modified files: sys/boot/sparc64/loader Makefile Log: Since loader(8) on SPARC64 is a pure ELF executable (as opposed to other architectures), there is no reason not to strip(1) it. Tested by: kensmith Revision Changes Path 1.17 +0 -1 src/sys/boot/sparc64/loader/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 10 14:12:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4AC316A4CE; Tue, 10 Feb 2004 14:12:26 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D16FF43D2F; Tue, 10 Feb 2004 14:12:26 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1AMAewn002972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Feb 2004 14:10:40 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1AMAeN9002941; Tue, 10 Feb 2004 14:10:40 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 10 Feb 2004 14:10:39 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: "Andrey A. Chernov" In-Reply-To: <200402102017.i1AKHwI9048359@repoman.freebsd.org> Message-ID: <20040210140914.A3194@randomservers> References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 22:12:27 -0000 On Tue, 10 Feb 2004, Andrey A. Chernov wrote: -> ache 2004/02/10 12:17:58 PST -> -> FreeBSD src repository -> -> Modified files: -> contrib/libreadline bind.c display.c mbutil.c readline.c -> vi_mode.c -> Log: -> Official patches 001-005 -> -> PR: 62555 Is PR misc/28455 still an issue? Does having devel/readline (which is version 4.3) effectively take care of needing a newer version of readline for non -current systems? -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-src@FreeBSD.ORG Tue Feb 10 14:18:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F6A16A4CE; Tue, 10 Feb 2004 14:18:14 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA5E43D1D; Tue, 10 Feb 2004 14:18:14 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i1AMIDHa024874; Wed, 11 Feb 2004 01:18:13 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i1AMICZ8024873; Wed, 11 Feb 2004 01:18:12 +0300 (MSK) (envelope-from ache) Date: Wed, 11 Feb 2004 01:18:12 +0300 From: Andrey Chernov To: Joseph Scott Message-ID: <20040210221812.GA24816@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Joseph Scott , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040210140914.A3194@randomservers> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040210140914.A3194@randomservers> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 22:18:15 -0000 On Tue, Feb 10, 2004 at 02:10:39PM -0800, Joseph Scott wrote: > Is PR misc/28455 still an issue? Does having devel/readline > (which is version 4.3) effectively take care of needing a newer version of > readline for non -current systems? See discussion in the PR misc/28455 text. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Feb 10 14:28:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 167B016A4CE; Tue, 10 Feb 2004 14:28:40 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A9543D8F; Tue, 10 Feb 2004 14:28:40 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1AMQtwn028434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Feb 2004 14:26:55 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1AMQtmh028430; Tue, 10 Feb 2004 14:26:55 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 10 Feb 2004 14:26:55 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Andrey Chernov In-Reply-To: <20040210221812.GA24816@nagual.pp.ru> Message-ID: <20040210141900.D3194@randomservers> References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040210140914.A3194@randomservers> <20040210221812.GA24816@nagual.pp.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 22:28:40 -0000 On Wed, 11 Feb 2004, Andrey Chernov wrote: -> On Tue, Feb 10, 2004 at 02:10:39PM -0800, Joseph Scott wrote: -> > Is PR misc/28455 still an issue? Does having devel/readline -> > (which is version 4.3) effectively take care of needing a newer version of -> > readline for non -current systems? -> -> See discussion in the PR misc/28455 text. I did. The port devel/readline was just added at the end of last year (28 Dec 2003). The last feedback to the PR was 1.5 years before the port was added. It looked like the goal of the PR was meet (recent version of readline is availbale to 4.x system), but by the addition of a new port, not by importing into 4.x. Since the goal of the PR was met should it not be closed? If I'm completely wrong on my understanding of this that's fine, I'll be happy to change my mind :-) -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-src@FreeBSD.ORG Tue Feb 10 14:34:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F7916A4CE; Tue, 10 Feb 2004 14:34:24 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F4043D31; Tue, 10 Feb 2004 14:34:23 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i1AMYMHa025134; Wed, 11 Feb 2004 01:34:22 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i1AMYMDQ025133; Wed, 11 Feb 2004 01:34:22 +0300 (MSK) (envelope-from ache) Date: Wed, 11 Feb 2004 01:34:22 +0300 From: Andrey Chernov To: Joseph Scott Message-ID: <20040210223422.GD24816@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Joseph Scott , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040210140914.A3194@randomservers> <20040210221812.GA24816@nagual.pp.ru> <20040210141900.D3194@randomservers> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040210141900.D3194@randomservers> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 22:34:24 -0000 On Tue, Feb 10, 2004 at 02:26:55PM -0800, Joseph Scott wrote: > It looked like the goal of the PR was meet (recent version of > readline is availbale to 4.x system), but by the addition of a new port, > not by importing into 4.x. Since the goal of the PR was met should it not > be closed? It is not closed yet because planned to MFC (merge from -current), but nobody still can handle it. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Feb 10 14:50:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DDC816A4CE; Tue, 10 Feb 2004 14:50:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621BB43D1D; Tue, 10 Feb 2004 14:50:58 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AMowGe088916; Tue, 10 Feb 2004 14:50:58 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AMowAg088915; Tue, 10 Feb 2004 14:50:58 -0800 (PST) (envelope-from sumikawa) Message-Id: <200402102250.i1AMowAg088915@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 10 Feb 2004 14:50:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ndp ndp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 22:50:58 -0000 sumikawa 2004/02/10 14:50:58 PST FreeBSD src repository Modified files: usr.sbin/ndp ndp.c Log: Flush stdout when -A option is used. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.15 +1 -0 src/usr.sbin/ndp/ndp.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 15:01:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 132EA16A4CE; Tue, 10 Feb 2004 15:01:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE6543D1D; Tue, 10 Feb 2004 15:01:53 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AN1rGe092028; Tue, 10 Feb 2004 15:01:53 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AN1rMA092024; Tue, 10 Feb 2004 15:01:53 -0800 (PST) (envelope-from wpaul) Message-Id: <200402102301.i1AN1rMA092024@repoman.freebsd.org> From: Bill Paul Date: Tue, 10 Feb 2004 15:01:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 23:01:54 -0000 wpaul 2004/02/10 15:01:53 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info() routines to do anything except return error if the miniport adapter context is not set (meaning we either having init'ed the driver yet, or the initialization failed). Also, be sure to NULL out the adapter context along with the miniport characteristics pointers if calling the MiniportInitialize() method fails. Revision Changes Path 1.37 +7 -0 src/sys/compat/ndis/kern_ndis.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 15:57:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B180816A4CE; Tue, 10 Feb 2004 15:57:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CD543D1D; Tue, 10 Feb 2004 15:57:35 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ANvZGe005056; Tue, 10 Feb 2004 15:57:35 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ANvZeg005055; Tue, 10 Feb 2004 15:57:35 -0800 (PST) (envelope-from grehan) Message-Id: <200402102357.i1ANvZeg005055@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 15:57:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/ofw ofw_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 23:57:35 -0000 grehan 2004/02/10 15:57:35 PST FreeBSD src repository Modified files: sys/powerpc/ofw ofw_pci.c Log: Correctly create interrupt key for PCI, which is the OpenFirmware pci-hi/med/lo + node 'interrupts' property. This worked by accident until recent notebooks required correct operation. Tested by: Suleiman Souhlal Revision Changes Path 1.4 +17 -11 src/sys/powerpc/ofw/ofw_pci.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 18:39:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7493716A4CE; Tue, 10 Feb 2004 18:39:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0D643D1F; Tue, 10 Feb 2004 18:39:25 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B2dPGe048026; Tue, 10 Feb 2004 18:39:25 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B2dPsj048025; Tue, 10 Feb 2004 18:39:25 -0800 (PST) (envelope-from bms) Message-Id: <200402110239.i1B2dPsj048025@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 18:39:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 02:39:25 -0000 bms 2004/02/10 18:39:25 PST FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: Document the functions m_apply() and m_getptr(). Requested by: Maxim Konovalov Revision Changes Path 1.41 +42 -0 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 10 18:49:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BD616A4CE; Tue, 10 Feb 2004 18:49:57 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E9543D1D; Tue, 10 Feb 2004 18:49:57 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C632D65435; Wed, 11 Feb 2004 02:49:55 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 43616-02-2; Wed, 11 Feb 2004 02:49:55 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6ECC5653D4; Wed, 11 Feb 2004 02:49:55 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 896872E; Wed, 11 Feb 2004 02:49:54 +0000 (GMT) Date: Wed, 11 Feb 2004 02:49:54 +0000 From: Bruce M Simpson To: Tim Kientzle Message-ID: <20040211024954.GB738@saboteur.dek.spc.org> Mail-Followup-To: Tim Kientzle , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402092322.i19NMtkW066232@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402092322.i19NMtkW066232@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile README archive.h archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 02:49:58 -0000 On Mon, Feb 09, 2004 at 03:22:54PM -0800, Tim Kientzle wrote: > Log: > Initial import of libarchive. Yay! BMS From owner-cvs-src@FreeBSD.ORG Tue Feb 10 18:57:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9B16A4CE; Tue, 10 Feb 2004 18:57:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C9D343D39; Tue, 10 Feb 2004 18:57:34 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B2vXGe052211; Tue, 10 Feb 2004 18:57:33 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B2vXhP052210; Tue, 10 Feb 2004 18:57:33 -0800 (PST) (envelope-from njl) Message-Id: <200402110257.i1B2vXhP052210@repoman.freebsd.org> From: Nate Lawson Date: Tue, 10 Feb 2004 18:57:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 02:57:34 -0000 njl 2004/02/10 18:57:33 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_button.c acpivar.h Log: Prefer buttons defined in the AML over the ones in the FADT. Some systems define power/sleep buttons in both places but only deliver notifies to the ones defined in the AML. Also, reduce length of various function handler names. Revision Changes Path 1.116 +6 -8 src/sys/dev/acpica/acpi.c 1.18 +32 -12 src/sys/dev/acpica/acpi_button.c 1.53 +4 -4 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue Feb 10 20:25:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A84216A4CE; Tue, 10 Feb 2004 20:25:16 -0800 (PST) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C2643D58; Tue, 10 Feb 2004 20:25:15 -0800 (PST) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (kmg68xkq@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.12.10/8.12.10) with ESMTP id i1B4PDo25720771; Wed, 11 Feb 2004 07:25:13 +0300 (MSK) Date: Wed, 11 Feb 2004 07:25:13 +0300 (MSK) From: Maxim Konovalov To: Bruce M Simpson In-Reply-To: <200402110239.i1B2dPsj048025@repoman.freebsd.org> Message-ID: <20040211072500.N3055@news1.macomnet.ru> References: <200402110239.i1B2dPsj048025@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 04:25:16 -0000 On Tue, 10 Feb 2004, 18:39-0800, Bruce M Simpson wrote: > bms 2004/02/10 18:39:25 PST > > FreeBSD src repository > > Modified files: > share/man/man9 mbuf.9 > Log: > Document the functions m_apply() and m_getptr(). > > Requested by: Maxim Konovalov Thank you! -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Tue Feb 10 20:26:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E968916A4CE; Tue, 10 Feb 2004 20:26:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD09443D58; Tue, 10 Feb 2004 20:26:04 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B4Q4Ge073322; Tue, 10 Feb 2004 20:26:04 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B4Q4fd073321; Tue, 10 Feb 2004 20:26:04 -0800 (PST) (envelope-from bms) Message-Id: <200402110426.i1B4Q4fd073321@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 20:26:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files options src/sys/net pfkeyv2.h src/sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h src/sys/netinet6 ipsec.h src/sys/netipsec ipsec.h key.c src/share/man/man4 tcp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 04:26:05 -0000 bms 2004/02/10 20:26:04 PST FreeBSD src repository Modified files: sys/conf files options sys/net pfkeyv2.h sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_syncache.c tcp_var.h sys/netinet6 ipsec.h sys/netipsec ipsec.h key.c share/man/man4 tcp.4 Log: Initial import of RFC 2385 (TCP-MD5) digest support. This is the first of two commits; bringing in the kernel support first. This can be enabled by compiling a kernel with options TCP_SIGNATURE and FAST_IPSEC. For the uninitiated, this is a TCP option which provides for a means of authenticating TCP sessions which came into being before IPSEC. It is still relevant today, however, as it is used by many commercial router vendors, particularly with BGP, and as such has become a requirement for interconnect at many major Internet points of presence. Several parts of the TCP and IP headers, including the segment payload, are digested with MD5, including a shared secret. The PF_KEY interface is used to manage the secrets using security associations in the SADB. There is a limitation here in that as there is no way to map a TCP flow per-port back to an SPI without polluting tcpcb or using the SPD; the code to do the latter is unstable at this time. Therefore this code only supports per-host keying granularity. Whilst FAST_IPSEC is mutually exclusive with KAME IPSEC (and thus IPv6), TCP_SIGNATURE applies only to IPv4. For the vast majority of prospective users of this feature, this will not pose any problem. This implementation is output-only; that is, the option is honoured when responding to a host initiating a TCP session, but no effort is made [yet] to authenticate inbound traffic. This is, however, sufficient to interwork with Cisco equipment. Tested with a Cisco 2501 running IOS 12.0(27), and Quagga 0.96.4 with local patches. Patches for tcpdump to validate TCP-MD5 sessions are also available from me upon request. Sponsored by: sentex.net Revision Changes Path 1.39 +33 -2 src/share/man/man4/tcp.4 1.863 +1 -0 src/sys/conf/files 1.429 +1 -0 src/sys/conf/options 1.13 +4 -2 src/sys/net/pfkeyv2.h 1.26 +12 -0 src/sys/netinet/ip.h 1.206 +1 -0 src/sys/netinet/ip_output.c 1.22 +3 -0 src/sys/netinet/tcp.h 1.222 +16 -1 src/sys/netinet/tcp_input.c 1.86 +37 -0 src/sys/netinet/tcp_output.c 1.175 +114 -0 src/sys/netinet/tcp_subr.c 1.53 +40 -0 src/sys/netinet/tcp_syncache.c 1.93 +19 -0 src/sys/netinet/tcp_usrreq.c 1.95 +25 -0 src/sys/netinet/tcp_var.h 1.16 +2 -0 src/sys/netinet6/ipsec.h 1.7 +1 -0 src/sys/netipsec/ipsec.h 1.10 +18 -0 src/sys/netipsec/key.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 20:34:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3673516A4CE; Tue, 10 Feb 2004 20:34:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3228B43D2F; Tue, 10 Feb 2004 20:34:35 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B4YZGe075461; Tue, 10 Feb 2004 20:34:35 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B4YYbO075460; Tue, 10 Feb 2004 20:34:34 -0800 (PST) (envelope-from bms) Message-Id: <200402110434.i1B4YYbO075460@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 20:34:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/setkey parse.y setkey.8 token.l src/lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 04:34:35 -0000 bms 2004/02/10 20:34:34 PST FreeBSD src repository Modified files: usr.sbin/setkey parse.y token.l setkey.8 lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l Log: Initial import of RFC 2385 (TCP-MD5) digest support. This is the second of two commits; bring in the userland support to finish. Teach libipsec and setkey about the tcp-md5 class of security associations, thus allowing administrators to add per-host keys to the SADB for use by the tcpsignature_compute() function. Document that a single SPI must be used until such time as the code which adds support to the SPD to specify flows for tcp-md5 treatment is suitable for production. Sponsored by: sentex.net Revision Changes Path 1.8 +2 -0 src/lib/libipsec/ipsec_dump_policy.c 1.8 +14 -1 src/lib/libipsec/pfkey.c 1.15 +3 -0 src/lib/libipsec/pfkey_dump.c 1.8 +1 -0 src/lib/libipsec/policy_token.l 1.5 +13 -4 src/usr.sbin/setkey/parse.y 1.30 +7 -0 src/usr.sbin/setkey/setkey.8 1.10 +2 -0 src/usr.sbin/setkey/token.l From owner-cvs-src@FreeBSD.ORG Tue Feb 10 20:42:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0390816A4CF; Tue, 10 Feb 2004 20:42:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC53643D39; Tue, 10 Feb 2004 20:42:48 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B4gmGe077557; Tue, 10 Feb 2004 20:42:48 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B4gm8K077556; Tue, 10 Feb 2004 20:42:48 -0800 (PST) (envelope-from grehan) Message-Id: <200402110442.i1B4gm8K077556@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 20:42:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc uma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 04:42:49 -0000 grehan 2004/02/10 20:42:48 PST FreeBSD src repository Modified files: sys/powerpc/powerpc uma_machdep.c Log: Add sysctl hw.uma_mdpages to track how many pages have been allocated by UMA_MD_SMALL_ALLOC Revision Changes Path 1.2 +9 -0 src/sys/powerpc/powerpc/uma_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 20:44:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B27D16A4D2; Tue, 10 Feb 2004 20:44:07 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C96043D1D; Tue, 10 Feb 2004 20:44:07 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 39B566520C; Wed, 11 Feb 2004 04:44:06 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 45233-02-4; Wed, 11 Feb 2004 04:44:05 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 856E8651EB; Wed, 11 Feb 2004 04:44:05 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id C6D61BE; Wed, 11 Feb 2004 04:44:04 +0000 (GMT) Date: Wed, 11 Feb 2004 04:44:04 +0000 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040211044404.GF738@saboteur.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402110426.i1B4Q4fd073321@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402110426.i1B4Q4fd073321@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/conf files options src/sys/net pfkeyv2.h src/sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h src/sys/netinet6 ipsec.h src/sys/netipsec ipsec.h key.c src/share/man/man4 tcp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 04:44:07 -0000 On Tue, Feb 10, 2004 at 08:26:04PM -0800, Bruce M Simpson wrote: > Tested with a Cisco 2501 running IOS 12.0(27), and Quagga 0.96.4 with > local patches. Patches for tcpdump to validate TCP-MD5 sessions are also > available from me upon request. These are available at:- http://people.freebsd.org/~bms/dump/tcpdump-rfc2385/ They merge into ports/net/tcpdump OK, but please note that there is a bug in the GNU configure script- it won't acknowledge the shipping OpenSSL libcrypto in base due to a check for a DES function which is now depracated.o I will make the Quagga patches for TCP-MD5 'neighbor password' support available for those who want them. BMS From owner-cvs-src@FreeBSD.ORG Tue Feb 10 21:44:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E22416A4CE; Tue, 10 Feb 2004 21:44:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6191343D1D; Tue, 10 Feb 2004 21:44:20 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B5iKGe096829; Tue, 10 Feb 2004 21:44:20 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B5iKLv096828; Tue, 10 Feb 2004 21:44:20 -0800 (PST) (envelope-from kientzle) Message-Id: <200402110544.i1B5iKLv096828@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 10 Feb 2004 21:44:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 05:44:20 -0000 kientzle 2004/02/10 21:44:20 PST FreeBSD src repository Modified files: gnu/usr.bin/tar Makefile Log: GNU tar in the base system is now called "gtar" "tar" is now just a link to "gtar". This lays the groundwork for an orderly migration from GNU tar to some other tar. (First, we introduce the new tar program, then we migrate the 'tar' name, then we remove gtar, with intervals of months between these steps.) Approved by: gordon Revision Changes Path 1.19 +11 -1 src/gnu/usr.bin/tar/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 10 22:52:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BED16A4CE; Tue, 10 Feb 2004 22:52:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B663643D1D; Tue, 10 Feb 2004 22:52:09 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B6q9Ge012031; Tue, 10 Feb 2004 22:52:09 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B6q9UB012027; Tue, 10 Feb 2004 22:52:09 -0800 (PST) (envelope-from bms) Message-Id: <200402110652.i1B6q9UB012027@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 22:52:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 06:52:10 -0000 bms 2004/02/10 22:52:09 PST FreeBSD src repository Removed files: (Branch: RELENG_4) sys/opencrypto crmbuf.c Log: The one that got away. Purge crmbuf.c as this was providing a definition of m_apply which generated tinderbox errors. Pointed out by: tjr Revision Changes Path 1.1.2.2 +0 -118 src/sys/opencrypto/crmbuf.c (dead) From owner-cvs-src@FreeBSD.ORG Tue Feb 10 22:54:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CAD716A4CE; Tue, 10 Feb 2004 22:54:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80EB843D1D; Tue, 10 Feb 2004 22:54:37 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B6sbGe012460; Tue, 10 Feb 2004 22:54:37 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B6sbV5012459; Tue, 10 Feb 2004 22:54:37 -0800 (PST) (envelope-from bms) Message-Id: <200402110654.i1B6sbV5012459@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 22:54:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 06:54:37 -0000 bms 2004/02/10 22:54:37 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files Log: Finish the job of killing off crmbuf.c due to the m_apply pushup. Revision Changes Path 1.340.2.146 +0 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Tue Feb 10 23:19:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D6C516A4CE; Tue, 10 Feb 2004 23:19:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810A043D1D; Tue, 10 Feb 2004 23:19:15 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B7JFGe018020; Tue, 10 Feb 2004 23:19:15 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B7JFcH018019; Tue, 10 Feb 2004 23:19:15 -0800 (PST) (envelope-from grehan) Message-Id: <200402110719.i1B7JFcH018019@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 23:19:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc fpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 07:19:17 -0000 grehan 2004/02/10 23:19:15 PST FreeBSD src repository Modified files: sys/powerpc/powerpc fpu.c Log: Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL. Revision Changes Path 1.5 +5 -4 src/sys/powerpc/powerpc/fpu.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 23:27:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B6116A4CE; Tue, 10 Feb 2004 23:27:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7BD43D1D; Tue, 10 Feb 2004 23:27:34 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B7RYGe020376; Tue, 10 Feb 2004 23:27:34 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B7RY5F020375; Tue, 10 Feb 2004 23:27:34 -0800 (PST) (envelope-from grehan) Message-Id: <200402110727.i1B7RY5F020375@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 23:27:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include param.h pmap.h sr.h vmparam.h src/sys/powerpc/powerpc copyinout.c db_memrw.c machdep.c pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 07:27:35 -0000 grehan 2004/02/10 23:27:34 PST FreeBSD src repository Modified files: sys/powerpc/include param.h pmap.h sr.h vmparam.h sys/powerpc/powerpc copyinout.c db_memrw.c machdep.c pmap.c Log: Cleaned up param.h: - culled long-dead #define's - segment register defs moved to sr.h - NPMAPS moved to pmap.h - KERNBASE moved to vmparam.h - removed include of and fixed src files that relied on this. Modifying segment register code no longer causes gcc rebuilds :-) Revision Changes Path 1.13 +0 -30 src/sys/powerpc/include/param.h 1.12 +4 -0 src/sys/powerpc/include/pmap.h 1.3 +10 -0 src/sys/powerpc/include/sr.h 1.3 +2 -0 src/sys/powerpc/include/vmparam.h 1.9 +3 -0 src/sys/powerpc/powerpc/copyinout.c 1.3 +1 -0 src/sys/powerpc/powerpc/db_memrw.c 1.68 +1 -0 src/sys/powerpc/powerpc/machdep.c 1.70 +1 -0 src/sys/powerpc/powerpc/pmap.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 23:44:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF57416A4CF; Tue, 10 Feb 2004 23:44:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921E743D1D; Tue, 10 Feb 2004 23:44:56 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B7iuGe024652; Tue, 10 Feb 2004 23:44:56 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B7iuMC024651; Tue, 10 Feb 2004 23:44:56 -0800 (PST) (envelope-from grehan) Message-Id: <200402110744.i1B7iuMC024651@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 23:44:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powermac grackle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 07:44:56 -0000 grehan 2004/02/10 23:44:56 PST FreeBSD src repository Modified files: sys/powerpc/powermac grackle.c Log: - remove trailing whitespace - fix compile warnings. badaddr() will go to a header file soon. Revision Changes Path 1.2 +13 -11 src/sys/powerpc/powermac/grackle.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 23:48:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E900016A4CE; Tue, 10 Feb 2004 23:48:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE8E43D1D; Tue, 10 Feb 2004 23:48:19 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B7mJGe024821; Tue, 10 Feb 2004 23:48:19 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B7mJCZ024820; Tue, 10 Feb 2004 23:48:19 -0800 (PST) (envelope-from grehan) Message-Id: <200402110748.i1B7mJCZ024820@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 23:48:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc suswintr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 07:48:20 -0000 grehan 2004/02/10 23:48:19 PST FreeBSD src repository Modified files: sys/powerpc/powerpc suswintr.c Log: Fix compile warning Revision Changes Path 1.3 +1 -0 src/sys/powerpc/powerpc/suswintr.c From owner-cvs-src@FreeBSD.ORG Tue Feb 10 23:58:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1769916A4CE; Tue, 10 Feb 2004 23:58:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE90843D1F; Tue, 10 Feb 2004 23:58:43 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B7whGe027282; Tue, 10 Feb 2004 23:58:43 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B7whG1027281; Tue, 10 Feb 2004 23:58:43 -0800 (PST) (envelope-from grehan) Message-Id: <200402110758.i1B7whG1027281@repoman.freebsd.org> From: Peter Grehan Date: Tue, 10 Feb 2004 23:58:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/psim ata_iobus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 07:58:44 -0000 grehan 2004/02/10 23:58:43 PST FreeBSD src repository Modified files: sys/powerpc/psim ata_iobus.c Log: - fixed trailing whitespace and indentation - removed unused variable to fix compile warning Revision Changes Path 1.8 +10 -11 src/sys/powerpc/psim/ata_iobus.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 00:07:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8812516A4CE; Wed, 11 Feb 2004 00:07:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B76C43D39; Wed, 11 Feb 2004 00:07:19 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B87JGe030305; Wed, 11 Feb 2004 00:07:19 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B87JS2030304; Wed, 11 Feb 2004 00:07:19 -0800 (PST) (envelope-from grehan) Message-Id: <200402110807.i1B87JS2030304@repoman.freebsd.org> From: Peter Grehan Date: Wed, 11 Feb 2004 00:07:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 08:07:19 -0000 grehan 2004/02/11 00:07:19 PST FreeBSD src repository Modified files: sys/powerpc/powerpc clock.c Log: - fix compile warnings - removed obsolete NetBSD-derived ADB conditionals Revision Changes Path 1.18 +5 -26 src/sys/powerpc/powerpc/clock.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 00:31:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BC616A4CE; Wed, 11 Feb 2004 00:31:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CC443D1F; Wed, 11 Feb 2004 00:31:23 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B8VNGe035678; Wed, 11 Feb 2004 00:31:23 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B8VN93035677; Wed, 11 Feb 2004 00:31:23 -0800 (PST) (envelope-from scottl) Message-Id: <200402110831.i1B8VN93035677@repoman.freebsd.org> From: Scott Long Date: Wed, 11 Feb 2004 00:31:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/sys bio.h src/sys/geom geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 08:31:24 -0000 scottl 2004/02/11 00:31:23 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/sys bio.h sys/geom geom_io.c Log: MFC the geom_taskqueue addition so that the pending ATA MFC can use it. Approved by: re (implicit) Revision Changes Path 1.50.2.2 +27 -0 src/sys/geom/geom_io.c 1.135.2.1 +3 -1 src/sys/sys/bio.h From owner-cvs-src@FreeBSD.ORG Wed Feb 11 00:42:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F62316A4CE; Wed, 11 Feb 2004 00:42:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A41243D1D; Wed, 11 Feb 2004 00:42:38 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B8gcGe038733; Wed, 11 Feb 2004 00:42:38 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B8gcSt038732; Wed, 11 Feb 2004 00:42:38 -0800 (PST) (envelope-from ru) Message-Id: <200402110842.i1B8gcSt038732@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Feb 2004 00:42:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/btx/btx Makefile btx.S btx.s src/sys/boot/i386/btx/btxldr Makefile btxldr.S btxldr.s src/sys/boot/i386/pxeldr Makefile pxeldr.S pxeldr.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 08:42:38 -0000 ru 2004/02/11 00:42:38 PST FreeBSD src repository Modified files: sys/boot/i386/btx/btx Makefile btx.S sys/boot/i386/btx/btxldr Makefile btxldr.S sys/boot/i386/pxeldr Makefile pxeldr.S Removed files: sys/boot/i386/btx/btx btx.s sys/boot/i386/btx/btxldr btxldr.s sys/boot/i386/pxeldr pxeldr.s Log: Get rid of unnecessary use of m4(1) by using cpp(1) instead. (John tells me there were problems when trying this before, but it appears to be safe these day.) OK'ed by: jhb Repocopied by: joe Revision Changes Path 1.15 +5 -11 src/sys/boot/i386/btx/btx/Makefile 1.34 +14 -14 src/sys/boot/i386/btx/btx/btx.S 1.34 +0 -1173 src/sys/boot/i386/btx/btx/btx.s (dead) 1.14 +3 -8 src/sys/boot/i386/btx/btxldr/Makefile 1.14 +24 -24 src/sys/boot/i386/btx/btxldr/btxldr.S 1.14 +0 -396 src/sys/boot/i386/btx/btxldr/btxldr.s (dead) 1.13 +3 -8 src/sys/boot/i386/pxeldr/Makefile 1.10 +4 -4 src/sys/boot/i386/pxeldr/pxeldr.S 1.10 +0 -287 src/sys/boot/i386/pxeldr/pxeldr.s (dead) From owner-cvs-src@FreeBSD.ORG Wed Feb 11 00:47:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BFA16A4CE; Wed, 11 Feb 2004 00:47:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A485943D31; Wed, 11 Feb 2004 00:47:22 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B8lMGe044768; Wed, 11 Feb 2004 00:47:22 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B8lM3A044767; Wed, 11 Feb 2004 00:47:22 -0800 (PST) (envelope-from scottl) Message-Id: <200402110847.i1B8lM3A044767@repoman.freebsd.org> From: Scott Long Date: Wed, 11 Feb 2004 00:47:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c ata-pci.h ata-queue.c atapi-cd.c atapi-fd.c atapi-tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 08:47:22 -0000 scottl 2004/02/11 00:47:22 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c ata-pci.h ata-queue.c atapi-cd.c atapi-fd.c atapi-tape.c Log: MFC many more fixes for the ata driver. Approved by: re (implicit) Revision Changes Path 1.198.2.3 +10 -11 src/sys/dev/ata/ata-all.c 1.68.2.3 +1 -2 src/sys/dev/ata/ata-all.h 1.48.2.3 +15 -14 src/sys/dev/ata/ata-chipset.c 1.164.2.2 +2 -3 src/sys/dev/ata/ata-disk.c 1.24.2.3 +11 -13 src/sys/dev/ata/ata-lowlevel.c 1.19.2.3 +1 -1 src/sys/dev/ata/ata-pci.h 1.11.2.4 +48 -26 src/sys/dev/ata/ata-queue.c 1.156.2.3 +1 -1 src/sys/dev/ata/atapi-cd.c 1.89.2.2 +2 -2 src/sys/dev/ata/atapi-fd.c 1.84.2.2 +2 -2 src/sys/dev/ata/atapi-tape.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 01:23:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2070C16A4CF; Wed, 11 Feb 2004 01:23:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D5743D1D; Wed, 11 Feb 2004 01:23:36 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B9NZGe053916; Wed, 11 Feb 2004 01:23:35 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B9NZLO053915; Wed, 11 Feb 2004 01:23:35 -0800 (PST) (envelope-from des) Message-Id: <200402110923.i1B9NZLO053915@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Feb 2004 01:23:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 09:23:36 -0000 des 2004/02/11 01:23:35 PST FreeBSD src repository Modified files: lib/libfetch http.c Log: Re-wrap some comments. Revision Changes Path 1.70 +7 -6 src/lib/libfetch/http.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 01:31:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9508B16A4CE; Wed, 11 Feb 2004 01:31:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7924243D2F; Wed, 11 Feb 2004 01:31:40 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B9VeGe055527; Wed, 11 Feb 2004 01:31:40 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B9VeE9055525; Wed, 11 Feb 2004 01:31:40 -0800 (PST) (envelope-from des) Message-Id: <200402110931.i1B9VeE9055525@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Feb 2004 01:31:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 09:31:40 -0000 des 2004/02/11 01:31:40 PST FreeBSD src repository Modified files: lib/libfetch http.c Log: When restarting a transfer that has already completed, the server will reply with a 416 error code (requested range not satisfiable) because we ask it to start at the end of the file. Handle this gracefully by considering a 416 reply a success if the requested offset exactly matches the length of the file and the requested length is zero. Revision Changes Path 1.71 +41 -9 src/lib/libfetch/http.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 01:35:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689BC16A4CF; Wed, 11 Feb 2004 01:35:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285AA43D1D; Wed, 11 Feb 2004 01:35:28 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B9ZRGe056232; Wed, 11 Feb 2004 01:35:27 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B9ZRhq056231; Wed, 11 Feb 2004 01:35:27 -0800 (PST) (envelope-from des) Message-Id: <200402110935.i1B9ZRhq056231@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Feb 2004 01:35:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 09:35:28 -0000 des 2004/02/11 01:35:27 PST FreeBSD src repository Modified files: lib/libfetch http.c Log: Slight tweak to previous commit: don't forget to call _http_seterr() if we get a genuine 416 reply. Revision Changes Path 1.72 +1 -0 src/lib/libfetch/http.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 01:46:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBC316A4CE; Wed, 11 Feb 2004 01:46:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411CA43D1D; Wed, 11 Feb 2004 01:46:55 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B9ktGe058522; Wed, 11 Feb 2004 01:46:55 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B9ktgY058521; Wed, 11 Feb 2004 01:46:55 -0800 (PST) (envelope-from bms) Message-Id: <200402110946.i1B9ktgY058521@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 11 Feb 2004 01:46:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 09:46:55 -0000 bms 2004/02/11 01:46:54 PST FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Fix a typo; left out preprocessor conditional for sigoff variable, which is only used by TCP_SIGNATURE code. Noticed by: Roop Nanuwa Revision Changes Path 1.87 +2 -0 src/sys/netinet/tcp_output.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:06:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39EB716A4CE; Wed, 11 Feb 2004 02:06:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 347F143D2F; Wed, 11 Feb 2004 02:06:19 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BA6JGe063651; Wed, 11 Feb 2004 02:06:19 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BA6IAA063650; Wed, 11 Feb 2004 02:06:18 -0800 (PST) (envelope-from pjd) Message-Id: <200402111006.i1BA6IAA063650@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 11 Feb 2004 02:06:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 DECLARE_GEOM_CLASS.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.9 g_geom.9 g_provider.9 g_provider_by_name.9 g_wither_geom.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:06:19 -0000 pjd 2004/02/11 02:06:18 PST FreeBSD src repository Added files: share/man/man9 DECLARE_GEOM_CLASS.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.9 g_geom.9 g_provider.9 g_provider_by_name.9 g_wither_geom.9 Log: Added first part of GEOM kernel API manuals pages. Documented function and macros are: - DECLARE_GEOM_CLASS(), - g_attach(), - g_detach(), - g_new_bio(), - g_clone_bio(), - g_destroy_bio(), - g_new_consumer(), - g_destroy_consumer(), - g_read_data(), - g_write_data(), - g_post_event(), - g_waitfor_event(), - g_cancel_event(), - g_new_geomf(), - g_destroy_geom(), - g_new_providerf(), - g_destroy_provider(), - g_error_provider(), - g_provider_by_name(), - g_wither_geom(). and more to come. I want to thanks following people for help with those documents: Slawek Zak Simon L. Nielsen Pieter de Boer and of course Poul-Henning Kamp Reviewed by: phk, scottl Approved by: phk, scottl (mentor) Revision Changes Path 1.1 +175 -0 src/share/man/man9/DECLARE_GEOM_CLASS.9 (new) 1.1 +138 -0 src/share/man/man9/g_attach.9 (new) 1.1 +224 -0 src/share/man/man9/g_bio.9 (new) 1.1 +141 -0 src/share/man/man9/g_consumer.9 (new) 1.1 +111 -0 src/share/man/man9/g_data.9 (new) 1.1 +179 -0 src/share/man/man9/g_event.9 (new) 1.1 +202 -0 src/share/man/man9/g_geom.9 (new) 1.1 +144 -0 src/share/man/man9/g_provider.9 (new) 1.1 +74 -0 src/share/man/man9/g_provider_by_name.9 (new) 1.1 +85 -0 src/share/man/man9/g_wither_geom.9 (new) From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:09:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 209B916A4CE; Wed, 11 Feb 2004 02:09:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 036CD43D1D; Wed, 11 Feb 2004 02:09:18 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BA9HGe063718; Wed, 11 Feb 2004 02:09:17 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BA9H1O063717; Wed, 11 Feb 2004 02:09:17 -0800 (PST) (envelope-from pjd) Message-Id: <200402111009.i1BA9H1O063717@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 11 Feb 2004 02:09:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:09:18 -0000 pjd 2004/02/11 02:09:17 PST FreeBSD src repository Modified files: share/man/man9 Makefile Log: Added GEOM kernel API manuals to the build. Reviewed by: scottl Approved by: phk, scottl (mentor) Revision Changes Path 1.216 +26 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:11:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A6816A4CF; Wed, 11 Feb 2004 02:11:17 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8242443D1D; Wed, 11 Feb 2004 02:11:17 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 63D8D530C; Wed, 11 Feb 2004 11:11:16 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 2C8335309; Wed, 11 Feb 2004 11:11:09 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 094AD33C68; Wed, 11 Feb 2004 11:11:09 +0100 (CET) To: "Andrey A. Chernov" References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 11 Feb 2004 11:11:08 +0100 In-Reply-To: <200402102017.i1AKHwI9048359@repoman.freebsd.org> (Andrey A. Chernov's message of "Tue, 10 Feb 2004 12:17:58 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:11:17 -0000 "Andrey A. Chernov" writes: > Log: > Official patches 001-005 These should have been committed to the vendor branch. It's probably not too late for repo surgery... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:13:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E753616A4CE; Wed, 11 Feb 2004 02:13:43 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8528C43D1F; Wed, 11 Feb 2004 02:13:42 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 77D0C530C; Wed, 11 Feb 2004 11:13:41 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 905EE5309; Wed, 11 Feb 2004 11:13:34 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 2312B33C68; Wed, 11 Feb 2004 11:13:34 +0100 (CET) To: Bruce M Simpson References: <200402110426.i1B4Q4fd073321@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 11 Feb 2004 11:13:34 +0100 In-Reply-To: <200402110426.i1B4Q4fd073321@repoman.freebsd.org> (Bruce M. Simpson's message of "Tue, 10 Feb 2004 20:26:04 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net pfkeyv2.h src/sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h src/sys/netinet6 ipsec.h src/sys/netipsec ipsec.h key.c src/share/man/man4 tcp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:13:44 -0000 Bruce M Simpson writes: > Tested with a Cisco 2501 running IOS 12.0(27), and Quagga 0.96.4 with > local patches. Will those patches be included in a future Quagga release? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:14:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBA916A4CE; Wed, 11 Feb 2004 02:14:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B2843D1F; Wed, 11 Feb 2004 02:14:09 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BAE8Ge065697; Wed, 11 Feb 2004 02:14:08 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BAE8in065696; Wed, 11 Feb 2004 02:14:08 -0800 (PST) (envelope-from thomas) Message-Id: <200402111014.i1BAE8in065696@repoman.freebsd.org> From: Thomas Quinot Date: Wed, 11 Feb 2004 02:14:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:14:09 -0000 thomas 2004/02/11 02:14:08 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_cb): Reenable automatic retrieve of sense data on error, making it asynchronous to avoid incorrect use of ata_atapicmd within an ATAPI callback. Tested by: harti Revision Changes Path 1.33 +21 -14 src/sys/dev/ata/atapi-cam.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:15:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6EC16A4D9; Wed, 11 Feb 2004 02:15:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBA443D1F; Wed, 11 Feb 2004 02:15:18 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BAFFGe065768; Wed, 11 Feb 2004 02:15:15 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BAFFTd065767; Wed, 11 Feb 2004 02:15:15 -0800 (PST) (envelope-from grehan) Message-Id: <200402111015.i1BAFFTd065767@repoman.freebsd.org> From: Peter Grehan Date: Wed, 11 Feb 2004 02:15:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:15:18 -0000 grehan 2004/02/11 02:15:15 PST FreeBSD src repository Modified files: sys/powerpc/powerpc nexus.c Log: - constify devinfo strings to eliminate compile warning - remove trailing whitespace Revision Changes Path 1.9 +9 -9 src/sys/powerpc/powerpc/nexus.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:26:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE4216A4CF; Wed, 11 Feb 2004 02:26:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2FA143D1F; Wed, 11 Feb 2004 02:26:17 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BAQHGe067936; Wed, 11 Feb 2004 02:26:17 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BAQH8R067935; Wed, 11 Feb 2004 02:26:17 -0800 (PST) (envelope-from scottl) Message-Id: <200402111026.i1BAQH8R067935@repoman.freebsd.org> From: Scott Long Date: Wed, 11 Feb 2004 02:26:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:26:18 -0000 scottl 2004/02/11 02:26:17 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release Makefile Log: Use 'strip -g' instead of 'strip -x' on the boot floppy modules. Hopefully this will allows them to work again. Approved by: re (implicit) Revision Changes Path 1.825.2.3 +1 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:34:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9A316A4CE; Wed, 11 Feb 2004 02:34:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926CC43D1F; Wed, 11 Feb 2004 02:34:24 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BAYOGe069980; Wed, 11 Feb 2004 02:34:24 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BAYOre069979; Wed, 11 Feb 2004 02:34:24 -0800 (PST) (envelope-from scottl) Message-Id: <200402111034.i1BAYOre069979@repoman.freebsd.org> From: Scott Long Date: Wed, 11 Feb 2004 02:34:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:34:24 -0000 scottl 2004/02/11 02:34:24 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/aac aac.c Log: MFC: If deferring a command due to lack of card resources, unmap it so that it will be marked appropriately the next time the queue is run. Approved by: re (implicit) Revision Changes Path 1.81.2.1 +3 -1 src/sys/dev/aac/aac.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:49:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1312916A4CE; Wed, 11 Feb 2004 02:49:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA66D43D1D; Wed, 11 Feb 2004 02:49:30 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BAnUGe072333; Wed, 11 Feb 2004 02:49:30 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BAnU1p072332; Wed, 11 Feb 2004 02:49:30 -0800 (PST) (envelope-from grehan) Message-Id: <200402111049.i1BAnU1p072332@repoman.freebsd.org> From: Peter Grehan Date: Wed, 11 Feb 2004 02:49:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc critical.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:49:31 -0000 grehan 2004/02/11 02:49:30 PST FreeBSD src repository Modified files: sys/powerpc/powerpc critical.c Log: Clean up header files, which fixes compile warning. Revision Changes Path 1.5 +1 -10 src/sys/powerpc/powerpc/critical.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 02:59:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80D016A4CE; Wed, 11 Feb 2004 02:59:49 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB9AA43D1D; Wed, 11 Feb 2004 02:59:49 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 12C116550F; Wed, 11 Feb 2004 10:59:48 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 48767-01-2; Wed, 11 Feb 2004 10:59:47 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9A6E76550A; Wed, 11 Feb 2004 10:59:47 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 5B0B03F; Wed, 11 Feb 2004 10:59:46 +0000 (GMT) Date: Wed, 11 Feb 2004 10:59:45 +0000 From: Bruce M Simpson To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040211105945.GA849@saboteur.dek.spc.org> Mail-Followup-To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402110426.i1B4Q4fd073321@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net pfkeyv2.h src/sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h src/sys/netinet6 ipsec.h src/sys/netipsec ipsec.h key.c src/share/man/man4 tcp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 10:59:50 -0000 On Wed, Feb 11, 2004 at 11:13:34AM +0100, Dag-Erling Smørgrav wrote: > Bruce M Simpson writes: > > Tested with a Cisco 2501 running IOS 12.0(27), and Quagga 0.96.4 with > > local patches. > > Will those patches be included in a future Quagga release? Vincent Jardin is a Quagga committer and has offered to review the patches with a view to inclusion. BMS From owner-cvs-src@FreeBSD.ORG Wed Feb 11 04:36:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD6216A4D0 for ; Wed, 11 Feb 2004 04:36:28 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E8C643D39 for ; Wed, 11 Feb 2004 04:36:27 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 12222 invoked from network); 11 Feb 2004 12:36:22 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 11 Feb 2004 12:36:22 -0000 Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 20C6C85; Wed, 11 Feb 2004 14:10:11 +0200 (EET) Date: Wed, 11 Feb 2004 14:10:10 +0200 From: Ion-Mihai Tetcu To: Dag-Erling Smorgrav Message-Id: <20040211141010.04cc322f@it.buh.cameradicommercio.ro> In-Reply-To: <200402110931.i1B9VeE9055525@repoman.freebsd.org> References: <200402110931.i1B9VeE9055525@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 12:36:28 -0000 On Wed, 11 Feb 2004 01:31:40 -0800 (PST) Dag-Erling Smorgrav wrote: > des 2004/02/11 01:31:40 PST > > FreeBSD src repository > > Modified files: > lib/libfetch http.c > Log: > When restarting a transfer that has already completed, the server will > reply with a 416 error code (requested range not satisfiable) because > we ask it to start at the end of the file. Handle this gracefully by > considering a 416 reply a success if the requested offset exactly > matches the length of the file and the requested length is zero. Thanks. -- IOnut Unregistered ;) FreeBSD user From owner-cvs-src@FreeBSD.ORG Wed Feb 11 04:49:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F7F016A4CE; Wed, 11 Feb 2004 04:49:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A2F43D1F; Wed, 11 Feb 2004 04:49:49 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BCnnGe005147; Wed, 11 Feb 2004 04:49:49 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BCnnY8005146; Wed, 11 Feb 2004 04:49:49 -0800 (PST) (envelope-from tjr) Message-Id: <200402111249.i1BCnnY8005146@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 11 Feb 2004 04:49:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netsmb smb_dev.c smb_dev.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 12:49:49 -0000 tjr 2004/02/11 04:49:49 PST FreeBSD src repository Modified files: sys/netsmb smb_dev.c smb_dev.h Log: Use automatic major number allocation for nsmb devices. Revision Changes Path 1.20 +1 -2 src/sys/netsmb/smb_dev.c 1.4 +1 -2 src/sys/netsmb/smb_dev.h From owner-cvs-src@FreeBSD.ORG Wed Feb 11 04:58:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB9D16A4CE; Wed, 11 Feb 2004 04:58:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECE043D1D; Wed, 11 Feb 2004 04:58:07 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BCw7Ge007272; Wed, 11 Feb 2004 04:58:07 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BCw7HE007271; Wed, 11 Feb 2004 04:58:07 -0800 (PST) (envelope-from tjr) Message-Id: <200402111258.i1BCw7HE007271@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 11 Feb 2004 04:58:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 12:58:07 -0000 tjr 2004/02/11 04:58:07 PST FreeBSD src repository Modified files: sys/conf majors Log: Un-reserve major 144 (nsmb) now that we are using automatic allocation. Revision Changes Path 1.190 +0 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Wed Feb 11 05:18:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29EC16A4CE; Wed, 11 Feb 2004 05:18:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9804743D1D; Wed, 11 Feb 2004 05:18:31 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BDIVGe012404; Wed, 11 Feb 2004 05:18:31 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BDIV90012403; Wed, 11 Feb 2004 05:18:31 -0800 (PST) (envelope-from grehan) Message-Id: <200402111318.i1BDIV90012403@repoman.freebsd.org> From: Peter Grehan Date: Wed, 11 Feb 2004 05:18:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include intr_machdep.hsrc/sys/powerpc/powerpc genassym.c intr_machdep.c locore.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 13:18:31 -0000 grehan 2004/02/11 05:18:31 PST FreeBSD src repository Modified files: sys/powerpc/include intr_machdep.h sys/powerpc/powerpc genassym.c intr_machdep.c locore.S Log: Interrupt statistics, vmstat -i now works. Submitted by: Suleiman Souhlal Slightly modified by: grehan Derived from: i386 Revision Changes Path 1.4 +3 -0 src/sys/powerpc/include/intr_machdep.h 1.51 +2 -0 src/sys/powerpc/powerpc/genassym.c 1.4 +48 -12 src/sys/powerpc/powerpc/intr_machdep.c 1.17 +3 -7 src/sys/powerpc/powerpc/locore.S From owner-cvs-src@FreeBSD.ORG Wed Feb 11 05:31:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5679316A4CE; Wed, 11 Feb 2004 05:31:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C54943D1F; Wed, 11 Feb 2004 05:31:31 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BDVVGe016177; Wed, 11 Feb 2004 05:31:31 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BDVVcj016173; Wed, 11 Feb 2004 05:31:31 -0800 (PST) (envelope-from tjr) Message-Id: <200402111331.i1BDVVcj016173@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 11 Feb 2004 05:31:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 13:31:32 -0000 tjr 2004/02/11 05:31:30 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_dev.c Log: Use automatic major number allocation for the nfs4 device instead of stealing #29, which is already reserved for mcd. Revision Changes Path 1.2 +1 -3 src/sys/nfs4client/nfs4_dev.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 05:44:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B1D16A4CE; Wed, 11 Feb 2004 05:44:40 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B704843D1F; Wed, 11 Feb 2004 05:44:39 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i1BDibHa039590; Wed, 11 Feb 2004 16:44:37 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i1BDibGa039589; Wed, 11 Feb 2004 16:44:37 +0300 (MSK) (envelope-from ache) Date: Wed, 11 Feb 2004 16:44:37 +0300 From: Andrey Chernov To: Dag-Erling Sm?rgrav Message-ID: <20040211134437.GA39463@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Dag-Erling Sm?rgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 13:44:40 -0000 On Wed, Feb 11, 2004 at 11:11:08AM +0100, Dag-Erling Sm?rgrav wrote: > "Andrey A. Chernov" writes: > > Log: > > Official patches 001-005 > > These should have been committed to the vendor branch. It's probably > not too late for repo surgery... There are many files already out of the vendor branch, adding 4 does not makes it worse. I'll ask for CVS cleanup probably at the next version import. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Wed Feb 11 05:52:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 238E016A4CE; Wed, 11 Feb 2004 05:52:45 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B4143D2F; Wed, 11 Feb 2004 05:52:37 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 61EE65312; Wed, 11 Feb 2004 14:52:36 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C4D92530C; Wed, 11 Feb 2004 14:52:29 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6C83C33C68; Wed, 11 Feb 2004 14:52:29 +0100 (CET) To: Andrey Chernov References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 11 Feb 2004 14:52:29 +0100 In-Reply-To: <20040211134437.GA39463@nagual.pp.ru> (Andrey Chernov's message of "Wed, 11 Feb 2004 16:44:37 +0300") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 13:52:46 -0000 Andrey Chernov writes: > On Wed, Feb 11, 2004 at 11:11:08AM +0100, Dag-Erling Sm?rgrav wrote: > > These should have been committed to the vendor branch. It's probably > > not too late for repo surgery... > There are many files already out of the vendor branch, adding 4 does not > makes it worse. "I fucked up in the past, so it's OK to do it again" You won't get very far in life with that attitude... The patches you committed are vendor patches and thus belong on the vendor branch. > I'll ask for CVS cleanup probably at the next version > import. Do it now. If you wait more than a couple of days, it will be impossible to fix. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Feb 11 06:58:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB3A16A4CE; Wed, 11 Feb 2004 06:58:57 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39AE643D31; Wed, 11 Feb 2004 06:58:57 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i1BEwtHa040909; Wed, 11 Feb 2004 17:58:55 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i1BEwtgS040904; Wed, 11 Feb 2004 17:58:55 +0300 (MSK) (envelope-from ache) Date: Wed, 11 Feb 2004 17:58:55 +0300 From: Andrey Chernov To: Dag-Erling Sm?rgrav Message-ID: <20040211145855.GA40647@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Dag-Erling Sm?rgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 14:58:58 -0000 On Wed, Feb 11, 2004 at 02:52:29PM +0100, Dag-Erling Sm?rgrav wrote: > > There are many files already out of the vendor branch, adding 4 does not > > makes it worse. > > "I fucked up in the past, so it's OK to do it again" > > You won't get very far in life with that attitude... Your assumptions predictable reflects your mentality and nothing else. You want to go far in life because fear to be a loser, so it controls you, but I not fear and I am indifferent in going far, so there is no sense in telling me that. I am only person who currently updates readline and I could do it in the way convenient to me if it not affects its functionality. > Do it now. If you wait more than a couple of days, it will be > impossible to fix. I don't see how few days without comitting in that area could change situation, assuming there is already a lot out of branch files for years (when local fixes becomes official later) and cvs@ not reacts very fast, as somebody recently reports. In anycase I'll make the off-branch files list and ask them now, as you wish, just because I have time now too. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Wed Feb 11 07:13:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2604216A4CE; Wed, 11 Feb 2004 07:13:00 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E5943D1D; Wed, 11 Feb 2004 07:12:59 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C378F5312; Wed, 11 Feb 2004 16:12:58 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id EFADC530C; Wed, 11 Feb 2004 16:12:51 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 7CBB733C68; Wed, 11 Feb 2004 16:12:51 +0100 (CET) To: Andrey Chernov References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> <20040211145855.GA40647@nagual.pp.ru> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 11 Feb 2004 16:12:51 +0100 In-Reply-To: <20040211145855.GA40647@nagual.pp.ru> (Andrey Chernov's message of "Wed, 11 Feb 2004 17:58:55 +0300") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 15:13:00 -0000 Andrey Chernov writes: > Your assumptions predictable reflects your mentality and nothing else. > You want to go far in life because fear to be a loser, so it controls you, > but I not fear and I am indifferent in going far, so there is no sense in= =20 > telling me that. Your proficiency at pop psychology does not excuse you from following the project's established practices. > > Do it now. If you wait more than a couple of days, it will be > > impossible to fix. > I don't see how few days without comitting in that area could change=20 > situation the longer you wait, the more people will have checked out the bogus revisions and will have to fix their tree manually when those revisions disappear from the repo. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Feb 11 07:24:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0998916A4CE; Wed, 11 Feb 2004 07:24:27 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5880843D1D; Wed, 11 Feb 2004 07:24:26 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i1BFOOHa041392; Wed, 11 Feb 2004 18:24:24 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i1BFOO1R041391; Wed, 11 Feb 2004 18:24:24 +0300 (MSK) (envelope-from ache) Date: Wed, 11 Feb 2004 18:24:24 +0300 From: Andrey Chernov To: Dag-Erling Sm?rgrav Message-ID: <20040211152424.GA41246@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Dag-Erling Sm?rgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> <20040211145855.GA40647@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 15:24:27 -0000 On Wed, Feb 11, 2004 at 04:12:51PM +0100, Dag-Erling Sm?rgrav wrote: > Your proficiency at pop psychology does not excuse you from following > the project's established practices. Now you try to change subject (from your stated impressions back to rules). If you remember, I not decline established practices in my initial reply, I only say 'later' there. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Wed Feb 11 07:27:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C09D16A4CE; Wed, 11 Feb 2004 07:27:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 081F243D1D; Wed, 11 Feb 2004 07:27:28 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BFRRGe042574; Wed, 11 Feb 2004 07:27:27 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BFRQL3042573; Wed, 11 Feb 2004 07:27:26 -0800 (PST) (envelope-from bde) Message-Id: <200402111527.i1BFRQL3042573@repoman.freebsd.org> From: Bruce Evans Date: Wed, 11 Feb 2004 07:27:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 15:27:28 -0000 bde 2004/02/11 07:27:26 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: Removed more vestiges of vfs_ioopt: - rev.1.42 of ffs_readwrite.c added a special case in ffs_read() for reads that are initially at EOF, and rev.1.62 of ufs_readwrite.c fixed timestamp bugs in it. Removal of most of vfs_ioopt made it just and optimization, and removal of the vm object reference calls made it less than an optimization. It was cloned in rev.1.94 of ufs_readwrite.c as part of cloning ffs_extwrite() although it was always less than an optimization in ffs_extwrite(). - some comments, compound statements and vertical whitespace were vestiges of dead code. Revision Changes Path 1.127 +4 -38 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 09:35:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3170216A4CE; Wed, 11 Feb 2004 09:35:29 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7700343D31; Wed, 11 Feb 2004 09:35:28 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1BHZRkX018778; Wed, 11 Feb 2004 09:35:28 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402A67DF.5030609@acm.org> Date: Wed, 11 Feb 2004 09:35:27 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200402110931.i1B9VeE9055525@repoman.freebsd.org> <20040211141010.04cc322f@it.buh.cameradicommercio.ro> In-Reply-To: <20040211141010.04cc322f@it.buh.cameradicommercio.ro> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 17:35:29 -0000 >des 2004/02/11 01:31:40 PST > > FreeBSD src repository > > Modified files: > lib/libfetch http.c > Log: > When restarting a transfer that has already completed, the server will > reply with a 416 error code (requested range not satisfiable) because > we ask it to start at the end of the file. Handle this gracefully by > considering a 416 reply a success if the requested offset exactly > matches the length of the file and the requested length is zero. Good work! I've been bitten by this once or twice myself but never dug far enough to figure it out. Tim From owner-cvs-src@FreeBSD.ORG Wed Feb 11 10:02:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB2CC16A4CF; Wed, 11 Feb 2004 10:02:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECF743D31; Wed, 11 Feb 2004 10:02:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BI25Ge083385; Wed, 11 Feb 2004 10:02:05 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BI25H2083381; Wed, 11 Feb 2004 10:02:05 -0800 (PST) (envelope-from jhb) Message-Id: <200402111802.i1BI25H2083381@repoman.freebsd.org> From: John Baldwin Date: Wed, 11 Feb 2004 10:02:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 18:02:06 -0000 jhb 2004/02/11 10:02:05 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c Log: MFC: Add support for more 2-port Avlab Tech cards. Revision Changes Path 1.2.2.19 +1 -1 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 10:04:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D25916A4CE; Wed, 11 Feb 2004 10:04:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0289743D31; Wed, 11 Feb 2004 10:04:14 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BI4DGe084855; Wed, 11 Feb 2004 10:04:13 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BI4DN5084854; Wed, 11 Feb 2004 10:04:13 -0800 (PST) (envelope-from jhb) Message-Id: <200402111804.i1BI4DN5084854@repoman.freebsd.org> From: John Baldwin Date: Wed, 11 Feb 2004 10:04:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 18:04:14 -0000 jhb 2004/02/11 10:04:13 PST FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Argh! Fix a bogon. lim_cur() was returning the hard (max) limit rather than the soft (cur) limit. Submitted by: bde Revision Changes Path 1.134 +1 -1 src/sys/kern/kern_resource.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 10:21:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1BE16A4CE; Wed, 11 Feb 2004 10:21:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32EF43D1F; Wed, 11 Feb 2004 10:21:32 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BILWGe088317; Wed, 11 Feb 2004 10:21:32 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BILWXO088316; Wed, 11 Feb 2004 10:21:32 -0800 (PST) (envelope-from pjd) Message-Id: <200402111821.i1BILWXO088316@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 11 Feb 2004 10:21:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 18:21:33 -0000 pjd 2004/02/11 10:21:32 PST FreeBSD src repository Modified files: sys/geom geom.h geom_io.c Log: Added g_print_bio() function to print informations about given bio. Approved by: phk, scottl (mentor) Revision Changes Path 1.78 +1 -0 src/sys/geom/geom.h 1.53 +34 -0 src/sys/geom/geom_io.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 10:36:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C6416A4CE; Wed, 11 Feb 2004 10:36:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4682F43D1D; Wed, 11 Feb 2004 10:36:32 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BIaWGe091644; Wed, 11 Feb 2004 10:36:32 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BIaVbS091643; Wed, 11 Feb 2004 10:36:31 -0800 (PST) (envelope-from pjd) Message-Id: <200402111836.i1BIaVbS091643@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 11 Feb 2004 10:36:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 g_bio.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 18:36:32 -0000 pjd 2004/02/11 10:36:31 PST FreeBSD src repository Modified files: share/man/man9 g_bio.9 Log: Document g_print_bio() function. Approved by: scottl (mentor) Revision Changes Path 1.2 +14 -1 src/share/man/man9/g_bio.9 From owner-cvs-src@FreeBSD.ORG Wed Feb 11 10:43:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C83D316A4CE; Wed, 11 Feb 2004 10:43:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC68443D1F; Wed, 11 Feb 2004 10:43:20 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BIhKGe093657; Wed, 11 Feb 2004 10:43:20 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BIhKFB093656; Wed, 11 Feb 2004 10:43:20 -0800 (PST) (envelope-from pjd) Message-Id: <200402111843.i1BIhKFB093656@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 11 Feb 2004 10:43:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 18:43:20 -0000 pjd 2004/02/11 10:43:20 PST FreeBSD src repository Modified files: share/man/man9 Makefile Log: Create symbolic link for g_print_bio(9) manual page. Approved by: scottl (mentor) Revision Changes Path 1.217 +2 -1 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 11 10:57:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6214616A4CE; Wed, 11 Feb 2004 10:57:46 -0800 (PST) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E0C43D31; Wed, 11 Feb 2004 10:57:45 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1BIvhiU008875; Wed, 11 Feb 2004 19:57:44 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1BIvhvE023082; Wed, 11 Feb 2004 19:57:43 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1BIvhBC023081; Wed, 11 Feb 2004 19:57:43 +0100 (CET) (envelope-from wkb) Date: Wed, 11 Feb 2004 19:57:43 +0100 From: Wilko Bulte To: Andrey Chernov , Dag-Erling Sm?rgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040211185743.GA23046@freebie.xs4all.nl> References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> <20040211145855.GA40647@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040211145855.GA40647@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 18:57:46 -0000 On Wed, Feb 11, 2004 at 05:58:55PM +0300, Andrey Chernov wrote: > On Wed, Feb 11, 2004 at 02:52:29PM +0100, Dag-Erling Sm?rgrav wrote: > > > There are many files already out of the vendor branch, adding 4 does not > > > makes it worse. > > > > "I fucked up in the past, so it's OK to do it again" > > > > You won't get very far in life with that attitude... > > Your assumptions predictable reflects your mentality and nothing else. > You want to go far in life because fear to be a loser, so it controls you, > but I not fear and I am indifferent in going far, so there is no sense in > telling me that. Gents, does this have to be? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Feb 11 11:25:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FE616A4CF; Wed, 11 Feb 2004 11:25:55 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C090643D1D; Wed, 11 Feb 2004 11:25:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i1BJPpA0068119; Wed, 11 Feb 2004 11:25:51 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1BJPoBU068118; Wed, 11 Feb 2004 11:25:50 -0800 (PST) (envelope-from obrien) Date: Wed, 11 Feb 2004 11:25:50 -0800 From: "David O'Brien" To: Andrey Chernov , Dag-Erling Sm?rgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040211192550.GC68010@dragon.nuxi.com> References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040211134437.GA39463@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 19:25:56 -0000 On Wed, Feb 11, 2004 at 04:44:37PM +0300, Andrey Chernov wrote: > On Wed, Feb 11, 2004 at 11:11:08AM +0100, Dag-Erling Sm?rgrav wrote: > > "Andrey A. Chernov" writes: > > > Log: > > > Official patches 001-005 > > > > These should have been committed to the vendor branch. It's probably > > not too late for repo surgery... > > There are many files already out of the vendor branch, adding 4 does not > makes it worse. I'll ask for CVS cleanup probably at the next version > import. It doesn't matter that the files were already off the vendor branch. The way you did it destroys the integrity and benefit of the vendor branch. From owner-cvs-src@FreeBSD.ORG Wed Feb 11 11:27:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BF816A4CE; Wed, 11 Feb 2004 11:27:03 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C336143D1D; Wed, 11 Feb 2004 11:27:03 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i1BJQvA0068147; Wed, 11 Feb 2004 11:26:57 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1BJQtR2068146; Wed, 11 Feb 2004 11:26:55 -0800 (PST) (envelope-from obrien) Date: Wed, 11 Feb 2004 11:26:54 -0800 From: "David O'Brien" To: Andrey Chernov , Dag-Erling Sm?rgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040211192654.GD68010@dragon.nuxi.com> References: <200402102017.i1AKHwI9048359@repoman.freebsd.org> <20040211134437.GA39463@nagual.pp.ru> <20040211145855.GA40647@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040211145855.GA40647@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: src/contrib/libreadline bind.c display.c mbutil.c readline.c vi_mode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 19:27:04 -0000 On Wed, Feb 11, 2004 at 05:58:55PM +0300, Andrey Chernov wrote: > In anycase I'll make the off-branch files list and ask them now, as you > wish, just because I have time now too. Thank you. From owner-cvs-src@FreeBSD.ORG Wed Feb 11 13:09:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839CB16A4CE; Wed, 11 Feb 2004 13:09:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6974A43D1D; Wed, 11 Feb 2004 13:09:14 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BL9EGe033455; Wed, 11 Feb 2004 13:09:14 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BL9Ejo033454; Wed, 11 Feb 2004 13:09:14 -0800 (PST) (envelope-from emax) Message-Id: <200402112109.i1BL9Ejo033454@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 11 Feb 2004 13:09:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libusbhid parse.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 21:09:14 -0000 emax 2004/02/11 13:09:14 PST FreeBSD src repository Modified files: lib/libusbhid parse.c usbhid.h Log: Do not cast dval. Make global _usage_page unsigned. Reviewed by: imp (mentor) Revision Changes Path 1.10 +1 -2 src/lib/libusbhid/parse.c 1.10 +1 -1 src/lib/libusbhid/usbhid.h From owner-cvs-src@FreeBSD.ORG Wed Feb 11 13:17:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B197516A4CE; Wed, 11 Feb 2004 13:17:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B2043D2F; Wed, 11 Feb 2004 13:17:04 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BLH4Ge035593; Wed, 11 Feb 2004 13:17:04 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BLH4cj035592; Wed, 11 Feb 2004 13:17:04 -0800 (PST) (envelope-from ru) Message-Id: <200402112117.i1BLH4cj035592@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Feb 2004 13:17:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/sparc64/boot1 Makefile _start.S _start.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 21:17:04 -0000 ru 2004/02/11 13:17:04 PST FreeBSD src repository Modified files: sys/boot/sparc64/boot1 Makefile _start.s Removed files: sys/boot/sparc64/boot1 _start.S Log: _start.S -> _start.s as the latter is pure asm file. Repocopied by: joe Revision Changes Path 1.10 +1 -1 src/sys/boot/sparc64/boot1/Makefile 1.2 +0 -8 src/sys/boot/sparc64/boot1/_start.S (dead) 1.2 +0 -0 src/sys/boot/sparc64/boot1/_start.s From owner-cvs-src@FreeBSD.ORG Wed Feb 11 13:53:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7A316A4CE; Wed, 11 Feb 2004 13:53:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15A843D1F; Wed, 11 Feb 2004 13:53:40 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BLreGe043922; Wed, 11 Feb 2004 13:53:40 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BLreEi043921; Wed, 11 Feb 2004 13:53:40 -0800 (PST) (envelope-from wpaul) Message-Id: <200402112153.i1BLreEi043921@repoman.freebsd.org> From: Bill Paul Date: Wed, 11 Feb 2004 13:53:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 21:53:41 -0000 wpaul 2004/02/11 13:53:40 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c sys/dev/if_ndis if_ndis.c Log: Add yet more bulletproofing. This is to guard against the case that ndis_init_nic() works one during attach, but fails later. Many things will blow up if ndis_init_nic() fails and we aren't careful. Revision Changes Path 1.38 +52 -31 src/sys/compat/ndis/kern_ndis.c 1.42 +3 -2 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 14:01:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC5A16A4CE; Wed, 11 Feb 2004 14:01:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E5F43D2F; Wed, 11 Feb 2004 14:01:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BM1HGe044489; Wed, 11 Feb 2004 14:01:17 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BM1HaH044488; Wed, 11 Feb 2004 14:01:17 -0800 (PST) (envelope-from ru) Message-Id: <200402112201.i1BM1HaH044488@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Feb 2004 14:01:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/alpha Makefile.incsrc/sys/boot/alpha/boot1 Makefile src/sys/boot/alpha/cdboot Makefilesrc/sys/boot/alpha/libalpha Makefile src/sys/boot/alpha/loader Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 22:01:18 -0000 ru 2004/02/11 14:01:17 PST FreeBSD src repository Modified files: sys/boot/alpha Makefile.inc sys/boot/alpha/boot1 Makefile sys/boot/alpha/cdboot Makefile sys/boot/alpha/common Makefile.common sys/boot/alpha/libalpha Makefile sys/boot/alpha/loader Makefile sys/boot/alpha/netboot Makefile Log: Overhaul makefiles. Revision Changes Path 1.9 +6 -3 src/sys/boot/alpha/Makefile.inc 1.17 +13 -28 src/sys/boot/alpha/boot1/Makefile 1.8 +3 -4 src/sys/boot/alpha/cdboot/Makefile 1.18 +33 -59 src/sys/boot/alpha/common/Makefile.common 1.14 +1 -13 src/sys/boot/alpha/libalpha/Makefile 1.8 +3 -4 src/sys/boot/alpha/loader/Makefile 1.11 +3 -5 src/sys/boot/alpha/netboot/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 11 14:06:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5944816A4CE; Wed, 11 Feb 2004 14:06:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D39543D1D; Wed, 11 Feb 2004 14:06:03 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BM63Ge047354; Wed, 11 Feb 2004 14:06:03 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BM632b047353; Wed, 11 Feb 2004 14:06:03 -0800 (PST) (envelope-from truckman) Message-Id: <200402112206.i1BM632b047353@repoman.freebsd.org> From: Don Lewis Date: Wed, 11 Feb 2004 14:06:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 22:06:03 -0000 truckman 2004/02/11 14:06:02 PST FreeBSD src repository Modified files: sys/kern kern_exit.c sys_process.c Log: When reparenting a process to init, make sure that p_sigparent is set to SIGCHLD. This avoids the creation of orphaned Linux-threaded zombies that init is unable to reap. This can occur when the parent process sets its SIGCHLD to SIG_IGN. Fix a similar situation in the PT_DETACH code. Tested by: "Steven Hartland" Revision Changes Path 1.221 +1 -0 src/sys/kern/kern_exit.c 1.116 +1 -0 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 14:08:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFF216A4CE; Wed, 11 Feb 2004 14:08:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D0143D2F; Wed, 11 Feb 2004 14:08:51 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BM8pGe047497; Wed, 11 Feb 2004 14:08:51 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BM8ppc047496; Wed, 11 Feb 2004 14:08:51 -0800 (PST) (envelope-from dougb) Message-Id: <200402112208.i1BM8ppc047496@repoman.freebsd.org> From: Doug Barton Date: Wed, 11 Feb 2004 14:08:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/defaults make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 22:08:51 -0000 dougb 2004/02/11 14:08:50 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: NO_MAKEDEV was supposed to be a commented out example. PR: misc/62683 Submitted by: Dmitry Kazarov Revision Changes Path 1.97.2.84 +1 -1 src/etc/defaults/make.conf From owner-cvs-src@FreeBSD.ORG Wed Feb 11 14:25:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E87F16A4CE; Wed, 11 Feb 2004 14:25:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C3443D1F; Wed, 11 Feb 2004 14:25:25 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BMPPGe051641; Wed, 11 Feb 2004 14:25:25 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BMPPdP051640; Wed, 11 Feb 2004 14:25:25 -0800 (PST) (envelope-from ru) Message-Id: <200402112225.i1BMPPdP051640@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Feb 2004 14:25:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 22:25:26 -0000 ru 2004/02/11 14:25:25 PST FreeBSD src repository Modified files: sys/boot/i386/loader Makefile Log: kzip(8) is long dead. Revision Changes Path 1.74 +0 -2 src/sys/boot/i386/loader/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 11 15:11:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC7F16A4CE; Wed, 11 Feb 2004 15:11:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E569643D1F; Wed, 11 Feb 2004 15:11:12 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BNBCGe061536; Wed, 11 Feb 2004 15:11:12 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BNBCuO061511; Wed, 11 Feb 2004 15:11:12 -0800 (PST) (envelope-from wpaul) Message-Id: <200402112311.i1BNBCuO061511@repoman.freebsd.org> From: Bill Paul Date: Wed, 11 Feb 2004 15:11:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Feb 2004 23:11:13 -0000 wpaul 2004/02/11 15:11:12 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Correct instance of *timeout that should have been timeout. Noticed by: mlaier Revision Changes Path 1.21 +1 -1 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 16:08:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7048E16A4CE; Wed, 11 Feb 2004 16:08:39 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 454F643D1F; Wed, 11 Feb 2004 16:08:39 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.131.241) by smtp01.syd.iprimus.net.au (7.0.024) id 400C4DF4008FF0C4; Thu, 12 Feb 2004 11:08:37 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id C4DD141C0; Thu, 12 Feb 2004 11:08:17 +1100 (EST) Date: Thu, 12 Feb 2004 11:08:17 +1100 From: Tim Robbins To: Don Lewis Message-ID: <20040212000817.GA96921@cat.robbins.dropbear.id.au> References: <200402112206.i1BM632b047353@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402112206.i1BM632b047353@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 00:08:39 -0000 On Wed, Feb 11, 2004 at 02:06:02PM -0800, Don Lewis wrote: > truckman 2004/02/11 14:06:02 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_exit.c sys_process.c > Log: > When reparenting a process to init, make sure that p_sigparent is > set to SIGCHLD. This avoids the creation of orphaned Linux-threaded > zombies that init is unable to reap. This can occur when the parent > process sets its SIGCHLD to SIG_IGN. Fix a similar situation in the > PT_DETACH code. Ugh. We really need a way to keep all of this Linux-specific code out of kern/. Tim From owner-cvs-src@FreeBSD.ORG Wed Feb 11 16:12:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA5416A4CE; Wed, 11 Feb 2004 16:12:50 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD12D43D1D; Wed, 11 Feb 2004 16:12:49 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1C0CmLE024029; Thu, 12 Feb 2004 11:12:48 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1C0CiEJ007044; Thu, 12 Feb 2004 11:12:45 +1100 Date: Thu, 12 Feb 2004 11:12:44 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20040210104736.M81968@root.org> Message-ID: <20040212102818.Q83287@gamplex.bde.org> References: <200402061930.i16JUCpa011145@repoman.freebsd.org> <20040210101904.C50462@gamplex.bde.org> <20040209164309.L75509@root.org> <200402101120.11815.jhb@FreeBSD.org> <20040210104736.M81968@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Tim Robbins cc: John Baldwin Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 00:12:50 -0000 On Tue, 10 Feb 2004, Nate Lawson wrote: > On Tue, 10 Feb 2004, John Baldwin wrote: > > On Monday 09 February 2004 07:45 pm, Nate Lawson wrote: > > > On Tue, 10 Feb 2004, Bruce Evans wrote: > > > > Postponing it for a quantum wouldn't help much (it would either give > > > > very inaccurate times or cost the same as now), but postponing it > > > > forever might help. exit1() would have to read the current time (this > > > > is needed anyway to set switchtime), but there is no need to calculate > > > > the resource usage unless an ancestor actually uses > > > > getrusage(RUSAGE_CHILDREN, ...). ruadd() would add tick counts instead > > > > of times and the RUSAGE_CHILDREN case in getrusage() would call calcru() > > > > to scale the tick counts like the RUSAGE_SELF case already does. This > > > > would be a tiny optimization but has another advantage: calcru() has > > > > rounding errors that accumulate in p_cru and delaying calcru() would > > > > prevent them accumuating. > > > > > > I think this is an excellent idea. I suggested postponing because I > > > thought the data was used for CPU quotas also, but if it's only used by > > > getrusage(), your idea should work and make the caller pay the cost of > > > units conversion. > > > > Are one of you two going to implement that then? > > I am having trouble even finding time for ACPI at least through the end of > the month so I'm not taking on any new tasks right now. Perhaps phk can > add this task to the JKH page for one of our new recruits to pick up. :) I will do it. Parts of the hackish version are: %%% Index: sys/resourcevar.h =================================================================== RCS file: /home/ncvs/src/sys/sys/resourcevar.h,v retrieving revision 1.40 diff -u -2 -r1.40 resourcevar.h --- sys/resourcevar.h 6 Feb 2004 19:35:14 -0000 1.40 +++ sys/resourcevar.h 11 Feb 2004 22:38:40 -0000 @@ -53,4 +49,21 @@ struct rusage p_ru; /* stats for this proc */ struct rusage p_cru; /* sum of stats for reaped children */ + /* + * The next 7 struct members extend p_cru. The times in p_ru and + * p_cru are never up to date. The actual times are kept in the + * runtimes and tick counts (with control info in the "previous" + * times), and are converted when userland asks for rusage info. + * For p_ru, the actual times are in the proc struct but for p_cru + * they are here. Backwards compatibility prevents putting them + * in the user-visible rusage struct, but we should put them in + * a new kernel rusage struct. + */ + struct bintime p_cruntime; + u_int64_t p_cuticks; + u_int64_t p_csticks; + u_int64_t p_citicks; + u_int64_t p_cuu; + u_int64_t p_csu; + u_int64_t p_ciu; struct itimerval p_timer[3]; /* virtual-time timers */ #define pstat_endzero pstat_startcopy @@ -108,4 +121,5 @@ +void calccru(struct proc *p, struct timeval *up, struct timeval *sp); void calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip); int chgproccnt(struct uidinfo *uip, int diff, int max); int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to, Index: kern/kern_exit.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_exit.c,v retrieving revision 1.220 diff -u -2 -r1.220 kern_exit.c --- kern/kern_exit.c 4 Feb 2004 21:52:55 -0000 1.220 +++ kern/kern_exit.c 11 Feb 2004 22:03:04 -0000 @@ -111,5 +110,6 @@ exit1(struct thread *td, int rv) { + struct bintime new_switchtime; struct proc *p, *nq, *q; struct tty *tp; struct vnode *ttyvp; @@ -421,15 +421,5 @@ } - /* - * Save exit status and final rusage info, adding in child rusage - * info and self times. - */ PROC_LOCK(p); - p->p_xstat = rv; - *p->p_ru = p->p_stats->p_ru; - mtx_lock_spin(&sched_lock); - calcru(p, &p->p_ru->ru_utime, &p->p_ru->ru_stime, NULL); - mtx_unlock_spin(&sched_lock); - ruadd(p->p_ru, &p->p_stats->p_cru); /* @@ -509,14 +498,35 @@ wakeup(p->p_pptr); PROC_UNLOCK(p->p_pptr); - cnt.v_swtch++; - binuptime(PCPU_PTR(switchtime)); + + /* Do the same timestamp bookkeeping that mi_switch() would do. */ + binuptime(&new_switchtime); + bintime_add(&p->p_runtime, &new_switchtime); + bintime_sub(&p->p_runtime, PCPU_PTR(switchtime)); + PCPU_SET(switchtime, new_switchtime); PCPU_SET(switchticks, ticks); + /* + * Save exit status and finalize rusage info except for times, + * adding in child rusage info. + */ + p->p_xstat = rv; + *p->p_ru = p->p_stats->p_ru; + bintime_add(&p->p_runtime, &p->p_stats->p_cruntime); + p->p_uticks += p->p_stats->p_cuticks; + p->p_sticks += p->p_stats->p_csticks; + p->p_iticks += p->p_stats->p_citicks; + p->p_uu += p->p_stats->p_cuu; + p->p_su += p->p_stats->p_csu; + p->p_iu += p->p_stats->p_ciu; + ruadd(p->p_ru, &p->p_stats->p_cru); + + cnt.v_swtch++; cpu_sched_exit(td); /* XXXKSE check if this should be in thread_exit */ + /* * Allow the scheduler to adjust the priority of the * parent when a kseg is exiting. */ - if (p->p_pid != 1) + if (p != initproc) sched_exit(p->p_pptr, p); @@ -621,6 +635,8 @@ } if (uap->rusage) { - bcopy(p->p_ru, &ru, sizeof(ru)); + ru = *p->p_ru; + calccru(p, &ru.ru_utime, &ru.ru_stime); PROC_UNLOCK(p); + /* XXX copyout with proctree_lock. */ if ((error = copyout(&ru, uap->rusage, sizeof (struct rusage)))) { @@ -668,4 +684,11 @@ PROC_UNLOCK(p); PROC_LOCK(q); + bintime_add(&q->p_stats->p_cruntime, &p->p_runtime); + q->p_stats->p_cuticks += p->p_uticks; + q->p_stats->p_csticks += p->p_sticks; + q->p_stats->p_citicks += p->p_iticks; + q->p_stats->p_cuu += p->p_uu; + q->p_stats->p_csu += p->p_su; + q->p_stats->p_ciu += p->p_iu; ruadd(&q->p_stats->p_cru, p->p_ru); PROC_UNLOCK(q); %%% calccru() is like calcru() except for the child. It only requires the proc lock. The above makes calcru() and calccru() very rarely called, so their efficiency doesn't matter much. I quite haven't succeeded with the original goal getting rid of sched_lock for the whole of calcru(), so interrupt latency is still a problem. The explicit output parameters can now always point to local variables, but there are implicit output parameters in the proc pointer (the monotonization times). The proc lock is enough to protect them, but calcru() can't simply aquire the proc lock since sched_lock may be held. Bruce From owner-cvs-src@FreeBSD.ORG Wed Feb 11 16:23:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B634116A4CE; Wed, 11 Feb 2004 16:23:34 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B86043D1D; Wed, 11 Feb 2004 16:23:34 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i1C0NWRv057368; Thu, 12 Feb 2004 01:23:32 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i1C0NRYV057367; Thu, 12 Feb 2004 01:23:27 +0100 (CET) (envelope-from marius) Date: Thu, 12 Feb 2004 01:23:27 +0100 From: Marius Strobl To: Don Lewis Message-ID: <20040212012327.A67533@newtrinity.zeist.de> References: <200402112206.i1BM632b047353@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200402112206.i1BM632b047353@repoman.freebsd.org>; from truckman@freebsd.org on Wed, Feb 11, 2004 at 02:06:02PM -0800 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.23.0.4; VDF 6.23.0.65 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 00:23:34 -0000 On Wed, Feb 11, 2004 at 02:06:02PM -0800, Don Lewis wrote: > truckman 2004/02/11 14:06:02 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_exit.c sys_process.c > Log: > When reparenting a process to init, make sure that p_sigparent is > set to SIGCHLD. This avoids the creation of orphaned Linux-threaded > zombies that init is unable to reap. This can occur when the parent > process sets its SIGCHLD to SIG_IGN. Fix a similar situation in the > PT_DETACH code. > Does this fix Matlab hanging on exit (PR 42457)? From owner-cvs-src@FreeBSD.ORG Wed Feb 11 17:48:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E8D16A4CE; Wed, 11 Feb 2004 17:48:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9B443D1D; Wed, 11 Feb 2004 17:48:40 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C1meGe003190; Wed, 11 Feb 2004 17:48:40 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C1meoq003189; Wed, 11 Feb 2004 17:48:40 -0800 (PST) (envelope-from green) Message-Id: <200402120148.i1C1meoq003189@repoman.freebsd.org> From: Brian Feldman Date: Wed, 11 Feb 2004 17:48:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 01:48:40 -0000 green 2004/02/11 17:48:40 PST FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Always socantsendmore() before deallocating a socket. This, in turn, calls selwakeup() if necessary (which it is, if you don't want freed memory hanging around on your td->td_selq). Props to: alfred Revision Changes Path 1.162 +7 -0 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 19:06:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED5C16A4CE; Wed, 11 Feb 2004 19:06:33 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9D143D1D; Wed, 11 Feb 2004 19:06:33 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id i1C36E7E031864; Wed, 11 Feb 2004 19:06:18 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200402120306.i1C36E7E031864@gw.catspoiler.org> Date: Wed, 11 Feb 2004 19:06:14 -0800 (PST) From: Don Lewis To: marius@alchemy.franken.de In-Reply-To: <20040212012327.A67533@newtrinity.zeist.de> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 03:06:33 -0000 On 12 Feb, Marius Strobl wrote: > On Wed, Feb 11, 2004 at 02:06:02PM -0800, Don Lewis wrote: >> truckman 2004/02/11 14:06:02 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_exit.c sys_process.c >> Log: >> When reparenting a process to init, make sure that p_sigparent is >> set to SIGCHLD. This avoids the creation of orphaned Linux-threaded >> zombies that init is unable to reap. This can occur when the parent >> process sets its SIGCHLD to SIG_IGN. Fix a similar situation in the >> PT_DETACH code. >> > > Does this fix Matlab hanging on exit (PR 42457)? I don't think so. In addition to the bug mentioned in the PR, I think there is another one that is causing matlab to hang. I don't think the linux_wait4(-1, &foo, 0 0) call should hang the parent process even if it has a child thread as long as it doesn't have a child process. I'd expect that the linux_wait4() call should return an error, and then matlab would go onto reap the thread. I'd have to look at the Linux man pages, though. From owner-cvs-src@FreeBSD.ORG Wed Feb 11 19:23:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB5116A4CE; Wed, 11 Feb 2004 19:23:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E53B43D5E; Wed, 11 Feb 2004 19:23:13 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C3NDGe025530; Wed, 11 Feb 2004 19:23:13 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C3NDRb025529; Wed, 11 Feb 2004 19:23:13 -0800 (PST) (envelope-from grehan) Message-Id: <200402120323.i1C3NDRb025529@repoman.freebsd.org> From: Peter Grehan Date: Wed, 11 Feb 2004 19:23:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/libkern bcmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 03:23:13 -0000 grehan 2004/02/11 19:23:13 PST FreeBSD src repository Modified files: sys/libkern bcmp.c Log: Remove register keyword and constify tmp values. This fixes PPC compile warning - PPC is the only consumer of this code path. Revision Changes Path 1.9 +3 -3 src/sys/libkern/bcmp.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 20:11:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE5216A4CE; Wed, 11 Feb 2004 20:11:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A0643D1D; Wed, 11 Feb 2004 20:11:41 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C4BfGe036350; Wed, 11 Feb 2004 20:11:41 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C4Bf8U036349; Wed, 11 Feb 2004 20:11:41 -0800 (PST) (envelope-from kientzle) Message-Id: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 11 Feb 2004 20:11:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 04:11:41 -0000 kientzle 2004/02/11 20:11:41 PST FreeBSD src repository Modified files: lib/libarchive Makefile Log: libarchive itself is now completely clean at WARNS=10 on all architectures. Unfortunately, the stock zlib.h is not: line 885: 'err' parameter shadows global 'err' definition from Back the WARNS level down to 3 to accomodate borked zlib.h. Revision Changes Path 1.2 +3 -1 src/lib/libarchive/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 11 21:03:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E1416A4CE; Wed, 11 Feb 2004 21:03:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFA443D1D; Wed, 11 Feb 2004 21:03:38 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C53cGe054228; Wed, 11 Feb 2004 21:03:38 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C53c4X054227; Wed, 11 Feb 2004 21:03:38 -0800 (PST) (envelope-from njl) Message-Id: <200402120503.i1C53c4X054227@repoman.freebsd.org> From: Nate Lawson Date: Wed, 11 Feb 2004 21:03:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 05:03:38 -0000 njl 2004/02/11 21:03:38 PST FreeBSD src repository Modified files: bin/sh trap.c Log: Handle proper formatting and a buffer overrun when running an old sh on a system that has sys_nsig > NSIG (i.e. when libc is upgraded.) Submitted by: Matt Dillon Reviewed by: bde Revision Changes Path 1.27 +28 -7 src/bin/sh/trap.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 21:05:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3149D16A4CE; Wed, 11 Feb 2004 21:05:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149E343D1F; Wed, 11 Feb 2004 21:05:57 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C55uGe054386; Wed, 11 Feb 2004 21:05:56 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C55ul3054385; Wed, 11 Feb 2004 21:05:56 -0800 (PST) (envelope-from njl) Message-Id: <200402120505.i1C55ul3054385@repoman.freebsd.org> From: Nate Lawson Date: Wed, 11 Feb 2004 21:05:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 05:05:57 -0000 njl 2004/02/11 21:05:56 PST FreeBSD src repository Modified files: bin/sh trap.c Log: style(9): wrap at 80 columns. Revision Changes Path 1.28 +5 -3 src/bin/sh/trap.c From owner-cvs-src@FreeBSD.ORG Wed Feb 11 23:01:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CCC16A4CE; Wed, 11 Feb 2004 23:01:05 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1D743D1D; Wed, 11 Feb 2004 23:01:04 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 88079530C; Thu, 12 Feb 2004 08:01:03 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 48F4C5309; Thu, 12 Feb 2004 08:00:57 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 2D66C33C68; Thu, 12 Feb 2004 08:00:57 +0100 (CET) To: Tim Kientzle References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 12 Feb 2004 08:00:57 +0100 In-Reply-To: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> (Tim Kientzle's message of "Wed, 11 Feb 2004 20:11:41 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 07:01:05 -0000 Tim Kientzle writes: > Log: > libarchive itself is now completely clean at WARNS=3D10 on all architec= tures. >=20=20=20 > Unfortunately, the stock zlib.h is not: > line 885: 'err' parameter shadows global 'err' definition from This is trivial to fix, if we're willing to take zlib.h off the vendor branch or manage to convince Gailly to take our patch. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Feb 11 23:58:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 26CE416A4CF; Wed, 11 Feb 2004 23:58:52 -0800 (PST) Date: Thu, 12 Feb 2004 01:58:52 -0600 From: juli mallett To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040212075852.GA93983@FreeBSD.org> References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.1i X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb cc: cvs-src@FreeBSD.org cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 07:58:52 -0000 * Dag-Erling Smørgrav [ Date: 2004-02-12 ] [ w.r.t. Re: cvs commit: src/lib/libarchive Makefile ] > Tim Kientzle writes: > > Log: > > libarchive itself is now completely clean at WARNS=10 on all architectures. > > > > Unfortunately, the stock zlib.h is not: > > line 885: 'err' parameter shadows global 'err' definition from > > This is trivial to fix, if we're willing to take zlib.h off the vendor > branch or manage to convince Gailly to take our patch. Personally, I'm against prototype declarations in headers being warning checked for parameter names, even moreso for headers not included within the headers in question. juli. -- juli mallett. email: jmallett@freebsd.org; efnet: juli; o/~ sweet talk like candy rots teeth o/~ From owner-cvs-src@FreeBSD.ORG Thu Feb 12 00:10:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4D016A4D0; Thu, 12 Feb 2004 00:10:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679A043D31; Thu, 12 Feb 2004 00:10:34 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C8AYGe094590; Thu, 12 Feb 2004 00:10:34 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C8AYB2094589; Thu, 12 Feb 2004 00:10:34 -0800 (PST) (envelope-from ru) Message-Id: <200402120810.i1C8AYB2094589@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Feb 2004 00:10:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi Makefile.inc src/sys/boot/efi/libefi Makefile src/sys/boot/efi/loader Makefile src/sys/boot/ia64 Makefile.inc src/sys/boot/ia64/libski Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 08:10:34 -0000 ru 2004/02/12 00:10:34 PST FreeBSD src repository Modified files: sys/boot/efi Makefile.inc sys/boot/efi/libefi Makefile sys/boot/efi/loader Makefile sys/boot/ia64 Makefile.inc sys/boot/ia64/libski Makefile sys/boot/ia64/skiload Makefile Log: Tidy up makefiles. Tested by: marcel Revision Changes Path 1.7 +3 -0 src/sys/boot/efi/Makefile.inc 1.13 +4 -11 src/sys/boot/efi/libefi/Makefile 1.20 +20 -72 src/sys/boot/efi/loader/Makefile 1.3 +3 -0 src/sys/boot/ia64/Makefile.inc 1.11 +4 -13 src/sys/boot/ia64/libski/Makefile 1.13 +10 -48 src/sys/boot/ia64/skiload/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 00:18:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B59216A4CE; Thu, 12 Feb 2004 00:18:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E8B43D1D; Thu, 12 Feb 2004 00:18:49 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C8ImGe096641; Thu, 12 Feb 2004 00:18:48 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C8ImUf096640; Thu, 12 Feb 2004 00:18:48 -0800 (PST) (envelope-from des) Message-Id: <200402120818.i1C8ImUf096640@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 12 Feb 2004 00:18:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc default.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 08:18:49 -0000 des 2004/02/12 00:18:48 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc default.rc Log: Set the default sender address to , and the default recipient to %%sender%%. Revision Changes Path 1.4 +2 -2 src/tools/tools/tinderbox/etc/default.rc From owner-cvs-src@FreeBSD.ORG Thu Feb 12 00:19:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798F916A4CF; Thu, 12 Feb 2004 00:19:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E9843D1D; Thu, 12 Feb 2004 00:19:14 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C8JEGe096686; Thu, 12 Feb 2004 00:19:14 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C8JDVI096685; Thu, 12 Feb 2004 00:19:13 -0800 (PST) (envelope-from des) Message-Id: <200402120819.i1C8JDVI096685@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 12 Feb 2004 00:19:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc current.rc releng_4.rc releng_5.rc stable.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 08:19:14 -0000 des 2004/02/12 00:19:13 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc current.rc releng_4.rc releng_5.rc stable.rc Log: Add %%sender%% to the recipient list. Revision Changes Path 1.6 +1 -1 src/tools/tools/tinderbox/etc/current.rc 1.7 +1 -1 src/tools/tools/tinderbox/etc/releng_4.rc 1.5 +1 -1 src/tools/tools/tinderbox/etc/releng_5.rc 1.2 +1 -1 src/tools/tools/tinderbox/etc/stable.rc From owner-cvs-src@FreeBSD.ORG Thu Feb 12 00:52:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED2016A4CE; Thu, 12 Feb 2004 00:52:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A8D43D1D; Thu, 12 Feb 2004 00:52:09 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C8q9Ge010469; Thu, 12 Feb 2004 00:52:09 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C8q82C010468; Thu, 12 Feb 2004 00:52:08 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402120852.i1C8q82C010468@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 12 Feb 2004 00:52:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 08:52:09 -0000 kuriyama 2004/02/12 00:52:08 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Reverse lock order by using local variable. This will shut up "acquiring duplicate lock of same type" message. Reviewed by: mckusick Revision Changes Path 1.78 +6 -4 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 00:54:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADD716A4CE; Thu, 12 Feb 2004 00:54:11 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0BF43D1F; Thu, 12 Feb 2004 00:52:48 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id i1C8qPq3045537; Thu, 12 Feb 2004 10:52:25 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id i1C8qOaW045530; Thu, 12 Feb 2004 10:52:24 +0200 (EET) (envelope-from never) Date: Thu, 12 Feb 2004 10:52:24 +0200 From: Alexandr Kovalenko To: Scott Long Message-ID: <20040212085224.GB36987@nevermind.kiev.ua> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200402111034.i1BAYOre069979@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 08:54:11 -0000 Hello, Scott Long! On Wed, Feb 11, 2004 at 02:34:24AM -0800, you wrote: > scottl 2004/02/11 02:34:24 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > sys/dev/aac aac.c > Log: > MFC: If deferring a command due to lack of card resources, unmap it so that > it will be marked appropriately the next time the queue is run. We are FreeBSD team for OSU OSL Beaver Challenge benchmarking. We've get diff -rRELENG_5_2 -r. for that driver hoping to fix problem. But when we ran bonnie++ it looks like it still has some problems. Is it dangerous? Is it slowing down? Is there any way to fix it? (it is DELL PowerEdge 2650 with aac0: mem 0xf0000000-0xf7ffffff irq 30 at device 8.1 on pci4 aac0: [FAST] aac0: i960RX 100MHz, 118MB cache memory, optional battery present aac0: Kernel 2.7-1, Build 3170, S/N 6461d3 aac0: Supported Options=75c ) dmesg shows: aac0: COMMAND 0xc902f788 TIMEOUT AFTER 38 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 58 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 78 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 98 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 118 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 138 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 158 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 178 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 198 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 218 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 238 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 258 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 278 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 298 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 318 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 338 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 358 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 378 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 398 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 418 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 438 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 458 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 478 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 498 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 518 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 538 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 558 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 578 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 598 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 618 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 638 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 658 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 678 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 698 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 718 SECONDS aac0: COMMAND 0xc902f788 TIMEOUT AFTER 738 SECONDS and so on... > Approved by: re (implicit) > > Revision Changes Path > 1.81.2.1 +3 -1 src/sys/dev/aac/aac.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/aac/aac.c.diff?&r1=1.81.2.0&r2=1.81.2.1&f=h -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-src@FreeBSD.ORG Thu Feb 12 01:11:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B9B316A4CE; Thu, 12 Feb 2004 01:11:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A2843D1F; Thu, 12 Feb 2004 01:11:07 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C9B6Ge014320; Thu, 12 Feb 2004 01:11:06 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C9B6b3014319; Thu, 12 Feb 2004 01:11:06 -0800 (PST) (envelope-from grehan) Message-Id: <200402120911.i1C9B6b3014319@repoman.freebsd.org> From: Peter Grehan Date: Thu, 12 Feb 2004 01:11:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/powerpc/gen Makefile.inc fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 09:11:07 -0000 grehan 2004/02/12 01:11:06 PST FreeBSD src repository Modified files: lib/libc/powerpc/gen Makefile.inc Added files: lib/libc/powerpc/gen fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c Log: Add forgotten IEEE functions. The Perl 5.8 port now compiles. Submitted by: Suleiman Souhlal Obtained from: NetBSD Revision Changes Path 1.2 +3 -2 src/lib/libc/powerpc/gen/Makefile.inc 1.1 +35 -0 src/lib/libc/powerpc/gen/fabs.S (new) 1.1 +54 -0 src/lib/libc/powerpc/gen/flt_rounds.c (new) 1.1 +53 -0 src/lib/libc/powerpc/gen/fpgetmask.c (new) 1.1 +53 -0 src/lib/libc/powerpc/gen/fpgetround.c (new) 1.1 +59 -0 src/lib/libc/powerpc/gen/fpgetsticky.c (new) 1.1 +57 -0 src/lib/libc/powerpc/gen/fpsetmask.c (new) 1.1 +57 -0 src/lib/libc/powerpc/gen/fpsetround.c (new) 1.1 +57 -0 src/lib/libc/powerpc/gen/fpsetsticky.c (new) From owner-cvs-src@FreeBSD.ORG Thu Feb 12 01:12:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123BD16A4CE; Thu, 12 Feb 2004 01:12:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED94B43D1D; Thu, 12 Feb 2004 01:12:11 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C9CBGe015913; Thu, 12 Feb 2004 01:12:11 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C9CBqt015912; Thu, 12 Feb 2004 01:12:11 -0800 (PST) (envelope-from grehan) Message-Id: <200402120912.i1C9CBqt015912@repoman.freebsd.org> From: Peter Grehan Date: Thu, 12 Feb 2004 01:12:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include floatingpoint.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 09:12:12 -0000 grehan 2004/02/12 01:12:11 PST FreeBSD src repository Added files: sys/powerpc/include floatingpoint.h Log: Add sys file required for IEEE fp functions. Submitted by: Suleiman Souhlal Revision Changes Path 1.1 +37 -0 src/sys/powerpc/include/floatingpoint.h (new) From owner-cvs-src@FreeBSD.ORG Thu Feb 12 01:17:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E597A16A4CE; Thu, 12 Feb 2004 01:17:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABA843D2F; Thu, 12 Feb 2004 01:17:16 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1C9HGGe016532; Thu, 12 Feb 2004 01:17:16 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C9HG8s016531; Thu, 12 Feb 2004 01:17:16 -0800 (PST) (envelope-from grehan) Message-Id: <200402120917.i1C9HG8s016531@repoman.freebsd.org> From: Peter Grehan Date: Thu, 12 Feb 2004 01:17:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.powerpc src/sys/powerpc/powermac ata_kauai.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 09:17:17 -0000 grehan 2004/02/12 01:17:16 PST FreeBSD src repository Modified files: sys/conf files.powerpc Added files: sys/powerpc/powermac ata_kauai.c Log: Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The device seems to be the macio ATA cell with a PCI front-end, and has no relation to PIIX-style ATA/PCI devices. Revision Changes Path 1.36 +1 -0 src/sys/conf/files.powerpc 1.1 +190 -0 src/sys/powerpc/powermac/ata_kauai.c (new) From owner-cvs-src@FreeBSD.ORG Thu Feb 12 03:22:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A420716A4CE; Thu, 12 Feb 2004 03:22:14 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E896D43D2F; Thu, 12 Feb 2004 03:22:10 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id i1CBM9q3057759; Thu, 12 Feb 2004 13:22:09 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id i1CBM9LQ057756; Thu, 12 Feb 2004 13:22:09 +0200 (EET) (envelope-from never) Date: Thu, 12 Feb 2004 13:22:09 +0200 From: Alexandr Kovalenko To: Scott Long Message-ID: <20040212112209.GA46195@nevermind.kiev.ua> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200402111034.i1BAYOre069979@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 11:22:14 -0000 Hello, Scott Long! On Wed, Feb 11, 2004 at 02:34:24AM -0800, you wrote: > scottl 2004/02/11 02:34:24 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > sys/dev/aac aac.c > Log: > MFC: If deferring a command due to lack of card resources, unmap it so that > it will be marked appropriately the next time the queue is run. It still panics if stressed using bonnie++ with this wrapper script: http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl it says: command 0xc9028000 not in queue, flags = 0x20, bit=0x80 panic: command not in queue I've used RELENG_5_2 dirver, not current one... Any suggestions? -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-src@FreeBSD.ORG Thu Feb 12 07:18:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D2F16A4CE for ; Thu, 12 Feb 2004 07:18:22 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id A08FB43D1F for ; Thu, 12 Feb 2004 07:18:22 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 83017 invoked by uid 1002); 12 Feb 2004 15:18:20 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 12 Feb 2004 15:18:20 -0000 Message-ID: <402B989F.3010604@freebsd.org> Date: Thu, 12 Feb 2004 08:15:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexandr Kovalenko References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <20040212112209.GA46195@nevermind.kiev.ua> In-Reply-To: <20040212112209.GA46195@nevermind.kiev.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 15:18:23 -0000 Alexandr Kovalenko wrote: > Hello, Scott Long! > > On Wed, Feb 11, 2004 at 02:34:24AM -0800, you wrote: > > >>scottl 2004/02/11 02:34:24 PST >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5_2) >> sys/dev/aac aac.c >> Log: >> MFC: If deferring a command due to lack of card resources, unmap it so that >> it will be marked appropriately the next time the queue is run. > > > It still panics if stressed using bonnie++ with this wrapper script: > > http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > it says: > > command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > panic: command not in queue > > I've used RELENG_5_2 dirver, not current one... > > Any suggestions? > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that AAC_MAX_FIBS is defined to 504 instead of 512? Scott From owner-cvs-src@FreeBSD.ORG Thu Feb 12 08:25:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A9BD16A4CE; Thu, 12 Feb 2004 08:25:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3616543D1F; Thu, 12 Feb 2004 08:25:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CGPDGe020438; Thu, 12 Feb 2004 08:25:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CGPCHv020433; Thu, 12 Feb 2004 08:25:12 -0800 (PST) (envelope-from bde) Message-Id: <200402121625.i1CGPCHv020433@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Feb 2004 08:25:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent indent.1 io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 16:25:13 -0000 bde 2004/02/12 08:25:12 PST FreeBSD src repository Modified files: usr.bin/indent indent.1 io.c Log: Only indent once for continuation lines when not lining up with parentheses if the continuation indent is exactly half of the main indent. Indenting one contination indent for every level of parentheses gives bad results in most cases and is not what is done in about 90% of properly hand-formatted KNF code (sys/kern/*.c, nvi/common/*.c). The main advantage of the non-default KNF options -nlp -ci4 is that continuation lines don't accidentally line up with the next main indentation level or march to the right, and increasing their indentation defeats this. This behaviour change is limited to when the continuation indent is exactly half of the main indent to avoid adding yet another option. Revision Changes Path 1.17 +3 -2 src/usr.bin/indent/indent.1 1.13 +2 -1 src/usr.bin/indent/io.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 08:37:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A369016A4CE; Thu, 12 Feb 2004 08:37:12 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 234D343D1F; Thu, 12 Feb 2004 08:37:12 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1CGb8kX024173; Thu, 12 Feb 2004 08:37:08 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402BABB1.7060501@acm.org> Date: Thu, 12 Feb 2004 08:37:05 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: juli mallett References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> <20040212075852.GA93983@FreeBSD.org> In-Reply-To: <20040212075852.GA93983@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= cc: Tim Kientzle cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 16:37:12 -0000 * Dag-Erling Smørgrav [ Date: 2004-02-12 ] [ w.r.t. Re: cvs commit: src/lib/libarchive Makefile ] >Tim Kientzle writes: > >> Log: >> libarchive itself is now completely clean at WARNS=10 on all architectures. >> >> Unfortunately, the stock zlib.h is not: >> line 885: 'err' parameter shadows global 'err' definition from > >This is trivial to fix, if we're willing to take zlib.h off the vendor >branch or manage to convince Gailly to take our patch. Taking zlib.h off the vendor branch is a decision I'll leave to Peter, who has been maintaining our zlib import and will probably suffer the consequences at the next import. Convincing Gailly to take our patch is a good idea, but one that will take a while to implement. (Especially since we're several versions behind his current zlib work.) juli mallett wrote: > Personally, I'm against prototype declarations in headers being > warning checked for parameter names, even moreso for headers not > included within the headers in question. My personal preference has always been to comment the names in prototype declarations, e.g.: int foo(int /* err */); That way: a) The name is there to document the parameter b) You avoid problems with over-zealous compiler warnings, macro expansions, etc. "Fixing" the compiler is certainly an approach, but there are a lot of compilers out there and we can't fix them all. ;-) Tim From owner-cvs-src@FreeBSD.ORG Thu Feb 12 08:41:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7E416A4CE; Thu, 12 Feb 2004 08:41:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB8143D1D; Thu, 12 Feb 2004 08:41:33 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CGfXGe023859; Thu, 12 Feb 2004 08:41:33 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CGfXgZ023855; Thu, 12 Feb 2004 08:41:33 -0800 (PST) (envelope-from kientzle) Message-Id: <200402121641.i1CGfXgZ023855@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 08:41:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 16:41:33 -0000 kientzle 2004/02/12 08:41:33 PST FreeBSD src repository Modified files: lib Makefile Log: Connect libarchive to the build. Revision Changes Path 1.178 +1 -1 src/lib/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 08:52:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063EE16A4CE; Thu, 12 Feb 2004 08:52:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4A543D1D; Thu, 12 Feb 2004 08:52:24 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CGqOGe032451; Thu, 12 Feb 2004 08:52:24 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CGqOqE032438; Thu, 12 Feb 2004 08:52:24 -0800 (PST) (envelope-from bde) Message-Id: <200402121652.i1CGqOqE032438@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Feb 2004 08:52:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 16:52:25 -0000 bde 2004/02/12 08:52:24 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Fixed some minor style bugs (English usage and formatting of binary operators) in and near revs.1.169-1.170 (open mode bandaid). This (or better a proper fix) should have been done before cloning the bandaid to many other file systems. Revision Changes Path 1.227 +13 -12 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 09:02:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7061016A4CE; Thu, 12 Feb 2004 09:02:50 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BAB43D1D; Thu, 12 Feb 2004 09:02:49 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1CH2mLE027658; Fri, 13 Feb 2004 04:02:48 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1CH2ki1019490; Fri, 13 Feb 2004 04:02:47 +1100 Date: Fri, 13 Feb 2004 04:02:46 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp In-Reply-To: <20040120175334.W3279@gamplex.bde.org> Message-ID: <20040213035557.M24031@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 17:02:50 -0000 On Tue, 20 Jan 2004, Bruce Evans wrote: > On Mon, 19 Jan 2004, Poul-Henning Kamp wrote: > > > phk 2004/01/19 13:27:11 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha support.s > > sys/i386/i386 swtch.s > > sys/kern kern_shutdown.c > > sys/sys systm.h > > Log: > > Add linenumber and source filename to panic(9) output. > > This was rejected in all reviews. It gives less information than > grepping the sources, at some cost (grep at least gives correct line > numbers when the sources don't quite match the binary). > > Please back this out. I'm still waiting for this to be backed out. I just found yet another bug in it: it defeats simple regression checks. Suppose you make some cosmetic changes that add a line before a panic. This now changes the object file even when the file is compiled without -g. Bruce From owner-cvs-src@FreeBSD.ORG Thu Feb 12 09:45:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8EC816A4CE; Thu, 12 Feb 2004 09:45:40 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E0C43D1D; Thu, 12 Feb 2004 09:45:39 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id i1CHjcq3086214; Thu, 12 Feb 2004 19:45:38 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id i1CHjbr5086211; Thu, 12 Feb 2004 19:45:37 +0200 (EET) (envelope-from never) Date: Thu, 12 Feb 2004 19:45:37 +0200 From: Alexandr Kovalenko To: Scott Long Message-ID: <20040212174537.GB63836@nevermind.kiev.ua> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <20040212112209.GA46195@nevermind.kiev.ua> <402B989F.3010604@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <402B989F.3010604@freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 17:45:40 -0000 Hello, Scott Long! On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote: > Alexandr Kovalenko wrote: > >Hello, Scott Long! > > > >On Wed, Feb 11, 2004 at 02:34:24AM -0800, you wrote: > > > > > >>scottl 2004/02/11 02:34:24 PST > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_5_2) > >> sys/dev/aac aac.c > >> Log: > >> MFC: If deferring a command due to lack of card resources, unmap it so > >> that > >> it will be marked appropriately the next time the queue is run. > > > > > >It still panics if stressed using bonnie++ with this wrapper script: > > > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > > >it says: > > > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > >panic: command not in queue > > > >I've used RELENG_5_2 dirver, not current one... > > > >Any suggestions? > > > > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that > AAC_MAX_FIBS is defined to 504 instead of 512? Yes, I can. I will test now. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-src@FreeBSD.ORG Thu Feb 12 09:54:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A3216A4CE; Thu, 12 Feb 2004 09:54:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB47343D31; Thu, 12 Feb 2004 09:54:58 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CHswGe046047; Thu, 12 Feb 2004 09:54:58 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CHswGO046046; Thu, 12 Feb 2004 09:54:58 -0800 (PST) (envelope-from bde) Message-Id: <200402121754.i1CHswGO046046@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Feb 2004 09:54:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 17:54:59 -0000 bde 2004/02/12 09:54:58 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c Log: MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces gratuitous differences with ffs a little. Revision Changes Path 1.115 +12 -11 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.116 +13 -12 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 09:55:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591B716A679; Thu, 12 Feb 2004 09:55:30 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD3A43D2F; Thu, 12 Feb 2004 09:55:22 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1CHtKB3083685; Thu, 12 Feb 2004 09:55:21 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1CHtKPq083684; Thu, 12 Feb 2004 09:55:20 -0800 (PST) (envelope-from obrien) Date: Thu, 12 Feb 2004 09:55:19 -0800 From: "David O'Brien" To: Tim Kientzle Message-ID: <20040212175519.GA82509@dragon.nuxi.com> References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 17:55:31 -0000 On Wed, Feb 11, 2004 at 08:11:41PM -0800, Tim Kientzle wrote: > kientzle 2004/02/11 20:11:41 PST > > FreeBSD src repository > > Modified files: > lib/libarchive Makefile > Log: > libarchive itself is now completely clean at WARNS=10 on all architectures. Did you also use -O10 optimization? We don't have a warns level of 10, 6 is the maximum. From owner-cvs-src@FreeBSD.ORG Thu Feb 12 09:59:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D21F116A4CE; Thu, 12 Feb 2004 09:59:02 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F1C43D31; Thu, 12 Feb 2004 09:59:02 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1CHx2kX024530; Thu, 12 Feb 2004 09:59:02 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402BBEE3.6060606@acm.org> Date: Thu, 12 Feb 2004 09:58:59 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> <20040212175519.GA82509@dragon.nuxi.com> In-Reply-To: <20040212175519.GA82509@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 17:59:03 -0000 David O'Brien wrote: > On Wed, Feb 11, 2004 at 08:11:41PM -0800, Tim Kientzle wrote: > >>kientzle 2004/02/11 20:11:41 PST >> >> FreeBSD src repository >> >> Modified files: >> lib/libarchive Makefile >> Log: >> libarchive itself is now completely clean at WARNS=10 on all architectures. > > > Did you also use -O10 optimization? No, I didn't think of trying it. I'll see what happens. > We don't have a warns level of 10, 6 is the maximum. I'm planning ahead. ;-) Tim From owner-cvs-src@FreeBSD.ORG Thu Feb 12 09:59:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA5216A4CF for ; Thu, 12 Feb 2004 09:59:56 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DE1043D1F for ; Thu, 12 Feb 2004 09:59:56 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 623 invoked by uid 1000); 12 Feb 2004 17:59:57 -0000 Date: Thu, 12 Feb 2004 09:59:56 -0800 (PST) From: Nate Lawson To: Bruce Evans In-Reply-To: <20040213035557.M24031@gamplex.bde.org> Message-ID: <20040212095914.M533@root.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 17:59:56 -0000 On Fri, 13 Feb 2004, Bruce Evans wrote: > On Tue, 20 Jan 2004, Bruce Evans wrote: > > On Mon, 19 Jan 2004, Poul-Henning Kamp wrote: > > > > > phk 2004/01/19 13:27:11 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/alpha/alpha support.s > > > sys/i386/i386 swtch.s > > > sys/kern kern_shutdown.c > > > sys/sys systm.h > > > Log: > > > Add linenumber and source filename to panic(9) output. > > > > This was rejected in all reviews. It gives less information than > > grepping the sources, at some cost (grep at least gives correct line > > numbers when the sources don't quite match the binary). > > > > Please back this out. > > I'm still waiting for this to be backed out. > > I just found yet another bug in it: it defeats simple regression checks. > Suppose you make some cosmetic changes that add a line before a panic. > This now changes the object file even when the file is compiled without > -g. Me too. backtrace() now prints uses printf, which is more useful. -Nate From owner-cvs-src@FreeBSD.ORG Thu Feb 12 10:45:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B26316A4CE; Thu, 12 Feb 2004 10:45:10 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C3C43D1D; Thu, 12 Feb 2004 10:45:09 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1CIj4LE002584; Fri, 13 Feb 2004 05:45:04 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1CIj1EJ017646; Fri, 13 Feb 2004 05:45:02 +1100 Date: Fri, 13 Feb 2004 05:45:01 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: juli mallett In-Reply-To: <20040212075852.GA93983@FreeBSD.org> Message-ID: <20040213053949.D24403@gamplex.bde.org> References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> <20040212075852.GA93983@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 18:45:10 -0000 On Thu, 12 Feb 2004, juli mallett wrote: > * Dag-Erling Sm=F8rgrav [ Date: 2004-02-12 ] > =09[ w.r.t. Re: cvs commit: src/lib/libarchive Makefile ] > > Tim Kientzle writes: > > > Log: > > > libarchive itself is now completely clean at WARNS=3D10 on all arch= itectures. > > > > > > Unfortunately, the stock zlib.h is not: > > > line 885: 'err' parameter shadows global 'err' definition from > > > > This is trivial to fix, if we're willing to take zlib.h off the vendor > > branch or manage to convince Gailly to take our patch. > > Personally, I'm against prototype declarations in headers being > warning checked for parameter names, even moreso for headers not > included within the headers in question. We force checking of system (including standard) headers using -Wsystem-headers, and I think this checking applies here. I wouldn't want to turn of checking for all warnings in system headers. Anyway, names like "err" in system headers are just bugs. They break application code like: #define=09err=09if you can see this, then is broken #include zlib.h has many such bugs. It looks like an application header that escaped to become a system header. Bruce From owner-cvs-src@FreeBSD.ORG Thu Feb 12 11:55:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E2BD16A4CF; Thu, 12 Feb 2004 11:55:20 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D9643D39; Thu, 12 Feb 2004 11:55:17 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id i1CJtEq3090956; Thu, 12 Feb 2004 21:55:14 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id i1CJtElq090953; Thu, 12 Feb 2004 21:55:14 +0200 (EET) (envelope-from never) Date: Thu, 12 Feb 2004 21:55:14 +0200 From: Alexandr Kovalenko To: Scott Long Message-ID: <20040212195514.GA87221@nevermind.kiev.ua> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <20040212112209.GA46195@nevermind.kiev.ua> <402B989F.3010604@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <402B989F.3010604@freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 19:55:20 -0000 Hello, Scott Long! On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote: > >>scottl 2004/02/11 02:34:24 PST > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_5_2) > >> sys/dev/aac aac.c > >> Log: > >> MFC: If deferring a command due to lack of card resources, unmap it so > >> that > >> it will be marked appropriately the next time the queue is run. > > > > > >It still panics if stressed using bonnie++ with this wrapper script: > > > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > > >it says: > > > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > >panic: command not in queue > > > >I've used RELENG_5_2 dirver, not current one... > > > >Any suggestions? > > > > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that > AAC_MAX_FIBS is defined to 504 instead of 512? Looks like it fixes the panic, but bonnie++ cannot finish. here is part of top -HS output: 10 root -16 0 0K 12K CPU1 1 109:41 102.34% 102.34% idle: cpu1 11 root -16 0 0K 12K RUN 0 111:06 99.22% 99.22% idle: cpu0 566 bonnie 20 0 6628K 4648K kserel 0 5:47 0.00% 0.00% bonnie++ 566 bonnie 20 0 6628K 4648K kserel 1 5:47 0.00% 0.00% bonnie++ 566 bonnie 20 0 6628K 4648K ksesig 0 5:47 0.00% 0.00% bonnie++ 566 bonnie -8 0 6628K 4648K biord 1 5:47 0.00% 0.00% bonnie++ 3 root -8 0 0K 12K - 0 2:38 0.00% 0.00% g_up 4 root -8 0 0K 12K - 1 2:36 0.00% 0.00% g_down 66 root -20 -139 0K 12K WAIT 0 1:44 0.00% 0.00% swi7: task queue 41 root -64 -183 0K 12K WAIT 0 1:14 0.00% 0.00% irq30: aac0 74 root -16 0 0K 12K psleep 1 0:55 0.00% 0.00% bufdaemon 76 root 20 0 0K 12K syncer 0 0:13 0.00% 0.00% syncer 73 root 171 52 0K 12K pgzero 1 0:11 0.00% 0.00% pagezero 71 root -16 0 0K 12K psleep 1 0:06 0.00% 0.00% pagedaemon 61 root -48 -167 0K 12K WAIT 0 0:03 0.00% 0.00% swi8: tty:sio clock 75 root -4 0 0K 12K vlruwt 0 0:01 0.00% 0.00% vnlru 2 root -8 0 0K 12K - 0 0:01 0.00% 0.00% g_event -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:06:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C927316A4CF for ; Thu, 12 Feb 2004 12:06:36 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 91A0B43D1F for ; Thu, 12 Feb 2004 12:06:36 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 22855 invoked by uid 1002); 12 Feb 2004 20:06:35 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 12 Feb 2004 20:06:35 -0000 Date: Thu, 12 Feb 2004 13:07:00 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Alexandr Kovalenko In-Reply-To: <20040212195514.GA87221@nevermind.kiev.ua> Message-ID: <20040212130513.R21291@pooker.samsco.home> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <20040212112209.GA46195@nevermind.kiev.ua> <402B989F.3010604@freebsd.org> <20040212195514.GA87221@nevermind.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:06:37 -0000 On Thu, 12 Feb 2004, Alexandr Kovalenko wrote: > Hello, Scott Long! > > On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote: > > > >>scottl 2004/02/11 02:34:24 PST > > >> > > >> FreeBSD src repository > > >> > > >> Modified files: (Branch: RELENG_5_2) > > >> sys/dev/aac aac.c > > >> Log: > > >> MFC: If deferring a command due to lack of card resources, unmap it so > > >> that > > >> it will be marked appropriately the next time the queue is run. > > > > > > > > >It still panics if stressed using bonnie++ with this wrapper script: > > > > > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > > > > >it says: > > > > > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > > >panic: command not in queue > > > > > >I've used RELENG_5_2 dirver, not current one... > > > > > >Any suggestions? > > > > > > > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that > > AAC_MAX_FIBS is defined to 504 instead of 512? > > Looks like it fixes the panic, but bonnie++ cannot finish. > > here is part of top -HS output: > Would it be possible for me to log into your machine remotely to look at it? If that's not possible, would you be able to take the source files from 5.2-CURRENT for src/tools/tools/aac, compile them on your RELENG_5_2 system, and send me the output from aac_checkq 0 aac_checkq 1 aac_checkq 2 aac_checkq 3 Thanks, Scott From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:08:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FF016A4CE; Thu, 12 Feb 2004 12:08:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978E743D1D; Thu, 12 Feb 2004 12:08:29 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CK8TGe075837; Thu, 12 Feb 2004 12:08:29 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CK8Tox075836; Thu, 12 Feb 2004 12:08:29 -0800 (PST) (envelope-from bms) Message-Id: <200402122008.i1CK8Tox075836@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 12 Feb 2004 12:08:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:08:30 -0000 bms 2004/02/12 12:08:29 PST FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Remove an unnecessary initialization that crept in from the code which verifies TCP-MD5 digests. Noticed by: njl Revision Changes Path 1.223 +1 -2 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:12:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA9216A4CE; Thu, 12 Feb 2004 12:12:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F20B43D1D; Thu, 12 Feb 2004 12:12:49 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKCnGe077772; Thu, 12 Feb 2004 12:12:49 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKCnAo077771; Thu, 12 Feb 2004 12:12:49 -0800 (PST) (envelope-from bms) Message-Id: <200402122012.i1CKCnAo077771@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 12 Feb 2004 12:12:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_output.c tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:12:49 -0000 bms 2004/02/12 12:12:49 PST FreeBSD src repository Modified files: sys/netinet tcp_output.c tcp_subr.c Log: style(9) pass; whitespace and comments. Submitted by: njl Revision Changes Path 1.88 +4 -6 src/sys/netinet/tcp_output.c 1.176 +22 -17 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:16:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C086716A4D3; Thu, 12 Feb 2004 12:16:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4AFF43D1D; Thu, 12 Feb 2004 12:16:09 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKG9Ge078084; Thu, 12 Feb 2004 12:16:09 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKG9w9078083; Thu, 12 Feb 2004 12:16:09 -0800 (PST) (envelope-from bms) Message-Id: <200402122016.i1CKG9w9078083@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 12 Feb 2004 12:16:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:16:10 -0000 bms 2004/02/12 12:16:09 PST FreeBSD src repository Modified files: sys/netinet tcp_subr.c tcp_var.h Log: Update the prototype for tcpsignature_apply() to reflect the spelling of the types used by m_apply()'s callback function, f, as documented in mbuf(9). Noticed by: njl Revision Changes Path 1.177 +2 -2 src/sys/netinet/tcp_subr.c 1.96 +1 -1 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:32:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4651716A4CE; Thu, 12 Feb 2004 12:32:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C03843D1F; Thu, 12 Feb 2004 12:32:12 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKWCGe081887; Thu, 12 Feb 2004 12:32:12 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKWBFu081886; Thu, 12 Feb 2004 12:32:11 -0800 (PST) (envelope-from phk) Message-Id: <200402122032.i1CKWBFu081886@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 12 Feb 2004 12:32:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:32:12 -0000 phk 2004/02/12 12:32:11 PST FreeBSD src repository Modified files: sys/geom geom.h Log: Give both consumers and providers a {void *private, u_int index} which the implementing class can use to hang internal info from. Revision Changes Path 1.79 +8 -1 src/sys/geom/geom.h From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:36:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F48F16A4CE; Thu, 12 Feb 2004 12:36:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DB043D1F; Thu, 12 Feb 2004 12:36:00 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKa0Ge082267; Thu, 12 Feb 2004 12:36:00 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKZxcF082264; Thu, 12 Feb 2004 12:35:59 -0800 (PST) (envelope-from kientzle) Message-Id: <200402122035.i1CKZxcF082264@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 12:35:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:36:00 -0000 kientzle 2004/02/12 12:35:59 PST FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: sys/types.h must be included before sys/acl.h, as clearly documented in the acl manpage. Thanks to bde for catching this blunder. Revision Changes Path 1.2 +1 -1 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:45:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E8A16A4CE; Thu, 12 Feb 2004 12:45:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850EA43D1F; Thu, 12 Feb 2004 12:45:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKj1Ge084385; Thu, 12 Feb 2004 12:45:01 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKj1Im084384; Thu, 12 Feb 2004 12:45:01 -0800 (PST) (envelope-from jhb) Message-Id: <200402122045.i1CKj1Im084384@repoman.freebsd.org> From: John Baldwin Date: Thu, 12 Feb 2004 12:45:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:45:01 -0000 jhb 2004/02/12 12:45:01 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Fix a whitespace nit. Revision Changes Path 1.17 +1 -1 src/sys/dev/acpica/acpi_powerres.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:46:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32A516A4CE; Thu, 12 Feb 2004 12:46:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F4E43D1F; Thu, 12 Feb 2004 12:46:49 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKknGe084507; Thu, 12 Feb 2004 12:46:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKknqM084506; Thu, 12 Feb 2004 12:46:49 -0800 (PST) (envelope-from phk) Message-Id: <200402122046.i1CKknqM084506@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 12 Feb 2004 12:46:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:46:49 -0000 phk 2004/02/12 12:46:49 PST FreeBSD src repository Modified files: sys/dev/random randomdev.c Log: Correct the cleanup of the alias dev_t for /dev/urandom: being an alias it depends on the aliased dev_t and disappears automatically when that is removed. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.47 +1 -3 src/sys/dev/random/randomdev.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:47:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E86516A4CE; Thu, 12 Feb 2004 12:47:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12F3843D2F; Thu, 12 Feb 2004 12:47:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKl3Ge086029; Thu, 12 Feb 2004 12:47:03 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKl3NT085988; Thu, 12 Feb 2004 12:47:03 -0800 (PST) (envelope-from jhb) Message-Id: <200402122047.i1CKl3NT085988@repoman.freebsd.org> From: John Baldwin Date: Thu, 12 Feb 2004 12:47:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire fwohcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:47:04 -0000 jhb 2004/02/12 12:47:03 PST FreeBSD src repository Modified files: sys/dev/firewire fwohcireg.h Log: Use the PCIR_BAR() macro rather than a magic number to specify the BAR for controller memory. Revision Changes Path 1.17 +1 -1 src/sys/dev/firewire/fwohcireg.h From owner-cvs-src@FreeBSD.ORG Thu Feb 12 12:56:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9103516A4CE; Thu, 12 Feb 2004 12:56:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7717E43D1D; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKu7Ge092470; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKu74H092469; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc) Message-Id: <200402122056.i1CKu74H092469@repoman.freebsd.org> From: Alan Cox Date: Thu, 12 Feb 2004 12:56:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 20:56:07 -0000 alc 2004/02/12 12:56:07 PST FreeBSD src repository Modified files: sys/vm vm_map.c Log: Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove() on system maps, besides the kmem_map, without Giant. In collaboration with: tegge Revision Changes Path 1.329 +2 -2 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 13:00:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC03316A4CE; Thu, 12 Feb 2004 13:00:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D034243D1F; Thu, 12 Feb 2004 13:00:54 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CL0sGe092780; Thu, 12 Feb 2004 13:00:54 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CL0sNw092779; Thu, 12 Feb 2004 13:00:54 -0800 (PST) (envelope-from julian) Message-Id: <200402122100.i1CL0sNw092779@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Feb 2004 13:00:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 21:00:55 -0000 julian 2004/02/12 13:00:54 PST FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/bfe if_bfe.c if_bfereg.h Log: MFC the Broadcom 4401 ethernet driver This commmit just brings over the files unchanged.. I will be applying the patches to make it 4.x as a second commit. Revision Changes Path 1.4.4.1 +1557 -0 src/sys/dev/bfe/if_bfe.c (new) 1.1.4.1 +512 -0 src/sys/dev/bfe/if_bfereg.h (new) From owner-cvs-src@FreeBSD.ORG Thu Feb 12 13:33:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BC516A4CE; Thu, 12 Feb 2004 13:33:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B1643D2F; Thu, 12 Feb 2004 13:33:00 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CLX0Ge002167; Thu, 12 Feb 2004 13:33:00 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CLX0FK002166; Thu, 12 Feb 2004 13:33:00 -0800 (PST) (envelope-from phk) Message-Id: <200402122133.i1CLX0FK002166@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 12 Feb 2004 13:33:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 21:33:00 -0000 phk 2004/02/12 13:33:00 PST FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: Don't use makedev() to hack up dev_t's early in boot, do it right with make_dev() (and avoid doing it again later). Revision Changes Path 1.412 +9 -5 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 13:43:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE4116A4CF; Thu, 12 Feb 2004 13:43:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4050043D31; Thu, 12 Feb 2004 13:43:51 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CLhpGe004407; Thu, 12 Feb 2004 13:43:51 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CLhp5O004406; Thu, 12 Feb 2004 13:43:51 -0800 (PST) (envelope-from ru) Message-Id: <200402122143.i1CLhp5O004406@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Feb 2004 13:43:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 21:43:51 -0000 ru 2004/02/12 13:43:50 PST FreeBSD src repository Modified files: sys/boot/i386/loader Makefile Log: Clean CLEANFILES. Revision Changes Path 1.75 +1 -1 src/sys/boot/i386/loader/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 13:54:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB0F16A4CE; Thu, 12 Feb 2004 13:54:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE1D43D1F; Thu, 12 Feb 2004 13:54:03 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CLs3Ge006540; Thu, 12 Feb 2004 13:54:03 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CLs2Qx006539; Thu, 12 Feb 2004 13:54:02 -0800 (PST) (envelope-from julian) Message-Id: <200402122154.i1CLs2Qx006539@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Feb 2004 13:54:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 21:54:03 -0000 julian 2004/02/12 13:54:02 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bfe if_bfe.c if_bfereg.h Log: Merge to match "pavel's" version for 4.8. other patches were also supplied by Edwin Groothuis (edwin at mavetju dot org) more merging to come. Revision Changes Path 1.4.4.2 +132 -66 src/sys/dev/bfe/if_bfe.c 1.1.4.2 +7 -2 src/sys/dev/bfe/if_bfereg.h From owner-cvs-src@FreeBSD.ORG Thu Feb 12 13:57:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id C258016A4CF; Thu, 12 Feb 2004 13:57:56 -0800 (PST) Date: Thu, 12 Feb 2004 15:57:56 -0600 From: juli mallett To: Bruce Evans Message-ID: <20040212215756.GA69683@FreeBSD.org> References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> <20040212075852.GA93983@FreeBSD.org> <20040213053949.D24403@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040213053949.D24403@gamplex.bde.org> User-Agent: Mutt/1.4.1i X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 21:57:56 -0000 * Bruce Evans [ Date: 2004-02-12 ] [ w.r.t. Re: cvs commit: src/lib/libarchive Makefile ] > On Thu, 12 Feb 2004, juli mallett wrote: > > > * Dag-Erling Smørgrav [ Date: 2004-02-12 ] > > [ w.r.t. Re: cvs commit: src/lib/libarchive Makefile ] > > > Tim Kientzle writes: > > > > Log: > > > > libarchive itself is now completely clean at WARNS=10 on all architectures. > > > > > > > > Unfortunately, the stock zlib.h is not: > > > > line 885: 'err' parameter shadows global 'err' definition from > > > > > > This is trivial to fix, if we're willing to take zlib.h off the vendor > > > branch or manage to convince Gailly to take our patch. > > > > Personally, I'm against prototype declarations in headers being > > warning checked for parameter names, even moreso for headers not > > included within the headers in question. > > We force checking of system (including standard) headers using > -Wsystem-headers, and I think this checking applies here. I wouldn't > want to turn of checking for all warnings in system headers. > > Anyway, names like "err" in system headers are just bugs. They break > application code like: > > #define err if you can see this, then is broken > #include > > zlib.h has many such bugs. It looks like an application header that > escaped to become a system header. I think this particular form of warning is bogus. In definitions, argument names matter warnings-wise, in declarations, they don't. Yes it's in the wrong namespace, but there's other problems you can run into. -- juli mallett. email: jmallett@freebsd.org; efnet: juli; o/~ sweet talk like candy rots teeth o/~ From owner-cvs-src@FreeBSD.ORG Thu Feb 12 14:06:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F0EC16A4CE; Thu, 12 Feb 2004 14:06:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0424843D1F; Thu, 12 Feb 2004 14:06:34 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CM6XGe009684; Thu, 12 Feb 2004 14:06:33 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CM6X9l009683; Thu, 12 Feb 2004 14:06:33 -0800 (PST) (envelope-from ru) Message-Id: <200402122206.i1CM6X9l009683@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Feb 2004 14:06:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/kgzldr Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 22:06:34 -0000 ru 2004/02/12 14:06:33 PST FreeBSD src repository Modified files: sys/boot/i386/kgzldr Makefile Log: Fixed the fatal bug introduced in previous commit: don't strip kgzldr.o -- kgzipping with such a loader produces bad images. Revision Changes Path 1.20 +1 -0 src/sys/boot/i386/kgzldr/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 14:12:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5194916A4CF; Thu, 12 Feb 2004 14:12:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216BF43D2F; Thu, 12 Feb 2004 14:12:37 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CMCaGe011653; Thu, 12 Feb 2004 14:12:36 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CMCa6m011652; Thu, 12 Feb 2004 14:12:36 -0800 (PST) (envelope-from julian) Message-Id: <200402122212.i1CMCa6m011652@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Feb 2004 14:12:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/bfe Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 22:12:37 -0000 julian 2004/02/12 14:12:36 PST FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/bfe Makefile Log: Makefile for creating bfe module. Revision Changes Path 1.1.4.1 +9 -0 src/sys/modules/bfe/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Feb 12 14:38:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326E116A4CE; Thu, 12 Feb 2004 14:38:13 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFF643D2F; Thu, 12 Feb 2004 14:38:04 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i1CMcnoh075060; Fri, 13 Feb 2004 00:38:52 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i1CMcmST075055; Fri, 13 Feb 2004 00:38:48 +0200 (EET) (envelope-from ru) Date: Fri, 13 Feb 2004 00:38:46 +0200 From: Ruslan Ermilov To: Tim Kientzle Message-ID: <20040212223846.GC74671@FreeBSD.org.ua> References: <200402110544.i1B5iKLv096828@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline In-Reply-To: <200402110544.i1B5iKLv096828@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 22:38:13 -0000 --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 10, 2004 at 09:44:20PM -0800, Tim Kientzle wrote: > kientzle 2004/02/10 21:44:20 PST >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/tar Makefile=20 > Log: > GNU tar in the base system is now called "gtar" > =20 > "tar" is now just a link to "gtar". > =20 > This lays the groundwork for an orderly migration > from GNU tar to some other tar. (First, we introduce > the new tar program, then we migrate the 'tar' name, > then we remove gtar, with intervals of months between > these steps.) > =20 > Approved by: gordon > =20 > Revision Changes Path > 1.19 +11 -1 src/gnu/usr.bin/tar/Makefile >=20 + +# "Rename" tar.1 to gtar.1 so that we can install gtar.1 with +# tar.1 as an optional link (rather than vice versa) +gtar.1: tar.1 + cp $(.CURDIR)/tar.1 $(.TARGET) Please use curly braces here and in rescue/ makefiles. Please use cat(1) generally when making copies in makefiles -- it produces a writable output even if the source is read-only. Please register libtar with bsd.libnames.mk. Please register libtar with gnu/usr.bin/groff/tmac/mdoc.local. Excellent work! That's all I have so far to say about this. ;) Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFALAB2Ukv4P6juNwoRAo/PAJ9Vtgiyh03zv/fTpdg9kjFO0rM7MgCdHu56 5bWvy5h40pUTRuyxMMYc1Q0= =8LUd -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN-- From owner-cvs-src@FreeBSD.ORG Thu Feb 12 14:38:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC2016A4D2 for ; Thu, 12 Feb 2004 14:38:25 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1428743D31 for ; Thu, 12 Feb 2004 14:38:25 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 2150 invoked by uid 1000); 12 Feb 2004 22:38:26 -0000 Date: Thu, 12 Feb 2004 14:38:26 -0800 (PST) From: Nate Lawson To: Bruce M Simpson In-Reply-To: <20040212201259.2273516A4DF@hub.freebsd.org> Message-ID: <20040212143817.A2134@root.org> References: <20040212201259.2273516A4DF@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 22:38:25 -0000 Thanks! -Nate From owner-cvs-src@FreeBSD.ORG Thu Feb 12 14:42:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0709016A4CE; Thu, 12 Feb 2004 14:42:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0374143D1D; Thu, 12 Feb 2004 14:42:12 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CMgBGe017714; Thu, 12 Feb 2004 14:42:11 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CMgBfW017710; Thu, 12 Feb 2004 14:42:11 -0800 (PST) (envelope-from phk) Message-Id: <200402122242.i1CMgBfW017710@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 12 Feb 2004 14:42:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.c src/sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_ccd.c geom_dev.c geom_fox.c geom_gpt.c geom_mbr.c geom_mirror.c geom_pc98.c geom_slice.c geom_subr.c geom_sunlabel.c geom_vol_ffs.c src/sys/geom/bde ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 22:42:12 -0000 phk 2004/02/12 14:42:11 PST FreeBSD src repository Modified files: sys/vm swap_pager.c sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_ccd.c geom_dev.c geom_fox.c geom_gpt.c geom_mbr.c geom_mirror.c geom_pc98.c geom_slice.c geom_subr.c geom_sunlabel.c geom_vol_ffs.c sys/geom/bde g_bde.c Log: Remove the absolute count g_access_abs() function since experience has shown that it is not useful. Rename the relative count g_access_rel() function to g_access(), only the name has changed. Change all g_access_rel() calls in our CVS tree to call g_access() instead. Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source code compatibility. Revision Changes Path 1.25 +4 -4 src/sys/geom/bde/g_bde.c 1.80 +4 -2 src/sys/geom/geom.h 1.24 +3 -3 src/sys/geom/geom_aes.c 1.13 +1 -1 src/sys/geom/geom_apple.c 1.67 +5 -5 src/sys/geom/geom_bsd.c 1.150 +2 -2 src/sys/geom/geom_ccd.c 1.72 +3 -3 src/sys/geom/geom_dev.c 1.5 +11 -11 src/sys/geom/geom_fox.c 1.27 +1 -1 src/sys/geom/geom_gpt.c 1.56 +2 -2 src/sys/geom/geom_mbr.c 1.11 +5 -5 src/sys/geom/geom_mirror.c 1.45 +1 -1 src/sys/geom/geom_pc98.c 1.51 +2 -2 src/sys/geom/geom_slice.c 1.70 +3 -21 src/sys/geom/geom_subr.c 1.41 +5 -5 src/sys/geom/geom_sunlabel.c 1.11 +1 -1 src/sys/geom/geom_vol_ffs.c 1.248 +2 -2 src/sys/vm/swap_pager.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 15:08:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2808616A4CF; Thu, 12 Feb 2004 15:08:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBE143D1D; Thu, 12 Feb 2004 15:08:50 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CN8nGe023313; Thu, 12 Feb 2004 15:08:49 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CN8nwL023312; Thu, 12 Feb 2004 15:08:49 -0800 (PST) (envelope-from julian) Message-Id: <200402122308.i1CN8nwL023312@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Feb 2004 15:08:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/bfe Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 23:08:50 -0000 julian 2004/02/12 15:08:49 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/bfe Makefile Log: Stop people from using this until I complete the MFC Revision Changes Path 1.1.4.2 +6 -0 src/sys/modules/bfe/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 15:50:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9E716A4CF; Thu, 12 Feb 2004 15:50:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5419C43D2F; Thu, 12 Feb 2004 15:50:57 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CNovGe032578; Thu, 12 Feb 2004 15:50:57 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CNovU7032577; Thu, 12 Feb 2004 15:50:57 -0800 (PST) (envelope-from emax) Message-Id: <200402122350.i1CNovU7032577@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 12 Feb 2004 15:50:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Feb 2004 23:50:59 -0000 emax 2004/02/12 15:50:57 PST FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Register libbluetooth and libsdp Reviewed by: imp (mentor), ru Revision Changes Path 1.37 +2 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Thu Feb 12 16:58:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB2CF16A4CE; Thu, 12 Feb 2004 16:58:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DA843D39; Thu, 12 Feb 2004 16:58:48 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D0wmGe053731; Thu, 12 Feb 2004 16:58:48 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D0wm5l053730; Thu, 12 Feb 2004 16:58:48 -0800 (PST) (envelope-from kientzle) Message-Id: <200402130058.i1D0wm5l053730@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 16:58:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 00:58:49 -0000 kientzle 2004/02/12 16:58:48 PST FreeBSD src repository Modified files: gnu/usr.bin/tar Makefile Log: Style fixes: Use curly braces in Makefiles, use cat (not cp) to copy files. Submitted by: ru Revision Changes Path 1.20 +1 -1 src/gnu/usr.bin/tar/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 17:07:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4FA16A4CE; Thu, 12 Feb 2004 17:07:02 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F2E43D1D; Thu, 12 Feb 2004 17:07:02 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1D16xkX026499; Thu, 12 Feb 2004 17:06:59 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402C2330.90304@acm.org> Date: Thu, 12 Feb 2004 17:06:56 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.org cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 01:07:02 -0000 Dag-Erling Smørgrav wrote: > Tim Kientzle writes: > >> Log: >> libarchive itself is now completely clean at WARNS=10 on all architectures. >> >> Unfortunately, the stock zlib.h is not: >> line 885: 'err' parameter shadows global 'err' definition from > > > This is trivial to fix, if we're willing to take zlib.h off the vendor > branch or manage to convince Gailly to take our patch. From the FAQ list at gzip.org/zlib: > > 33. I get this or that compiler or source-code scanner warning when I crank it > up to maximally-pendantic. Can't you guys write proper code? > > Many years ago, we gave up attempting to avoid warnings on every compiler > in the universe. It just got to be a waste of time, and some compilers > were downright silly. So now, we simply make sure that the code always > works. We can certainly send them some patches, but I'm not going to expect too much. Tim From owner-cvs-src@FreeBSD.ORG Thu Feb 12 17:08:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C0F16A4CE; Thu, 12 Feb 2004 17:08:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7868B43D1F; Thu, 12 Feb 2004 17:08:20 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D18KGe056897; Thu, 12 Feb 2004 17:08:20 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D18KRG056896; Thu, 12 Feb 2004 17:08:20 -0800 (PST) (envelope-from ache) Message-Id: <200402130108.i1D18KRG056896@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Feb 2004 17:08:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Subject: cvs commit: src/contrib/libreadline - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 01:08:20 -0000 ache 2004/02/12 17:08:20 PST FreeBSD src repository src/contrib/libreadline - Imported sources Update of /home/ncvs/src/contrib/libreadline In directory repoman.freebsd.org:/tmp/cvs-serv56882 Log Message: Official patches 001-005 Status: Vendor Tag: FSF Release Tags: v4_3_p1_p5 U src/contrib/libreadline/vi_mode.c U src/contrib/libreadline/readline.c U src/contrib/libreadline/mbutil.c U src/contrib/libreadline/display.c U src/contrib/libreadline/bind.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Thu Feb 12 17:14:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4818616A4CE; Thu, 12 Feb 2004 17:14:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE2443D1F; Thu, 12 Feb 2004 17:14:39 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D1EdGe058940; Thu, 12 Feb 2004 17:14:39 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D1EcGw058939; Thu, 12 Feb 2004 17:14:38 -0800 (PST) (envelope-from kientzle) Message-Id: <200402130114.i1D1EcGw058939@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 17:14:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local src/share/mk bsd.libnames.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 01:14:39 -0000 kientzle 2004/02/12 17:14:38 PST FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local share/mk bsd.libnames.mk Log: Register libarchive in bsd.libnames.mk and mdoc.local Submitted by: ru Revision Changes Path 1.38 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local 1.83 +1 -0 src/share/mk/bsd.libnames.mk From owner-cvs-src@FreeBSD.ORG Thu Feb 12 17:16:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F259C16A4CE; Thu, 12 Feb 2004 17:16:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A6A43D31; Thu, 12 Feb 2004 17:16:12 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D1GCGe059050; Thu, 12 Feb 2004 17:16:12 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D1GCt8059049; Thu, 12 Feb 2004 17:16:12 -0800 (PST) (envelope-from ache) Message-Id: <200402130116.i1D1GCt8059049@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Feb 2004 17:16:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libreadline FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 01:16:13 -0000 ache 2004/02/12 17:16:12 PST FreeBSD src repository Modified files: contrib/libreadline FREEBSD-upgrade Log: Mention which patches imported Revision Changes Path 1.5 +3 -0 src/contrib/libreadline/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Thu Feb 12 17:18:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C5316A4CE; Thu, 12 Feb 2004 17:18:01 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263B243D1D; Thu, 12 Feb 2004 17:18:01 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1D1I0kX026563; Thu, 12 Feb 2004 17:18:00 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402C25C5.1010903@acm.org> Date: Thu, 12 Feb 2004 17:17:57 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200402110544.i1B5iKLv096828@repoman.freebsd.org> <20040212223846.GC74671@FreeBSD.org.ua> In-Reply-To: <20040212223846.GC74671@FreeBSD.org.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 01:18:01 -0000 Ruslan Ermilov wrote: > On Tue, Feb 10, 2004 at 09:44:20PM -0800, Tim Kientzle wrote: > >>kientzle 2004/02/10 21:44:20 PST >> >> Log: >> GNU tar in the base system is now called "gtar" >> "tar" is now just a link to "gtar". > > Please use curly braces here and in rescue/ makefiles. > > Please use cat(1) generally when making copies in makefiles -- > it produces a writable output even if the source is read-only. > > Please register libtar with bsd.libnames.mk. > > Please register libtar with gnu/usr.bin/groff/tmac/mdoc.local. Done. Thanks for pointing this out. Tim Kientzle From owner-cvs-src@FreeBSD.ORG Thu Feb 12 17:50:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B16016A4D0 for ; Thu, 12 Feb 2004 17:50:21 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DC82743D31 for ; Thu, 12 Feb 2004 17:50:20 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 3082 invoked by uid 1000); 13 Feb 2004 01:50:22 -0000 Date: Thu, 12 Feb 2004 17:50:22 -0800 (PST) From: Nate Lawson To: "Andrey A. Chernov" In-Reply-To: <20040213010822.A451A16A4EC@hub.freebsd.org> Message-ID: <20040212175008.U3063@root.org> References: <20040213010822.A451A16A4EC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libreadline - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 01:50:21 -0000 On Thu, 12 Feb 2004, Andrey A. Chernov wrote: > FreeBSD src repository > > src/contrib/libreadline - Imported sources > Update of /home/ncvs/src/contrib/libreadline > In directory repoman.freebsd.org:/tmp/cvs-serv56882 > > Log Message: > Official patches 001-005 > > Status: > > Vendor Tag: FSF > Release Tags: v4_3_p1_p5 > > U src/contrib/libreadline/vi_mode.c > U src/contrib/libreadline/readline.c > U src/contrib/libreadline/mbutil.c > U src/contrib/libreadline/display.c > U src/contrib/libreadline/bind.c > > No conflicts created by this import Thanks! -Nate From owner-cvs-src@FreeBSD.ORG Thu Feb 12 18:02:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2DD716A4CE; Thu, 12 Feb 2004 18:02:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E5B43D1F; Thu, 12 Feb 2004 18:02:06 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D226Ge069020; Thu, 12 Feb 2004 18:02:06 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D226H8069016; Thu, 12 Feb 2004 18:02:06 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402130202.i1D226H8069016@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 12 Feb 2004 18:02:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 02:02:06 -0000 kuriyama 2004/02/12 18:02:06 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Fix style bugs in previous commit. Submitted by: bde Revision Changes Path 1.79 +6 -2 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 19:05:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3107C16A4CE; Thu, 12 Feb 2004 19:05:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144A743D1D; Thu, 12 Feb 2004 19:05:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D35CGe084110; Thu, 12 Feb 2004 19:05:12 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D35CaH084109; Thu, 12 Feb 2004 19:05:12 -0800 (PST) (envelope-from bde) Message-Id: <200402130305.i1D35CaH084109@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Feb 2004 19:05:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 03:05:13 -0000 bde 2004/02/12 19:05:12 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: MFextfs: backed out secondary changes in rev.1.40 that had become just style bugs (a variable that is used only once, and misformattings). Revision Changes Path 1.228 +1 -6 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 12 20:43:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE1716A4CF; Thu, 12 Feb 2004 20:43:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7AC43D2F; Thu, 12 Feb 2004 20:43:41 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D4hfGe006242; Thu, 12 Feb 2004 20:43:41 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D4hfZQ006241; Thu, 12 Feb 2004 20:43:41 -0800 (PST) (envelope-from marcel) Message-Id: <200402130443.i1D4hfZQ006241@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 12 Feb 2004 20:43:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/libefi Makefilesrc/sys/boot/ia64/libski Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 04:43:42 -0000 marcel 2004/02/12 20:43:41 PST FreeBSD src repository Modified files: sys/boot/efi/libefi Makefile sys/boot/ia64/libski Makefile Log: o Don't build with -fpic. It's not needed and inconsistent with how other constributions are compiled. o Remove powerpc specific additions to CFLAGS. Revision Changes Path 1.14 +0 -5 src/sys/boot/efi/libefi/Makefile 1.12 +0 -5 src/sys/boot/ia64/libski/Makefile From owner-cvs-src@FreeBSD.ORG Thu Feb 12 20:45:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A0016A4CE; Thu, 12 Feb 2004 20:45:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0626F43D1D; Thu, 12 Feb 2004 20:45:42 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D4jfGe006381; Thu, 12 Feb 2004 20:45:41 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D4jfXa006380; Thu, 12 Feb 2004 20:45:41 -0800 (PST) (envelope-from marcel) Message-Id: <200402130445.i1D4jfXa006380@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 12 Feb 2004 20:45:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/loader Makefilesrc/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 04:45:42 -0000 marcel 2004/02/12 20:45:41 PST FreeBSD src repository Modified files: sys/boot/efi/loader Makefile sys/boot/ia64/skiload Makefile Log: Don't create a mapfile during link. It's not needed for the build. Revision Changes Path 1.21 +2 -2 src/sys/boot/efi/loader/Makefile 1.14 +2 -2 src/sys/boot/ia64/skiload/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 13 00:42:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2A816A4CE; Fri, 13 Feb 2004 00:42:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1152F43D2F; Fri, 13 Feb 2004 00:42:11 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D8gAGe066174; Fri, 13 Feb 2004 00:42:10 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D8gAO9066170; Fri, 13 Feb 2004 00:42:10 -0800 (PST) (envelope-from pjd) Message-Id: <200402130842.i1D8gAO9066170@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Feb 2004 00:42:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 g_attach.9 g_consumer.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 08:42:11 -0000 pjd 2004/02/13 00:42:10 PST FreeBSD src repository Modified files: share/man/man9 g_attach.9 g_consumer.9 Log: Update manual pages: the name of function g_access_rel() has changed to g_access(). Approved by: scottl (mentor) Revision Changes Path 1.2 +3 -3 src/share/man/man9/g_attach.9 1.2 +2 -2 src/share/man/man9/g_consumer.9 From owner-cvs-src@FreeBSD.ORG Fri Feb 13 01:26:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6FD16A4CE; Fri, 13 Feb 2004 01:26:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BA43D3F; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D9QsGe081588; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D9QsNv081587; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam) Message-Id: <200402130926.i1D9QsNv081587@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 13 Feb 2004 01:26:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/bootpd bootpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 09:26:55 -0000 roam 2004/02/13 01:26:54 PST FreeBSD src repository (doc,ports committer) Modified files: libexec/bootpd bootpd.c Log: Add the '-h hostname' to usage(), too. While I'm here, sync the usage() synopsis with the manual page synopsis: make the [-i | -s] explicit and sort the options alphabetically. Reminded by: ru MFC after: 3 days Revision Changes Path 1.22 +3 -1 src/libexec/bootpd/bootpd.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 01:37:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD06D16A4CE; Fri, 13 Feb 2004 01:37:19 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B5343D1F; Fri, 13 Feb 2004 01:37:19 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i1D9b7F1080591; Fri, 13 Feb 2004 09:37:07 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar In-Reply-To: <200402130445.i1D4jfXa006380@repoman.freebsd.org> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1076665027.76557.11.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 13 Feb 2004 09:37:07 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on herring.nlsystems.com cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 09:37:19 -0000 On Fri, 2004-02-13 at 04:45, Marcel Moolenaar wrote: > marcel 2004/02/12 20:45:41 PST > > FreeBSD src repository > > Modified files: > sys/boot/efi/loader Makefile > sys/boot/ia64/skiload Makefile > Log: > Don't create a mapfile during link. It's not needed for the build. I believe it was there from when I was tring to debug the inital loader port. The debug flags for skiload were there for my script which loaded the kernel and set a ski breakpoint at '__start' - it set breakpoints inside skiload so that it could swap symbol tables after the kernel was loaded. From owner-cvs-src@FreeBSD.ORG Fri Feb 13 01:39:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF3CA16A4CE; Fri, 13 Feb 2004 01:39:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9386143D1F; Fri, 13 Feb 2004 01:39:45 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D9djGe083921; Fri, 13 Feb 2004 01:39:45 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D9djfh083920; Fri, 13 Feb 2004 01:39:45 -0800 (PST) (envelope-from ru) Message-Id: <200402130939.i1D9djfh083920@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 01:39:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 09:39:45 -0000 ru 2004/02/13 01:39:45 PST FreeBSD src repository Modified files: sys/conf kmod.mk Log: We didn't strip debugging symbols from .ko if DEBUG was undefined. Revision Changes Path 1.152 +3 -0 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Fri Feb 13 02:11:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DE416A4CE; Fri, 13 Feb 2004 02:11:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0F843D46; Fri, 13 Feb 2004 02:11:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DAB1Ge091389; Fri, 13 Feb 2004 02:11:01 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DAB1da091388; Fri, 13 Feb 2004 02:11:01 -0800 (PST) (envelope-from ru) Message-Id: <200402131011.i1DAB1da091388@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 02:11:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/fatm Makefile src/sys/modules/firewire Makefile.inc src/sys/modules/firewire/sbp_targ Makefile src/sys/modules/harp Makefile src/sys/modules/hatm Makefile src/sys/modules/lnc Makefile src/sys/modules/osf1 Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 10:11:01 -0000 ru 2004/02/13 02:11:01 PST FreeBSD src repository Modified files: sys/modules/fatm Makefile sys/modules/firewire Makefile.inc sys/modules/firewire/sbp_targ Makefile sys/modules/harp Makefile sys/modules/hatm Makefile sys/modules/lnc Makefile sys/modules/osf1 Makefile sys/modules/patm Makefile sys/modules/pecoff Makefile sys/modules/uscanner Makefile Log: Removed -g from CFLAGS. There is a better way to build debugging versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped. Revision Changes Path 1.2 +1 -2 src/sys/modules/fatm/Makefile 1.3 +0 -1 src/sys/modules/firewire/Makefile.inc 1.2 +0 -1 src/sys/modules/firewire/sbp_targ/Makefile 1.2 +1 -2 src/sys/modules/harp/Makefile 1.2 +1 -2 src/sys/modules/hatm/Makefile 1.7 +1 -1 src/sys/modules/lnc/Makefile 1.12 +0 -2 src/sys/modules/osf1/Makefile 1.2 +1 -2 src/sys/modules/patm/Makefile 1.6 +1 -1 src/sys/modules/pecoff/Makefile 1.4 +0 -2 src/sys/modules/uscanner/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 13 02:40:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF54416A4CE; Fri, 13 Feb 2004 02:40:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B34C43D1D; Fri, 13 Feb 2004 02:40:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DAesGe097726; Fri, 13 Feb 2004 02:40:54 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DAesa5097725; Fri, 13 Feb 2004 02:40:54 -0800 (PST) (envelope-from ru) Message-Id: <200402131040.i1DAesa5097725@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 02:40:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.pre.mk kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 10:40:54 -0000 ru 2004/02/13 02:40:54 PST FreeBSD src repository Modified files: sys/conf kern.pre.mk kmod.mk Log: Reduce the number of knobs controlling the build of debug modules to one, DEBUG_FLAGS, which is also compatible with . Previously one had to set both DEBUG and DEBUG_FLAGS to build the .ko.debug with debugging symbols which was boring when doing this manually. Revision Changes Path 1.41 +1 -1 src/sys/conf/kern.pre.mk 1.153 +6 -7 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Fri Feb 13 04:04:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8389E16A4CE; Fri, 13 Feb 2004 04:04:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E9743D31; Fri, 13 Feb 2004 04:04:16 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DC4GGe018566; Fri, 13 Feb 2004 04:04:16 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DC4GNF018565; Fri, 13 Feb 2004 04:04:16 -0800 (PST) (envelope-from phk) Message-Id: <200402131204.i1DC4GNF018565@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 13 Feb 2004 04:04:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 12:04:16 -0000 phk 2004/02/13 04:04:16 PST FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: Back out my last commit to syscons, things seem to be far more evil than suspected. and obviously nobody runs the patches I post to -current :-( Poul-Henning Revision Changes Path 1.413 +5 -9 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 04:28:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76EDF16A4CE; Fri, 13 Feb 2004 04:28:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E00643D1D; Fri, 13 Feb 2004 04:28:53 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DCSrGe022928; Fri, 13 Feb 2004 04:28:53 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DCSrf9022927; Fri, 13 Feb 2004 04:28:53 -0800 (PST) (envelope-from ru) Message-Id: <200402131228.i1DCSrf9022927@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 04:28:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf Makefile.alpha ldscript.alpha X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 12:28:53 -0000 ru 2004/02/13 04:28:53 PST FreeBSD src repository Modified files: sys/conf Makefile.alpha ldscript.alpha Log: Don't override the standard SYSTEM_LD setting from kern.pre.mk. Instead, use the linker script to record the correct entry point. Revision Changes Path 1.129 +0 -5 src/sys/conf/Makefile.alpha 1.7 +1 -1 src/sys/conf/ldscript.alpha From owner-cvs-src@FreeBSD.ORG Fri Feb 13 05:21:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C3816A4CE; Fri, 13 Feb 2004 05:21:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D82F43D1D; Fri, 13 Feb 2004 05:21:42 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DDLfGe041426; Fri, 13 Feb 2004 05:21:41 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DDLfVu041425; Fri, 13 Feb 2004 05:21:41 -0800 (PST) (envelope-from ru) Message-Id: <200402131321.i1DDLfVu041425@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 05:21:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 13:21:42 -0000 ru 2004/02/13 05:21:41 PST FreeBSD src repository Modified files: sys/conf kern.post.mk Log: Merged from kmod.mk,v 1.152: strip debugging symbols even when not configured for debugging. This saves some bytes, and produces the same "kernel" object as if it was configured for debugging. Revision Changes Path 1.62 +3 -0 src/sys/conf/kern.post.mk From owner-cvs-src@FreeBSD.ORG Fri Feb 13 06:50:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C5016A4CE; Fri, 13 Feb 2004 06:50:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B33643D1F; Fri, 13 Feb 2004 06:50:02 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DEo1Ge060238; Fri, 13 Feb 2004 06:50:01 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DEo1gP060237; Fri, 13 Feb 2004 06:50:01 -0800 (PST) (envelope-from ume) Message-Id: <200402131450.i1DEo1gP060237@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 13 Feb 2004 06:50:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c src/sys/netinet6 in6_pcb.c in6_pcb.h ip6_input.c raw_ip6.c udp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 14:50:02 -0000 ume 2004/02/13 06:50:01 PST FreeBSD src repository Modified files: sys/netinet tcp_subr.c sys/netinet6 in6_pcb.c in6_pcb.h ip6_input.c raw_ip6.c udp6_usrreq.c Log: supported IPV6_RECVPATHMTU socket option. Obtained from: KAME Revision Changes Path 1.178 +2 -2 src/sys/netinet/tcp_subr.c 1.49 +18 -1 src/sys/netinet6/in6_pcb.c 1.11 +1 -1 src/sys/netinet6/in6_pcb.h 1.68 +39 -0 src/sys/netinet6/ip6_input.c 1.38 +4 -1 src/sys/netinet6/raw_ip6.c 1.42 +6 -3 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 07:11:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8863416A4CE; Fri, 13 Feb 2004 07:11:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF7143D1F; Fri, 13 Feb 2004 07:11:48 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DFBmGe066726; Fri, 13 Feb 2004 07:11:48 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DFBmlx066722; Fri, 13 Feb 2004 07:11:48 -0800 (PST) (envelope-from ume) Message-Id: <200402131511.i1DFBmlx066722@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 13 Feb 2004 07:11:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 udp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 15:11:48 -0000 ume 2004/02/13 07:11:47 PST FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future. - rejects IPv6 packet toward IPv4-mapped address if its source address is not an IPv4-mapped IPv6 address, since the converted IPv4 packets would have an unexpected IPv4 source address. - when V6ONLY socket option is set, discard packets destined to a v4/ipv4 mapped ipv6 address. - have PULLDOWN_TEST codepath. - get rid of in6_mcmatch(). Obtained from: KAME Revision Changes Path 1.43 +42 -38 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 07:24:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80BA016A4CE; Fri, 13 Feb 2004 07:24:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6611A43D1F; Fri, 13 Feb 2004 07:24:26 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DFOQGe069616; Fri, 13 Feb 2004 07:24:26 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DFOPKj069615; Fri, 13 Feb 2004 07:24:25 -0800 (PST) (envelope-from nyan) Message-Id: <200402131524.i1DFOPKj069615@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 13 Feb 2004 07:24:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/kgzldr Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 15:24:26 -0000 nyan 2004/02/13 07:24:25 PST FreeBSD src repository Modified files: sys/boot/pc98/kgzldr Makefile Log: MFi386: revision 1.20 (don't strip kgzldr.o) Revision Changes Path 1.14 +1 -0 src/sys/boot/pc98/kgzldr/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 13 07:26:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23CE816A4CE; Fri, 13 Feb 2004 07:26:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A58443D1D; Fri, 13 Feb 2004 07:26:23 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DFQMGe069738; Fri, 13 Feb 2004 07:26:22 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DFQMMH069737; Fri, 13 Feb 2004 07:26:22 -0800 (PST) (envelope-from nyan) Message-Id: <200402131526.i1DFQMMH069737@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 13 Feb 2004 07:26:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 15:26:23 -0000 nyan 2004/02/13 07:26:22 PST FreeBSD src repository Modified files: sys/boot/pc98/loader Makefile Log: MFi386: revisions 1.74 and 1.75. - kzip(8) is long dead. - Clean CLEANFILES. Revision Changes Path 1.34 +1 -3 src/sys/boot/pc98/loader/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 13 07:40:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E89D16A4CE; Fri, 13 Feb 2004 07:40:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C42D43D1D; Fri, 13 Feb 2004 07:40:00 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DFdxGe072042; Fri, 13 Feb 2004 07:39:59 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DFdxUv072041; Fri, 13 Feb 2004 07:39:59 -0800 (PST) (envelope-from nyan) Message-Id: <200402131539.i1DFdxUv072041@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 13 Feb 2004 07:39:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/btx/btx Makefile btx.S btx.s src/sys/boot/pc98/btx/btxldr Makefile btxldr.S btxldr.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 15:40:00 -0000 nyan 2004/02/13 07:39:59 PST FreeBSD src repository Modified files: sys/boot/pc98/btx/btx Makefile btx.S sys/boot/pc98/btx/btxldr Makefile btxldr.S Removed files: sys/boot/pc98/btx/btx btx.s sys/boot/pc98/btx/btxldr btxldr.s Log: MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead. Repocopied by: joe Revision Changes Path 1.9 +6 -11 src/sys/boot/pc98/btx/btx/Makefile 1.15 +51 -51 src/sys/boot/pc98/btx/btx/btx.S 1.15 +0 -1306 src/sys/boot/pc98/btx/btx/btx.s (dead) 1.7 +4 -8 src/sys/boot/pc98/btx/btxldr/Makefile 1.7 +46 -46 src/sys/boot/pc98/btx/btxldr/btxldr.S 1.7 +0 -471 src/sys/boot/pc98/btx/btxldr/btxldr.s (dead) From owner-cvs-src@FreeBSD.ORG Fri Feb 13 09:49:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627F416A4CE; Fri, 13 Feb 2004 09:49:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E47243D1F; Fri, 13 Feb 2004 09:49:03 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DHn3Ge006865; Fri, 13 Feb 2004 09:49:03 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DHn3pU006864; Fri, 13 Feb 2004 09:49:03 -0800 (PST) (envelope-from bde) Message-Id: <200402131749.i1DHn3pU006864@repoman.freebsd.org> From: Bruce Evans Date: Fri, 13 Feb 2004 09:49:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 17:49:03 -0000 bde 2004/02/13 09:49:03 PST FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_inode.c Log: Fixed longstanding brokenness of inode updates. The waitfor flag was dishonored in rev.1.1 by commenting out the code that honored it. This gave the worst disadvantages of async mounts in an uncontrollable way. Honoring the flag costs about 50% in real time in worst cases on a new but not very fast ATA drive with write caching (probably more on drives without write caching). The old misbehavior can be recovered using async mounts after implementing them in mount_ext2fs(8) (just put the MNT_ASYNC flag in mount_ext2fs's table of supported options like it is in mount's table). Revision Changes Path 1.44 +0 -4 src/sys/gnu/ext2fs/ext2_inode.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 09:53:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354F816A4CE; Fri, 13 Feb 2004 09:53:07 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C1243D31; Fri, 13 Feb 2004 09:53:07 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1DHr6OE096096; Fri, 13 Feb 2004 09:53:06 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1DHr61U096095; Fri, 13 Feb 2004 09:53:06 -0800 (PST) (envelope-from marcel) Date: Fri, 13 Feb 2004 09:53:06 -0800 From: Marcel Moolenaar To: Doug Rabson Message-ID: <20040213175306.GB95973@ns1.xcllnt.net> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> <1076665027.76557.11.camel@herring.nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1076665027.76557.11.camel@herring.nlsystems.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 17:53:07 -0000 On Fri, Feb 13, 2004 at 09:37:07AM +0000, Doug Rabson wrote: > On Fri, 2004-02-13 at 04:45, Marcel Moolenaar wrote: > > marcel 2004/02/12 20:45:41 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/efi/loader Makefile > > sys/boot/ia64/skiload Makefile > > Log: > > Don't create a mapfile during link. It's not needed for the build. > > I believe it was there from when I was tring to debug the inital loader > port. Yes. What's your point? > The debug flags for skiload were there for my script which loaded > the kernel and set a ski breakpoint at '__start' - it set breakpoints > inside skiload so that it could swap symbol tables after the kernel was > loaded. The script still works. All you need is an unstripped loader. You don't need debug information for that. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Fri Feb 13 10:04:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A4516A4CE; Fri, 13 Feb 2004 10:04:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2E943D1D; Fri, 13 Feb 2004 10:04:52 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DI4qGe011865; Fri, 13 Feb 2004 10:04:52 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DI4pCN011864; Fri, 13 Feb 2004 10:04:51 -0800 (PST) (envelope-from bde) Message-Id: <200402131804.i1DI4pCN011864@repoman.freebsd.org> From: Bruce Evans Date: Fri, 13 Feb 2004 10:04:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 18:04:52 -0000 bde 2004/02/13 10:04:51 PST FreeBSD src repository Modified files: sys/i386/isa npx.c Log: Fixed a misplaced ifdef that prevented npx.c building without "device isa" ISA. npx has few isa dependencies, but it does unconditional outb()'s to the isa bus in the !SMP case, and it attaches to isa if "device isa" is configured in order to support PNP-ISA. The ifdef for the latter was misplaced. PR: 62595 Revision Changes Path 1.145 +1 -1 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 10:14:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6733816A4CE; Fri, 13 Feb 2004 10:14:22 -0800 (PST) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CAE43D1F; Fri, 13 Feb 2004 10:14:21 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i1DIEJKj005359; Fri, 13 Feb 2004 18:14:19 GMT (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i1DIEIsD046694; Fri, 13 Feb 2004 18:14:19 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar In-Reply-To: <20040213175306.GB95973@ns1.xcllnt.net> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> <1076665027.76557.11.camel@herring.nlsystems.com> <20040213175306.GB95973@ns1.xcllnt.net> Content-Type: text/plain Message-Id: <1076696058.4735.4.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 13 Feb 2004 18:14:18 +0000 Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 18:14:22 -0000 On Fri, 2004-02-13 at 17:53, Marcel Moolenaar wrote: > On Fri, Feb 13, 2004 at 09:37:07AM +0000, Doug Rabson wrote: > > On Fri, 2004-02-13 at 04:45, Marcel Moolenaar wrote: > > > marcel 2004/02/12 20:45:41 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/boot/efi/loader Makefile > > > sys/boot/ia64/skiload Makefile > > > Log: > > > Don't create a mapfile during link. It's not needed for the build. > > > > I believe it was there from when I was tring to debug the inital loader > > port. > > Yes. What's your point? > > > The debug flags for skiload were there for my script which loaded > > the kernel and set a ski breakpoint at '__start' - it set breakpoints > > inside skiload so that it could swap symbol tables after the kernel was > > loaded. > > The script still works. All you need is an unstripped loader. You > don't need debug information for that. I thought that ru@ had asked why things were done this way - I was trying to explain. From owner-cvs-src@FreeBSD.ORG Fri Feb 13 10:21:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F244F16A4CE; Fri, 13 Feb 2004 10:21:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A4943D1D; Fri, 13 Feb 2004 10:21:45 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DILjGe015615; Fri, 13 Feb 2004 10:21:45 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DILjmG015611; Fri, 13 Feb 2004 10:21:45 -0800 (PST) (envelope-from bms) Message-Id: <200402131821.i1DILjmG015611@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 13 Feb 2004 10:21:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 18:21:46 -0000 bms 2004/02/13 10:21:45 PST FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h Log: Brucification. Submitted by: bde Revision Changes Path 1.224 +1 -1 src/sys/netinet/tcp_input.c 1.89 +3 -3 src/sys/netinet/tcp_output.c 1.179 +14 -10 src/sys/netinet/tcp_subr.c 1.54 +6 -6 src/sys/netinet/tcp_syncache.c 1.94 +1 -1 src/sys/netinet/tcp_usrreq.c 1.97 +3 -6 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Fri Feb 13 11:14:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD8C16A4CE; Fri, 13 Feb 2004 11:14:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3AF43D1F; Fri, 13 Feb 2004 11:14:16 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DJEGGe027592; Fri, 13 Feb 2004 11:14:16 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DJEGFA027591; Fri, 13 Feb 2004 11:14:16 -0800 (PST) (envelope-from mlaier) Message-Id: <200402131914.i1DJEGFA027591@repoman.freebsd.org> From: Max Laier Date: Fri, 13 Feb 2004 11:14:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet in_proto.c ip_divert.c ip_divert.h ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 19:14:16 -0000 mlaier 2004/02/13 11:14:16 PST FreeBSD src repository Modified files: sys/net bridge.c if_ethersubr.c sys/netinet in_proto.c ip_divert.c ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c sys/sys mbuf.h Added files: sys/netinet ip_divert.h Log: This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing them mostly with packet tags (one case is handled by using an mbuf flag since the linkage between "caller" and "callee" is direct and there's no need to incur the overhead of a packet tag). This is (mostly) work from: sam Silence from: -arch Approved by: bms(mentor), sam, rwatson Revision Changes Path 1.74 +5 -9 src/sys/net/bridge.c 1.156 +2 -15 src/sys/net/if_ethersubr.c 1.68 +1 -0 src/sys/netinet/in_proto.c 1.82 +48 -21 src/sys/netinet/ip_divert.c 1.1 +83 -0 src/sys/netinet/ip_divert.h (new) 1.77 +125 -91 src/sys/netinet/ip_dummynet.c 1.28 +17 -20 src/sys/netinet/ip_dummynet.h 1.6 +18 -67 src/sys/netinet/ip_fastfwd.c 1.81 +0 -1 src/sys/netinet/ip_fw.h 1.54 +25 -5 src/sys/netinet/ip_fw2.c 1.261 +56 -118 src/sys/netinet/ip_input.c 1.207 +60 -53 src/sys/netinet/ip_output.c 1.82 +16 -9 src/sys/netinet/ip_var.h 1.22 +1 -0 src/sys/netinet/tcp_debug.c 1.225 +2 -6 src/sys/netinet/tcp_input.c 1.136 +1 -18 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Fri Feb 13 11:20:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C1D16A4CE; Fri, 13 Feb 2004 11:20:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C664A43D1D; Fri, 13 Feb 2004 11:20:43 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DJKhGe027963; Fri, 13 Feb 2004 11:20:43 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DJKhRF027962; Fri, 13 Feb 2004 11:20:43 -0800 (PST) (envelope-from mlaier) Message-Id: <200402131920.i1DJKhRF027962@repoman.freebsd.org> From: Max Laier Date: Fri, 13 Feb 2004 11:20:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 19:20:44 -0000 mlaier 2004/02/13 11:20:43 PST FreeBSD src repository Modified files: sys/netinet ip_input.c Log: Do not check receive interface when pfil(9) hook changed address. Approved by: bms(mentor) Revision Changes Path 1.262 +1 -1 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 11:58:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB6C16A4CE; Fri, 13 Feb 2004 11:58:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECA043D2F; Fri, 13 Feb 2004 11:58:45 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DJwjGe036355; Fri, 13 Feb 2004 11:58:45 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DJwjXq036354; Fri, 13 Feb 2004 11:58:45 -0800 (PST) (envelope-from des) Message-Id: <200402131958.i1DJwjXq036354@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 13 Feb 2004 11:58:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access.doc_src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 19:58:45 -0000 des 2004/02/13 11:58:45 PST FreeBSD src repository Modified files: . access.doc_src Log: Add niklas here too. Revision Changes Path 1.32 +1 -0 CVSROOT/access.doc_src From owner-cvs-src@FreeBSD.ORG Fri Feb 13 12:23:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE32616A4CE; Fri, 13 Feb 2004 12:23:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9235543D1D; Fri, 13 Feb 2004 12:23:16 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DKNGGe043607; Fri, 13 Feb 2004 12:23:16 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DKNGVo043606; Fri, 13 Feb 2004 12:23:16 -0800 (PST) (envelope-from bde) Message-Id: <200402132023.i1DKNGVo043606@repoman.freebsd.org> From: Bruce Evans Date: Fri, 13 Feb 2004 12:23:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 20:23:16 -0000 bde 2004/02/13 12:23:16 PST FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock the vnode around calls to vinvalbuf()). Apparently no one has tested ext2fs with DEBUG_VOP_LOCKS. Vnode locking for vinvalbuf() might not be required in non-soft-updates cases, but it is now asserted. MFffs (uncommitted related and nearby cleanups: don't unlock the vnode after vinvalbuf() only to have to relock it almost immediately; don't refer to devices classified by vn_isdisk() as block devices). Revision Changes Path 1.117 +10 -4 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 12:59:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35DBE16A4CE; Fri, 13 Feb 2004 12:59:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF4843D1D; Fri, 13 Feb 2004 12:59:44 -0800 (PST) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DKxhGe056276; Fri, 13 Feb 2004 12:59:43 -0800 (PST) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DKxhfV056275; Fri, 13 Feb 2004 12:59:43 -0800 (PST) (envelope-from dds) Message-Id: <200402132059.i1DKxhfV056275@repoman.freebsd.org> From: Diomidis Spinellis Date: Fri, 13 Feb 2004 12:59:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/net getnetbydns.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 20:59:44 -0000 dds 2004/02/13 12:59:43 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/net getnetbydns.c Log: MFC 1.27 getnetbyname fixes: Do not choke on malformed network addresses. Return n_name in static space, not on the function's stack. Tinderbox fixes by: Ruslan Ermilov Revision Changes Path 1.13.2.5 +68 -23 src/lib/libc/net/getnetbydns.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 13:36:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 668A116A4CE; Fri, 13 Feb 2004 13:36:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C69D43D1D; Fri, 13 Feb 2004 13:36:35 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DLaZGe065622; Fri, 13 Feb 2004 13:36:35 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DLaYii065621; Fri, 13 Feb 2004 13:36:34 -0800 (PST) (envelope-from julian) Message-Id: <200402132136.i1DLaYii065621@repoman.freebsd.org> From: Julian Elischer Date: Fri, 13 Feb 2004 13:36:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 21:36:35 -0000 julian 2004/02/13 13:36:34 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bfe if_bfe.c if_bfereg.h Log: Upgrade to the version of the MFC by Edwin Groothuis. This seems to work but I have heard of hangs... Revision Changes Path 1.4.4.3 +101 -91 src/sys/dev/bfe/if_bfe.c 1.1.4.3 +12 -0 src/sys/dev/bfe/if_bfereg.h From owner-cvs-src@FreeBSD.ORG Fri Feb 13 13:40:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE10816A4CF; Fri, 13 Feb 2004 13:40:10 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C83A743D1F; Fri, 13 Feb 2004 13:40:10 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1DLeAOE096946; Fri, 13 Feb 2004 13:40:10 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1DLeADi096945; Fri, 13 Feb 2004 13:40:10 -0800 (PST) (envelope-from marcel) Date: Fri, 13 Feb 2004 13:40:10 -0800 From: Marcel Moolenaar To: Doug Rabson Message-ID: <20040213214010.GA96887@ns1.xcllnt.net> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> <1076665027.76557.11.camel@herring.nlsystems.com> <20040213175306.GB95973@ns1.xcllnt.net> <1076696058.4735.4.camel@builder02.qubesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1076696058.4735.4.camel@builder02.qubesoft.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 21:40:11 -0000 On Fri, Feb 13, 2004 at 06:14:18PM +0000, Doug Rabson wrote: > > > I believe it was there from when I was tring to debug the inital loader > > > port. > > > > Yes. What's your point? > > > > > The debug flags for skiload were there for my script which loaded > > > the kernel and set a ski breakpoint at '__start' - it set breakpoints > > > inside skiload so that it could swap symbol tables after the kernel was > > > loaded. > > > > The script still works. All you need is an unstripped loader. You > > don't need debug information for that. > > I thought that ru@ had asked why things were done this way - I was > trying to explain. Ah, ok. I interpreted it as an expression of disapproval WRT my commit because you didn't reply to the commit made by ru@ or directly reply to his question. So, euh... yes :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Fri Feb 13 13:52:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A27E16A4CE; Fri, 13 Feb 2004 13:52:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0010C43D1F; Fri, 13 Feb 2004 13:52:08 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DLq8Ge069425; Fri, 13 Feb 2004 13:52:08 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DLq8vv069424; Fri, 13 Feb 2004 13:52:08 -0800 (PST) (envelope-from ru) Message-Id: <200402132152.i1DLq8vv069424@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 13:52:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 21:52:09 -0000 ru 2004/02/13 13:52:08 PST FreeBSD src repository Modified files: . Makefile.inc1 Log: Drop directory existence checks. OK'ed by: bde Revision Changes Path 1.405 +24 -62 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri Feb 13 14:08:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D2DD16A4CE; Fri, 13 Feb 2004 14:08:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131B643D48; Fri, 13 Feb 2004 14:08:17 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DM8GGe072999; Fri, 13 Feb 2004 14:08:16 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DM8GRC072998; Fri, 13 Feb 2004 14:08:16 -0800 (PST) (envelope-from simon) Message-Id: <200402132208.i1DM8GRC072998@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 13 Feb 2004 14:08:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mac_portacl.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 22:08:17 -0000 simon 2004/02/13 14:08:16 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 mac_portacl.4 Log: - Document more explicitly how the mac_portacl(4) policy works. - Document all the policy sysctl's. - Note that mac_portacl(4) appeared in FreeBSD 5.1. - A bit of mdoc(7) fixes. Much of the new text was inspired by the source code comments. Reviewed by: rwatson Revision Changes Path 1.3 +67 -6 src/share/man/man4/mac_portacl.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 13 14:26:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D311E16A4CE; Fri, 13 Feb 2004 14:26:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B780F43D2F; Fri, 13 Feb 2004 14:26:36 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DMQaGe077087; Fri, 13 Feb 2004 14:26:36 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DMQa8v077086; Fri, 13 Feb 2004 14:26:36 -0800 (PST) (envelope-from mlaier) Message-Id: <200402132226.i1DMQa8v077086@repoman.freebsd.org> From: Max Laier Date: Fri, 13 Feb 2004 14:26:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_dummynet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 22:26:37 -0000 mlaier 2004/02/13 14:26:36 PST FreeBSD src repository Modified files: sys/netinet ip_dummynet.h Log: Do not expose ip_dn_find_rule inline function to userland and unbreak world. ---------------------------------------------------------------------- Revision Changes Path 1.29 +1 -1 src/sys/netinet/ip_dummynet.h From owner-cvs-src@FreeBSD.ORG Fri Feb 13 14:31:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2CFF16A4D0 for ; Fri, 13 Feb 2004 14:31:20 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id A6DD743D46 for ; Fri, 13 Feb 2004 14:31:20 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 85862 invoked by uid 1002); 13 Feb 2004 22:31:18 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 13 Feb 2004 22:31:18 -0000 Date: Fri, 13 Feb 2004 15:31:49 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Julian Elischer In-Reply-To: <200402132136.i1DLaYii065621@repoman.freebsd.org> Message-ID: <20040213152836.U25703@pooker.samsco.home> References: <200402132136.i1DLaYii065621@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 22:31:21 -0000 On Fri, 13 Feb 2004, Julian Elischer wrote: > julian 2004/02/13 13:36:34 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/bfe if_bfe.c if_bfereg.h > Log: > Upgrade to the version of the MFC by Edwin Groothuis. > This seems to work but I have heard of hangs... > > Revision Changes Path > 1.4.4.3 +101 -91 src/sys/dev/bfe/if_bfe.c > 1.1.4.3 +12 -0 src/sys/dev/bfe/if_bfereg.h > > Julian, Are you willing to stand by this commit? Your comment implies that you don't know if it works or not. If so, then RELENG_4 is certainly not the place for this. Mr. Groothuis might have done a fine job with this, but unless you as a committer and senior member of this project are willing to actually review, test, and validate it, then it needs to be backed out and revisited at a later date. Scott From owner-cvs-src@FreeBSD.ORG Fri Feb 13 14:38:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4652616A4CE; Fri, 13 Feb 2004 14:38:30 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBB443D2F; Fri, 13 Feb 2004 14:38:29 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i1DMcIF1084466; Fri, 13 Feb 2004 22:38:18 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar In-Reply-To: <20040213214010.GA96887@ns1.xcllnt.net> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> <1076665027.76557.11.camel@herring.nlsystems.com> <20040213175306.GB95973@ns1.xcllnt.net> <1076696058.4735.4.camel@builder02.qubesoft.com> <20040213214010.GA96887@ns1.xcllnt.net> Content-Type: text/plain Message-Id: <1076711898.76557.28.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 13 Feb 2004 22:38:18 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on herring.nlsystems.com cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 22:38:30 -0000 On Fri, 2004-02-13 at 21:40, Marcel Moolenaar wrote: > On Fri, Feb 13, 2004 at 06:14:18PM +0000, Doug Rabson wrote: > > > > I believe it was there from when I was tring to debug the inital loader > > > > port. > > > > > > Yes. What's your point? > > > > > > > The debug flags for skiload were there for my script which loaded > > > > the kernel and set a ski breakpoint at '__start' - it set breakpoints > > > > inside skiload so that it could swap symbol tables after the kernel was > > > > loaded. > > > > > > The script still works. All you need is an unstripped loader. You > > > don't need debug information for that. > > > > I thought that ru@ had asked why things were done this way - I was > > trying to explain. > > Ah, ok. I interpreted it as an expression of disapproval WRT my > commit because you didn't reply to the commit made by ru@ or > directly reply to his question. > > So, euh... yes :-) Sorry - I got a similar expression of disapproval from your first reply. Still - no harm done. Email is rubbish for conveying emotions ;-) From owner-cvs-src@FreeBSD.ORG Fri Feb 13 15:39:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A7216A4CE; Fri, 13 Feb 2004 15:39:56 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF6743D1F; Fri, 13 Feb 2004 15:39:56 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc13) with ESMTP id <2004021323395501500h1i4pe>; Fri, 13 Feb 2004 23:39:55 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA28476; Fri, 13 Feb 2004 15:39:54 -0800 (PST) Date: Fri, 13 Feb 2004 15:39:53 -0800 (PST) From: Julian Elischer To: Scott Long In-Reply-To: <20040213152836.U25703@pooker.samsco.home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Feb 2004 23:39:56 -0000 Oh I'm standing by it.. This version is working for me so far but I have heard rumours that the -current driver has an occasional 'hang'. There is another rumour that this driver has inherritted the problem, but I have never seen it.. The driver is not built by default and the module will not build unless you specifically edit out the line that tells you there may be problems.. so I don't see how this affects anyone, but it DOES give people a way of trying it out.. I will be supporting it because we (Vicor) plan on using this driver in production on 4.x. So I need to have it reliable. My main test machine is out of commision for a couple of days but I found a laptop (Dell 5150) with the same chip and that allowed me to confirm that this now works.. It's been in use on that machine without problems for a short while and I'll be backing it up with the debug machine (with full gdb/ddb support) as soon as it comes back from being repaired. When I have it back I will be looking at possibly merging in some fixes from Dragonfly (via -current). > On Fri, 13 Feb 2004, Julian Elischer wrote: > > julian 2004/02/13 13:36:34 PST > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > sys/dev/bfe if_bfe.c if_bfereg.h > > Log: > > Upgrade to the version of the MFC by Edwin Groothuis. > > This seems to work but I have heard of hangs... > > > > Revision Changes Path > > 1.4.4.3 +101 -91 src/sys/dev/bfe/if_bfe.c > > 1.1.4.3 +12 -0 src/sys/dev/bfe/if_bfereg.h > > > > > > Julian, > > Are you willing to stand by this commit? Your comment implies that you > don't know if it works or not. If so, then RELENG_4 is certainly not the > place for this. Mr. Groothuis might have done a fine job with this, but > unless you as a committer and senior member of this project are willing > to actually review, test, and validate it, then it needs to be backed out > and revisited at a later date. > > Scott > From owner-cvs-src@FreeBSD.ORG Fri Feb 13 16:39:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BFB16A4CE; Fri, 13 Feb 2004 16:39:56 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9086743D1D; Fri, 13 Feb 2004 16:39:56 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i1E0dVDL030137; Fri, 13 Feb 2004 19:39:31 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i1E0dU5o030132; Fri, 13 Feb 2004 19:39:31 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 13 Feb 2004 19:39:30 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Julian Elischer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 00:39:57 -0000 On Fri, 13 Feb 2004, Julian Elischer wrote: > Oh I'm standing by it.. > > This version is working for me so far but I have heard rumours that the > -current driver has an occasional 'hang'. There is another rumour that > this driver has inherritted the problem, but I have never seen it.. The > driver is not built by default and the module will not build unless you > specifically edit out the line that tells you there may be problems.. so > I don't see how this affects anyone, but it DOES give people a way of > trying it out.. All this sounds very good, but was unclear from your commit message. I guess I would have preferred something more like: MFC if_bfe from 5-CURRENT as it appears to work fine in our test environment. There have been some reports of occasional hangs in the -CURRENT version, which may have been inherited in -STABLE, but I have been unable to reproduce this. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Fri Feb 13 16:56:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B20216A4CE; Fri, 13 Feb 2004 16:56:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101D243D31; Fri, 13 Feb 2004 16:56:46 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E0ujGe016097; Fri, 13 Feb 2004 16:56:45 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E0ujqs016096; Fri, 13 Feb 2004 16:56:45 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200402140056.i1E0ujqs016096@repoman.freebsd.org> From: Prafulla Deuskar Date: Fri, 13 Feb 2004 16:56:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/em if_em.c if_em_hw.c if_em_hw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 00:56:46 -0000 pdeuskar 2004/02/13 16:56:45 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em if_em.c if_em_hw.c if_em_hw.h Log: MFC: Only reset the phy when it is absolutely required. This should fix the issues with long *init* times when you do ifconfig em0 alias. Revision Changes Path 1.2.2.18 +24 -6 src/sys/dev/em/if_em.c 1.1.2.11 +80 -50 src/sys/dev/em/if_em_hw.c 1.1.2.11 +6 -4 src/sys/dev/em/if_em_hw.h From owner-cvs-src@FreeBSD.ORG Fri Feb 13 17:13:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1104116A4CE; Fri, 13 Feb 2004 17:13:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA30C43D1F; Fri, 13 Feb 2004 17:13:41 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E1DfGe021118; Fri, 13 Feb 2004 17:13:41 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E1DfLI021117; Fri, 13 Feb 2004 17:13:41 -0800 (PST) (envelope-from le) Message-Id: <200402140113.i1E1DfLI021117@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 13 Feb 2004 17:13:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/vinum commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 01:13:42 -0000 le 2004/02/13 17:13:41 PST FreeBSD src repository Modified files: sbin/vinum commands.c Log: Remove unused variable and related bogus checks. Approved by: grog (mentor) Revision Changes Path 1.55 +3 -10 src/sbin/vinum/commands.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 17:30:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F9B16A4DC; Fri, 13 Feb 2004 17:30:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5BF43D3F; Fri, 13 Feb 2004 17:30:07 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E1U7Ge023422; Fri, 13 Feb 2004 17:30:07 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E1U6Uw023421; Fri, 13 Feb 2004 17:30:06 -0800 (PST) (envelope-from green) Message-Id: <200402140130.i1E1U6Uw023421@repoman.freebsd.org> From: Brian Feldman Date: Fri, 13 Feb 2004 17:30:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 01:30:07 -0000 green 2004/02/13 17:30:06 PST FreeBSD src repository Modified files: sys/kern tty.c Log: T -CURRENT DO NOT CRASH UPON ^T K PLZ THX. Also, use sched_pctcpu() instead of assuming td->td_kse is non-NULL. Revision Changes Path 1.208 +2 -1 src/sys/kern/tty.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 18:45:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 700CA16A4CE; Fri, 13 Feb 2004 18:45:56 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E06B43D1F; Fri, 13 Feb 2004 18:45:56 -0800 (PST) (envelope-from jroberson@mail.chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id i1E2jtXJ035280; Fri, 13 Feb 2004 21:45:55 -0500 (EST) (envelope-from jroberson@mail.chesapeake.net) Received: from localhost (jroberson@localhost)i1E2jsIP035275; Fri, 13 Feb 2004 21:45:54 -0500 (EST) (envelope-from jroberson@mail.chesapeake.net) Date: Fri, 13 Feb 2004 21:45:54 -0500 (EST) From: Jeff Roberson To: Brian Feldman In-Reply-To: <200402140130.i1E1U6Uw023421@repoman.freebsd.org> Message-ID: <20040213214520.T5430@mail.chesapeake.net> References: <200402140130.i1E1U6Uw023421@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 02:45:56 -0000 On Fri, 13 Feb 2004, Brian Feldman wrote: > green 2004/02/13 17:30:06 PST > > FreeBSD src repository > > Modified files: > sys/kern tty.c > Log: > T -CURRENT DO NOT CRASH UPON ^T K PLZ THX. Please use more appropriate commit messages. It'd be nice to know why we were crashing on ^T. > > Also, use sched_pctcpu() instead of assuming td->td_kse is non-NULL. > > Revision Changes Path > 1.208 +2 -1 src/sys/kern/tty.c > From owner-cvs-src@FreeBSD.ORG Fri Feb 13 19:17:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C39E16A4CE; Fri, 13 Feb 2004 19:17:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38ADE43D1D; Fri, 13 Feb 2004 19:17:31 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E3HVGe048160; Fri, 13 Feb 2004 19:17:31 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E3HV6E048159; Fri, 13 Feb 2004 19:17:31 -0800 (PST) (envelope-from njl) Message-Id: <200402140317.i1E3HV6E048159@repoman.freebsd.org> From: Nate Lawson Date: Fri, 13 Feb 2004 19:17:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/sys/sys kernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 03:17:31 -0000 njl 2004/02/13 19:17:30 PST FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdTable.c sys/sys kernel.h sys/boot/forth loader.conf.5 share/man/man4 acpi.4 Log: Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix is reserved by the loader, and thus any tunable name with that suffix will be silently discarded. Document this in the header and man page so that other developers do not develop so many bumps on the head after banging it against the wall. Detective work by: Mark Santcroos, grehan Revision Changes Path 1.26 +1 -1 src/share/man/man4/acpi.4 1.19 +4 -0 src/sys/boot/forth/loader.conf.5 1.6 +5 -7 src/sys/dev/acpica/Osd/OsdTable.c 1.114 +3 -0 src/sys/sys/kernel.h From owner-cvs-src@FreeBSD.ORG Fri Feb 13 19:21:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ECD916A4CE for ; Fri, 13 Feb 2004 19:21:43 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 24E1C43D31 for ; Fri, 13 Feb 2004 19:21:43 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 9282 invoked by uid 1000); 14 Feb 2004 03:21:44 -0000 Date: Fri, 13 Feb 2004 19:21:44 -0800 (PST) From: Nate Lawson To: Jeff Roberson In-Reply-To: <20040213214520.T5430@mail.chesapeake.net> Message-ID: <20040213192040.I9276@root.org> References: <200402140130.i1E1U6Uw023421@repoman.freebsd.org> <20040213214520.T5430@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 03:21:43 -0000 On Fri, 13 Feb 2004, Jeff Roberson wrote: > On Fri, 13 Feb 2004, Brian Feldman wrote: > > > green 2004/02/13 17:30:06 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/kern tty.c > > Log: > > T -CURRENT DO NOT CRASH UPON ^T K PLZ THX. > > Please use more appropriate commit messages. It'd be nice to know why we > were crashing on ^T. I actually saw nothing in this commit that addresses signals, only the following macro-ization and an include of sched.h, necessary for the macro. > > Also, use sched_pctcpu() instead of assuming td->td_kse is non-NULL. > > > > Revision Changes Path > > 1.208 +2 -1 src/sys/kern/tty.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 20:41:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C5C16A4CE; Fri, 13 Feb 2004 20:41:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5D743D1D; Fri, 13 Feb 2004 20:41:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E4fDGe066851; Fri, 13 Feb 2004 20:41:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E4fD4s066850; Fri, 13 Feb 2004 20:41:13 -0800 (PST) (envelope-from bde) Message-Id: <200402140441.i1E4fD4s066850@repoman.freebsd.org> From: Bruce Evans Date: Fri, 13 Feb 2004 20:41:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 04:41:14 -0000 bde 2004/02/13 20:41:13 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/ufs/ffs ffs_vfsops.c Log: Fixed some style bugs: - don't unlock the vnode after vinvalbuf() only to have to relock it almost immediately. - don't refer to devices classified by vn_isdisk() as block devices. Revision Changes Path 1.116 +4 -4 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.229 +10 -18 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 21:54:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B0AB16A4CE; Fri, 13 Feb 2004 21:54:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9D843D2F; Fri, 13 Feb 2004 21:54:40 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E5seGe089176; Fri, 13 Feb 2004 21:54:40 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E5sdek089175; Fri, 13 Feb 2004 21:54:39 -0800 (PST) (envelope-from marcel) Message-Id: <200402140554.i1E5sdek089175@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 13 Feb 2004 21:54:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 05:54:40 -0000 marcel 2004/02/13 21:54:39 PST FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Test the return value of UART_PARAM(). Invalid line parameters did not result in an error before. PR: kern/60284 Submitted by: Thomas Sandford Revision Changes Path 1.5 +2 -1 src/sys/dev/uart/uart_tty.c From owner-cvs-src@FreeBSD.ORG Fri Feb 13 22:17:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B00916A4CE; Fri, 13 Feb 2004 22:17:46 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBEE43D2F; Fri, 13 Feb 2004 22:17:45 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id B7BEC2840E0; Sat, 14 Feb 2004 15:17:44 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 8D88C2840DD; Sat, 14 Feb 2004 15:17:43 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 6921A1E4626; Sat, 14 Feb 2004 15:17:43 +0900 (JST) Date: Sat, 14 Feb 2004 15:17:43 +0900 Message-ID: <7mfzdexjzs.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Bruce Evans In-Reply-To: <20040213035557.M24031@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 06:17:46 -0000 At Fri, 13 Feb 2004 04:02:46 +1100 (EST), Bruce Evans wrote: > > This was rejected in all reviews. It gives less information than > > grepping the sources, at some cost (grep at least gives correct line > > numbers when the sources don't quite match the binary). > > > > Please back this out. > > I'm still waiting for this to be backed out. I also think that commit is not so useful, but there are some supporters for his modification. Do you want to back out this completely? Or fixing just style bugs are acceptable? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-src@FreeBSD.ORG Sat Feb 14 00:05:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DB016A4CE; Sat, 14 Feb 2004 00:05:51 -0800 (PST) Received: from ex2kmail01.x.com (mail01.mshost.interq.or.jp [210.172.132.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB8D343D1D; Sat, 14 Feb 2004 00:05:50 -0800 (PST) (envelope-from ru@freebsd.org) Received: from mail pickup service by ex2kmail01.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 15:46:25 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 18:45:41 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D9mAaM023644 for ; Fri, 13 Feb 2004 18:48:10 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 67C585699E; Fri, 13 Feb 2004 01:48:06 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 96FAA16A4D3; Fri, 13 Feb 2004 01:48:05 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF3CA16A4CE; Fri, 13 Feb 2004 01:39:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9386143D1F; Fri, 13 Feb 2004 01:39:45 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D9djGe083921; Fri, 13 Feb 2004 01:39:45 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D9djfh083920; Fri, 13 Feb 2004 01:39:45 -0800 (PST) (envelope-from ru) Message-Id: <200402130939.i1D9djfh083920@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 01:39:45 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 09:45:41.0585 (UTC) FILETIME=[24B99410:01C3F216] Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 08:05:51 -0000 ru 2004/02/13 01:39:45 PST FreeBSD src repository Modified files: sys/conf kmod.mk Log: We didn't strip debugging symbols from .ko if DEBUG was undefined. Revision Changes Path 1.152 +3 -0 src/sys/conf/kmod.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 00:54:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E35316A4CE; Sat, 14 Feb 2004 00:54:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A45843D1D; Sat, 14 Feb 2004 00:54:38 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E8scGe035763; Sat, 14 Feb 2004 00:54:38 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E8scnW035762; Sat, 14 Feb 2004 00:54:38 -0800 (PST) (envelope-from alc) Message-Id: <200402140854.i1E8scnW035762@repoman.freebsd.org> From: Alan Cox Date: Sat, 14 Feb 2004 00:54:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c vm_pageout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 08:54:38 -0000 alc 2004/02/14 00:54:38 PST FreeBSD src repository Modified files: sys/vm vm_page.c vm_pageout.c Log: - Correct a long-standing race condition in vm_page_try_to_cache() that could result in a panic "vm_page_cache: caching a dirty page, ...": Access to the page must be restricted or removed before calling vm_page_cache(). This race condition is identical in nature to that which was addressed by vm_pageout.c's revision 1.251. - Simplify the code surrounding the fix to this same race condition in vm_pageout.c's revision 1.251. There should be no behavioral change. Reviewed by: tegge MFC after: 7 days Revision Changes Path 1.275 +1 -1 src/sys/vm/vm_page.c 1.252 +2 -3 src/sys/vm/vm_pageout.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:01:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A9C16A4CE; Sat, 14 Feb 2004 01:01:45 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844D943D1D; Sat, 14 Feb 2004 01:01:45 -0800 (PST) (envelope-from kientzle@acm.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:01:44 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:18:38 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D1L6I6015885 for ; Fri, 13 Feb 2004 10:21:06 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5750257409; Thu, 12 Feb 2004 17:21:03 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2903D16A4E4; Thu, 12 Feb 2004 17:21:02 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C5316A4CE; Thu, 12 Feb 2004 17:18:01 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263B243D1D; Thu, 12 Feb 2004 17:18:01 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1D1I0kX026563; Thu, 12 Feb 2004 17:18:00 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402C25C5.1010903@acm.org> Date: Thu, 12 Feb 2004 17:17:57 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200402110544.i1B5iKLv096828@repoman.freebsd.org> <20040212223846.GC74671@FreeBSD.org.ua> In-Reply-To: <20040212223846.GC74671@FreeBSD.org.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:18:38.0734 (UTC) FILETIME=[4F4AEAE0:01C3F1CF] cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:01:46 -0000 Ruslan Ermilov wrote: > On Tue, Feb 10, 2004 at 09:44:20PM -0800, Tim Kientzle wrote: > >>kientzle 2004/02/10 21:44:20 PST >> >> Log: >> GNU tar in the base system is now called "gtar" >> "tar" is now just a link to "gtar". > > Please use curly braces here and in rescue/ makefiles. > > Please use cat(1) generally when making copies in makefiles -- > it produces a writable output even if the source is read-only. > > Please register libtar with bsd.libnames.mk. > > Please register libtar with gnu/usr.bin/groff/tmac/mdoc.local. Done. Thanks for pointing this out. Tim Kientzle _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:12:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A1A916A4CE; Sat, 14 Feb 2004 01:12:25 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216EC43D1D; Sat, 14 Feb 2004 01:12:21 -0800 (PST) (envelope-from never@nevermind.kiev.ua) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:12:10 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:26:17 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CK0fxH026258 for ; Fri, 13 Feb 2004 05:00:41 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 99FEC56A00; Thu, 12 Feb 2004 12:00:39 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E0F5A16A4E6; Thu, 12 Feb 2004 12:00:36 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E2BD16A4CF; Thu, 12 Feb 2004 11:55:20 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D9643D39; Thu, 12 Feb 2004 11:55:17 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id i1CJtEq3090956; Thu, 12 Feb 2004 21:55:14 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id i1CJtElq090953; Thu, 12 Feb 2004 21:55:14 +0200 (EET) (envelope-from never) Date: Thu, 12 Feb 2004 21:55:14 +0200 From: Alexandr Kovalenko To: Scott Long Message-ID: <20040212195514.GA87221@nevermind.kiev.ua> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <402B989F.3010604@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <402B989F.3010604@freebsd.org> User-Agent: Mutt/1.5.4i X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:26:17.0578 (UTC) FILETIME=[77F2ECA0:01C3F1A6] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:12:25 -0000 Hello, Scott Long! On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote: > >>scottl 2004/02/11 02:34:24 PST > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_5_2) > >> sys/dev/aac aac.c > >> Log: > >> MFC: If deferring a command due to lack of card resources, unmap it so > >> that > >> it will be marked appropriately the next time the queue is run. > > > > > >It still panics if stressed using bonnie++ with this wrapper script: > > > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > > >it says: > > > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > >panic: command not in queue > > > >I've used RELENG_5_2 dirver, not current one... > > > >Any suggestions? > > > > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that > AAC_MAX_FIBS is defined to 504 instead of 512? Looks like it fixes the panic, but bonnie++ cannot finish. here is part of top -HS output: 10 root -16 0 0K 12K CPU1 1 109:41 102.34% 102.34% idle: cpu1 11 root -16 0 0K 12K RUN 0 111:06 99.22% 99.22% idle: cpu0 566 bonnie 20 0 6628K 4648K kserel 0 5:47 0.00% 0.00% bonnie++ 566 bonnie 20 0 6628K 4648K kserel 1 5:47 0.00% 0.00% bonnie++ 566 bonnie 20 0 6628K 4648K ksesig 0 5:47 0.00% 0.00% bonnie++ 566 bonnie -8 0 6628K 4648K biord 1 5:47 0.00% 0.00% bonnie++ 3 root -8 0 0K 12K - 0 2:38 0.00% 0.00% g_up 4 root -8 0 0K 12K - 1 2:36 0.00% 0.00% g_down 66 root -20 -139 0K 12K WAIT 0 1:44 0.00% 0.00% swi7: task queue 41 root -64 -183 0K 12K WAIT 0 1:14 0.00% 0.00% irq30: aac0 74 root -16 0 0K 12K psleep 1 0:55 0.00% 0.00% bufdaemon 76 root 20 0 0K 12K syncer 0 0:13 0.00% 0.00% syncer 73 root 171 52 0K 12K pgzero 1 0:11 0.00% 0.00% pagezero 71 root -16 0 0K 12K psleep 1 0:06 0.00% 0.00% pagedaemon 61 root -48 -167 0K 12K WAIT 0 0:03 0.00% 0.00% swi8: tty:sio clock 75 root -4 0 0K 12K vlruwt 0 0:01 0.00% 0.00% vnlru 2 root -8 0 0K 12K - 0 0:01 0.00% 0.00% g_event -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:16:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 283E416A4CE; Sat, 14 Feb 2004 01:16:36 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B6E43D1F; Sat, 14 Feb 2004 01:16:35 -0800 (PST) (envelope-from scottl@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:16:25 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:25:26 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CK79RD026503 for ; Fri, 13 Feb 2004 05:07:09 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 48DF3572D0; Thu, 12 Feb 2004 12:07:06 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1573016A4CE; Thu, 12 Feb 2004 12:07:06 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB8416A4CF for ; Thu, 12 Feb 2004 12:06:36 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 552F743D2F for ; Thu, 12 Feb 2004 12:06:36 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 22855 invoked by uid 1002); 12 Feb 2004 20:06:35 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 12 Feb 2004 20:06:35 -0000 Date: Thu, 12 Feb 2004 13:07:00 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Alexandr Kovalenko In-Reply-To: <20040212195514.GA87221@nevermind.kiev.ua> Message-ID: <20040212130513.R21291@pooker.samsco.home> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <20040212112209.GA46195@nevermind.kiev.ua> <402B989F.3010604@freebsd.org> <20040212195514.GA87221@nevermind.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:25:26.0859 (UTC) FILETIME=[59B7D1B0:01C3F1A6] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:16:36 -0000 On Thu, 12 Feb 2004, Alexandr Kovalenko wrote: > Hello, Scott Long! > > On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote: > > > >>scottl 2004/02/11 02:34:24 PST > > >> > > >> FreeBSD src repository > > >> > > >> Modified files: (Branch: RELENG_5_2) > > >> sys/dev/aac aac.c > > >> Log: > > >> MFC: If deferring a command due to lack of card resources, unmap it so > > >> that > > >> it will be marked appropriately the next time the queue is run. > > > > > > > > >It still panics if stressed using bonnie++ with this wrapper script: > > > > > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > > > > >it says: > > > > > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > > >panic: command not in queue > > > > > >I've used RELENG_5_2 dirver, not current one... > > > > > >Any suggestions? > > > > > > > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that > > AAC_MAX_FIBS is defined to 504 instead of 512? > > Looks like it fixes the panic, but bonnie++ cannot finish. > > here is part of top -HS output: > Would it be possible for me to log into your machine remotely to look at it? If that's not possible, would you be able to take the source files from 5.2-CURRENT for src/tools/tools/aac, compile them on your RELENG_5_2 system, and send me the output from aac_checkq 0 aac_checkq 1 aac_checkq 2 aac_checkq 3 Thanks, Scott _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:18:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BD916A4CE; Sat, 14 Feb 2004 01:18:00 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E78C943D2F; Sat, 14 Feb 2004 01:17:59 -0800 (PST) (envelope-from ru@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:17:59 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 19:09:16 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1DABj3v000881 for ; Fri, 13 Feb 2004 19:11:45 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id A666856D43; Fri, 13 Feb 2004 02:11:15 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 77EF616A4D1; Fri, 13 Feb 2004 02:11:15 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DE416A4CE; Fri, 13 Feb 2004 02:11:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0F843D46; Fri, 13 Feb 2004 02:11:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DAB1Ge091389; Fri, 13 Feb 2004 02:11:01 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DAB1da091388; Fri, 13 Feb 2004 02:11:01 -0800 (PST) (envelope-from ru) Message-Id: <200402131011.i1DAB1da091388@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 02:11:01 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 10:09:16.0976 (UTC) FILETIME=[705D1B00:01C3F219] Subject: cvs commit: src/sys/modules/fatm Makefile src/sys/modules/firewire Makefile.inc src/sys/modules/firewire/sbp_targ Makefile src/sys/modules/harp Makefile src/sys/modules/hatm Makefile src/sys/modules/lnc Makefile src/sys/modules/osf1 Makefile ... X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:18:00 -0000 ru 2004/02/13 02:11:01 PST FreeBSD src repository Modified files: sys/modules/fatm Makefile sys/modules/firewire Makefile.inc sys/modules/firewire/sbp_targ Makefile sys/modules/harp Makefile sys/modules/hatm Makefile sys/modules/lnc Makefile sys/modules/osf1 Makefile sys/modules/patm Makefile sys/modules/pecoff Makefile sys/modules/uscanner Makefile Log: Removed -g from CFLAGS. There is a better way to build debugging versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped. Revision Changes Path 1.2 +1 -2 src/sys/modules/fatm/Makefile 1.3 +0 -1 src/sys/modules/firewire/Makefile.inc 1.2 +0 -1 src/sys/modules/firewire/sbp_targ/Makefile 1.2 +1 -2 src/sys/modules/harp/Makefile 1.2 +1 -2 src/sys/modules/hatm/Makefile 1.7 +1 -1 src/sys/modules/lnc/Makefile 1.12 +0 -2 src/sys/modules/osf1/Makefile 1.2 +1 -2 src/sys/modules/patm/Makefile 1.6 +1 -1 src/sys/modules/pecoff/Makefile 1.4 +0 -2 src/sys/modules/uscanner/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:19:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F0D16A4CE; Sat, 14 Feb 2004 01:19:21 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E917D43D2F; Sat, 14 Feb 2004 01:19:20 -0800 (PST) (envelope-from bde@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:19:20 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 01:23:37 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CGQ5Je027087 for ; Fri, 13 Feb 2004 01:26:05 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7CB7456EF9; Thu, 12 Feb 2004 08:25:54 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9FAE716A4EF; Thu, 12 Feb 2004 08:25:52 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A9BD16A4CE; Thu, 12 Feb 2004 08:25:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3616543D1F; Thu, 12 Feb 2004 08:25:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CGPDGe020438; Thu, 12 Feb 2004 08:25:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CGPCHv020433; Thu, 12 Feb 2004 08:25:12 -0800 (PST) (envelope-from bde) Message-Id: <200402121625.i1CGPCHv020433@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Feb 2004 08:25:12 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 16:23:37.0960 (UTC) FILETIME=[91BD8680:01C3F184] Subject: cvs commit: src/usr.bin/indent indent.1 io.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:19:21 -0000 bde 2004/02/12 08:25:12 PST FreeBSD src repository Modified files: usr.bin/indent indent.1 io.c Log: Only indent once for continuation lines when not lining up with parentheses if the continuation indent is exactly half of the main indent. Indenting one contination indent for every level of parentheses gives bad results in most cases and is not what is done in about 90% of properly hand-formatted KNF code (sys/kern/*.c, nvi/common/*.c). The main advantage of the non-default KNF options -nlp -ci4 is that continuation lines don't accidentally line up with the next main indentation level or march to the right, and increasing their indentation defeats this. This behaviour change is limited to when the continuation indent is exactly half of the main indent to avoid adding yet another option. Revision Changes Path 1.17 +3 -2 src/usr.bin/indent/indent.1 1.13 +2 -1 src/usr.bin/indent/io.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:23:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801E916A4CE; Sat, 14 Feb 2004 01:23:41 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E06A43D1D; Sat, 14 Feb 2004 01:23:41 -0800 (PST) (envelope-from ache@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:23:36 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:11:34 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D1E2I6014882 for ; Fri, 13 Feb 2004 10:14:03 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0841D56B17; Thu, 12 Feb 2004 17:13:52 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 3658816A4D4; Thu, 12 Feb 2004 17:13:51 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C0F16A4CE; Thu, 12 Feb 2004 17:08:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7868B43D1F; Thu, 12 Feb 2004 17:08:20 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D18KGe056897; Thu, 12 Feb 2004 17:08:20 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D18KRG056896; Thu, 12 Feb 2004 17:08:20 -0800 (PST) (envelope-from ache) Message-Id: <200402130108.i1D18KRG056896@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Feb 2004 17:08:20 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: FSF X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:11:34.0765 (UTC) FILETIME=[529661D0:01C3F1CE] Subject: cvs commit: src/contrib/libreadline - Imported sources X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:23:41 -0000 ache 2004/02/12 17:08:20 PST FreeBSD src repository src/contrib/libreadline - Imported sources Update of /home/ncvs/src/contrib/libreadline In directory repoman.freebsd.org:/tmp/cvs-serv56882 Log Message: Official patches 001-005 Status: Vendor Tag: FSF Release Tags: v4_3_p1_p5 U src/contrib/libreadline/vi_mode.c U src/contrib/libreadline/readline.c U src/contrib/libreadline/mbutil.c U src/contrib/libreadline/display.c U src/contrib/libreadline/bind.c No conflicts created by this import _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:26:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E3716A4CE; Sat, 14 Feb 2004 01:26:03 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E3A43D1F; Sat, 14 Feb 2004 01:26:02 -0800 (PST) (envelope-from kientzle@acm.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:26:02 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:06:13 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D18fxu013888 for ; Fri, 13 Feb 2004 10:08:42 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 43F205746F; Thu, 12 Feb 2004 17:08:37 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 055C816A4D2; Thu, 12 Feb 2004 17:08:37 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4FA16A4CE; Thu, 12 Feb 2004 17:07:02 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F2E43D1D; Thu, 12 Feb 2004 17:07:02 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1D16xkX026499; Thu, 12 Feb 2004 17:06:59 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402C2330.90304@acm.org> Date: Thu, 12 Feb 2004 17:06:56 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:06:14.0640 (UTC) FILETIME=[93C72F00:01C3F1CD] cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:26:03 -0000 Dag-Erling Smørgrav wrote: > Tim Kientzle writes: > >> Log: >> libarchive itself is now completely clean at WARNS=10 on all architectures. >> >> Unfortunately, the stock zlib.h is not: >> line 885: 'err' parameter shadows global 'err' definition from > > > This is trivial to fix, if we're willing to take zlib.h off the vendor > branch or manage to convince Gailly to take our patch. From the FAQ list at gzip.org/zlib: > > 33. I get this or that compiler or source-code scanner warning when I crank it > up to maximally-pendantic. Can't you guys write proper code? > > Many years ago, we gave up attempting to avoid warnings on every compiler > in the universe. It just got to be a waste of time, and some compilers > were downright silly. So now, we simply make sure that the code always > works. We can certainly send them some patches, but I'm not going to expect too much. Tim _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:32:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D45916A4CE; Sat, 14 Feb 2004 01:32:57 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8C143D1D; Sat, 14 Feb 2004 01:32:56 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:32:56 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 02:00:55 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CH3MXC001741 for ; Fri, 13 Feb 2004 02:03:22 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 6B75456F3E; Thu, 12 Feb 2004 09:03:18 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AE64516A4D5; Thu, 12 Feb 2004 09:03:17 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7061016A4CE; Thu, 12 Feb 2004 09:02:50 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BAB43D1D; Thu, 12 Feb 2004 09:02:49 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1CH2mLE027658; Fri, 13 Feb 2004 04:02:48 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1CH2ki1019490; Fri, 13 Feb 2004 04:02:47 +1100 Date: Fri, 13 Feb 2004 04:02:46 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp In-Reply-To: <20040120175334.W3279@gamplex.bde.org> Message-ID: <20040213035557.M24031@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 17:00:55.0539 (UTC) FILETIME=[C770FC30:01C3F189] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:32:57 -0000 On Tue, 20 Jan 2004, Bruce Evans wrote: > On Mon, 19 Jan 2004, Poul-Henning Kamp wrote: > > > phk 2004/01/19 13:27:11 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha support.s > > sys/i386/i386 swtch.s > > sys/kern kern_shutdown.c > > sys/sys systm.h > > Log: > > Add linenumber and source filename to panic(9) output. > > This was rejected in all reviews. It gives less information than > grepping the sources, at some cost (grep at least gives correct line > numbers when the sources don't quite match the binary). > > Please back this out. I'm still waiting for this to be backed out. I just found yet another bug in it: it defeats simple regression checks. Suppose you make some cosmetic changes that add a line before a panic. This now changes the object file even when the file is compiled without -g. Bruce _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:34:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA7D16A4CF; Sat, 14 Feb 2004 01:34:46 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B41243D1D; Sat, 14 Feb 2004 01:34:46 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:34:45 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 01:39:51 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CGgH08028436 for ; Fri, 13 Feb 2004 01:42:19 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id EC4E956D67; Thu, 12 Feb 2004 08:41:49 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C94D916A4D0; Thu, 12 Feb 2004 08:41:49 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7E416A4CE; Thu, 12 Feb 2004 08:41:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB8143D1D; Thu, 12 Feb 2004 08:41:33 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CGfXGe023859; Thu, 12 Feb 2004 08:41:33 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CGfXgZ023855; Thu, 12 Feb 2004 08:41:33 -0800 (PST) (envelope-from kientzle) Message-Id: <200402121641.i1CGfXgZ023855@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 08:41:33 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 16:39:51.0195 (UTC) FILETIME=[D5D566B0:01C3F186] Subject: cvs commit: src/lib Makefile X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:34:46 -0000 kientzle 2004/02/12 08:41:33 PST FreeBSD src repository Modified files: lib Makefile Log: Connect libarchive to the build. Revision Changes Path 1.178 +1 -1 src/lib/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:35:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B696216A4CE; Sat, 14 Feb 2004 01:35:43 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533D743D1D; Sat, 14 Feb 2004 01:35:43 -0800 (PST) (envelope-from kientzle@acm.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:35:42 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:36:09 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CI0xh3009773 for ; Fri, 13 Feb 2004 03:00:59 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 55DC45572E; Thu, 12 Feb 2004 09:59:31 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6A49A16A4D4; Thu, 12 Feb 2004 09:59:30 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D21F116A4CE; Thu, 12 Feb 2004 09:59:02 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F1C43D31; Thu, 12 Feb 2004 09:59:02 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1CHx2kX024530; Thu, 12 Feb 2004 09:59:02 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <402BBEE3.6060606@acm.org> Date: Thu, 12 Feb 2004 09:58:59 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> <20040212175519.GA82509@dragon.nuxi.com> In-Reply-To: <20040212175519.GA82509@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:36:10.0171 (UTC) FILETIME=[D92970B0:01C3F1A7] cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:35:43 -0000 David O'Brien wrote: > On Wed, Feb 11, 2004 at 08:11:41PM -0800, Tim Kientzle wrote: > >>kientzle 2004/02/11 20:11:41 PST >> >> FreeBSD src repository >> >> Modified files: >> lib/libarchive Makefile >> Log: >> libarchive itself is now completely clean at WARNS=10 on all architectures. > > > Did you also use -O10 optimization? No, I didn't think of trying it. I'll see what happens. > We don't have a warns level of 10, 6 is the maximum. I'm planning ahead. ;-) Tim _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:40:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F014816A4CE; Sat, 14 Feb 2004 01:40:17 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E05E43D31; Sat, 14 Feb 2004 01:40:17 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:40:16 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 13:43:42 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D4kBXc023896 for ; Fri, 13 Feb 2004 13:46:11 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 956DB5682A; Thu, 12 Feb 2004 20:46:07 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 07F9516A4D8; Thu, 12 Feb 2004 20:46:07 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A0016A4CE; Thu, 12 Feb 2004 20:45:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0626F43D1D; Thu, 12 Feb 2004 20:45:42 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D4jfGe006381; Thu, 12 Feb 2004 20:45:41 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D4jfXa006380; Thu, 12 Feb 2004 20:45:41 -0800 (PST) (envelope-from marcel) Message-Id: <200402130445.i1D4jfXa006380@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 12 Feb 2004 20:45:41 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 04:43:42.0890 (UTC) FILETIME=[F52420A0:01C3F1EB] Subject: cvs commit: src/sys/boot/efi/loaderMakefilesrc/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:40:18 -0000 marcel 2004/02/12 20:45:41 PST FreeBSD src repository Modified files: sys/boot/efi/loader Makefile sys/boot/ia64/skiload Makefile Log: Don't create a mapfile during link. It's not needed for the build. Revision Changes Path 1.21 +2 -2 src/sys/boot/efi/loader/Makefile 1.14 +2 -2 src/sys/boot/ia64/skiload/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:45:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF0016A4CE; Sat, 14 Feb 2004 01:45:54 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF68743D1D; Sat, 14 Feb 2004 01:45:53 -0800 (PST) (envelope-from julian@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:45:52 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 08:06:56 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CN9OsH023581 for ; Fri, 13 Feb 2004 08:09:25 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 71D7A56ED7; Thu, 12 Feb 2004 15:09:18 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B9CBF16A4DF; Thu, 12 Feb 2004 15:09:17 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2808616A4CF; Thu, 12 Feb 2004 15:08:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBE143D1D; Thu, 12 Feb 2004 15:08:50 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CN8nGe023313; Thu, 12 Feb 2004 15:08:49 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CN8nwL023312; Thu, 12 Feb 2004 15:08:49 -0800 (PST) (envelope-from julian) Message-Id: <200402122308.i1CN8nwL023312@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Feb 2004 15:08:49 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: RELENG_4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 23:06:56.0890 (UTC) FILETIME=[E96D35A0:01C3F1BC] Subject: cvs commit: src/sys/modules/bfe Makefile X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:45:54 -0000 julian 2004/02/12 15:08:49 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/bfe Makefile Log: Stop people from using this until I complete the MFC Revision Changes Path 1.1.4.2 +6 -0 src/sys/modules/bfe/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:46:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC6616A4CE; Sat, 14 Feb 2004 01:46:24 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3640A43D2F; Sat, 14 Feb 2004 01:46:24 -0800 (PST) (envelope-from roam@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:46:23 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 18:29:48 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D9WE02020167 for ; Fri, 13 Feb 2004 18:32:16 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id BC3E255CFF; Fri, 13 Feb 2004 01:31:58 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0301316A4D7; Fri, 13 Feb 2004 01:31:58 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6FD16A4CE; Fri, 13 Feb 2004 01:26:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BA43D3F; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D9QsGe081588; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D9QsNv081587; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam) Message-Id: <200402130926.i1D9QsNv081587@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 13 Feb 2004 01:26:54 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 09:29:48.0960 (UTC) FILETIME=[ECEA8A00:01C3F213] Subject: cvs commit: src/libexec/bootpd bootpd.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:46:24 -0000 roam 2004/02/13 01:26:54 PST FreeBSD src repository (doc,ports committer) Modified files: libexec/bootpd bootpd.c Log: Add the '-h hostname' to usage(), too. While I'm here, sync the usage() synopsis with the manual page synopsis: make the [-i | -s] explicit and sort the options alphabetically. Reminded by: ru MFC after: 3 days Revision Changes Path 1.22 +3 -1 src/libexec/bootpd/bootpd.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:52:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5B016A4CE; Sat, 14 Feb 2004 01:52:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102A343D1D; Sat, 14 Feb 2004 01:52:23 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1E9qMGe049116; Sat, 14 Feb 2004 01:52:22 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1E9qMwB049115; Sat, 14 Feb 2004 01:52:22 -0800 (PST) (envelope-from des) Message-Id: <200402140952.i1E9qMwB049115@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 14 Feb 2004 01:52:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc current.rc default.rc releng_4.rc releng_5.rc stable.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 09:52:23 -0000 des 2004/02/14 01:52:22 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc current.rc default.rc releng_4.rc releng_5.rc stable.rc Log: Cosmetic changes to the recipient addresses. Revision Changes Path 1.7 +1 -1 src/tools/tools/tinderbox/etc/current.rc 1.5 +1 -1 src/tools/tools/tinderbox/etc/default.rc 1.8 +1 -1 src/tools/tools/tinderbox/etc/releng_4.rc 1.6 +1 -1 src/tools/tools/tinderbox/etc/releng_5.rc 1.3 +1 -1 src/tools/tools/tinderbox/etc/stable.rc From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:09:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F318816A4CE; Sat, 14 Feb 2004 02:09:42 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DD743D1F; Sat, 14 Feb 2004 02:09:42 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:09:41 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:16:39 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D1J8I6015716 for ; Fri, 13 Feb 2004 10:19:08 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8739F57538; Thu, 12 Feb 2004 17:19:04 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D2CAF16A4D3; Thu, 12 Feb 2004 17:19:03 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4818616A4CE; Thu, 12 Feb 2004 17:14:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE2443D1F; Thu, 12 Feb 2004 17:14:39 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D1EdGe058940; Thu, 12 Feb 2004 17:14:39 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D1EcGw058939; Thu, 12 Feb 2004 17:14:38 -0800 (PST) (envelope-from kientzle) Message-Id: <200402130114.i1D1EcGw058939@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 17:14:38 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:16:39.0828 (UTC) FILETIME=[086B4D40:01C3F1CF] Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local src/share/mk bsd.libnames.mk X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:09:43 -0000 kientzle 2004/02/12 17:14:38 PST FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local share/mk bsd.libnames.mk Log: Register libarchive in bsd.libnames.mk and mdoc.local Submitted by: ru Revision Changes Path 1.38 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local 1.83 +1 -0 src/share/mk/bsd.libnames.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:11:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D47A16A4CE; Sat, 14 Feb 2004 02:11:29 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F253F43D2D; Sat, 14 Feb 2004 02:11:28 -0800 (PST) (envelope-from kuriyama@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:11:27 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:59:57 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D22PDK024891 for ; Fri, 13 Feb 2004 11:02:25 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 3F3D1573BC; Thu, 12 Feb 2004 18:02:22 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7B6B216A4CF; Thu, 12 Feb 2004 18:02:21 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2DD716A4CE; Thu, 12 Feb 2004 18:02:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E5B43D1F; Thu, 12 Feb 2004 18:02:06 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D226Ge069020; Thu, 12 Feb 2004 18:02:06 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D226H8069016; Thu, 12 Feb 2004 18:02:06 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402130202.i1D226H8069016@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 12 Feb 2004 18:02:06 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:59:57.0218 (UTC) FILETIME=[14959020:01C3F1D5] Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:11:29 -0000 kuriyama 2004/02/12 18:02:06 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Fix style bugs in previous commit. Submitted by: bde Revision Changes Path 1.79 +6 -2 src/sys/ufs/ffs/ffs_snapshot.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:12:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663AA16A4CE; Sat, 14 Feb 2004 02:12:31 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F3543D1F; Sat, 14 Feb 2004 02:12:31 -0800 (PST) (envelope-from bde@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:12:28 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 12:04:30 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D36wmC008793 for ; Fri, 13 Feb 2004 12:06:59 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7400855AB3; Thu, 12 Feb 2004 19:06:54 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9F69D16A4D2; Thu, 12 Feb 2004 19:06:53 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3107C16A4CE; Thu, 12 Feb 2004 19:05:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144A743D1D; Thu, 12 Feb 2004 19:05:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D35CGe084110; Thu, 12 Feb 2004 19:05:12 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D35CaH084109; Thu, 12 Feb 2004 19:05:12 -0800 (PST) (envelope-from bde) Message-Id: <200402130305.i1D35CaH084109@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Feb 2004 19:05:12 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 03:04:30.0593 (UTC) FILETIME=[194BAF10:01C3F1DE] Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:12:31 -0000 bde 2004/02/12 19:05:12 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: MFextfs: backed out secondary changes in rev.1.40 that had become just style bugs (a variable that is used only once, and misformattings). Revision Changes Path 1.228 +1 -6 src/sys/ufs/ffs/ffs_vfsops.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:15:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205EF16A4CE; Sat, 14 Feb 2004 02:15:15 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C512243D1D; Sat, 14 Feb 2004 02:15:14 -0800 (PST) (envelope-from ache@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:15:13 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:17:12 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D1JfC1016744 for ; Fri, 13 Feb 2004 10:19:41 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id AACBD57017; Thu, 12 Feb 2004 17:19:37 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1021C16A4D8; Thu, 12 Feb 2004 17:19:37 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F259C16A4CE; Thu, 12 Feb 2004 17:16:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A6A43D31; Thu, 12 Feb 2004 17:16:12 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D1GCGe059050; Thu, 12 Feb 2004 17:16:12 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D1GCt8059049; Thu, 12 Feb 2004 17:16:12 -0800 (PST) (envelope-from ache) Message-Id: <200402130116.i1D1GCt8059049@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Feb 2004 17:16:12 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:17:13.0000 (UTC) FILETIME=[1C30F280:01C3F1CF] Subject: cvs commit: src/contrib/libreadline FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:15:15 -0000 ache 2004/02/12 17:16:12 PST FreeBSD src repository Modified files: contrib/libreadline FREEBSD-upgrade Log: Mention which patches imported Revision Changes Path 1.5 +3 -0 src/contrib/libreadline/FREEBSD-upgrade _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:43:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A14D16A4CE; Sat, 14 Feb 2004 02:43:46 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE5243D1F; Sat, 14 Feb 2004 02:43:45 -0800 (PST) (envelope-from nate@root.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:43:39 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 10:48:27 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D1otut021826 for ; Fri, 13 Feb 2004 10:50:55 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 341165669E; Thu, 12 Feb 2004 17:50:45 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8669A16A4CE; Thu, 12 Feb 2004 17:50:44 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF7C16A4D1 for ; Thu, 12 Feb 2004 17:50:21 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E01E443D39 for ; Thu, 12 Feb 2004 17:50:20 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 3082 invoked by uid 1000); 13 Feb 2004 01:50:22 -0000 Date: Thu, 12 Feb 2004 17:50:22 -0800 (PST) From: Nate Lawson To: "Andrey A. Chernov" In-Reply-To: <20040213010822.A451A16A4EC@hub.freebsd.org> Message-ID: <20040212175008.U3063@root.org> References: <20040213010822.A451A16A4EC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 01:48:29.0843 (UTC) FILETIME=[7AE07630:01C3F1D3] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/libreadline - Imported sources X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:43:46 -0000 On Thu, 12 Feb 2004, Andrey A. Chernov wrote: > FreeBSD src repository > > src/contrib/libreadline - Imported sources > Update of /home/ncvs/src/contrib/libreadline > In directory repoman.freebsd.org:/tmp/cvs-serv56882 > > Log Message: > Official patches 001-005 > > Status: > > Vendor Tag: FSF > Release Tags: v4_3_p1_p5 > > U src/contrib/libreadline/vi_mode.c > U src/contrib/libreadline/readline.c > U src/contrib/libreadline/mbutil.c > U src/contrib/libreadline/display.c > U src/contrib/libreadline/bind.c > > No conflicts created by this import Thanks! -Nate _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:44:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1245216A4CE; Sat, 14 Feb 2004 02:44:01 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B607943D1D; Sat, 14 Feb 2004 02:44:00 -0800 (PST) (envelope-from phk@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:43:54 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:47:51 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CKnT5j003393 for ; Fri, 13 Feb 2004 05:49:29 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0A95357CD8; Thu, 12 Feb 2004 12:47:39 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D546716A4E4; Thu, 12 Feb 2004 12:47:37 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32A516A4CE; Thu, 12 Feb 2004 12:46:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F4E43D1F; Thu, 12 Feb 2004 12:46:49 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKknGe084507; Thu, 12 Feb 2004 12:46:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKknqM084506; Thu, 12 Feb 2004 12:46:49 -0800 (PST) (envelope-from phk) Message-Id: <200402122046.i1CKknqM084506@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 12 Feb 2004 12:46:49 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:47:51.0875 (UTC) FILETIME=[7B68F930:01C3F1A9] Subject: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:44:01 -0000 phk 2004/02/12 12:46:49 PST FreeBSD src repository Modified files: sys/dev/random randomdev.c Log: Correct the cleanup of the alias dev_t for /dev/urandom: being an alias it depends on the aliased dev_t and disappears automatically when that is removed. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.47 +1 -3 src/sys/dev/random/randomdev.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 02:51:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5802A16A4CE; Sat, 14 Feb 2004 02:51:08 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E0D43D2D; Sat, 14 Feb 2004 02:51:08 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 19:51:01 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:48:06 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CKmojb001879 for ; Fri, 13 Feb 2004 05:48:50 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id F10C757A90; Thu, 12 Feb 2004 12:46:30 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0B79116A4DB; Thu, 12 Feb 2004 12:46:30 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E8A16A4CE; Thu, 12 Feb 2004 12:45:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850EA43D1F; Thu, 12 Feb 2004 12:45:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKj1Ge084385; Thu, 12 Feb 2004 12:45:01 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKj1Im084384; Thu, 12 Feb 2004 12:45:01 -0800 (PST) (envelope-from jhb) Message-Id: <200402122045.i1CKj1Im084384@repoman.freebsd.org> From: John Baldwin Date: Thu, 12 Feb 2004 12:45:01 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:48:06.0968 (UTC) FILETIME=[8467FB80:01C3F1A9] Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 10:51:08 -0000 jhb 2004/02/12 12:45:01 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Fix a whitespace nit. Revision Changes Path 1.17 +1 -1 src/sys/dev/acpica/acpi_powerres.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:02:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459BF16A4CE; Sat, 14 Feb 2004 03:02:35 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9A643D2D; Sat, 14 Feb 2004 03:02:34 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:02:25 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 18:42:07 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D9iaaM022889 for ; Fri, 13 Feb 2004 18:44:36 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7F51256398; Fri, 13 Feb 2004 01:44:31 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 79FDF16A4CF; Fri, 13 Feb 2004 01:44:30 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD06D16A4CE; Fri, 13 Feb 2004 01:37:19 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B5343D1F; Fri, 13 Feb 2004 01:37:19 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i1D9b7F1080591; Fri, 13 Feb 2004 09:37:07 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar In-Reply-To: <200402130445.i1D4jfXa006380@repoman.freebsd.org> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1076665027.76557.11.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 13 Feb 2004 09:37:07 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on herring.nlsystems.com X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 09:42:08.0156 (UTC) FILETIME=[A582E5C0:01C3F215] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:02:36 -0000 On Fri, 2004-02-13 at 04:45, Marcel Moolenaar wrote: > marcel 2004/02/12 20:45:41 PST > > FreeBSD src repository > > Modified files: > sys/boot/efi/loader Makefile > sys/boot/ia64/skiload Makefile > Log: > Don't create a mapfile during link. It's not needed for the build. I believe it was there from when I was tring to debug the inital loader port. The debug flags for skiload were there for my script which loaded the kernel and set a ski breakpoint at '__start' - it set breakpoints inside skiload so that it could swap symbol tables after the kernel was loaded. _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:03:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A2016A4CE; Sat, 14 Feb 2004 03:03:41 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CB643D31; Sat, 14 Feb 2004 03:03:40 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:03:31 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 13:41:37 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D4i6Xc023702 for ; Fri, 13 Feb 2004 13:44:06 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 490B956409; Thu, 12 Feb 2004 20:43:56 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id A6A2A16A4D0; Thu, 12 Feb 2004 20:43:55 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE1716A4CF; Thu, 12 Feb 2004 20:43:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7AC43D2F; Thu, 12 Feb 2004 20:43:41 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D4hfGe006242; Thu, 12 Feb 2004 20:43:41 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D4hfZQ006241; Thu, 12 Feb 2004 20:43:41 -0800 (PST) (envelope-from marcel) Message-Id: <200402130443.i1D4hfZQ006241@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 12 Feb 2004 20:43:41 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 04:41:37.0968 (UTC) FILETIME=[AAAE8B00:01C3F1EB] Subject: cvs commit: src/sys/boot/efi/libefiMakefilesrc/sys/boot/ia64/libski Makefile X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:03:41 -0000 marcel 2004/02/12 20:43:41 PST FreeBSD src repository Modified files: sys/boot/efi/libefi Makefile sys/boot/ia64/libski Makefile Log: o Don't build with -fpic. It's not needed and inconsistent with how other constributions are compiled. o Remove powerpc specific additions to CFLAGS. Revision Changes Path 1.14 +0 -5 src/sys/boot/efi/libefi/Makefile 1.12 +0 -5 src/sys/boot/ia64/libski/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:05:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2B516A4CE; Sat, 14 Feb 2004 03:05:48 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A98543D1D; Sat, 14 Feb 2004 03:05:48 -0800 (PST) (envelope-from alc@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:05:39 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:56:37 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CKuPsL004209 for ; Fri, 13 Feb 2004 05:56:25 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 265E857369; Thu, 12 Feb 2004 12:56:21 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BD90416A4CF; Thu, 12 Feb 2004 12:56:20 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9103516A4CE; Thu, 12 Feb 2004 12:56:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7717E43D1D; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKu7Ge092470; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKu74H092469; Thu, 12 Feb 2004 12:56:07 -0800 (PST) (envelope-from alc) Message-Id: <200402122056.i1CKu74H092469@repoman.freebsd.org> From: Alan Cox Date: Thu, 12 Feb 2004 12:56:07 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:56:38.0031 (UTC) FILETIME=[B50601F0:01C3F1AA] Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:05:49 -0000 alc 2004/02/12 12:56:07 PST FreeBSD src repository Modified files: sys/vm vm_map.c Log: Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove() on system maps, besides the kmem_map, without Giant. In collaboration with: tegge Revision Changes Path 1.329 +2 -2 src/sys/vm/vm_map.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:09:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 238E116A4F0; Sat, 14 Feb 2004 03:09:31 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71D543D1D; Sat, 14 Feb 2004 03:09:30 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:09:20 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:35:24 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CKbpn5001593 for ; Fri, 13 Feb 2004 05:37:52 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0BDE157409; Thu, 12 Feb 2004 12:37:48 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 256F516A4D5; Thu, 12 Feb 2004 12:37:47 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F48F16A4CE; Thu, 12 Feb 2004 12:36:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DB043D1F; Thu, 12 Feb 2004 12:36:00 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CKa0Ge082267; Thu, 12 Feb 2004 12:36:00 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CKZxcF082264; Thu, 12 Feb 2004 12:35:59 -0800 (PST) (envelope-from kientzle) Message-Id: <200402122035.i1CKZxcF082264@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Feb 2004 12:35:59 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:35:24.0000 (UTC) FILETIME=[BDA44E00:01C3F1A7] Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:09:31 -0000 kientzle 2004/02/12 12:35:59 PST FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: sys/types.h must be included before sys/acl.h, as clearly documented in the acl manpage. Thanks to bde for catching this blunder. Revision Changes Path 1.2 +1 -1 src/lib/libarchive/archive_read_extract.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:12:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ECF616A4CF; Sat, 14 Feb 2004 03:12:25 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C1843D1D; Sat, 14 Feb 2004 03:12:24 -0800 (PST) (envelope-from emax@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:12:14 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 08:49:01 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CNpUEN029923 for ; Fri, 13 Feb 2004 08:51:30 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0043D57140; Thu, 12 Feb 2004 15:51:19 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 772EF16A4D9; Thu, 12 Feb 2004 15:51:18 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9E716A4CF; Thu, 12 Feb 2004 15:50:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5419C43D2F; Thu, 12 Feb 2004 15:50:57 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CNovGe032578; Thu, 12 Feb 2004 15:50:57 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CNovU7032577; Thu, 12 Feb 2004 15:50:57 -0800 (PST) (envelope-from emax) Message-Id: <200402122350.i1CNovU7032577@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 12 Feb 2004 15:50:57 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 23:49:02.0031 (UTC) FILETIME=[CA8725F0:01C3F1C2] Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:12:25 -0000 emax 2004/02/12 15:50:57 PST FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Register libbluetooth and libsdp Reviewed by: imp (mentor), ru Revision Changes Path 1.37 +2 -0 src/gnu/usr.bin/groff/tmac/mdoc.local _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:19:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA2316A4CE; Sat, 14 Feb 2004 03:19:37 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1FFC43D1D; Sat, 14 Feb 2004 03:19:36 -0800 (PST) (envelope-from obrien@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:19:29 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:36:09 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CHuhh3009116 for ; Fri, 13 Feb 2004 02:56:43 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 3F7FE57846; Thu, 12 Feb 2004 09:56:15 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 406AF16A543; Thu, 12 Feb 2004 09:55:58 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591B716A679; Thu, 12 Feb 2004 09:55:30 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD3A43D2F; Thu, 12 Feb 2004 09:55:22 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1CHtKB3083685; Thu, 12 Feb 2004 09:55:21 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1CHtKPq083684; Thu, 12 Feb 2004 09:55:20 -0800 (PST) (envelope-from obrien) Date: Thu, 12 Feb 2004 09:55:19 -0800 From: "David O'Brien" To: Tim Kientzle Message-ID: <20040212175519.GA82509@dragon.nuxi.com> References: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402120411.i1C4Bf8U036349@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:36:10.0015 (UTC) FILETIME=[D911A2F0:01C3F1A7] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:19:37 -0000 On Wed, Feb 11, 2004 at 08:11:41PM -0800, Tim Kientzle wrote: > kientzle 2004/02/11 20:11:41 PST > > FreeBSD src repository > > Modified files: > lib/libarchive Makefile > Log: > libarchive itself is now completely clean at WARNS=10 on all architectures. Did you also use -O10 optimization? We don't have a warns level of 10, 6 is the maximum. _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 03:35:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23EA16A4CE; Sat, 14 Feb 2004 03:35:45 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E3043D1D; Sat, 14 Feb 2004 03:35:45 -0800 (PST) (envelope-from pjd@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:35:42 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 17:40:11 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D8gefp010632 for ; Fri, 13 Feb 2004 17:42:40 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 371E4566A2; Fri, 13 Feb 2004 00:42:35 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id A311916A4DC; Fri, 13 Feb 2004 00:42:34 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2A816A4CE; Fri, 13 Feb 2004 00:42:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1152F43D2F; Fri, 13 Feb 2004 00:42:11 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D8gAGe066174; Fri, 13 Feb 2004 00:42:10 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D8gAO9066170; Fri, 13 Feb 2004 00:42:10 -0800 (PST) (envelope-from pjd) Message-Id: <200402130842.i1D8gAO9066170@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Feb 2004 00:42:10 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 08:40:11.0796 (UTC) FILETIME=[FE635D40:01C3F20C] Subject: cvs commit: src/share/man/man9 g_attach.9 g_consumer.9 X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:35:46 -0000 pjd 2004/02/13 00:42:10 PST FreeBSD src repository Modified files: share/man/man9 g_attach.9 g_consumer.9 Log: Update manual pages: the name of function g_access_rel() has changed to g_access(). Approved by: scottl (mentor) Revision Changes Path 1.2 +3 -3 src/share/man/man9/g_attach.9 1.2 +2 -2 src/share/man/man9/g_consumer.9 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sat Feb 14 09:19:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0798F16A4CF; Sat, 14 Feb 2004 09:19:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E185A43D1D; Sat, 14 Feb 2004 09:19:43 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EHJhGe062334; Sat, 14 Feb 2004 09:19:43 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EHJh9J062333; Sat, 14 Feb 2004 09:19:43 -0800 (PST) (envelope-from phk) Message-Id: <200402141719.i1EHJh9J062333@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 09:19:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 17:19:44 -0000 phk 2004/02/14 09:19:43 PST FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Remove the check which used to protect us against make_dev() being called until DEVFS had a chance to initialize. Since DEVFS is mandatory and things over in that department coincidentally works from without any initialization now, this is safe. Revision Changes Path 1.139 +0 -19 src/sys/kern/kern_conf.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 09:57:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B311916A4CE; Sat, 14 Feb 2004 09:57:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D1943D1D; Sat, 14 Feb 2004 09:57:00 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EHv0Ge070691; Sat, 14 Feb 2004 09:57:00 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EHv02M070688; Sat, 14 Feb 2004 09:57:00 -0800 (PST) (envelope-from phk) Message-Id: <200402141757.i1EHv02M070688@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 09:57:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 17:57:00 -0000 phk 2004/02/14 09:57:00 PST FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: Try again to get rid of makedev(). Revision Changes Path 1.414 +9 -5 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 09:58:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE6416A4CE; Sat, 14 Feb 2004 09:58:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E83A43D1F; Sat, 14 Feb 2004 09:58:58 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EHwwGe070813; Sat, 14 Feb 2004 09:58:58 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EHwwWW070812; Sat, 14 Feb 2004 09:58:58 -0800 (PST) (envelope-from phk) Message-Id: <200402141758.i1EHwwWW070812@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 09:58:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 17:58:58 -0000 phk 2004/02/14 09:58:57 PST FreeBSD src repository Modified files: sys/geom geom_subr.c Log: Add a KASSERT which checks that a class never fails a closing ->access() call. Revision Changes Path 1.71 +3 -0 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 09:59:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E555E16A4CE; Sat, 14 Feb 2004 09:59:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C849C43D1F; Sat, 14 Feb 2004 09:59:44 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EHxiGe070905; Sat, 14 Feb 2004 09:59:44 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EHxigu070904; Sat, 14 Feb 2004 09:59:44 -0800 (PST) (envelope-from phk) Message-Id: <200402141759.i1EHxigu070904@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 09:59:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_bsd.c geom_fox.c src/sys/geom/bde g_bde.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 17:59:45 -0000 phk 2004/02/14 09:59:44 PST FreeBSD src repository Modified files: sys/geom geom_bsd.c geom_fox.c sys/geom/bde g_bde.c Log: Do not check error code from closing ->access() calls, we know they succeed. Revision Changes Path 1.26 +1 -3 src/sys/geom/bde/g_bde.c 1.68 +1 -1 src/sys/geom/geom_bsd.c 1.6 +7 -4 src/sys/geom/geom_fox.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 10:31:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AD916A4CE; Sat, 14 Feb 2004 10:31:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE6443D1F; Sat, 14 Feb 2004 10:31:12 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EIVCGe079082; Sat, 14 Feb 2004 10:31:12 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EIVCwL079081; Sat, 14 Feb 2004 10:31:12 -0800 (PST) (envelope-from rwatson) Message-Id: <200402141831.i1EIVCwL079081@repoman.freebsd.org> From: Robert Watson Date: Sat, 14 Feb 2004 10:31:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys jail.h src/sys/kern kern_jail.c vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 18:31:12 -0000 rwatson 2004/02/14 10:31:12 PST FreeBSD src repository Modified files: sys/sys jail.h sys/kern kern_jail.c vfs_syscalls.c Log: By default, when a process in jail calls getfsstat(), only return the data for the file system on which the jail's root vnode is located. Previous behavior (show data for all mountpoints) can be restored by setting security.jail.getfsstatroot_only to 0. Note: this also has the effect of hiding other mounts inside a jail, such as /dev, /tmp, and /proc, but errs on the side of leaking less information. Revision Changes Path 1.36 +20 -0 src/sys/kern/kern_jail.c 1.337 +8 -0 src/sys/kern/vfs_syscalls.c 1.20 +3 -0 src/sys/sys/jail.h From owner-cvs-src@FreeBSD.ORG Sat Feb 14 10:46:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA02B16A4CE; Sat, 14 Feb 2004 10:46:30 -0800 (PST) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE19943D1D; Sat, 14 Feb 2004 10:46:30 -0800 (PST) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id EF0E41FF91F; Sat, 14 Feb 2004 19:46:28 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 812CF1FF90D; Sat, 14 Feb 2004 19:46:26 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 6FD3D154D6; Sat, 14 Feb 2004 18:45:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6431A15380; Sat, 14 Feb 2004 18:45:50 +0000 (UTC) Date: Sat, 14 Feb 2004 18:45:50 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Robert Watson In-Reply-To: <200402141831.i1EIVCwL079081@repoman.freebsd.org> Message-ID: References: <200402141831.i1EIVCwL079081@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys jail.h src/sys/kern kern_jail.c vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 18:46:31 -0000 On Sat, 14 Feb 2004, Robert Watson wrote: > rwatson 2004/02/14 10:31:12 PST > > FreeBSD src repository > > Modified files: > sys/sys jail.h > sys/kern kern_jail.c vfs_syscalls.c > Log: > By default, when a process in jail calls getfsstat(), only return the > data for the file system on which the jail's root vnode is located. > Previous behavior (show data for all mountpoints) can be restored > by setting security.jail.getfsstatroot_only to 0. Note: this also > has the effect of hiding other mounts inside a jail, such as /dev, > /tmp, and /proc, but errs on the side of leaking less information. > > Revision Changes Path > 1.36 +20 -0 src/sys/kern/kern_jail.c > 1.337 +8 -0 src/sys/kern/vfs_syscalls.c > 1.20 +3 -0 src/sys/sys/jail.h please have a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/49085 -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/ From owner-cvs-src@FreeBSD.ORG Sat Feb 14 10:52:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD7116A4CE; Sat, 14 Feb 2004 10:52:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A68A43D1F; Sat, 14 Feb 2004 10:52:46 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EIqiGe084274; Sat, 14 Feb 2004 10:52:44 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EIqi7T084273; Sat, 14 Feb 2004 10:52:44 -0800 (PST) (envelope-from rwatson) Message-Id: <200402141852.i1EIqi7T084273@repoman.freebsd.org> From: Robert Watson Date: Sat, 14 Feb 2004 10:52:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 18:52:46 -0000 rwatson 2004/02/14 10:52:43 PST FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Fix mismerge in last commit: check that cred->cr_prison is NULL before dereferencing the prison pointer. Revision Changes Path 1.37 +1 -1 src/sys/kern/kern_jail.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 11:19:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F6F16A4CE; Sat, 14 Feb 2004 11:19:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEDB43D31; Sat, 14 Feb 2004 11:19:48 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EJJmGe089611; Sat, 14 Feb 2004 11:19:48 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EJJmKY089610; Sat, 14 Feb 2004 11:19:48 -0800 (PST) (envelope-from rwatson) Message-Id: <200402141919.i1EJJmKY089610@repoman.freebsd.org> From: Robert Watson Date: Sat, 14 Feb 2004 11:19:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 19:19:48 -0000 rwatson 2004/02/14 11:19:48 PST FreeBSD src repository Modified files: sys/kern kern_jail.c Log: By default, don't allow processes in a jail to list the set of jails in the system. Previous behavior (allowed) may be restored by setting security.jail.list_allowed=1. Revision Changes Path 1.38 +7 -0 src/sys/kern/kern_jail.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 11:56:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E2816A4CE; Sat, 14 Feb 2004 11:56:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4E443D1D; Sat, 14 Feb 2004 11:56:35 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EJuZGe097858; Sat, 14 Feb 2004 11:56:35 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EJuZkG097857; Sat, 14 Feb 2004 11:56:35 -0800 (PST) (envelope-from phk) Message-Id: <200402141956.i1EJuZkG097857@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 11:56:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_drv.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 19:56:36 -0000 phk 2004/02/14 11:56:35 PST FreeBSD src repository Modified files: sys/dev/drm drm_drv.h Log: This is not a D_TTY driver. Revision Changes Path 1.19 +1 -1 src/sys/dev/drm/drm_drv.h From owner-cvs-src@FreeBSD.ORG Sat Feb 14 11:58:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D2F16A4CE; Sat, 14 Feb 2004 11:58:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570DE43D1D; Sat, 14 Feb 2004 11:58:05 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EJw5Ge097930; Sat, 14 Feb 2004 11:58:05 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EJw5vE097929; Sat, 14 Feb 2004 11:58:05 -0800 (PST) (envelope-from phk) Message-Id: <200402141958.i1EJw5vE097929@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 11:58:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ips ips.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 19:58:05 -0000 phk 2004/02/14 11:58:05 PST FreeBSD src repository Modified files: sys/dev/ips ips.c Log: Use same style for cdevsw as the rest of our drivers. Revision Changes Path 1.8 +5 -5 src/sys/dev/ips/ips.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 11:59:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 768FD16A4CE; Sat, 14 Feb 2004 11:59:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A6C43D1F; Sat, 14 Feb 2004 11:59:42 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EJxgGe098024; Sat, 14 Feb 2004 11:59:42 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EJxguN098023; Sat, 14 Feb 2004 11:59:42 -0800 (PST) (envelope-from phk) Message-Id: <200402141959.i1EJxguN098023@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 11:59:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/led led.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 19:59:42 -0000 phk 2004/02/14 11:59:42 PST FreeBSD src repository Modified files: sys/dev/led led.c Log: Use standard style for cdevsw initialization. Revision Changes Path 1.7 +2 -2 src/sys/dev/led/led.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:01:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCCB16A4CE; Sat, 14 Feb 2004 12:01:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF6E43D1D; Sat, 14 Feb 2004 12:01:24 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EK1OGe098913; Sat, 14 Feb 2004 12:01:24 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EK1OpE098909; Sat, 14 Feb 2004 12:01:24 -0800 (PST) (envelope-from phk) Message-Id: <200402142001.i1EK1OpE098909@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 12:01:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:01:25 -0000 phk 2004/02/14 12:01:24 PST FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Use standard style for cdevsw initializtion Revision Changes Path 1.6 +9 -9 src/sys/dev/uart/uart_tty.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:03:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1C016A4CE; Sat, 14 Feb 2004 12:03:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C150743D1F; Sat, 14 Feb 2004 12:03:36 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EK3aGe001062; Sat, 14 Feb 2004 12:03:36 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EK3aN8001061; Sat, 14 Feb 2004 12:03:36 -0800 (PST) (envelope-from phk) Message-Id: <200402142003.i1EK3aN8001061@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 12:03:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty_cons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:03:37 -0000 phk 2004/02/14 12:03:36 PST FreeBSD src repository Modified files: sys/kern tty_cons.c Log: Use standard style for cdevsw initialization. Revision Changes Path 1.121 +5 -5 src/sys/kern/tty_cons.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:04:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27F416A4CE; Sat, 14 Feb 2004 12:04:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F5443D2D; Sat, 14 Feb 2004 12:04:25 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EK4PGe001102; Sat, 14 Feb 2004 12:04:25 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EK4Pxh001101; Sat, 14 Feb 2004 12:04:25 -0800 (PST) (envelope-from phk) Message-Id: <200402142004.i1EK4Pxh001101@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 12:04:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:04:25 -0000 phk 2004/02/14 12:04:25 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_dev.c Log: Use consistent style for cdevsw initialization Revision Changes Path 1.3 +5 -5 src/sys/nfs4client/nfs4_dev.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:49:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA6B16A4CE; Sat, 14 Feb 2004 12:49:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B1443D1F; Sat, 14 Feb 2004 12:49:50 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EKnnGe015372; Sat, 14 Feb 2004 12:49:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EKnnjp015371; Sat, 14 Feb 2004 12:49:49 -0800 (PST) (envelope-from phk) Message-Id: <200402142049.i1EKnnjp015371@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 12:49:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:49:50 -0000 phk 2004/02/14 12:49:49 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf majors Log: Grab a copy of the majors file from -current and stick it in RELENG_4. All future major number allocations should happen from the copy in RELENG_4. Revision Changes Path 1.98.2.21 +162 -16 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:56:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D680C16A4CE; Sat, 14 Feb 2004 12:56:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA99943D1D; Sat, 14 Feb 2004 12:56:09 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EKu9Ge017531; Sat, 14 Feb 2004 12:56:09 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EKu9xC017530; Sat, 14 Feb 2004 12:56:09 -0800 (PST) (envelope-from rik) Message-Id: <200402142056.i1EKu9xC017530@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 14 Feb 2004 12:56:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:56:10 -0000 rik 2004/02/14 12:56:09 PST FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: Fixing memory deallocation Revision Changes Path 1.2 +25 -13 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:57:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8C916A4CE; Sat, 14 Feb 2004 12:57:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2708D43D1F; Sat, 14 Feb 2004 12:57:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EKvXGe017585; Sat, 14 Feb 2004 12:57:33 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EKvW6w017584; Sat, 14 Feb 2004 12:57:32 -0800 (PST) (envelope-from wpaul) Message-Id: <200402142057.i1EKvW6w017584@repoman.freebsd.org> From: Bill Paul Date: Sat, 14 Feb 2004 12:57:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:57:33 -0000 wpaul 2004/02/14 12:57:32 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h Log: Fix a problem with the way we schedule work on the NDIS worker threads. The Am1771 driver will sometimes do the following: - Some thread-> NdisScheduleWorkItem(some work) - Worker thread -> do some work, KeWaitForSingleObject(some event) - Some other thread -> NdisScheduleWorkItem(some other work) When the second call to NdisScheduleWorkItem() occurs, the NDIS worker thread (in our case ndis taskqueue) is suspended in KeWaitForSingleObject() and waiting for an event to be signaled. This is different from when the worker thread is idle and waiting on NdisScheduleWorkItem() to send it more jobs. However, the ndis_sched() function in kern_ndis.c always calls kthread_resume() when queueing a new job. Normally this would be ok, but here this causes KeWaitForSingleObject() to return prematurely, which is not what we want. To fix this, the NDIS threads created by kern_ndis.c maintain a state variable to indicate whether they are running (scanning the job list and executing jobs) or sleeping (blocked on kthread_suspend() in ndis_runq()), and ndis_sched() will only call kthread_resume() if the thread is in the sleeping state. Note that we can't just check to see if the thread is on the run queue: in both cases, the thread is sleeping, but it's sleeping for different reasons. This stops the Am1771 driver from emitting various "NDIS ERROR" messages and fixes some cases where it crashes. Revision Changes Path 1.39 +19 -2 src/sys/compat/ndis/kern_ndis.c 1.21 +3 -0 src/sys/compat/ndis/ndis_var.h From owner-cvs-src@FreeBSD.ORG Sat Feb 14 12:58:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 214F716A4F7 for ; Sat, 14 Feb 2004 12:58:58 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id A280743D1F for ; Sat, 14 Feb 2004 12:58:57 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 1574 invoked by uid 1002); 14 Feb 2004 20:58:57 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 14 Feb 2004 20:58:57 -0000 Message-ID: <402E8B72.20408@freebsd.org> Date: Sat, 14 Feb 2004 13:56:18 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200402142049.i1EKnnjp015371@repoman.freebsd.org> In-Reply-To: <200402142049.i1EKnnjp015371@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 20:58:59 -0000 Poul-Henning Kamp wrote: > phk 2004/02/14 12:49:49 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/conf majors > Log: > Grab a copy of the majors file from -current and stick it in RELENG_4. > > All future major number allocations should happen from the copy in RELENG_4. > > Revision Changes Path > 1.98.2.21 +162 -16 src/sys/conf/majors > Thanks a lot! Scott From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:00:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E7F16A4CE; Sat, 14 Feb 2004 13:00:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06ECE43D1D; Sat, 14 Feb 2004 13:00:24 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EL0NGe017722; Sat, 14 Feb 2004 13:00:23 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EL0NOt017721; Sat, 14 Feb 2004 13:00:23 -0800 (PST) (envelope-from rik) Message-Id: <200402142100.i1EL0NOt017721@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 14 Feb 2004 13:00:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:00:24 -0000 rik 2004/02/14 13:00:23 PST FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: For previous commit Approved by: imp (mentor) Revision Changes Path 1.3 +0 -0 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:01:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C3C16A4D8; Sat, 14 Feb 2004 13:01:40 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD60743D1F; Sat, 14 Feb 2004 13:01:39 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id F2D4E6549E; Sat, 14 Feb 2004 21:01:38 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95211-07-14; Sat, 14 Feb 2004 21:01:38 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7E49C65497; Sat, 14 Feb 2004 21:01:38 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id C808FC3; Sat, 14 Feb 2004 21:01:37 +0000 (GMT) Date: Sat, 14 Feb 2004 21:01:37 +0000 From: Bruce M Simpson To: Max Laier Message-ID: <20040214210137.GD11710@saboteur.dek.spc.org> Mail-Followup-To: Max Laier , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402131914.i1DJEGFA027591@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402131914.i1DJEGFA027591@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet in_proto.c ip_divert.c ip_divert.h ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:01:40 -0000 On Fri, Feb 13, 2004 at 11:14:16AM -0800, Max Laier wrote: > Log: > This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing > them mostly with packet tags (one case is handled by using an mbuf flag > since the linkage between "caller" and "callee" is direct and there's no > need to incur the overhead of a packet tag). I feel less dirty now. BMS From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:08:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E9A816A4CE; Sat, 14 Feb 2004 13:08:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2334E43D1D; Sat, 14 Feb 2004 13:08:12 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EL8BGe020710; Sat, 14 Feb 2004 13:08:11 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EL8BQm020709; Sat, 14 Feb 2004 13:08:11 -0800 (PST) (envelope-from rik) Message-Id: <200402142108.i1EL8BQm020709@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 14 Feb 2004 13:08:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx ng_cx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:08:12 -0000 rik 2004/02/14 13:08:11 PST FreeBSD src repository Modified files: sys/dev/cx ng_cx.h Log: Fixing copyright and adding vendor cvs id. Approved by: imp (mentor) Revision Changes Path 1.2 +2 -1 src/sys/dev/cx/ng_cx.h From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:14:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BABD116A4CF for ; Sat, 14 Feb 2004 13:14:11 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 8226643D31 for ; Sat, 14 Feb 2004 13:14:11 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 2903 invoked by uid 1002); 14 Feb 2004 21:14:11 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 14 Feb 2004 21:14:11 -0000 Message-ID: <402E8F04.8060604@freebsd.org> Date: Sat, 14 Feb 2004 14:11:32 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Laier References: <200402131914.i1DJEGFA027591@repoman.freebsd.org> In-Reply-To: <200402131914.i1DJEGFA027591@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet in_proto.c ip_divert.c ip_divert.h ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:14:11 -0000 Max Laier wrote: > mlaier 2004/02/13 11:14:16 PST > > FreeBSD src repository > > Modified files: > sys/net bridge.c if_ethersubr.c > sys/netinet in_proto.c ip_divert.c ip_dummynet.c > ip_dummynet.h ip_fastfwd.c ip_fw.h > ip_fw2.c ip_input.c ip_output.c ip_var.h > tcp_debug.c tcp_input.c > sys/sys mbuf.h > Added files: > sys/netinet ip_divert.h > Log: > This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing > them mostly with packet tags (one case is handled by using an mbuf flag > since the linkage between "caller" and "callee" is direct and there's no > need to incur the overhead of a packet tag). > > This is (mostly) work from: sam > > Silence from: -arch > Approved by: bms(mentor), sam, rwatson > Hurray! From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:14:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E0B16A4CE; Sat, 14 Feb 2004 13:14:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF00143D1F; Sat, 14 Feb 2004 13:14:38 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ELEcGe022773; Sat, 14 Feb 2004 13:14:38 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ELEc5o022772; Sat, 14 Feb 2004 13:14:38 -0800 (PST) (envelope-from rik) Message-Id: <200402142114.i1ELEc5o022772@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 14 Feb 2004 13:14:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:14:39 -0000 rik 2004/02/14 13:14:38 PST FreeBSD src repository Modified files: sys/modules Makefile Log: Adding missing cx (cronyx/Sigma) entry. Approved by: imp (mentor) Revision Changes Path 1.367 +2 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:46:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A294B16A4CE; Sat, 14 Feb 2004 13:46:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B1743D1F; Sat, 14 Feb 2004 13:46:55 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ELktGe029189; Sat, 14 Feb 2004 13:46:55 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ELkt8g029188; Sat, 14 Feb 2004 13:46:55 -0800 (PST) (envelope-from njl) Message-Id: <200402142146.i1ELkt8g029188@repoman.freebsd.org> From: Nate Lawson Date: Sat, 14 Feb 2004 13:46:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:46:55 -0000 njl 2004/02/14 13:46:55 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/acpica/Osd OsdTable.c share/man/man4 acpi.4 Log: MFC: os_name -> osname fixes the OS override directive for ACPI Revision Changes Path 1.20.2.1 +7 -4 src/share/man/man4/acpi.4 1.3.6.1 +5 -5 src/sys/dev/acpica/Osd/OsdTable.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:47:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 964E816A4CF for ; Sat, 14 Feb 2004 13:47:51 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 85B3643D2D for ; Sat, 14 Feb 2004 13:47:51 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 15913 invoked by uid 1000); 14 Feb 2004 21:47:52 -0000 Date: Sat, 14 Feb 2004 13:47:52 -0800 (PST) From: Nate Lawson To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org In-Reply-To: <20040214214658.36A3F16A4D7@hub.freebsd.org> Message-ID: <20040214134718.B15866@root.org> References: <20040214214658.36A3F16A4D7@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdTable.csrc/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:47:51 -0000 On Sat, 14 Feb 2004, Nate Lawson wrote: > Modified files: (Branch: RELENG_5_2) > sys/dev/acpica/Osd OsdTable.c > share/man/man4 acpi.4 > Log: > MFC: os_name -> osname fixes the OS override directive for ACPI > > Revision Changes Path > 1.20.2.1 +7 -4 src/share/man/man4/acpi.4 > 1.3.6.1 +5 -5 src/sys/dev/acpica/Osd/OsdTable.c Approved by: re (scottl) From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:49:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE7F16A4CE; Sat, 14 Feb 2004 13:49:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422B643D1D; Sat, 14 Feb 2004 13:49:49 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ELnnGe029259; Sat, 14 Feb 2004 13:49:49 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ELnn7f029258; Sat, 14 Feb 2004 13:49:49 -0800 (PST) (envelope-from bms) Message-Id: <200402142149.i1ELnn7f029258@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 14 Feb 2004 13:49:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:49:49 -0000 bms 2004/02/14 13:49:48 PST FreeBSD src repository Modified files: sys/netinet tcp_subr.c tcp_syncache.c Log: Final brucification pass. Spell types consistently (u_int). Remove bogus casts. Remove unnecessary parenthesis. Submitted by: bde Revision Changes Path 1.180 +1 -1 src/sys/netinet/tcp_subr.c 1.55 +1 -1 src/sys/netinet/tcp_syncache.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:51:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED5316A4CE for ; Sat, 14 Feb 2004 13:51:12 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C8C6343D2F for ; Sat, 14 Feb 2004 13:51:12 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 15942 invoked by uid 1000); 14 Feb 2004 21:51:13 -0000 Date: Sat, 14 Feb 2004 13:51:13 -0800 (PST) From: Nate Lawson To: Bruce M Simpson In-Reply-To: <20040214214951.989BA16A4D4@hub.freebsd.org> Message-ID: <20040214135050.F15866@root.org> References: <20040214214951.989BA16A4D4@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:51:13 -0000 On Sat, 14 Feb 2004, Bruce M Simpson wrote: > bms 2004/02/14 13:49:48 PST > > FreeBSD src repository > > Modified files: > sys/netinet tcp_subr.c tcp_syncache.c > Log: > Final brucification pass. Spell types consistently (u_int). Remove bogus > casts. Remove unnecessary parenthesis. > > Submitted by: bde > > Revision Changes Path > 1.180 +1 -1 src/sys/netinet/tcp_subr.c > 1.55 +1 -1 src/sys/netinet/tcp_syncache.c Hey, I asked for the type change too. :) -Nate From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:53:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B36B16A4CE; Sat, 14 Feb 2004 13:53:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941EF43D1D; Sat, 14 Feb 2004 13:53:40 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ELreGe031229; Sat, 14 Feb 2004 13:53:40 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ELre7g031228; Sat, 14 Feb 2004 13:53:40 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402142153.i1ELre7g031228@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 14 Feb 2004 13:53:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: SENDMAIL Subject: cvs commit: src/contrib/sendmail - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:53:40 -0000 gshapiro 2004/02/14 13:53:40 PST FreeBSD src repository src/contrib/sendmail - Imported sources Update of /home/ncvs/src/contrib/sendmail In directory repoman.freebsd.org:/tmp/cvs-serv31204 Log Message: Import sendmail 8.12.11 Status: Vendor Tag: SENDMAIL Release Tags: v8_12_11 U src/contrib/sendmail/Makefile U src/contrib/sendmail/FAQ U src/contrib/sendmail/INSTALL U src/contrib/sendmail/KNOWNBUGS U src/contrib/sendmail/LICENSE U src/contrib/sendmail/PGPKEYS U src/contrib/sendmail/README U src/contrib/sendmail/RELEASE_NOTES U src/contrib/sendmail/src/Makefile U src/contrib/sendmail/src/Makefile.m4 U src/contrib/sendmail/src/README U src/contrib/sendmail/src/SECURITY U src/contrib/sendmail/src/TRACEFLAGS U src/contrib/sendmail/src/TUNING U src/contrib/sendmail/src/alias.c U src/contrib/sendmail/src/aliases U src/contrib/sendmail/src/aliases.5 U src/contrib/sendmail/src/arpadate.c U src/contrib/sendmail/src/bf.h U src/contrib/sendmail/src/bf.c U src/contrib/sendmail/src/collect.c C src/contrib/sendmail/src/conf.c U src/contrib/sendmail/src/conf.h U src/contrib/sendmail/src/control.c U src/contrib/sendmail/src/convtime.c U src/contrib/sendmail/src/daemon.c U src/contrib/sendmail/src/deliver.c U src/contrib/sendmail/src/domain.c U src/contrib/sendmail/src/envelope.c U src/contrib/sendmail/src/err.c C src/contrib/sendmail/src/headers.c U src/contrib/sendmail/src/helpfile U src/contrib/sendmail/src/macro.c U src/contrib/sendmail/src/mailq.1 U src/contrib/sendmail/src/main.c U src/contrib/sendmail/src/map.c U src/contrib/sendmail/src/mci.c U src/contrib/sendmail/src/milter.c U src/contrib/sendmail/src/mime.c U src/contrib/sendmail/src/newaliases.1 U src/contrib/sendmail/src/parseaddr.c U src/contrib/sendmail/src/queue.c U src/contrib/sendmail/src/readcf.c U src/contrib/sendmail/src/recipient.c U src/contrib/sendmail/src/savemail.c C src/contrib/sendmail/src/sendmail.8 U src/contrib/sendmail/src/sendmail.h U src/contrib/sendmail/src/sasl.c U src/contrib/sendmail/src/sfsasl.c U src/contrib/sendmail/src/sfsasl.h U src/contrib/sendmail/src/shmticklib.c U src/contrib/sendmail/src/sm_resolve.c U src/contrib/sendmail/src/sm_resolve.h U src/contrib/sendmail/src/srvrsmtp.c U src/contrib/sendmail/src/stab.c U src/contrib/sendmail/src/stats.c U src/contrib/sendmail/src/statusd_shm.h U src/contrib/sendmail/src/sysexits.c U src/contrib/sendmail/src/timers.c U src/contrib/sendmail/src/timers.h U src/contrib/sendmail/src/tls.c U src/contrib/sendmail/src/trace.c U src/contrib/sendmail/src/udb.c U src/contrib/sendmail/src/usersmtp.c U src/contrib/sendmail/src/util.c U src/contrib/sendmail/src/version.c U src/contrib/sendmail/doc/op/Makefile U src/contrib/sendmail/doc/op/op.me U src/contrib/sendmail/libsmutil/Makefile U src/contrib/sendmail/libsmutil/Makefile.m4 U src/contrib/sendmail/libsmutil/cf.c U src/contrib/sendmail/libsmutil/debug.c U src/contrib/sendmail/libsmutil/err.c U src/contrib/sendmail/libsmutil/lockfile.c U src/contrib/sendmail/libsmutil/safefile.c U src/contrib/sendmail/libsmutil/snprintf.c U src/contrib/sendmail/mail.local/Makefile U src/contrib/sendmail/mail.local/Makefile.m4 U src/contrib/sendmail/mail.local/README U src/contrib/sendmail/mail.local/mail.local.8 U src/contrib/sendmail/mail.local/mail.local.c U src/contrib/sendmail/mailstats/Makefile U src/contrib/sendmail/mailstats/Makefile.m4 U src/contrib/sendmail/mailstats/mailstats.8 U src/contrib/sendmail/mailstats/mailstats.c U src/contrib/sendmail/makemap/Makefile U src/contrib/sendmail/makemap/Makefile.m4 U src/contrib/sendmail/makemap/makemap.8 U src/contrib/sendmail/makemap/makemap.c U src/contrib/sendmail/smrsh/Makefile U src/contrib/sendmail/smrsh/Makefile.m4 U src/contrib/sendmail/smrsh/README C src/contrib/sendmail/smrsh/smrsh.8 C src/contrib/sendmail/smrsh/smrsh.c U src/contrib/sendmail/test/Makefile U src/contrib/sendmail/test/Makefile.m4 U src/contrib/sendmail/test/README U src/contrib/sendmail/test/Results U src/contrib/sendmail/test/t_dropgid.c U src/contrib/sendmail/test/t_exclopen.c U src/contrib/sendmail/test/t_pathconf.c U src/contrib/sendmail/test/t_seteuid.c U src/contrib/sendmail/test/t_setgid.c U src/contrib/sendmail/test/t_setreuid.c U src/contrib/sendmail/test/t_setuid.c U src/contrib/sendmail/test/t_snprintf.c U src/contrib/sendmail/include/sendmail/mailstats.h U src/contrib/sendmail/include/sendmail/pathnames.h U src/contrib/sendmail/include/sendmail/sendmail.h U src/contrib/sendmail/include/sm/assert.h U src/contrib/sendmail/include/sm/bdb.h U src/contrib/sendmail/include/sm/bitops.h U src/contrib/sendmail/include/sm/cdefs.h U src/contrib/sendmail/include/sm/cf.h U src/contrib/sendmail/include/sm/clock.h U src/contrib/sendmail/include/sm/conf.h U src/contrib/sendmail/include/sm/config.h U src/contrib/sendmail/include/sm/debug.h U src/contrib/sendmail/include/sm/errstring.h U src/contrib/sendmail/include/sm/exc.h U src/contrib/sendmail/include/sm/fdset.h U src/contrib/sendmail/include/sm/gen.h U src/contrib/sendmail/include/sm/heap.h U src/contrib/sendmail/include/sm/io.h U src/contrib/sendmail/include/sm/ldap.h U src/contrib/sendmail/include/sm/limits.h U src/contrib/sendmail/include/sm/mbdb.h U src/contrib/sendmail/include/sm/path.h U src/contrib/sendmail/include/sm/rpool.h U src/contrib/sendmail/include/sm/setjmp.h U src/contrib/sendmail/include/sm/shm.h U src/contrib/sendmail/include/sm/signal.h U src/contrib/sendmail/include/sm/string.h U src/contrib/sendmail/include/sm/sysexits.h U src/contrib/sendmail/include/sm/test.h U src/contrib/sendmail/include/sm/types.h U src/contrib/sendmail/include/sm/varargs.h U src/contrib/sendmail/include/sm/xtrap.h U src/contrib/sendmail/include/sm/os/sm_os_aix.h U src/contrib/sendmail/include/sm/os/sm_os_freebsd.h U src/contrib/sendmail/include/sm/os/sm_os_hp.h U src/contrib/sendmail/include/sm/os/sm_os_irix.h U src/contrib/sendmail/include/sm/os/sm_os_linux.h U src/contrib/sendmail/include/sm/os/sm_os_mpeix.h U src/contrib/sendmail/include/sm/os/sm_os_next.h U src/contrib/sendmail/include/sm/os/sm_os_openbsd.h U src/contrib/sendmail/include/sm/os/sm_os_openunix.h U src/contrib/sendmail/include/sm/os/sm_os_osf1.h U src/contrib/sendmail/include/sm/os/sm_os_sunos.h U src/contrib/sendmail/include/sm/os/sm_os_ultrix.h U src/contrib/sendmail/include/sm/os/sm_os_unixware.h U src/contrib/sendmail/include/libsmdb/smdb.h U src/contrib/sendmail/include/libmilter/mfdef.h U src/contrib/sendmail/include/libmilter/mfapi.h U src/contrib/sendmail/include/libmilter/milter.h U src/contrib/sendmail/libsm/Makefile U src/contrib/sendmail/libsm/Makefile.m4 U src/contrib/sendmail/libsm/README U src/contrib/sendmail/libsm/assert.c U src/contrib/sendmail/libsm/assert.html U src/contrib/sendmail/libsm/b-strcmp.c U src/contrib/sendmail/libsm/b-strl.c U src/contrib/sendmail/libsm/cdefs.html U src/contrib/sendmail/libsm/cf.c U src/contrib/sendmail/libsm/clock.c U src/contrib/sendmail/libsm/clrerr.c U src/contrib/sendmail/libsm/config.c U src/contrib/sendmail/libsm/debug.c U src/contrib/sendmail/libsm/debug.html U src/contrib/sendmail/libsm/errstring.c U src/contrib/sendmail/libsm/exc.c U src/contrib/sendmail/libsm/exc.html U src/contrib/sendmail/libsm/fclose.c U src/contrib/sendmail/libsm/feof.c U src/contrib/sendmail/libsm/ferror.c U src/contrib/sendmail/libsm/fflush.c U src/contrib/sendmail/libsm/fget.c U src/contrib/sendmail/libsm/findfp.c U src/contrib/sendmail/libsm/flags.c U src/contrib/sendmail/libsm/fopen.c U src/contrib/sendmail/libsm/fpos.c U src/contrib/sendmail/libsm/fprintf.c U src/contrib/sendmail/libsm/fpurge.c U src/contrib/sendmail/libsm/fput.c U src/contrib/sendmail/libsm/fread.c U src/contrib/sendmail/libsm/fscanf.c U src/contrib/sendmail/libsm/fseek.c U src/contrib/sendmail/libsm/fvwrite.c U src/contrib/sendmail/libsm/fvwrite.h U src/contrib/sendmail/libsm/fwalk.c U src/contrib/sendmail/libsm/fwrite.c U src/contrib/sendmail/libsm/gen.html U src/contrib/sendmail/libsm/get.c U src/contrib/sendmail/libsm/glue.h U src/contrib/sendmail/libsm/heap.c U src/contrib/sendmail/libsm/heap.html U src/contrib/sendmail/libsm/index.html U src/contrib/sendmail/libsm/io.html U src/contrib/sendmail/libsm/ldap.c U src/contrib/sendmail/libsm/local.h U src/contrib/sendmail/libsm/makebuf.c U src/contrib/sendmail/libsm/match.c U src/contrib/sendmail/libsm/mbdb.c U src/contrib/sendmail/libsm/mpeix.c U src/contrib/sendmail/libsm/niprop.c U src/contrib/sendmail/libsm/path.c U src/contrib/sendmail/libsm/put.c U src/contrib/sendmail/libsm/refill.c U src/contrib/sendmail/libsm/rpool.c U src/contrib/sendmail/libsm/rewind.c U src/contrib/sendmail/libsm/rpool.html U src/contrib/sendmail/libsm/setvbuf.c U src/contrib/sendmail/libsm/shm.c U src/contrib/sendmail/libsm/signal.c U src/contrib/sendmail/libsm/smstdio.c U src/contrib/sendmail/libsm/snprintf.c U src/contrib/sendmail/libsm/sscanf.c U src/contrib/sendmail/libsm/stdio.c U src/contrib/sendmail/libsm/strcasecmp.c U src/contrib/sendmail/libsm/strrevcmp.c U src/contrib/sendmail/libsm/strdup.c U src/contrib/sendmail/libsm/strerror.c U src/contrib/sendmail/libsm/strexit.c U src/contrib/sendmail/libsm/string.c U src/contrib/sendmail/libsm/stringf.c U src/contrib/sendmail/libsm/strio.c U src/contrib/sendmail/libsm/strl.c U src/contrib/sendmail/libsm/strto.c U src/contrib/sendmail/libsm/syslogio.c U src/contrib/sendmail/libsm/t-cf.c U src/contrib/sendmail/libsm/t-event.c U src/contrib/sendmail/libsm/t-exc.c U src/contrib/sendmail/libsm/t-float.c U src/contrib/sendmail/libsm/t-fopen.c U src/contrib/sendmail/libsm/t-heap.c U src/contrib/sendmail/libsm/t-shm.c U src/contrib/sendmail/libsm/t-match.c U src/contrib/sendmail/libsm/t-path.c U src/contrib/sendmail/libsm/t-rpool.c U src/contrib/sendmail/libsm/t-scanf.c U src/contrib/sendmail/libsm/t-smstdio.c U src/contrib/sendmail/libsm/t-string.c U src/contrib/sendmail/libsm/t-strio.c U src/contrib/sendmail/libsm/t-strl.c U src/contrib/sendmail/libsm/t-strrevcmp.c U src/contrib/sendmail/libsm/t-types.c U src/contrib/sendmail/libsm/test.c U src/contrib/sendmail/libsm/ungetc.c U src/contrib/sendmail/libsm/vasprintf.c U src/contrib/sendmail/libsm/vfprintf.c U src/contrib/sendmail/libsm/vfscanf.c U src/contrib/sendmail/libsm/vprintf.c U src/contrib/sendmail/libsm/vsnprintf.c U src/contrib/sendmail/libsm/vsprintf.c U src/contrib/sendmail/libsm/vsscanf.c U src/contrib/sendmail/libsm/wbuf.c U src/contrib/sendmail/libsm/wsetup.c U src/contrib/sendmail/libsm/xtrap.c U src/contrib/sendmail/cf/README U src/contrib/sendmail/cf/sendmail.schema U src/contrib/sendmail/cf/cf/Makefile U src/contrib/sendmail/cf/cf/README U src/contrib/sendmail/cf/cf/chez.cs.mc U src/contrib/sendmail/cf/cf/clientproto.mc U src/contrib/sendmail/cf/cf/cs-hpux10.mc U src/contrib/sendmail/cf/cf/cs-hpux9.mc U src/contrib/sendmail/cf/cf/cs-osf1.mc U src/contrib/sendmail/cf/cf/cs-solaris2.mc U src/contrib/sendmail/cf/cf/cs-sunos4.1.mc U src/contrib/sendmail/cf/cf/cs-ultrix4.mc U src/contrib/sendmail/cf/cf/cyrusproto.mc U src/contrib/sendmail/cf/cf/generic-bsd4.4.mc U src/contrib/sendmail/cf/cf/generic-hpux10.mc U src/contrib/sendmail/cf/cf/generic-hpux9.mc U src/contrib/sendmail/cf/cf/generic-linux.mc U src/contrib/sendmail/cf/cf/generic-mpeix.mc U src/contrib/sendmail/cf/cf/generic-nextstep3.3.mc U src/contrib/sendmail/cf/cf/generic-osf1.mc U src/contrib/sendmail/cf/cf/generic-solaris.mc U src/contrib/sendmail/cf/cf/generic-sunos4.1.mc U src/contrib/sendmail/cf/cf/generic-ultrix4.mc U src/contrib/sendmail/cf/cf/huginn.cs.mc U src/contrib/sendmail/cf/cf/knecht.mc U src/contrib/sendmail/cf/cf/mail.cs.mc U src/contrib/sendmail/cf/cf/mail.eecs.mc U src/contrib/sendmail/cf/cf/mailspool.cs.mc U src/contrib/sendmail/cf/cf/python.cs.mc U src/contrib/sendmail/cf/cf/s2k-osf1.mc U src/contrib/sendmail/cf/cf/s2k-ultrix4.mc U src/contrib/sendmail/cf/cf/submit.cf U src/contrib/sendmail/cf/cf/submit.mc U src/contrib/sendmail/cf/cf/tcpproto.mc U src/contrib/sendmail/cf/cf/ucbarpa.mc U src/contrib/sendmail/cf/cf/ucbvax.mc U src/contrib/sendmail/cf/cf/uucpproto.mc U src/contrib/sendmail/cf/cf/vangogh.cs.mc U src/contrib/sendmail/cf/domain/Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/CS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/EECS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/S2K.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/generic.m4 U src/contrib/sendmail/cf/domain/berkeley-only.m4 U src/contrib/sendmail/cf/feature/accept_unqualified_senders.m4 U src/contrib/sendmail/cf/feature/accept_unresolvable_domains.m4 U src/contrib/sendmail/cf/feature/access_db.m4 U src/contrib/sendmail/cf/feature/allmasquerade.m4 U src/contrib/sendmail/cf/feature/always_add_domain.m4 U src/contrib/sendmail/cf/feature/authinfo.m4 U src/contrib/sendmail/cf/feature/bestmx_is_local.m4 U src/contrib/sendmail/cf/feature/bitdomain.m4 U src/contrib/sendmail/cf/feature/blacklist_recipients.m4 U src/contrib/sendmail/cf/feature/compat_check.m4 U src/contrib/sendmail/cf/feature/delay_checks.m4 U src/contrib/sendmail/cf/feature/dnsbl.m4 U src/contrib/sendmail/cf/feature/domaintable.m4 U src/contrib/sendmail/cf/feature/enhdnsbl.m4 U src/contrib/sendmail/cf/feature/generics_entire_domain.m4 U src/contrib/sendmail/cf/feature/genericstable.m4 U src/contrib/sendmail/cf/feature/ldap_routing.m4 U src/contrib/sendmail/cf/feature/msp.m4 U src/contrib/sendmail/cf/feature/limited_masquerade.m4 U src/contrib/sendmail/cf/feature/local_lmtp.m4 U src/contrib/sendmail/cf/feature/local_no_masquerade.m4 U src/contrib/sendmail/cf/feature/local_procmail.m4 U src/contrib/sendmail/cf/feature/lookupdotdomain.m4 U src/contrib/sendmail/cf/feature/loose_relay_check.m4 U src/contrib/sendmail/cf/feature/mailertable.m4 U src/contrib/sendmail/cf/feature/masquerade_entire_domain.m4 U src/contrib/sendmail/cf/feature/masquerade_envelope.m4 U src/contrib/sendmail/cf/feature/no_default_msa.m4 U src/contrib/sendmail/cf/feature/nocanonify.m4 U src/contrib/sendmail/cf/feature/nodns.m4 U src/contrib/sendmail/cf/feature/notsticky.m4 U src/contrib/sendmail/cf/feature/nouucp.m4 U src/contrib/sendmail/cf/feature/nullclient.m4 U src/contrib/sendmail/cf/feature/preserve_local_plus_detail.m4 U src/contrib/sendmail/cf/feature/preserve_luser_host.m4 U src/contrib/sendmail/cf/feature/promiscuous_relay.m4 U src/contrib/sendmail/cf/feature/queuegroup.m4 U src/contrib/sendmail/cf/feature/redirect.m4 U src/contrib/sendmail/cf/feature/relay_based_on_MX.m4 U src/contrib/sendmail/cf/feature/relay_entire_domain.m4 U src/contrib/sendmail/cf/feature/relay_hosts_only.m4 U src/contrib/sendmail/cf/feature/relay_local_from.m4 U src/contrib/sendmail/cf/feature/relay_mail_from.m4 U src/contrib/sendmail/cf/feature/smrsh.m4 U src/contrib/sendmail/cf/feature/stickyhost.m4 U src/contrib/sendmail/cf/feature/use_ct_file.m4 U src/contrib/sendmail/cf/feature/use_cw_file.m4 U src/contrib/sendmail/cf/feature/uucpdomain.m4 U src/contrib/sendmail/cf/feature/virtuser_entire_domain.m4 U src/contrib/sendmail/cf/feature/virtusertable.m4 U src/contrib/sendmail/cf/hack/cssubdomain.m4 U src/contrib/sendmail/cf/m4/cf.m4 C src/contrib/sendmail/cf/m4/cfhead.m4 U src/contrib/sendmail/cf/m4/proto.m4 U src/contrib/sendmail/cf/m4/version.m4 U src/contrib/sendmail/cf/mailer/cyrus.m4 U src/contrib/sendmail/cf/mailer/cyrusv2.m4 U src/contrib/sendmail/cf/mailer/fax.m4 U src/contrib/sendmail/cf/mailer/local.m4 U src/contrib/sendmail/cf/mailer/mail11.m4 U src/contrib/sendmail/cf/mailer/phquery.m4 U src/contrib/sendmail/cf/mailer/pop.m4 U src/contrib/sendmail/cf/mailer/procmail.m4 U src/contrib/sendmail/cf/mailer/qpage.m4 U src/contrib/sendmail/cf/mailer/smtp.m4 U src/contrib/sendmail/cf/mailer/usenet.m4 U src/contrib/sendmail/cf/mailer/uucp.m4 U src/contrib/sendmail/cf/ostype/aix3.m4 U src/contrib/sendmail/cf/ostype/aix4.m4 U src/contrib/sendmail/cf/ostype/aix5.m4 U src/contrib/sendmail/cf/ostype/altos.m4 U src/contrib/sendmail/cf/ostype/amdahl-uts.m4 U src/contrib/sendmail/cf/ostype/a-ux.m4 U src/contrib/sendmail/cf/ostype/bsd4.3.m4 U src/contrib/sendmail/cf/ostype/bsd4.4.m4 U src/contrib/sendmail/cf/ostype/bsdi.m4 U src/contrib/sendmail/cf/ostype/bsdi1.0.m4 U src/contrib/sendmail/cf/ostype/bsdi2.0.m4 U src/contrib/sendmail/cf/ostype/darwin.m4 U src/contrib/sendmail/cf/ostype/dgux.m4 U src/contrib/sendmail/cf/ostype/domainos.m4 U src/contrib/sendmail/cf/ostype/dynix3.2.m4 U src/contrib/sendmail/cf/ostype/freebsd4.m4 U src/contrib/sendmail/cf/ostype/freebsd5.m4 U src/contrib/sendmail/cf/ostype/gnu.m4 U src/contrib/sendmail/cf/ostype/hpux10.m4 U src/contrib/sendmail/cf/ostype/hpux11.m4 U src/contrib/sendmail/cf/ostype/hpux9.m4 U src/contrib/sendmail/cf/ostype/irix4.m4 U src/contrib/sendmail/cf/ostype/irix5.m4 U src/contrib/sendmail/cf/ostype/irix6.m4 U src/contrib/sendmail/cf/ostype/isc4.1.m4 U src/contrib/sendmail/cf/ostype/linux.m4 U src/contrib/sendmail/cf/ostype/maxion.m4 U src/contrib/sendmail/cf/ostype/mklinux.m4 U src/contrib/sendmail/cf/ostype/mpeix.m4 U src/contrib/sendmail/cf/ostype/nextstep.m4 U src/contrib/sendmail/cf/ostype/openbsd.m4 U src/contrib/sendmail/cf/ostype/osf1.m4 U src/contrib/sendmail/cf/ostype/powerux.m4 U src/contrib/sendmail/cf/ostype/ptx2.m4 U src/contrib/sendmail/cf/ostype/qnx.m4 U src/contrib/sendmail/cf/ostype/riscos4.5.m4 U src/contrib/sendmail/cf/ostype/sco-uw-2.1.m4 U src/contrib/sendmail/cf/ostype/sco3.2.m4 U src/contrib/sendmail/cf/ostype/sinix.m4 U src/contrib/sendmail/cf/ostype/solaris2.m4 U src/contrib/sendmail/cf/ostype/solaris2.ml.m4 U src/contrib/sendmail/cf/ostype/solaris2.pre5.m4 U src/contrib/sendmail/cf/ostype/solaris8.m4 U src/contrib/sendmail/cf/ostype/sunos3.5.m4 U src/contrib/sendmail/cf/ostype/sunos4.1.m4 U src/contrib/sendmail/cf/ostype/svr4.m4 U src/contrib/sendmail/cf/ostype/ultrix4.m4 U src/contrib/sendmail/cf/ostype/unixware7.m4 U src/contrib/sendmail/cf/ostype/unknown.m4 U src/contrib/sendmail/cf/ostype/uxpds.m4 U src/contrib/sendmail/cf/sh/makeinfo.sh U src/contrib/sendmail/cf/siteconfig/uucp.cogsci.m4 U src/contrib/sendmail/cf/siteconfig/uucp.old.arpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbarpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbvax.m4 U src/contrib/sendmail/praliases/Makefile U src/contrib/sendmail/praliases/Makefile.m4 U src/contrib/sendmail/praliases/praliases.8 U src/contrib/sendmail/praliases/praliases.c U src/contrib/sendmail/rmail/Makefile U src/contrib/sendmail/rmail/Makefile.m4 U src/contrib/sendmail/rmail/rmail.8 U src/contrib/sendmail/rmail/rmail.c U src/contrib/sendmail/contrib/README U src/contrib/sendmail/contrib/bitdomain.c U src/contrib/sendmail/contrib/bounce-resender.pl U src/contrib/sendmail/contrib/bsdi.mc U src/contrib/sendmail/contrib/buildvirtuser U src/contrib/sendmail/contrib/cidrexpand U src/contrib/sendmail/contrib/dnsblaccess.m4 U src/contrib/sendmail/contrib/domainmap.m4 U src/contrib/sendmail/contrib/doublebounce.pl U src/contrib/sendmail/contrib/etrn.0 U src/contrib/sendmail/contrib/etrn.pl U src/contrib/sendmail/contrib/expn.pl U src/contrib/sendmail/contrib/link_hash.sh U src/contrib/sendmail/contrib/mail.local.linux U src/contrib/sendmail/contrib/mailprio U src/contrib/sendmail/contrib/mh.patch U src/contrib/sendmail/contrib/mmuegel U src/contrib/sendmail/contrib/movemail.conf U src/contrib/sendmail/contrib/movemail.pl U src/contrib/sendmail/contrib/oldbind.compat.c U src/contrib/sendmail/contrib/passwd-to-alias.pl U src/contrib/sendmail/contrib/qtool.pl U src/contrib/sendmail/contrib/qtool.8 U src/contrib/sendmail/contrib/re-mqueue.pl U src/contrib/sendmail/contrib/rmail.oldsys.patch U src/contrib/sendmail/contrib/smcontrol.pl U src/contrib/sendmail/editmap/Makefile U src/contrib/sendmail/editmap/Makefile.m4 U src/contrib/sendmail/editmap/editmap.8 U src/contrib/sendmail/editmap/editmap.c U src/contrib/sendmail/libsmdb/Makefile U src/contrib/sendmail/libsmdb/Makefile.m4 U src/contrib/sendmail/libsmdb/smdb.c U src/contrib/sendmail/libsmdb/smdb1.c U src/contrib/sendmail/libsmdb/smdb2.c U src/contrib/sendmail/libsmdb/smndbm.c U src/contrib/sendmail/libmilter/Makefile U src/contrib/sendmail/libmilter/Makefile.m4 U src/contrib/sendmail/libmilter/README U src/contrib/sendmail/libmilter/comm.c U src/contrib/sendmail/libmilter/engine.c U src/contrib/sendmail/libmilter/handler.c U src/contrib/sendmail/libmilter/listener.c U src/contrib/sendmail/libmilter/main.c U src/contrib/sendmail/libmilter/libmilter.h U src/contrib/sendmail/libmilter/signal.c U src/contrib/sendmail/libmilter/sm_gethost.c U src/contrib/sendmail/libmilter/smfi.c U src/contrib/sendmail/libmilter/docs/api.html U src/contrib/sendmail/libmilter/docs/design.html U src/contrib/sendmail/libmilter/docs/figure1.fig U src/contrib/sendmail/libmilter/docs/figure1.jpg U src/contrib/sendmail/libmilter/docs/figure1.ps U src/contrib/sendmail/libmilter/docs/figure2.fig U src/contrib/sendmail/libmilter/docs/figure2.jpg U src/contrib/sendmail/libmilter/docs/figure2.ps U src/contrib/sendmail/libmilter/docs/index.html U src/contrib/sendmail/libmilter/docs/installation.html U src/contrib/sendmail/libmilter/docs/other.html U src/contrib/sendmail/libmilter/docs/overview.html U src/contrib/sendmail/libmilter/docs/sample.html U src/contrib/sendmail/libmilter/docs/smfi_addheader.html U src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html U src/contrib/sendmail/libmilter/docs/smfi_chgheader.html U src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html U src/contrib/sendmail/libmilter/docs/smfi_getpriv.html U src/contrib/sendmail/libmilter/docs/smfi_getsymval.html U src/contrib/sendmail/libmilter/docs/smfi_main.html U src/contrib/sendmail/libmilter/docs/xxfi_abort.html U src/contrib/sendmail/libmilter/docs/smfi_register.html U src/contrib/sendmail/libmilter/docs/smfi_replacebody.html U src/contrib/sendmail/libmilter/docs/smfi_setbacklog.html U src/contrib/sendmail/libmilter/docs/smfi_setconn.html U src/contrib/sendmail/libmilter/docs/smfi_setpriv.html U src/contrib/sendmail/libmilter/docs/smfi_setreply.html U src/contrib/sendmail/libmilter/docs/smfi_settimeout.html U src/contrib/sendmail/libmilter/docs/xxfi_body.html U src/contrib/sendmail/libmilter/docs/xxfi_close.html U src/contrib/sendmail/libmilter/docs/xxfi_connect.html U src/contrib/sendmail/libmilter/docs/xxfi_envfrom.html U src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html U src/contrib/sendmail/libmilter/docs/xxfi_eoh.html U src/contrib/sendmail/libmilter/docs/xxfi_eom.html U src/contrib/sendmail/libmilter/docs/xxfi_header.html U src/contrib/sendmail/libmilter/docs/xxfi_helo.html U src/contrib/sendmail/vacation/Makefile U src/contrib/sendmail/vacation/Makefile.m4 U src/contrib/sendmail/vacation/vacation.1 U src/contrib/sendmail/vacation/vacation.c 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jSENDMAIL:yesterday -jSENDMAIL src/contrib/sendmail From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:58:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C5BC16A4CE; Sat, 14 Feb 2004 13:58:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0886843D1F; Sat, 14 Feb 2004 13:58:09 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ELw8Ge031488; Sat, 14 Feb 2004 13:58:08 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ELw8xi031487; Sat, 14 Feb 2004 13:58:08 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402142158.i1ELw8xi031487@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 14 Feb 2004 13:58:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/sendmail/cf/m4 cfhead.m4src/contrib/sendmail/smrsh smrsh.8 smrsh.c src/contrib/sendmail/src conf.c headers.c sendmail.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:58:09 -0000 gshapiro 2004/02/14 13:58:08 PST FreeBSD src repository Modified files: contrib/sendmail/cf/m4 cfhead.m4 contrib/sendmail/smrsh smrsh.8 smrsh.c contrib/sendmail/src conf.c headers.c sendmail.8 Log: Fix sendmail 8.12.11 import conflicts Revision Changes Path 1.16 +1 -1 src/contrib/sendmail/cf/m4/cfhead.m4 1.11 +8 -3 src/contrib/sendmail/smrsh/smrsh.8 1.17 +4 -3 src/contrib/sendmail/smrsh/smrsh.c 1.25 +12 -1 src/contrib/sendmail/src/conf.c 1.19 +10 -4 src/contrib/sendmail/src/headers.c 1.12 +27 -6 src/contrib/sendmail/src/sendmail.8 From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:59:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B3716A4CE; Sat, 14 Feb 2004 13:59:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF1A43D2F; Sat, 14 Feb 2004 13:59:30 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ELxUGe031574; Sat, 14 Feb 2004 13:59:30 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ELxUhe031573; Sat, 14 Feb 2004 13:59:30 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402142159.i1ELxUhe031573@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 14 Feb 2004 13:59:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 21:59:30 -0000 gshapiro 2004/02/14 13:59:30 PST FreeBSD src repository Modified files: contrib/sendmail FREEBSD-upgrade Log: Update for 8.12.11 import MFC after: 7 days Revision Changes Path 1.24 +4 -4 src/contrib/sendmail/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:02:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E666B16A4CE; Sat, 14 Feb 2004 14:02:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA0DF43D1D; Sat, 14 Feb 2004 14:02:50 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EM2oGe033488; Sat, 14 Feb 2004 14:02:50 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EM2o9a033487; Sat, 14 Feb 2004 14:02:50 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402142202.i1EM2o9a033487@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 14 Feb 2004 14:02:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:02:51 -0000 gshapiro 2004/02/14 14:02:50 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a release note for the sendmail 8.12.11 import Revision Changes Path 1.677 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:04:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0087B16A4CE; Sat, 14 Feb 2004 14:04:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9BD043D1D; Sat, 14 Feb 2004 14:04:15 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EM4FGe034445; Sat, 14 Feb 2004 14:04:15 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EM4FjC034444; Sat, 14 Feb 2004 14:04:15 -0800 (PST) (envelope-from bms) Message-Id: <200402142204.i1EM4FjC034444@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 14 Feb 2004 14:04:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:04:16 -0000 bms 2004/02/14 14:04:15 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man9 mbuf.9 Log: MFC: Document the functions m_apply() and m_getptr(). Revision Changes Path 1.27.2.2 +42 -0 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:17:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3AE916A4CE; Sat, 14 Feb 2004 14:17:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F0443D1D; Sat, 14 Feb 2004 14:17:38 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMHcGe036776; Sat, 14 Feb 2004 14:17:38 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMHcTP036775; Sat, 14 Feb 2004 14:17:38 -0800 (PST) (envelope-from bms) Message-Id: <200402142217.i1EMHcTP036775@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 14 Feb 2004 14:17:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 tcp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:17:38 -0000 bms 2004/02/14 14:17:38 PST FreeBSD src repository Modified files: share/man/man4 tcp.4 Log: Spell tcp_signature_compute correctly. Revision Changes Path 1.40 +1 -1 src/share/man/man4/tcp.4 From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:23:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99FA16A4CE; Sat, 14 Feb 2004 14:23:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A532F43D1D; Sat, 14 Feb 2004 14:23:24 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMNOGe038992; Sat, 14 Feb 2004 14:23:24 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMNOIQ038991; Sat, 14 Feb 2004 14:23:24 -0800 (PST) (envelope-from bms) Message-Id: <200402142223.i1EMNOIQ038991@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 14 Feb 2004 14:23:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf files options src/sys/net pfkeyv2.h src/sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_usrreq.c tcp_var.h src/sys/netinet6 ipsec.h src/sys/netipsec ipsec.h key.c src/share/man/man4 tcp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:23:24 -0000 bms 2004/02/14 14:23:24 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files options sys/net pfkeyv2.h sys/netinet ip.h ip_output.c tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_syncache.c tcp_var.h sys/netinet6 ipsec.h sys/netipsec ipsec.h key.c share/man/man4 tcp.4 Log: MFC: Import of TCP-MD5 (RFC2385) support. Sponsored by: sentex.net Revision Changes Path 1.11.2.15 +26 -1 src/share/man/man4/tcp.4 1.340.2.147 +1 -0 src/sys/conf/files 1.191.2.61 +1 -0 src/sys/conf/options 1.4.2.6 +3 -1 src/sys/net/pfkeyv2.h 1.17.2.1 +13 -1 src/sys/netinet/ip.h 1.99.2.42 +1 -0 src/sys/netinet/ip_output.c 1.13.2.4 +4 -1 src/sys/netinet/tcp.h 1.107.2.39 +14 -0 src/sys/netinet/tcp_input.c 1.39.2.21 +39 -0 src/sys/netinet/tcp_output.c 1.73.2.32 +122 -0 src/sys/netinet/tcp_subr.c 1.5.2.15 +39 -0 src/sys/netinet/tcp_syncache.c 1.51.2.18 +22 -0 src/sys/netinet/tcp_usrreq.c 1.56.2.14 +22 -0 src/sys/netinet/tcp_var.h 1.4.2.5 +2 -0 src/sys/netinet6/ipsec.h 1.2.4.2 +1 -0 src/sys/netipsec/ipsec.h 1.3.2.3 +18 -0 src/sys/netipsec/key.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:24:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADFA16A4CE; Sat, 14 Feb 2004 14:24:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA6B43D2D; Sat, 14 Feb 2004 14:24:09 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMO9Ge039042; Sat, 14 Feb 2004 14:24:09 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMO90e039041; Sat, 14 Feb 2004 14:24:09 -0800 (PST) (envelope-from bms) Message-Id: <200402142224.i1EMO90e039041@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 14 Feb 2004 14:24:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netipsec xform_tcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:24:09 -0000 bms 2004/02/14 14:24:09 PST FreeBSD src repository Added files: (Branch: RELENG_4) sys/netipsec xform_tcp.c Log: MFC: Import of TCP-MD5 (RFC2385) support. Sponsored by: sentex.net Revision Changes Path 1.1.2.1 +169 -0 src/sys/netipsec/xform_tcp.c (new) From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:28:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF8016A4CE; Sat, 14 Feb 2004 14:28:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E849E43D1D; Sat, 14 Feb 2004 14:28:29 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMSTGe039281; Sat, 14 Feb 2004 14:28:29 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMSTne039280; Sat, 14 Feb 2004 14:28:29 -0800 (PST) (envelope-from bms) Message-Id: <200402142228.i1EMSTne039280@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 14 Feb 2004 14:28:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/setkey parse.y token.l src/lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:28:30 -0000 bms 2004/02/14 14:28:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/setkey parse.y token.l lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l Log: MFC: Import of TCP-MD5 (RFC2385) support (userland). Sponsored by: sentex.net Revision Changes Path 1.1.2.2 +2 -0 src/lib/libipsec/ipsec_dump_policy.c 1.1.2.3 +15 -2 src/lib/libipsec/pfkey.c 1.1.2.5 +3 -0 src/lib/libipsec/pfkey_dump.c 1.2.2.3 +2 -1 src/lib/libipsec/policy_token.l 1.1.2.3 +13 -5 src/usr.sbin/setkey/parse.y 1.2.2.4 +3 -1 src/usr.sbin/setkey/token.l From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:29:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6239D16A4CE; Sat, 14 Feb 2004 14:29:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4855743D1D; Sat, 14 Feb 2004 14:29:03 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMT3Ge039347; Sat, 14 Feb 2004 14:29:03 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMT3EN039346; Sat, 14 Feb 2004 14:29:03 -0800 (PST) (envelope-from marcel) Message-Id: <200402142229.i1EMT3EN039346@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 14 Feb 2004 14:29:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/lib/libdisk write_ia64_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:29:03 -0000 marcel 2004/02/14 14:29:03 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) lib/libdisk write_ia64_disk.c Log: MFC rev 1.14 (uninitialized variable) and 1.15 (non-close of disk device). Approved: re (scottl) Revision Changes Path 1.13.2.1 +4 -7 src/lib/libdisk/write_ia64_disk.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:31:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A85816A4CE; Sat, 14 Feb 2004 14:31:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CF143D1D; Sat, 14 Feb 2004 14:31:05 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMV5Ge039572; Sat, 14 Feb 2004 14:31:05 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMV55V039571; Sat, 14 Feb 2004 14:31:05 -0800 (PST) (envelope-from marcel) Message-Id: <200402142231.i1EMV55V039571@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 14 Feb 2004 14:31:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall install.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:31:05 -0000 marcel 2004/02/14 14:31:05 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall install.c Log: MFC rev 1.351 (no disklabel on ia64). Approved: re (scottl) Revision Changes Path 1.349.2.2 +12 -0 src/usr.sbin/sysinstall/install.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:44:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A6616A4CE; Sat, 14 Feb 2004 14:44:33 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590AA43D1D; Sat, 14 Feb 2004 14:44:33 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1EMiW5O031782; Sun, 15 Feb 2004 09:44:32 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1EMiS0I028359; Sun, 15 Feb 2004 09:44:29 +1100 Date: Sun, 15 Feb 2004 09:44:28 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20040213192040.I9276@root.org> Message-ID: <20040215092117.L6303@gamplex.bde.org> References: <200402140130.i1E1U6Uw023421@repoman.freebsd.org> <20040213214520.T5430@mail.chesapeake.net> <20040213192040.I9276@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Brian Feldman Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:44:34 -0000 On Fri, 13 Feb 2004, Nate Lawson wrote: > On Fri, 13 Feb 2004, Jeff Roberson wrote: > > On Fri, 13 Feb 2004, Brian Feldman wrote: > > > > > green 2004/02/13 17:30:06 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern tty.c > > > Log: > > > T -CURRENT DO NOT CRASH UPON ^T K PLZ THX. > > > > Please use more appropriate commit messages. It'd be nice to know why we > > were crashing on ^T. > > I actually saw nothing in this commit that addresses signals, only the > following macro-ization and an include of sched.h, necessary for the > macro. > > > > Also, use sched_pctcpu() instead of assuming td->td_kse is non-NULL. > > > > > > Revision Changes Path > > > 1.208 +2 -1 src/sys/kern/tty.c The problem is actually almost fully described in the log message. Omitting the jargon and/or "Also, " would make it clearer. ^T causes ttyinfo() to be called, and ttyinfo() apparently follows the null pointer td->td_kse. sched_pctcpu() exists partly to centralize not following this null pointer and partly because the contents of td->td_kse might not be up to date (SCHED_4BSD maintains td->td_kse->ke_pctcpu (except, apparently, when td->td_kse is null), but SCHED_ULE needs a more dynamic update). I think it may be a bug that td->td_kse is null, especially in ttyinfo(). ttyinfo() is supposed to choose the most active process, but the choosing is broken for the SCHED_ULE case by comparing kg->kg_estcpu in proc_compare(), but kg->kg_estcpu() is not maintained by SCHED_ULE (it is always 0). This might result in an inactive process being preferred. We display the process's activity in the form of %CPU, so perhaps we should sort on that. However, too much is already done with sched_lock held, and calling sched_pctcpu() in proc_compare() would make this worse. The following related log messages didn't have enough detail for me. % RCS file: /home/ncvs/src/sys/kern/sched_4bsd.c,v % Working file: sched_4bsd.c % head: 1.33 % ... % ---------------------------- % revision 1.27 % date: 2003/11/08 03:03:17; author: davidxu; state: Exp; lines: +2 -0 % Return a reasonable number for top or ps to display for M:N thread, % since there is no direct association between M:N thread and kse, % sometimes, a thread does not have a kse, in that case, return a pctcpu % from its last kse, it is not perfect, but gives a good number to be % displayed. % ---------------------------- Why is this only done for the SCHED_4BSD case? % ... % ---------------------------- % revision 1.25 % date: 2003/10/16 21:13:14; author: jeff; state: Exp; lines: +7 -1 % - The kse may be null in sched_pctcpu(). % % Reported by: kris % ---------------------------- How can it be null? The SCHED_ULE case apparently always checked this. I added a check that the kse isn't null in sched_pctcpu() in the SCHED_4BSD case. It hasn't fired yet, but I don't use threads. Bruce From owner-cvs-src@FreeBSD.ORG Sat Feb 14 14:53:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8A916A4CE; Sat, 14 Feb 2004 14:53:31 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BEE43D2D; Sat, 14 Feb 2004 14:53:30 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1EMrTLE028329; Sun, 15 Feb 2004 09:53:29 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1EMrQ0I028935; Sun, 15 Feb 2004 09:53:27 +1100 Date: Sun, 15 Feb 2004 09:53:25 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Jun Kuriyama In-Reply-To: <7mfzdexjzs.wl@black.imgsrc.co.jp> Message-ID: <20040215094444.F6303@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:53:31 -0000 On Sat, 14 Feb 2004, Jun Kuriyama wrote: > At Fri, 13 Feb 2004 04:02:46 +1100 (EST), > Bruce Evans wrote: > > > This was rejected in all reviews. It gives less information than > > > grepping the sources, at some cost (grep at least gives correct line > > > numbers when the sources don't quite match the binary). > > > > > > Please back this out. > > > > I'm still waiting for this to be backed out. > > I also think that commit is not so useful, but there are some > supporters for his modification. Do you want to back out this > completely? Or fixing just style bugs are acceptable? Fixing the style bugs and other bugs, and adding an option (off by default) to control it would be acceptable. Backing it out would be easier. Bruce From owner-cvs-src@FreeBSD.ORG Sat Feb 14 15:07:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ADAC16A4CF; Sat, 14 Feb 2004 15:07:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597BF43D2F; Sat, 14 Feb 2004 15:07:25 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EN7PGe049134; Sat, 14 Feb 2004 15:07:25 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EN7PDx049133; Sat, 14 Feb 2004 15:07:25 -0800 (PST) (envelope-from scottl) Message-Id: <200402142307.i1EN7PDx049133@repoman.freebsd.org> From: Scott Long Date: Sat, 14 Feb 2004 15:07:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 23:07:25 -0000 scottl 2004/02/14 15:07:25 PST FreeBSD src repository Modified files: sys/conf majors Log: Remove the reservation for the I2O device. The code never materialized, and if it does in the future, it won't need a static major. Revision Changes Path 1.191 +0 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Sat Feb 14 15:11:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660FA16A4CE; Sat, 14 Feb 2004 15:11:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF1043D31; Sat, 14 Feb 2004 15:11:04 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ENB4Ge049392; Sat, 14 Feb 2004 15:11:04 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ENB4Nj049391; Sat, 14 Feb 2004 15:11:04 -0800 (PST) (envelope-from scottl) Message-Id: <200402142311.i1ENB4Nj049391@repoman.freebsd.org> From: Scott Long Date: Sat, 14 Feb 2004 15:11:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors src/sys/dev/ips ips.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 23:11:04 -0000 scottl 2004/02/14 15:11:04 PST FreeBSD src repository Modified files: sys/conf majors sys/dev/ips ips.c Log: Remove the static major assignment for ips(4). Submitted by: phk, inspired by others. Revision Changes Path 1.192 +0 -1 src/sys/conf/majors 1.9 +0 -2 src/sys/dev/ips/ips.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 15:18:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F92016A4CE; Sat, 14 Feb 2004 15:18:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3525943D1D; Sat, 14 Feb 2004 15:18:59 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ENIxGe051365; Sat, 14 Feb 2004 15:18:59 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ENIws7051364; Sat, 14 Feb 2004 15:18:58 -0800 (PST) (envelope-from scottl) Message-Id: <200402142318.i1ENIws7051364@repoman.freebsd.org> From: Scott Long Date: Sat, 14 Feb 2004 15:18:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors src/sys/dev/iir iir.h iir_ctrl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 23:18:59 -0000 scottl 2004/02/14 15:18:58 PST FreeBSD src repository Modified files: sys/conf majors sys/dev/iir iir.h iir_ctrl.c Log: Remove the static major assignment for iir(4). Submitted by: phk (partially) Revision Changes Path 1.193 +0 -1 src/sys/conf/majors 1.6 +0 -2 src/sys/dev/iir/iir.h 1.12 +1 -4 src/sys/dev/iir/iir_ctrl.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 16:15:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBA616A4CE; Sat, 14 Feb 2004 16:15:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA69143D1F; Sat, 14 Feb 2004 16:15:44 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F0FiGe064926; Sat, 14 Feb 2004 16:15:44 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F0Fiu7064925; Sat, 14 Feb 2004 16:15:44 -0800 (PST) (envelope-from truckman) Message-Id: <200402150015.i1F0Fiu7064925@repoman.freebsd.org> From: Don Lewis Date: Sat, 14 Feb 2004 16:15:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/sound/pcm vchan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 00:15:45 -0000 truckman 2004/02/14 16:15:44 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/sound/pcm vchan.c Log: Partial MFC of revision 1.16. Change KASSERT() in feed_vchan16() into an explicit test and call to panic() so that the buffer overflow just beyond this point is always caught, even when the code is not compiled with INVARIANTS. This will cause a deterministic panic if a particular combination of sound hardware and client software triggers the buffer overflow in the vchan code. This is better than letting the system panic in some unrelated part of the kernel because of heap corruption. Revision Changes Path 1.13.2.1 +3 -1 src/sys/dev/sound/pcm/vchan.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 16:16:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A1F16A4CE; Sat, 14 Feb 2004 16:16:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B45743D1D; Sat, 14 Feb 2004 16:16:54 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F0GsGe064972; Sat, 14 Feb 2004 16:16:54 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F0GrbD064971; Sat, 14 Feb 2004 16:16:53 -0800 (PST) (envelope-from truckman) Message-Id: <200402150016.i1F0GrbD064971@repoman.freebsd.org> From: Don Lewis Date: Sat, 14 Feb 2004 16:16:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/sound/pcm vchan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 00:16:54 -0000 truckman 2004/02/14 16:16:53 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/sound/pcm vchan.c Log: Forced commit to add a notice that the previous commit was ... Approved by: re (scottl) Revision Changes Path 1.13.2.2 +0 -0 src/sys/dev/sound/pcm/vchan.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 16:42:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AD316A4CE; Sat, 14 Feb 2004 16:42:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F0043D1D; Sat, 14 Feb 2004 16:42:09 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F0g9Ge070931; Sat, 14 Feb 2004 16:42:09 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F0g8tn070930; Sat, 14 Feb 2004 16:42:09 -0800 (PST) (envelope-from simon) Message-Id: <200402150042.i1F0g8tn070930@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 14 Feb 2004 16:42:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/forth loader.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 00:42:09 -0000 simon 2004/02/14 16:42:08 PST FreeBSD src repository (doc committer) Modified files: sys/boot/forth loader.conf.5 Log: mdoc(7) janitor: - Fix hard sentence breaks. - Quote argument to the Nd macro. - Use Pa for filenames. Revision Changes Path 1.20 +32 -18 src/sys/boot/forth/loader.conf.5 From owner-cvs-src@FreeBSD.ORG Sat Feb 14 16:42:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E5816A4D5; Sat, 14 Feb 2004 16:42:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362F943D2F; Sat, 14 Feb 2004 16:42:27 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F0gRGe071144; Sat, 14 Feb 2004 16:42:27 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F0gQtB071143; Sat, 14 Feb 2004 16:42:26 -0800 (PST) (envelope-from alc) Message-Id: <200402150042.i1F0gQtB071143@repoman.freebsd.org> From: Alan Cox Date: Sat, 14 Feb 2004 16:42:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 00:42:27 -0000 alc 2004/02/14 16:42:26 PST FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Correct a long-standing race condition in vm_fault() that could result in a panic "vm_page_cache: caching a dirty page, ...": Access to the page must be restricted or removed before calling vm_page_cache(). This race condition is identical in nature to that which was addressed by vm_pageout.c's revision 1.251 and vm_page.c's revision 1.275. Reviewed by: tegge MFC after: 7 days Revision Changes Path 1.185 +1 -3 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 16:43:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5103E16A4CE; Sat, 14 Feb 2004 16:43:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3755E43D1D; Sat, 14 Feb 2004 16:43:23 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F0hNGe071219; Sat, 14 Feb 2004 16:43:23 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F0hMaL071218; Sat, 14 Feb 2004 16:43:22 -0800 (PST) (envelope-from rwatson) Message-Id: <200402150043.i1F0hMaL071218@repoman.freebsd.org> From: Robert Watson Date: Sat, 14 Feb 2004 16:43:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty_pty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 00:43:23 -0000 rwatson 2004/02/14 16:43:22 PST FreeBSD src repository Modified files: sys/kern tty_pty.c Log: Remove excess brackets. Revision Changes Path 1.113 +2 -3 src/sys/kern/tty_pty.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 21:26:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B5E16A4CE; Sat, 14 Feb 2004 21:26:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6923F43D1D; Sat, 14 Feb 2004 21:26:55 -0800 (PST) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F5QtGe045667; Sat, 14 Feb 2004 21:26:55 -0800 (PST) (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F5QtVT045666; Sat, 14 Feb 2004 21:26:55 -0800 (PST) (envelope-from jmg) Message-Id: <200402150526.i1F5QtVT045666@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 14 Feb 2004 21:26:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb uhci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 05:26:55 -0000 jmg 2004/02/14 21:26:55 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uhci.c Log: MFC: rev 1.93 update frlengths after isoc transfer PR: kern/60109 Submitted by: Damien Bergamini Revision Changes Path 1.40.2.12 +4 -2 src/sys/dev/usb/uhci.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 22:31:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A9916A4CE; Sat, 14 Feb 2004 22:31:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE0043D1D; Sat, 14 Feb 2004 22:31:26 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F6VQGe060254; Sat, 14 Feb 2004 22:31:26 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F6VQ8Y060250; Sat, 14 Feb 2004 22:31:26 -0800 (PST) (envelope-from bde) Message-Id: <200402150631.i1F6VQ8Y060250@repoman.freebsd.org> From: Bruce Evans Date: Sat, 14 Feb 2004 22:31:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_ext2fs mount_ext2fs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 06:31:27 -0000 bde 2004/02/14 22:31:26 PST FreeBSD src repository Modified files: sbin/mount_ext2fs mount_ext2fs.c Log: Support mounting ext2fs file systems with -async to the small extent that ext2fs in the kernel supports async mounts. ext2fs used to effectively force the -async flag on. -async for ext2fs only gives async (more precisely, delayed) writes for inode updates, so it is barely worth using even when it is safe. Revision Changes Path 1.17 +1 -0 src/sbin/mount_ext2fs/mount_ext2fs.c From owner-cvs-src@FreeBSD.ORG Sat Feb 14 23:15:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5634716A4CE; Sat, 14 Feb 2004 23:15:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4F143D1D; Sat, 14 Feb 2004 23:15:59 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F7FxGe070663; Sat, 14 Feb 2004 23:15:59 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F7Fx7U070662; Sat, 14 Feb 2004 23:15:59 -0800 (PST) (envelope-from bde) Message-Id: <200402150715.i1F7Fx7U070662@repoman.freebsd.org> From: Bruce Evans Date: Sat, 14 Feb 2004 23:15:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 07:15:59 -0000 bde 2004/02/14 23:15:58 PST FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Removed support for the unsupported option READONLY. It just forced dishonoring of requests for read-write mounts. Revision Changes Path 1.118 +0 -4 src/sys/gnu/ext2fs/ext2_vfsops.c