From owner-cvs-src@FreeBSD.ORG Sun May 16 03:35: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 B32CA16A4CE; Sun, 16 May 2004 03:35:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83ABC43D4C; Sun, 16 May 2004 03:35:15 -0700 (PDT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GAZFGe054286; Sun, 16 May 2004 03:35:15 -0700 (PDT) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GAZFeC054285; Sun, 16 May 2004 03:35:15 -0700 (PDT) (envelope-from eik) Message-Id: <200405161035.i4GAZFeC054285@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 16 May 2004 03:35:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 10:35:15 -0000 eik 2004/05/16 03:35:14 PDT FreeBSD src repository (ports committer) Modified files: usr.bin/find find.1 Log: snafu, exchanged the descriptions of -maxdepth and -mindepth. Noticed by: ru Revision Changes Path 1.61 +5 -5 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 04:26: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 0336316A4CF; Sun, 16 May 2004 04:26:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C644543D46; Sun, 16 May 2004 04:26:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GBQdGe065290; Sun, 16 May 2004 04:26:39 -0700 (PDT) (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GBQdL2065289; Sun, 16 May 2004 04:26:39 -0700 (PDT) (envelope-from dfr) Message-Id: <200405161126.i4GBQdL2065289@repoman.freebsd.org> From: Doug Rabson Date: Sun, 16 May 2004 04:26:39 -0700 (PDT) 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 firewire.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, 16 May 2004 11:26:40 -0000 dfr 2004/05/16 04:26:39 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: Don't use the node id as an index into the topology map. This breaks if a node on the bus has more than three ports (like my cheapo six port hub). Revision Changes Path 1.72 +21 -2 src/sys/dev/firewire/firewire.c From owner-cvs-src@FreeBSD.ORG Sun May 16 06:58: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 947EE16A4CE; Sun, 16 May 2004 06:58:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697E643D46; Sun, 16 May 2004 06:58:28 -0700 (PDT) (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 i4GDwSGe003505; Sun, 16 May 2004 06:58:28 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GDwS1R003504; Sun, 16 May 2004 06:58:28 -0700 (PDT) (envelope-from ru) Message-Id: <200405161358.i4GDwS1R003504@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 06:58:27 -0700 (PDT) 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: Sun, 16 May 2004 13:58:28 -0000 ru 2004/05/16 06:58:27 PDT FreeBSD src repository Modified files: sys/modules Makefile Log: Fixed the disordering from rev. 1.371. Revision Changes Path 1.380 +1 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sun May 16 07:12: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 BBC3916A4CF; Sun, 16 May 2004 07:12:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EA643D1D; Sun, 16 May 2004 07:12:06 -0700 (PDT) (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 i4GEC6Ge007869; Sun, 16 May 2004 07:12:06 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GEC5Bd007865; Sun, 16 May 2004 07:12:05 -0700 (PDT) (envelope-from nyan) Message-Id: <200405161412.i4GEC5Bd007865@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 16 May 2004 07:12:05 -0700 (PDT) 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_cpu_pc98.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, 16 May 2004 14:12:06 -0000 nyan 2004/05/16 07:12:05 PDT FreeBSD src repository Modified files: sys/dev/uart uart_cpu_pc98.c Log: - Initialize uart_bus_space_io and uart_bus_space_mem. - Fix wrong comment. Revision Changes Path 1.11 +7 -7 src/sys/dev/uart/uart_cpu_pc98.c From owner-cvs-src@FreeBSD.ORG Sun May 16 07:41: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 2B0CB16A4CE; Sun, 16 May 2004 07:41:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F295943D41; Sun, 16 May 2004 07:41:21 -0700 (PDT) (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 i4GEfLGe013403; Sun, 16 May 2004 07:41:21 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GEfLLj013393; Sun, 16 May 2004 07:41:21 -0700 (PDT) (envelope-from ru) Message-Id: <200405161441.i4GEfLLj013393@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 07:41:20 -0700 (PDT) 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 ng_sppp.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: Sun, 16 May 2004 14:41:22 -0000 ru 2004/05/16 07:41:20 PDT FreeBSD src repository Modified files: share/man/man4 ng_sppp.4 Log: Kill DOS newline breaks. Revision Changes Path 1.2 +151 -151 src/share/man/man4/ng_sppp.4 From owner-cvs-src@FreeBSD.ORG Sun May 16 09:54: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 7AB9316A4CE; Sun, 16 May 2004 09:54:30 -0700 (PDT) Received: from citi.umich.edu (citi.umich.edu [141.211.133.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0F443D48; Sun, 16 May 2004 09:54:29 -0700 (PDT) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (dsl093-001-248.det1.dsl.speakeasy.net [66.93.1.248]) by citi.umich.edu (Postfix) with ESMTP id 78A602080B; Sun, 16 May 2004 12:54:28 -0400 (EDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Jim Rees In-Reply-To: "Poul-Henning Kamp", Sun, 16 May 2004 04:28:46 +0200 Date: Sun, 16 May 2004 12:54:28 -0400 Sender: rees@citi.umich.edu Message-Id: <20040516165428.78A602080B@citi.umich.edu> Subject: Re: cvs commit: src/usr.bin/enigma enigma.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 16:54:30 -0000 You're pretty wrong about it being unsafe. It's unsafe unless used correctly. So I guess we're in agreement. But how useful is a cipher that has to be re-keyed every 200 characters? And how likely is it to be used correctly? From owner-cvs-src@FreeBSD.ORG Sun May 16 11:02: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 6018E16A4CE; Sun, 16 May 2004 11:02:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294E843D2F; Sun, 16 May 2004 11:02:48 -0700 (PDT) (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 i4GI2lGe064000; Sun, 16 May 2004 11:02:48 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GI2lu0063999; Sun, 16 May 2004 11:02:47 -0700 (PDT) (envelope-from njl) Message-Id: <200405161802.i4GI2lu0063999@repoman.freebsd.org> From: Nate Lawson Date: Sun, 16 May 2004 11:02:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi_user.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, 16 May 2004 18:02:48 -0000 njl 2004/05/16 11:02:47 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi_user.c Log: If the revision is 0, don't trust the length in the RSDP. Instead assume an ACPI version 1.0 length. Revision Changes Path 1.10 +7 -2 src/usr.sbin/acpi/acpidump/acpi_user.c From owner-cvs-src@FreeBSD.ORG Sun May 16 12:26: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 E82F816A4CE; Sun, 16 May 2004 12:26:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42D643D2F; Sun, 16 May 2004 12:26:46 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GJQkGe084304; Sun, 16 May 2004 12:26:46 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GJQkFI084303; Sun, 16 May 2004 12:26:46 -0700 (PDT) (envelope-from archie) Message-Id: <200405161926.i4GJQkFI084303@repoman.freebsd.org> From: Archie Cobbs Date: Sun, 16 May 2004 12:26:46 -0700 (PDT) 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 ng_pptpgre.4 src/sys/netgraph ng_pptpgre.c ng_pptpgre.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, 16 May 2004 19:26:47 -0000 archie 2004/05/16 12:26:46 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 ng_pptpgre.4 sys/netgraph ng_pptpgre.c ng_pptpgre.h Log: MFC: Add 'enableWindowing' configuration knob to the ng_pptpgre(4) node. Revision Changes Path 1.16.2.3 +9 -0 src/share/man/man4/ng_pptpgre.4 1.2.2.15 +49 -35 src/sys/netgraph/ng_pptpgre.c 1.1.4.5 +3 -1 src/sys/netgraph/ng_pptpgre.h From owner-cvs-src@FreeBSD.ORG Sun May 16 12:29: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 556DD16A4CE; Sun, 16 May 2004 12:29:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3399043D46; Sun, 16 May 2004 12:29:34 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GJTYGe084446; Sun, 16 May 2004 12:29:34 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GJTXDu084445; Sun, 16 May 2004 12:29:33 -0700 (PDT) (envelope-from yar) Message-Id: <200405161929.i4GJTXDu084445@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 16 May 2004 12:29:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/cron/cron cron.8 cron.c cron.h do_command.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, 16 May 2004 19:29:35 -0000 yar 2004/05/16 12:29:33 PDT FreeBSD src repository Modified files: usr.sbin/cron/cron cron.8 cron.c cron.h do_command.c Log: Add two new options to cron(8), -J and -j. They allow to specify the maximum amount of time jitter for root and other users, respectively. Before starting a job, cron(8) will sleep a random number of seconds, from 0 to the amount specified. This can help to smooth down load spikes when a lot of jobs are to start at the beginning of a particular minute (e.g., the first minute of an hour.) PR: bin/66474 Submitted by: Dmitry Morozovsky rinet.ru> Revision Changes Path 1.21 +23 -0 src/usr.sbin/cron/cron/cron.8 1.15 +17 -3 src/usr.sbin/cron/cron/cron.c 1.15 +4 -0 src/usr.sbin/cron/cron/cron.h 1.22 +7 -0 src/usr.sbin/cron/cron/do_command.c From owner-cvs-src@FreeBSD.ORG Sun May 16 12:31: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 5AA3716A4CE; Sun, 16 May 2004 12:31:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A1343D54; Sun, 16 May 2004 12:31:36 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GJVZGe085446; Sun, 16 May 2004 12:31:35 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GJVZDe085445; Sun, 16 May 2004 12:31:35 -0700 (PDT) (envelope-from archie) Message-Id: <200405161931.i4GJVZDe085445@repoman.freebsd.org> From: Archie Cobbs Date: Sun, 16 May 2004 12:31:35 -0700 (PDT) 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 ng_ether.4 src/sys/netgraph ng_ether.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, 16 May 2004 19:31:36 -0000 archie 2004/05/16 12:31:35 PDT FreeBSD src repository Modified files: share/man/man4 ng_ether.4 sys/netgraph ng_ether.c Log: Allow ng_ether "lower" and "orphans" hooks to be connected at the same time. Reviewed by: julian PR: kern/63317 Revision Changes Path 1.21 +5 -5 src/share/man/man4/ng_ether.4 1.34 +20 -42 src/sys/netgraph/ng_ether.c From owner-cvs-src@FreeBSD.ORG Sun May 16 13:00: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 E36BA16A4CE; Sun, 16 May 2004 13:00:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6771E43D45; Sun, 16 May 2004 13:00:29 -0700 (PDT) (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 i4GK0TGe096793; Sun, 16 May 2004 13:00:29 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GK0SSc096792; Sun, 16 May 2004 13:00:28 -0700 (PDT) (envelope-from peter) Message-Id: <200405162000.i4GK0SSc096792@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 13:00:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha elf_machdep.c src/sys/amd64/amd64 elf_machdep.c src/sys/arm/arm elf_machdep.c src/sys/i386/i386 elf_machdep.c src/sys/ia64/ia64 elf_machdep.c src/sys/powerpc/powerpc elf_machdep.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 20:00:30 -0000 peter 2004/05/16 13:00:28 PDT FreeBSD src repository Modified files: sys/alpha/alpha elf_machdep.c sys/amd64/amd64 elf_machdep.c sys/arm/arm elf_machdep.c sys/i386/i386 elf_machdep.c sys/ia64/ia64 elf_machdep.c sys/powerpc/powerpc elf_machdep.c sys/sparc64/sparc64 elf_machdep.c sys/kern link_elf.c sys/sys linker.h Log: Make a small revision to the api between the elf linker core and the elf_reloc() backends for two reasons. First, to support the possibility of there being two elf linkers in the kernel (eg: amd64), and second, to pass the relocbase explicitly (for relocating .o format kld files). Revision Changes Path 1.18 +11 -9 src/sys/alpha/alpha/elf_machdep.c 1.20 +35 -26 src/sys/amd64/amd64/elf_machdep.c 1.2 +10 -8 src/sys/arm/arm/elf_machdep.c 1.19 +11 -9 src/sys/i386/i386/elf_machdep.c 1.17 +13 -10 src/sys/ia64/ia64/elf_machdep.c 1.77 +14 -7 src/sys/kern/link_elf.c 1.18 +10 -8 src/sys/powerpc/powerpc/elf_machdep.c 1.17 +5 -4 src/sys/sparc64/sparc64/elf_machdep.c 1.37 +4 -3 src/sys/sys/linker.h From owner-cvs-src@FreeBSD.ORG Sun May 16 13:11: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 EFCA816A4CE; Sun, 16 May 2004 13:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A3143D2D; Sun, 16 May 2004 13:11:38 -0700 (PDT) (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 i4GKBcGe001125; Sun, 16 May 2004 13:11:38 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GKBcAL001124; Sun, 16 May 2004 13:11:38 -0700 (PDT) (envelope-from peter) Message-Id: <200405162011.i4GKBcAL001124@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 13:11:38 -0700 (PDT) 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.amd64 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: Sun, 16 May 2004 20:11:39 -0000 peter 2004/05/16 13:11:38 PDT FreeBSD src repository Modified files: sys/conf files.amd64 kmod.mk Log: Enable first part of kld's on amd64. This is known to not work right yet, but building kld's is OK now and they can be loaded by kldload(2). (but the machine will likely crash soon afterwards, a "minor" problem :-) Brought to you by: my injured knee (from moving) Revision Changes Path 1.32 +1 -0 src/sys/conf/files.amd64 1.157 +9 -0 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Sun May 16 13:30: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 9D39F16A4CE; Sun, 16 May 2004 13:30:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D6A43D45; Sun, 16 May 2004 13:30:48 -0700 (PDT) (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 i4GKUmGe004596; Sun, 16 May 2004 13:30:48 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GKUmLc004595; Sun, 16 May 2004 13:30:48 -0700 (PDT) (envelope-from peter) Message-Id: <200405162030.i4GKUmLc004595@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 13:30:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 intr_machdep.c io_apic.c legacy.c local_apic.c mptable.c mptable_pci.c nexus.c src/sys/amd64/include apicvar.h intr_machdep.h legacyvar.h pmap.h src/sys/amd64/isa atpic.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, 16 May 2004 20:30:49 -0000 peter 2004/05/16 13:30:47 PDT FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/amd64/amd64 intr_machdep.c io_apic.c legacy.c local_apic.c mptable.c mptable_pci.c nexus.c sys/amd64/include apicvar.h intr_machdep.h legacyvar.h pmap.h sys/amd64/isa atpic.c atpic_vector.S clock.c icu.h nmi.c sys/amd64/pci pci_bus.c sys/conf files.amd64 Log: MFi386: numerous interrupt and acpi updates Revision Changes Path 1.12 +122 -41 src/sys/amd64/acpica/madt.c 1.5 +11 -0 src/sys/amd64/amd64/intr_machdep.c 1.8 +81 -30 src/sys/amd64/amd64/io_apic.c 1.53 +71 -1 src/sys/amd64/amd64/legacy.c 1.9 +12 -10 src/sys/amd64/amd64/local_apic.c 1.230 +28 -36 src/sys/amd64/amd64/mptable.c 1.2 +9 -1 src/sys/amd64/amd64/mptable_pci.c 1.59 +10 -0 src/sys/amd64/amd64/nexus.c 1.7 +8 -4 src/sys/amd64/include/apicvar.h 1.3 +9 -0 src/sys/amd64/include/intr_machdep.h 1.5 +0 -1 src/sys/amd64/include/legacyvar.h 1.114 +0 -1 src/sys/amd64/include/pmap.h 1.11 +137 -21 src/sys/amd64/isa/atpic.c 1.43 +0 -2 src/sys/amd64/isa/atpic_vector.S 1.209 +6 -5 src/sys/amd64/isa/clock.c 1.34 +0 -30 src/sys/amd64/isa/icu.h 1.80 +0 -8 src/sys/amd64/isa/nmi.c 1.108 +1 -1 src/sys/amd64/pci/pci_bus.c 1.33 +1 -0 src/sys/conf/files.amd64 From owner-cvs-src@FreeBSD.ORG Sun May 16 13: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 486E516A4CE; Sun, 16 May 2004 13:41:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF4443D41; Sun, 16 May 2004 13:41:13 -0700 (PDT) (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 i4GKfCGe006953; Sun, 16 May 2004 13:41:12 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GKfCoM006942; Sun, 16 May 2004 13:41:12 -0700 (PDT) (envelope-from ru) Message-Id: <200405162041.i4GKfCoM006942@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 13:41:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/rmdir rmdir.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, 16 May 2004 20:41:13 -0000 ru 2004/05/16 13:41:11 PDT FreeBSD src repository Modified files: bin/rmdir rmdir.c Log: Added -v to usage(). Revision Changes Path 1.17 +1 -1 src/bin/rmdir/rmdir.c From owner-cvs-src@FreeBSD.ORG Sun May 16 13:44: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 90EAC16A4CE; Sun, 16 May 2004 13:44:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D64043D3F; Sun, 16 May 2004 13:44:42 -0700 (PDT) (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 i4GKigGe008859; Sun, 16 May 2004 13:44:42 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GKigCb008858; Sun, 16 May 2004 13:44:42 -0700 (PDT) (envelope-from peter) Message-Id: <200405162044.i4GKigCb008858@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 13:44:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.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, 16 May 2004 20:44:42 -0000 peter 2004/05/16 13:44:41 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include pmap.h Log: For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t argument. It is actually the same type on amd64 (vm_paddr_t = vm_offset_t) but this reduces the i386<->amd64 diffs a little. Revision Changes Path 1.458 +1 -1 src/sys/amd64/amd64/pmap.c 1.115 +1 -1 src/sys/amd64/include/pmap.h From owner-cvs-src@FreeBSD.ORG Sun May 16 13:46: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 0A00B16A4CE; Sun, 16 May 2004 13:46:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D160A43D45; Sun, 16 May 2004 13:46:13 -0700 (PDT) (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 i4GKkDGe009058; Sun, 16 May 2004 13:46:13 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GKkD5i009057; Sun, 16 May 2004 13:46:13 -0700 (PDT) (envelope-from peter) Message-Id: <200405162046.i4GKkD5i009057@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 13:46:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 support.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, 16 May 2004 20:46:14 -0000 peter 2004/05/16 13:46:13 PDT FreeBSD src repository Modified files: sys/amd64/amd64 support.S Log: MFi386: avoid partial register references, for what its worth. Revision Changes Path 1.109 +5 -5 src/sys/amd64/amd64/support.S From owner-cvs-src@FreeBSD.ORG Sun May 16 13:46: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 03AB816A4CE; Sun, 16 May 2004 13:46:45 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C0143D39; Sun, 16 May 2004 13:46:44 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.34; FreeBSD) id 1BPSWw-000D3C-Jv; Sun, 16 May 2004 21:46:42 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.34; FreeBSD) id 1BPSWu-000Ger-PD; Sun, 16 May 2004 21:46:40 +0100 Date: Sun, 16 May 2004 21:46:40 +0100 From: Ceri Davies To: Doug Barton Message-ID: <20040516204640.GJ1518@submonkey.net> Mail-Followup-To: Ceri Davies , Doug Barton , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200404201920.i3KJKJr9063485@repoman.freebsd.org> <40977073.2020603@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZG+WKzXzVby2T9Ro" Content-Disposition: inline In-Reply-To: <40977073.2020603@DougBarton.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes fortunes.sp.ok fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 20:46:45 -0000 --ZG+WKzXzVby2T9Ro Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 04, 2004 at 12:29:07PM +0200, Doug Barton wrote: > Ceri Davies wrote: > > ceri 2004/04/20 12:20:18 PDT > >=20 > > FreeBSD src repository (doc committer) > >=20 > > Modified files: > > games/fortune/datfiles fortunes fortunes.sp.ok fortunes2=20 > > Log: > > Don peril-sensitive sunglasses and correct the spelling of ukulele. > > =20 > > "Ukulele" is the canonical term, with "ukelele" being a derivation. > > Also there is some evidence that the original appearance of the quote > > had the spelling "ukulele", although anyone who has a copy of Esquire > > from March 1967 is welcome to prove me wrong. > > =20 > > PR: bin/65626 http://www.FreeBSD.org/cgi/query-pr.cgi?pr= =3D65626 > > Submitted by: Gavin Atkinson > > =20 > > Revision Changes Path > > 1.128 +1 -1 src/games/fortune/datfiles/fortunes > > 1.5 +1 -1 src/games/fortune/datfiles/fortunes.sp.ok > > 1.65 +1 -1 src/games/fortune/datfiles/fortunes2 > >=20 >=20 > I've no problem with your spelling, but IMO it's better to remove > fortunes that are duplicated in the fortunes2 file, rather than to > correct them both. Sounds like a good idea to me - the organisation (presuming it exists) under datfiles/ remains a mystery to me to this day. Should it be removed from fortunes, or fortunes2? Ceri [still catching up on mail] --=20 The hiatus is back off, again. --ZG+WKzXzVby2T9Ro Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAp9MwocfcwTS3JF8RAnfNAKDCYv0tOQZryOo4MqcTahotPig5vQCfRn5Y onYq3O8Sb2qMLYixEpOihVk= =ozxu -----END PGP SIGNATURE----- --ZG+WKzXzVby2T9Ro-- From owner-cvs-src@FreeBSD.ORG Sun May 16 13:57: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 1F26716A4CE; Sun, 16 May 2004 13:57:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC04E43D1F; Sun, 16 May 2004 13:57:02 -0700 (PDT) (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 i4GKv2Ge011358; Sun, 16 May 2004 13:57:02 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GKv2bX011357; Sun, 16 May 2004 13:57:02 -0700 (PDT) (envelope-from peter) Message-Id: <200405162057.i4GKv2bX011357@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 13:57:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 20:57:03 -0000 peter 2004/05/16 13:57:02 PDT FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: MFi386: add rue and twa Revision Changes Path 1.408 +3 -0 src/sys/amd64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun May 16 14:11: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 5C25C16A4CE; Sun, 16 May 2004 14:11:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3EE43D3F; Sun, 16 May 2004 14:11:47 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GLBkGe015676; Sun, 16 May 2004 14:11:47 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLBk4O015672; Sun, 16 May 2004 14:11:46 -0700 (PDT) (envelope-from joerg) Message-Id: <200405162111.i4GLBk4O015672@repoman.freebsd.org> From: Joerg Wunsch Date: Sun, 16 May 2004 14:11:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iicbus iicbus.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, 16 May 2004 21:11:47 -0000 joerg 2004/05/16 14:11:46 PDT FreeBSD src repository Modified files: sys/dev/iicbus iicbus.c Log: After successfully attaching an iicbus instance, instead of using a NULL name in device_add_child(), explicitly name all of our known child drivers in order to give them a chance to attach to us. Otherwise, only the first one present would be probed and attached. Reviewed by: nsouch MFC after: 1 month Revision Changes Path 1.19 +3 -1 src/sys/dev/iicbus/iicbus.c From owner-cvs-src@FreeBSD.ORG Sun May 16 14:18: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 6AEC716A4CE; Sun, 16 May 2004 14:18:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC4343D41; Sun, 16 May 2004 14:18:46 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GLIkGe016558; Sun, 16 May 2004 14:18:46 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLIjRQ016557; Sun, 16 May 2004 14:18:45 -0700 (PDT) (envelope-from joerg) Message-Id: <200405162118.i4GLIjRQ016557@repoman.freebsd.org> From: Joerg Wunsch Date: Sun, 16 May 2004 14:18:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/smbus smb.c smb.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, 16 May 2004 21:18:46 -0000 joerg 2004/05/16 14:18:45 PDT FreeBSD src repository Modified files: sys/dev/smbus smb.c smb.h Log: You wouldn't believe a driver could survive doing userland IO without properly using copyin/copyout for more than 5 years? This one did. :-) Properly encapsulate all user<->kernel data transfers using copy{in,out}. MFC after: 1 month Revision Changes Path 1.32 +43 -11 src/sys/dev/smbus/smb.c 1.4 +6 -1 src/sys/dev/smbus/smb.h From owner-cvs-src@FreeBSD.ORG Sun May 16 14:20: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 83E8816A4CE; Sun, 16 May 2004 14:20:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578DC43D31; Sun, 16 May 2004 14:20:00 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GLK0Ge016618; Sun, 16 May 2004 14:20:00 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLK0KV016617; Sun, 16 May 2004 14:20:00 -0700 (PDT) (envelope-from joerg) Message-Id: <200405162120.i4GLK0KV016617@repoman.freebsd.org> From: Joerg Wunsch Date: Sun, 16 May 2004 14:20:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iicbus iic.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, 16 May 2004 21:20:00 -0000 joerg 2004/05/16 14:20:00 PDT FreeBSD src repository Modified files: sys/dev/iicbus iic.c Log: Another candidate that didn't use copyin/copyout for user<->kernel transfers. MFC after: 1 month Revision Changes Path 1.31 +23 -3 src/sys/dev/iicbus/iic.c From owner-cvs-src@FreeBSD.ORG Sun May 16 14:22: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 5B78616A4CE; Sun, 16 May 2004 14:22:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAFE43D1D; Sun, 16 May 2004 14:22:46 -0700 (PDT) (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 i4GLMjGe018483; Sun, 16 May 2004 14:22:45 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLMjVp018482; Sun, 16 May 2004 14:22:45 -0700 (PDT) (envelope-from peter) Message-Id: <200405162122.i4GLMjVp018482@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 14:22:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cy cy.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, 16 May 2004 21:22:46 -0000 peter 2004/05/16 14:22:45 PDT FreeBSD src repository Modified files: sys/dev/cy cy.c Log: Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn't subsequently used in the code, and 2) it doesn't compile on !i386. Revision Changes Path 1.145 +0 -4 src/sys/dev/cy/cy.c From owner-cvs-src@FreeBSD.ORG Sun May 16 14:27: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 9646116A4CE; Sun, 16 May 2004 14:27:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D82B43D1D; Sun, 16 May 2004 14:27:29 -0700 (PDT) (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 i4GLRTGe018698; Sun, 16 May 2004 14:27:29 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLRTta018697; Sun, 16 May 2004 14:27:29 -0700 (PDT) (envelope-from peter) Message-Id: <200405162127.i4GLRTta018697@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 14:27:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:27:29 -0000 peter 2004/05/16 14:27:29 PDT FreeBSD src repository Modified files: sys/amd64/conf NOTES Log: Converge some more with i386. Revision Changes Path 1.13 +21 -10 src/sys/amd64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun May 16 14:33: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 E62AC16A4CE; Sun, 16 May 2004 14:33:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9533A43D41; Sun, 16 May 2004 14:33:49 -0700 (PDT) (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 i4GLXnGe020801; Sun, 16 May 2004 14:33:49 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLXnC3020800; Sun, 16 May 2004 14:33:49 -0700 (PDT) (envelope-from ru) Message-Id: <200405162133.i4GLXnC3020800@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:33:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/date date.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:33:50 -0000 ru 2004/05/16 14:33:49 PDT FreeBSD src repository Modified files: bin/date date.1 Log: DESCRIPTION was not updated for the new SYNOPSIS. Revision Changes Path 1.64 +7 -6 src/bin/date/date.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 14:34: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 D43B416A4CE; Sun, 16 May 2004 14:34:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EE243D39; Sun, 16 May 2004 14:34:15 -0700 (PDT) (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 i4GLYFGe020879; Sun, 16 May 2004 14:34:15 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLYFVe020878; Sun, 16 May 2004 14:34:15 -0700 (PDT) (envelope-from ru) Message-Id: <200405162134.i4GLYFVe020878@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:34:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/dd dd.1 src/bin/df df.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:34:16 -0000 ru 2004/05/16 14:34:15 PDT FreeBSD src repository Modified files: bin/dd dd.1 bin/df df.1 Log: Bump document date for the latest functional change. Minor markup tweaks. Revision Changes Path 1.24 +10 -6 src/bin/dd/dd.1 1.34 +2 -5 src/bin/df/df.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 14:34: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 708D516A4CF; Sun, 16 May 2004 14:34:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4424143D5D; Sun, 16 May 2004 14:34:32 -0700 (PDT) (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 i4GLYWGe020915; Sun, 16 May 2004 14:34:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLYWlm020914; Sun, 16 May 2004 14:34:32 -0700 (PDT) (envelope-from ru) Message-Id: <200405162134.i4GLYWlm020914@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:34:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/getfacl getfacl.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:34:32 -0000 ru 2004/05/16 14:34:32 PDT FreeBSD src repository Modified files: bin/getfacl getfacl.1 Log: Fixed spelling of the document date. Revision Changes Path 1.8 +2 -2 src/bin/getfacl/getfacl.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 14:34: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 4C82916A4D8; Sun, 16 May 2004 14:34:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2208443D4C; Sun, 16 May 2004 14:34:50 -0700 (PDT) (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 i4GLYnGe020952; Sun, 16 May 2004 14:34:49 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLYne8020951; Sun, 16 May 2004 14:34:49 -0700 (PDT) (envelope-from ru) Message-Id: <200405162134.i4GLYne8020951@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:34:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls ls.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:34:50 -0000 ru 2004/05/16 14:34:49 PDT FreeBSD src repository Modified files: bin/ls ls.1 Log: Punctuation. Revision Changes Path 1.81 +1 -1 src/bin/ls/ls.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 14:35: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 E5B9016A517; Sun, 16 May 2004 14:35:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CD943D48; Sun, 16 May 2004 14:35:06 -0700 (PDT) (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 i4GLZ5Ge021016; Sun, 16 May 2004 14:35:05 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLZ5Nv021013; Sun, 16 May 2004 14:35:05 -0700 (PDT) (envelope-from ru) Message-Id: <200405162135.i4GLZ5Nv021013@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:35:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:35:26 -0000 ru 2004/05/16 14:35:05 PDT FreeBSD src repository Modified files: bin/ps ps.1 Log: Assorted markup fixes. Revision Changes Path 1.76 +227 -209 src/bin/ps/ps.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 14:49: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 75D4E16A4CE; Sun, 16 May 2004 14:49:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B9E43D31; Sun, 16 May 2004 14:49:24 -0700 (PDT) (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 i4GLnOGe023401; Sun, 16 May 2004 14:49:24 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLnOGo023400; Sun, 16 May 2004 14:49:24 -0700 (PDT) (envelope-from ru) Message-Id: <200405162149.i4GLnOGo023400@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:49:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/morse morse.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, 16 May 2004 21:49:24 -0000 ru 2004/05/16 14:49:24 PDT FreeBSD src repository Modified files: games/morse morse.c Log: Really add -l to the usage output. Revision Changes Path 1.19 +1 -1 src/games/morse/morse.c From owner-cvs-src@FreeBSD.ORG Sun May 16 14:52: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 96DD516A4CF; Sun, 16 May 2004 14:52:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AAFD43D3F; Sun, 16 May 2004 14:52:49 -0700 (PDT) (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 i4GLqnGe025269; Sun, 16 May 2004 14:52:49 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GLqmCq025268; Sun, 16 May 2004 14:52:48 -0700 (PDT) (envelope-from ru) Message-Id: <200405162152.i4GLqmCq025268@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 14:52:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/morse morse.6 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 21:52:49 -0000 ru 2004/05/16 14:52:48 PDT FreeBSD src repository Modified files: games/morse morse.6 Log: Markup fixes. Revision Changes Path 1.14 +28 -20 src/games/morse/morse.6 From owner-cvs-src@FreeBSD.ORG Sun May 16 15:05: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 2AF5416A4CE; Sun, 16 May 2004 15:05:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB05743D3F; Sun, 16 May 2004 15:05:25 -0700 (PDT) (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 i4GM5PGe028359; Sun, 16 May 2004 15:05:25 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GM5PQS028358; Sun, 16 May 2004 15:05:25 -0700 (PDT) (envelope-from njl) Message-Id: <200405162205.i4GM5PQS028358@repoman.freebsd.org> From: Nate Lawson Date: Sun, 16 May 2004 15:05:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 22:05:26 -0000 njl 2004/05/16 15:05:25 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: Remove myself from da(4). MIHIRA Sanpei Yoshiro will be taking over quirk maintenance given his work on USB. Also, the root cause of spamming da(4) with NO_6_BYTE quirks was fixed last year and the extraneous quirks have been removed. Please coordinate future quirk issues with sanpei@ Revision Changes Path 1.90 +0 -1 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Sun May 16 15:08: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 436ED16A4CE; Sun, 16 May 2004 15:08:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF9E43D3F; Sun, 16 May 2004 15:08:17 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GM8HGe028686; Sun, 16 May 2004 15:08:17 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GM8HRK028685; Sun, 16 May 2004 15:08:17 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405162208.i4GM8HRK028685@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 16 May 2004 15:08:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/finger net.c src/usr.sbin/gstat gstat.c src/usr.sbin/keyserv keyserv.h src/usr.sbin/mrouted cfparse.y src/usr.sbin/rpc.lockd lockd_lock.c src/lib/libdisk disk.c src/usr.sbin/boot0cfg boot0cfg.c src/usr.sbin/pccard/pccardc ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 22:08:18 -0000 stefanf 2004/05/16 15:08:17 PDT FreeBSD src repository Modified files: usr.bin/finger net.c usr.sbin/gstat gstat.c usr.sbin/keyserv keyserv.h usr.sbin/mrouted cfparse.y usr.sbin/rpc.lockd lockd_lock.c lib/libdisk disk.c usr.sbin/boot0cfg boot0cfg.c usr.sbin/pccard/pccardc pccardc.c Log: Remove spurious semicolons. Outside of functions they are actually errors but GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5 Revision Changes Path 1.122 +1 -1 src/lib/libdisk/disk.c 1.23 +1 -1 src/usr.bin/finger/net.c 1.16 +1 -1 src/usr.sbin/boot0cfg/boot0cfg.c 1.9 +1 -1 src/usr.sbin/gstat/gstat.c 1.3 +1 -1 src/usr.sbin/keyserv/keyserv.h 1.13 +2 -2 src/usr.sbin/mrouted/cfparse.y 1.13 +1 -1 src/usr.sbin/pccard/pccardc/pccardc.c 1.14 +1 -1 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-src@FreeBSD.ORG Sun May 16 15:11: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 42A2F16A4CE; Sun, 16 May 2004 15:11:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B1443D53; Sun, 16 May 2004 15:11:23 -0700 (PDT) (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 i4GMBMGe029617; Sun, 16 May 2004 15:11:22 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMBMZq029616; Sun, 16 May 2004 15:11:22 -0700 (PDT) (envelope-from ru) Message-Id: <200405162211.i4GMBMZq029616@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 15:11:22 -0700 (PDT) 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: Sun, 16 May 2004 22:11:23 -0000 ru 2004/05/16 15:11:22 PDT FreeBSD src repository Modified files: libexec/bootpd bootpd.8 Log: Bump document date for the latest change. Minor markup tweaks. Revision Changes Path 1.19 +3 -3 src/libexec/bootpd/bootpd.8 From owner-cvs-src@FreeBSD.ORG Sun May 16 15:11: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 B320416A547; Sun, 16 May 2004 15:11:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8668343D1D; Sun, 16 May 2004 15:11:42 -0700 (PDT) (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 i4GMBeGe029903; Sun, 16 May 2004 15:11:40 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMBeuO029899; Sun, 16 May 2004 15:11:40 -0700 (PDT) (envelope-from ru) Message-Id: <200405162211.i4GMBeuO029899@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 15:11:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.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: Sun, 16 May 2004 22:11:42 -0000 ru 2004/05/16 15:11:40 PDT FreeBSD src repository Modified files: libexec/ftpd ftpd.8 Log: There's no such beast like AF_INET4, even when powered by whiskey. Revision Changes Path 1.67 +1 -1 src/libexec/ftpd/ftpd.8 From owner-cvs-src@FreeBSD.ORG Sun May 16 15:11: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 552A816A4CE; Sun, 16 May 2004 15:11:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE64843D39; Sun, 16 May 2004 15:11:50 -0700 (PDT) (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 i4GMBoGe030111; Sun, 16 May 2004 15:11:50 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMBo7a030107; Sun, 16 May 2004 15:11:50 -0700 (PDT) (envelope-from peter) Message-Id: <200405162211.i4GMBo7a030107@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 15:11:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S cpu_switch.S mp_machdep.c pmap.c src/sys/amd64/include apicvar.h smp.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, 16 May 2004 22:11:51 -0000 peter 2004/05/16 15:11:50 PDT FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S cpu_switch.S mp_machdep.c pmap.c sys/amd64/include apicvar.h smp.h Log: Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything to help the AMD cpus (which have a hardware tlb flush filter). I held off to see what the 64 bit Intel cpus did, but it doesn't seem to help much there either. Oh well, store it in the Attic. Revision Changes Path 1.98 +0 -15 src/sys/amd64/amd64/apic_vector.S 1.149 +0 -4 src/sys/amd64/amd64/cpu_switch.S 1.237 +0 -5 src/sys/amd64/amd64/mp_machdep.c 1.459 +0 -100 src/sys/amd64/amd64/pmap.c 1.8 +0 -1 src/sys/amd64/include/apicvar.h 1.80 +1 -2 src/sys/amd64/include/smp.h From owner-cvs-src@FreeBSD.ORG Sun May 16 15:11: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 697CE16A4CF; Sun, 16 May 2004 15:11:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE0B43D3F; Sun, 16 May 2004 15:11:57 -0700 (PDT) (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 i4GMBvGe030238; Sun, 16 May 2004 15:11:57 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMBvQl030237; Sun, 16 May 2004 15:11:57 -0700 (PDT) (envelope-from ru) Message-Id: <200405162211.i4GMBvQl030237@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 15:11:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/makekey makekey.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: Sun, 16 May 2004 22:11:57 -0000 ru 2004/05/16 15:11:57 PDT FreeBSD src repository Modified files: libexec/makekey makekey.8 Log: Markup nit. Revision Changes Path 1.15 +1 -1 src/libexec/makekey/makekey.8 From owner-cvs-src@FreeBSD.ORG Sun May 16 15: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 B531C16A4CE; Sun, 16 May 2004 15:12:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BB243D45; Sun, 16 May 2004 15:12:12 -0700 (PDT) (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 i4GMCCGe030510; Sun, 16 May 2004 15:12:12 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMCCvP030509; Sun, 16 May 2004 15:12:12 -0700 (PDT) (envelope-from ru) Message-Id: <200405162212.i4GMCCvP030509@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 15:12:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rshd rshd.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: Sun, 16 May 2004 22:12:12 -0000 ru 2004/05/16 15:12:12 PDT FreeBSD src repository Modified files: libexec/rshd rshd.8 Log: Markup fixes. Revision Changes Path 1.32 +11 -8 src/libexec/rshd/rshd.8 From owner-cvs-src@FreeBSD.ORG Sun May 16 15:24: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 141AD16A4CE; Sun, 16 May 2004 15:24:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE5C543D3F; Sun, 16 May 2004 15:24:57 -0700 (PDT) (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 i4GMOvGe032911; Sun, 16 May 2004 15:24:57 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMOvpR032906; Sun, 16 May 2004 15:24:57 -0700 (PDT) (envelope-from peter) Message-Id: <200405162224.i4GMOvpR032906@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 15:24:57 -0700 (PDT) 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: Sun, 16 May 2004 22:24:58 -0000 peter 2004/05/16 15:24:57 PDT FreeBSD src repository Modified files: sys/modules Makefile Log: Disable ndis module on amd64. It doesn't compile. For example, hal_raise_irql(void) doesn't take an argument, but it is called with one. eg: irql = FASTCALL1(hal_raise_irql, DISPATCH_LEVEL); This is hidden by the macros on i386, but becomes a compile error on amd64 since the arguments are actually checked. Revision Changes Path 1.381 +1 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sun May 16 15:43: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 3453D16A4CE; Sun, 16 May 2004 15:43:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED7843D31; Sun, 16 May 2004 15:43:57 -0700 (PDT) (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 i4GMhvGe037148; Sun, 16 May 2004 15:43:57 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMhvhh037147; Sun, 16 May 2004 15:43:57 -0700 (PDT) (envelope-from peter) Message-Id: <200405162243.i4GMhvhh037147@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 15:43:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S genassym.c src/sys/amd64/include pcb.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, 16 May 2004 22:43:58 -0000 peter 2004/05/16 15:43:57 PDT FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S genassym.c sys/amd64/include pcb.h Log: Checkpoint some of what I was starting to tinker with for having some different context support for 32 vs 64 bit processes. This simply omits the save/restore of the segment selector registers for non 32 bit processes. This avoids the rdmsr/rwmsr juggling when restoring %gs clobbers the kernel msr that holds the gsbase. However, I suspect it might be better to conditionally do this at user<->kernel transition where we wouldn't need to do the juggling in the first place. Or have per-thread extended context save/restore hooks. Revision Changes Path 1.150 +18 -7 src/sys/amd64/amd64/cpu_switch.S 1.154 +1 -0 src/sys/amd64/amd64/genassym.c 1.59 +1 -0 src/sys/amd64/include/pcb.h From owner-cvs-src@FreeBSD.ORG Sun May 16 15:51: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 01D0516A4CE; Sun, 16 May 2004 15:51:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD29A43D3F; Sun, 16 May 2004 15:51:36 -0700 (PDT) (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 i4GMpaGe038479; Sun, 16 May 2004 15:51:36 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMpaRZ038475; Sun, 16 May 2004 15:51:36 -0700 (PDT) (envelope-from ru) Message-Id: <200405162251.i4GMpaRZ038475@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 16 May 2004 15:51:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common loader.8 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, 16 May 2004 22:51:37 -0000 ru 2004/05/16 15:51:36 PDT FreeBSD src repository Modified files: sys/boot/common loader.8 sys/boot/forth loader.conf.5 Log: Markup fixes. Revision Changes Path 1.60 +8 -10 src/sys/boot/common/loader.8 1.21 +1 -1 src/sys/boot/forth/loader.conf.5 From owner-cvs-src@FreeBSD.ORG Sun May 16 17:51: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 9786416A4CE; Sun, 16 May 2004 17:51:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E48443D46; Sun, 16 May 2004 17:51:36 -0700 (PDT) (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 i4H0pZGe070537; Sun, 16 May 2004 17:51:36 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H0pZ7G070527; Sun, 16 May 2004 17:51:35 -0700 (PDT) (envelope-from peter) Message-Id: <200405170051.i4H0pZ7G070527@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 17:51:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern link_elf_obj.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, 17 May 2004 00:51:36 -0000 peter 2004/05/16 17:51:35 PDT FreeBSD src repository Modified files: sys/kern link_elf_obj.c Log: Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND. Submitted by: marks Revision Changes Path 1.78 +5 -5 src/sys/kern/link_elf_obj.c From owner-cvs-src@FreeBSD.ORG Sun May 16 18:04: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 13E2816A4CE; Sun, 16 May 2004 18:04:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D4D43D31; Sun, 16 May 2004 18:04:37 -0700 (PDT) (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 i4H14bGe074883; Sun, 16 May 2004 18:04:37 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H14bn5074882; Sun, 16 May 2004 18:04:37 -0700 (PDT) (envelope-from das) Message-Id: <200405170104.i4H14bn5074882@repoman.freebsd.org> From: David Schultz Date: Sun, 16 May 2004 18:04:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/bsdsrc b_exp.c mathimpl.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, 17 May 2004 01:04:38 -0000 das 2004/05/16 18:04:37 PDT FreeBSD src repository Modified files: lib/msun/bsdsrc b_exp.c mathimpl.h Log: Remove some kludges designed to ensure that the compiler didn't round constants the wrong way on the VAX. Instead, use C99 hexadecimal floating-point constants, which are guaranteed to be exact on binary IEEE machines. (The correct hexadecimal values were already provided in the source, but not used.) Also, convert the constants to lowercase to work around a gcc bug that wasn't fixed until gcc 3.4.0. Prompted by: stefanf Revision Changes Path 1.6 +10 -40 src/lib/msun/bsdsrc/b_exp.c 1.4 +0 -47 src/lib/msun/bsdsrc/mathimpl.h From owner-cvs-src@FreeBSD.ORG Sun May 16 20:19: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 EB6DD16A4CE; Sun, 16 May 2004 20:19:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC65B43D49; Sun, 16 May 2004 20:19:31 -0700 (PDT) (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 i4H3JVGe003068; Sun, 16 May 2004 20:19:31 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H3JVfs003067; Sun, 16 May 2004 20:19:31 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405170319.i4H3JVfs003067@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 16 May 2004 20:19:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 03:19:32 -0000 kientzle 2004/05/16 20:19:31 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Update manpage to track new security features. Revision Changes Path 1.7 +125 -28 src/usr.bin/tar/bsdtar.1 From owner-cvs-src@FreeBSD.ORG Sun May 16 20:33: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 748CB16A4CE; Sun, 16 May 2004 20:33:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33FAA43D2F; Sun, 16 May 2004 20:33:07 -0700 (PDT) (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 i4H3X7Ge006931; Sun, 16 May 2004 20:33:07 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H3X66B006930; Sun, 16 May 2004 20:33:06 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405170333.i4H3X66B006930@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 16 May 2004 20:33:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h read.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, 17 May 2004 03:33:07 -0000 kientzle 2004/05/16 20:33:06 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h read.c Log: Make symlink protection a bit more useful: * Remove terminal symlinks so they can be replaced. * If -U, remove intermediate symlinks as well * Otherwise, refuse the extraction Revision Changes Path 1.12 +1 -0 src/usr.bin/tar/bsdtar.c 1.7 +1 -0 src/usr.bin/tar/bsdtar.h 1.6 +15 -4 src/usr.bin/tar/read.c From owner-cvs-src@FreeBSD.ORG Sun May 16 21:07: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 DDD2916A4CE for ; Sun, 16 May 2004 21:07:33 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8341843D53 for ; Sun, 16 May 2004 21:07:32 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i4H452Ki014510 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Mon, 17 May 2004 08:05:02 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (rik.cronyx.ru [172.22.4.1]) by hanoi.cronyx.ru with ESMTP id i4H44POZ014447; (8.12.8/vak/2.1) Mon, 17 May 2004 08:04:26 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40A83860.4080106@cronyx.ru> Date: Mon, 17 May 2004 07:58:24 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200405161441.i4GEfLLj013393@repoman.freebsd.org> In-Reply-To: <200405161441.i4GEfLLj013393@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ng_sppp.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: Mon, 17 May 2004 04:07:34 -0000 Ruslan Ermilov ÐÉÛÅÔ: >ru 2004/05/16 07:41:20 PDT > > FreeBSD src repository > > Modified files: > share/man/man4 ng_sppp.4 > Log: > Kill DOS newline breaks. > > Revision Changes Path > 1.2 +151 -151 src/share/man/man4/ng_sppp.4 > Thanks. I was surprised that they got there. But I know the point they appeared - while sending via mail for discussion. Pointy hat for me ;-), I'll try to check such things next time. rik > > > > From owner-cvs-src@FreeBSD.ORG Sun May 16 22:02: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 0DA4016A4CE; Sun, 16 May 2004 22:02:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C152443D31; Sun, 16 May 2004 22:02:39 -0700 (PDT) (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 i4H52dGe031722; Sun, 16 May 2004 22:02:39 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H52dII031719; Sun, 16 May 2004 22:02:39 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405170502.i4H52dII031719@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 16 May 2004 22:02:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.h write.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, 17 May 2004 05:02:40 -0000 kientzle 2004/05/16 22:02:39 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.h write.c Log: Refactor name caching to use a common piece of code for uname_cache and gname_cache. Cache negative lookups to dramatically improve performance building archives containing nonexistent uid/gid. Revision Changes Path 1.8 +2 -2 src/usr.bin/tar/bsdtar.h 1.15 +111 -86 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun May 16 22:41: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 7012416A4D1 for ; Sun, 16 May 2004 22:41:29 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E8B343D53 for ; Sun, 16 May 2004 22:41:28 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 16041 invoked by uid 1000); 17 May 2004 05:41:30 -0000 Date: Sun, 16 May 2004 22:41:30 -0700 (PDT) From: Nate Lawson To: Joerg Wunsch In-Reply-To: <20040516211200.6651916A4D9@hub.freebsd.org> Message-ID: <20040516223701.K15923@root.org> References: <20040516211200.6651916A4D9@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/dev/iicbus iicbus.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, 17 May 2004 05:41:29 -0000 On Sun, 16 May 2004, Joerg Wunsch wrote: > joerg 2004/05/16 14:11:46 PDT > > FreeBSD src repository > > Modified files: > sys/dev/iicbus iicbus.c > Log: > After successfully attaching an iicbus instance, instead of using a > NULL name in device_add_child(), explicitly name all of our known > child drivers in order to give them a chance to attach to us. > Otherwise, only the first one present would be probed and attached. > > Reviewed by: nsouch > MFC after: 1 month > > Revision Changes Path > 1.19 +3 -1 src/sys/dev/iicbus/iicbus.c > > --- src/sys/dev/iicbus/iicbus.c:1.18 Wed May 12 06:43:41 2004 > +++ src/sys/dev/iicbus/iicbus.c Sun May 16 14:11:46 2004 > @@ -140,7 +140,9 @@ > #endif > > /* attach any known device */ > - device_add_child(dev, NULL, -1); > + device_add_child(dev, "ic", -1); > + device_add_child(dev, "iic", -1); > + device_add_child(dev, "iicsmb", -1); > > bus_generic_attach(dev); Can more than one of these be active at a time? Or are they different implementations of the same thing? If this is the case, it's better to add one child and have the ic, iic, and iicsmb drivers all probe it and return negative values in order of preference for the device. Or if the child drivers can tell whether or not they're present, use an identify method to let them detect themselves. -Nate From owner-cvs-src@FreeBSD.ORG Sun May 16 22:42: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 91DA616A4CE; Sun, 16 May 2004 22:42:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572E943D2F; Sun, 16 May 2004 22:42:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4H5g5Ge040552; Sun, 16 May 2004 22:42:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H5g4Zv040548; Sun, 16 May 2004 22:42:04 -0700 (PDT) (envelope-from imp) Message-Id: <200405170542.i4H5g4Zv040548@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 May 2004 22:42:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.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, 17 May 2004 05:42:05 -0000 imp 2004/05/16 22:42:04 PDT FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Update to reflect new location in the tree. This has been repo copied from sys/isa/fd.c in preparation for specialization of attachments for different busses. Revision Changes Path 1.271 +1 -1 src/sys/dev/fdc/fdc.c From owner-cvs-src@FreeBSD.ORG Sun May 16 22:44: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 05BC316A4CE; Sun, 16 May 2004 22:44:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B9FB43D31; Sun, 16 May 2004 22:44:53 -0700 (PDT) (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 i4H5irGe040961; Sun, 16 May 2004 22:44:53 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H5irUB040960; Sun, 16 May 2004 22:44:53 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405170544.i4H5irUB040960@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 16 May 2004 22:44:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h matching.c read.c util.c write.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, 17 May 2004 05:44:54 -0000 kientzle 2004/05/16 22:44:53 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h matching.c read.c util.c write.c Log: Propagate struct bsdtar down into a lot more places. Move global progname variable into struct bsdtar. Revision Changes Path 1.13 +52 -58 src/usr.bin/tar/bsdtar.c 1.9 +5 -4 src/usr.bin/tar/bsdtar.h 1.3 +7 -6 src/usr.bin/tar/matching.c 1.7 +13 -10 src/usr.bin/tar/read.c 1.6 +8 -16 src/usr.bin/tar/util.c 1.16 +52 -44 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun May 16 22:46: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 246AF16A4CE; Sun, 16 May 2004 22:46:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB93743D31; Sun, 16 May 2004 22:46:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4H5kGGe041114; Sun, 16 May 2004 22:46:16 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H5kGX5041113; Sun, 16 May 2004 22:46:16 -0700 (PDT) (envelope-from imp) Message-Id: <200405170546.i4H5kGX5041113@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 May 2004 22:46:16 -0700 (PDT) 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.alpha files.amd64 files.i386 files.ia64 src/sys/isa fd.c fdreg.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, 17 May 2004 05:46:17 -0000 imp 2004/05/16 22:46:16 PDT FreeBSD src repository Modified files: sys/conf files.alpha files.amd64 files.i386 files.ia64 Removed files: sys/isa fd.c fdreg.h Log: Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files were repocopied. Soon there will be additional bus attachments and specialization for isa, acpi and pccard (and maybe pc98's cbus). This was approved by nate, joerg and myself. bde dissented on the new location, but appeared to be OK after some discussion. Revision Changes Path 1.110 +1 -1 src/sys/conf/files.alpha 1.34 +1 -1 src/sys/conf/files.amd64 1.491 +1 -1 src/sys/conf/files.i386 1.67 +1 -1 src/sys/conf/files.ia64 1.271 +0 -2726 src/sys/isa/fd.c (dead) 1.19 +0 -67 src/sys/isa/fdreg.h (dead) From owner-cvs-src@FreeBSD.ORG Sun May 16 22:49: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 497BA16A4D0 for ; Sun, 16 May 2004 22:49:04 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 59A6D43D66 for ; Sun, 16 May 2004 22:49:02 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 16099 invoked by uid 1000); 17 May 2004 05:49:04 -0000 Date: Sun, 16 May 2004 22:49:04 -0700 (PDT) From: Nate Lawson To: Warner Losh In-Reply-To: <20040517054632.CC8D816A4E9@hub.freebsd.org> Message-ID: <20040516224833.T15923@root.org> References: <20040517054632.CC8D816A4E9@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/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/isa fd.c fdreg.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, 17 May 2004 05:49:04 -0000 On Sun, 16 May 2004, Warner Losh wrote: > imp 2004/05/16 22:46:16 PDT > > FreeBSD src repository > > Modified files: > sys/conf files.alpha files.amd64 files.i386 > files.ia64 > Removed files: > sys/isa fd.c fdreg.h > Log: > Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files were > repocopied. Soon there will be additional bus attachments and > specialization for isa, acpi and pccard (and maybe pc98's cbus). > > This was approved by nate, joerg and myself. bde dissented on the new > location, but appeared to be OK after some discussion. > > Revision Changes Path > 1.110 +1 -1 src/sys/conf/files.alpha > 1.34 +1 -1 src/sys/conf/files.amd64 > 1.491 +1 -1 src/sys/conf/files.i386 > 1.67 +1 -1 src/sys/conf/files.ia64 > 1.271 +0 -2726 src/sys/isa/fd.c (dead) > 1.19 +0 -67 src/sys/isa/fdreg.h (dead) Thanks! -Nate From owner-cvs-src@FreeBSD.ORG Sun May 16 23: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 6F6C416A4CE; Sun, 16 May 2004 23:18:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D0C43D2D; Sun, 16 May 2004 23:18:00 -0700 (PDT) (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 i4H6I0Ge048156; Sun, 16 May 2004 23:18:00 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H6HxLt048155; Sun, 16 May 2004 23:17:59 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405170617.i4H6HxLt048155@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 16 May 2004 23:17:59 -0700 (PDT) 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 getpwent.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, 17 May 2004 06:18:00 -0000 kientzle 2004/05/16 23:17:59 PDT FreeBSD src repository Modified files: lib/libc/gen getpwent.c Log: If getpwent/getpwuid/getpwnam return NULL, they must also set errno. Revision Changes Path 1.88 +3 -0 src/lib/libc/gen/getpwent.c From owner-cvs-src@FreeBSD.ORG Sun May 16 23:50: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 25D1016A4CE for ; Sun, 16 May 2004 23:50:46 -0700 (PDT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6299E43D62 for ; Sun, 16 May 2004 23:50:44 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 19816 invoked from network); 17 May 2004 06:50:43 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 May 2004 06:50:43 -0000 Received: from hydrogen.funkthat.com (oxqvcp@localhost.funkthat.com [127.0.0.1])i4H6ogEx004244; Sun, 16 May 2004 23:50:43 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id i4H6ofYT004243; Sun, 16 May 2004 23:50:41 -0700 (PDT) Date: Sun, 16 May 2004 23:50:41 -0700 From: John-Mark Gurney To: Nate Lawson Message-ID: <20040517065041.GN601@funkthat.com> References: <20040516211200.6651916A4D9@hub.freebsd.org> <20040516223701.K15923@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040516223701.K15923@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Joerg Wunsch Subject: Re: cvs commit: src/sys/dev/iicbus iicbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 06:50:46 -0000 Nate Lawson wrote this message on Sun, May 16, 2004 at 22:41 -0700: > On Sun, 16 May 2004, Joerg Wunsch wrote: > > joerg 2004/05/16 14:11:46 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/iicbus iicbus.c > > Log: > > After successfully attaching an iicbus instance, instead of using a > > NULL name in device_add_child(), explicitly name all of our known > > child drivers in order to give them a chance to attach to us. > > Otherwise, only the first one present would be probed and attached. > > > > Reviewed by: nsouch > > MFC after: 1 month > > > > Revision Changes Path > > 1.19 +3 -1 src/sys/dev/iicbus/iicbus.c > > > > --- src/sys/dev/iicbus/iicbus.c:1.18 Wed May 12 06:43:41 2004 > > +++ src/sys/dev/iicbus/iicbus.c Sun May 16 14:11:46 2004 > > @@ -140,7 +140,9 @@ > > #endif > > > > /* attach any known device */ > > - device_add_child(dev, NULL, -1); > > + device_add_child(dev, "ic", -1); > > + device_add_child(dev, "iic", -1); > > + device_add_child(dev, "iicsmb", -1); > > > > bus_generic_attach(dev); > > Can more than one of these be active at a time? Or are they different > implementations of the same thing? If this is the case, it's better to > add one child and have the ic, iic, and iicsmb drivers all probe it and > return negative values in order of preference for the device. Or if the > child drivers can tell whether or not they're present, use an identify > method to let them detect themselves. Yes, more than one of these can be active at the same time... What really needs to happen is iic to be taught about the resource which is chip id... then some of the problems of identify and multiple probes can go away... Currently there is no code in the iicbus to prevent two chips from attaching to the same i2c bus address causing possible problems... If someone is interested in learning some newbus/resource code, I can provide some pointers on what the general design should look like... /me who fought with the problem of multiple probing i2c devices when writing the Zoran driver. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Sun May 16 23:51: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 9FC5816A4CE; Sun, 16 May 2004 23:51:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C7B43D2F; Sun, 16 May 2004 23:51:20 -0700 (PDT) (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 i4H6pKGe055045; Sun, 16 May 2004 23:51:20 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H6pJk5055038; Sun, 16 May 2004 23:51:19 -0700 (PDT) (envelope-from marcel) Message-Id: <200405170651.i4H6pJk5055038@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 May 2004 23:51:19 -0700 (PDT) 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.ia64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 06:51:20 -0000 marcel 2004/05/16 23:51:19 PDT FreeBSD src repository Modified files: sys/conf files.ia64 Log: o De-support fdc(4). No ia64 has ever been made with PC floppy and the likelyhood of one ever being made is nil. o While here, de-support sio(4). Revision Changes Path 1.68 +0 -3 src/sys/conf/files.ia64 From owner-cvs-src@FreeBSD.ORG Mon May 17 00:03: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 97CAB16A4CE; Mon, 17 May 2004 00:03:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B5843D1F; Mon, 17 May 2004 00:03:02 -0700 (PDT) (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 i4H731Ge058531; Mon, 17 May 2004 00:03:01 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H731bT058471; Mon, 17 May 2004 00:03:01 -0700 (PDT) (envelope-from marcel) Message-Id: <200405170703.i4H731bT058471@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 17 May 2004 00:03:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 07:03:02 -0000 marcel 2004/05/17 00:03:01 PDT FreeBSD src repository Modified files: sys/ia64/conf NOTES Log: filter out the fdc(4) and sio(4) devices and corresponding options. Note that cy(4) uses COM_MULTIPORT, so we need to keep that option. Revision Changes Path 1.4 +8 -0 src/sys/ia64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 17 00:07: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 B129F16A4CE; Mon, 17 May 2004 00:07:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BCB43D46; Mon, 17 May 2004 00:07:20 -0700 (PDT) (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 i4H77KGe059466; Mon, 17 May 2004 00:07:20 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H77KL9059465; Mon, 17 May 2004 00:07:20 -0700 (PDT) (envelope-from ru) Message-Id: <200405170707.i4H77KL9059465@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 00:07:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdmfs mdmfs.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, 17 May 2004 07:07:20 -0000 ru 2004/05/17 00:07:20 PDT FreeBSD src repository Modified files: sbin/mdmfs mdmfs.c Log: Added -l to usage(). Revision Changes Path 1.20 +2 -2 src/sbin/mdmfs/mdmfs.c From owner-cvs-src@FreeBSD.ORG Mon May 17 00:11: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 A203E16A4CE; Mon, 17 May 2004 00:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D12343D62; Mon, 17 May 2004 00:11:38 -0700 (PDT) (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 i4H7BcGe060487; Mon, 17 May 2004 00:11:38 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H7BbXk060480; Mon, 17 May 2004 00:11:37 -0700 (PDT) (envelope-from marcel) Message-Id: <200405170711.i4H7BbXk060480@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 17 May 2004 00:11:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 elf_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: Mon, 17 May 2004 07:11:38 -0000 marcel 2004/05/17 00:11:37 PDT FreeBSD src repository Modified files: sys/ia64/ia64 elf_machdep.c Log: Unbreak build due to previous commit: now that elf_reloc_internal() gets the relocation base passed in relocbase, we cannot declare a local variable with the same name. Assume the argument holds the same value as the local variable did... Revision Changes Path 1.18 +0 -1 src/sys/ia64/ia64/elf_machdep.c From owner-cvs-src@FreeBSD.ORG Mon May 17 00:35: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 3E92116A4CE; Mon, 17 May 2004 00:35:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107DB43D49; Mon, 17 May 2004 00:35:54 -0700 (PDT) (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 i4H7ZrGe065450; Mon, 17 May 2004 00:35:53 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H7ZrrM065445; Mon, 17 May 2004 00:35:53 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405170735.i4H7ZrrM065445@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 17 May 2004 00:35:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar util.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, 17 May 2004 07:35:54 -0000 kientzle 2004/05/17 00:35:52 PDT FreeBSD src repository Modified files: usr.bin/tar util.c Log: Speed up safe_fprintf by copying to a temp buffer, then writing blocks at a time, rather than using putc(). Revision Changes Path 1.7 +32 -13 src/usr.bin/tar/util.c From owner-cvs-src@FreeBSD.ORG Mon May 17 01:16: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 CBD2F16A4CE; Mon, 17 May 2004 01:16:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECB843D45; Mon, 17 May 2004 01:16:00 -0700 (PDT) (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 i4H8G0Ge080614; Mon, 17 May 2004 01:16:00 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H8G0hA080611; Mon, 17 May 2004 01:16:00 -0700 (PDT) (envelope-from rik) Message-Id: <200405170816.i4H8G0hA080611@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 01:16:00 -0700 (PDT) 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.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 08:16:01 -0000 rik 2004/05/17 01:16:00 PDT FreeBSD src repository Modified files: sys/conf files.i386 Log: Connect Cronyx Tau-PCI to the system. Revision Changes Path 1.492 +2 -0 src/sys/conf/files.i386 From owner-cvs-src@FreeBSD.ORG Mon May 17 01: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 5C36F16A4CE; Mon, 17 May 2004 01:25:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5F043D1F; Mon, 17 May 2004 01:25:16 -0700 (PDT) (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 i4H8PGGe082572; Mon, 17 May 2004 01:25:16 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H8PFKI082571; Mon, 17 May 2004 01:25:15 -0700 (PDT) (envelope-from ru) Message-Id: <200405170825.i4H8PFKI082571@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 01:25:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ping6 ping6.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: Mon, 17 May 2004 08:25:16 -0000 ru 2004/05/17 01:25:15 PDT FreeBSD src repository Modified files: sbin/ping6 ping6.8 Log: Reapply local changes that got simply axed by the latest KAME merge. Fixed some more markup. Revision Changes Path 1.20 +42 -21 src/sbin/ping6/ping6.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 01: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 A732F16A4CE; Mon, 17 May 2004 01:35:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B34C43D54; Mon, 17 May 2004 01:35:44 -0700 (PDT) (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 i4H8ZiGe085002; Mon, 17 May 2004 01:35:44 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H8ZiNx085001; Mon, 17 May 2004 01:35:44 -0700 (PDT) (envelope-from ru) Message-Id: <200405170835.i4H8ZiNx085001@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 01:35:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/bsdlabel bsdlabel.8 src/sbin/conscontrol conscontrol.8 src/sbin/dump dump.8 src/sbin/fsck_msdosfs fsck_msdosfs.8 src/sbin/gbde gbde.8 src/sbin/ifconfig ifconfig.8 src/sbin/init init.8 src/sbin/md5 md5.1 src/sbin/mdconfig ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 08:35:45 -0000 ru 2004/05/17 01:35:44 PDT FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.8 sbin/conscontrol conscontrol.8 sbin/dump dump.8 sbin/fsck_msdosfs fsck_msdosfs.8 sbin/gbde gbde.8 sbin/ifconfig ifconfig.8 sbin/init init.8 sbin/md5 md5.1 sbin/mdconfig mdconfig.8 sbin/mdmfs mdmfs.8 sbin/mknod mknod.8 sbin/mount mount.8 sbin/mount_cd9660 mount_cd9660.8 sbin/mount_msdosfs mount_msdosfs.8 sbin/mount_ntfs mount_ntfs.8 sbin/newfs newfs.8 sbin/restore restore.8 sbin/route route.8 sbin/routed routed.8 Log: Assorted markup, grammar, and spelling fixes. Revision Changes Path 1.58 +7 -9 src/sbin/bsdlabel/bsdlabel.8 1.6 +2 -0 src/sbin/conscontrol/conscontrol.8 1.66 +24 -14 src/sbin/dump/dump.8 1.13 +2 -2 src/sbin/fsck_msdosfs/fsck_msdosfs.8 1.11 +5 -3 src/sbin/gbde/gbde.8 1.80 +28 -22 src/sbin/ifconfig/ifconfig.8 1.43 +1 -1 src/sbin/init/init.8 1.20 +2 -1 src/sbin/md5/md5.1 1.28 +16 -11 src/sbin/mdconfig/mdconfig.8 1.20 +4 -5 src/sbin/mdmfs/mdmfs.8 1.28 +9 -9 src/sbin/mknod/mknod.8 1.68 +2 -2 src/sbin/mount/mount.8 1.24 +4 -4 src/sbin/mount_cd9660/mount_cd9660.8 1.30 +19 -14 src/sbin/mount_msdosfs/mount_msdosfs.8 1.20 +18 -21 src/sbin/mount_ntfs/mount_ntfs.8 1.67 +3 -3 src/sbin/newfs/newfs.8 1.46 +1 -1 src/sbin/restore/restore.8 1.37 +1 -1 src/sbin/route/route.8 1.32 +18 -14 src/sbin/routed/routed.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 03:46: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 AD0AF16A4CE; Mon, 17 May 2004 03:46:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 821DC43D2F; Mon, 17 May 2004 03:46:46 -0700 (PDT) (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 i4HAkkGe014119; Mon, 17 May 2004 03:46:46 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HAkkFX014118; Mon, 17 May 2004 03:46:46 -0700 (PDT) (envelope-from rik) Message-Id: <200405171046.i4HAkkFX014118@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 03:46:46 -0700 (PDT) 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: Mon, 17 May 2004 10:46:46 -0000 rik 2004/05/17 03:46:46 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf majors Log: MFC: 1.200, 1.201 Revision Changes Path 1.98.2.24 +3 -3 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Mon May 17 03:48: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 57DEF16A4CE; Mon, 17 May 2004 03:48:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F2B43D2F; Mon, 17 May 2004 03:48:43 -0700 (PDT) (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 i4HAmgGe014227; Mon, 17 May 2004 03:48:42 -0700 (PDT) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HAmgfL014226; Mon, 17 May 2004 03:48:42 -0700 (PDT) (envelope-from roam) Message-Id: <200405171048.i4HAmgfL014226@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 17 May 2004 03:48:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/fdc 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, 17 May 2004 10:48:43 -0000 roam 2004/05/17 03:48:42 PDT FreeBSD src repository (doc,ports committer) Modified files: sys/modules/fdc Makefile Log: Unbreak the fdc module build after the repocopy of sys/isa/fd.c to sys/dev/fdc/fdc.c. Revision Changes Path 1.7 +7 -3 src/sys/modules/fdc/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 17 03: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 CACFB16A4CE; Mon, 17 May 2004 03:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1A643D4C; Mon, 17 May 2004 03:56:07 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HAu7Ge016272; Mon, 17 May 2004 03:56:07 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HAu6aX016271; Mon, 17 May 2004 03:56:06 -0700 (PDT) (envelope-from joerg) Message-Id: <200405171056.i4HAu6aX016271@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 17 May 2004 03:56:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: JOERG Subject: cvs commit: src/usr.sbin/smbmsg - 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: Mon, 17 May 2004 10:56:07 -0000 joerg 2004/05/17 03:56:06 PDT FreeBSD src repository src/usr.sbin/smbmsg - Imported sources Update of /home/ncvs/src/usr.sbin/smbmsg In directory repoman.freebsd.org:/tmp/cvs-serv16240 Log Message: This is smbmsg(8), a small utility to send/receive SMBus messages. Also included is a `bus-probe' modus of operation to help scanning an I2C bus. Status: Vendor Tag: JOERG Release Tags: v20040517 N src/usr.sbin/smbmsg/Makefile N src/usr.sbin/smbmsg/pathnames.h N src/usr.sbin/smbmsg/smbmsg.c N src/usr.sbin/smbmsg/smbmsg.8 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Mon May 17 03:57: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 6B90216A4CE; Mon, 17 May 2004 03:57:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD9043D4C; Mon, 17 May 2004 03:57:05 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HAv4Ge016337; Mon, 17 May 2004 03:57:04 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HAv4kW016336; Mon, 17 May 2004 03:57:04 -0700 (PDT) (envelope-from joerg) Message-Id: <200405171057.i4HAv4kW016336@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 17 May 2004 03:57:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin 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, 17 May 2004 10:57:05 -0000 joerg 2004/05/17 03:57:04 PDT FreeBSD src repository Modified files: usr.sbin Makefile Log: Wire smbmsg(8) into the build. Revision Changes Path 1.298 +1 -0 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 17 04:16: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 9C15416A4CE; Mon, 17 May 2004 04:16:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C6C43D1D; Mon, 17 May 2004 04:16:15 -0700 (PDT) (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 i4HBGFGe021419; Mon, 17 May 2004 04:16:15 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HBGE2q021418; Mon, 17 May 2004 04:16:14 -0700 (PDT) (envelope-from tjr) Message-Id: <200405171116.i4HBGE2q021418@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 May 2004 04:16:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale big5.c gbk.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, 17 May 2004 11:16:15 -0000 tjr 2004/05/17 04:16:14 PDT FreeBSD src repository Modified files: lib/libc/locale big5.c gbk.c Log: Use a simpler and faster buffering scheme for partial multibyte characters. Revision Changes Path 1.16 +40 -26 src/lib/libc/locale/big5.c 1.11 +40 -26 src/lib/libc/locale/gbk.c From owner-cvs-src@FreeBSD.ORG Mon May 17 04:18: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 713D316A4CE; Mon, 17 May 2004 04:18:09 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3335B43D41; Mon, 17 May 2004 04:18:08 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i4HBNJeT096281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 May 2004 14:23:21 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i4HBI3Vp017135; Mon, 17 May 2004 14:18:03 +0300 (EEST) (envelope-from ru) Date: Mon, 17 May 2004 14:18:03 +0300 From: Ruslan Ermilov To: Joerg Wunsch Message-ID: <20040517111803.GC16904@ip.net.ua> References: <200405171056.i4HAu6aX016271@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b5gNqxB1S1yM7hjW" Content-Disposition: inline In-Reply-To: <200405171056.i4HAu6aX016271@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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 Subject: Re: cvs commit: src/usr.sbin/smbmsg - 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: Mon, 17 May 2004 11:18:09 -0000 --b5gNqxB1S1yM7hjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Joerg, A small question for you below... On Mon, May 17, 2004 at 03:56:06AM -0700, Joerg Wunsch wrote: > joerg 2004/05/17 03:56:06 PDT >=20 > FreeBSD src repository >=20 > src/usr.sbin/smbmsg - Imported sources > Update of /home/ncvs/src/usr.sbin/smbmsg > In directory repoman.freebsd.org:/tmp/cvs-serv16240 > =20 > Log Message: > This is smbmsg(8), a small utility to send/receive SMBus messages. > =20 > Also included is a `bus-probe' modus of operation to help scanning > an I2C bus. > =20 > Status: > =20 > Vendor Tag: JOERG > Release Tags: v20040517 > =09 > N src/usr.sbin/smbmsg/Makefile > N src/usr.sbin/smbmsg/pathnames.h > N src/usr.sbin/smbmsg/smbmsg.c > N src/usr.sbin/smbmsg/smbmsg.8 > =20 > No conflicts created by this import > =20 What is the reason it was imported rather than just added on the trunk? Do you intend to do the off-site development of this utility? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --b5gNqxB1S1yM7hjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAqJ9rUkv4P6juNwoRAoAvAJwIkfZFcszRtL9oS45hbFMwpKYKhgCgi73P vG0bc6u/hg6/RdKu1hSqBcY= =vhCG -----END PGP SIGNATURE----- --b5gNqxB1S1yM7hjW-- From owner-cvs-src@FreeBSD.ORG Mon May 17 04:38: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 7E9A316A4CE; Mon, 17 May 2004 04:38:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C5843D55; Mon, 17 May 2004 04:38:56 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HBcuGe025478; Mon, 17 May 2004 04:38:56 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HBctAS025477; Mon, 17 May 2004 04:38:55 -0700 (PDT) (envelope-from brueffer) Message-Id: <200405171138.i4HBctAS025477@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 17 May 2004 04:38:55 -0700 (PDT) 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/man5 link.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: Mon, 17 May 2004 11:38:56 -0000 brueffer 2004/05/17 04:38:55 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man5 link.5 Log: MFC: 1.27 o fix a typo o remove stray word o add missing words Revision Changes Path 1.14.2.10 +3 -3 src/share/man/man5/link.5 From owner-cvs-src@FreeBSD.ORG Mon May 17 05:32: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 CBCD916A4CE; Mon, 17 May 2004 05:32:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9945143D1F; Mon, 17 May 2004 05:32:40 -0700 (PDT) (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 i4HCWeGe044396; Mon, 17 May 2004 05:32:40 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HCWeCk044395; Mon, 17 May 2004 05:32:40 -0700 (PDT) (envelope-from tjr) Message-Id: <200405171232.i4HCWeCk044395@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 May 2004 05:32:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale utf8.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, 17 May 2004 12:32:40 -0000 tjr 2004/05/17 05:32:40 PDT FreeBSD src repository Modified files: lib/libc/locale utf8.c Log: Use conversion state objects to store the accumulated wide character, low bound, and the number of bytes remaining instead of storing the raw byte sequence and deriving them every time mbrtowc() is called. This is much faster -- about twice as fast in some crude benchmarks. Revision Changes Path 1.9 +67 -63 src/lib/libc/locale/utf8.c From owner-cvs-src@FreeBSD.ORG Mon May 17 05:38: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 DE8D916A4CE; Mon, 17 May 2004 05:38:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B047343D48; Mon, 17 May 2004 05:38:02 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HCc2Ge044568; Mon, 17 May 2004 05:38:02 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HCc2tM044567; Mon, 17 May 2004 05:38:02 -0700 (PDT) (envelope-from joerg) Message-Id: <200405171238.i4HCc2tM044567@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 17 May 2004 05:38:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 12:38:03 -0000 joerg 2004/05/17 05:38:02 PDT FreeBSD src repository Modified files: . modules Log: smbmsg -> src/usr.sbin/smbmsg Revision Changes Path 1.6852 +1 -0 CVSROOT/modules From owner-cvs-src@FreeBSD.ORG Mon May 17 05:40: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 6A9DE16A4CE; Mon, 17 May 2004 05:40:08 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD0F43D54; Mon, 17 May 2004 05:40:06 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id OAA04785; Mon, 17 May 2004 14:40:06 +0200 (CEST) Received: from uriah.heep.sax.de (localhost.heep.sax.de [127.0.0.1]) by uriah.heep.sax.de (8.12.10/8.12.10) with ESMTP id i4HCYIst060579; Mon, 17 May 2004 14:34:18 +0200 (MET DST) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.12.10/8.12.10/Submit) id i4HCYHU8060578; Mon, 17 May 2004 14:34:17 +0200 (MET DST) (envelope-from j) Date: Mon, 17 May 2004 14:34:17 +0200 From: Joerg Wunsch To: Ruslan Ermilov Message-ID: <20040517143417.B53564@uriah.heep.sax.de> References: <200405171056.i4HAu6aX016271@repoman.freebsd.org> <20040517111803.GC16904@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20040517111803.GC16904@ip.net.ua>; from ru@freebsd.org on Mon, May 17, 2004 at 02:18:03PM +0300 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-GnuPG-Fingerprint: 5E84 F980 C3CA FD4B B584 1070 F48C A81B 69A8 5873 X-Spam-Status: No, hits=-32.5 required=7.5 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/smbmsg - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 12:40:08 -0000 As Ruslan Ermilov wrote: > What is the reason it was imported rather than just added on the > trunk? Do you intend to do the off-site development of this > utility? Nope, but I've kept in mind that adding complete new subsystems etc. is better done by an import as opposed to just cvs adding it. I don't remember the reasoning anymore though. ;-) Hmm, now that I think about it, it probably also needs an entry in the modules file... -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-src@FreeBSD.ORG Mon May 17 05:44: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 A952A16A4CE; Mon, 17 May 2004 05:44:26 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7AD43D39; Mon, 17 May 2004 05:44:25 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 9AA115309; Mon, 17 May 2004 14:44:24 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 010EE530C; Mon, 17 May 2004 14:44:18 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id DB5AB33CAA; Mon, 17 May 2004 14:44:17 +0200 (CEST) To: Joerg Wunsch References: <200405171056.i4HAu6aX016271@repoman.freebsd.org> <20040517111803.GC16904@ip.net.ua> <20040517143417.B53564@uriah.heep.sax.de> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 17 May 2004 14:44:17 +0200 In-Reply-To: <20040517143417.B53564@uriah.heep.sax.de> (Joerg Wunsch's message of "Mon, 17 May 2004 14:34:17 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) 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: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/smbmsg - 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: Mon, 17 May 2004 12:44:26 -0000 Joerg Wunsch writes: > Nope, but I've kept in mind that adding complete new subsystems > etc. is better done by an import as opposed to just cvs adding it. No, it isn't. It's easier than 'cvs add', but still wrong. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon May 17 05:57: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 3AE1F16A4CE; Mon, 17 May 2004 05:57:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D52D43D2F; Mon, 17 May 2004 05:57:32 -0700 (PDT) (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 i4HCvVGe048609; Mon, 17 May 2004 05:57:31 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HCvV07048608; Mon, 17 May 2004 05:57:31 -0700 (PDT) (envelope-from rik) Message-Id: <200405171257.i4HCvV07048608@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 05:57:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 17 May 2004 12:57:32 -0000 rik 2004/05/17 05:57:31 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add description of Cronyx Omega2-PCI (8x port serial adapter). Revision Changes Path 1.45 +15 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Mon May 17 06:00: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 E49F716A4CF; Mon, 17 May 2004 06:00:08 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5720643D39; Mon, 17 May 2004 06:00:07 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id PAA05937; Mon, 17 May 2004 15:00:06 +0200 (CEST) Received: from uriah.heep.sax.de (localhost.heep.sax.de [127.0.0.1]) by uriah.heep.sax.de (8.12.10/8.12.10) with ESMTP id i4HCwDst061218; Mon, 17 May 2004 14:58:13 +0200 (MET DST) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.12.10/8.12.10/Submit) id i4HCwDnO061217; Mon, 17 May 2004 14:58:13 +0200 (MET DST) (envelope-from j) Date: Mon, 17 May 2004 14:58:13 +0200 From: Joerg Wunsch To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Message-ID: <20040517145813.C53564@uriah.heep.sax.de> References: <200405171056.i4HAu6aX016271@repoman.freebsd.org> <20040517111803.GC16904@ip.net.ua> <20040517143417.B53564@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@des.no on Mon, May 17, 2004 at 02:44:17PM +0200 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-GnuPG-Fingerprint: 5E84 F980 C3CA FD4B B584 1070 F48C A81B 69A8 5873 X-Spam-Status: No, hits=-33.1 required=7.5 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, QUOTE_TWICE_1,REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/smbmsg - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 13:00:09 -0000 As Dag-Erling Smørgrav wrote: > > Nope, but I've kept in mind that adding complete new subsystems > > etc. is better done by an import as opposed to just cvs adding it. > No, it isn't. It's easier than 'cvs add', but still wrong. I wouldn't it consider to be easier, but since you're not taking care to explain why it were wrong, it's becoming a bikeshed discussion. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-src@FreeBSD.ORG Mon May 17 06:30: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 A6FE316A4CE; Mon, 17 May 2004 06:30:41 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2E343D58; Mon, 17 May 2004 06:30:41 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 1A92E530C; Mon, 17 May 2004 15:30:40 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C37725309; Mon, 17 May 2004 15:30:27 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 937B333CAA; Mon, 17 May 2004 15:30:27 +0200 (CEST) To: Joerg Wunsch References: <200405171056.i4HAu6aX016271@repoman.freebsd.org> <20040517111803.GC16904@ip.net.ua> <20040517143417.B53564@uriah.heep.sax.de> <20040517145813.C53564@uriah.heep.sax.de> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 17 May 2004 15:30:27 +0200 In-Reply-To: <20040517145813.C53564@uriah.heep.sax.de> (Joerg Wunsch's message of "Mon, 17 May 2004 14:58:13 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) 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: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/smbmsg - 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: Mon, 17 May 2004 13:30:41 -0000 Joerg Wunsch writes: > As Dag-Erling Sm=F8rgrav wrote: > > > Nope, but I've kept in mind that adding complete new subsystems > > > etc. is better done by an import as opposed to just cvs adding it. > > No, it isn't. It's easier than 'cvs add', but still wrong. > I wouldn't it consider to be easier, but since you're not taking care > to explain why it were wrong, it's becoming a bikeshed discussion. 'cvs import' places the files on a separate branch and creates a branch tag for that branch and a point tag for the import. It is intended for files which you get from a third party and to which you make local changes. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon May 17 07:21: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 339E816A4CE; Mon, 17 May 2004 07:21:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D6D43D46; Mon, 17 May 2004 07:21:01 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HEL0Ge066900; Mon, 17 May 2004 07:21:00 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HEL0UE066898; Mon, 17 May 2004 07:21:00 -0700 (PDT) (envelope-from archie) Message-Id: <200405171421.i4HEL0UE066898@repoman.freebsd.org> From: Archie Cobbs Date: Mon, 17 May 2004 07:21:00 -0700 (PDT) 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 ng_ether.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: Mon, 17 May 2004 14:21:01 -0000 archie 2004/05/17 07:21:00 PDT FreeBSD src repository Modified files: share/man/man4 ng_ether.4 Log: Update man page date for yesterday's change. Revision Changes Path 1.22 +1 -1 src/share/man/man4/ng_ether.4 From owner-cvs-src@FreeBSD.ORG Mon May 17 07:22: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 440C016A4CE; Mon, 17 May 2004 07:22:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C80343D49; Mon, 17 May 2004 07:22:41 -0700 (PDT) (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 i4HEMeGe068656; Mon, 17 May 2004 07:22:40 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HEMexn068649; Mon, 17 May 2004 07:22:40 -0700 (PDT) (envelope-from rik) Message-Id: <200405171422.i4HEMexn068649@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 07:22:40 -0700 (PDT) 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: Mon, 17 May 2004 14:22:41 -0000 rik 2004/05/17 07:22:40 PDT FreeBSD src repository Modified files: sys/modules Makefile Log: Connect Cronyx Tau-PCI to the system. Revision Changes Path 1.382 +2 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 17 07:24: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 5E5F016A4CE; Mon, 17 May 2004 07:24:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6A243D5A; Mon, 17 May 2004 07:24:53 -0700 (PDT) (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 i4HEOqGe068754; Mon, 17 May 2004 07:24:52 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HEOqWa068753; Mon, 17 May 2004 07:24:52 -0700 (PDT) (envelope-from rik) Message-Id: <200405171424.i4HEOqWa068753@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 07:24:52 -0700 (PDT) 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/man4.i386 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, 17 May 2004 14:24:53 -0000 rik 2004/05/17 07:24:52 PDT FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile Log: Connect Cronyx Tau-PCI to the system. Revision Changes Path 1.170 +1 -0 src/share/man/man4/man4.i386/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 17 07:35: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 2B63316A4CE; Mon, 17 May 2004 07:35:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0190D43D53; Mon, 17 May 2004 07:35:34 -0700 (PDT) (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 i4HEZXGe070892; Mon, 17 May 2004 07:35:33 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HEZXJo070891; Mon, 17 May 2004 07:35:33 -0700 (PDT) (envelope-from rik) Message-Id: <200405171435.i4HEZXJo070891@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 07:35:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 14:35:34 -0000 rik 2004/05/17 07:35:33 PDT FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Spell Cronyx Tau and Sigma families correctly. MFC after: 3 days Revision Changes Path 1.1159 +2 -2 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 17 07:43: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 3133D16A4CE; Mon, 17 May 2004 07:43:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DBA43D54; Mon, 17 May 2004 07:43:01 -0700 (PDT) (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 i4HEh0Ge072870; Mon, 17 May 2004 07:43:00 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HEh0GZ072869; Mon, 17 May 2004 07:43:00 -0700 (PDT) (envelope-from rik) Message-Id: <200405171443.i4HEh0GZ072869@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 07:43:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 14:43:01 -0000 rik 2004/05/17 07:42:59 PDT FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Add Cronyx Tau-PCI sync WAN adapters family entry. Revision Changes Path 1.1160 +5 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 17 08:19: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 C5CB516A4CE; Mon, 17 May 2004 08:19:25 -0700 (PDT) Received: from smtp-out3.xs4all.nl (smtp-out3.xs4all.nl [194.109.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A9143D4C; Mon, 17 May 2004 08:19:25 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out3.xs4all.nl (8.12.10/8.12.10) with ESMTP id i4HFJOxQ055120; Mon, 17 May 2004 17:19:24 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i4HFIxUm042063; Mon, 17 May 2004 17:18:59 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i4HFIxrj042062; Mon, 17 May 2004 17:18:59 +0200 (CEST) (envelope-from wkb) Date: Mon, 17 May 2004 17:18:59 +0200 From: Wilko Bulte To: Ruslan Ermilov Message-ID: <20040517151859.GA42047@freebie.xs4all.nl> References: <200405162211.i4GMBeuO029899@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405162211.i4GMBeuO029899@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/ftpd ftpd.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: Mon, 17 May 2004 15:19:26 -0000 On Sun, May 16, 2004 at 03:11:40PM -0700, Ruslan Ermilov wrote: > ru 2004/05/16 15:11:40 PDT > > FreeBSD src repository > > Modified files: > libexec/ftpd ftpd.8 > Log: > There's no such beast like AF_INET4, even when powered by whiskey. Vodka maybe? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon May 17 08:27: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 9AFB716A4CE; Mon, 17 May 2004 08:27:46 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3639C43D39; Mon, 17 May 2004 08:27:45 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i4HFRfMH003262; Mon, 17 May 2004 17:27:42 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Jim Rees From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 16 May 2004 12:54:28 EDT." <20040516165428.78A602080B@citi.umich.edu> Date: Mon, 17 May 2004 17:27:41 +0200 Message-ID: <3261.1084807661@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/enigma enigma.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 15:27:46 -0000 In message <20040516165428.78A602080B@citi.umich.edu>, Jim Rees writes: > You're pretty wrong about it being unsafe. > >It's unsafe unless used correctly. So I guess we're in agreement. But how >useful is a cipher that has to be re-keyed every 200 characters? And how >likely is it to be used correctly? My kids have had a blast out of the CD-turned 1-rotor-Enigma I bought for them at Bletchley park, and we should never get so serious that we forget that fun things doesn't have to be perfect. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Mon May 17 08:36: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 B6B3E16A4CE for ; Mon, 17 May 2004 08:36:15 -0700 (PDT) Received: from tx0.oucs.ox.ac.uk (tx0.oucs.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5093643D2D for ; Mon, 17 May 2004 08:36:15 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan0.oucs.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BPkA2-0005J1-DQ for cvs-src@FreeBSD.org; Mon, 17 May 2004 16:36:14 +0100 Received: from rx0.oucs.ox.ac.uk ([129.67.1.161]) by localhost (scan0.oucs.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 20114-07 for ; Mon, 17 May 2004 16:36:13 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx0.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BPk9v-0005Ba-1Y for cvs-src@FreeBSD.org; Mon, 17 May 2004 16:36:07 +0100 Received: (qmail 4400 invoked by uid 1004); 17 May 2004 15:35:57 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.686349 secs); 17 May 2004 15:35:58 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 17 May 2004 15:35:54 -0000 Message-Id: <6.1.0.6.1.20040517163431.03f8c4a0@popserver.sfu.ca> X-Sender: cperciva@popserver.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Mon, 17 May 2004 16:35:51 +0100 To: "Poul-Henning Kamp" From: Colin Percival In-Reply-To: <3261.1084807661@critter.freebsd.dk> References: <3261.1084807661@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Jim Rees cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/enigma enigma.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 15:36:15 -0000 At 16:27 17/05/2004, Poul-Henning Kamp wrote: >My kids have had a blast out of the CD-turned 1-rotor-Enigma I bought >for them at Bletchley park, and we should never get so serious that >we forget that fun things doesn't have to be perfect. In that case, maybe src/usr.bin/enigma should be repocopied to src/games/enigma. :-) Colin Percival From owner-cvs-src@FreeBSD.ORG Mon May 17 08:46: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 1F4D416A4CE; Mon, 17 May 2004 08:46:23 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C733543D55; Mon, 17 May 2004 08:46:22 -0700 (PDT) (envelope-from peter@evilpete.dyndns.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id 9791A2A8DF; Mon, 17 May 2004 08:46:22 -0700 (PDT) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 16B4BE29E; Mon, 17 May 2004 08:46:22 -0700 (PDT) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.12.11/8.12.11) with ESMTP id i4HFkLcD005337; Mon, 17 May 2004 08:46:21 -0700 (PDT) (envelope-from peter@overcee.wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.12.11/8.12.11/Submit) id i4HFkLkK005336; Mon, 17 May 2004 08:46:21 -0700 (PDT) (envelope-from peter) From: Peter Wemm To: Marcel Moolenaar Date: Mon, 17 May 2004 08:46:21 -0700 User-Agent: KMail/1.6.1 References: <200405170711.i4H7BbXk060480@repoman.freebsd.org> In-Reply-To: <200405170711.i4H7BbXk060480@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405170846.21074.peter@wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 elf_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: Mon, 17 May 2004 15:46:23 -0000 On Monday 17 May 2004 12:11 am, Marcel Moolenaar wrote: > marcel 2004/05/17 00:11:37 PDT > > FreeBSD src repository > > Modified files: > sys/ia64/ia64 elf_machdep.c > Log: > Unbreak build due to previous commit: now that elf_reloc_internal() > gets the relocation base passed in relocbase, we cannot declare a > local variable with the same name. Assume the argument holds the > same value as the local variable did... DOH! Sorry! Yes, the relocbase argument is the same in the .so format kld loader. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Mon May 17 09:19: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 3BF0016A4CF; Mon, 17 May 2004 09:19:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE39643D45; Mon, 17 May 2004 09:19:51 -0700 (PDT) (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 i4HGJpGe099001; Mon, 17 May 2004 09:19:51 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HGJp1Q099000; Mon, 17 May 2004 09:19:51 -0700 (PDT) (envelope-from ru) Message-Id: <200405171619.i4HGJp1Q099000@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 09:19:51 -0700 (PDT) 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: Mon, 17 May 2004 16:19:52 -0000 ru 2004/05/17 09:19:51 PDT FreeBSD src repository Modified files: . Makefile.inc1 Log: Allow buildworld and friends to complete when make(1) is called with some debug flags (-d). Noticed by: Gleb Smirnoff Revision Changes Path 1.427 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon May 17 09:53: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 3436916A4CE for ; Mon, 17 May 2004 09:53:41 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 99F4B43D5C for ; Mon, 17 May 2004 09:53:40 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 19604 invoked by uid 1000); 17 May 2004 16:53:41 -0000 Date: Mon, 17 May 2004 09:53:41 -0700 (PDT) From: Nate Lawson To: Colin Percival In-Reply-To: <6.1.0.6.1.20040517163431.03f8c4a0@popserver.sfu.ca> Message-ID: <20040517095302.H19528@root.org> References: <6.1.0.6.1.20040517163431.03f8c4a0@popserver.sfu.ca> 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/usr.bin/enigma enigma.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 16:53:41 -0000 On Mon, 17 May 2004, Colin Percival wrote: > At 16:27 17/05/2004, Poul-Henning Kamp wrote: > >My kids have had a blast out of the CD-turned 1-rotor-Enigma I bought > >for them at Bletchley park, and we should never get so serious that > >we forget that fun things doesn't have to be perfect. > > In that case, maybe src/usr.bin/enigma should be repocopied to > src/games/enigma. :-) Actually, I thought that had already happened. I'm surprised it's still in the base dist. -Nate From owner-cvs-src@FreeBSD.ORG Mon May 17 10:01: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 4394B16A4CE; Mon, 17 May 2004 10:01:49 -0700 (PDT) Received: from cheer.mahoroba.org (flets20-039.kamome.or.jp [218.45.20.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B98F43D41; Mon, 17 May 2004 10:01:48 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from lyrics.mahoroba.org (IDENT:j015h1Fx9VjTdM4wE372D6lMcGqAQcwujpswXhs0NOyBM0TwF7qI44BsWCKDT9oA@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)i4HH1cTF078441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 May 2004 02:01:39 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Tue, 18 May 2004 01:58:10 +0900 Message-ID: From: Hajimu UMEMOTO To: Wilko Bulte In-Reply-To: <20040517151859.GA42047@freebie.xs4all.nl> References: <200405162211.i4GMBeuO029899@repoman.freebsd.org> <20040517151859.GA42047@freebie.xs4all.nl> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.2-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 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: Ruslan Ermilov cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/ftpd ftpd.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: Mon, 17 May 2004 17:01:49 -0000 Hi, >>>>> On Mon, 17 May 2004 17:18:59 +0200 >>>>> Wilko Bulte said: wkb> On Sun, May 16, 2004 at 03:11:40PM -0700, Ruslan Ermilov wrote: > ru 2004/05/16 15:11:40 PDT > > FreeBSD src repository > > Modified files: > libexec/ftpd ftpd.8 > Log: > There's no such beast like AF_INET4, even when powered by whiskey. wkb> Vodka maybe? Umm, it was me. X-( When I wrote it, I was very sleepy. Because, it was moning of 2nd day at CBUG meeting. 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 May 17 10: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 8F5C716A4CF; Mon, 17 May 2004 10:05:17 -0700 (PDT) Received: from smtp-out3.xs4all.nl (smtp-out3.xs4all.nl [194.109.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B0343D2F; Mon, 17 May 2004 10:05:16 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out3.xs4all.nl (8.12.10/8.12.10) with ESMTP id i4HH5GbG059469; Mon, 17 May 2004 19:05:16 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i4HH4pVb042516; Mon, 17 May 2004 19:04:51 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i4HH4peF042515; Mon, 17 May 2004 19:04:51 +0200 (CEST) (envelope-from wkb) Date: Mon, 17 May 2004 19:04:51 +0200 From: Wilko Bulte To: Hajimu UMEMOTO Message-ID: <20040517170451.GA42477@freebie.xs4all.nl> References: <200405162211.i4GMBeuO029899@repoman.freebsd.org> <20040517151859.GA42047@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/ftpd ftpd.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: Mon, 17 May 2004 17:05:17 -0000 On Tue, May 18, 2004 at 01:58:10AM +0900, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Mon, 17 May 2004 17:18:59 +0200 > >>>>> Wilko Bulte said: > > wkb> On Sun, May 16, 2004 at 03:11:40PM -0700, Ruslan Ermilov wrote: > > ru 2004/05/16 15:11:40 PDT > > > > FreeBSD src repository > > > > Modified files: > > libexec/ftpd ftpd.8 > > Log: > > There's no such beast like AF_INET4, even when powered by whiskey. > > wkb> Vodka maybe? > > Umm, it was me. X-( My mistake. Sake then? :-) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon May 17 10:06: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 5490216A4CE; Mon, 17 May 2004 10:06:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B5043D2F; Mon, 17 May 2004 10:06:13 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HH6CGe010145; Mon, 17 May 2004 10:06:12 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HH6Cxd010144; Mon, 17 May 2004 10:06:12 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200405171706.i4HH6Cxd010144@repoman.freebsd.org> From: Vinod Kashyap Date: Mon, 17 May 2004 10:06:12 -0700 (PDT) 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/twa twa.h twa_cam.c twa_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: Mon, 17 May 2004 17:06:13 -0000 vkashyap 2004/05/17 10:06:12 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/twa twa.h twa_cam.c twa_freebsd.c Log: Undid scottl's recent changes. Revision Changes Path 1.1.2.3 +1 -0 src/sys/dev/twa/twa.h 1.1.2.3 +1 -1 src/sys/dev/twa/twa_cam.c 1.2.2.4 +39 -1 src/sys/dev/twa/twa_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon May 17 10:16: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 0E2B416A4CE; Mon, 17 May 2004 10:16:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10C443D3F; Mon, 17 May 2004 10:16:58 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HHGwGe012407; Mon, 17 May 2004 10:16:58 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HHGw7i012406; Mon, 17 May 2004 10:16:58 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200405171716.i4HHGw7i012406@repoman.freebsd.org> From: Vinod Kashyap Date: Mon, 17 May 2004 10:16:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twa twa.h twa_cam.c twa_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: Mon, 17 May 2004 17:16:59 -0000 vkashyap 2004/05/17 10:16:58 PDT FreeBSD src repository Modified files: sys/dev/twa twa.h twa_cam.c twa_freebsd.c Log: Undid scottl's recent changes. Revision Changes Path 1.3 +1 -0 src/sys/dev/twa/twa.h 1.3 +1 -1 src/sys/dev/twa/twa_cam.c 1.5 +39 -1 src/sys/dev/twa/twa_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon May 17 10:21: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 C6F1A16A4D0; Mon, 17 May 2004 10:21:41 -0700 (PDT) Received: from cheer.mahoroba.org (flets20-039.kamome.or.jp [218.45.20.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AB143D55; Mon, 17 May 2004 10:21:38 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:9TXWwXv0jn4DsNeA607su9HecnJtVWLTqSb9vyXYgY+X6+TWKRHEsh7a6xdlaSCL@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)i4HHLNnj043252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 May 2004 02:21:23 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 18 May 2004 02:21:23 +0900 Message-ID: From: Hajimu UMEMOTO To: Wilko Bulte In-Reply-To: <20040517170451.GA42477@freebie.xs4all.nl> References: <200405162211.i4GMBeuO029899@repoman.freebsd.org> <20040517151859.GA42047@freebie.xs4all.nl> <20040517170451.GA42477@freebie.xs4all.nl> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.2-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 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: Ruslan Ermilov cc: Hajimu UMEMOTO cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/ftpd ftpd.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: Mon, 17 May 2004 17:21:41 -0000 Hi, >>>>> On Mon, 17 May 2004 19:04:51 +0200 >>>>> Wilko Bulte said: wkb> My mistake. Sake then? wkb> :-) No, it was Scotch Whiskey which was a gift from Warner. Commitlog says: Wrote at: Hakone. Powered by: Warner Losh's scotch whisky. Requested by: nork 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 May 17 10:27: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 CFCD916A4CE; Mon, 17 May 2004 10:27:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D6743D49; Mon, 17 May 2004 10:27:39 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HHRdGe014403; Mon, 17 May 2004 10:27:39 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HHRdWa014402; Mon, 17 May 2004 10:27:39 -0700 (PDT) (envelope-from ps) Message-Id: <200405171727.i4HHRdWa014402@repoman.freebsd.org> From: Paul Saab Date: Mon, 17 May 2004 10:27:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.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, 17 May 2004 17:27:40 -0000 ps 2004/05/17 10:27:39 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c cissreg.h Log: Turn SCSI pre-fetch ON. This is mainly for 64XX and 64X based controllers and allows the controller to prefetch 1-2k on certain PCI memory reads to the host. The spec says this should only be used for IA32 based systems. Informed of feature by: John Cagle Revision Changes Path 1.46 +4 -0 src/sys/dev/ciss/ciss.c 1.9 +8 -2 src/sys/dev/ciss/cissreg.h From owner-cvs-src@FreeBSD.ORG Mon May 17 10:30: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 24D7216A4CE; Mon, 17 May 2004 10:30:35 -0700 (PDT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7232E43D31; Mon, 17 May 2004 10:30:34 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i4HHUVWh028584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 May 2004 10:30:31 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i4HHUUNK096473; Mon, 17 May 2004 10:30:30 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 17 May 2004 10:30:30 -0700 (PDT) From: John Polstra To: (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) X-Bogosity: No, tests=bogofilter, spamicity=0.363797, version=0.14.5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/smbmsg - 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: Mon, 17 May 2004 17:30:35 -0000 On 17-May-2004 Dag-Erling Smørgrav wrote: > Joerg Wunsch writes: >> As Dag-Erling Smørgrav wrote: >> > > Nope, but I've kept in mind that adding complete new subsystems >> > > etc. is better done by an import as opposed to just cvs adding it. >> > No, it isn't. It's easier than 'cvs add', but still wrong. >> I wouldn't it consider to be easier, but since you're not taking care >> to explain why it were wrong, it's becoming a bikeshed discussion. > > 'cvs import' places the files on a separate branch and creates a > branch tag for that branch and a point tag for the import. It is > intended for files which you get from a third party and to which you > make local changes. Nevertheless, it used to be a rule that new subsystems should be brought into the repository by means of "cvs import" rather than "cvs add". I personally was scolded once for using "cvs add" in this situation. I've never seen any discussion about changing that policy. I don't really care what the policy becomes, but it's certainly not established that "cvs add" is the answer. John From owner-cvs-src@FreeBSD.ORG Mon May 17 10: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 AC1F416A4CF; Mon, 17 May 2004 10:43:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735AF43D2F; Mon, 17 May 2004 10:43:41 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HHhfGe018379; Mon, 17 May 2004 10:43:41 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HHhekx018378; Mon, 17 May 2004 10:43:40 -0700 (PDT) (envelope-from yar) Message-Id: <200405171743.i4HHhekx018378@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 17 May 2004 10:43:40 -0700 (PDT) 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: Mon, 17 May 2004 17:43:41 -0000 yar 2004/05/17 10:43:40 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: cron(8) -j and -J options. Revision Changes Path 1.727 +9 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon May 17 10: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 4627116A4CE; Mon, 17 May 2004 10:45:30 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D9643D58; Mon, 17 May 2004 10:45:29 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i4HHjI68045644; Tue, 18 May 2004 02:45:18 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 18 May 2004 02:45:18 +0900 From: Norikatsu Shigemura To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org Message-Id: <20040518024518.4037f87a.nork@FreeBSD.org> In-Reply-To: References: <200405162211.i4GMBeuO029899@repoman.freebsd.org> <20040517151859.GA42047@freebie.xs4all.nl> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.1; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Hajimu UMEMOTO cc: wkb@freebie.xs4all.nl Subject: Re: cvs commit: src/libexec/ftpd ftpd.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: Mon, 17 May 2004 17:45:30 -0000 On Tue, 18 May 2004 01:58:10 +0900 Hajimu UMEMOTO wrote: > > There's no such beast like AF_INET4, even when powered by whiskey. > wkb> Vodka maybe? > Umm, it was me. X-( > When I wrote it, I was very sleepy. Because, it was moning of 2nd day > at CBUG meeting. Yes I saw near to him. He wrote it, sleepy and beasty:-). # Of course, I tested it, sleepy and bleatingly:-) # "Sorry, I'm sorry, I tested, I tested, uuuzzz... Please, please # fix this problem(build error). ... uuu...zzzz" :-) From owner-cvs-src@FreeBSD.ORG Mon May 17 10:53: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 2C19916A4CE; Mon, 17 May 2004 10:53:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F249443D49; Mon, 17 May 2004 10:53:13 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HHrDGe020409; Mon, 17 May 2004 10:53:13 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HHrDtG020408; Mon, 17 May 2004 10:53:13 -0700 (PDT) (envelope-from sos) Message-Id: <200405171753.i4HHrDtG020408@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 17 May 2004 10:53:13 -0700 (PDT) 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 ata-lowlevel.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, 17 May 2004 17:53:14 -0000 sos 2004/05/17 10:53:13 PDT FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Rip out the too verbose "spurious interrupt" printf's, they dont serve a purpose any longer. Revision Changes Path 1.36 +1 -16 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Mon May 17 10:55: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 815F316A4CE; Mon, 17 May 2004 10:55:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E3143D53; Mon, 17 May 2004 10:55:21 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HHtLGe020471; Mon, 17 May 2004 10:55:21 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HHtK0n020470; Mon, 17 May 2004 10:55:20 -0700 (PDT) (envelope-from yar) Message-Id: <200405171755.i4HHtK0n020470@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 17 May 2004 10:55:20 -0700 (PDT) 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: Mon, 17 May 2004 17:55:21 -0000 yar 2004/05/17 10:55:20 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Minor language fixes. Revision Changes Path 1.728 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon May 17 11:27: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 EE86E16A4CE; Mon, 17 May 2004 11:27:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E3C43D5C; Mon, 17 May 2004 11:27:06 -0700 (PDT) (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 i4HIR6Ge027530; Mon, 17 May 2004 11:27:06 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HIR6Tn027529; Mon, 17 May 2004 11:27:06 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405171827.i4HIR6Tn027529@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 17 May 2004 11:27:05 -0700 (PDT) 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 getpwent.3 getpwent.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, 17 May 2004 18:27:07 -0000 kientzle 2004/05/17 11:27:05 PDT FreeBSD src repository Modified files: lib/libc/gen getpwent.3 getpwent.c Log: POSIX prohibits any library function from setting errno to 0. Correct my previous commit and add a comment to the manpage indicating that the user must set errno to 0 if they wish to distinguish "no such user" from "error". Pointed out by: Jacques Vidrine (nectar@) Revision Changes Path 1.26 +5 -1 src/lib/libc/gen/getpwent.3 1.89 +1 -1 src/lib/libc/gen/getpwent.c From owner-cvs-src@FreeBSD.ORG Mon May 17 11:29: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 8B9C616A4CE; Mon, 17 May 2004 11:29:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA9843D2F; Mon, 17 May 2004 11:29:12 -0700 (PDT) (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 i4HITCGe027657; Mon, 17 May 2004 11:29:12 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HITCI5027656; Mon, 17 May 2004 11:29:12 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405171829.i4HITCI5027656@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 17 May 2004 11:29:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.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, 17 May 2004 18:29:12 -0000 kientzle 2004/05/17 11:29:12 PDT FreeBSD src repository Modified files: usr.bin/tar write.c Log: Set errno to 0 before calling getpwuid/getgrgid, so that error messages will be displayed only when there is, in fact, an error. Revision Changes Path 1.17 +2 -0 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Mon May 17 11:36: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 A875916A4CE; Mon, 17 May 2004 11:36:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FB943D49; Mon, 17 May 2004 11:36:15 -0700 (PDT) (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 i4HIaFGe029597; Mon, 17 May 2004 11:36:15 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HIaEEN029596; Mon, 17 May 2004 11:36:14 -0700 (PDT) (envelope-from marcel) Message-Id: <200405171836.i4HIaEEN029596@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 17 May 2004 11:36:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 18:36:15 -0000 marcel 2004/05/17 11:36:14 PDT FreeBSD src repository Modified files: sys/ia64/conf NOTES Log: Fix typo in comment. While here, end the sentence with a period and remove the empty line between the fdc and sio devices. The empty line suggests that the comment applies to fdc only while it applies to all following devices and options. Typo spotted by: ru@ Revision Changes Path 1.5 +1 -2 src/sys/ia64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 17 11:55: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 14D8D16A4CE; Mon, 17 May 2004 11:55:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D249A43D3F; Mon, 17 May 2004 11:55:45 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HItjGe034100; Mon, 17 May 2004 11:55:45 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HItj88034099; Mon, 17 May 2004 11:55:45 -0700 (PDT) (envelope-from joerg) Message-Id: <200405171855.i4HItj88034099@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 17 May 2004 11:55:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/smbus smb.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, 17 May 2004 18:55:46 -0000 joerg 2004/05/17 11:55:45 PDT FreeBSD src repository Modified files: sys/dev/smbus smb.c Log: Fix various style(9) bugs. This includes the removal of wrong reimplementations of enodev() (for the smbread() and smbwrite() functions), as well as fixing various errno values to conform to errno(3). Bruce also points out that a number of the pointer == NULL tests are probably nonsense because the respective checks are already done at upper layers. (Mostly) submitted by: bde Revision Changes Path 1.33 +21 -38 src/sys/dev/smbus/smb.c From owner-cvs-src@FreeBSD.ORG Mon May 17 12:19: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 BEBB416A4CE; Mon, 17 May 2004 12:19:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7158943D48; Mon, 17 May 2004 12:19:08 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HJJ8Ge039244; Mon, 17 May 2004 12:19:08 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HJJ83p039243; Mon, 17 May 2004 12:19:08 -0700 (PDT) (envelope-from joerg) Message-Id: <200405171919.i4HJJ83p039243@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 17 May 2004 12:19:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/smbmsg smbmsg.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, 17 May 2004 19:19:08 -0000 joerg 2004/05/17 12:19:08 PDT FreeBSD src repository Modified files: usr.sbin/smbmsg smbmsg.c Log: Fix my own style(9) bugs: . forward declare all static functions . add a couple of redundant parens in return statements where they've been missing . remove the space after exit since it's a function Revision Changes Path 1.2 +8 -3 src/usr.sbin/smbmsg/smbmsg.c From owner-cvs-src@FreeBSD.ORG Mon May 17 12:35: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 667D216A4CE; Mon, 17 May 2004 12:35:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3317843D2D; Mon, 17 May 2004 12:35:41 -0700 (PDT) (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 i4HJZeGe043254; Mon, 17 May 2004 12:35:40 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HJZeqf043253; Mon, 17 May 2004 12:35:40 -0700 (PDT) (envelope-from pjd) Message-Id: <200405171935.i4HJZeqf043253@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 17 May 2004 12:35:40 -0700 (PDT) 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 ng_one2many.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: Mon, 17 May 2004 19:35:41 -0000 pjd 2004/05/17 12:35:40 PDT FreeBSD src repository Modified files: share/man/man4 ng_one2many.4 Log: NG_ONE2MANY_XMIT_ALL algorithm should also be listed here. Submitted by: Michel Lavonds Approved by: archie Revision Changes Path 1.17 +5 -4 src/share/man/man4/ng_one2many.4 From owner-cvs-src@FreeBSD.ORG Mon May 17 13:16: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 8E4D616A4CE; Mon, 17 May 2004 13:16:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5C643D2D; Mon, 17 May 2004 13:16:41 -0700 (PDT) (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 i4HKGfGe058472; Mon, 17 May 2004 13:16:41 -0700 (PDT) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HKGfVU058471; Mon, 17 May 2004 13:16:41 -0700 (PDT) (envelope-from truckman) Message-Id: <200405172016.i4HKGfVU058471@repoman.freebsd.org> From: Don Lewis Date: Mon, 17 May 2004 13:16:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/fifofs fifo_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: Mon, 17 May 2004 20:16:41 -0000 truckman 2004/05/17 13:16:40 PDT FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Switch from using the vnode interlock to a private mutex in fifo_open() to avoid lock order problems when manipulating the sockets associated with the fifo. Minor optimization of a couple of calls to fifo_cleanup() from fifo_open(). Revision Changes Path 1.94 +23 -24 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Mon May 17 13:17: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 7392316A4CE; Mon, 17 May 2004 13:17:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D73843D3F; Mon, 17 May 2004 13:17:40 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HKHeGe058614; Mon, 17 May 2004 13:17:40 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HKHdiI058612; Mon, 17 May 2004 13:17:40 -0700 (PDT) (envelope-from joerg) Message-Id: <200405172017.i4HKHdiI058612@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 17 May 2004 13:17:39 -0700 (PDT) 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 smb.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: Mon, 17 May 2004 20:17:41 -0000 joerg 2004/05/17 13:17:39 PDT FreeBSD src repository Modified files: share/man/man4 smb.4 Log: Now that I learned about how all this is working together, quickly document it for anyone else who might be interested in it. MFC after: 2 weeks Revision Changes Path 1.10 +148 -16 src/share/man/man4/smb.4 From owner-cvs-src@FreeBSD.ORG Mon May 17 13:40: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 7C41C16A4CE for ; Mon, 17 May 2004 13:40:37 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EF243D1D for ; Mon, 17 May 2004 13:40:36 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i4HKcBdJ064105 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Tue, 18 May 2004 00:38:11 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (riklin.cronyx.ru [172.22.4.101]) by hanoi.cronyx.ru with ESMTP id i4HKbaXk063967; (8.12.8/vak/2.1) Tue, 18 May 2004 00:37:37 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40A9212A.2080107@cronyx.ru> Date: Tue, 18 May 2004 00:31:38 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Hajimu UMEMOTO References: <200405162211.i4GMBeuO029899@repoman.freebsd.org> <20040517151859.GA42047@freebie.xs4all.nl> <20040517170451.GA42477@freebie.xs4all.nl> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: src/libexec/ftpd ftpd.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: Mon, 17 May 2004 20:40:37 -0000 Hajimu UMEMOTO: >Hi, > > > >>>>>>On Mon, 17 May 2004 19:04:51 +0200 >>>>>>Wilko Bulte said: >>>>>> >>>>>> > >wkb> My mistake. Sake then? >wkb> :-) > >No, it was Scotch Whiskey which was a gift from Warner. Commitlog >says: > > Wrote at: Hakone. > Powered by: Warner Losh's scotch whisky. > Requested by: nork > Most of my commits were done after a couple of smth. But I must confess, all was tested and prepared before :-) But half of my best code was written again after a couple ... :-) rik > >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 May 17 13:45: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 9E53D16A4CE; Mon, 17 May 2004 13:45:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7249E43D1D; Mon, 17 May 2004 13:45:22 -0700 (PDT) (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 i4HKjMGe064815; Mon, 17 May 2004 13:45:22 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HKjMH0064814; Mon, 17 May 2004 13:45:22 -0700 (PDT) (envelope-from ru) Message-Id: <200405172045.i4HKjMH0064814@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 13:45:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig atmconfig.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: Mon, 17 May 2004 20:45:22 -0000 ru 2004/05/17 13:45:22 PDT FreeBSD src repository Modified files: sbin/atm/atmconfig atmconfig.8 Log: Markup overhaul. Revision Changes Path 1.2 +76 -89 src/sbin/atm/atmconfig/atmconfig.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 13:58: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 9F79F16A4CE; Mon, 17 May 2004 13:58:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3620F43D41; Mon, 17 May 2004 13:58:43 -0700 (PDT) (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 i4HKwgGe066934; Mon, 17 May 2004 13:58:42 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HKwgX5066933; Mon, 17 May 2004 13:58:42 -0700 (PDT) (envelope-from ru) Message-Id: <200405172058.i4HKwgX5066933@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 13:58:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gconcat gconcat.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: Mon, 17 May 2004 20:58:43 -0000 ru 2004/05/17 13:58:42 PDT FreeBSD src repository Modified files: sbin/gconcat gconcat.8 Log: Markup and grammar nits. Revision Changes Path 1.2 +21 -26 src/sbin/gconcat/gconcat.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 14:05: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 4F57F16A4CE; Mon, 17 May 2004 14:05:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238DE43D4C; Mon, 17 May 2004 14:05:40 -0700 (PDT) (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 i4HL5dGe069942; Mon, 17 May 2004 14:05:39 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HL5dTb069941; Mon, 17 May 2004 14:05:39 -0700 (PDT) (envelope-from ru) Message-Id: <200405172105.i4HL5dTb069941@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 14:05:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/idmapd idmapd.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: Mon, 17 May 2004 21:05:40 -0000 ru 2004/05/17 14:05:39 PDT FreeBSD src repository Modified files: sbin/idmapd idmapd.8 Log: Markup nits. Revision Changes Path 1.3 +12 -13 src/sbin/idmapd/idmapd.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 14:11: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 36FFE16A4CE; Mon, 17 May 2004 14:11:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A79043D39; Mon, 17 May 2004 14:11:37 -0700 (PDT) (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 i4HLBaGe071019; Mon, 17 May 2004 14:11:36 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HLBaX5071009; Mon, 17 May 2004 14:11:36 -0700 (PDT) (envelope-from ru) Message-Id: <200405172111.i4HLBaX5071009@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 14:11:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel sunlabel.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: Mon, 17 May 2004 21:11:37 -0000 ru 2004/05/17 14:11:35 PDT FreeBSD src repository Modified files: sbin/sunlabel sunlabel.8 Log: Correct existing usage lines, add two more. Revision Changes Path 1.2 +11 -3 src/sbin/sunlabel/sunlabel.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 14:16: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 EF8B516A4CE; Mon, 17 May 2004 14:16:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8334E43D48; Mon, 17 May 2004 14:16:49 -0700 (PDT) (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 i4HLGnGe072262; Mon, 17 May 2004 14:16:49 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HLGnio072260; Mon, 17 May 2004 14:16:49 -0700 (PDT) (envelope-from peter) Message-Id: <200405172116.i4HLGnio072260@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 14:16:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 elf_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: Mon, 17 May 2004 21:16:50 -0000 peter 2004/05/17 14:16:49 PDT FreeBSD src repository Modified files: sys/amd64/amd64 elf_machdep.c Log: Deal with REL records that have the addend embedded variable sized targets rather than the RELA table. I dont know if bintutils will ever generate REL records, but just in case..... Revision Changes Path 1.21 +10 -2 src/sys/amd64/amd64/elf_machdep.c From owner-cvs-src@FreeBSD.ORG Mon May 17 14:20: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 98E9516A4CE; Mon, 17 May 2004 14:20:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D2D43D41; Mon, 17 May 2004 14:20:24 -0700 (PDT) (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 i4HLKOGe072414; Mon, 17 May 2004 14:20:24 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HLKOTD072412; Mon, 17 May 2004 14:20:24 -0700 (PDT) (envelope-from peter) Message-Id: <200405172120.i4HLKOTD072412@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 14:20:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern link_elf_obj.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, 17 May 2004 21:20:25 -0000 peter 2004/05/17 14:20:24 PDT FreeBSD src repository Modified files: sys/kern link_elf_obj.c Log: Clean up the code some more. Unify the text/data (progbits) and bss (nobits) tables to simplify some code. Try and shorten some of the very wide lines. Somewhere along the way, I think I fixed the memory corruption that caused panics after going multiuser. Revision Changes Path 1.79 +249 -236 src/sys/kern/link_elf_obj.c From owner-cvs-src@FreeBSD.ORG Mon May 17 14:24: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 B41FB16A4CE; Mon, 17 May 2004 14:24:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8845F43D3F; Mon, 17 May 2004 14:24:06 -0700 (PDT) (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 i4HLO6Ge074264; Mon, 17 May 2004 14:24:06 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HLO6UJ074263; Mon, 17 May 2004 14:24:06 -0700 (PDT) (envelope-from ru) Message-Id: <200405172124.i4HLO6UJ074263@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 14:24:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_nfs4 mount_nfs4.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: Mon, 17 May 2004 21:24:06 -0000 ru 2004/05/17 14:24:06 PDT FreeBSD src repository Modified files: sbin/mount_nfs4 mount_nfs4.8 Log: Markup nits. Revision Changes Path 1.4 +15 -8 src/sbin/mount_nfs4/mount_nfs4.8 From owner-cvs-src@FreeBSD.ORG Mon May 17 14:24: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 A001116A4CE; Mon, 17 May 2004 14:24:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDEC43D39; Mon, 17 May 2004 14:24:40 -0700 (PDT) (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 i4HLOeGe074302; Mon, 17 May 2004 14:24:40 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HLOeTY074301; Mon, 17 May 2004 14:24:40 -0700 (PDT) (envelope-from peter) Message-Id: <200405172124.i4HLOeTY074301@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 14:24:40 -0700 (PDT) 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_linker.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, 17 May 2004 21:24:40 -0000 peter 2004/05/17 14:24:40 PDT FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Since we go to the trouble of compiling the kobj ops table for each class, and cannot handle it going away, add an explicit reference to the kobj class inside each linker class. Without this, a class with no modules loaded will sit with an idle refcount of 0. Loading and unloading a module with it causes a 0->1->0 transition which frees the ops table and causes subsequent loads using that class to explode. Normally, the "kernel" module will remain forever loaded and prevent this happening, but if you have more than one linker class active, only one owns the "kernel". This finishes making modules work for kldload(8) on amd64. Revision Changes Path 1.111 +1 -0 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Mon May 17 14:25: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 3294D16A533; Mon, 17 May 2004 14:25:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB7243D31; Mon, 17 May 2004 14:25:02 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HLP2Ge074354; Mon, 17 May 2004 14:25:02 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HLP20t074353; Mon, 17 May 2004 14:25:02 -0700 (PDT) (envelope-from hmp) Message-Id: <200405172125.i4HLP20t074353@repoman.freebsd.org> From: Hiten Pandya Date: Mon, 17 May 2004 14:25:02 -0700 (PDT) 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 rman.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: Mon, 17 May 2004 21:25:03 -0000 hmp 2004/05/17 14:25:02 PDT FreeBSD src repository Modified files: share/man/man9 Makefile rman.9 Log: Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it to rman(9). Revision Changes Path 1.232 +1 -0 src/share/man/man9/Makefile 1.3 +3 -0 src/share/man/man9/rman.9 From owner-cvs-src@FreeBSD.ORG Mon May 17 14:31: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 C78AF16A4CF; Mon, 17 May 2004 14:31:58 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C78C43D49; Mon, 17 May 2004 14:31:57 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <2004051721315601400erspse>; Mon, 17 May 2004 21:31:56 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA29307; Mon, 17 May 2004 14:31:55 -0700 (PDT) Date: Mon, 17 May 2004 14:31:54 -0700 (PDT) From: Julian Elischer To: Peter Wemm In-Reply-To: <200405172124.i4HLOeTY074301@repoman.freebsd.org> Message-ID: 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_linker.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, 17 May 2004 21:31:59 -0000 which brings up the question of TLS in the kernel :-) On Mon, 17 May 2004, Peter Wemm wrote: > peter 2004/05/17 14:24:40 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_linker.c > Log: > Since we go to the trouble of compiling the kobj ops table for each class, > and cannot handle it going away, add an explicit reference to the kobj > class inside each linker class. Without this, a class with no modules > loaded will sit with an idle refcount of 0. Loading and unloading > a module with it causes a 0->1->0 transition which frees the ops table > and causes subsequent loads using that class to explode. Normally, the > "kernel" module will remain forever loaded and prevent this happening, but > if you have more than one linker class active, only one owns the "kernel". > > This finishes making modules work for kldload(8) on amd64. > > Revision Changes Path > 1.111 +1 -0 src/sys/kern/kern_linker.c > From owner-cvs-src@FreeBSD.ORG Mon May 17 14:59: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 786E716A4CE; Mon, 17 May 2004 14:59:50 -0700 (PDT) Received: from herring.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40ACA43D4C; Mon, 17 May 2004 14:59:49 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [10.0.0.2]) by herring.rabson.org (8.12.11/8.12.11) with ESMTP id i4HLx184005001; Mon, 17 May 2004 22:59:01 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Julian Elischer Date: Mon, 17 May 2004 22:59:00 +0100 User-Agent: KMail/1.6.1 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405172259.00791.dfr@nlsystems.com> 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 herring.rabson.org X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm Subject: Re: cvs commit: src/sys/kern kern_linker.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, 17 May 2004 21:59:50 -0000 I've been thinking about that on and off for a while. It would be fairly easy to represent most of struct pcpu using TLS... On Monday 17 May 2004 22:31, Julian Elischer wrote: > which brings up the question of TLS in the kernel :-) > > On Mon, 17 May 2004, Peter Wemm wrote: > > peter 2004/05/17 14:24:40 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_linker.c > > Log: > > Since we go to the trouble of compiling the kobj ops table for > > each class, and cannot handle it going away, add an explicit > > reference to the kobj class inside each linker class. Without > > this, a class with no modules loaded will sit with an idle refcount > > of 0. Loading and unloading a module with it causes a 0->1->0 > > transition which frees the ops table and causes subsequent loads > > using that class to explode. Normally, the "kernel" module will > > remain forever loaded and prevent this happening, but if you have > > more than one linker class active, only one owns the "kernel". > > > > This finishes making modules work for kldload(8) on amd64. > > > > Revision Changes Path > > 1.111 +1 -0 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Mon May 17 15:13: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 A1B5816A4CE; Mon, 17 May 2004 15:13:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F77B43D2F; Mon, 17 May 2004 15:13:15 -0700 (PDT) (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 i4HMDFGe085896; Mon, 17 May 2004 15:13:15 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HMDElo085895; Mon, 17 May 2004 15:13:14 -0700 (PDT) (envelope-from peter) Message-Id: <200405172213.i4HMDElo085895@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 15:13:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf GENERIC NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 22:13:15 -0000 peter 2004/05/17 15:13:14 PDT FreeBSD src repository Modified files: sys/amd64/conf GENERIC NOTES Log: Turn on modules for amd64. Fear. Revision Changes Path 1.409 +0 -1 src/sys/amd64/conf/GENERIC 1.14 +0 -3 src/sys/amd64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 17 15:15: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 6823C16A4CE; Mon, 17 May 2004 15:15:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D69243D5C; Mon, 17 May 2004 15:15:50 -0700 (PDT) (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 i4HMFnGe086092; Mon, 17 May 2004 15:15:49 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HMFnhg086091; Mon, 17 May 2004 15:15:49 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405172215.i4HMFnhg086091@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 17 May 2004 15:15:49 -0700 (PDT) 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 getgrent.3 getgrent.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, 17 May 2004 22:15:50 -0000 kientzle 2004/05/17 15:15:49 PDT FreeBSD src repository Modified files: lib/libc/gen getgrent.3 getgrent.c Log: getgrent() and friends should set errno if there is an error. Also, clarify the manpage description of when errno is set and explain that clients should set errno=0 first if they want useful error information. Revision Changes Path 1.24 +5 -1 src/lib/libc/gen/getgrent.3 1.32 +3 -0 src/lib/libc/gen/getgrent.c From owner-cvs-src@FreeBSD.ORG Mon May 17 15:17: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 B340F16A4CE; Mon, 17 May 2004 15:17:30 -0700 (PDT) Received: from daintree.corp.yahoo.com (daintree.corp.yahoo.com [216.145.52.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD87443D4C; Mon, 17 May 2004 15:17:29 -0700 (PDT) (envelope-from peter@yahoo-inc.com) Received: by daintree.corp.yahoo.com (Postfix, from userid 2154) id BDF848854; Mon, 17 May 2004 15:17:29 -0700 (PDT) From: Peter Wemm To: Doug Rabson Date: Mon, 17 May 2004 15:17:29 -0700 User-Agent: KMail/1.6.1 References: <200405172259.00791.dfr@nlsystems.com> In-Reply-To: <200405172259.00791.dfr@nlsystems.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405171517.29528.peter@wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.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, 17 May 2004 22:17:31 -0000 On Monday 17 May 2004 02:59 pm, Doug Rabson wrote: > I've been thinking about that on and off for a while. It would be > fairly easy to represent most of struct pcpu using TLS... I thought about it a bit too. One potential landmine is making sure that gcc can be adequately taught to be preemption safe and not cache pointers to the tls area across things like critical_*(). I guess that depends on which model is used though. User-level threads dont have to worry about this, because if they're preempted, they are still the same thread when they come back. pcpu isn't like this. And to think that I was considering benchmarking a change to do an alpha-style stolen-register for the pcpu pointer on amd64. :-) > On Monday 17 May 2004 22:31, Julian Elischer wrote: > > which brings up the question of TLS in the kernel :-) > > > > On Mon, 17 May 2004, Peter Wemm wrote: > > > peter 2004/05/17 14:24:40 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern kern_linker.c > > > Log: > > > Since we go to the trouble of compiling the kobj ops table for > > > each class, and cannot handle it going away, add an explicit > > > reference to the kobj class inside each linker class. Without > > > this, a class with no modules loaded will sit with an idle > > > refcount of 0. Loading and unloading a module with it causes a > > > 0->1->0 transition which frees the ops table and causes > > > subsequent loads using that class to explode. Normally, the > > > "kernel" module will remain forever loaded and prevent this > > > happening, but if you have more than one linker class active, > > > only one owns the "kernel". > > > > > > This finishes making modules work for kldload(8) on amd64. > > > > > > Revision Changes Path > > > 1.111 +1 -0 src/sys/kern/kern_linker.c -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Mon May 17 15: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 C5E8016A4CE; Mon, 17 May 2004 15:26:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 946AD43D3F; Mon, 17 May 2004 15:26:18 -0700 (PDT) (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 i4HMQIGe088118; Mon, 17 May 2004 15:26:18 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HMQIfT088117; Mon, 17 May 2004 15:26:18 -0700 (PDT) (envelope-from peter) Message-Id: <200405172226.i4HMQIfT088117@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 15:26:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 elf_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: Mon, 17 May 2004 22:26:18 -0000 peter 2004/05/17 15:26:17 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 elf_machdep.c Log: Oops, I left a duplicate 'relocbase' declaration. Submitted by: Koop Mast Revision Changes Path 1.18 +0 -1 src/sys/sparc64/sparc64/elf_machdep.c From owner-cvs-src@FreeBSD.ORG Mon May 17 15:46: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 CB71416A4CF; Mon, 17 May 2004 15:46:26 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF89C43D45; Mon, 17 May 2004 15:46:24 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc13) with ESMTP id <2004051722462301500bijf8e>; Mon, 17 May 2004 22:46:24 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA30177; Mon, 17 May 2004 15:46:21 -0700 (PDT) Date: Mon, 17 May 2004 15:46:20 -0700 (PDT) From: Julian Elischer To: Doug Rabson In-Reply-To: <200405172259.00791.dfr@nlsystems.com> Message-ID: 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 cc: Peter Wemm Subject: Re: cvs commit: src/sys/kern kern_linker.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, 17 May 2004 22:46:27 -0000 I came to the conclusion that we'd need something LIKE (but not exactly the same as) TLS to correctly support vimages (done by Marco Zec in Croatia) in a full pruduction environment.. (Vimages is the scheme where there are multiple actual virtual machines even in the kernel point of view.. each with its own interfaces, routing tables, firewalls etc..) To do it properly, loading a new kernel module would be similar to loading a new shared library in a threaded app.. you need to add a TLS section for each 'instance' of the new module on each virtual machine. you you'd need %gs:0->curentvm->modules[modindex]->variable which is pretty similar to what TLS does.. (or in kernelspeak, PCPU(currentvm)->modules[modindex]->variable On Mon, 17 May 2004, Doug Rabson wrote: > I've been thinking about that on and off for a while. It would be fairly > easy to represent most of struct pcpu using TLS... > > On Monday 17 May 2004 22:31, Julian Elischer wrote: > > which brings up the question of TLS in the kernel :-) > > > > On Mon, 17 May 2004, Peter Wemm wrote: > > > peter 2004/05/17 14:24:40 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern kern_linker.c > > > Log: > > > Since we go to the trouble of compiling the kobj ops table for > > > each class, and cannot handle it going away, add an explicit > > > reference to the kobj class inside each linker class. Without > > > this, a class with no modules loaded will sit with an idle refcount > > > of 0. Loading and unloading a module with it causes a 0->1->0 > > > transition which frees the ops table and causes subsequent loads > > > using that class to explode. Normally, the "kernel" module will > > > remain forever loaded and prevent this happening, but if you have > > > more than one linker class active, only one owns the "kernel". > > > > > > This finishes making modules work for kldload(8) on amd64. > > > > > > Revision Changes Path > > > 1.111 +1 -0 src/sys/kern/kern_linker.c > From owner-cvs-src@FreeBSD.ORG Mon May 17 15:48: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 C62D416A4CE; Mon, 17 May 2004 15:48:22 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4953943D4C; Mon, 17 May 2004 15:48:22 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <20040517224821013000hmnbe>; Mon, 17 May 2004 22:48:22 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA30194; Mon, 17 May 2004 15:48:20 -0700 (PDT) Date: Mon, 17 May 2004 15:48:19 -0700 (PDT) From: Julian Elischer To: Peter Wemm In-Reply-To: <200405171517.29528.peter@wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Doug Rabson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.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, 17 May 2004 22:48:23 -0000 Ha! I'm glad I'm not the only one with such a sick mind !! On Mon, 17 May 2004, Peter Wemm wrote: > On Monday 17 May 2004 02:59 pm, Doug Rabson wrote: > > I've been thinking about that on and off for a while. It would be > > fairly easy to represent most of struct pcpu using TLS... > > I thought about it a bit too. One potential landmine is making sure > that gcc can be adequately taught to be preemption safe and not cache > pointers to the tls area across things like critical_*(). I guess that > depends on which model is used though. User-level threads dont have to > worry about this, because if they're preempted, they are still the same > thread when they come back. pcpu isn't like this. > > And to think that I was considering benchmarking a change to do an > alpha-style stolen-register for the pcpu pointer on amd64. :-) > > > On Monday 17 May 2004 22:31, Julian Elischer wrote: > > > which brings up the question of TLS in the kernel :-) > > > > > > On Mon, 17 May 2004, Peter Wemm wrote: > > > > peter 2004/05/17 14:24:40 PDT > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/kern kern_linker.c > > > > Log: > > > > Since we go to the trouble of compiling the kobj ops table for > > > > each class, and cannot handle it going away, add an explicit > > > > reference to the kobj class inside each linker class. Without > > > > this, a class with no modules loaded will sit with an idle > > > > refcount of 0. Loading and unloading a module with it causes a > > > > 0->1->0 transition which frees the ops table and causes > > > > subsequent loads using that class to explode. Normally, the > > > > "kernel" module will remain forever loaded and prevent this > > > > happening, but if you have more than one linker class active, > > > > only one owns the "kernel". > > > > > > > > This finishes making modules work for kldload(8) on amd64. > > > > > > > > Revision Changes Path > > > > 1.111 +1 -0 src/sys/kern/kern_linker.c > > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "All of this is for nothing if we don't go to the stars" - JMS/B5 > From owner-cvs-src@FreeBSD.ORG Mon May 17 16:09: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 7155C16A4CE; Mon, 17 May 2004 16:09:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257A043D1D; Mon, 17 May 2004 16:09:11 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4HN9AGe097887; Mon, 17 May 2004 16:09:10 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4HN9A4E097886; Mon, 17 May 2004 16:09:10 -0700 (PDT) (envelope-from yar) Message-Id: <200405172309.i4HN9A4E097886@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 17 May 2004 16:09:10 -0700 (PDT) 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 lockf.3 src/lib/libc/sys fcntl.2 flock.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: Mon, 17 May 2004 23:09:11 -0000 yar 2004/05/17 16:09:10 PDT FreeBSD src repository Modified files: lib/libc/gen lockf.3 lib/libc/sys fcntl.2 flock.2 Log: Clarify and extend paragraphs on interoperation of fcntl(2), flock(2), and lockf(3) advisory locks. Add such a paragraph to the flock(2) manpage for the sake of consistency. Reviewed by: Cyrille Lefevre and Kirk McKusick on -arch MFC after: 2 weeks Revision Changes Path 1.12 +14 -2 src/lib/libc/gen/lockf.3 1.43 +19 -3 src/lib/libc/sys/fcntl.2 1.22 +22 -1 src/lib/libc/sys/flock.2 From owner-cvs-src@FreeBSD.ORG Mon May 17 17:13: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 8F08C16A4CE; Mon, 17 May 2004 17:13:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7010043D49; Mon, 17 May 2004 17:13:07 -0700 (PDT) (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 i4I0D7Ge018900; Mon, 17 May 2004 17:13:07 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I0D73A018896; Mon, 17 May 2004 17:13:07 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405180013.i4I0D73A018896@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 17 May 2004 17:13:07 -0700 (PDT) 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_write_open_file.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, 18 May 2004 00:13:07 -0000 kientzle 2004/05/17 17:13:06 PDT FreeBSD src repository Modified files: lib/libarchive archive_write_open_file.c Log: Clarify an error message. Revision Changes Path 1.6 +2 -1 src/lib/libarchive/archive_write_open_file.c From owner-cvs-src@FreeBSD.ORG Mon May 17 19: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 96AE716A4CE; Mon, 17 May 2004 19:40:02 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A3643D3F; Mon, 17 May 2004 19:40:01 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i4I2DQr9055648; Mon, 17 May 2004 20:13:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 17 May 2004 20:14:38 -0600 (MDT) Message-Id: <20040517.201438.45178661.imp@bsdimp.com> To: ume@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <20040517170451.GA42477@freebie.xs4all.nl> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: ru@freebsd.org cc: cvs-all@freebsd.org cc: wkb@freebie.xs4all.nl Subject: Re: cvs commit: src/libexec/ftpd ftpd.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, 18 May 2004 02:40:02 -0000 In message: Hajimu UMEMOTO writes: : Hi, : : >>>>> On Mon, 17 May 2004 19:04:51 +0200 : >>>>> Wilko Bulte said: : : wkb> My mistake. Sake then? : wkb> :-) : : No, it was Scotch Whiskey which was a gift from Warner. Commitlog : says: : : Wrote at: Hakone. : Powered by: Warner Losh's scotch whisky. : Requested by: nork Clearly, it was a wise investment :-) Warner From owner-cvs-src@FreeBSD.ORG Mon May 17 22:14: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 EADE416A4CE; Mon, 17 May 2004 22:14:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE8C43D39; Mon, 17 May 2004 22:14:20 -0700 (PDT) (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 i4I5EKGe089508; Mon, 17 May 2004 22:14:20 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I5EJLo089507; Mon, 17 May 2004 22:14:19 -0700 (PDT) (envelope-from peter) Message-Id: <200405180514.i4I5EJLo089507@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 22:14:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern link_elf_obj.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, 18 May 2004 05:14:21 -0000 peter 2004/05/17 22:14:19 PDT FreeBSD src repository Modified files: sys/kern link_elf_obj.c Log: Remove leftover padding variables. Convert some silent 'ignore programmer error' cases into panics Remove 'align' field from section table (no longer needed) Revision Changes Path 1.80 +4 -8 src/sys/kern/link_elf_obj.c From owner-cvs-src@FreeBSD.ORG Mon May 17 22: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 9E74116A4CE; Mon, 17 May 2004 22:15:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C7C43D48; Mon, 17 May 2004 22:15:44 -0700 (PDT) (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 i4I5FiGe089645; Mon, 17 May 2004 22:15:44 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I5FhJr089644; Mon, 17 May 2004 22:15:43 -0700 (PDT) (envelope-from peter) Message-Id: <200405180515.i4I5FhJr089644@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 May 2004 22:15:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern link_elf_obj.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, 18 May 2004 05:15:44 -0000 peter 2004/05/17 22:15:43 PDT FreeBSD src repository Modified files: sys/kern link_elf_obj.c Log: If a symbol has section+offset definitions provided, always use instead of doing a name lookup for global symbols. This fixes the snd_pcm module. Revision Changes Path 1.81 +9 -6 src/sys/kern/link_elf_obj.c From owner-cvs-src@FreeBSD.ORG Mon May 17 22:30: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 1268416A4CE; Mon, 17 May 2004 22:30:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825E343D2F; Mon, 17 May 2004 22:30:07 -0700 (PDT) (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 i4I5U7Ge091919; Mon, 17 May 2004 22:30:07 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I5U7Aq091918; Mon, 17 May 2004 22:30:07 -0700 (PDT) (envelope-from bde) Message-Id: <200405180530.i4I5U7Aq091918@repoman.freebsd.org> From: Bruce Evans Date: Mon, 17 May 2004 22:30:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_elf.c src/sys/amd64/amd64 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: Tue, 18 May 2004 05:30:08 -0000 bde 2004/05/17 22:30:07 PDT FreeBSD src repository Modified files: sys/ddb db_elf.c sys/amd64/amd64 machdep.c Log: Fixed DDB_NOKLDSYM on amd64's: machdep.c: Initialize the symbol table pointers, not quite like for other arches. db_elf.c: Don't claim to be an i486 in the fake ELF header. Revision Changes Path 1.606 +6 -0 src/sys/amd64/amd64/machdep.c 1.18 +1 -1 src/sys/ddb/db_elf.c From owner-cvs-src@FreeBSD.ORG Mon May 17 23:36: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 3E7BD16A4CE; Mon, 17 May 2004 23:36:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A8D43D5F; Mon, 17 May 2004 23:36:18 -0700 (PDT) (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 i4I6aIGe006995; Mon, 17 May 2004 23:36:18 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I6aIL9006994; Mon, 17 May 2004 23:36:18 -0700 (PDT) (envelope-from rik) Message-Id: <200405180636.i4I6aIL9006994@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 23:36:17 -0700 (PDT) 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/hardware/common dev.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: Tue, 18 May 2004 06:36:19 -0000 rik 2004/05/17 23:36:17 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: ct(4) now has manual page, so add reference to it. Revision Changes Path 1.219 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Mon May 17 23:48: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 063E616A4CE; Mon, 17 May 2004 23:48:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40B7643D7E; Mon, 17 May 2004 23:48:33 -0700 (PDT) (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 i4I6mRGe009103; Mon, 17 May 2004 23:48:27 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I6mRn3009102; Mon, 17 May 2004 23:48:27 -0700 (PDT) (envelope-from rik) Message-Id: <200405180648.i4I6mRn3009102@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 17 May 2004 23:48:27 -0700 (PDT) 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/hardware/common dev.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: Tue, 18 May 2004 06:48:43 -0000 rik 2004/05/17 23:48:27 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add information about cp(4) driver (Cronyx Tau-PCI). Revision Changes Path 1.220 +21 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Mon May 17 23: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 29FDE16A4CE; Mon, 17 May 2004 23:57:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D5243D41; Mon, 17 May 2004 23:57:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4I6vYGe011142; Mon, 17 May 2004 23:57:34 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I6vXKq011141; Mon, 17 May 2004 23:57:33 -0700 (PDT) (envelope-from imp) Message-Id: <200405180657.i4I6vXKq011141@repoman.freebsd.org> From: Warner Losh Date: Mon, 17 May 2004 23:57:33 -0700 (PDT) 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/wi if_wi.c if_wireg.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, 18 May 2004 06:57:35 -0000 imp 2004/05/17 23:57:33 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/wi if_wi.c if_wireg.h Log: Fix two bugs that aren't in the current: 1) only have a long timeout for the wi_cmd_ini command. All others should much faster at 10ms. Some cards seem to timeout when the signal quality is low, and a faster timeout means that retry will happen in a fraction of a second, rather than seconds. 2) ifconfig passes -1 in i_val for the ssid and ignores the rest of the parameters if it returns an error. wi used to return an error in this case, which means none of the 802.11 parameters were being reported. Since an works, fix the presumed bug in wi. Revision Changes Path 1.103.2.6 +5 -2 src/sys/dev/wi/if_wi.c 1.31.2.3 +1 -1 src/sys/dev/wi/if_wireg.h From owner-cvs-src@FreeBSD.ORG Tue May 18 00:12: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 38E4C16A4CE; Tue, 18 May 2004 00:12:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B82543D4C; Tue, 18 May 2004 00:12:07 -0700 (PDT) (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 i4I7C7Ge015667; Tue, 18 May 2004 00:12:07 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I7C7Vh015663; Tue, 18 May 2004 00:12:07 -0700 (PDT) (envelope-from rik) Message-Id: <200405180712.i4I7C7Vh015663@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 18 May 2004 00:12:07 -0700 (PDT) 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: Tue, 18 May 2004 07:12:08 -0000 rik 2004/05/18 00:12:07 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: 1. Remove '-' sign between model an manufacturer. 2. Add information about cp(4) driver (Cronyx Tau-PCI). Revision Changes Path 1.729 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue May 18 00:23: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 91DFD16A4CE; Tue, 18 May 2004 00:23:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FC143D39; Tue, 18 May 2004 00:23:38 -0700 (PDT) (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 i4I7NbGe018110; Tue, 18 May 2004 00:23:37 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I7NbO6018109; Tue, 18 May 2004 00:23:37 -0700 (PDT) (envelope-from ru) Message-Id: <200405180723.i4I7NbO6018109@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 May 2004 00:23:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig sconfig.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, 18 May 2004 07:23:38 -0000 ru 2004/05/18 00:23:37 PDT FreeBSD src repository Modified files: sbin/sconfig sconfig.8 Log: Markup overhaul. Revision Changes Path 1.4 +389 -269 src/sbin/sconfig/sconfig.8 From owner-cvs-src@FreeBSD.ORG Tue May 18 00:30: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 BC57816A4CE; Tue, 18 May 2004 00:30:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 637A543D5E; Tue, 18 May 2004 00:30:05 -0700 (PDT) (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 i4I7U5Ge018342; Tue, 18 May 2004 00:30:05 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I7U5CZ018341; Tue, 18 May 2004 00:30:05 -0700 (PDT) (envelope-from pjd) Message-Id: <200405180730.i4I7U5CZ018341@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 18 May 2004 00:30:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/md md.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, 18 May 2004 07:30:05 -0000 pjd 2004/05/18 00:30:05 PDT FreeBSD src repository Modified files: sys/dev/md md.c Log: Fix panic which occurs when given sector size for memory-backed device is less than DEV_BSIZE (512) bytes. Reported by: Mike Bristow Approved by: phk Revision Changes Path 1.123 +1 -2 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Tue May 18 00:38: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 AC1F316A4CE; Tue, 18 May 2004 00:38:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C5043D49; Tue, 18 May 2004 00:38:48 -0700 (PDT) (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 i4I7clGe020371; Tue, 18 May 2004 00:38:47 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4I7clx3020370; Tue, 18 May 2004 00:38:47 -0700 (PDT) (envelope-from rik) Message-Id: <200405180738.i4I7clx3020370@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 18 May 2004 00:38:47 -0700 (PDT) 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: Tue, 18 May 2004 07:38:49 -0000 rik 2004/05/18 00:38:47 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note about ng_sppp (4) driver. Revision Changes Path 1.730 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue May 18 00:52: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 6DD9616A4CE for ; Tue, 18 May 2004 00:52:35 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941F643D41 for ; Tue, 18 May 2004 00:52:34 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i4I7oBJJ025815 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Tue, 18 May 2004 11:50:11 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i4I7lr7E025659; (8.12.8/vak/2.1) Tue, 18 May 2004 11:47:53 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40A9BFEB.1050806@cronyx.ru> Date: Tue, 18 May 2004 11:48:59 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200405180723.i4I7NbO6018109@repoman.freebsd.org> In-Reply-To: <200405180723.i4I7NbO6018109@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/sbin/sconfig sconfig.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, 18 May 2004 07:52:35 -0000 Ruslan Ermilov wrote: >ru 2004/05/18 00:23:37 PDT > > FreeBSD src repository > > Modified files: > sbin/sconfig sconfig.8 > Log: > Markup overhaul. > > Thanks! Could you tell me my common mistakes? rik From owner-cvs-src@FreeBSD.ORG Tue May 18 03:37: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 84CEC16A4CE; Tue, 18 May 2004 03:37:40 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20EE843D48; Tue, 18 May 2004 03:37:39 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i4IAgwir057170 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 May 2004 13:43:00 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i4IAbbDE070952; Tue, 18 May 2004 13:37:37 +0300 (EEST) (envelope-from ru) Date: Tue, 18 May 2004 13:37:37 +0300 From: Ruslan Ermilov To: Roman Kurakin Message-ID: <20040518103737.GA70919@ip.net.ua> References: <200405180723.i4I7NbO6018109@repoman.freebsd.org> <40A9BFEB.1050806@cronyx.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <40A9BFEB.1050806@cronyx.ru> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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 Subject: Re: cvs commit: src/sbin/sconfig sconfig.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, 18 May 2004 10:37:40 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 18, 2004 at 11:48:59AM +0400, Roman Kurakin wrote: > Ruslan Ermilov wrote: >=20 > >ru 2004/05/18 00:23:37 PDT > > > > FreeBSD src repository > > > > Modified files: > > sbin/sconfig sconfig.8=20 > > Log: > > Markup overhaul. > >=20 > > > Thanks! Could you tell me my common mistakes? >=20 I'd need to review your other manpages to answer this question. Hold on. This manpage also badly needs the English cleanup. I can do it for you, if you like. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAqedxUkv4P6juNwoRAsqMAJ4sEdb1PHY5dmR+C4topyxbZSzmhgCfdIwr x777x+NtkcR/x+t0HChHirc= =Mb9Z -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-cvs-src@FreeBSD.ORG Tue May 18 03:38: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 04E3816A4CE; Tue, 18 May 2004 03:38:46 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F25443D1F; Tue, 18 May 2004 03:38:44 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i4IAi8Rl057319 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 May 2004 13:44:09 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i4IAckra070976; Tue, 18 May 2004 13:38:46 +0300 (EEST) (envelope-from ru) Date: Tue, 18 May 2004 13:38:46 +0300 From: Ruslan Ermilov To: Pawel Jakub Dawidek Message-ID: <20040518103846.GB70919@ip.net.ua> References: <200405180730.i4I7U5CZ018341@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y7xTucakfITjPcLV" Content-Disposition: inline In-Reply-To: <200405180730.i4I7U5CZ018341@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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 Subject: Re: cvs commit: src/sys/dev/md md.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, 18 May 2004 10:38:46 -0000 --Y7xTucakfITjPcLV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 18, 2004 at 12:30:05AM -0700, Pawel Jakub Dawidek wrote: > pjd 2004/05/18 00:30:05 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/md md.c=20 > Log: > Fix panic which occurs when given sector size for memory-backed device > is less than DEV_BSIZE (512) bytes. > =20 > Reported by: Mike Bristow > Approved by: phk > =20 > Revision Changes Path > 1.123 +1 -2 src/sys/dev/md/md.c >=20 Nice catch! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Y7xTucakfITjPcLV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAqee2Ukv4P6juNwoRAq4bAJsEI/MsHqcDC0NWiIAlXkb7XDabpACdHSpH UG4dVTYR8S4GFyDxFJdiHVo= =sfNK -----END PGP SIGNATURE----- --Y7xTucakfITjPcLV-- From owner-cvs-src@FreeBSD.ORG Tue May 18 04:51: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 6E9EF16A6FB; Tue, 18 May 2004 04:51:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB97643D5F; Tue, 18 May 2004 04:35:21 -0700 (PDT) (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 i4IBY4Ge079039; Tue, 18 May 2004 04:34:04 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IBY4O7079038; Tue, 18 May 2004 04:34:04 -0700 (PDT) (envelope-from nyan) Message-Id: <200405181134.i4IBY4O7079038@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 18 May 2004 04:34:04 -0700 (PDT) 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.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 11:51:29 -0000 nyan 2004/05/18 04:34:04 PDT FreeBSD src repository Modified files: sys/conf files.pc98 Log: MFi386: revision 1.492. Revision Changes Path 1.298 +2 -0 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Tue May 18 04:51: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 AA30416A745 for ; Tue, 18 May 2004 04:51:36 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EAB43E52 for ; Tue, 18 May 2004 04:25:44 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i4IBKExT036743 for cvs-src@freebsd.org.checked; (8.12.8/vak/2.1) Tue, 18 May 2004 15:20:14 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i4IBJrR4036641; (8.12.8/vak/2.1) Tue, 18 May 2004 15:19:53 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40A9F19C.7090903@cronyx.ru> Date: Tue, 18 May 2004 15:21:00 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200405180723.i4I7NbO6018109@repoman.freebsd.org> <40A9BFEB.1050806@cronyx.ru> <20040518103737.GA70919@ip.net.ua> In-Reply-To: <20040518103737.GA70919@ip.net.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/sbin/sconfig sconfig.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, 18 May 2004 11:51:36 -0000 Ruslan Ermilov wrote: >On Tue, May 18, 2004 at 11:48:59AM +0400, Roman Kurakin wrote: > > >>Ruslan Ermilov wrote: >> >> >> >>>ru 2004/05/18 00:23:37 PDT >>> >>>FreeBSD src repository >>> >>>Modified files: >>> sbin/sconfig sconfig.8 >>>Log: >>>Markup overhaul. >>> >>> >>> >>> >>Thanks! Could you tell me my common mistakes? >> >> >> >I'd need to review your other manpages to answer this question. >Hold on. > >This manpage also badly needs the English cleanup. I can do it >for you, if you like. ;) > > Please do it, if you have a time. rik > >Cheers, > > From owner-cvs-src@FreeBSD.ORG Tue May 18 04:52: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 075F516A539; Tue, 18 May 2004 04:52:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2DC43D6A; Tue, 18 May 2004 04:34:57 -0700 (PDT) (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 i4IBXbGe078995; Tue, 18 May 2004 04:33:37 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IBXbnH078994; Tue, 18 May 2004 04:33:37 -0700 (PDT) (envelope-from le) Message-Id: <200405181133.i4IBXbnH078994@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 18 May 2004 04:33:37 -0700 (PDT) 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_access.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.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: Tue, 18 May 2004 11:52:18 -0000 le 2004/05/18 04:33:37 PDT FreeBSD src repository Modified files: share/man/man9 g_access.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.9 g_provider.9 g_provider_by_name.9 g_wither_geom.9 Log: Update several GEOM related manual pages: *) Fix spelling errors. *) Better english. *) Re-phrasing. Not Reviewed by: pjd (one week timeout) Approved by: grog (mentor) Revision Changes Path 1.5 +33 -29 src/share/man/man9/g_access.9 1.5 +16 -12 src/share/man/man9/g_attach.9 1.4 +30 -22 src/share/man/man9/g_bio.9 1.5 +11 -11 src/share/man/man9/g_consumer.9 1.3 +20 -17 src/share/man/man9/g_data.9 1.3 +27 -24 src/share/man/man9/g_event.9 1.5 +22 -22 src/share/man/man9/g_provider.9 1.3 +2 -2 src/share/man/man9/g_provider_by_name.9 1.3 +10 -10 src/share/man/man9/g_wither_geom.9 From owner-cvs-src@FreeBSD.ORG Tue May 18 04:57: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 0091716A4D0; Tue, 18 May 2004 04:57:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A2043DA9; Tue, 18 May 2004 04:56:48 -0700 (PDT) (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 i4IBuQGe089349; Tue, 18 May 2004 04:56:27 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IBuPth089348; Tue, 18 May 2004 04:56:25 -0700 (PDT) (envelope-from nyan) Message-Id: <200405181156.i4IBuPth089348@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 18 May 2004 04:56:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 11:57:13 -0000 nyan 2004/05/18 04:56:25 PDT FreeBSD src repository Modified files: sys/conf options.pc98 Log: MFi386: Add NETGRAPH_CRONYX. Revision Changes Path 1.176 +3 -0 src/sys/conf/options.pc98 From owner-cvs-src@FreeBSD.ORG Tue May 18 04:57: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 4902316A4CE; Tue, 18 May 2004 04:57:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E514343DB4; Tue, 18 May 2004 04:57:18 -0700 (PDT) (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 i4IBuvGe089403; Tue, 18 May 2004 04:56:57 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IBuv2V089402; Tue, 18 May 2004 04:56:57 -0700 (PDT) (envelope-from nyan) Message-Id: <200405181156.i4IBuv2V089402@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 18 May 2004 04:56:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 11:57:19 -0000 nyan 2004/05/18 04:56:57 PDT FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: MFi386: revision 1.1160. Revision Changes Path 1.37 +5 -0 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue May 18 05:07: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 B3E9516A4D0; Tue, 18 May 2004 05:07:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC8B43DA6; Tue, 18 May 2004 05:03:53 -0700 (PDT) (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 i4IC2dGe091422; Tue, 18 May 2004 05:02:39 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IC2dXJ091419; Tue, 18 May 2004 05:02:39 -0700 (PDT) (envelope-from nyan) Message-Id: <200405181202.i4IC2dXJ091419@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 18 May 2004 05:02:39 -0700 (PDT) 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/hardware/common dev.sgml 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: Tue, 18 May 2004 12:07:33 -0000 nyan 2004/05/18 05:02:39 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: The cp driver may be useful for pc98. Revision Changes Path 1.221 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.731 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue May 18 05:14: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 535AD16A4D1; Tue, 18 May 2004 05:14:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C1B43D96; Tue, 18 May 2004 05:12:15 -0700 (PDT) (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 i4ICC7Ge094132; Tue, 18 May 2004 05:12:07 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4ICC79q094128; Tue, 18 May 2004 05:12:07 -0700 (PDT) (envelope-from le) Message-Id: <200405181212.i4ICC79q094128@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 18 May 2004 05:12:07 -0700 (PDT) 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_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: Tue, 18 May 2004 12:14:20 -0000 le 2004/05/18 05:12:07 PDT FreeBSD src repository Modified files: share/man/man9 g_geom.9 Log: Fix spelling errors (I forgot that one in my last commit of GEOM man pages). Revision Changes Path 1.4 +5 -4 src/share/man/man9/g_geom.9 From owner-cvs-src@FreeBSD.ORG Tue May 18 05:24: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 A264416A4CE; Tue, 18 May 2004 05:24:15 -0700 (PDT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB42443D5C; Tue, 18 May 2004 05:24:13 -0700 (PDT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 9D359ACBCF; Tue, 18 May 2004 14:24:10 +0200 (CEST) Date: Tue, 18 May 2004 14:24:10 +0200 From: Pawel Jakub Dawidek To: Lukas Ertl Message-ID: <20040518122410.GL845@darkness.comp.waw.pl> References: <200405181133.i4IBXbnH078994@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w1d+AIiKduYp7JzL" Content-Disposition: inline In-Reply-To: <200405181133.i4IBXbnH078994@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 g_access.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.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: Tue, 18 May 2004 12:24:15 -0000 --w1d+AIiKduYp7JzL Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 18, 2004 at 04:33:37AM -0700, Lukas Ertl wrote: +> le 2004/05/18 04:33:37 PDT +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> share/man/man9 g_access.9 g_attach.9 g_bio.9=20 +> g_consumer.9 g_data.9 g_event.9=20 +> g_provider.9 g_provider_by_name.9=20 +> g_wither_geom.9=20 +> Log: +> Update several GEOM related manual pages: +> =20 +> *) Fix spelling errors. +> *) Better english. +> *) Re-phrasing. Everything looks ok, only few things. +> .Sh DESCRIPTION +> The +> .Fn g_attach +> -function attaches given consumer to given provider. +> -For real provider access (ie. I/O operations), one still need to call t= he +> -.Fn g_access +> -function on consumer to gain access to attached provider. +> +function attaches given consumer +> +.Fa cp +> +to given provider +> +.Fa pp , +> +thus establishing a communication channel between the consumer and the +> +provider that allows to change access counts or perform I/O operations. I'm not sure "or" is right word here, as we first _must_ change access count and then we can perform I/O operations. +> .It Dv BIO_GETATTR +> -Get attribute supports inspection and manipulation of out\-of\-band +> +Inspect and manipulate out\-of\-band +> attributes on a particular provider or path. Those \ aren't needed here. +> -The provider name is created in a printf\-like way from the rest of +> +The name of the provider, which will appear as device in devfs, is crea= ted +> +in a printf\-like way from the rest of We don't need \ here as well. Thanks for those cleanups and sorry once again. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --w1d+AIiKduYp7JzL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAqgBqForvXbEpPzQRAv6bAJwKP9Lngo37+v7aNkAHH6WeYV+38wCfSwBW o5cxwjaIP5yJMQAW8XogUaI= =Ss78 -----END PGP SIGNATURE----- --w1d+AIiKduYp7JzL-- From owner-cvs-src@FreeBSD.ORG Tue May 18 05:28: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 CEFAA16A4CE; Tue, 18 May 2004 05:28:17 -0700 (PDT) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A56B43D7D; Tue, 18 May 2004 05:28:16 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from pcle2.cc.univie.ac.at (pcle2.cc.univie.ac.at [131.130.2.177]) i4ICS6eG1016224; Tue, 18 May 2004 14:28:08 +0200 Date: Tue, 18 May 2004 14:27:52 +0200 (CEST) From: Lukas Ertl To: Pawel Jakub Dawidek In-Reply-To: <20040518122410.GL845@darkness.comp.waw.pl> Message-ID: <20040518142631.R82039@pcle2.cc.univie.ac.at> References: <200405181133.i4IBXbnH078994@repoman.freebsd.org> <20040518122410.GL845@darkness.comp.waw.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4249; Body=4 Fuz1=4 Fuz2=4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 g_access.9 g_attach.9 g_bio.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: Tue, 18 May 2004 12:28:17 -0000 On Tue, 18 May 2004, Pawel Jakub Dawidek wrote: > +> +thus establishing a communication channel between the consumer and the > +> +provider that allows to change access counts or perform I/O operations. > > I'm not sure "or" is right word here, as we first _must_ change access > count and then we can perform I/O operations. True indeed. > [...] > Those \ aren't needed here. > > [...] > We don't need \ here as well. Ah, ok, thanks, didn't get that, I'll fix it up. > Thanks for those cleanups and sorry once again. No problem. :-) cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-src@FreeBSD.ORG Tue May 18 05:37: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 0DB1816A4CE; Tue, 18 May 2004 05:37:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1229A43DAA; Tue, 18 May 2004 05:36:13 -0700 (PDT) (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 i4ICaCGe098533; Tue, 18 May 2004 05:36:12 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4ICaC17098532; Tue, 18 May 2004 05:36:12 -0700 (PDT) (envelope-from le) Message-Id: <200405181236.i4ICaC17098532@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 18 May 2004 05:36:12 -0700 (PDT) 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 g_geom.9 g_provider.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, 18 May 2004 12:37:05 -0000 le 2004/05/18 05:36:12 PDT FreeBSD src repository Modified files: share/man/man9 g_bio.9 g_geom.9 g_provider.9 Log: These hyphens don't need to be escaped. Pointed out by: pjd@ Revision Changes Path 1.5 +1 -1 src/share/man/man9/g_bio.9 1.5 +1 -1 src/share/man/man9/g_geom.9 1.6 +1 -1 src/share/man/man9/g_provider.9 From owner-cvs-src@FreeBSD.ORG Tue May 18 05:37: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 752A516A4CE; Tue, 18 May 2004 05:37:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A90443D1F; Tue, 18 May 2004 05:37:49 -0700 (PDT) (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 i4ICblGe098596; Tue, 18 May 2004 05:37:47 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4ICblvk098595; Tue, 18 May 2004 05:37:47 -0700 (PDT) (envelope-from le) Message-Id: <200405181237.i4ICblvk098595@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 18 May 2004 05:37:47 -0700 (PDT) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 12:37:52 -0000 le 2004/05/18 05:37:47 PDT FreeBSD src repository Modified files: share/man/man9 g_attach.9 Log: An access count change is a prerequisite for doing I/O, so change 'or' to 'and'. Pointed out by: pjd@ Revision Changes Path 1.6 +1 -1 src/share/man/man9/g_attach.9 From owner-cvs-src@FreeBSD.ORG Tue May 18 05:38: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 C32A816A4CE; Tue, 18 May 2004 05:38:56 -0700 (PDT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA03943D9C; Tue, 18 May 2004 05:37:10 -0700 (PDT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 78FD5ACABE; Tue, 18 May 2004 14:07:20 +0200 (CEST) Date: Tue, 18 May 2004 14:07:20 +0200 From: Pawel Jakub Dawidek To: Lukas Ertl Message-ID: <20040518120720.GK845@darkness.comp.waw.pl> References: <200405181133.i4IBXbnH078994@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PETIzWh8d1Msfd+P" Content-Disposition: inline In-Reply-To: <200405181133.i4IBXbnH078994@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 g_access.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.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: Tue, 18 May 2004 12:38:57 -0000 --PETIzWh8d1Msfd+P Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 18, 2004 at 04:33:37AM -0700, Lukas Ertl wrote: +> le 2004/05/18 04:33:37 PDT +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> share/man/man9 g_access.9 g_attach.9 g_bio.9=20 +> g_consumer.9 g_data.9 g_event.9=20 +> g_provider.9 g_provider_by_name.9=20 +> g_wither_geom.9=20 +> Log: +> Update several GEOM related manual pages: +> =20 +> *) Fix spelling errors. +> *) Better english. +> *) Re-phrasing. +> =20 +> Not Reviewed by: pjd (one week timeout) +> Approved by: grog (mentor) !!! Sorry Lukas, I totally forgot about it. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --PETIzWh8d1Msfd+P Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAqfx4ForvXbEpPzQRAt2sAJ0T2qx/SVijDrkq/4m1IHUhB4cA6wCgoRYB dVGRfQz9zpGQQfaO14dA2gg= =M29R -----END PGP SIGNATURE----- --PETIzWh8d1Msfd+P-- From owner-cvs-src@FreeBSD.ORG Tue May 18 06:57: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 C312616A4CE; Tue, 18 May 2004 06:57:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5CE43D5A; Tue, 18 May 2004 06:57:38 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IDvcGe016056; Tue, 18 May 2004 06:57:38 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IDvcGE016055; Tue, 18 May 2004 06:57:38 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405181357.i4IDvcGE016055@repoman.freebsd.org> From: Stefan Farfeleder Date: Tue, 18 May 2004 06:57:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.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, 18 May 2004 13:57:40 -0000 stefanf 2004/05/18 06:57:38 PDT FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Remove spurious semicolons. Approved by: das (mentor) Reviewed by: ipfw@ Revision Changes Path 1.49 +2 -2 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Tue May 18 07:13: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 7DF7016A4CE; Tue, 18 May 2004 07:13:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 168B243D6D; Tue, 18 May 2004 07:13:25 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IEDOGe021074; Tue, 18 May 2004 07:13:24 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IEDOf3021071; Tue, 18 May 2004 07:13:24 -0700 (PDT) (envelope-from maxim) Message-Id: <200405181413.i4IEDOf3021071@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 18 May 2004 07:13:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 18 May 2004 14:13:25 -0000 maxim 2004/05/18 07:13:24 PDT FreeBSD src repository Modified files: sys/sys mbuf.h Log: o Fix comments: s/m_tag_allocate/m_tag_alloc/. Spotted by: Gleb Smirnoff MFC after: 1 week Revision Changes Path 1.144 +3 -3 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Tue May 18 07:24: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 2DCCF16A4CE; Tue, 18 May 2004 07:24:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD94543D41; Tue, 18 May 2004 07:24:34 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IEOYGe023176; Tue, 18 May 2004 07:24:34 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IEOY1H023175; Tue, 18 May 2004 07:24:34 -0700 (PDT) (envelope-from maxim) Message-Id: <200405181424.i4IEOY1H023175@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 18 May 2004 07:24:34 -0700 (PDT) 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: Tue, 18 May 2004 14:24:35 -0000 maxim 2004/05/18 07:24:34 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man9 mbuf.9 Log: o MFC revs. 1.46 - 1.47: document m_free(9) and m_getcl(9). Revision Changes Path 1.27.2.3 +23 -1 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Tue May 18 08:54: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 6822416A4CE; Tue, 18 May 2004 08:54:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E924A43D3F; Tue, 18 May 2004 08:53:59 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IFrxGe049081; Tue, 18 May 2004 08:53:59 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IFrxKx049080; Tue, 18 May 2004 08:53:59 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405181553.i4IFrxKx049080@repoman.freebsd.org> From: Stefan Farfeleder Date: Tue, 18 May 2004 08:53:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil pw_util.c src/usr.bin/m4 gnum4.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, 18 May 2004 15:54:00 -0000 stefanf 2004/05/18 08:53:59 PDT FreeBSD src repository Modified files: lib/libutil pw_util.c usr.bin/m4 gnum4.c Log: Don't depend on NULL's expansion being a pointer, cast it before it is passed to variadic functions. Approved by: das (mentor) Revision Changes Path 1.35 +4 -3 src/lib/libutil/pw_util.c 1.9 +1 -1 src/usr.bin/m4/gnum4.c From owner-cvs-src@FreeBSD.ORG Tue May 18 09:05: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 BDE7916A4D1; Tue, 18 May 2004 09:05:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A0F43D55; Tue, 18 May 2004 09:04:58 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IG4wGe052253; Tue, 18 May 2004 09:04:58 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IG4vTK052252; Tue, 18 May 2004 09:04:57 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405181604.i4IG4vTK052252@repoman.freebsd.org> From: Stefan Farfeleder Date: Tue, 18 May 2004 09:04:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include _stdint.h src/sys/amd64/include _stdint.h src/sys/arm/include _stdint.h src/sys/i386/include _stdint.h src/sys/ia64/include _stdint.h src/sys/powerpc/include _stdint.h src/sys/sparc64/include _stdint.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, 18 May 2004 16:05:01 -0000 stefanf 2004/05/18 09:04:57 PDT FreeBSD src repository Modified files: sys/alpha/include _stdint.h sys/amd64/include _stdint.h sys/arm/include _stdint.h sys/i386/include _stdint.h sys/ia64/include _stdint.h sys/powerpc/include _stdint.h sys/sparc64/include _stdint.h Log: should define WINT_M{AX,IN} independent from whether WCHAR_MIN is defined. Otherwise first including and then leads to no WINT_M{AX,IN} at all. PR: 64956 Approved by: das (mentor) Revision Changes Path 1.2 +1 -1 src/sys/alpha/include/_stdint.h 1.3 +1 -1 src/sys/amd64/include/_stdint.h 1.2 +1 -1 src/sys/arm/include/_stdint.h 1.2 +1 -1 src/sys/i386/include/_stdint.h 1.2 +1 -1 src/sys/ia64/include/_stdint.h 1.2 +1 -1 src/sys/powerpc/include/_stdint.h 1.2 +1 -1 src/sys/sparc64/include/_stdint.h From owner-cvs-src@FreeBSD.ORG Tue May 18 09:18: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 61F6016A4CE; Tue, 18 May 2004 09:18:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B7D43D1F; Tue, 18 May 2004 09:18:04 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IGI4Ge054474; Tue, 18 May 2004 09:18:04 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IGI40E054473; Tue, 18 May 2004 09:18:04 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405181618.i4IGI40E054473@repoman.freebsd.org> From: Ken Smith Date: Tue, 18 May 2004 09:18:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.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, 18 May 2004 16:18:05 -0000 kensmith 2004/05/18 09:18:04 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Pressing 's' in the initial menu should result in selecting the 'Standard' installation as far as most people are concerned but both 'Standard' and 'Select' begin with S and 'Select' is winning. This makes it so 'Select' is not select-able using a keystroke but that is probably for the best and the text on the screen adequately describes how to move back and forth between 'Select' and 'Exit'. Adapted from work by: josef@ PR: i386/37999 MFC after: 1 week Revision Changes Path 1.390 +1 -1 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Tue May 18 09: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 3512016A4CE; Tue, 18 May 2004 09:53:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD26643D60; Tue, 18 May 2004 09:53:30 -0700 (PDT) (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 i4IGrUGe062366; Tue, 18 May 2004 09:53:30 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IGrU6g062365; Tue, 18 May 2004 09:53:30 -0700 (PDT) (envelope-from njl) Message-Id: <200405181653.i4IGrU6g062365@repoman.freebsd.org> From: Nate Lawson Date: Tue, 18 May 2004 09:53:30 -0700 (PDT) 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 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: Tue, 18 May 2004 16:53:31 -0000 njl 2004/05/18 09:53:29 PDT FreeBSD src repository Modified files: sys/dev/acpica acpivar.h Log: Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them ourselves. Revision Changes Path 1.65 +3 -56 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue May 18 10:16: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 A35FA16A4CE; Tue, 18 May 2004 10:16:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A1C43D5E; Tue, 18 May 2004 10:16:56 -0700 (PDT) (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 i4IHGtGe067658; Tue, 18 May 2004 10:16:55 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IHGtex067657; Tue, 18 May 2004 10:16:55 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405181716.i4IHGtex067657@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 May 2004 10:16:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.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, 18 May 2004 17:16:56 -0000 kientzle 2004/05/18 10:16:55 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Accept (but ignore) GNU tar's -B option. bsdtar never needs it, but it does no harm for people to specify it. Revision Changes Path 1.14 +8 -2 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Tue May 18 13:08: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 ABB5016A4CE; Tue, 18 May 2004 13:08:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCEB743DF8; Tue, 18 May 2004 11:06:29 -0700 (PDT) (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 i4II5JGe079108; Tue, 18 May 2004 11:05:19 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4II5JNk079107; Tue, 18 May 2004 11:05:19 -0700 (PDT) (envelope-from peter) Message-Id: <200405181805.i4II5JNk079107@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 May 2004 11:05:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin Makefile src/usr.bin/gprof gprof.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, 18 May 2004 20:08:19 -0000 peter 2004/05/18 11:05:19 PDT FreeBSD src repository Modified files: usr.bin Makefile usr.bin/gprof gprof.h Log: Build/install gprof on amd64 as well, after repocopying the MD bits. Not that it has anything to process yet, but that comes next. Revision Changes Path 1.264 +1 -1 src/usr.bin/Makefile 1.22 +3 -0 src/usr.bin/gprof/gprof.h From owner-cvs-src@FreeBSD.ORG Tue May 18 13:09: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 B044E16A4CE; Tue, 18 May 2004 13:09:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB3C243D93; Tue, 18 May 2004 11:18:35 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IIHPGe081461; Tue, 18 May 2004 11:17:25 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IIHPaR081460; Tue, 18 May 2004 11:17:25 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200405181817.i4IIHPaR081460@repoman.freebsd.org> From: Daniel Harris Date: Tue, 18 May 2004 11:17:25 -0700 (PDT) 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, 18 May 2004 20:09:19 -0000 dannyboy 2004/05/18 11:17:25 PDT FreeBSD src repository (doc,ports committer) Modified files: share/man/man7 security.7 Log: "in in" is not always wrong (backout 1.18). Keep the onion metaphor consistent. Revision Changes Path 1.36 +3 -3 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Tue May 18 13:21: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 26B2916A4CF; Tue, 18 May 2004 13:21:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AA243D86; Tue, 18 May 2004 10:50:32 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IHo9Ge073839; Tue, 18 May 2004 10:50:09 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IHo9lh073838; Tue, 18 May 2004 10:50:09 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200405181750.i4IHo9lh073838@repoman.freebsd.org> From: Daniel Harris Date: Tue, 18 May 2004 10:50:09 -0700 (PDT) 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, 18 May 2004 20:21:09 -0000 dannyboy 2004/05/18 10:50:09 PDT FreeBSD src repository (doc,ports committer) Modified files: share/man/man7 security.7 Log: Effect the correct use of "affect". Use em dashes instead of " - ". Use .Em instead of *emphasis*. Note that securing root indirectly (by securing staff accounts) works only if direct root access has been limited. [1] s/hacker/attacker, as done in the handbook. (inspired by [1]) PR: 52878 [1] Submitted by: Brian Minard [1] Revision Changes Path 1.35 +29 -26 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Tue May 18 13:22: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 C6EA216A4CE; Tue, 18 May 2004 13:22:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0885943E2F; Tue, 18 May 2004 11:17:46 -0700 (PDT) (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 i4IIGVGe081319; Tue, 18 May 2004 11:16:31 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IIGVVl081318; Tue, 18 May 2004 11:16:31 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405181816.i4IIGVVl081318@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 May 2004 11:16:30 -0700 (PDT) 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_support_format_tar.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, 18 May 2004 20:22:24 -0000 kientzle 2004/05/18 11:16:30 PDT FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: Be smarter about hardlink sizes: some tar programs write a non-zero size but no body, some write a non-zero size and include a body. To distinguish these cases, look for a valid tar header immediately following a hardlink header with non-zero size. Revision Changes Path 1.12 +18 -2 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Tue May 18 14:17: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 45F1616A4CE; Tue, 18 May 2004 14:17:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69181440EB; Tue, 18 May 2004 13:43:54 -0700 (PDT) (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 i4IKecGe017876; Tue, 18 May 2004 13:40:38 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IKec5H017875; Tue, 18 May 2004 13:40:38 -0700 (PDT) (envelope-from ru) Message-Id: <200405182040.i4IKec5H017875@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 May 2004 13:40:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ipcs ipcs.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 21:17:17 -0000 ru 2004/05/18 13:40:37 PDT FreeBSD src repository Modified files: usr.bin/ipcs ipcs.1 Log: Added -u to the SYNOPSIS. Revision Changes Path 1.19 +1 -0 src/usr.bin/ipcs/ipcs.1 From owner-cvs-src@FreeBSD.ORG Tue May 18 14:28: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 337FC16A4CE; Tue, 18 May 2004 14:28:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC3E43F1C; Tue, 18 May 2004 13:40:35 -0700 (PDT) (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 i4IKciGe017780; Tue, 18 May 2004 13:38:44 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IKcibv017779; Tue, 18 May 2004 13:38:44 -0700 (PDT) (envelope-from ru) Message-Id: <200405182038.i4IKcibv017779@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 May 2004 13:38:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ipcs ipcs.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 21:28:49 -0000 ru 2004/05/18 13:38:44 PDT FreeBSD src repository Modified files: usr.bin/ipcs ipcs.1 Log: Bump document date on behalf of the -u option. Revision Changes Path 1.18 +2 -2 src/usr.bin/ipcs/ipcs.1 From owner-cvs-src@FreeBSD.ORG Tue May 18 15:52: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 133E416A4CF; Tue, 18 May 2004 15:52:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40732440E4; Tue, 18 May 2004 13:39:06 -0700 (PDT) (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 i4IKasGe017723; Tue, 18 May 2004 13:36:54 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IKasvX017722; Tue, 18 May 2004 13:36:54 -0700 (PDT) (envelope-from ru) Message-Id: <200405182036.i4IKasvX017722@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 May 2004 13:36:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/id id.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 22:52:04 -0000 ru 2004/05/18 13:36:54 PDT FreeBSD src repository Modified files: usr.bin/id id.1 Log: Bump document date on behalf of the -M option. Revision Changes Path 1.13 +1 -1 src/usr.bin/id/id.1 From owner-cvs-src@FreeBSD.ORG Tue May 18 16:12: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 C02FB16A573; Tue, 18 May 2004 16:12:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15DBC4416D; Tue, 18 May 2004 14:12:27 -0700 (PDT) (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 i4IKjWGe019856; Tue, 18 May 2004 13:45:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IKjWIC019855; Tue, 18 May 2004 13:45:32 -0700 (PDT) (envelope-from ru) Message-Id: <200405182045.i4IKjWIC019855@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 May 2004 13:45:32 -0700 (PDT) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/killall killall.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 23:12:19 -0000 ru 2004/05/18 13:45:32 PDT FreeBSD src repository Modified files: usr.bin/killall killall.1 Log: Bump document date on behalf of the -e option. Spell "ID" correctly. Revision Changes Path 1.32 +2 -2 src/usr.bin/killall/killall.1 From owner-cvs-src@FreeBSD.ORG Tue May 18 16:12: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 B648316A4F0; Tue, 18 May 2004 16:12:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B53E1440E0; Tue, 18 May 2004 13:47:27 -0700 (PDT) (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 i4IKgaGe019685; Tue, 18 May 2004 13:42:36 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IKgaHU019684; Tue, 18 May 2004 13:42:36 -0700 (PDT) (envelope-from ru) Message-Id: <200405182042.i4IKgaHU019684@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 May 2004 13:42:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/kdump kdump.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 23:12:37 -0000 ru 2004/05/18 13:42:36 PDT FreeBSD src repository Modified files: usr.bin/kdump kdump.1 Log: Bump document date on behalf of the -E option. Revision Changes Path 1.11 +1 -1 src/usr.bin/kdump/kdump.1 From owner-cvs-src@FreeBSD.ORG Tue May 18 16: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 639EA16A580; Tue, 18 May 2004 16:12:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5828643FF3; Tue, 18 May 2004 12:54:35 -0700 (PDT) (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 i4IJpgGe007968; Tue, 18 May 2004 12:51:42 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IJpg6R007961; Tue, 18 May 2004 12:51:42 -0700 (PDT) (envelope-from scottl) Message-Id: <200405181951.i4IJpg6R007961@repoman.freebsd.org> From: Scott Long Date: Tue, 18 May 2004 12:51:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs fsutil.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, 18 May 2004 23:12:39 -0000 scottl 2004/05/18 12:51:42 PDT FreeBSD src repository Modified files: sbin/fsck_ffs fsutil.c Log: Improve the delay algorithm used in bgfsck. From the author: shuffles the timing and sleep calls in bgfsck from: sleep timer_on io timer_off io io io io io io io to sleep io io io io io io io timer_on io timer_off The original method basically guaranteed that the timed I/O included a disk seek every time, which made bgfsck sleep for much longer than necessary. Submitted by: Dan Nelson Reviewed by: kirk Revision Changes Path 1.24 +6 -4 src/sbin/fsck_ffs/fsutil.c From owner-cvs-src@FreeBSD.ORG Tue May 18 16:33: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 B001316A4CF; Tue, 18 May 2004 16:33:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8866043D1D; Tue, 18 May 2004 16:33:48 -0700 (PDT) (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 i4IMnFGe046190; Tue, 18 May 2004 15:49:15 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IMnFcM046189; Tue, 18 May 2004 15:49:15 -0700 (PDT) (envelope-from peter) Message-Id: <200405182249.i4IMnFcM046189@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 May 2004 15:49:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gmon Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 23:33:49 -0000 peter 2004/05/18 15:49:15 PDT FreeBSD src repository Modified files: lib/libc/gmon Makefile.inc Log: For amd64, explicitly compile mcount.po, rather than copying mcount.o. We need to compile it with -fno-omit-frame-pointers since the mcount code depends on that, and by default it omits them without -pg. Revision Changes Path 1.10 +6 -0 src/lib/libc/gmon/Makefile.inc From owner-cvs-src@FreeBSD.ORG Tue May 18 16:33: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 D1BB716A4D1; Tue, 18 May 2004 16:33:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B129343D31; Tue, 18 May 2004 16:33:49 -0700 (PDT) (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 i4IMqWGe048100; Tue, 18 May 2004 15:52:32 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IMqW9f048099; Tue, 18 May 2004 15:52:32 -0700 (PDT) (envelope-from peter) Message-Id: <200405182252.i4IMqW9f048099@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 May 2004 15:52:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include profile.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, 18 May 2004 23:33:50 -0000 peter 2004/05/18 15:52:32 PDT FreeBSD src repository Modified files: sys/amd64/include profile.h Log: The 'call mcount' hooks that gcc inserts when profiling are in a place that cannot handle the scratch registers being trashed. So we have to preserve them ourselves. Revision Changes Path 1.35 +37 -2 src/sys/amd64/include/profile.h From owner-cvs-src@FreeBSD.ORG Tue May 18 17: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 944AA16A4CE; Tue, 18 May 2004 17:06:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D1543D54; Tue, 18 May 2004 17:06:19 -0700 (PDT) (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 i4INeQGe057481; Tue, 18 May 2004 16:40:26 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4INeQD9057480; Tue, 18 May 2004 16:40:26 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405182340.i4INeQD9057480@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 May 2004 16:40:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.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, 19 May 2004 00:06:19 -0000 kientzle 2004/05/18 16:40:25 PDT FreeBSD src repository Modified files: usr.bin/tar write.c Log: Fix a segfault when looking up a non-existent group. Revision Changes Path 1.18 +1 -1 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Tue May 18 17: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 E2A4C16A4CE; Tue, 18 May 2004 17:22:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C36D143D31; Tue, 18 May 2004 17:22:55 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4J0MBGe074063; Tue, 18 May 2004 17:22:11 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J0MBN1074059; Tue, 18 May 2004 17:22:11 -0700 (PDT) (envelope-from ps) Message-Id: <200405190022.i4J0MBN1074059@repoman.freebsd.org> From: Paul Saab Date: Tue, 18 May 2004 17:22:11 -0700 (PDT) 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_socket2.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, 19 May 2004 00:22:56 -0000 ps 2004/05/18 17:22:11 PDT FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: syncache broke rev 1.23 which was done to fix the "thundering herd" problem in Apache. Fix it. Reviewed by: peter Revision Changes Path 1.124 +1 -1 src/sys/kern/uipc_socket2.c From owner-cvs-src@FreeBSD.ORG Tue May 18 18:21: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 1BB0516A4D4; Tue, 18 May 2004 18:21:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F020343D2F; Tue, 18 May 2004 18:21:17 -0700 (PDT) (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 i4J1LCGe085451; Tue, 18 May 2004 18:21:12 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J1LCK0085450; Tue, 18 May 2004 18:21:12 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405190121.i4J1LCK0085450@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 May 2004 18:21:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.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, 19 May 2004 01:21:18 -0000 kientzle 2004/05/18 18:21:12 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Default is to restore timestamps, even when operating as root. Revision Changes Path 1.15 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Tue May 18 18:24: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 C04EA16A4D0; Tue, 18 May 2004 18:24:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A221E43D49; Tue, 18 May 2004 18:24:04 -0700 (PDT) (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 i4J1NmGe087220; Tue, 18 May 2004 18:23:48 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J1NmuB087219; Tue, 18 May 2004 18:23:48 -0700 (PDT) (envelope-from peter) Message-Id: <200405190123.i4J1NmuB087219@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 May 2004 18:23:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 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, 19 May 2004 01:24:04 -0000 peter 2004/05/18 18:23:48 PDT FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Unbreak builds without DDB. Bad Bruce! No cookie! :-) Revision Changes Path 1.607 +2 -0 src/sys/amd64/amd64/machdep.c From owner-cvs-src@FreeBSD.ORG Tue May 18 19:16: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 0558016A4CE; Tue, 18 May 2004 19:16:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2A243D55; Tue, 18 May 2004 19:16:46 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4J2GkGe098399; Tue, 18 May 2004 19:16:46 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J2GkXA098398; Tue, 18 May 2004 19:16:46 -0700 (PDT) (envelope-from imp) Message-Id: <200405190216.i4J2GkXA098398@repoman.freebsd.org> From: Warner Losh Date: Tue, 18 May 2004 19:16:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_sk.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, 19 May 2004 02:16:47 -0000 imp 2004/05/18 19:16:46 PDT FreeBSD src repository Modified files: sys/pci if_sk.c Log: Replace the lame big endian crc with wpaul's standard big endian crc algorithm, supplied by wpaul himself. The lame one has an origin that's been called into question, so rather than argue about that (one could make an excellent fair use argument), replace it with better code since that's what FreeBSD is about. Submitted by: wpaul[1], Klaus Klein [1] Bill called this a silly bikeshed. Maybe his is not incorrect. Revision Changes Path 1.80 +9 -23 src/sys/pci/if_sk.c From owner-cvs-src@FreeBSD.ORG Tue May 18 20:25: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 B135A16A4CE; Tue, 18 May 2004 20:25:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9243443D2F; Tue, 18 May 2004 20:25:32 -0700 (PDT) (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 i4J3PHGe013281; Tue, 18 May 2004 20:25:18 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J3PH7I013280; Tue, 18 May 2004 20:25:17 -0700 (PDT) (envelope-from alc) Message-Id: <200405190325.i4J3PH7I013280@repoman.freebsd.org> From: Alan Cox Date: Tue, 18 May 2004 20:25:17 -0700 (PDT) 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 mlock.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: Wed, 19 May 2004 03:25:32 -0000 alc 2004/05/18 20:25:17 PDT FreeBSD src repository Modified files: lib/libc/sys mlock.2 Log: Remove a long obsolete paragraph from the BUGS section. Revision Changes Path 1.15 +0 -10 src/lib/libc/sys/mlock.2 From owner-cvs-src@FreeBSD.ORG Tue May 18 22:25: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 B7B5516A4CE; Tue, 18 May 2004 22:25:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B50843D1D; Tue, 18 May 2004 22:25:32 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4J5PVGe045133; Tue, 18 May 2004 22:25:31 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J5PVoj045132; Tue, 18 May 2004 22:25:31 -0700 (PDT) (envelope-from anholt) Message-Id: <200405190525.i4J5PVoj045132@repoman.freebsd.org> From: Eric Anholt Date: Tue, 18 May 2004 22:25:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp_sis.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, 19 May 2004 05:25:32 -0000 anholt 2004/05/18 22:25:31 PDT FreeBSD src repository Modified files: sys/pci agp_sis.c Log: Add explicit list of SiS AGP chipsets based on Linux kernel's list. Prompted by: i386/59503 Revision Changes Path 1.11 +36 -0 src/sys/pci/agp_sis.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:05: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 E9CC816A4CE; Tue, 18 May 2004 23:05:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA1543D2D; Tue, 18 May 2004 23:05:43 -0700 (PDT) (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 i4J65hGe054127; Tue, 18 May 2004 23:05:43 -0700 (PDT) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J65hP3054124; Tue, 18 May 2004 23:05:43 -0700 (PDT) (envelope-from grehan) Message-Id: <200405190605.i4J65hP3054124@repoman.freebsd.org> From: Peter Grehan Date: Tue, 18 May 2004 23:05:43 -0700 (PDT) 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 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: Wed, 19 May 2004 06:05:44 -0000 grehan 2004/05/18 23:05:42 PDT FreeBSD src repository Modified files: sys/powerpc/powerpc trap.c Log: trap_pfault() shouldn't be acquiring Giant. Found to blow up with MUTEX_PROFILING. Submitted by: Suleiman Souhlal Revision Changes Path 1.43 +0 -2 src/sys/powerpc/powerpc/trap.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:11: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 2DCC416A4CE; Tue, 18 May 2004 23:11:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1135543D2D; Tue, 18 May 2004 23:11:46 -0700 (PDT) (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 i4J6BjGe055413; Tue, 18 May 2004 23:11:45 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6BjwD055409; Tue, 18 May 2004 23:11:45 -0700 (PDT) (envelope-from des) Message-Id: <200405190611.i4J6BjwD055409@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:11:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CYCLIC Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:11:46 -0000 des 2004/05/18 23:11:45 PDT FreeBSD src repository Modified files: (Branch: CYCLIC) contrib/cvs/src server.c Log: Fix a couple of parser bugs. Revision Changes Path 1.1.1.16 +2 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23: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 5B43816A4CE; Tue, 18 May 2004 23:16:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C75B43D1F; Tue, 18 May 2004 23:16:54 -0700 (PDT) (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 i4J6GsGe056421; Tue, 18 May 2004 23:16:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6Gs2S056420; Tue, 18 May 2004 23:16:54 -0700 (PDT) (envelope-from des) Message-Id: <200405190616.i4J6Gs2S056420@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:16:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:16:54 -0000 des 2004/05/18 23:16:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: re Revision Changes Path 1.13.2.5.6.1 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:17: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 EEBF916A4CE; Tue, 18 May 2004 23:17:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D1643D2D; Tue, 18 May 2004 23:17:53 -0700 (PDT) (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 i4J6HqGe056470; Tue, 18 May 2004 23:17:52 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6HqX9056469; Tue, 18 May 2004 23:17:52 -0700 (PDT) (envelope-from des) Message-Id: <200405190617.i4J6HqX9056469@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:17:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:17:54 -0000 des 2004/05/18 23:17:52 PDT FreeBSD src repository Modified files: contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Revision Changes Path 1.22 +2 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:19: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 A07B916A4CF; Tue, 18 May 2004 23:19:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C6143D3F; Tue, 18 May 2004 23:19:54 -0700 (PDT) (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 i4J6JsGe056735; Tue, 18 May 2004 23:19:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6JsOR056734; Tue, 18 May 2004 23:19:54 -0700 (PDT) (envelope-from des) Message-Id: <200405190619.i4J6JsOR056734@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:19:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_7 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:19:54 -0000 des 2004/05/18 23:19:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_7) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: so Revision Changes Path 1.13.2.2.6.2 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:19: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 5C1ED16A4D0; Tue, 18 May 2004 23:19:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4070B43D53; Tue, 18 May 2004 23:19:55 -0700 (PDT) (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 i4J6JtGe056754; Tue, 18 May 2004 23:19:55 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6Jt1q056753; Tue, 18 May 2004 23:19:55 -0700 (PDT) (envelope-from des) Message-Id: <200405190619.i4J6Jt1q056753@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:19:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:19:55 -0000 des 2004/05/18 23:19:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: so Revision Changes Path 1.13.2.5.2.1 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:19: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 1C8AD16A4D1; Tue, 18 May 2004 23:19:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001D143D4C; Tue, 18 May 2004 23:19:55 -0700 (PDT) (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 i4J6JtGe056773; Tue, 18 May 2004 23:19:55 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6Jtjf056772; Tue, 18 May 2004 23:19:55 -0700 (PDT) (envelope-from des) Message-Id: <200405190619.i4J6Jtjf056772@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:19:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:19:56 -0000 des 2004/05/18 23:19:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: so Revision Changes Path 1.13.2.5.4.1 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:19: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 C802016A4EB; Tue, 18 May 2004 23:19:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A861243D1F; Tue, 18 May 2004 23:19:56 -0700 (PDT) (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 i4J6JuGe056792; Tue, 18 May 2004 23:19:56 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6JuGB056791; Tue, 18 May 2004 23:19:56 -0700 (PDT) (envelope-from des) Message-Id: <200405190619.i4J6JuGB056791@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:19:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:20:00 -0000 des 2004/05/18 23:19:56 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: so Revision Changes Path 1.17.2.2 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:20: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 1625C16A51D; Tue, 18 May 2004 23:19:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4CC43D31; Tue, 18 May 2004 23:19:57 -0700 (PDT) (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 i4J6JvGe056811; Tue, 18 May 2004 23:19:57 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6Jvkh056810; Tue, 18 May 2004 23:19:57 -0700 (PDT) (envelope-from des) Message-Id: <200405190619.i4J6Jvkh056810@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:19:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_1 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:20:00 -0000 des 2004/05/18 23:19:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_1) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: so Revision Changes Path 1.19.2.1 +2 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:20: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 485BB16A52E; Tue, 18 May 2004 23:19:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A4843D46; Tue, 18 May 2004 23:19:58 -0700 (PDT) (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 i4J6JvGe056830; Tue, 18 May 2004 23:19:57 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6JvpJ056829; Tue, 18 May 2004 23:19:57 -0700 (PDT) (envelope-from des) Message-Id: <200405190619.i4J6JvpJ056829@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:19:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:20:00 -0000 des 2004/05/18 23:19:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Approved by: so Revision Changes Path 1.19.4.2 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:21: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 8313616A4D9; Tue, 18 May 2004 23:21:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 640A243D62; Tue, 18 May 2004 23:21:57 -0700 (PDT) (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 i4J6LvGe058081; Tue, 18 May 2004 23:21:57 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6Lvhh058080; Tue, 18 May 2004 23:21:57 -0700 (PDT) (envelope-from des) Message-Id: <200405190621.i4J6Lvhh058080@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:21:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/cvs/src server.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, 19 May 2004 06:21:58 -0000 des 2004/05/18 23:21:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/cvs/src server.c Log: Merge parser fix from vendor branch (rev 1.1.1.16) Revision Changes Path 1.13.2.6 +3 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:36: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 7BC4B16A4CE; Tue, 18 May 2004 23:36:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC4143D1F; Tue, 18 May 2004 23:36:01 -0700 (PDT) (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 i4J6ZlGe060752; Tue, 18 May 2004 23:35:47 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6ZlPt060751; Tue, 18 May 2004 23:35:47 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405190635.i4J6ZlPt060751@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 May 2004 23:35:47 -0700 (PDT) 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_support_format_tar.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, 19 May 2004 06:36:01 -0000 kientzle 2004/05/18 23:35:47 PDT FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: Refine the heuristic used to determine whether or not to obey the size field for a hardlink entry. Specifically, ensure that we do obey the size field for archives that we know are pax interchange format archives, as required by POSIX. Also, clarify the comment explaining why this is necessary and explain the (very unusual) conditions under which it might fail. Revision Changes Path 1.13 +20 -9 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Tue May 18 23:38: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 29F1516A4CE; Tue, 18 May 2004 23:38:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B99D43D39; Tue, 18 May 2004 23:38:57 -0700 (PDT) (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 i4J6cdGe060856; Tue, 18 May 2004 23:38:39 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6cdsm060855; Tue, 18 May 2004 23:38:39 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405190638.i4J6cdsm060855@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 May 2004 23:38:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive tar.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: Wed, 19 May 2004 06:38:57 -0000 kientzle 2004/05/18 23:38:39 PDT FreeBSD src repository Modified files: lib/libarchive tar.5 Log: I've recently been looking at the Seventh Edition source code available at tuhs.org, and found out that my chronology is a bit off. In particular, Seventh Edition already used the "linkflag" and "linkname" fields. Also, it appears that there was no tar in Sixth Edition, contrary to what an earlier tar.1 manpage claimed. A few mdoc fixes also crept in here. Revision Changes Path 1.4 +80 -78 src/lib/libarchive/tar.5 From owner-cvs-src@FreeBSD.ORG Tue May 18 23:41: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 2CFA916A4CE; Tue, 18 May 2004 23:41:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2737643D46; Tue, 18 May 2004 23:41:01 -0700 (PDT) (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 i4J6eqGe061174; Tue, 18 May 2004 23:40:52 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6eqWF061173; Tue, 18 May 2004 23:40:52 -0700 (PDT) (envelope-from des) Message-Id: <200405190640.i4J6eqWF061173@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:40:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_7,RELENG_4_8,RELENG_4_9,RELENG_5_0,RELENG_5_1,RELENG_5_2 Subject: cvs commit: src UPDATING src UPDATING src UPDATING src UPDATING src UPDATING src UPDATING 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: Wed, 19 May 2004 06:41:01 -0000 des 2004/05/18 23:40:52 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_7) . UPDATING Modified files: (Branch: RELENG_4_8) . UPDATING Modified files: (Branch: RELENG_4_9) . UPDATING Modified files: (Branch: RELENG_5_0) . UPDATING Modified files: (Branch: RELENG_5_1) . UPDATING Modified files: (Branch: RELENG_5_2) . UPDATING Modified files: (Branch: RELENG_4_7) sys/conf newvers.sh Log: Bump and document patch level. Approved by: so Revision Changes Path 1.73.2.74.2.31 +3 -0 src/UPDATING 1.73.2.80.2.24 +3 -0 src/UPDATING 1.73.2.89.2.9 +3 -0 src/UPDATING 1.229.2.27 +3 -0 src/UPDATING 1.251.2.19 +3 -0 src/UPDATING 1.282.2.15 +3 -0 src/UPDATING 1.44.2.26.2.29 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue May 18 23:41: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 6E1F516A4CF; Tue, 18 May 2004 23:41:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D1A43D46; Tue, 18 May 2004 23:41:01 -0700 (PDT) (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 i4J6erGe061193; Tue, 18 May 2004 23:40:53 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6erdl061192; Tue, 18 May 2004 23:40:53 -0700 (PDT) (envelope-from des) Message-Id: <200405190640.i4J6erdl061192@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:40:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 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: Wed, 19 May 2004 06:41:01 -0000 des 2004/05/18 23:40:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) sys/conf newvers.sh Log: Bump and document patch level. Approved by: so Revision Changes Path 1.44.2.29.2.22 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue May 18 23:41: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 9604216A4D0; Tue, 18 May 2004 23:41:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F09443D5D; Tue, 18 May 2004 23:41:01 -0700 (PDT) (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 i4J6esGe061212; Tue, 18 May 2004 23:40:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6erSJ061211; Tue, 18 May 2004 23:40:53 -0700 (PDT) (envelope-from des) Message-Id: <200405190640.i4J6erSJ061211@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:40:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 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: Wed, 19 May 2004 06:41:01 -0000 des 2004/05/18 23:40:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) sys/conf newvers.sh Log: Bump and document patch level. Approved by: so Revision Changes Path 1.44.2.32.2.9 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue May 18 23:41: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 75D6A16A4D1; Tue, 18 May 2004 23:41:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EB143D1F; Tue, 18 May 2004 23:41:03 -0700 (PDT) (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 i4J6esGe061231; Tue, 18 May 2004 23:40:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6esmp061230; Tue, 18 May 2004 23:40:54 -0700 (PDT) (envelope-from des) Message-Id: <200405190640.i4J6esmp061230@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:40:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 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: Wed, 19 May 2004 06:41:03 -0000 des 2004/05/18 23:40:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) sys/conf newvers.sh Log: Bump and document patch level. Approved by: so Revision Changes Path 1.48.2.22 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue May 18 23:41: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 9A6E416A4D2; Tue, 18 May 2004 23:41:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763CE43D54; Tue, 18 May 2004 23:41:03 -0700 (PDT) (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 i4J6etGe061250; Tue, 18 May 2004 23:40:55 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6etvg061249; Tue, 18 May 2004 23:40:55 -0700 (PDT) (envelope-from des) Message-Id: <200405190640.i4J6etvg061249@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:40:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_1 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: Wed, 19 May 2004 06:41:03 -0000 des 2004/05/18 23:40:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_1) sys/conf newvers.sh Log: Bump and document patch level. Approved by: so Revision Changes Path 1.50.2.19 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue May 18 23:41: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 3FA1D16A4D3; Tue, 18 May 2004 23:41:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B6443D2D; Tue, 18 May 2004 23:41:04 -0700 (PDT) (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 i4J6euGe061269; Tue, 18 May 2004 23:40:56 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J6eurV061268; Tue, 18 May 2004 23:40:56 -0700 (PDT) (envelope-from des) Message-Id: <200405190640.i4J6eurV061268@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 May 2004 23:40:56 -0700 (PDT) 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: Wed, 19 May 2004 06:41:04 -0000 des 2004/05/18 23:40:56 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/conf newvers.sh Log: Bump and document patch level. Approved by: so Revision Changes Path 1.56.2.14 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed May 19 00:15: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 666E916A4CE; Wed, 19 May 2004 00:15:50 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9745143D2F; Wed, 19 May 2004 00:15:49 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i4J7Fm4u022168; Wed, 19 May 2004 17:15:48 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i4J7FjLS019952; Wed, 19 May 2004 17:15:46 +1000 Date: Wed, 19 May 2004 17:15:47 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov In-Reply-To: <20040518103846.GB70919@ip.net.ua> Message-ID: <20040519165754.Q13836@gamplex.bde.org> References: <200405180730.i4I7U5CZ018341@repoman.freebsd.org> <20040518103846.GB70919@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.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, 19 May 2004 07:15:50 -0000 On Tue, 18 May 2004, Ruslan Ermilov wrote: > On Tue, May 18, 2004 at 12:30:05AM -0700, Pawel Jakub Dawidek wrote: > > pjd 2004/05/18 00:30:05 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/md md.c > > Log: > > Fix panic which occurs when given sector size for memory-backed device > > is less than DEV_BSIZE (512) bytes. > > > > Reported by: Mike Bristow > > Approved by: phk > > > > Revision Changes Path > > 1.123 +1 -2 src/sys/dev/md/md.c > > > Nice catch! This introduces a bug that the old version was (not very well) written to avoid: overflow at UINT_MAX bytes (typically 4GB). Previously, md only overflowed at UINT_MAX sectors (typically 2TB). Overflow probably can't happen here yet because most machines can't hold 4GB and others shouldn't waste 4GB for malloc()able memory. Overfow at 2TB can easily happen for the vnode case. Here are some of md's unchecked overflows: New bug: % sc->nsect = (mdio->md_size * DEV_BSIZE) / sc->secsize; This is easy to fix using btodb(), except when DEV_BSIZE > sc->secsize. Using DEV_BSIZE instead of dbtodb() or btodb() when the latter works is a style bug even when it works. vnode case: % /* % * If the size is specified, override the file attributes. % */ % if (mdio->md_size) % sc->nsect = mdio->md_size; % else % sc->nsect = vattr.va_size / sc->secsize; /* XXX: round up ? */ The assignment overflows when vattr.va_size is large. The fix is not so easy. There are lots of u_int's in md's ABI and implementation. Bruce From owner-cvs-src@FreeBSD.ORG Wed May 19 02:18: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 CB99616A4CE; Wed, 19 May 2004 02:18:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC29943D2F; Wed, 19 May 2004 02:18:56 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4J9I8Ge002678; Wed, 19 May 2004 02:18:08 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9I8WJ002677; Wed, 19 May 2004 02:18:08 -0700 (PDT) (envelope-from joe) Message-Id: <200405190918.i4J9I8WJ002677@repoman.freebsd.org> From: Josef Karthauser Date: Wed, 19 May 2004 02:18:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:18:57 -0000 joe 2004/05/19 02:18:08 PDT FreeBSD src repository Modified files: etc/defaults periodic.conf etc/periodic/weekly 400.status-pkg Log: Allow the location of the INDEX file to specified to pkg_version. This is particularly convenient on a cluster of machines to prevent having to rebuild the INDEX file on each. Reviewed by: portmgr Revision Changes Path 1.29 +1 -0 src/etc/defaults/periodic.conf 1.9 +1 -1 src/etc/periodic/weekly/400.status-pkg From owner-cvs-src@FreeBSD.ORG Wed May 19 02: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 691EE16A4CE; Wed, 19 May 2004 02:44:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A63D43D41; Wed, 19 May 2004 02:44:40 -0700 (PDT) (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 i4J9iWGe008714; Wed, 19 May 2004 02:44:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9iWEt008713; Wed, 19 May 2004 02:44:32 -0700 (PDT) (envelope-from ru) Message-Id: <200405190944.i4J9iWEt008713@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:44:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/bluetooth/btsockstat btsockstat.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:44:40 -0000 ru 2004/05/19 02:44:31 PDT FreeBSD src repository Modified files: usr.bin/bluetooth/btsockstat btsockstat.1 Log: Bumped document date. Removed hard sentence break. Revision Changes Path 1.6 +3 -2 src/usr.bin/bluetooth/btsockstat/btsockstat.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02: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 944F616A4CE; Wed, 19 May 2004 02:46:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7526A43D41; Wed, 19 May 2004 02:46:07 -0700 (PDT) (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 i4J9jkGe008846; Wed, 19 May 2004 02:45:46 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9jk8a008845; Wed, 19 May 2004 02:45:46 -0700 (PDT) (envelope-from ru) Message-Id: <200405190945.i4J9jk8a008845@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:45:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/colldef colldef.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:46:07 -0000 ru 2004/05/19 02:45:46 PDT FreeBSD src repository Modified files: usr.bin/colldef colldef.1 Log: Markup nits. Revision Changes Path 1.21 +5 -8 src/usr.bin/colldef/colldef.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:47: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 75FEA16A4CF; Wed, 19 May 2004 02:47:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572D343D55; Wed, 19 May 2004 02:47:00 -0700 (PDT) (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 i4J9kbGe008912; Wed, 19 May 2004 02:46:37 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9kbL4008911; Wed, 19 May 2004 02:46:37 -0700 (PDT) (envelope-from ru) Message-Id: <200405190946.i4J9kbL4008911@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:46:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:47:00 -0000 ru 2004/05/19 02:46:37 PDT FreeBSD src repository Modified files: usr.bin/fetch fetch.1 Log: Restore part of the word that got (accidentally) removed. Removed whitespace at EOL. Revision Changes Path 1.61 +2 -2 src/usr.bin/fetch/fetch.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02: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 2B13116A4CE; Wed, 19 May 2004 02:49:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BACE43D2F; Wed, 19 May 2004 02:49:58 -0700 (PDT) (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 i4J9nbGe009007; Wed, 19 May 2004 02:49:37 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9nbxe009006; Wed, 19 May 2004 02:49:37 -0700 (PDT) (envelope-from ru) Message-Id: <200405190949.i4J9nbxe009006@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:49:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:49:58 -0000 ru 2004/05/19 02:49:37 PDT FreeBSD src repository Modified files: usr.bin/find find.1 Log: Bumped document date. Fixed a bunch of hyphen misspellings. Fixed one warning. Revision Changes Path 1.62 +16 -16 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:50: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 7205616A4CE; Wed, 19 May 2004 02:50:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5281043D45; Wed, 19 May 2004 02:50:14 -0700 (PDT) (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 i4J9ntGe009043; Wed, 19 May 2004 02:49:55 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9ntXi009042; Wed, 19 May 2004 02:49:55 -0700 (PDT) (envelope-from ru) Message-Id: <200405190949.i4J9ntXi009042@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:49:55 -0700 (PDT) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:50:14 -0000 ru 2004/05/19 02:49:55 PDT FreeBSD src repository Modified files: usr.bin/indent indent.1 Log: Fixed document date. Revision Changes Path 1.18 +1 -1 src/usr.bin/indent/indent.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:51: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 0B38716A4CE; Wed, 19 May 2004 02:51:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6AC43D4C; Wed, 19 May 2004 02:51:46 -0700 (PDT) (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 i4J9pVGe009943; Wed, 19 May 2004 02:51:31 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9pVYi009939; Wed, 19 May 2004 02:51:31 -0700 (PDT) (envelope-from ru) Message-Id: <200405190951.i4J9pVYi009939@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:51:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/mail mail.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:51:47 -0000 ru 2004/05/19 02:51:31 PDT FreeBSD src repository Modified files: usr.bin/mail mail.1 Log: Bumped document date. Dealt with hard sentence breaks and whitespace at EOL. Revision Changes Path 1.45 +8 -6 src/usr.bin/mail/mail.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:52: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 EA28716A4CE; Wed, 19 May 2004 02:52:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD5C43D2D; Wed, 19 May 2004 02:52:19 -0700 (PDT) (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 i4J9pxGe010361; Wed, 19 May 2004 02:51:59 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9pwj1010357; Wed, 19 May 2004 02:51:58 -0700 (PDT) (envelope-from ru) Message-Id: <200405190951.i4J9pwj1010357@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:51:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:52:20 -0000 ru 2004/05/19 02:51:58 PDT FreeBSD src repository Modified files: usr.bin/make make.1 Log: Markup nits. Revision Changes Path 1.68 +7 -7 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:53: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 5A56B16A4CE; Wed, 19 May 2004 02:53:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0889643D2D; Wed, 19 May 2004 02:53:08 -0700 (PDT) (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 i4J9qeGe010975; Wed, 19 May 2004 02:52:40 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9qeQ2010972; Wed, 19 May 2004 02:52:40 -0700 (PDT) (envelope-from ru) Message-Id: <200405190952.i4J9qeQ2010972@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:52:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat netstat.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:53:08 -0000 ru 2004/05/19 02:52:40 PDT FreeBSD src repository Modified files: usr.bin/netstat netstat.1 Log: Bumped document date. Fixed the grammar nit. Revision Changes Path 1.49 +2 -2 src/usr.bin/netstat/netstat.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:53: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 3B8A716A4CE; Wed, 19 May 2004 02:53:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7BA43D45; Wed, 19 May 2004 02:53:34 -0700 (PDT) (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 i4J9r4Ge011023; Wed, 19 May 2004 02:53:04 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9r4im011022; Wed, 19 May 2004 02:53:04 -0700 (PDT) (envelope-from ru) Message-Id: <200405190953.i4J9r4im011022@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:53:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/script script.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:53:34 -0000 ru 2004/05/19 02:53:04 PDT FreeBSD src repository Modified files: usr.bin/script script.1 Log: Bumped document date. Fixed markup nit. Revision Changes Path 1.19 +2 -2 src/usr.bin/script/script.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:54: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 8ADF116A4CE; Wed, 19 May 2004 02:54:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCE043D39; Wed, 19 May 2004 02:54:31 -0700 (PDT) (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 i4J9rfGe011067; Wed, 19 May 2004 02:53:41 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9rfde011066; Wed, 19 May 2004 02:53:41 -0700 (PDT) (envelope-from ru) Message-Id: <200405190953.i4J9rfde011066@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:53:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/su su.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:54:31 -0000 ru 2004/05/19 02:53:41 PDT FreeBSD src repository Modified files: usr.bin/su su.1 Log: Bumped the document date. Fixed the grammar nit. Revision Changes Path 1.31 +2 -2 src/usr.bin/su/su.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02:54: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 3EF8716A4CE; Wed, 19 May 2004 02:54:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210F643D41; Wed, 19 May 2004 02:54:46 -0700 (PDT) (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 i4J9rwGe011104; Wed, 19 May 2004 02:53:59 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9rwMi011103; Wed, 19 May 2004 02:53:58 -0700 (PDT) (envelope-from ru) Message-Id: <200405190953.i4J9rwMi011103@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:53:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tftp tftp.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 09:54:46 -0000 ru 2004/05/19 02:53:58 PDT FreeBSD src repository Modified files: usr.bin/tftp tftp.1 Log: Bumped the document date. Revision Changes Path 1.17 +1 -1 src/usr.bin/tftp/tftp.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 02: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 A617816A4DE; Wed, 19 May 2004 02:54:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C6643D1D; Wed, 19 May 2004 02:54:59 -0700 (PDT) (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 i4J9sEGe011145; Wed, 19 May 2004 02:54:14 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4J9sENf011144; Wed, 19 May 2004 02:54:14 -0700 (PDT) (envelope-from ru) Message-Id: <200405190954.i4J9sENf011144@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 02:54:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/vmstat vmstat.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: Wed, 19 May 2004 09:54:59 -0000 ru 2004/05/19 02:54:14 PDT FreeBSD src repository Modified files: usr.bin/vmstat vmstat.8 Log: Bumped the document date. Revision Changes Path 1.29 +1 -1 src/usr.bin/vmstat/vmstat.8 From owner-cvs-src@FreeBSD.ORG Wed May 19 03:44: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 1851A16A4CE; Wed, 19 May 2004 03:44:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE04343D2F; Wed, 19 May 2004 03:43:59 -0700 (PDT) (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 i4JAhYGe022551; Wed, 19 May 2004 03:43:34 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JAhY23022550; Wed, 19 May 2004 03:43:34 -0700 (PDT) (envelope-from ru) Message-Id: <200405191043.i4JAhY23022550@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 03:43:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/bluetooth/bthost bthost.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 10:44:00 -0000 ru 2004/05/19 03:43:34 PDT FreeBSD src repository Modified files: usr.bin/bluetooth/bthost bthost.1 Log: Clean up language and markup. Revision Changes Path 1.2 +41 -37 src/usr.bin/bluetooth/bthost/bthost.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 03:44: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 502E216A4CE; Wed, 19 May 2004 03:44:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B24C43D2D; Wed, 19 May 2004 03:44:50 -0700 (PDT) (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 i4JAiOGe022629; Wed, 19 May 2004 03:44:24 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JAiOal022628; Wed, 19 May 2004 03:44:24 -0700 (PDT) (envelope-from ru) Message-Id: <200405191044.i4JAiOal022628@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 03:44:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/env env.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 10:44:50 -0000 ru 2004/05/19 03:44:24 PDT FreeBSD src repository Modified files: usr.bin/env env.1 Log: Language and markup polishing. Revision Changes Path 1.4 +14 -11 src/usr.bin/env/env.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 03:46: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 26FE316A4CE; Wed, 19 May 2004 03:46:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BEA43D54; Wed, 19 May 2004 03:46:01 -0700 (PDT) (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 i4JAjfGe022726; Wed, 19 May 2004 03:45:41 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JAjfI8022725; Wed, 19 May 2004 03:45:41 -0700 (PDT) (envelope-from ru) Message-Id: <200405191045.i4JAjfI8022725@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 03:45:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/locale locale.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 10:46:01 -0000 ru 2004/05/19 03:45:41 PDT FreeBSD src repository Modified files: usr.bin/locale locale.1 Log: Clean up language and markup. Revision Changes Path 1.5 +25 -24 src/usr.bin/locale/locale.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 03: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 B42DF16A4CE; Wed, 19 May 2004 03:47:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9564B43D2D; Wed, 19 May 2004 03:47:22 -0700 (PDT) (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 i4JAkuGe022792; Wed, 19 May 2004 03:46:56 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JAkuTt022791; Wed, 19 May 2004 03:46:56 -0700 (PDT) (envelope-from ru) Message-Id: <200405191046.i4JAkuTt022791@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 03:46:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/pkill pkill.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 10:47:22 -0000 ru 2004/05/19 03:46:56 PDT FreeBSD src repository Modified files: usr.bin/pkill pkill.1 Log: Added pgrep to the SYNOPSIS. Fixed SYNOPSIS. Fixed markup nits. Revision Changes Path 1.6 +21 -14 src/usr.bin/pkill/pkill.1 From owner-cvs-src@FreeBSD.ORG Wed May 19 04:04: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 46F9E16A4CE; Wed, 19 May 2004 04:04:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2608B43D1D; Wed, 19 May 2004 04:04:37 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4JB4KGe027694; Wed, 19 May 2004 04:04:20 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JB4J2e027693; Wed, 19 May 2004 04:04:19 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405191104.i4JB4J2e027693@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 19 May 2004 04:04:19 -0700 (PDT) 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 uvisor.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, 19 May 2004 11:04:37 -0000 sanpei 2004/05/19 04:04:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uvisor.c Log: MFC 1.20: fix SONY_CLIE_41 (as PEG-SJ33/U) Revision Changes Path 1.7.2.12 +1 -1 src/sys/dev/usb/uvisor.c From owner-cvs-src@FreeBSD.ORG Wed May 19 04:07: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 960B816A4CE; Wed, 19 May 2004 04:07:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756DC43D31; Wed, 19 May 2004 04:07:30 -0700 (PDT) (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 i4JB7UGe027867; Wed, 19 May 2004 04:07:30 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JB7UkZ027866; Wed, 19 May 2004 04:07:30 -0700 (PDT) (envelope-from le) Message-Id: <200405191107.i4JB7UkZ027866@repoman.freebsd.org> From: Lukas Ertl Date: Wed, 19 May 2004 04:07:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.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, 19 May 2004 11:07:30 -0000 le 2004/05/19 04:07:30 PDT FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Fix integer overflow in the file size output when dealing with large files (i.e. DVD images). Reviewed by: des@ Revision Changes Path 1.67 +3 -3 src/usr.bin/fetch/fetch.c From owner-cvs-src@FreeBSD.ORG Wed May 19 04: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 4BF8816A4CE; Wed, 19 May 2004 04:26:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBE843D2F; Wed, 19 May 2004 04:26:54 -0700 (PDT) (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 i4JBQYGe031822; Wed, 19 May 2004 04:26:34 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JBQXor031821; Wed, 19 May 2004 04:26:33 -0700 (PDT) (envelope-from ru) Message-Id: <200405191126.i4JBQXor031821@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 04:26:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_hole.c ng_hole.h src/share/man/man4 ng_hole.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, 19 May 2004 11:26:54 -0000 ru 2004/05/19 04:26:33 PDT FreeBSD src repository Modified files: sys/netgraph ng_hole.c ng_hole.h share/man/man4 ng_hole.4 Log: Maintain statistics about the received frames. Revision Changes Path 1.11 +21 -4 src/share/man/man4/ng_hole.4 1.11 +128 -4 src/sys/netgraph/ng_hole.c 1.4 +20 -0 src/sys/netgraph/ng_hole.h From owner-cvs-src@FreeBSD.ORG Wed May 19 04:35: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 442B616A4CE; Wed, 19 May 2004 04:35:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2530E43D41; Wed, 19 May 2004 04:35:04 -0700 (PDT) (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 i4JBZ4Ge033802; Wed, 19 May 2004 04:35:04 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JBZ3JF033801; Wed, 19 May 2004 04:35:03 -0700 (PDT) (envelope-from ru) Message-Id: <200405191135.i4JBZ3JF033801@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 May 2004 04:35:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_hole.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, 19 May 2004 11:35:04 -0000 ru 2004/05/19 04:35:03 PDT FreeBSD src repository Modified files: sys/netgraph ng_hole.h Log: Whitespace nit. Revision Changes Path 1.5 +1 -1 src/sys/netgraph/ng_hole.h From owner-cvs-src@FreeBSD.ORG Wed May 19 07:36: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 6643316A4CE; Wed, 19 May 2004 07:36:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4758F43D2D; Wed, 19 May 2004 07:36:41 -0700 (PDT) (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 i4JEadGe089456; Wed, 19 May 2004 07:36:39 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JEadPs089450; Wed, 19 May 2004 07:36:39 -0700 (PDT) (envelope-from bde) Message-Id: <200405191436.i4JEadPs089450@repoman.freebsd.org> From: Bruce Evans Date: Wed, 19 May 2004 07:36:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern link_elf.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, 19 May 2004 14:36:41 -0000 bde 2004/05/19 07:36:39 PDT FreeBSD src repository Modified files: sys/kern link_elf.c Log: Include instead of for the declaration of kmupetext(). The declaration is misplaced in since it is not MD and not related to the lowest level of profiling. It will be moved, but getting it via already works. Revision Changes Path 1.78 +3 -3 src/sys/kern/link_elf.c From owner-cvs-src@FreeBSD.ORG Wed May 19 08:41: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 1382516A4CE; Wed, 19 May 2004 08:41:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C1E443D1D; Wed, 19 May 2004 08:41:27 -0700 (PDT) (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 i4JFfQGe036028; Wed, 19 May 2004 08:41:26 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JFfQjk036024; Wed, 19 May 2004 08:41:26 -0700 (PDT) (envelope-from bde) Message-Id: <200405191541.i4JFfQjk036024@repoman.freebsd.org> From: Bruce Evans Date: Wed, 19 May 2004 08:41:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include profile.h src/sys/amd64/include profile.h src/sys/arm/include profile.h src/sys/i386/include profile.h src/sys/ia64/include profile.h src/sys/powerpc/include profile.h src/sys/sparc64/include profile.h src/sys/sys gmon.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, 19 May 2004 15:41:27 -0000 bde 2004/05/19 08:41:26 PDT FreeBSD src repository Modified files: sys/alpha/include profile.h sys/amd64/include profile.h sys/arm/include profile.h sys/i386/include profile.h sys/ia64/include profile.h sys/powerpc/include profile.h sys/sparc64/include profile.h sys/sys gmon.h Log: Moved most of the "MI" definitions and declarations from to . Cleaned them up a little by not attempting to ifdef for incomplete and out of date support for GUPROF in userland, as in the sparc64 version. Revision Changes Path 1.6 +0 -12 src/sys/alpha/include/profile.h 1.36 +0 -30 src/sys/amd64/include/profile.h 1.2 +0 -30 src/sys/arm/include/profile.h 1.35 +0 -30 src/sys/i386/include/profile.h 1.8 +0 -12 src/sys/ia64/include/profile.h 1.2 +0 -11 src/sys/powerpc/include/profile.h 1.6 +1 -30 src/sys/sparc64/include/profile.h 1.18 +32 -0 src/sys/sys/gmon.h From owner-cvs-src@FreeBSD.ORG Wed May 19 09:04: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 6B07616A4CE; Wed, 19 May 2004 09:04:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1A943D31; Wed, 19 May 2004 09:04:34 -0700 (PDT) (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 i4JG4RGe050395; Wed, 19 May 2004 09:04:27 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4JG4QNA050394; Wed, 19 May 2004 09:04:26 -0700 (PDT) (envelope-from bde) Message-Id: <200405191604.i4JG4QNA050394@repoman.freebsd.org> From: Bruce Evans Date: Wed, 19 May 2004 09:04:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include profile.h src/sys/i386/include profile.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, 19 May 2004 16:04:34 -0000 bde 2004/05/19 09:04:26 PDT FreeBSD src repository Modified files: sys/amd64/include profile.h sys/i386/include profile.h Log: Fixed some style bugs (mainly misalignment of backslashes). Revision Changes Path 1.37 +10 -10 src/sys/amd64/include/profile.h 1.36 +8 -8 src/sys/i386/include/profile.h From owner-cvs-src@FreeBSD.ORG Wed May 19 09:19: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 5F8F816A4CE; Wed, 19 May 2004 09:19:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4188B43D2D; Wed, 19 May 2004 09:19:32 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JGJB0x000274; Wed, 19 May 2004 09:19:11 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JGJBEc000273; Wed, 19 May 2004 09:19:11 -0700 (PDT) (envelope-from bde) Message-Id: <200405191619.i4JGJBEc000273@repoman.freebsd.org> From: Bruce Evans Date: Wed, 19 May 2004 09:19:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include profile.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, 19 May 2004 16:19:32 -0000 bde 2004/05/19 09:19:11 PDT FreeBSD src repository Modified files: sys/amd64/include profile.h Log: Fixed the type of fptrdiff_t. It needs to be 64 bits in theory, and in practice too since kernel addresses are almost 2^64 higher than most user addresses. Revision Changes Path 1.38 +1 -1 src/sys/amd64/include/profile.h From owner-cvs-src@FreeBSD.ORG Wed May 19 10:09: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 2D57C16A4CE; Wed, 19 May 2004 10:09:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5AB43D4C; Wed, 19 May 2004 10:09:27 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JH9O8b011239; Wed, 19 May 2004 10:09:24 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JH9OSE011238; Wed, 19 May 2004 10:09:24 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405191709.i4JH9OSE011238@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 19 May 2004 10:09:24 -0700 (PDT) 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_support_format_tar.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, 19 May 2004 17:09:27 -0000 kientzle 2004/05/19 10:09:24 PDT FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: When combining ustar prefix and name fields, check before adding a '/' character, as some tar implementations incorrectly include a '/' with the prefix. Thanks to: Divacky Roman for the UnixWare 7 tarfile that demonstrated this issue. Revision Changes Path 1.14 +8 -8 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Wed May 19 10:33: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 B84FB16A4CE; Wed, 19 May 2004 10:33:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B08443D1D; Wed, 19 May 2004 10:33:46 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JHXgEA017180; Wed, 19 May 2004 10:33:42 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JHXghO017179; Wed, 19 May 2004 10:33:42 -0700 (PDT) (envelope-from scottl) Message-Id: <200405191733.i4JHXghO017179@repoman.freebsd.org> From: Scott Long Date: Wed, 19 May 2004 10:33:42 -0700 (PDT) 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/aic7xxx aic79xx_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: Wed, 19 May 2004 17:33:46 -0000 scottl 2004/05/19 10:33:42 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic79xx_pci.c Log: MFC: Use the Generic 9005 mask when looking for generic 7901B parts. This allows the driver to attach to 7901B parts on motherboards using a non-Adaptec subvendor ID. This also supports a recent Dell OEM part. Submitted by: gibbs Revision Changes Path 1.3.2.8 +8 -1 src/sys/dev/aic7xxx/aic79xx_pci.c From owner-cvs-src@FreeBSD.ORG Wed May 19 10:46: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 06A1A16A4CE; Wed, 19 May 2004 10:46:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7AD43D49; Wed, 19 May 2004 10:46:34 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JHkZVc019345; Wed, 19 May 2004 10:46:35 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JHkZJx019344; Wed, 19 May 2004 10:46:35 -0700 (PDT) (envelope-from scottl) Message-Id: <200405191746.i4JHkZJx019344@repoman.freebsd.org> From: Scott Long Date: Wed, 19 May 2004 10:46:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iir iir.c 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: Wed, 19 May 2004 17:46:35 -0000 scottl 2004/05/19 10:46:34 PDT FreeBSD src repository Modified files: sys/dev/iir iir.c iir.h iir_ctrl.c Log: Update from vendor. This also adds support for newer management tools. Submitted by: Achim Leubner Revision Changes Path 1.10 +5 -20 src/sys/dev/iir/iir.c 1.9 +9 -7 src/sys/dev/iir/iir.h 1.14 +2 -0 src/sys/dev/iir/iir_ctrl.c From owner-cvs-src@FreeBSD.ORG Wed May 19 11:06: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 E764316A4CE; Wed, 19 May 2004 11:06:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C882343D46; Wed, 19 May 2004 11:06:51 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JI6Msk024509; Wed, 19 May 2004 11:06:22 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JI6MHQ024508; Wed, 19 May 2004 11:06:22 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405191806.i4JI6MHQ024508@repoman.freebsd.org> From: Ken Smith Date: Wed, 19 May 2004 11:06:22 -0700 (PDT) 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_alloc.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, 19 May 2004 18:06:52 -0000 kensmith 2004/05/19 11:06:22 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_alloc.c Log: Style fixup in previous commit. Noticed by: bde (thanks!) Revision Changes Path 1.120 +2 -4 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-src@FreeBSD.ORG Wed May 19 11:07: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 30D6816A4DB; Wed, 19 May 2004 11:07:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1308C43D46; Wed, 19 May 2004 11:07:29 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JI7FV9024571; Wed, 19 May 2004 11:07:15 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JI7F85024570; Wed, 19 May 2004 11:07:15 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405191807.i4JI7F85024570@repoman.freebsd.org> From: Ken Smith Date: Wed, 19 May 2004 11:07:15 -0700 (PDT) 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/ffs ffs_alloc.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, 19 May 2004 18:07:29 -0000 kensmith 2004/05/19 11:07:15 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ffs ffs_alloc.c Log: Style fixup in previous commit. Noticed by: bde (thanks!) Revision Changes Path 1.64.2.5 +2 -4 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-src@FreeBSD.ORG Wed May 19 11:24: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 952D816A4CE; Wed, 19 May 2004 11:24:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 777D643D49; Wed, 19 May 2004 11:24:13 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JIOD0C028520; Wed, 19 May 2004 11:24:13 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JIODto028519; Wed, 19 May 2004 11:24:13 -0700 (PDT) (envelope-from peter) Message-Id: <200405191824.i4JIODto028519@repoman.freebsd.org> From: Peter Wemm Date: Wed, 19 May 2004 11:24:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_amd64.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, 19 May 2004 18:24:13 -0000 peter 2004/05/19 11:24:13 PDT FreeBSD src repository Modified files: lib/libkvm kvm_amd64.c Log: Implement crashdump decoding for AMD64 as well, now that I have finally got a sample to test against. Revision Changes Path 1.17 +63 -28 src/lib/libkvm/kvm_amd64.c From owner-cvs-src@FreeBSD.ORG Wed May 19 11:25: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 6969916A4D3; Wed, 19 May 2004 11:25:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A63D43D31; Wed, 19 May 2004 11:25:46 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JIPkO6028620; Wed, 19 May 2004 11:25:46 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JIPkqF028619; Wed, 19 May 2004 11:25:46 -0700 (PDT) (envelope-from scottl) Message-Id: <200405191825.i4JIPkqF028619@repoman.freebsd.org> From: Scott Long Date: Wed, 19 May 2004 11:25:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/dev/aic7xxx aic79xx_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: Wed, 19 May 2004 18:25:46 -0000 scottl 2004/05/19 11:25:46 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/dev/aic7xxx aic79xx_pci.c Log: MFC: Add support for new chip Id's. Submitted by: gibbs Approved by: re (kensmith) Revision Changes Path 1.3.2.7.2.1 +8 -1 src/sys/dev/aic7xxx/aic79xx_pci.c From owner-cvs-src@FreeBSD.ORG Wed May 19 12:28: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 EB85416A4CE; Wed, 19 May 2004 12:28:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE99D43D2F; Wed, 19 May 2004 12:28:35 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JJSOZC041864; Wed, 19 May 2004 12:28:24 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JJSOmK041863; Wed, 19 May 2004 12:28:24 -0700 (PDT) (envelope-from ps) Message-Id: <200405191928.i4JJSOmK041863@repoman.freebsd.org> From: Paul Saab Date: Wed, 19 May 2004 12:28:24 -0700 (PDT) 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_socket2.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, 19 May 2004 19:28:36 -0000 ps 2004/05/19 12:28:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern uipc_socket2.c Log: MFC: rev 1.124. Fix "thundering herd" problem in accept. Revision Changes Path 1.55.2.19 +1 -1 src/sys/kern/uipc_socket2.c From owner-cvs-src@FreeBSD.ORG Wed May 19 12:40: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 F2B2E16A4CE; Wed, 19 May 2004 12:40:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D578743D46; Wed, 19 May 2004 12:40:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JJeHg4043933; Wed, 19 May 2004 12:40:17 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JJeH4l043932; Wed, 19 May 2004 12:40:17 -0700 (PDT) (envelope-from ps) Message-Id: <200405191940.i4JJeH4l043932@repoman.freebsd.org> From: Paul Saab Date: Wed, 19 May 2004 12:40:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/kern uipc_socket2.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, 19 May 2004 19:40:31 -0000 ps 2004/05/19 12:40:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/kern uipc_socket2.c Log: MFC: rev 1.124. Fix "thundering herd" problem in accept. Approved by: re (scottl) Revision Changes Path 1.55.2.18.2.1 +1 -1 src/sys/kern/uipc_socket2.c From owner-cvs-src@FreeBSD.ORG Wed May 19 13:40: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 E6F1E16A4CE; Wed, 19 May 2004 13:40:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DD143D45; Wed, 19 May 2004 13:40:01 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JKdMWC063246; Wed, 19 May 2004 13:39:22 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JKdM8w063245; Wed, 19 May 2004 13:39:22 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200405192039.i4JKdM8w063245@repoman.freebsd.org> From: David Malone Date: Wed, 19 May 2004 13:39:22 -0700 (PDT) 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 bpf.4 src/share/man/man9 Makefile bpf.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, 19 May 2004 20:40:02 -0000 dwmalone 2004/05/19 13:39:22 PDT FreeBSD src repository Modified files: share/man/man4 bpf.4 share/man/man9 Makefile Added files: share/man/man9 bpf.9 Log: Add a man page for the kernel part of bpf. I made some edits to the man page after Orla, so the mistakes are probably mine. Leave a note on the door welcoming the mdoc police. Submitted by: Orla McGann Revision Changes Path 1.40 +2 -1 src/share/man/man4/bpf.4 1.233 +1 -0 src/share/man/man9/Makefile 1.1 +228 -0 src/share/man/man9/bpf.9 (new) From owner-cvs-src@FreeBSD.ORG Wed May 19 14:00: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 56B6516A4CE; Wed, 19 May 2004 14:00:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C5743D39; Wed, 19 May 2004 14:00:44 -0700 (PDT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JL0iQw067476; Wed, 19 May 2004 14:00:44 -0700 (PDT) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JL0hwg067475; Wed, 19 May 2004 14:00:43 -0700 (PDT) (envelope-from dds) Message-Id: <200405192100.i4JL0hwg067475@repoman.freebsd.org> From: Diomidis Spinellis Date: Wed, 19 May 2004 14:00:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp radius.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, 19 May 2004 21:00:44 -0000 dds 2004/05/19 14:00:43 PDT FreeBSD src repository Modified files: usr.sbin/ppp radius.c Log: Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. PR: bin/61294 Submitted by: Boris Kovalenko MFC after: 3 weeks Revision Changes Path 1.44 +5 -2 src/usr.sbin/ppp/radius.c From owner-cvs-src@FreeBSD.ORG Wed May 19 14:06: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 AE98516A4CF; Wed, 19 May 2004 14:06:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91AB443D1D; Wed, 19 May 2004 14:06:46 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JL6a2E070423; Wed, 19 May 2004 14:06:36 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JL6aFH070422; Wed, 19 May 2004 14:06:36 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200405192106.i4JL6aFH070422@repoman.freebsd.org> From: David Malone Date: Wed, 19 May 2004 14:06:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/id Makefile id.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, 19 May 2004 21:06:46 -0000 dwmalone 2004/05/19 14:06:36 PDT FreeBSD src repository Modified files: usr.bin/id Makefile id.c Log: Add missing %s so that all of the usage message gets printed. Bump WARNS to 6 while I'm here. Revision Changes Path 1.11 +1 -0 src/usr.bin/id/Makefile 1.21 +1 -1 src/usr.bin/id/id.c From owner-cvs-src@FreeBSD.ORG Wed May 19 14:17: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 F000116A4CE; Wed, 19 May 2004 14:17:55 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E612543D1D; Wed, 19 May 2004 14:17:54 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i4JLNM9F038299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 May 2004 00:23:23 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i4JLHswf028770; Thu, 20 May 2004 00:17:54 +0300 (EEST) (envelope-from ru) Date: Thu, 20 May 2004 00:17:53 +0300 From: Ruslan Ermilov To: David Malone Message-ID: <20040519211753.GA28711@ip.net.ua> References: <200405192039.i4JKdM8w063245@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <200405192039.i4JKdM8w063245@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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 Subject: Re: cvs commit: src/share/man/man4 bpf.4 src/share/man/man9 Makefile bpf.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, 19 May 2004 21:17:56 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 19, 2004 at 01:39:22PM -0700, David Malone wrote: > dwmalone 2004/05/19 13:39:22 PDT >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man4 bpf.4=20 > share/man/man9 Makefile=20 > Added files: > share/man/man9 bpf.9=20 > Log: > Add a man page for the kernel part of bpf. I made some edits to the > man page after Orla, so the mistakes are probably mine. Leave a > note on the door welcoming the mdoc police. > =20 > Submitted by: Orla McGann > =20 > Revision Changes Path > 1.40 +2 -1 src/share/man/man4/bpf.4 > 1.233 +1 -0 src/share/man/man9/Makefile > 1.1 +228 -0 src/share/man/man9/bpf.9 (new) >=20 Noted, will be acted upon when I get to "share/". ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAq88BUkv4P6juNwoRAggPAJ9IW46yXZ27Fkhmju2ktIDOJ7K3YgCfX7Cm 8s4piUMvn0P9oInMO+DWOss= =PmJN -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-cvs-src@FreeBSD.ORG Wed May 19 14:35: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 E04CE16A4CE; Wed, 19 May 2004 14:35:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C330A43D5E; Wed, 19 May 2004 14:35:57 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JLYqYg076994; Wed, 19 May 2004 14:34:52 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JLYqW7076993; Wed, 19 May 2004 14:34:52 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200405192134.i4JLYqW7076993@repoman.freebsd.org> From: David Malone Date: Wed, 19 May 2004 14:34:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/rusers Makefile rusers.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, 19 May 2004 21:35:58 -0000 dwmalone 2004/05/19 14:34:52 PDT FreeBSD src repository Modified files: usr.bin/rusers Makefile rusers.c Log: Fix a couple of warnings: 1) Missing include for declaration of time conversion functions. 2) Avoid a couple of alignment warnings on 64 bit arches by memcpying the things pointed to by caddrs into variables of the right type. Bump WARNS to 6 while I'm here. Revision Changes Path 1.6 +2 -1 src/usr.bin/rusers/Makefile 1.16 +5 -2 src/usr.bin/rusers/rusers.c From owner-cvs-src@FreeBSD.ORG Wed May 19 14:56: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 5642116A4CE; Wed, 19 May 2004 14:56:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FB943D1D; Wed, 19 May 2004 14:56:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4JLtblV081187; Wed, 19 May 2004 14:55:37 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4JLtb9O081186; Wed, 19 May 2004 14:55:37 -0700 (PDT) (envelope-from peter) Message-Id: <200405192155.i4JLtb9O081186@repoman.freebsd.org> From: Peter Wemm Date: Wed, 19 May 2004 14:55:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 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, 19 May 2004 21:56:42 -0000 peter 2004/05/19 14:55:37 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Like on i386, clear the last three entries in the pml4 page when doing a pmap_release(), and put it the free queue marked as already zeroed. Revision Changes Path 1.460 +7 -2 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Wed May 19 21:13: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 7B00D16A4CE; Wed, 19 May 2004 21:13:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E58C43D1F; Wed, 19 May 2004 21:13:41 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K4Cl2v075682; Wed, 19 May 2004 21:12:47 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K4CljJ075681; Wed, 19 May 2004 21:12:47 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405200412.i4K4CljJ075681@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 19 May 2004 21:12:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive tar.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: Thu, 20 May 2004 04:13:41 -0000 kientzle 2004/05/19 21:12:47 PDT FreeBSD src repository Modified files: lib/libarchive tar.5 Log: More research, more shuffling and clarification. Revision Changes Path 1.5 +149 -119 src/lib/libarchive/tar.5 From owner-cvs-src@FreeBSD.ORG Wed May 19 21:18: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 18BE016A4CE; Wed, 19 May 2004 21:18:19 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CAD43D2F; Wed, 19 May 2004 21:18:18 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i4K4Hu90049553; Wed, 19 May 2004 21:17:56 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <40AC3172.7050702@freebsd.org> Date: Wed, 19 May 2004 21:17:54 -0700 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: Tim Kientzle References: <200405200412.i4K4CljJ075681@repoman.freebsd.org> In-Reply-To: <200405200412.i4K4CljJ075681@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/lib/libarchive tar.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: Thu, 20 May 2004 04:18:19 -0000 Tim Kientzle wrote: > kientzle 2004/05/19 21:12:47 PDT > > FreeBSD src repository > > Modified files: > lib/libarchive tar.5 > Log: > More research, more shuffling and clarification. This manpage now has a lot of information about tar file formats. I'm actively looking for contributions and corrections from: * Unix historians. * File format experts. * mdoc police. Cheers, Tim From owner-cvs-src@FreeBSD.ORG Wed May 19 22:28: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 7565516A4CE; Wed, 19 May 2004 22:28:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5889E43D2F; Wed, 19 May 2004 22:28:56 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K5SiHU090832; Wed, 19 May 2004 22:28:44 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K5SihL090831; Wed, 19 May 2004 22:28:44 -0700 (PDT) (envelope-from pjd) Message-Id: <200405200528.i4K5SihL090831@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 19 May 2004 22:28:44 -0700 (PDT) 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: Thu, 20 May 2004 05:28:56 -0000 pjd 2004/05/19 22:28:44 PDT FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Fix sysctl name: security.jail.getfsstate_getfsstatroot_only -> security.jail.getfsstatroot_only. Approved by: rwatson Revision Changes Path 1.43 +1 -1 src/sys/kern/kern_jail.c From owner-cvs-src@FreeBSD.ORG Wed May 19 22:30: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 EECA116A4CE; Wed, 19 May 2004 22:30:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D077C43D31; Wed, 19 May 2004 22:30:33 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K5UHwX090896; Wed, 19 May 2004 22:30:17 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K5UGu8090894; Wed, 19 May 2004 22:30:16 -0700 (PDT) (envelope-from pjd) Message-Id: <200405200530.i4K5UGu8090894@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 19 May 2004 22:30:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.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: Thu, 20 May 2004 05:30:34 -0000 pjd 2004/05/19 22:30:16 PDT FreeBSD src repository Modified files: usr.sbin/jail jail.8 Log: Document security.jail.getfsstatroot_only sysctl. Obtained from: rwatson's commit log Approved by: rwatson Revision Changes Path 1.51 +14 -0 src/usr.sbin/jail/jail.8 From owner-cvs-src@FreeBSD.ORG Wed May 19 22:48: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 D7A8F16A4CE; Wed, 19 May 2004 22:48:03 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F387843D39; Wed, 19 May 2004 22:48:02 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BQgYN-00033Z-Np; Thu, 20 May 2004 12:57:15 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i4K5nUAT042173; Thu, 20 May 2004 12:49:30 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i4K5nSW4042139; Thu, 20 May 2004 12:49:28 +0700 (NOVST) (envelope-from danfe) Date: Thu, 20 May 2004 12:49:28 +0700 From: Alexey Dokuchaev To: Pawel Jakub Dawidek Message-ID: <20040520054928.GA39518@regency.nsu.ru> References: <200405200528.i4K5SihL090831@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405200528.i4K5SihL090831@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: 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: Thu, 20 May 2004 05:48:04 -0000 On Wed, May 19, 2004 at 10:28:44PM -0700, Pawel Jakub Dawidek wrote: > pjd 2004/05/19 22:28:44 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_jail.c > Log: > Fix sysctl name: security.jail.getfsstate_getfsstatroot_only -> > security.jail.getfsstatroot_only. This still seems pretty odd; don't you think `getfsstat_rootonly' (like `readonly' we spell w/out whitespace too), or simply `getfsstat_root_only' sounds better? ./danfe From owner-cvs-src@FreeBSD.ORG Wed May 19 23:22: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 7339216A4CE; Wed, 19 May 2004 23:22:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5632443D46; Wed, 19 May 2004 23:22:43 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K6MgZk004036; Wed, 19 May 2004 23:22:42 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K6MgUr004035; Wed, 19 May 2004 23:22:42 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405200622.i4K6MgUr004035@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 19 May 2004 23:22:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive tar.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: Thu, 20 May 2004 06:22:43 -0000 kientzle 2004/05/19 23:22:42 PDT FreeBSD src repository Modified files: lib/libarchive tar.5 Log: Nits fixed. Pointed out by: Daniel Harris Revision Changes Path 1.6 +4 -4 src/lib/libarchive/tar.5 From owner-cvs-src@FreeBSD.ORG Wed May 19 23:35: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 EDF6B16A4CE; Wed, 19 May 2004 23:35:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D140543D39; Wed, 19 May 2004 23:35:27 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K6Z3AY006090; Wed, 19 May 2004 23:35:03 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K6Z3ni006089; Wed, 19 May 2004 23:35:03 -0700 (PDT) (envelope-from yar) Message-Id: <200405200635.i4K6Z3ni006089@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 19 May 2004 23:35:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_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: Thu, 20 May 2004 06:35:28 -0000 yar 2004/05/19 23:35:03 PDT FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: When checking for possible port theft, skip over a TCP inpcb unless it's in the closed or listening state (remote address == INADDR_ANY). If a TCP inpcb is in any other state, it's impossible to steal its local port or use it for port theft. And if there are both closed/listening and connected TCP inpcbs on the same localIP:port couple, the call to in_pcblookup_local() will find the former due to the design of that function. No objections raised in: -net, -arch MFC after: 1 month Revision Changes Path 1.147 +3 -7 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Wed May 19 23:37: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 462AD16A4CE; Wed, 19 May 2004 23:37:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284AA43D45; Wed, 19 May 2004 23:37:45 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K6biES006273; Wed, 19 May 2004 23:37:44 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K6bifi006272; Wed, 19 May 2004 23:37:44 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200405200637.i4K6bifi006272@repoman.freebsd.org> From: Daniel Harris Date: Wed, 19 May 2004 23:37:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.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: Thu, 20 May 2004 06:37:45 -0000 dannyboy 2004/05/19 23:37:44 PDT FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/jail jail.8 Log: Typos and nits. Revision Changes Path 1.52 +19 -19 src/usr.sbin/jail/jail.8 From owner-cvs-src@FreeBSD.ORG Thu May 20 01:16: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 20A7F16A4CE; Thu, 20 May 2004 01:16:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0524A43D1D; Thu, 20 May 2004 01:16:16 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K8Fxvv034121; Thu, 20 May 2004 01:15:59 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K8FxQD034120; Thu, 20 May 2004 01:15:59 -0700 (PDT) (envelope-from schweikh) Message-Id: <200405200815.i4K8FxQD034120@repoman.freebsd.org> From: Jens Schweikhardt Date: Thu, 20 May 2004 01:15:59 -0700 (PDT) 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 fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 08:16:16 -0000 schweikh 2004/05/20 01:15:59 PDT FreeBSD src repository Modified files: games/fortune/datfiles fortunes2 Log: Added forgotten quotes for citations. Revision Changes Path 1.70 +6 -6 src/games/fortune/datfiles/fortunes2 From owner-cvs-src@FreeBSD.ORG Thu May 20 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 965FE16A4CE; Thu, 20 May 2004 02:34:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A0E043D31; Thu, 20 May 2004 02:34:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K9YJFa051008; Thu, 20 May 2004 02:34:19 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K9YJav051007; Thu, 20 May 2004 02:34:19 -0700 (PDT) (envelope-from ru) Message-Id: <200405200934.i4K9YJav051007@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 May 2004 02:34:19 -0700 (PDT) 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 mbuf.9 mbuf_tags.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: Thu, 20 May 2004 09:34:24 -0000 ru 2004/05/20 02:34:19 PDT FreeBSD src repository Modified files: share/man/man9 Makefile mbuf.9 Added files: share/man/man9 mbuf_tags.9 Log: Document mbuf tags based on the OpenBSD manpage. Submitted by: Gleb Smirnoff Revision Changes Path 1.234 +1 -0 src/share/man/man9/Makefile 1.48 +7 -1 src/share/man/man9/mbuf.9 1.1 +255 -0 src/share/man/man9/mbuf_tags.9 (new) From owner-cvs-src@FreeBSD.ORG Thu May 20 02:53: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 C9EE216A4CE; Thu, 20 May 2004 02:53:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD2F943D2D; Thu, 20 May 2004 02:53:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4K9qmnG055211; Thu, 20 May 2004 02:52:48 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4K9qmZl055210; Thu, 20 May 2004 02:52:48 -0700 (PDT) (envelope-from ru) Message-Id: <200405200952.i4K9qmZl055210@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 May 2004 02:52:48 -0700 (PDT) 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: Thu, 20 May 2004 09:53:16 -0000 ru 2004/05/20 02:52:48 PDT FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: Forgot to bump the document date, *blush*. Revision Changes Path 1.49 +1 -1 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Thu May 20 03:07: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 B319316A4CE; Thu, 20 May 2004 03:07:06 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE4043D41; Thu, 20 May 2004 03:07:06 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0DF3E653AD; Thu, 20 May 2004 11:06:49 +0100 (BST) 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 00154-03-2; Thu, 20 May 2004 11:06:48 +0100 (BST) Received: from empiric.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 9740F653AC; Thu, 20 May 2004 11:06:48 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 742BA612E; Thu, 20 May 2004 11:06:47 +0100 (BST) Date: Thu, 20 May 2004 11:06:47 +0100 From: Bruce M Simpson To: David Malone Message-ID: <20040520100646.GA30196@empiric.dek.spc.org> References: <200405192039.i4JKdM8w063245@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405192039.i4JKdM8w063245@repoman.freebsd.org> cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/share/man/man4 bpf.4 src/share/man/man9 Makefile bpf.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: Thu, 20 May 2004 10:07:06 -0000 On Wed, May 19, 2004 at 01:39:22PM -0700, David Malone wrote: > Log: > Add a man page for the kernel part of bpf. I made some edits to the > man page after Orla, so the mistakes are probably mine. Leave a > note on the door welcoming the mdoc police. Many thanks for this! BMS From owner-cvs-src@FreeBSD.ORG Thu May 20 03:09: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 B8F4116A4CE; Thu, 20 May 2004 03:09:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B361943D4C; Thu, 20 May 2004 03:09:56 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KA9ugA058842; Thu, 20 May 2004 03:09:56 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KA9uQ1058841; Thu, 20 May 2004 03:09:56 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201009.i4KA9uQ1058841@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:09:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom Makefile Makefile.inc src/sbin/geom/class Makefile Makefile.inc src/sbin/geom/core Makefile geom.c geom.h src/sbin/geom/misc subr.c subr.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, 20 May 2004 10:09:56 -0000 pjd 2004/05/20 03:09:56 PDT FreeBSD src repository Added files: sbin/geom Makefile Makefile.inc sbin/geom/class Makefile Makefile.inc sbin/geom/core Makefile geom.c geom.h sbin/geom/misc subr.c subr.h Log: Bring in geom(8) utility. It is an universal utility for operating on GEOM classes. It works by loading a shared library via dlopen(3) mechanism with class-specific code, it is also responsible for communicating with GEOM via libgeom(3). Per-class shared libraries are going to be stored in /lib/geom/ directory. It provides also few standard commands like 'list', 'load' and 'unload' for existing classes which aren't aware of geom(8). More info will be send on freebsd-current@ mailing list. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.1 +5 -0 src/sbin/geom/Makefile (new) 1.1 +5 -0 src/sbin/geom/Makefile.inc (new) 1.1 +7 -0 src/sbin/geom/class/Makefile (new) 1.1 +12 -0 src/sbin/geom/class/Makefile.inc (new) 1.1 +15 -0 src/sbin/geom/core/Makefile (new) 1.1 +755 -0 src/sbin/geom/core/geom.c (new) 1.1 +62 -0 src/sbin/geom/core/geom.h (new) 1.1 +247 -0 src/sbin/geom/misc/subr.c (new) 1.1 +38 -0 src/sbin/geom/misc/subr.h (new) From owner-cvs-src@FreeBSD.ORG Thu May 20 03:16: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 619E316A4CF; Thu, 20 May 2004 03:16:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456C943D41; Thu, 20 May 2004 03:16:12 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAFrZw060850; Thu, 20 May 2004 03:15:53 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAFr55060849; Thu, 20 May 2004 03:15:53 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201015.i4KAFr55060849@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:15:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/nop g_nop.c g_nop.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, 20 May 2004 10:16:12 -0000 pjd 2004/05/20 03:15:53 PDT FreeBSD src repository Added files: sys/geom/nop g_nop.c g_nop.h Log: Introduce NOP GEOM class. This is totally transparent GEOM class, but it is very useful for tests. One is able to destroy its provider forcibly if wants to test how other class handle such events. One is also able to specify failure probability to check how other classes handle I/O errors. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.1 +420 -0 src/sys/geom/nop/g_nop.c (new) 1.1 +58 -0 src/sys/geom/nop/g_nop.h (new) From owner-cvs-src@FreeBSD.ORG Thu May 20 03: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 A36BF16A4D2; Thu, 20 May 2004 03:16:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E6343D1F; Thu, 20 May 2004 03:16:30 -0700 (PDT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAGKBh060894; Thu, 20 May 2004 03:16:20 -0700 (PDT) (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAGJso060893; Thu, 20 May 2004 03:16:19 -0700 (PDT) (envelope-from den) Message-Id: <200405201016.i4KAGJso060893@repoman.freebsd.org> From: Denis Peplin Date: Thu, 20 May 2004 03:16:19 -0700 (PDT) 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/hardware/common artheader.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: Thu, 20 May 2004 10:16:31 -0000 den 2004/05/20 03:16:19 PDT FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common artheader.sgml Log: Update copyright years. Revision Changes Path 1.5 +1 -0 src/release/doc/en_US.ISO8859-1/hardware/common/artheader.sgml From owner-cvs-src@FreeBSD.ORG Thu May 20 03:20: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 8003016A4CE; Thu, 20 May 2004 03:20:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E3543D2F; Thu, 20 May 2004 03:20:58 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAKnOH061088; Thu, 20 May 2004 03:20:49 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAKnEO061087; Thu, 20 May 2004 03:20:49 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201020.i4KAKnEO061087@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:20:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/stripe g_stripe.c g_stripe.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, 20 May 2004 10:20:58 -0000 pjd 2004/05/20 03:20:49 PDT FreeBSD src repository Added files: sys/geom/stripe g_stripe.c g_stripe.h Log: Introduce STRIPE GEOM class. It implements RAID0 transformation and it is intend to be fast. Just like CONCAT class it provides manual and auto configuration methods. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.1 +900 -0 src/sys/geom/stripe/g_stripe.c (new) 1.1 +116 -0 src/sys/geom/stripe/g_stripe.h (new) From owner-cvs-src@FreeBSD.ORG Thu May 20 03:24: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 8229116A4CE; Thu, 20 May 2004 03:24:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C7CD43D2F; Thu, 20 May 2004 03:24:36 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAONkC062924; Thu, 20 May 2004 03:24:23 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAONe6062923; Thu, 20 May 2004 03:24:23 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201024.i4KAONe6062923@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:24:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/concat Makefile geom_concat.c src/sbin/geom/class/nop Makefile geom_nop.c src/sbin/geom/class/stripe Makefile geom_stripe.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, 20 May 2004 10:24:36 -0000 pjd 2004/05/20 03:24:23 PDT FreeBSD src repository Added files: sbin/geom/class/concat Makefile geom_concat.c sbin/geom/class/nop Makefile geom_nop.c sbin/geom/class/stripe Makefile geom_stripe.c Log: Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOP GEOM classes. CONCAT should be 100% compatible with existing gconcat(8) utility, which is going to be removed. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.1 +9 -0 src/sbin/geom/class/concat/Makefile (new) 1.1 +198 -0 src/sbin/geom/class/concat/geom_concat.c (new) 1.1 +9 -0 src/sbin/geom/class/nop/Makefile (new) 1.1 +73 -0 src/sbin/geom/class/nop/geom_nop.c (new) 1.1 +9 -0 src/sbin/geom/class/stripe/Makefile (new) 1.1 +217 -0 src/sbin/geom/class/stripe/geom_stripe.c (new) From owner-cvs-src@FreeBSD.ORG Thu May 20 03:27: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 ABC5716A4CE; Thu, 20 May 2004 03:27:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F47843D1D; Thu, 20 May 2004 03:27:23 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KARLt7063155; Thu, 20 May 2004 03:27:21 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KARK7e063154; Thu, 20 May 2004 03:27:21 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201027.i4KARK7e063154@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:27:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/geom/geom_nop Makefile src/sys/modules/geom/geom_stripe 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, 20 May 2004 10:27:23 -0000 pjd 2004/05/20 03:27:20 PDT FreeBSD src repository Added files: sys/modules/geom/geom_nop Makefile sys/modules/geom/geom_stripe Makefile Log: Modules Makefiles for geom_stripe and geom_nop. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.1 +8 -0 src/sys/modules/geom/geom_nop/Makefile (new) 1.1 +8 -0 src/sys/modules/geom/geom_stripe/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu May 20 03:29: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 0835D16A4CE; Thu, 20 May 2004 03:29:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F4043D46; Thu, 20 May 2004 03:29:27 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KATQJN063293; Thu, 20 May 2004 03:29:26 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KATQMC063292; Thu, 20 May 2004 03:29:26 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201029.i4KATQMC063292@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:29:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include Makefile src/etc/mtree BSD.include.dist BSD.root.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 10:29:28 -0000 pjd 2004/05/20 03:29:26 PDT FreeBSD src repository Modified files: include Makefile etc/mtree BSD.include.dist BSD.root.dist Log: - Install includes used by STRIPE and NOP GEOM classes. - Create needed directories. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.82 +4 -0 src/etc/mtree/BSD.include.dist 1.66 +2 -0 src/etc/mtree/BSD.root.dist 1.213 +1 -1 src/include/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 20 03:37: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 B563316A4CE; Thu, 20 May 2004 03:37:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EC743D4C; Thu, 20 May 2004 03:37:13 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAbD5g065363; Thu, 20 May 2004 03:37:13 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAbD5r065362; Thu, 20 May 2004 03:37:13 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201037.i4KAbD5r065362@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:37:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin Makefile src/sys/conf NOTES files options src/sys/modules/geom 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, 20 May 2004 10:37:13 -0000 pjd 2004/05/20 03:37:13 PDT FreeBSD src repository Modified files: sbin Makefile sys/conf NOTES files options sys/modules/geom Makefile Log: - Connect geom(8) and its libraries to the build. - Connect geom_stripe and geom_nop modules to the build. - Connect STRIPE and NOP classes to the LINT build. - Disconnect gconcat(8) from the build. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.140 +1 -1 src/sbin/Makefile 1.1226 +2 -0 src/sys/conf/NOTES 1.894 +2 -0 src/sys/conf/files 1.451 +2 -0 src/sys/conf/options 1.7 +2 -0 src/sys/modules/geom/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 20 03:40: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 AC4EC16A4CE; Thu, 20 May 2004 03:40:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE0B43D2F; Thu, 20 May 2004 03:40:20 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAeIh9065542; Thu, 20 May 2004 03:40:18 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAeI8l065541; Thu, 20 May 2004 03:40:18 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201040.i4KAeI8l065541@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 03:40:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/concat g_concat.c g_concat.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, 20 May 2004 10:40:20 -0000 pjd 2004/05/20 03:40:18 PDT FreeBSD src repository Modified files: sys/geom/concat g_concat.c g_concat.h Log: - Teach CONCAT class how to talk with geom(8). - Remove provider if any disk was lost. - Dump CONCAT version. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.9 +147 -96 src/sys/geom/concat/g_concat.c 1.7 +10 -6 src/sys/geom/concat/g_concat.h From owner-cvs-src@FreeBSD.ORG Thu May 20 03:57: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 DE5D816A4CE; Thu, 20 May 2004 03:57:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16FD43D2D; Thu, 20 May 2004 03:57:39 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KAvXFj069549; Thu, 20 May 2004 03:57:33 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KAvXHX069548; Thu, 20 May 2004 03:57:33 -0700 (PDT) (envelope-from yar) Message-Id: <200405201057.i4KAvXHX069548@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 20 May 2004 03:57:33 -0700 (PDT) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 10:57:40 -0000 yar 2004/05/20 03:57:33 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Set the VLAN bits in if_capenable as well as in if_capabilities because VLAN hardware features are enabled in em(4) by default. Note: Currently vlan(4) has a bug that it consults if_capabilities, not if_capenable. This will be fixed after all the network drivers set VLAN bits in if_capenable properly. Revision Changes Path 1.40 +1 -0 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Thu May 20 04:03: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 6F98416A4CE; Thu, 20 May 2004 04:03:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5471843D1D; Thu, 20 May 2004 04:03:22 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KB2xeC071500; Thu, 20 May 2004 04:02:59 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KB2wL9071499; Thu, 20 May 2004 04:02:58 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201102.i4KB2wL9071499@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 04:02:58 -0700 (PDT) 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 hier.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: Thu, 20 May 2004 11:03:22 -0000 pjd 2004/05/20 04:02:58 PDT FreeBSD src repository Modified files: share/man/man7 hier.7 Log: Inform hier(7) manual page about /lib/geom/ directory. Reminded by: ru Revision Changes Path 1.98 +7 -0 src/share/man/man7/hier.7 From owner-cvs-src@FreeBSD.ORG Thu May 20 04:04: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 0596C16A4CE; Thu, 20 May 2004 04:04:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE0F343D45; Thu, 20 May 2004 04:04:09 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KB49xY072493; Thu, 20 May 2004 04:04:09 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KB49Ke072492; Thu, 20 May 2004 04:04:09 -0700 (PDT) (envelope-from yar) Message-Id: <200405201104.i4KB49Ke072492@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 20 May 2004 04:04:09 -0700 (PDT) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 11:04:10 -0000 yar 2004/05/20 04:04:09 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Stylistic changes around the previous commit: - since the number of supported capabilities is growing, set bits in if_cap* in a consistent way; - unexpand(1) leading SPACE characters. Revision Changes Path 1.41 +5 -3 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Thu May 20 04:55: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 707EF16A4CE; Thu, 20 May 2004 04:55:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532CD43D1D; Thu, 20 May 2004 04:55:05 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KBt5Os088783; Thu, 20 May 2004 04:55:05 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KBt5uj088782; Thu, 20 May 2004 04:55:05 -0700 (PDT) (envelope-from mtm) Message-Id: <200405201155.i4KBt5uj088782@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 20 May 2004 04:55:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mutex.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, 20 May 2004 11:55:05 -0000 mtm 2004/05/20 04:55:04 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c Log: q§ Revision Changes Path 1.26 +5 -7 src/lib/libthr/thread/thr_mutex.c From owner-cvs-src@FreeBSD.ORG Thu May 20 05:04: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 2433716A4CE; Thu, 20 May 2004 05:04:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E6443D31; Thu, 20 May 2004 05:04:50 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KC4HvS091756; Thu, 20 May 2004 05:04:17 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KC4Hds091755; Thu, 20 May 2004 05:04:17 -0700 (PDT) (envelope-from mtm) Message-Id: <200405201204.i4KC4Hds091755@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 20 May 2004 05:04:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mutex.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, 20 May 2004 12:04:50 -0000 mtm 2004/05/20 05:04:17 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c Log: Forced commit for rev. 1.26 Bugfix: recursive mutex reference counting. Noticed by:Michael Bretterklieber Partl Submitted by: deischen Revision Changes Path 1.27 +0 -0 src/lib/libthr/thread/thr_mutex.c From owner-cvs-src@FreeBSD.ORG Thu May 20 05:06: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 6855616A4CE; Thu, 20 May 2004 05:06:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4B543D1F; Thu, 20 May 2004 05:06:35 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KC6HAF091951; Thu, 20 May 2004 05:06:17 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KC6Hwr091950; Thu, 20 May 2004 05:06:17 -0700 (PDT) (envelope-from mtm) Message-Id: <200405201206.i4KC6Hwr091950@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 20 May 2004 05:06:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_barrier.c thr_cancel.c thr_cond.c thr_create.c thr_detach.c thr_exit.c thr_init.c thr_join.c thr_mutex.c thr_private.h thr_resume_np.c thr_setschedparam.c thr_sig.c thr_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: Thu, 20 May 2004 12:06:35 -0000 mtm 2004/05/20 05:06:17 PDT FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc thr_barrier.c thr_cancel.c thr_cond.c thr_create.c thr_detach.c thr_exit.c thr_init.c thr_join.c thr_mutex.c thr_private.h thr_resume_np.c thr_setschedparam.c thr_sig.c thr_syscalls.c Log: Make libthr async-signal-safe without costly signal masking. The guidlines I followed are: Only 3 functions (pthread_cancel, pthread_setcancelstate, pthread_setcanceltype) are required to be async-signal-safe by POSIX. None of the rest of the pthread api is required to be async-signal-safe. This means that only the three mentioned functions are safe to use from inside signal handlers. However, there are certain system/libc calls that are cancellation points that a caller may call from within a signal handler, and since they are cancellation points calls have to be made into libthr to test for cancellation and exit the thread if necessary. So, the cancellation test and thread exit code paths must be async-signal-safe as well. A summary of the changes follows: o Almost all of the code paths that masked signals, as well as locking the pthread structure now lock only the pthread structure. o Signals are masked (and left that way) as soon as a thread enters pthread_exit(). o The active and dead threads locks now explicitly require that signals are masked. o Access to the isdead field of the pthread structure is protected by both the active and dead list locks for writing. Either one is sufficient for reading. o The thread state and type fields have been combined into one three-state switch to make it easier to read without requiring a lock. It doesn't need a lock for writing (and therefore for reading either) because only the current thread can write to it and it is an integer value. o The thread state field of the pthread structure has been eliminated. It was an unnecessary field that mostly duplicated the flags field, but required additional locking that would make a lot more code paths require signal masking. Any truly unique values (such as PS_DEAD) have been reborn as separate members of the pthread structure. o Since the mutex and condvar pthread functions are not async-signal-safe there is no need to muck about with the wait queues when handling a signal ... o ... which also removes the need for wrapping signal handlers and sigaction(2). o The condvar and mutex async-cancellation code had to be revised as a result of some of these changes, which resulted in semi-unrelated changes which would have been difficult to work on as a separate commit, so they are included as well. The only part of the changes I am worried about is related to locking for the pthread joining fields. But, I will take a closer look at them once this mega-patch is committed. Revision Changes Path 1.7 +0 -1 src/lib/libthr/thread/Makefile.inc 1.2 +10 -10 src/lib/libthr/thread/thr_barrier.c 1.10 +64 -156 src/lib/libthr/thread/thr_cancel.c 1.14 +89 -146 src/lib/libthr/thread/thr_cond.c 1.15 +0 -1 src/lib/libthr/thread/thr_create.c 1.8 +12 -9 src/lib/libthr/thread/thr_detach.c 1.13 +12 -29 src/lib/libthr/thread/thr_exit.c 1.15 +3 -18 src/lib/libthr/thread/thr_init.c 1.14 +44 -30 src/lib/libthr/thread/thr_join.c 1.28 +33 -42 src/lib/libthr/thread/thr_mutex.c 1.36 +41 -37 src/lib/libthr/thread/thr_private.h 1.7 +7 -6 src/lib/libthr/thread/thr_resume_np.c 1.7 +4 -4 src/lib/libthr/thread/thr_setschedparam.c 1.12 +0 -77 src/lib/libthr/thread/thr_sig.c 1.6 +0 -55 src/lib/libthr/thread/thr_syscalls.c From owner-cvs-src@FreeBSD.ORG Thu May 20 05:44: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 38B2216A4CE; Thu, 20 May 2004 05:44:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1B443D2D; Thu, 20 May 2004 05:44:27 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KCiNdd099889; Thu, 20 May 2004 05:44:23 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KCiNXs099888; Thu, 20 May 2004 05:44:23 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201244.i4KCiNXs099888@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 05:44:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 12:44:27 -0000 pjd 2004/05/20 05:44:23 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: Add myself as maintainer for geom_nop, geom_stripe and geom(8). Revision Changes Path 1.91 +3 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Thu May 20 06:04: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 5489116A4CE; Thu, 20 May 2004 06:04:58 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D22443D5A; Thu, 20 May 2004 06:04:57 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i4KDARhj008005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 May 2004 16:10:28 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i4KD4eUi002055; Thu, 20 May 2004 16:04:40 +0300 (EEST) (envelope-from ru) Date: Thu, 20 May 2004 16:04:39 +0300 From: Ruslan Ermilov To: Yar Tikhiy Message-ID: <20040520130439.GH1664@ip.net.ua> References: <200405201057.i4KAvXHX069548@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qxfKREH7IwbezJ+T" Content-Disposition: inline In-Reply-To: <200405201057.i4KAvXHX069548@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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 Subject: Re: cvs commit: src/sys/dev/em if_em.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, 20 May 2004 13:04:58 -0000 --qxfKREH7IwbezJ+T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 20, 2004 at 03:57:33AM -0700, Yar Tikhiy wrote: > yar 2004/05/20 03:57:33 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/em if_em.c=20 > Log: > Set the VLAN bits in if_capenable as well as in if_capabilities > because VLAN hardware features are enabled in em(4) by default. > =20 > Note: Currently vlan(4) has a bug that it consults > if_capabilities, not if_capenable. This will be fixed > after all the network drivers set VLAN bits in > if_capenable properly. > =20 > Revision Changes Path > 1.40 +1 -0 src/sys/dev/em/if_em.c >=20 Yes, I also noticed this glitch. It would be really nice if this gets fixed at some point. Are you going to do this? ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --qxfKREH7IwbezJ+T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFArKznUkv4P6juNwoRAtVJAJ9IbYOJYbixnCTCsla18/FJwv2LkgCgiexs mareGkPb0ls2I/QjhioLX9w= =PfV5 -----END PGP SIGNATURE----- --qxfKREH7IwbezJ+T-- From owner-cvs-src@FreeBSD.ORG Thu May 20 06:11: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 9880A16A4CE; Thu, 20 May 2004 06:11:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A41643D2D; Thu, 20 May 2004 06:11:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDBYkD006001; Thu, 20 May 2004 06:11:34 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDBYjl005997; Thu, 20 May 2004 06:11:34 -0700 (PDT) (envelope-from des) Message-Id: <200405201311.i4KDBYjl005997@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:11:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CYCLIC Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:11:34 -0000 des 2004/05/20 06:11:33 PDT FreeBSD src repository Modified files: (Branch: CYCLIC) contrib/cvs/src server.c Log: The previous commit broke compatibility with certain buggy third-party CVS clients. This commit fixes that and brings this file up-to-date with CVS 1.1.16. Obtained from: ccvs.cvshome.org Revision Changes Path 1.1.1.17 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:12: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 7A32C16A4CE; Thu, 20 May 2004 06:12:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C83D43D54; Thu, 20 May 2004 06:12:47 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDClnm006765; Thu, 20 May 2004 06:12:47 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDCk7v006758; Thu, 20 May 2004 06:12:46 -0700 (PDT) (envelope-from des) Message-Id: <200405201312.i4KDCk7v006758@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:12:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:12:47 -0000 des 2004/05/20 06:12:46 PDT FreeBSD src repository Modified files: contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Revision Changes Path 1.23 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:17: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 84E7C16A4CE; Thu, 20 May 2004 06:17:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6874443D41; Thu, 20 May 2004 06:17:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDHG3u007221; Thu, 20 May 2004 06:17:16 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDHGIu007219; Thu, 20 May 2004 06:17:16 -0700 (PDT) (envelope-from des) Message-Id: <200405201317.i4KDHGIu007219@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:17:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:17:26 -0000 des 2004/05/20 06:17:16 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Revision Changes Path 1.13.2.7 +41 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:17: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 8A36716A4CE; Thu, 20 May 2004 06:17:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE1243D1F; Thu, 20 May 2004 06:17:54 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDHhko007264; Thu, 20 May 2004 06:17:43 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDHgmM007263; Thu, 20 May 2004 06:17:42 -0700 (PDT) (envelope-from des) Message-Id: <200405201317.i4KDHgmM007263@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:17:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:17:54 -0000 des 2004/05/20 06:17:42 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: re Revision Changes Path 1.13.2.5.6.2 +41 -3 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06: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 38BC916A4CE; Thu, 20 May 2004 06:18:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD6443D2F; Thu, 20 May 2004 06:18:21 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDI7Lq007353; Thu, 20 May 2004 06:18:07 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDI7jb007352; Thu, 20 May 2004 06:18:07 -0700 (PDT) (envelope-from des) Message-Id: <200405201318.i4KDI7jb007352@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:18:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_7 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:18:22 -0000 des 2004/05/20 06:18:07 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_7) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: so Revision Changes Path 1.13.2.2.6.3 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:18: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 BE03D16A4CF; Thu, 20 May 2004 06:18:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F9C143D1D; Thu, 20 May 2004 06:18:24 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDI8j1007372; Thu, 20 May 2004 06:18:08 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDI7YF007371; Thu, 20 May 2004 06:18:07 -0700 (PDT) (envelope-from des) Message-Id: <200405201318.i4KDI7YF007371@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:18:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:18:24 -0000 des 2004/05/20 06:18:07 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: so Revision Changes Path 1.13.2.5.2.2 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:18: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 E447616A4D0; Thu, 20 May 2004 06:18:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF05043D39; Thu, 20 May 2004 06:18:24 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDI8qF007391; Thu, 20 May 2004 06:18:08 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDI8X8007390; Thu, 20 May 2004 06:18:08 -0700 (PDT) (envelope-from des) Message-Id: <200405201318.i4KDI8X8007390@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:18:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:18:25 -0000 des 2004/05/20 06:18:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: so Revision Changes Path 1.13.2.5.4.2 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:18: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 18FCD16A4D1; Thu, 20 May 2004 06:18:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D271743D1D; Thu, 20 May 2004 06:18:24 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDI9H0007410; Thu, 20 May 2004 06:18:09 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDI9rq007409; Thu, 20 May 2004 06:18:09 -0700 (PDT) (envelope-from des) Message-Id: <200405201318.i4KDI9rq007409@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:18:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:18:25 -0000 des 2004/05/20 06:18:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: so Revision Changes Path 1.17.2.3 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:18: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 1D8A316A4D2; Thu, 20 May 2004 06:18:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD6C43D39; Thu, 20 May 2004 06:18:24 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDIAoG007431; Thu, 20 May 2004 06:18:10 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDIAli007430; Thu, 20 May 2004 06:18:10 -0700 (PDT) (envelope-from des) Message-Id: <200405201318.i4KDIAli007430@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:18:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_1 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:18:25 -0000 des 2004/05/20 06:18:10 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_1) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: so Revision Changes Path 1.19.2.2 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:18: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 47D9B16A4D3; Thu, 20 May 2004 06:18:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2D043D55; Thu, 20 May 2004 06:18:25 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDIBJI007450; Thu, 20 May 2004 06:18:11 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDIAX5007449; Thu, 20 May 2004 06:18:10 -0700 (PDT) (envelope-from des) Message-Id: <200405201318.i4KDIAX5007449@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 06:18:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 13:18:25 -0000 des 2004/05/20 06:18:10 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) contrib/cvs/src server.c Log: Merge updated patch from vendor branch (1.1.1.17) Approved by: so Revision Changes Path 1.19.4.3 +40 -2 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Thu May 20 06:36: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 2686016A4CE; Thu, 20 May 2004 06:36:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F3843D3F; Thu, 20 May 2004 06:36:42 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDab8Y011442; Thu, 20 May 2004 06:36:37 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDabkq011441; Thu, 20 May 2004 06:36:37 -0700 (PDT) (envelope-from rik) Message-Id: <200405201336.i4KDabkq011441@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 20 May 2004 06:36:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 13:36:42 -0000 rik 2004/05/20 06:36:37 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC: 1.1159 Spell Cronyx Tau and Sigma families correctly. Revision Changes Path 1.749.2.166 +2 -2 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Thu May 20 06:36: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 12F3616A4CF; Thu, 20 May 2004 06:36:50 -0700 (PDT) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9F443D4C; Thu, 20 May 2004 06:36:46 -0700 (PDT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.12.9p2/8.12.9) with ESMTP id i4KDac3F096349; Thu, 20 May 2004 17:36:38 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.12.9p2/8.12.9/Submit) id i4KDac2h096348; Thu, 20 May 2004 17:36:38 +0400 (MSD) (envelope-from yar) Date: Thu, 20 May 2004 17:36:37 +0400 From: Yar Tikhiy To: Ruslan Ermilov Message-ID: <20040520133637.GB95319@comp.chem.msu.su> References: <200405201057.i4KAvXHX069548@repoman.freebsd.org> <20040520130439.GH1664@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040520130439.GH1664@ip.net.ua> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.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, 20 May 2004 13:36:50 -0000 On Thu, May 20, 2004 at 04:04:39PM +0300, Ruslan Ermilov wrote: > On Thu, May 20, 2004 at 03:57:33AM -0700, Yar Tikhiy wrote: > > yar 2004/05/20 03:57:33 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/em if_em.c > > Log: > > Set the VLAN bits in if_capenable as well as in if_capabilities > > because VLAN hardware features are enabled in em(4) by default. > > > > Note: Currently vlan(4) has a bug that it consults > > if_capabilities, not if_capenable. This will be fixed > > after all the network drivers set VLAN bits in > > if_capenable properly. > > > > Revision Changes Path > > 1.40 +1 -0 src/sys/dev/em/if_em.c > > > Yes, I also noticed this glitch. It would be really nice if > this gets fixed at some point. Are you going to do this? ;) Certainly. But prior to fixing vlan(4) itself I must make sure all the relevant network drivers behave properly, which may take a while since some of them have a maintainer ;-) -- Yar From owner-cvs-src@FreeBSD.ORG Thu May 20 06:38: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 4182216A4CE; Thu, 20 May 2004 06:38:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2466E43D31; Thu, 20 May 2004 06:38:49 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KDcn2R011508; Thu, 20 May 2004 06:38:49 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KDcm9w011507; Thu, 20 May 2004 06:38:48 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201338.i4KDcm9w011507@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 06:38:48 -0700 (PDT) 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 hier.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: Thu, 20 May 2004 13:38:49 -0000 pjd 2004/05/20 06:38:48 PDT FreeBSD src repository Modified files: share/man/man7 hier.7 Log: - Add missing 'the'. - Document /usr/include/geom/ directory and its subdirectories. Requested by: ru Revision Changes Path 1.99 +14 -1 src/share/man/man7/hier.7 From owner-cvs-src@FreeBSD.ORG Thu May 20 07: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 D533116A4CE; Thu, 20 May 2004 07:16:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B7343D45; Thu, 20 May 2004 07:16:09 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KEG5sn020639; Thu, 20 May 2004 07:16:05 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KEG5R3020638; Thu, 20 May 2004 07:16:05 -0700 (PDT) (envelope-from mtm) Message-Id: <200405201416.i4KEG5R3020638@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 20 May 2004 07:16:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d dhclient netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 14:16:10 -0000 mtm 2004/05/20 07:16:05 PDT FreeBSD src repository Modified files: etc/rc.d dhclient netif Log: The err routine requires two arguments: an exit value and a string. Additionaly, it will exit the script so an return statements after calling it are superflous. Revision Changes Path 1.16 +1 -2 src/etc/rc.d/dhclient 1.8 +2 -2 src/etc/rc.d/netif From owner-cvs-src@FreeBSD.ORG Thu May 20 07:49: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 CA06516A4CE; Thu, 20 May 2004 07:49:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB14843D2D; Thu, 20 May 2004 07:49:24 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KEnCGq026758; Thu, 20 May 2004 07:49:12 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KEnClY026757; Thu, 20 May 2004 07:49:12 -0700 (PDT) (envelope-from des) Message-Id: <200405201449.i4KEnClY026757@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 07:49:12 -0700 (PDT) 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 ata-all.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, 20 May 2004 14:49:25 -0000 des 2004/05/20 07:49:12 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Whitespace cleanup. Revision Changes Path 1.210 +29 -29 src/sys/dev/ata/ata-all.c From owner-cvs-src@FreeBSD.ORG Thu May 20 07:59: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 3E04316A4CF; Thu, 20 May 2004 07:59:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F44643D3F; Thu, 20 May 2004 07:59:43 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KExgx5029018; Thu, 20 May 2004 07:59:42 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KExgKL029017; Thu, 20 May 2004 07:59:42 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201459.i4KExgKL029017@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 07:59:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom Makefile.inc src/sbin/geom/core Makefile src/sbin/geom/class Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 14:59:43 -0000 pjd 2004/05/20 07:59:41 PDT FreeBSD src repository Modified files: sbin/geom Makefile.inc sbin/geom/core Makefile sbin/geom/class Makefile.inc Log: Fix supposed compilation problem, using LIBDIR here can confuse core/ compilation. Revision Changes Path 1.2 +1 -1 src/sbin/geom/Makefile.inc 1.2 +1 -0 src/sbin/geom/class/Makefile.inc 1.2 +1 -1 src/sbin/geom/core/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 20 08:01: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 7606716A4CE; Thu, 20 May 2004 08:01:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56E3443D1D; Thu, 20 May 2004 08:01:35 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KF1RkI029182; Thu, 20 May 2004 08:01:27 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KF1QEb029181; Thu, 20 May 2004 08:01:26 -0700 (PDT) (envelope-from des) Message-Id: <200405201501.i4KF1QEb029181@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 08:01:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atacontrol atacontrol.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, 20 May 2004 15:01:35 -0000 des 2004/05/20 08:01:26 PDT FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Whitespace cleanup. Revision Changes Path 1.31 +22 -22 src/sbin/atacontrol/atacontrol.c From owner-cvs-src@FreeBSD.ORG Thu May 20 08:09: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 1631C16A4CE; Thu, 20 May 2004 08:09:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDA543D1F; Thu, 20 May 2004 08:09:41 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KF9fep032186; Thu, 20 May 2004 08:09:41 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KF9fA3032185; Thu, 20 May 2004 08:09:41 -0700 (PDT) (envelope-from des) Message-Id: <200405201509.i4KF9fA3032185@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 May 2004 08:09:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys ata.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, 20 May 2004 15:09:42 -0000 des 2004/05/20 08:09:41 PDT FreeBSD src repository Modified files: sys/sys ata.h Log: Whitespace cleanup Revision Changes Path 1.23 +16 -16 src/sys/sys/ata.h From owner-cvs-src@FreeBSD.ORG Thu May 20 08:25: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 ACD7916A4D5; Thu, 20 May 2004 08:25:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED9743D41; Thu, 20 May 2004 08:25:12 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KFPCSc036098; Thu, 20 May 2004 08:25:12 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KFPCLr036097; Thu, 20 May 2004 08:25:12 -0700 (PDT) (envelope-from wilko) Message-Id: <200405201525.i4KFPCLr036097@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 20 May 2004 08:25:12 -0700 (PDT) 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: Thu, 20 May 2004 15:25:12 -0000 wilko 2004/05/20 08:25:12 PDT FreeBSD src repository Modified files: . access Log: eik@ has been granted an upgrade to a src commit bit by core. Mentors: joerg, ru With hat: core-secretary Approved by: core Revision Changes Path 1.665 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu May 20 08:26: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 E39DB16A4CE; Thu, 20 May 2004 08:26:53 -0700 (PDT) Received: from smtp-out3.xs4all.nl (smtp-out3.xs4all.nl [194.109.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE2543D45; Thu, 20 May 2004 08:26:53 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out3.xs4all.nl (8.12.10/8.12.10) with ESMTP id i4KFQqvw061755; Thu, 20 May 2004 17:26:52 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i4KFQVF4059048; Thu, 20 May 2004 17:26:31 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i4KFQVxx059047; Thu, 20 May 2004 17:26:31 +0200 (CEST) (envelope-from wkb) Date: Thu, 20 May 2004 17:26:31 +0200 From: Wilko Bulte To: Mike Makonnen Message-ID: <20040520152631.GA59016@freebie.xs4all.nl> References: <200405201155.i4KBt5uj088782@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200405201155.i4KBt5uj088782@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libthr/thread thr_mutex.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, 20 May 2004 15:26:54 -0000 On Thu, May 20, 2004 at 04:55:04AM -0700, Mike Makonnen wrote: > mtm 2004/05/20 04:55:04 PDT >=20 > FreeBSD src repository >=20 > Modified files: > lib/libthr/thread thr_mutex.c=20 > Log: > q=A7=16 ^-- hm? --=20 Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu May 20 08:27: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 2783C16A4CE; Thu, 20 May 2004 08:27:22 -0700 (PDT) Received: from avgw.bjut.edu.cn (avgw.bjut.edu.cn [202.112.78.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 9860443D48; Thu, 20 May 2004 08:27:20 -0700 (PDT) (envelope-from delphij@frontfree.net) Received: from beastie.frontfree.net ([218.107.145.7]) by avgw.bjut.edu.cn (SAVSMTP 3.1.5.43) with SMTP id M2004052023261102684 ; Thu, 20 May 2004 23:26:14 +0800 Received: from localhost (localhost [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 0DA16117EA; Thu, 20 May 2004 23:26:19 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00912-02; Thu, 20 May 2004 23:26:18 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id CD7EC11778; Thu, 20 May 2004 23:26:17 +0800 (CST) Date: Thu, 20 May 2004 23:26:17 +0800 From: Xin LI To: Dag-Erling Smorgrav Message-ID: <20040520152617.GA489@frontfree.net> References: <200405201311.i4KDBYjl005997@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <200405201311.i4KDBYjl005997@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #33: Mon Apr 26 15:10:21 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.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, 20 May 2004 15:27:22 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 20, 2004 at 06:11:33AM -0700, Dag-Erling Smorgrav wrote: > des 2004/05/20 06:11:33 PDT >=20 > FreeBSD src repository >=20 > Modified files: (Branch: CYCLIC) > contrib/cvs/src server.c=20 > Log: > The previous commit broke compatibility with certain buggy third-party > CVS clients. This commit fixes that and brings this file up-to-date > with CVS 1.1.16. > =20 > Obtained from: ccvs.cvshome.org > =20 > Revision Changes Path > 1.1.1.17 +40 -2 src/contrib/cvs/src/server.c Thanks! --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFArM4ZOfuToMruuMARAvwrAJ9eDrqCiE8pwM/xSAOjkxlhxiTrYwCeLwXv Opui/Cs2Es+uihTq7jc9a+M= =3nmY -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-cvs-src@FreeBSD.ORG Thu May 20 08:53: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 12CC116A4CE; Thu, 20 May 2004 08:53:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99B543D39; Thu, 20 May 2004 08:53:49 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KFrne9048080; Thu, 20 May 2004 08:53:49 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KFrnDA048079; Thu, 20 May 2004 08:53:49 -0700 (PDT) (envelope-from mtm) Message-Id: <200405201553.i4KFrnDA048079@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 20 May 2004 08:53:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 15:53:50 -0000 mtm 2004/05/20 08:53:49 PDT FreeBSD src repository Modified files: etc/rc.d netif Log: Really remove the return statement this time. Thanks to ru for noticing. Revision Changes Path 1.9 +0 -1 src/etc/rc.d/netif From owner-cvs-src@FreeBSD.ORG Thu May 20 09:12: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 678E816A4CE; Thu, 20 May 2004 09:12:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE6443D53; Thu, 20 May 2004 09:12:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KGCK1J053020; Thu, 20 May 2004 09:12:20 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KGCKsE053019; Thu, 20 May 2004 09:12:20 -0700 (PDT) (envelope-from bde) Message-Id: <200405201612.i4KGCKsE053019@repoman.freebsd.org> From: Bruce Evans Date: Thu, 20 May 2004 09:12:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_prof.c src/sys/i386/include profile.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, 20 May 2004 16:12:20 -0000 bde 2004/05/20 09:12:20 PDT FreeBSD src repository Modified files: sys/kern subr_prof.c sys/i386/include profile.h Log: Moved i386 asms to an i386 header. The asms are for calibration of high resolution kernel profiling (options GUPROF. "U" in GUPROF stands for microseconds resolution, but the resolution is now smaller than 1 nanosecond on multi-GHz machines and the accuracy is heading towards 1 nanosecond too). Arches that support GUPROF must now provide certain macros for the calibration. GUPROF is now only supported for i386's, so the absence of the new macros for other arches doesn't break anything that wasn't already broken. amd64's have uncommitted support for GUPROF, and sparc64's have support that seems to be complete except here (there was an #error for non-i386 cases; now there are undefined macros). Changed the asms a little: - declare them as __volatile. They must not be moved, and exporting a label across asms is technically incorrect, so try harder to stop gcc moving them. - don't put the non-clobbered register "bx" in the clobber list. The clobber lists are still more conservative than necessary. - drop the non-support for gcc-1. It just gave a better error message, and this is not useful since compiling with gcc-1 would cause thousands of worse error messages. - drop the support for aout. Revision Changes Path 1.37 +19 -0 src/sys/i386/include/profile.h 1.69 +3 -19 src/sys/kern/subr_prof.c From owner-cvs-src@FreeBSD.ORG Thu May 20 09:22: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 D8BA816A4D2; Thu, 20 May 2004 09:22:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE8843D39; Thu, 20 May 2004 09:22:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KGMvZf055242; Thu, 20 May 2004 09:22:57 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KGMvOL055241; Thu, 20 May 2004 09:22:57 -0700 (PDT) (envelope-from bde) Message-Id: <200405201622.i4KGMvOL055241@repoman.freebsd.org> From: Bruce Evans Date: Thu, 20 May 2004 09:22:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include profile.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, 20 May 2004 16:22:58 -0000 bde 2004/05/20 09:22:57 PDT FreeBSD src repository Modified files: sys/amd64/include profile.h Log: MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed). Revision Changes Path 1.39 +19 -0 src/sys/amd64/include/profile.h From owner-cvs-src@FreeBSD.ORG Thu May 20 09:40: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 9040A16A4CE; Thu, 20 May 2004 09:40:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7293943D48; Thu, 20 May 2004 09:40:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KGe76C057644; Thu, 20 May 2004 09:40:07 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KGe7IJ057631; Thu, 20 May 2004 09:40:07 -0700 (PDT) (envelope-from ru) Message-Id: <200405201640.i4KGe7IJ057631@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 May 2004 09:40:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig sconfig.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: Thu, 20 May 2004 16:40:07 -0000 ru 2004/05/20 09:40:07 PDT FreeBSD src repository Modified files: sbin/sconfig sconfig.8 Log: Clean up language. Reviewed by: rik Revision Changes Path 1.5 +293 -261 src/sbin/sconfig/sconfig.8 From owner-cvs-src@FreeBSD.ORG Thu May 20 09:42: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 8C6A916A4CE; Thu, 20 May 2004 09:42:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2ED43D3F; Thu, 20 May 2004 09:42:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KGgdQd059479; Thu, 20 May 2004 09:42:39 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KGgdsU059478; Thu, 20 May 2004 09:42:39 -0700 (PDT) (envelope-from bde) Message-Id: <200405201642.i4KGgdsU059478@repoman.freebsd.org> From: Bruce Evans Date: Thu, 20 May 2004 09:42:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_prof.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, 20 May 2004 16:42:41 -0000 bde 2004/05/20 09:42:39 PDT FreeBSD src repository Modified files: sys/kern subr_prof.c Log: Initialize the history counter type field in struct gmonparam as threatened in rev.1.10 of usr.sbin/kgmon/kgmon.c more than 2 years ago. kgmon has been recovering from the missing initialization for too long, but the fixup there is ifdefed for i386's and shouldn't be needed for other arches. Revision Changes Path 1.70 +4 -0 src/sys/kern/subr_prof.c From owner-cvs-src@FreeBSD.ORG Thu May 20 09:48: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 E16E916A4CE; Thu, 20 May 2004 09:48:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C077543D31; Thu, 20 May 2004 09:48:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KGmHlp059729; Thu, 20 May 2004 09:48:17 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KGmH7A059728; Thu, 20 May 2004 09:48:17 -0700 (PDT) (envelope-from bde) Message-Id: <200405201648.i4KGmH7A059728@repoman.freebsd.org> From: Bruce Evans Date: Thu, 20 May 2004 09:48:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_prof.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, 20 May 2004 16:48:24 -0000 bde 2004/05/20 09:48:17 PDT FreeBSD src repository Modified files: sys/kern subr_prof.c Log: Fixed printf format errors which helped break GUPROF for arches with 64-bit function pointers. Revision Changes Path 1.71 +2 -2 src/sys/kern/subr_prof.c From owner-cvs-src@FreeBSD.ORG Thu May 20 09:58: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 3302F16A4CF for ; Thu, 20 May 2004 09:58:54 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6622E43D31 for ; Thu, 20 May 2004 09:58:53 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i4KGv57E002800 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Thu, 20 May 2004 20:57:05 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i4KGu4qO002684; (8.12.8/vak/2.1) Thu, 20 May 2004 20:56:04 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40ACE362.9070001@cronyx.ru> Date: Thu, 20 May 2004 20:57:06 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200405201640.i4KGe7IJ057631@repoman.freebsd.org> In-Reply-To: <200405201640.i4KGe7IJ057631@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/sbin/sconfig sconfig.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: Thu, 20 May 2004 16:58:54 -0000 Ruslan Ermilov wrote: >ru 2004/05/20 09:40:07 PDT > > FreeBSD src repository > > Modified files: > sbin/sconfig sconfig.8 > Log: > Clean up language. > > Reviewed by: rik > > Revision Changes Path > 1.5 +293 -261 src/sbin/sconfig/sconfig.8 > > Thanks! From owner-cvs-src@FreeBSD.ORG Thu May 20 10:10: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 26DDA16A4CF; Thu, 20 May 2004 10:10:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0828B43D4C; Thu, 20 May 2004 10:10:11 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KHAAgM064784; Thu, 20 May 2004 10:10:10 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KHAApd064783; Thu, 20 May 2004 10:10:10 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405201710.i4KHAApd064783@repoman.freebsd.org> From: Ken Smith Date: Thu, 20 May 2004 10:10:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/bin/df df.1 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: Thu, 20 May 2004 17:10:11 -0000 kensmith 2004/05/20 10:10:10 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) bin/df df.1 df.c Log: Add mention of -g option to manual page and usage message. This had already been done in HEAD as part of a larger commit (rev. 1.60). Revision Changes Path 1.18.2.10 +1 -1 src/bin/df/df.1 1.23.2.10 +1 -1 src/bin/df/df.c From owner-cvs-src@FreeBSD.ORG Thu May 20 10: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 6FD4616A4CE; Thu, 20 May 2004 10:34:44 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394E343D4C; Thu, 20 May 2004 10:34:44 -0700 (PDT) (envelope-from max@love2party.net) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BQrRI-0004Uv-00; Thu, 20 May 2004 19:34:40 +0200 Received: from [216.58.85.218] (helo=[10.0.0.49]) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BQrRH-0001uF-00; Thu, 20 May 2004 19:34:40 +0200 From: Max Laier To: Ruslan Ermilov Date: Thu, 20 May 2004 19:36:18 +0200 User-Agent: KMail/1.6.2 References: <200405200934.i4K9YJav051007@repoman.freebsd.org> In-Reply-To: <200405200934.i4K9YJav051007@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405201936.19984.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 Makefile mbuf.9 mbuf_tags.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: Thu, 20 May 2004 17:34:44 -0000 On Thursday 20 May 2004 11:34, Ruslan Ermilov wrote: > ru 2004/05/20 02:34:19 PDT > > FreeBSD src repository > > Modified files: > share/man/man9 Makefile mbuf.9 > Added files: > share/man/man9 mbuf_tags.9 > Log: > Document mbuf tags based on the OpenBSD manpage. > > Submitted by: Gleb Smirnoff > > Revision Changes Path > 1.234 +1 -0 src/share/man/man9/Makefile > 1.48 +7 -1 src/share/man/man9/mbuf.9 > 1.1 +255 -0 src/share/man/man9/mbuf_tags.9 (new) Thank you so much! -- Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet From owner-cvs-src@FreeBSD.ORG Thu May 20 10:54: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 819F716A4CE; Thu, 20 May 2004 10:54:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E3343D41; Thu, 20 May 2004 10:54:58 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KHswSf074662; Thu, 20 May 2004 10:54:58 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KHsvna074661; Thu, 20 May 2004 10:54:57 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200405201754.i4KHsvna074661@repoman.freebsd.org> From: Daniel Harris Date: Thu, 20 May 2004 10:54:57 -0700 (PDT) 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: Thu, 20 May 2004 17:54:58 -0000 dannyboy 2004/05/20 10:54:57 PDT FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man7 security.7 Log: MFC 1.34-1.36, typos and style. Revision Changes Path 1.13.2.14 +32 -29 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Thu May 20 11:02: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 7651816A4CE; Thu, 20 May 2004 11:02:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5898C43D5C; Thu, 20 May 2004 11:02:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KI2PtS076515; Thu, 20 May 2004 11:02:25 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KI2PUQ076514; Thu, 20 May 2004 11:02:25 -0700 (PDT) (envelope-from ru) Message-Id: <200405201802.i4KI2PUQ076514@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 May 2004 11:02:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts src-install.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: Thu, 20 May 2004 18:02:25 -0000 ru 2004/05/20 11:02:25 PDT FreeBSD src repository Modified files: release/scripts src-install.sh Log: Added "rescue". Submitted by: Kent Hauser Revision Changes Path 1.9 +2 -2 src/release/scripts/src-install.sh From owner-cvs-src@FreeBSD.ORG Thu May 20 11:41: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 E65A116A4CE; Thu, 20 May 2004 11:41:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C754643D5A; Thu, 20 May 2004 11:41:07 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KIf7vg084095; Thu, 20 May 2004 11:41:07 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KIf730084094; Thu, 20 May 2004 11:41:07 -0700 (PDT) (envelope-from tmm) Message-Id: <200405201841.i4KIf730084094@repoman.freebsd.org> From: Thomas Moestl Date: Thu, 20 May 2004 11:41:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 vm_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: Thu, 20 May 2004 18:41:08 -0000 tmm 2004/05/20 11:41:07 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 vm_machdep.c Log: In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, since exit1() decrements the reference count before calling this function. Revision Changes Path 1.63 +1 -1 src/sys/sparc64/sparc64/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Thu May 20 11:42: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 E9CB316A4CE; Thu, 20 May 2004 11:42:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB5043D31; Thu, 20 May 2004 11:42:06 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KIg5tE085493; Thu, 20 May 2004 11:42:05 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KIg5Vl085489; Thu, 20 May 2004 11:42:05 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405201842.i4KIg5Vl085489@repoman.freebsd.org> From: Ken Smith Date: Thu, 20 May 2004 11:42:04 -0700 (PDT) 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 release.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: Thu, 20 May 2004 18:42:07 -0000 kensmith 2004/05/20 11:42:04 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man7 release.7 Log: MFC rev 1.37, mdoc fixes. mdoc help: ru Revision Changes Path 1.3.2.8 +4 -4 src/share/man/man7/release.7 From owner-cvs-src@FreeBSD.ORG Thu May 20 11:47: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 4804716A4CE; Thu, 20 May 2004 11:47:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A54543D2F; Thu, 20 May 2004 11:47:28 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KIlFmo086103; Thu, 20 May 2004 11:47:15 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KIlFFx086102; Thu, 20 May 2004 11:47:15 -0700 (PDT) (envelope-from alc) Message-Id: <200405201847.i4KIlFFx086102@repoman.freebsd.org> From: Alan Cox Date: Thu, 20 May 2004 11:47:15 -0700 (PDT) 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 mlock.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: Thu, 20 May 2004 18:47:28 -0000 alc 2004/05/20 11:47:15 PDT FreeBSD src repository Modified files: lib/libc/sys mlock.2 Log: Update the document date. Reminded by: ru@ Revision Changes Path 1.16 +1 -1 src/lib/libc/sys/mlock.2 From owner-cvs-src@FreeBSD.ORG Thu May 20 11:48: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 09C7F16A4CE; Thu, 20 May 2004 11:48:33 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB4F43D46; Thu, 20 May 2004 11:48:32 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <2004052018482101100ft97ve>; Thu, 20 May 2004 18:48:21 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA73055; Thu, 20 May 2004 11:48:19 -0700 (PDT) Date: Thu, 20 May 2004 11:48:19 -0700 (PDT) From: Julian Elischer To: Thomas Moestl In-Reply-To: <200405201841.i4KIf730084094@repoman.freebsd.org> Message-ID: 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/sparc64/sparc64 vm_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: Thu, 20 May 2004 18:48:33 -0000 While you are there, can you rename it to cpu_exit2() as it has nothing to do with the scheduler.. On Thu, 20 May 2004, Thomas Moestl wrote: > tmm 2004/05/20 11:41:07 PDT > > FreeBSD src repository > > Modified files: > sys/sparc64/sparc64 vm_machdep.c > Log: > In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, since > exit1() decrements the reference count before calling this function. > > Revision Changes Path > 1.63 +1 -1 src/sys/sparc64/sparc64/vm_machdep.c > From owner-cvs-src@FreeBSD.ORG Thu May 20 12:25: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 A128516A4CE; Thu, 20 May 2004 12:25:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835E743D4C; Thu, 20 May 2004 12:25:27 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KJPR1i095065; Thu, 20 May 2004 12:25:27 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KJPRZV095064; Thu, 20 May 2004 12:25:27 -0700 (PDT) (envelope-from hmp) Message-Id: <200405201925.i4KJPRZV095064@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 20 May 2004 12:25:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/lastcomm lastcomm.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, 20 May 2004 19:25:27 -0000 hmp 2004/05/20 12:25:27 PDT FreeBSD src repository Modified files: usr.bin/lastcomm lastcomm.c Log: Remove unneeded lseek(2) hack to position past the 2GB point, use fseeko(3) instead. This commit fixes breakage when `lastcomm matchstring` is run. PR: bin/66765, bin/64568 Submitted by: Dan Nelson Revision Changes Path 1.19 +9 -18 src/usr.bin/lastcomm/lastcomm.c From owner-cvs-src@FreeBSD.ORG Thu May 20 12:33: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 7BECF16A4D5; Thu, 20 May 2004 12:33:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F59D43D1D; Thu, 20 May 2004 12:33:06 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KJWjAb097026; Thu, 20 May 2004 12:32:45 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KJWjBE097025; Thu, 20 May 2004 12:32:45 -0700 (PDT) (envelope-from pjd) Message-Id: <200405201932.i4KJWjBE097025@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 12:32:45 -0700 (PDT) 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 hier.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: Thu, 20 May 2004 19:33:06 -0000 pjd 2004/05/20 12:32:45 PDT FreeBSD src repository Modified files: share/man/man7 hier.7 Log: Update the date. Requested by: ru Revision Changes Path 1.100 +1 -1 src/share/man/man7/hier.7 From owner-cvs-src@FreeBSD.ORG Thu May 20 12:56: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 2572216A4CF for ; Thu, 20 May 2004 12:56:17 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CA7243D39 for ; Thu, 20 May 2004 12:56:16 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 21872 invoked by uid 65534); 20 May 2004 19:56:10 -0000 Received: from p50907346.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.144.115.70) by mail.gmx.net (mp003) with SMTP; 20 May 2004 21:56:10 +0200 X-Authenticated: #5374206 Received: by abel (Postfix, from userid 1001) id 3780F6D1; Thu, 20 May 2004 21:56:17 +0200 (CEST) Date: Thu, 20 May 2004 21:56:17 +0200 From: Thomas Moestl To: Julian Elischer Message-ID: <20040520195617.GA2087@timesink.dyndns.org> References: <200405201841.i4KIf730084094@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.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sparc64 vm_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: Thu, 20 May 2004 19:56:17 -0000 On Thu, 2004/05/20 at 11:48:19 -0700, Julian Elischer wrote: > While you are there, can you rename it to cpu_exit2() > as it has nothing to do with the scheduler.. As I mentioned previously, the connection is that this function must be called with sched_lock held (and it must be held until the final cpu_throw() after that). It does tasks that have a connection to thread switching, so the name is not really inappropriate. cpu_exit2 is far less descriptive as a name. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ "I try to make everyone's day a little more surreal." -- Calvin and Hobbes From owner-cvs-src@FreeBSD.ORG Thu May 20 13:04: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 3699816A4CE; Thu, 20 May 2004 13:04:42 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2372C43D54; Thu, 20 May 2004 13:04:42 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc13) with ESMTP id <2004052020044101500qe0cne>; Thu, 20 May 2004 20:04:41 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA74031; Thu, 20 May 2004 13:04:40 -0700 (PDT) Date: Thu, 20 May 2004 13:04:39 -0700 (PDT) From: Julian Elischer To: Thomas Moestl In-Reply-To: <20040520195617.GA2087@timesink.dyndns.org> Message-ID: 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/sparc64/sparc64 vm_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: Thu, 20 May 2004 20:04:42 -0000 On Thu, 20 May 2004, Thomas Moestl wrote: > On Thu, 2004/05/20 at 11:48:19 -0700, Julian Elischer wrote: > > While you are there, can you rename it to cpu_exit2() > > as it has nothing to do with the scheduler.. > > As I mentioned previously, the connection is that this function must > be called with sched_lock held (and it must be held until the final > cpu_throw() after that). It does tasks that have a connection to > thread switching, so the name is not really inappropriate. > > cpu_exit2 is far less descriptive as a name. but less misleading than cpu_sched_sxit() switching is nothing to do with the scheduler.. If there is a cpu_exit() and a cpu_exit2() than one assumes that there would be a comment at cpu_exit2() explaining why it needs to be separate from cpu_exit(). cpu_sched_exit() just makes someone looking for scheduler components to get a false positive, and waste time staring at it trying to work out what the f*ck it has to do with the scheduler. cpu_exit_schedlocked() or something would be ok (if not to verbose) > > - Thomas > > -- > Thomas Moestl http://www.tu-bs.de/~y0015675/ > http://people.FreeBSD.org/~tmm/ > "I try to make everyone's day a little more surreal." > -- Calvin and Hobbes > From owner-cvs-src@FreeBSD.ORG Thu May 20 13:05: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 5189A16A4CE; Thu, 20 May 2004 13:05:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B2243D2D; Thu, 20 May 2004 13:05:06 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KK56cP010254; Thu, 20 May 2004 13:05:06 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KK55MM010253; Thu, 20 May 2004 13:05:05 -0700 (PDT) (envelope-from pjd) Message-Id: <200405202005.i4KK55MM010253@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 13:05:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate Makefile.inc src/sbin/ggate/ggatec Makefile src/sbin/ggate/ggated 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, 20 May 2004 20:05:06 -0000 pjd 2004/05/20 13:05:05 PDT FreeBSD src repository Modified files: sbin/ggate/ggatec Makefile sbin/ggate/ggated Makefile Added files: sbin/ggate Makefile.inc Log: Various style.Makefile(5) improvements. Provoked by: ru Revision Changes Path 1.1 +5 -0 src/sbin/ggate/Makefile.inc (new) 1.3 +6 -6 src/sbin/ggate/ggatec/Makefile 1.3 +4 -5 src/sbin/ggate/ggated/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 20 13:12: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 C21E516A4CE; Thu, 20 May 2004 13:12:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBCA643D2D; Thu, 20 May 2004 13:12:17 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KKCHsQ012215; Thu, 20 May 2004 13:12:17 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KKCHow012211; Thu, 20 May 2004 13:12:17 -0700 (PDT) (envelope-from pjd) Message-Id: <200405202012.i4KKCHow012211@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 13:12:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom Makefile.inc src/sbin/geom/class Makefile.inc src/sbin/geom/class/concat Makefile src/sbin/geom/class/nop Makefile src/sbin/geom/class/stripe Makefile src/sbin/geom/core 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, 20 May 2004 20:12:17 -0000 pjd 2004/05/20 13:12:17 PDT FreeBSD src repository Modified files: sbin/geom Makefile.inc sbin/geom/class Makefile.inc sbin/geom/class/concat Makefile sbin/geom/class/nop Makefile sbin/geom/class/stripe Makefile sbin/geom/core Makefile Log: Various style.Makefile(5) improvements. Inspired by: ru Revision Changes Path 1.3 +3 -2 src/sbin/geom/Makefile.inc 1.3 +7 -7 src/sbin/geom/class/Makefile.inc 1.2 +1 -2 src/sbin/geom/class/concat/Makefile 1.2 +1 -2 src/sbin/geom/class/nop/Makefile 1.2 +1 -2 src/sbin/geom/class/stripe/Makefile 1.3 +6 -6 src/sbin/geom/core/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 20 13:17: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 D7FC116A4CE; Thu, 20 May 2004 13:17:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB2C43D1F; Thu, 20 May 2004 13:17:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KKHS9A012609; Thu, 20 May 2004 13:17:28 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KKHSpR012608; Thu, 20 May 2004 13:17:28 -0700 (PDT) (envelope-from jhb) Message-Id: <200405202017.i4KKHSpR012608@repoman.freebsd.org> From: John Baldwin Date: Thu, 20 May 2004 13:17:28 -0700 (PDT) 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_sig.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, 20 May 2004 20:17:29 -0000 jhb 2004/05/20 13:17:28 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see if a thread is on a sleep queue and should have it's sleep aborted. Reported by: Thierry Herbelot thierry at herbelot dot com Revision Changes Path 1.277 +1 -1 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Thu May 20 13:43: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 5D18316A4FE; Thu, 20 May 2004 13:43:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AAE43D49; Thu, 20 May 2004 13:43:34 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KKhY1q018627; Thu, 20 May 2004 13:43:34 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KKhY5D018626; Thu, 20 May 2004 13:43:34 -0700 (PDT) (envelope-from hmp) Message-Id: <200405202043.i4KKhY5D018626@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 20 May 2004 13:43:34 -0700 (PDT) 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 mlock.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: Thu, 20 May 2004 20:43:34 -0000 hmp 2004/05/20 13:43:33 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys mlock.2 Log: Bring in important changes from HEAD: * Remove a long obsolete paragraph from the BUGS section. * Bump the date. Requested by: alc Revision Changes Path 1.6.2.6 +1 -10 src/lib/libc/sys/mlock.2 From owner-cvs-src@FreeBSD.ORG Thu May 20 14:49: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 6485916A4CE; Thu, 20 May 2004 14:49:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4842A43D2F; Thu, 20 May 2004 14:49:04 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4KLn4As031815; Thu, 20 May 2004 14:49:04 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4KLn4bH031814; Thu, 20 May 2004 14:49:04 -0700 (PDT) (envelope-from joe) Message-Id: <200405202149.i4KLn4bH031814@repoman.freebsd.org> From: Josef Karthauser Date: Thu, 20 May 2004 14:49:04 -0700 (PDT) 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 periodic.conf src/etc/periodic/weekly 400.status-pkg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 21:49:04 -0000 joe 2004/05/20 14:49:04 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) etc/defaults periodic.conf etc/periodic/weekly 400.status-pkg Log: MFC: Allow the location of the INDEX file to specified to pkg_version. This is particularly convenient on a cluster of machines to prevent having to rebuild the INDEX file on each. Revision Changes Path 1.7.2.15 +2 -0 src/etc/defaults/periodic.conf 1.1.2.6 +1 -1 src/etc/periodic/weekly/400.status-pkg From owner-cvs-src@FreeBSD.ORG Thu May 20 15:33: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 AE95916A4CE; Thu, 20 May 2004 15:33:08 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB4F43D1D; Thu, 20 May 2004 15:33:08 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 80E8465319; Thu, 20 May 2004 23:33:07 +0100 (BST) 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 08492-04-4; Thu, 20 May 2004 23:33:07 +0100 (BST) Received: from empiric.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 06C2A6530A; Thu, 20 May 2004 23:33:07 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id EA636612E; Thu, 20 May 2004 23:33:04 +0100 (BST) Date: Thu, 20 May 2004 23:33:04 +0100 From: Bruce M Simpson To: Josef Karthauser Message-ID: <20040520223304.GI86489@empiric.dek.spc.org> Mail-Followup-To: Josef Karthauser , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200405202149.i4KLn4bH031814@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405202149.i4KLn4bH031814@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 22:33:08 -0000 On Thu, May 20, 2004 at 02:49:04PM -0700, Josef Karthauser wrote: > Log: > MFC: Allow the location of the INDEX file to specified to pkg_version. > This is particularly convenient on a cluster of machines to prevent > having to rebuild the INDEX file on each. Excellent, this rather helps in the case of local package build server environments. BMS From owner-cvs-src@FreeBSD.ORG Thu May 20 16:45: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 8A4E116A4CE for ; Thu, 20 May 2004 16:45:27 -0700 (PDT) Received: from mail10.svc.cra.dublin.eircom.net (mail10.svc.cra.dublin.eircom.net [159.134.118.26]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CF4C43D1D for ; Thu, 20 May 2004 16:45:27 -0700 (PDT) (envelope-from peadar@freebsd.org) Received: (qmail 31523 messnum 9212278 invoked from network[213.94.139.37/213-94-139-37.bas1.mvw.galway.eircom.net]); 20 May 2004 23:44:58 -0000 Received: from 213-94-139-37.bas1.mvw.galway.eircom.net (HELO freebsd.org) (213.94.139.37) by mail10.svc.cra.dublin.eircom.net (qp 31523) with SMTP; 20 May 2004 23:44:58 -0000 Message-ID: <40AD42E5.7050101@freebsd.org> Date: Fri, 21 May 2004 00:44:37 +0100 From: Peter Edwards User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200405181653.i4IGrU6g062365@repoman.freebsd.org> In-Reply-To: <200405181653.i4IGrU6g062365@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Thu, 20 May 2004 23:45:27 -0000 Hi Nate, This appears to be the cause of a boot-time panic for me, which for some reason only manifests itself when I've modules other than ACPI brought in by the loader (any of agp, vesa or snd_ich) Unlike the methods they replace, the __BUS_ACCESSOR methods from sys/bus.h don't seem to check the return code of BUS_READ_IVAR to return NULL on failure. The first few frames of the panic look like this (sorry, too early in the boot process for a dump: I can transcribe more if you need it) > AcpiNsWalkNamespace() + 0x53 (contrib/dev/acpica/nswalk.c:291) > AcpiWalkNamespace() + 0x47 (contrib/dev/acpica/nsxfeval.c:525) > acpi_pci_attach() At the site of the crash: > ChildType = ChildNode->Type The value of ChildNode appears to be 0xffffffff (taken from EAX), so it looks like that's what the __BUS_ACCESSOR method is returning for a failure. Rolling back the commit fixes the issue. Nate Lawson wrote: >njl 2004/05/18 09:53:29 PDT > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpivar.h > Log: > Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them > ourselves. > > Revision Changes Path > 1.65 +3 -56 src/sys/dev/acpica/acpivar.h > > > From owner-cvs-src@FreeBSD.ORG Thu May 20 17:54: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 19B8E16A4CE for ; Thu, 20 May 2004 17:54:27 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E8BA943D39 for ; Thu, 20 May 2004 17:54:26 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 44468 invoked by uid 1000); 21 May 2004 00:54:28 -0000 Date: Thu, 20 May 2004 17:54:28 -0700 (PDT) From: Nate Lawson To: Peter Edwards In-Reply-To: <40AD42E5.7050101@freebsd.org> Message-ID: <20040520174908.I44439@root.org> References: <200405181653.i4IGrU6g062365@repoman.freebsd.org> <40AD42E5.7050101@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Fri, 21 May 2004 00:54:27 -0000 Interesting, I didn't get that in my testing. Try this patch: Index: /sys/sys/bus.h =================================================================== RCS file: /home/ncvs/src/sys/sys/bus.h,v retrieving revision 1.58 diff -u -r1.58 bus.h --- /sys/sys/bus.h 17 Mar 2004 17:40:34 -0000 1.58 +++ /sys/sys/bus.h 21 May 2004 00:48:23 -0000 @@ -456,8 +456,9 @@ static __inline type varp ## _get_ ## var(device_t dev) \ { \ uintptr_t v; \ - BUS_READ_IVAR(device_get_parent(dev), dev, \ - ivarp ## _IVAR_ ## ivar, &v); \ + if (BUS_READ_IVAR(device_get_parent(dev), dev, \ + ivarp ## _IVAR_ ## ivar, &v) != 0) \ + v = (type) 0; \ return ((type) v); \ } \ \ I don't know if this change will be acceptable though. It's probably better to change the get function to take a pointer argument and return the value from BUS_READ_IVAR. -Nate On Fri, 21 May 2004, Peter Edwards wrote: > Hi Nate, > This appears to be the cause of a boot-time panic for me, which for some > reason only manifests itself when I've modules other than ACPI brought > in by the loader (any of agp, vesa or snd_ich) > > Unlike the methods they replace, the __BUS_ACCESSOR methods from > sys/bus.h don't seem to check the return code of BUS_READ_IVAR to return > NULL on failure. The first few frames of the panic look like this > (sorry, too early in the boot process for a dump: I can transcribe more > if you need it) > > > AcpiNsWalkNamespace() + 0x53 (contrib/dev/acpica/nswalk.c:291) > > AcpiWalkNamespace() + 0x47 (contrib/dev/acpica/nsxfeval.c:525) > > acpi_pci_attach() > > At the site of the crash: > > ChildType = ChildNode->Type > > The value of ChildNode appears to be 0xffffffff (taken from EAX), so it > looks like that's what the __BUS_ACCESSOR method is returning for a > failure. Rolling back the commit fixes the issue. > > Nate Lawson wrote: > > >njl 2004/05/18 09:53:29 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica acpivar.h > > Log: > > Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them > > ourselves. > > > > Revision Changes Path > > 1.65 +3 -56 src/sys/dev/acpica/acpivar.h > > > > > > > From owner-cvs-src@FreeBSD.ORG Thu May 20 18:36: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 5BDA316A4D3; Thu, 20 May 2004 18:36:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E08743D31; Thu, 20 May 2004 18:36:55 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L1an5H087389; Thu, 20 May 2004 18:36:49 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L1ans5087388; Thu, 20 May 2004 18:36:49 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405210136.i4L1ans5087388@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 20 May 2004 18:36:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umodem.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 01:36:55 -0000 sanpei 2004/05/20 18:36:49 PDT FreeBSD src repository Modified files: sys/dev/usb umodem.c usbdevs Log: add support Kyocera AH-K3001V (cellular phone in Japan) PR: kern/66779 Submitted by: Togawa Satoshi MFC after: 1 week Revision Changes Path 1.50 +32 -6 src/sys/dev/usb/umodem.c 1.178 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Thu May 20 18:39: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 5FE9816A4CE; Thu, 20 May 2004 18:39:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C4043D4C; Thu, 20 May 2004 18:39:39 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L1ddDc087514; Thu, 20 May 2004 18:39:39 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L1dcgc087513; Thu, 20 May 2004 18:39:38 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405210139.i4L1dcgc087513@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 20 May 2004 18:39:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.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, 21 May 2004 01:39:39 -0000 sanpei 2004/05/20 18:39:38 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.178 of usbdevs Revision Changes Path 1.185 +5 -1 src/sys/dev/usb/usbdevs.h 1.185 +13 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Thu May 20 19:19: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 6A8CF16A4CE; Thu, 20 May 2004 19:19:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBB543D46; Thu, 20 May 2004 19:19:40 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L2JL0A096540; Thu, 20 May 2004 19:19:21 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L2JLvk096539; Thu, 20 May 2004 19:19:21 -0700 (PDT) (envelope-from hmp) Message-Id: <200405210219.i4L2JLvk096539@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 20 May 2004 19:19:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/lib/libc/sys mlock.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: Fri, 21 May 2004 02:19:40 -0000 hmp 2004/05/20 19:19:21 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) lib/libc/sys mlock.2 Log: Merge from RELENG_4: * Remove a long obsolete paragraph from the BUGS section. * Bump the date. Requested by: alc Approved by: re@ (scottl) Revision Changes Path 1.6.2.5.12.1 +1 -10 src/lib/libc/sys/mlock.2 From owner-cvs-src@FreeBSD.ORG Thu May 20 19:38: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 D73E216A4CE; Thu, 20 May 2004 19:38:43 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6DE43D1D; Thu, 20 May 2004 19:38:43 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4L2Xp8C038211; Thu, 20 May 2004 20:33:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 20 May 2004 20:33:51 -0600 (MDT) Message-Id: <20040520.203351.39157350.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040520174908.I44439@root.org> References: <200405181653.i4IGrU6g062365@repoman.freebsd.org> <40AD42E5.7050101@freebsd.org> <20040520174908.I44439@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: peadar@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Fri, 21 May 2004 02:38:44 -0000 In message: <20040520174908.I44439@root.org> Nate Lawson writes: : Interesting, I didn't get that in my testing. Try this patch: : : Index: /sys/sys/bus.h : =================================================================== : RCS file: /home/ncvs/src/sys/sys/bus.h,v : retrieving revision 1.58 : diff -u -r1.58 bus.h : --- /sys/sys/bus.h 17 Mar 2004 17:40:34 -0000 1.58 : +++ /sys/sys/bus.h 21 May 2004 00:48:23 -0000 : @@ -456,8 +456,9 @@ : static __inline type varp ## _get_ ## var(device_t dev) \ : { \ : uintptr_t v; \ : - BUS_READ_IVAR(device_get_parent(dev), dev, \ : - ivarp ## _IVAR_ ## ivar, &v); \ : + if (BUS_READ_IVAR(device_get_parent(dev), dev, \ : + ivarp ## _IVAR_ ## ivar, &v) != 0) \ : + v = (type) 0; \ : return ((type) v); \ : } \ : \ : I don't know if this change will be acceptable though. It's probably : better to change the get function to take a pointer argument and return : the value from BUS_READ_IVAR. No can do. All the pci get functions are implemented in terms of this macro, and changing all the drivers in the tree to behave as you suggest would be extremely painful. Warner From owner-cvs-src@FreeBSD.ORG Thu May 20 19:50: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 E9F8616A4CE for ; Thu, 20 May 2004 19:50:05 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A458843D3F for ; Thu, 20 May 2004 19:50:05 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 44908 invoked by uid 1000); 21 May 2004 02:49:52 -0000 Date: Thu, 20 May 2004 19:49:52 -0700 (PDT) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20040520.203351.39157350.imp@bsdimp.com> Message-ID: <20040520194832.I44800@root.org> References: <200405181653.i4IGrU6g062365@repoman.freebsd.org> <40AD42E5.7050101@freebsd.org> <20040520174908.I44439@root.org> <20040520.203351.39157350.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: peadar@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Fri, 21 May 2004 02:50:06 -0000 On Thu, 20 May 2004, M. Warner Losh wrote: > In message: <20040520174908.I44439@root.org> > Nate Lawson writes: > : Interesting, I didn't get that in my testing. Try this patch: > : > : Index: /sys/sys/bus.h > : =================================================================== > : RCS file: /home/ncvs/src/sys/sys/bus.h,v > : retrieving revision 1.58 > : diff -u -r1.58 bus.h > : --- /sys/sys/bus.h 17 Mar 2004 17:40:34 -0000 1.58 > : +++ /sys/sys/bus.h 21 May 2004 00:48:23 -0000 > : @@ -456,8 +456,9 @@ > : static __inline type varp ## _get_ ## var(device_t dev) \ > : { \ > : uintptr_t v; \ > : - BUS_READ_IVAR(device_get_parent(dev), dev, \ > : - ivarp ## _IVAR_ ## ivar, &v); \ > : + if (BUS_READ_IVAR(device_get_parent(dev), dev, \ > : + ivarp ## _IVAR_ ## ivar, &v) != 0) \ > : + v = (type) 0; \ > : return ((type) v); \ > : } \ > : \ > : I don't know if this change will be acceptable though. It's probably > : better to change the get function to take a pointer argument and return > : the value from BUS_READ_IVAR. > > No can do. All the pci get functions are implemented in terms of this > macro, and changing all the drivers in the tree to behave as you > suggest would be extremely painful. Augh, I assume this also applies to making it varp_get_var(device_t dev, uintptr_t value) ? It's lousy that this doesn't check the return value. -Nate From owner-cvs-src@FreeBSD.ORG Thu May 20 19:57: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 68A3016A4CE; Thu, 20 May 2004 19:57:44 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105C743D2D; Thu, 20 May 2004 19:57:44 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4L2urJA038465; Thu, 20 May 2004 20:56:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 20 May 2004 20:56:54 -0600 (MDT) Message-Id: <20040520.205654.10906740.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040520194832.I44800@root.org> References: <20040520174908.I44439@root.org> <20040520.203351.39157350.imp@bsdimp.com> <20040520194832.I44800@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: peadar@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Fri, 21 May 2004 02:57:44 -0000 In message: <20040520194832.I44800@root.org> Nate Lawson writes: : On Thu, 20 May 2004, M. Warner Losh wrote: : > In message: <20040520174908.I44439@root.org> : > Nate Lawson writes: : > : Interesting, I didn't get that in my testing. Try this patch: : > : : > : Index: /sys/sys/bus.h : > : =================================================================== : > : RCS file: /home/ncvs/src/sys/sys/bus.h,v : > : retrieving revision 1.58 : > : diff -u -r1.58 bus.h : > : --- /sys/sys/bus.h 17 Mar 2004 17:40:34 -0000 1.58 : > : +++ /sys/sys/bus.h 21 May 2004 00:48:23 -0000 : > : @@ -456,8 +456,9 @@ : > : static __inline type varp ## _get_ ## var(device_t dev) \ : > : { \ : > : uintptr_t v; \ : > : - BUS_READ_IVAR(device_get_parent(dev), dev, \ : > : - ivarp ## _IVAR_ ## ivar, &v); \ : > : + if (BUS_READ_IVAR(device_get_parent(dev), dev, \ : > : + ivarp ## _IVAR_ ## ivar, &v) != 0) \ : > : + v = (type) 0; \ v = (type) 0; is likely wrong too :-) Why not -1 or 12 or 0xdeadbeef? : > : return ((type) v); \ : > : } \ : > : \ : > : I don't know if this change will be acceptable though. It's probably : > : better to change the get function to take a pointer argument and return : > : the value from BUS_READ_IVAR. : > : > No can do. All the pci get functions are implemented in terms of this : > macro, and changing all the drivers in the tree to behave as you : > suggest would be extremely painful. : : Augh, I assume this also applies to making it varp_get_var(device_t dev, : uintptr_t value) ? It's lousy that this doesn't check the return value. I'm not sure I understand what you are saying. Warner From owner-cvs-src@FreeBSD.ORG Thu May 20 23:03: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 D26E816A4CE; Thu, 20 May 2004 23:03:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B450E43D1D; Thu, 20 May 2004 23:03:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L63Rm0052476; Thu, 20 May 2004 23:03:27 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L63R7Q052475; Thu, 20 May 2004 23:03:27 -0700 (PDT) (envelope-from imp) Message-Id: <200405210603.i4L63R7Q052475@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:03:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 06:03:41 -0000 imp 2004/05/20 23:03:27 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: make the pci power state and resource code a lot less chatty. The chattiness was left in for debugging, but now that nearly all of the problems relating to the changes have been fixed, it is only annoying. It is still available via bootverbose. Prodded by: jhb Revision Changes Path 1.251 +28 -17 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu May 20 23:10: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 EB78116A4CE; Thu, 20 May 2004 23:10:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED1943D45; Thu, 20 May 2004 23:10:21 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6AE2Q052701; Thu, 20 May 2004 23:10:14 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6ADgL052700; Thu, 20 May 2004 23:10:13 -0700 (PDT) (envelope-from imp) Message-Id: <200405210610.i4L6ADgL052700@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:10:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.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, 21 May 2004 06:10:22 -0000 imp 2004/05/20 23:10:13 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbbvar.h Log: Now that we have the resource allocation code in current, the kludge to try to allocate things on my parent can be taken out. It duplicates code. Also, add comment about why the power state stuff is here (type 2 devices don't participate in the power state save/restore due to larger Bx issues). Revision Changes Path 1.111 +10 -55 src/sys/dev/pccbb/pccbb.c 1.20 +0 -1 src/sys/dev/pccbb/pccbbvar.h From owner-cvs-src@FreeBSD.ORG Thu May 20 23: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 A0EDB16A4F1; Thu, 20 May 2004 23:12:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C7D43D41; Thu, 20 May 2004 23:12:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6Bl48053975; Thu, 20 May 2004 23:11:47 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6Blaf053974; Thu, 20 May 2004 23:11:47 -0700 (PDT) (envelope-from imp) Message-Id: <200405210611.i4L6Blaf053974@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:11:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbb.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, 21 May 2004 06:12:02 -0000 imp 2004/05/20 23:11:47 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: When attaching pccard and cardbus children, there's no need to set the device == NULL on failure. A warning should suffice. # I wrote this back before I understood the unattached but loosely bound # newbus concept... Revision Changes Path 1.112 +2 -6 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Thu May 20 23:36: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 6238716A4CE; Thu, 20 May 2004 23:36:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C9D43D3F; Thu, 20 May 2004 23:36:41 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6aakG059035; Thu, 20 May 2004 23:36:36 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6aadV059034; Thu, 20 May 2004 23:36:36 -0700 (PDT) (envelope-from imp) Message-Id: <200405210636.i4L6aadV059034@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:36:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 06:36:41 -0000 imp 2004/05/20 23:36:36 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, subclass, progif and revid. While these are typically read only fields, they aren't always read-only. progif is writable for ata devices, for example. It does no harm when they are read only, and helps when they aren't. Revision Changes Path 1.252 +16 -0 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu May 20 23:39: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 54D1C16A4CF; Thu, 20 May 2004 23:39:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2779743D4C; Thu, 20 May 2004 23:39:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6d9ZC059214; Thu, 20 May 2004 23:39:09 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6d9L3059213; Thu, 20 May 2004 23:39:09 -0700 (PDT) (envelope-from imp) Message-Id: <200405210639.i4L6d9L3059213@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:39:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 06:39:15 -0000 imp 2004/05/20 23:39:09 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Move pci_do_powerstate up a level. Now it just means 'do not turn devices off into d3 state when there's no driver for the device'. This should help suspend/resume in the default case. Revision Changes Path 1.253 +6 -3 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu May 20 23:41: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 1341516A4CF; Thu, 20 May 2004 23:41:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89D243D41; Thu, 20 May 2004 23:41:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6fFTd060069; Thu, 20 May 2004 23:41:15 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6fFBG060065; Thu, 20 May 2004 23:41:15 -0700 (PDT) (envelope-from imp) Message-Id: <200405210641.i4L6fFBG060065@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:41:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 06:41:16 -0000 imp 2004/05/20 23:41:15 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: MFp4: Split the baby. For idepci devices, now both legacy mode bits need not be set. We can run an idepci in a split mode. However, it only works better than before, not works. It works better in that when one device is legacy and the other isn't and disabled, we now operate correctly. sos submitted a version of this patch. Revision Changes Path 1.254 +7 -3 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu May 20 23:43: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 AEF9616A4CE; Thu, 20 May 2004 23:43:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913DA43D55; Thu, 20 May 2004 23:43:48 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6hkMw061194; Thu, 20 May 2004 23:43:46 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6hk7L061193; Thu, 20 May 2004 23:43:46 -0700 (PDT) (envelope-from imp) Message-Id: <200405210643.i4L6hk7L061193@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:43:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 06:43:48 -0000 imp 2004/05/20 23:43:46 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Ooops, forgot to commit the updated definition for hw.pci.do_powerstate when I committed code that changed its meaning. Revision Changes Path 1.255 +1 -2 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri May 21 00:03: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 7999316A4CE; Fri, 21 May 2004 00:03:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181A243D1F; Fri, 21 May 2004 00:03:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L737sH066225; Fri, 21 May 2004 00:03:07 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L737wM066224; Fri, 21 May 2004 00:03:07 -0700 (PDT) (envelope-from imp) Message-Id: <200405210703.i4L737wM066224@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 May 2004 00:03:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 07:03:59 -0000 imp 2004/05/21 00:03:07 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Improve the English somewhat. Prodded by: ru@ Revision Changes Path 1.256 +1 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri May 21 00:07: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 7398A16A4CE; Fri, 21 May 2004 00:07:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5597743D2F; Fri, 21 May 2004 00:07:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L76sS9066455; Fri, 21 May 2004 00:06:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L76sxG066454; Fri, 21 May 2004 00:06:54 -0700 (PDT) (envelope-from imp) Message-Id: <200405210706.i4L76sxG066454@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 May 2004 00:06:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 07:07:52 -0000 imp 2004/05/21 00:06:54 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Compeletely rewrite the description of hw.pci.do_powerstate to sound better. Revision Changes Path 1.257 +2 -2 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri May 21 00:26: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 54DC416A4CE; Fri, 21 May 2004 00:26:17 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D569A43D1F; Fri, 21 May 2004 00:26:16 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i4L7VoYG041506; Fri, 21 May 2004 01:31:50 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40ADAF07.2070909@freebsd.org> Date: Fri, 21 May 2004 01:25:59 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200405210636.i4L6aadV059034@repoman.freebsd.org> In-Reply-To: <200405210636.i4L6aadV059034@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 07:26:17 -0000 Warner Losh wrote: > imp 2004/05/20 23:36:36 PDT > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, > subclass, progif and revid. While these are typically read > only fields, they aren't always read-only. progif is writable > for ata devices, for example. It does no harm when they are > read only, and helps when they aren't. > > Revision Changes Path > 1.252 +16 -0 src/sys/dev/pci/pci.c Shouldn't it be left up to the device drivers to decide if a buggy piece of silicon needs to be touched like this? I really don't like the bus unilaterally enforcing this on everything. Scott From owner-cvs-src@FreeBSD.ORG Fri May 21 01:06: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 E70CF16A4CE; Fri, 21 May 2004 01:06:20 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7531243D39; Fri, 21 May 2004 01:06:20 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4L84BRS041210; Fri, 21 May 2004 02:04:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 21 May 2004 02:04:12 -0600 (MDT) Message-Id: <20040521.020412.118756775.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <40ADAF07.2070909@freebsd.org> References: <200405210636.i4L6aadV059034@repoman.freebsd.org> <40ADAF07.2070909@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 08:06:21 -0000 In message: <40ADAF07.2070909@freebsd.org> Scott Long writes: : Warner Losh wrote: : > imp 2004/05/20 23:36:36 PDT : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pci pci.c : > Log: : > MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, : > subclass, progif and revid. While these are typically read : > only fields, they aren't always read-only. progif is writable : > for ata devices, for example. It does no harm when they are : > read only, and helps when they aren't. : > : > Revision Changes Path : > 1.252 +16 -0 src/sys/dev/pci/pci.c : : Shouldn't it be left up to the device drivers to decide if a buggy piece : of silicon needs to be touched like this? I really don't like the bus : unilaterally enforcing this on everything. This just preserves the values across a D3 -> D0 state transition. This seems to be required by the 1.1 version of the pci power spec: Section 5.4: "When a function is brought back to D0..., software will need to perform a full initialization of the function, including its PCI Configuration space." Section 8.3.3: For example, reinitialization includes, but is not necessarily limited to, restoring the Base Address registers, re-enabling the I/O and memory spaces, re-enabling bus master capabilities, and unmasking any IRQs or PCI Interrupts as well as restoring the INT Line register. Furthermore, if the function has the DSI bit set, the operating system is required to execute whatever initialization code is necessary, either via the device driver's initialization code or by executing POST. My reading of these two sections lead me to save this information. Warner From owner-cvs-src@FreeBSD.ORG Fri May 21 01:21: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 51FEE16A4CE; Fri, 21 May 2004 01:21:55 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC76E43D1F; Fri, 21 May 2004 01:21:54 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i4L8RWQL041791; Fri, 21 May 2004 02:27:32 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40ADBC15.6040004@freebsd.org> Date: Fri, 21 May 2004 02:21:41 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200405210636.i4L6aadV059034@repoman.freebsd.org> <40ADAF07.2070909@freebsd.org> <20040521.020412.118756775.imp@bsdimp.com> In-Reply-To: <20040521.020412.118756775.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 08:21:55 -0000 M. Warner Losh wrote: > In message: <40ADAF07.2070909@freebsd.org> > Scott Long writes: > : Warner Losh wrote: > : > imp 2004/05/20 23:36:36 PDT > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/dev/pci pci.c > : > Log: > : > MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, > : > subclass, progif and revid. While these are typically read > : > only fields, they aren't always read-only. progif is writable > : > for ata devices, for example. It does no harm when they are > : > read only, and helps when they aren't. > : > > : > Revision Changes Path > : > 1.252 +16 -0 src/sys/dev/pci/pci.c > : > : Shouldn't it be left up to the device drivers to decide if a buggy piece > : of silicon needs to be touched like this? I really don't like the bus > : unilaterally enforcing this on everything. > > This just preserves the values across a D3 -> D0 state transition. > This seems to be required by the 1.1 version of the pci power spec: > > Section 5.4: "When a function is brought back to D0..., > software will need to perform a full initialization of the > function, including its PCI Configuration space." > > Section 8.3.3: For example, reinitialization includes, but is > not necessarily limited to, restoring the Base Address > registers, re-enabling the I/O and memory spaces, re-enabling > bus master capabilities, and unmasking any IRQs or PCI > Interrupts as well as restoring the INT Line > register. Furthermore, if the function has the DSI bit set, > the operating system is required to execute whatever > initialization code is necessary, either via the device > driver's initialization code or by executing POST. > > My reading of these two sections lead me to save this information. > > Warner Well, the 8.3.3 paragraph only specifically mentions the command register and the BARs. I'm just worried that by touching stuff outside of this range that you open up the risk of tickling latent buggy silicon. Exception cases like the ATA hardware doing magic things with the progif register should be left up to the ATA driver. It's exactly those kinds of bent-rules that makes me nervous =-) Scott From owner-cvs-src@FreeBSD.ORG Fri May 21 01:43: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 405B316A4CE; Fri, 21 May 2004 01:43:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21EF743D2F; Fri, 21 May 2004 01:43:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L8hcB7090472; Fri, 21 May 2004 01:43:38 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L8hcTY090471; Fri, 21 May 2004 01:43:38 -0700 (PDT) (envelope-from ru) Message-Id: <200405210843.i4L8hcTY090471@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 21 May 2004 01:43:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_vlan.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, 21 May 2004 08:43:43 -0000 ru 2004/05/21 01:43:38 PDT FreeBSD src repository Modified files: sys/net if_vlan.c Log: Added dependency on the miibus module. Revision Changes Path 1.61 +1 -0 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Fri May 21 01:45: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 8FF1116A4CE; Fri, 21 May 2004 01:45:17 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9AD43D4C; Fri, 21 May 2004 01:45:16 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i4L8p1E7016067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 May 2004 11:51:02 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i4L8j9eo058044; Fri, 21 May 2004 11:45:09 +0300 (EEST) (envelope-from ru) Date: Fri, 21 May 2004 11:45:09 +0300 From: Ruslan Ermilov To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040521084509.GA57989@ip.net.ua> References: <200405210843.i4L8hcTY090471@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <200405210843.i4L8hcTY090471@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/sys/net if_vlan.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, 21 May 2004 08:45:17 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 21, 2004 at 01:43:38AM -0700, Ruslan Ermilov wrote: > ru 2004/05/21 01:43:38 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/net if_vlan.c=20 > Log: > Added dependency on the miibus module. > =20 > Revision Changes Path > 1.61 +1 -0 src/sys/net/if_vlan.c >=20 This makes it possible again to ``kldload if_vlan''. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFArcGVUkv4P6juNwoRApfbAJ9jciefLF21J14PnzUwf8QkTgoLiQCfZt35 XJ31QKvbHb6rrV6E09RfdCM= =jmwu -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-cvs-src@FreeBSD.ORG Fri May 21 02:01: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 3042216A4CE; Fri, 21 May 2004 02:01:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1429E43D1F; Fri, 21 May 2004 02:01:14 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L91Dx5090931; Fri, 21 May 2004 02:01:13 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L91DXO090930; Fri, 21 May 2004 02:01:13 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405210901.i4L91DXO090930@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 21 May 2004 02:01:13 -0700 (PDT) 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_entry.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, 21 May 2004 09:01:14 -0000 kientzle 2004/05/21 02:01:13 PDT FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Correct parsing of Solaris default ACLs. Revision Changes Path 1.13 +6 -4 src/lib/libarchive/archive_entry.c From owner-cvs-src@FreeBSD.ORG Fri May 21 02:12: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 BFC9716A4CE; Fri, 21 May 2004 02:12:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A099943D46; Fri, 21 May 2004 02:12:07 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L9C7Om095455; Fri, 21 May 2004 02:12:07 -0700 (PDT) (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L9C771095454; Fri, 21 May 2004 02:12:07 -0700 (PDT) (envelope-from dfr) Message-Id: <200405210912.i4L9C771095454@repoman.freebsd.org> From: Doug Rabson Date: Fri, 21 May 2004 02:12:07 -0700 (PDT) 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 firewire.c fwohci.c iec13213.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, 21 May 2004 09:12:07 -0000 dfr 2004/05/21 02:12:07 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c fwohci.c iec13213.h Log: Fix spelling. Revision Changes Path 1.73 +5 -5 src/sys/dev/firewire/firewire.c 1.75 +7 -7 src/sys/dev/firewire/fwohci.c 1.11 +1 -1 src/sys/dev/firewire/iec13213.h From owner-cvs-src@FreeBSD.ORG Fri May 21 02:48: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 3231216A4D1; Fri, 21 May 2004 02:48:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0933B43D1D; Fri, 21 May 2004 02:48:58 -0700 (PDT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L9mZsW002392; Fri, 21 May 2004 02:48:35 -0700 (PDT) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L9mZLP002391; Fri, 21 May 2004 02:48:35 -0700 (PDT) (envelope-from eik) Message-Id: <200405210948.i4L9mZLP002391@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 21 May 2004 02:48:35 -0700 (PDT) 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/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 09:48:58 -0000 eik 2004/05/21 02:48:35 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/find find.1 Log: MFC rev 1.60, 1.61 (document how -maxdepth and -mindepth really work) PR: 66613 Approved by: ru Revision Changes Path 1.23.2.23 +16 -3 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Fri May 21 03:02: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 A843816A4CE; Fri, 21 May 2004 03:02:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E98543D46; Fri, 21 May 2004 03:02:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LA2P2t006107; Fri, 21 May 2004 03:02:25 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LA2PBw006103; Fri, 21 May 2004 03:02:25 -0700 (PDT) (envelope-from bde) Message-Id: <200405211002.i4LA2PBw006103@repoman.freebsd.org> From: Bruce Evans Date: Fri, 21 May 2004 03:02:25 -0700 (PDT) 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_sig.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, 21 May 2004 10:02:29 -0000 bde 2004/05/21 03:02:25 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Fixed some style bugs in tdsigwakeup(). Revision Changes Path 1.278 +10 -11 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Fri May 21 05:00: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 561CB16A4CF; Fri, 21 May 2004 05:00:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3809043D1D; Fri, 21 May 2004 05:00:17 -0700 (PDT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LBxuv3036925; Fri, 21 May 2004 04:59:56 -0700 (PDT) (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LBxu0a036924; Fri, 21 May 2004 04:59:56 -0700 (PDT) (envelope-from den) Message-Id: <200405211159.i4LBxu0a036924@repoman.freebsd.org> From: Denis Peplin Date: Fri, 21 May 2004 04:59:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ru_RU.KOI8-R Makefile src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml relnotes.ent src/release/doc/ru_RU.KOI8-R/relnotes/pc98 Makefile article.sgml src/release/doc/ru_RU.KOI8-R/relnotes/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, 21 May 2004 12:00:18 -0000 den 2004/05/21 04:59:56 PDT FreeBSD src repository (doc committer) Added files: release/doc/ru_RU.KOI8-R Makefile release/doc/ru_RU.KOI8-R/relnotes/common new.sgml relnotes.ent release/doc/ru_RU.KOI8-R/relnotes/pc98 Makefile article.sgml release/doc/ru_RU.KOI8-R/relnotes/alpha Makefile article.sgml release/doc/ru_RU.KOI8-R/relnotes/amd64 Makefile article.sgml release/doc/ru_RU.KOI8-R/relnotes/ia64 Makefile article.sgml release/doc/ru_RU.KOI8-R/relnotes/i386 Makefile article.sgml release/doc/ru_RU.KOI8-R/relnotes/sparc64 Makefile article.sgml release/doc/ru_RU.KOI8-R/relnotes Makefile Makefile.inc release/doc/ru_RU.KOI8-R/share/sgml catalog release.dsl Log: Add ru_RU.KOI8-R relnotes and build infrastructure Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.1 +21 -0 src/release/doc/ru_RU.KOI8-R/Makefile (new) 1.1 +18 -0 src/release/doc/ru_RU.KOI8-R/relnotes/Makefile (new) 1.1 +12 -0 src/release/doc/ru_RU.KOI8-R/relnotes/Makefile.inc (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/alpha/Makefile (new) 1.1 +32 -0 src/release/doc/ru_RU.KOI8-R/relnotes/alpha/article.sgml (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/amd64/Makefile (new) 1.1 +32 -0 src/release/doc/ru_RU.KOI8-R/relnotes/amd64/article.sgml (new) 1.1 +1035 -0 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/common/relnotes.ent (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/i386/Makefile (new) 1.1 +32 -0 src/release/doc/ru_RU.KOI8-R/relnotes/i386/article.sgml (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/ia64/Makefile (new) 1.1 +32 -0 src/release/doc/ru_RU.KOI8-R/relnotes/ia64/article.sgml (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/pc98/Makefile (new) 1.1 +32 -0 src/release/doc/ru_RU.KOI8-R/relnotes/pc98/article.sgml (new) 1.1 +23 -0 src/release/doc/ru_RU.KOI8-R/relnotes/sparc64/Makefile (new) 1.1 +35 -0 src/release/doc/ru_RU.KOI8-R/relnotes/sparc64/article.sgml (new) 1.1 +12 -0 src/release/doc/ru_RU.KOI8-R/share/sgml/catalog (new) 1.1 +71 -0 src/release/doc/ru_RU.KOI8-R/share/sgml/release.dsl (new) From owner-cvs-src@FreeBSD.ORG Fri May 21 05:05: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 B28FE16A4CE; Fri, 21 May 2004 05:05:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9572443D55; Fri, 21 May 2004 05:05:56 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LC5m5g039844; Fri, 21 May 2004 05:05:48 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LC5mdV039843; Fri, 21 May 2004 05:05:48 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405211205.i4LC5mdV039843@repoman.freebsd.org> From: Ken Smith Date: Fri, 21 May 2004 05:05:48 -0700 (PDT) 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: Fri, 21 May 2004 12:05:56 -0000 kensmith 2004/05/21 05:05:48 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: Upon further review it was decided this piece of the msync(2) fixes was applicable to HEAD, originally it was thought this should only be done in RELENG_4. Implement IO_INVAL in the vnode op for writing by marking the buffer as "no cache". This fix has already been applied to RELENG_4 as Rev. 1.65.2.15 of ufs/ufs/ufs_readwrite.c. Reviewed by: alc, tegge Revision Changes Path 1.130 +2 -0 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Fri May 21 06:40: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 CEB3B16A4D3; Fri, 21 May 2004 06:40:45 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1050943D1D; Fri, 21 May 2004 06:40:45 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EE315653B5; Fri, 21 May 2004 14:40:41 +0100 (BST) 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 17259-02-2; Fri, 21 May 2004 14:40:41 +0100 (BST) Received: from empiric.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 DE2BF653AD; Fri, 21 May 2004 14:40:40 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 3F6F3612E; Fri, 21 May 2004 14:40:38 +0100 (BST) Date: Fri, 21 May 2004 14:40:38 +0100 From: Bruce M Simpson To: Scott Long Message-ID: <20040521134038.GE90068@empiric.dek.spc.org> Mail-Followup-To: Scott Long , "M. Warner Losh" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200405210636.i4L6aadV059034@repoman.freebsd.org> <40ADAF07.2070909@freebsd.org> <20040521.020412.118756775.imp@bsdimp.com> <40ADBC15.6040004@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40ADBC15.6040004@freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 13:40:46 -0000 On Fri, May 21, 2004 at 02:21:41AM -0600, Scott Long wrote: > Well, the 8.3.3 paragraph only specifically mentions the command > register and the BARs. I'm just worried that by touching stuff outside > of this range that you open up the risk of tickling latent buggy > silicon. Exception cases like the ATA hardware doing magic things with > the progif register should be left up to the ATA driver. It's exactly > those kinds of bent-rules that makes me nervous =-) Maybe this behaviour could be enabled or disabled with an instance variable? I can think of one example of hardware which might need this. I owned an IBM ThinkPad T22 with an xl(4) NIC for about a year, and one of the things which annoyed me about suspend/resume was the tendency for it to lose its PCI configuration. Regards, BMS From owner-cvs-src@FreeBSD.ORG Fri May 21 07: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 D1E4F16A4D0 for ; Fri, 21 May 2004 07:07:02 -0700 (PDT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B165143D39 for ; Fri, 21 May 2004 07:07:02 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 11212 invoked from network); 21 May 2004 14:06:40 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 21 May 2004 14:06:40 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i4LE6aoU076796; Fri, 21 May 2004 10:06:36 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Julian Elischer Date: Fri, 21 May 2004 10:07:06 -0400 User-Agent: KMail/1.6 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405211007.06100.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Thomas Moestl cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sparc64 vm_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: Fri, 21 May 2004 14:07:02 -0000 On Thursday 20 May 2004 04:04 pm, Julian Elischer wrote: > On Thu, 20 May 2004, Thomas Moestl wrote: > > On Thu, 2004/05/20 at 11:48:19 -0700, Julian Elischer wrote: > > > While you are there, can you rename it to cpu_exit2() > > > as it has nothing to do with the scheduler.. > > > > As I mentioned previously, the connection is that this function must > > be called with sched_lock held (and it must be held until the final > > cpu_throw() after that). It does tasks that have a connection to > > thread switching, so the name is not really inappropriate. > > > > cpu_exit2 is far less descriptive as a name. > > but less misleading than cpu_sched_sxit() > > switching is nothing to do with the scheduler.. Uh, switching between threads is all the scheduler does. cpu_exit2() is a horrible name. One question for Thomas, can the sparc64 cpu_switch() and/or cpu_throw() just call this function directly to avoid having exit1 ()/thread_exit()/whoever know about it? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri May 21 07:22: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 AC0E616A4CE; Fri, 21 May 2004 07:22:01 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0474643D46; Fri, 21 May 2004 07:22:01 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4LEK5fB045368; Fri, 21 May 2004 08:20:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 21 May 2004 08:20:06 -0600 (MDT) Message-Id: <20040521.082006.70223536.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20040521134038.GE90068@empiric.dek.spc.org> References: <20040521.020412.118756775.imp@bsdimp.com> <40ADBC15.6040004@freebsd.org> <20040521134038.GE90068@empiric.dek.spc.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 14:22:01 -0000 In message: <20040521134038.GE90068@empiric.dek.spc.org> Bruce M Simpson writes: : On Fri, May 21, 2004 at 02:21:41AM -0600, Scott Long wrote: : > Well, the 8.3.3 paragraph only specifically mentions the command : > register and the BARs. I'm just worried that by touching stuff outside : > of this range that you open up the risk of tickling latent buggy : > silicon. Exception cases like the ATA hardware doing magic things with : > the progif register should be left up to the ATA driver. It's exactly : > those kinds of bent-rules that makes me nervous =-) This isn't ata specific. That was just the example that made me think of updating the cache and saving/restoring those registers. I can understand that it makes you nervous, but I don't think we'll find any silicon that's that brain damaged given that the standard specifically says that writes to read-only registered must succeed (although it says so in a round about way). Also, it specifically said 'but not limited to' which implies more needs to be done. : Maybe this behaviour could be enabled or disabled with an instance variable? : I can think of one example of hardware which might need this. I owned an : IBM ThinkPad T22 with an xl(4) NIC for about a year, and one of the things : which annoyed me about suspend/resume was the tendency for it to lose its : PCI configuration. No. That's even worse. The code is going to be uniform accross all devices until someone can produce a legitimate example of a real device that breaks and that we care about supporting. The linux code and the Windows code I'm told, behaves in a similar manner to what we're doing. All I added was a few more registers that we save/restore that are defined in the spec. Having said all that, I'm still contemplating not doing the vendor/subvendor registers. Warner From owner-cvs-src@FreeBSD.ORG Fri May 21 07: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 9A44A16A4CE; Fri, 21 May 2004 07:41:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFF343D2D; Fri, 21 May 2004 07:41:26 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LEf3nc073268; Fri, 21 May 2004 07:41:03 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LEf3Jp073265; Fri, 21 May 2004 07:41:03 -0700 (PDT) (envelope-from imp) Message-Id: <200405211441.i4LEf3Jp073265@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 May 2004 07:41:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 14:41:26 -0000 imp 2004/05/21 07:41:02 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: ifdef writing to registers that the base pci standard says are read-only on D3->D0 power state transition. Add a define to enable them, but include a comment to contact me if there's a problem. Revision Changes Path 1.258 +13 -0 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri May 21 07:50: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 C1EE716A4CE; Fri, 21 May 2004 07:50:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A562643D2D; Fri, 21 May 2004 07:50:32 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LEoP6X075456; Fri, 21 May 2004 07:50:25 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LEoOZh075455; Fri, 21 May 2004 07:50:24 -0700 (PDT) (envelope-from davidxu) Message-Id: <200405211450.i4LEoOZh075455@repoman.freebsd.org> From: David Xu Date: Fri, 21 May 2004 07:50:24 -0700 (PDT) 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_exec.c kern_exit.c kern_thread.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, 21 May 2004 14:50:32 -0000 davidxu 2004/05/21 07:50:24 PDT FreeBSD src repository Modified files: sys/kern kern_exec.c kern_exit.c kern_thread.c Log: Clear KSE thread flags after KSE thread mode is ended. The side effect of not clearing the flags for execv() syscall will result that a new program runs in KSE thread mode without enabling it. Submitted by: tjr Modified by: davidxu Revision Changes Path 1.244 +3 -0 src/sys/kern/kern_exec.c 1.231 +3 -0 src/sys/kern/kern_exit.c 1.177 +1 -1 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Fri May 21 08:24: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 050F316A4CE; Fri, 21 May 2004 08:24:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB45243D1F; Fri, 21 May 2004 08:24:11 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LFNmlj084295; Fri, 21 May 2004 08:23:48 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LFNmct084294; Fri, 21 May 2004 08:23:48 -0700 (PDT) (envelope-from pjd) Message-Id: <200405211523.i4LFNmct084294@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 May 2004 08:23:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/nop geom_nop.c src/sys/geom/nop g_nop.c g_nop.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, 21 May 2004 15:24:12 -0000 pjd 2004/05/21 08:23:48 PDT FreeBSD src repository Modified files: sbin/geom/class/nop geom_nop.c sys/geom/nop g_nop.c g_nop.h Log: - Change command name from 'config' to 'configure'. - Bump version number. Revision Changes Path 1.2 +3 -3 src/sbin/geom/class/nop/geom_nop.c 1.2 +3 -3 src/sys/geom/nop/g_nop.c 1.2 +1 -1 src/sys/geom/nop/g_nop.h From owner-cvs-src@FreeBSD.ORG Fri May 21 09:02: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 D0C7016A4CF; Fri, 21 May 2004 09:02:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3FA143D48; Fri, 21 May 2004 09:02:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LG1tm7097798; Fri, 21 May 2004 09:01:55 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LG1s7J097797; Fri, 21 May 2004 09:01:54 -0700 (PDT) (envelope-from bde) Message-Id: <200405211601.i4LG1s7J097797@repoman.freebsd.org> From: Bruce Evans Date: Fri, 21 May 2004 09:01:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 support.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, 21 May 2004 16:02:09 -0000 bde 2004/05/21 09:01:54 PDT FreeBSD src repository Modified files: sys/i386/i386 support.s Log: Fixed high resoultion profiling of fuword32() and suword32(). Use the standard macro ALTENTRY() instead of a home made incomplete version of it. Revision Changes Path 1.103 +2 -6 src/sys/i386/i386/support.s From owner-cvs-src@FreeBSD.ORG Fri May 21 09:08: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 82AD716A4CE; Fri, 21 May 2004 09:08:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6424843D49; Fri, 21 May 2004 09:08:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LG8Rum099568; Fri, 21 May 2004 09:08:27 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LG8R8m099567; Fri, 21 May 2004 09:08:27 -0700 (PDT) (envelope-from bde) Message-Id: <200405211608.i4LG8R8m099567@repoman.freebsd.org> From: Bruce Evans Date: Fri, 21 May 2004 09:08:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 support.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, 21 May 2004 16:08:27 -0000 bde 2004/05/21 09:08:27 PDT FreeBSD src repository Modified files: sys/i386/i386 support.s Log: Updated and reorganized the comments for the fetch and store families of functions. Revision Changes Path 1.104 +10 -21 src/sys/i386/i386/support.s From owner-cvs-src@FreeBSD.ORG Fri May 21 09:42: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 9CE0516A4CE; Fri, 21 May 2004 09:42:24 -0700 (PDT) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756EF43D3F; Fri, 21 May 2004 09:42:23 -0700 (PDT) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9a.okladot.state.ok.us [10.36.36.31])LAA15712; Fri, 21 May 2004 11:41:48 -0500 Received: from techpc04.okladot.state.ok.us ([199.27.9.37]) by notes9c.okladot.state.ok.us (Lotus Domino Release 5.0.12) with ESMTP id 2004052111422144:91961 ; Fri, 21 May 2004 11:42:21 -0500 Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id 0C5275C78; Fri, 21 May 2004 11:41:12 -0500 (CDT) To: "Josef Karthauser" Followup-To: From: "Paul Seniura" Errors-To: "Paul Seniura" Sender: "Paul Seniura" In-Reply-To: <200405202149.i4KLn4bH031814@repoman.freebsd.org> <200405190918.i4J9I8WJ002677@repoman.freebsd.org> References: <200405202149.i4KLn4bH031814@repoman.freebsd.org> <200405190918.i4J9I8WJ002677@repoman.freebsd.org> Message-Id: <20040521164112.0C5275C78@techpc04.okladot.state.ok.us> Date: Fri, 21 May 2004 11:41:12 -0500 (CDT) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 5.0.12 |February 13, 2003) at 05/21/2004 11:42:21 AM,2003) at 05/21/2004 11:42:22 AM, Serialize complete at 05/21/2004 11:42:22 AM cc: freebsd-current@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: how can we make these scripts use $PORTS_INDEX instead? (re: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Seniura List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 16:42:24 -0000 Just curious. I have these setenv'd & export'd in root's login: PORTS_DBDIR=/home/My_Ports_Db # where INDEX.db lives PORTS_INDEX=/distfiles/My_Ports_Index/INDEX-5 # we're tracking -Current via CTM in attempt to make them system-wide values. How could we make the periodic.conf scripts use these values, instead and automatically, please? I know I might need to setenv them in /etc/login.conf:default entry, too, so cron jobs can see them. (These are different physical disk drives & mount-points on the development system. TPTB here haven't provided more disk space, so I move things around like this. ) (I put 'Followup-To: -current@' for further discussion if needed.) > Log: > MFC: Allow the location of the INDEX file to specified to pkg_version. > This is particularly convenient on a cluster of machines to prevent > having to rebuild the INDEX file on each. >[...] HEAD branch: > Revision Changes Path > 1.29 +1 -0 src/etc/defaults/periodic.conf +pkg_version_index=/usr/ports/INDEX-5 # Use this index file <-- use ${PORTS_INDEX} instead and RELENG_4 branch: > Revision Changes Path > 1.7.2.15 +2 -0 src/etc/defaults/periodic.conf > 1.1.2.6 +1 -1 src/etc/periodic/weekly/400.status-pkg +pkg_version_index=/usr/ports/INDEX # Use this index file <-- use ${PORTS_INDEX} instead Thank you, -- Paul Seniura System Specialist State of Okla. D.O.T. From owner-cvs-src@FreeBSD.ORG Fri May 21 09: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 2872D16A4CF for ; Fri, 21 May 2004 09:47:22 -0700 (PDT) Received: from mail.kgts.ru (terra.kgts.ru [217.30.252.242]) by mx1.FreeBSD.org (Postfix) with SMTP id E90A043D45 for ; Fri, 21 May 2004 09:47:20 -0700 (PDT) (envelope-from pdseniura@techie.com) Received: (qmail 20878 invoked from network); 21 May 2004 16:46:47 -0000 Received: from 182-251-30-217.kgts.ru (HELO 217.30.251.182) (217.30.251.182) by terra.kgts.ru with SMTP; 21 May 2004 16:46:47 -0000 Received: from mail.bancorp.ru by prg.ru with DomainPOP (MDaemon.PRO.v6.0.7.R) for ; Fri, 21 May 2004 20:50:48 +0400 X-Real-To: butenin Received: from mx2.freebsd.org ([216.136.204.119] verified) by mail.telebit.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 18746980 for butenin@prg.ru; Fri, 21 May 2004 20:44:55 +0400 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 914815650C; Fri, 21 May 2004 09:43:15 -0700 (PDT) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1776B16A530; Fri, 21 May 2004 09:43:07 -0700 (PDT) Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE0516A4CE; Fri, 21 May 2004 09:42:24 -0700 (PDT) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756EF43D3F; Fri, 21 May 2004 09:42:23 -0700 (PDT) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9a.okladot.state.ok.us [10.36.36.31])LAA15712; Fri, 21 May 2004 11:41:48 -0500 Received: from techpc04.okladot.state.ok.us ([199.27.9.37]) by notes9c.okladot.state.ok.us (Lotus Domino Release 5.0.12) with ESMTP id 2004052111422144:91961 ; Fri, 21 May 2004 11:42:21 -0500 Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id 0C5275C78; Fri, 21 May 2004 11:41:12 -0500 (CDT) To: "Josef Karthauser" Followup-To: From: "Paul Seniura" In-Reply-To: <200405202149.i4KLn4bH031814@repoman.freebsd.org> <200405190918.i4J9I8WJ002677@repoman.freebsd.org> References: <200405202149.i4KLn4bH031814@repoman.freebsd.org> <200405190918.i4J9I8WJ002677@repoman.freebsd.org> Message-Id: <20040521164112.0C5275C78@techpc04.okladot.state.ok.us> Date: Fri, 21 May 2004 11:41:12 -0500 (CDT) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 5.0.12 |February 13, 2003) at 05/21/2004 11:42:21 AM,2003) at 05/21/2004 11:42:22 AM, Serialize complete at 05/21/2004 11:42:22 AM X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org X-MDRcpt-To: cvs-src@freebsd.org X-MDaemon-Deliver-To: cvs-src@freebsd.org cc: cvs-src@FreeBSD.org cc: freebsd-current@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: how can we make these scripts use $PORTS_INDEX instead? (re: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg) X-BeenThere: cvs-src@freebsd.org Reply-To: Paul Seniura List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 16:47:22 -0000 Just curious. I have these setenv'd & export'd in root's login: PORTS_DBDIR=/home/My_Ports_Db # where INDEX.db lives PORTS_INDEX=/distfiles/My_Ports_Index/INDEX-5 # we're tracking -Current via CTM in attempt to make them system-wide values. How could we make the periodic.conf scripts use these values, instead and automatically, please? I know I might need to setenv them in /etc/login.conf:default entry, too, so cron jobs can see them. (These are different physical disk drives & mount-points on the development system. TPTB here haven't provided more disk space, so I move things around like this. ) (I put 'Followup-To: -current@' for further discussion if needed.) > Log: > MFC: Allow the location of the INDEX file to specified to pkg_version. > This is particularly convenient on a cluster of machines to prevent > having to rebuild the INDEX file on each. >[...] HEAD branch: > Revision Changes Path > 1.29 +1 -0 src/etc/defaults/periodic.conf +pkg_version_index=/usr/ports/INDEX-5 # Use this index file <-- use ${PORTS_INDEX} instead and RELENG_4 branch: > Revision Changes Path > 1.7.2.15 +2 -0 src/etc/defaults/periodic.conf > 1.1.2.6 +1 -1 src/etc/periodic/weekly/400.status-pkg +pkg_version_index=/usr/ports/INDEX # Use this index file <-- use ${PORTS_INDEX} instead Thank you, -- Paul Seniura System Specialist State of Okla. D.O.T. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Fri May 21 09:51: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 89C9616A4CE; Fri, 21 May 2004 09:51:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABFF43D1F; Fri, 21 May 2004 09:51:06 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LGow6H008211; Fri, 21 May 2004 09:50:58 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LGovB5008210; Fri, 21 May 2004 09:50:57 -0700 (PDT) (envelope-from bde) Message-Id: <200405211650.i4LGovB5008210@repoman.freebsd.org> From: Bruce Evans Date: Fri, 21 May 2004 09:50:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 support.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, 21 May 2004 16:51:06 -0000 bde 2004/05/21 09:50:57 PDT FreeBSD src repository Modified files: sys/amd64/amd64 support.S Log: MFi386 (1.103 and 1.104: fixed some problems in high resolution profiling and improved some comments). Also, made the documented {f,s}uword() functions the standard entry points and the undocumented {f,s}uword64() functions alternative entry points, like {f,s}uword32() for i386's. The bitrot in the comments was a little larger here -- there are new undocumented 32-bit sub-word functions, not just renaming of 16-bit functions from documented ones to undocumented ones. Revision Changes Path 1.110 +15 -31 src/sys/amd64/amd64/support.S From owner-cvs-src@FreeBSD.ORG Fri May 21 10:11: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 F151816A4CE; Fri, 21 May 2004 10:11:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D305B43D48; Fri, 21 May 2004 10:11:37 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LHBYUG014116; Fri, 21 May 2004 10:11:34 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LHBYUO014112; Fri, 21 May 2004 10:11:34 -0700 (PDT) (envelope-from yar) Message-Id: <200405211711.i4LHBYUO014112@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 21 May 2004 10:11:34 -0700 (PDT) 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 if_fwe.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, 21 May 2004 17:11:38 -0000 yar 2004/05/21 10:11:34 PDT FreeBSD src repository Modified files: sys/dev/firewire if_fwe.c Log: Mark the capability of this driver to receive VLAN frames >1500 bytes as initially active in if_capenable since it is always on. Reviewed by: simokawa Revision Changes Path 1.29 +1 -0 src/sys/dev/firewire/if_fwe.c From owner-cvs-src@FreeBSD.ORG Fri May 21 10:27: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 5EE3416A4CF for ; Fri, 21 May 2004 10:27:46 -0700 (PDT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CDD43D1F for ; Fri, 21 May 2004 10:27:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 19597 invoked from network); 21 May 2004 17:26:50 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 21 May 2004 17:26:50 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i4LHQlSh078023; Fri, 21 May 2004 13:26:47 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Fri, 21 May 2004 13:27:16 -0400 User-Agent: KMail/1.6 References: <200405181653.i4IGrU6g062365@repoman.freebsd.org> In-Reply-To: <200405181653.i4IGrU6g062365@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405211327.16382.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Fri, 21 May 2004 17:27:46 -0000 On Tuesday 18 May 2004 12:53 pm, Nate Lawson wrote: > njl 2004/05/18 09:53:29 PDT > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpivar.h > Log: > Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them > ourselves. This breaks probing of non-ACPI PCI busses. The problem is that acpi_get_handle() no longer returns NULL if there is no handle. The previous acpi_get_handle() did this: +static __inline ACPI_HANDLE +acpi_get_handle(device_t dev) +{ + uintptr_t up; + + if (BUS_READ_IVAR(device_get_parent(dev), dev, ACPI_IVAR_HANDLE, &up)) + return (NULL); + return ((ACPI_HANDLE)up); +} The __BUS_ACCESSOR() macros do not check for any errors from BUS_READ_IVAR() and just return whatever stack garbage there is if the handle doesn't exist: #define __BUS_ACCESSOR(varp, var, ivarp, ivar, type) \ \ static __inline type varp ## _get_ ## var(device_t dev) \ { \ uintptr_t v; \ BUS_READ_IVAR(device_get_parent(dev), dev, \ ivarp ## _IVAR_ ## ivar, &v); \ return ((type) v); \ } \ __BUS_ACCESSOR() is thus not suitable for cases where the ivar might not exist such as acpi_get_handle() and acpi_get_private(). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri May 21 11: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 D973E16A4CE; Fri, 21 May 2004 11:11:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDB843D48; Fri, 21 May 2004 11:11:58 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LIBc8e027471; Fri, 21 May 2004 11:11:38 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LIBc4d027470; Fri, 21 May 2004 11:11:38 -0700 (PDT) (envelope-from yar) Message-Id: <200405211811.i4LIBc4d027470@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 21 May 2004 11:11:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.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, 21 May 2004 18:11:59 -0000 yar 2004/05/21 11:11:38 PDT FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: The driver fxp(4) has reception of large frames enabled hardcodedly, so let VLAN_MTU be marked in if_capenable from the beginning. Revision Changes Path 1.204 +1 -0 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Fri May 21 11:40: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 1B16816A4CE; Fri, 21 May 2004 11:40:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF99643D41; Fri, 21 May 2004 11:40:36 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LIeWFE032441; Fri, 21 May 2004 11:40:32 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LIeWgE032440; Fri, 21 May 2004 11:40:32 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405211840.i4LIeWgE032440@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 21 May 2004 11:40:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.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, 21 May 2004 18:40:37 -0000 kientzle 2004/05/21 11:40:32 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Add --dereference as a synonym for -H Pointed out by: Kris Kennaway (unbreaks nspr port build) Revision Changes Path 1.16 +1 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Fri May 21 12:31: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 23C9616A4CE; Fri, 21 May 2004 12:31:43 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1069543D45; Fri, 21 May 2004 12:31:43 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <2004052119310701300jd9g4e>; Fri, 21 May 2004 19:31:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA88068; Fri, 21 May 2004 12:31:06 -0700 (PDT) Date: Fri, 21 May 2004 12:31:05 -0700 (PDT) From: Julian Elischer To: John Baldwin In-Reply-To: <200405211007.06100.jhb@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Thomas Moestl cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sparc64 vm_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: Fri, 21 May 2004 19:31:43 -0000 On Fri, 21 May 2004, John Baldwin wrote: > On Thursday 20 May 2004 04:04 pm, Julian Elischer wrote: > > On Thu, 20 May 2004, Thomas Moestl wrote: > > > On Thu, 2004/05/20 at 11:48:19 -0700, Julian Elischer wrote: > > > > While you are there, can you rename it to cpu_exit2() > > > > as it has nothing to do with the scheduler.. > > > > > > As I mentioned previously, the connection is that this function must > > > be called with sched_lock held (and it must be held until the final > > > cpu_throw() after that). It does tasks that have a connection to > > > thread switching, so the name is not really inappropriate. > > > > > > cpu_exit2 is far less descriptive as a name. > > > > but less misleading than cpu_sched_sxit() > > > > switching is nothing to do with the scheduler.. > > Uh, switching between threads is all the scheduler does. cpu_exit2() is a > horrible name. One question for Thomas, can the sparc64 cpu_switch() and/or jeff's scheduler interface leaves the switch code out of the scheduler interface.. The scheduler decides who to run but the switch code actually does it and is scheduler independent.. > cpu_throw() just call this function directly to avoid having exit1 > ()/thread_exit()/whoever know about it? not a bad idea. > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > From owner-cvs-src@FreeBSD.ORG Fri May 21 12:48: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 D1F4016A4CE; Fri, 21 May 2004 12:48:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BC443D31; Fri, 21 May 2004 12:48:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LJltgF053289; Fri, 21 May 2004 12:47:55 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LJltYh053288; Fri, 21 May 2004 12:47:55 -0700 (PDT) (envelope-from imp) Message-Id: <200405211947.i4LJltYh053288@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 May 2004 12:47:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 21 May 2004 19:48:08 -0000 imp 2004/05/21 12:47:55 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Fix cutNpasto in last commit. Revision Changes Path 1.259 +1 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri May 21 13:13: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 7663816A4CE; Fri, 21 May 2004 13:13:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AD243D1F; Fri, 21 May 2004 13:13:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LKDXbG060234; Fri, 21 May 2004 13:13:33 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LKDXg1060233; Fri, 21 May 2004 13:13:33 -0700 (PDT) (envelope-from imp) Message-Id: <200405212013.i4LKDXg1060233@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 May 2004 13:13:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump optr.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, 21 May 2004 20:13:37 -0000 imp 2004/05/21 13:13:33 PDT FreeBSD src repository Modified files: sbin/dump optr.c Log: Enter the 1990's and assume that the computer knows what time it is. Print the ETA of dump being finished, rather than a cryptic delta time. Also, if we have written more blocks than the tapesize, assume that we are 99.99% done and that we'll be finished 'soon'. Revision Changes Path 1.29 +22 -15 src/sbin/dump/optr.c From owner-cvs-src@FreeBSD.ORG Fri May 21 13:34: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 1831416A4CE; Fri, 21 May 2004 13:34:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED2843D2F; Fri, 21 May 2004 13:34:35 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LKY4fv064325; Fri, 21 May 2004 13:34:04 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LKY4em064324; Fri, 21 May 2004 13:34:04 -0700 (PDT) (envelope-from yar) Message-Id: <200405212034.i4LKY4em064324@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 21 May 2004 13:34:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.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, 21 May 2004 20:34:36 -0000 yar 2004/05/21 13:34:04 PDT FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Cosmetic: Set capability bits in a consistent way. Add a comment on why the VLAN_MTU stuff comes after ether_ifattach(). Revision Changes Path 1.205 +6 -2 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Fri May 21 14:04: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 34B6F16A4CF for ; Fri, 21 May 2004 14:04:11 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DE83643D48 for ; Fri, 21 May 2004 14:04:09 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 9200 invoked by uid 65534); 21 May 2004 21:04:06 -0000 Received: from p50907AD5.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.144.122.213) by mail.gmx.net (mp013) with SMTP; 21 May 2004 23:04:06 +0200 X-Authenticated: #5374206 Received: by abel (Postfix, from userid 1001) id E55246D1; Fri, 21 May 2004 23:04:14 +0200 (CEST) Date: Fri, 21 May 2004 23:04:14 +0200 From: Thomas Moestl To: John Baldwin Message-ID: <20040521210408.GA1109@timesink.dyndns.org> References: <200405211007.06100.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405211007.06100.jhb@FreeBSD.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sparc64 vm_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: Fri, 21 May 2004 21:04:11 -0000 On Fri, 2004/05/21 at 10:07:06 -0400, John Baldwin wrote: > On Thursday 20 May 2004 04:04 pm, Julian Elischer wrote: > > On Thu, 20 May 2004, Thomas Moestl wrote: > > > On Thu, 2004/05/20 at 11:48:19 -0700, Julian Elischer wrote: > > > > While you are there, can you rename it to cpu_exit2() > > > > as it has nothing to do with the scheduler.. > > > > > > As I mentioned previously, the connection is that this function must > > > be called with sched_lock held (and it must be held until the final > > > cpu_throw() after that). It does tasks that have a connection to > > > thread switching, so the name is not really inappropriate. > > > > > > cpu_exit2 is far less descriptive as a name. > > > > but less misleading than cpu_sched_sxit() > > > > switching is nothing to do with the scheduler.. > > Uh, switching between threads is all the scheduler does. cpu_exit2() is a > horrible name. One question for Thomas, can the sparc64 cpu_switch() and/or > cpu_throw() just call this function directly to avoid having exit1 > ()/thread_exit()/whoever know about it? That would be impractical, because with the current code, there is a small race window that would require to move the cpu_sched_exit() call before setting the process state to PRS_ZOMB. Moving the code to cpu_throw() would make this completely impossible. However, I am currently testing a patch that moves that work to pmap_release(), which IMHO also makes the code a bit cleaner. That would allow us to remove that callback, and fix the race at the same time. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ "I was going to be a neo-deconstructivist but Mom wouldn't let me." -- Calvin and Hobbes From owner-cvs-src@FreeBSD.ORG Fri May 21 14:15: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 F129716A4CE; Fri, 21 May 2004 14:15:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D329643D3F; Fri, 21 May 2004 14:15:48 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LLFmq5073508; Fri, 21 May 2004 14:15:48 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LLFmcr073507; Fri, 21 May 2004 14:15:48 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405212115.i4LLFmcr073507@repoman.freebsd.org> From: Robert Watson Date: Fri, 21 May 2004 14:15:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ktrdump ktrdump.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, 21 May 2004 21:15:49 -0000 rwatson 2004/05/21 14:15:48 PDT FreeBSD src repository Modified files: usr.bin/ktrdump ktrdump.c Log: When the 'f' flag is passed to ktrdump(1), use 40 characters for the "file and line" field consistently; previously, a 32-character field length was used for the table header, which resulted in the header not lining up with the table. Revision Changes Path 1.6 +1 -1 src/usr.bin/ktrdump/ktrdump.c From owner-cvs-src@FreeBSD.ORG Fri May 21 14:24: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 D565916A4CE; Fri, 21 May 2004 14:24:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B676943D39; Fri, 21 May 2004 14:24:58 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LLOwA5075430; Fri, 21 May 2004 14:24:58 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LLOwD7075429; Fri, 21 May 2004 14:24:58 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405212124.i4LLOwD7075429@repoman.freebsd.org> From: Robert Watson Date: Fri, 21 May 2004 14:24:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ktrdump ktrdump.8 ktrdump.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, 21 May 2004 21:24:59 -0000 rwatson 2004/05/21 14:24:58 PDT FreeBSD src repository Modified files: usr.bin/ktrdump ktrdump.8 ktrdump.c Log: Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't print the pretty text header on top of the output. Simplifies feeding the results of tracing into a script for mechanical processing. Revision Changes Path 1.4 +3 -1 src/usr.bin/ktrdump/ktrdump.8 1.7 +28 -21 src/usr.bin/ktrdump/ktrdump.c From owner-cvs-src@FreeBSD.ORG Fri May 21 14:31: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 BA19016A4CE; Fri, 21 May 2004 14:31:16 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2697243D3F; Fri, 21 May 2004 14:31:16 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i4LLV8rM043130; Fri, 21 May 2004 23:31:08 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Warner Losh From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 21 May 2004 13:13:33 PDT." <200405212013.i4LKDXg1060233@repoman.freebsd.org> Date: Fri, 21 May 2004 23:31:08 +0200 Message-ID: <43129.1085175068@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump optr.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, 21 May 2004 21:31:16 -0000 In message <200405212013.i4LKDXg1060233@repoman.freebsd.org>, Warner Losh write s: >imp 2004/05/21 13:13:33 PDT > > FreeBSD src repository > > Modified files: > sbin/dump optr.c > Log: > Enter the 1990's and assume that the computer knows what time it is. > Print the ETA of dump being finished, rather than a cryptic delta > time. Also, if we have written more blocks than the tapesize, assume > that we are 99.99% done and that we'll be finished 'soon'. Uhm, this is all find and well for running in multiuser, but if you boot single-user the system does not know what time it is (reliably). -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Fri May 21 14:38: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 4B06416A4CE; Fri, 21 May 2004 14:38:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7E143D39; Fri, 21 May 2004 14:38:18 -0700 (PDT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LLcIaw077597; Fri, 21 May 2004 14:38:18 -0700 (PDT) (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LLcHnk077596; Fri, 21 May 2004 14:38:17 -0700 (PDT) (envelope-from josef) Message-Id: <200405212138.i4LLcHnk077596@repoman.freebsd.org> From: Josef El-Rayes Date: Fri, 21 May 2004 14:38:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pccard/pccardd pccard.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: Fri, 21 May 2004 21:38:18 -0000 josef 2004/05/21 14:38:17 PDT FreeBSD src repository (doc committer) Modified files: usr.sbin/pccard/pccardd pccard.conf.5 Log: Some wordsmithing and mdoc(7) cleanup. Submitted by: Michel Lavondès PR: docs/66823 Reviewed by: simon Revision Changes Path 1.24 +27 -14 src/usr.sbin/pccard/pccardd/pccard.conf.5 From owner-cvs-src@FreeBSD.ORG Fri May 21 14:43: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 1DBD516A4CE; Fri, 21 May 2004 14:43:06 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D0E43D2D; Fri, 21 May 2004 14:43:05 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4LLeNQk050072; Fri, 21 May 2004 15:40:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 21 May 2004 15:40:25 -0600 (MDT) Message-Id: <20040521.154025.66007717.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <43129.1085175068@critter.freebsd.dk> References: <200405212013.i4LKDXg1060233@repoman.freebsd.org> <43129.1085175068@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/dump optr.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, 21 May 2004 21:43:06 -0000 In message: <43129.1085175068@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Uhm, this is all find and well for running in multiuser, but if you : boot single-user the system does not know what time it is (reliably). Why wouldn't it? It is no worse than a system that doesn't run ntpd. The RTC is relatively reliable. Sure, it won't be sub-microsecond, but even if it is +- 1 minute or even +- 10 minutes it is much better than it is now. Warner From owner-cvs-src@FreeBSD.ORG Fri May 21 14: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 680A916A4CE; Fri, 21 May 2004 14:45:26 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF9643D1D; Fri, 21 May 2004 14:45:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4LLjCnE050158; Fri, 21 May 2004 15:45:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 21 May 2004 15:45:14 -0600 (MDT) Message-Id: <20040521.154514.13038836.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <43129.1085175068@critter.freebsd.dk> References: <200405212013.i4LKDXg1060233@repoman.freebsd.org> <43129.1085175068@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump optr.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, 21 May 2004 21:45:26 -0000 In message: <43129.1085175068@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Uhm, this is all find and well for running in multiuser, but if you : boot single-user the system does not know what time it is (reliably). We already report the start and end time in dump already, and record it in dump times. This usage of time is much less important than those uses. Warner From owner-cvs-src@FreeBSD.ORG Fri May 21 15:12: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 341CB16A4CE; Fri, 21 May 2004 15:12:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7A343D1F; Fri, 21 May 2004 15:12:53 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LMCPnE086837; Fri, 21 May 2004 15:12:25 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LMCPni086836; Fri, 21 May 2004 15:12:25 -0700 (PDT) (envelope-from pjd) Message-Id: <200405212212.i4LMCPni086836@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 May 2004 15:12:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/concat Makefile gconcat.8 src/sbin/geom/class/stripe Makefile gstripe.8 src/sbin/geom/class/nop Makefile gnop.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: Fri, 21 May 2004 22:12:53 -0000 pjd 2004/05/21 15:12:25 PDT FreeBSD src repository Modified files: sbin/geom/class/concat Makefile sbin/geom/class/stripe Makefile sbin/geom/class/nop Makefile Added files: sbin/geom/class/concat gconcat.8 sbin/geom/class/stripe gstripe.8 sbin/geom/class/nop gnop.8 Log: Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.3 +0 -1 src/sbin/geom/class/concat/Makefile 1.1 +151 -0 src/sbin/geom/class/concat/gconcat.8 (new) 1.3 +0 -1 src/sbin/geom/class/nop/Makefile 1.1 +124 -0 src/sbin/geom/class/nop/gnop.8 (new) 1.3 +0 -1 src/sbin/geom/class/stripe/Makefile 1.1 +155 -0 src/sbin/geom/class/stripe/gstripe.8 (new) From owner-cvs-src@FreeBSD.ORG Fri May 21 15:18: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 D7D4216A4CE; Fri, 21 May 2004 15:18:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C1843D3F; Fri, 21 May 2004 15:18:05 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LMI5a2087199; Fri, 21 May 2004 15:18:05 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LMI5Qk087198; Fri, 21 May 2004 15:18:05 -0700 (PDT) (envelope-from pjd) Message-Id: <200405212218.i4LMI5Qk087198@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 May 2004 15:18:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/concat gconcat.8src/sbin/geom/class/stripe gstripe.8 src/sbin/geom/class/nop gnop.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: Fri, 21 May 2004 22:18:06 -0000 pjd 2004/05/21 15:18:05 PDT FreeBSD src repository Modified files: sbin/geom/class/concat gconcat.8 sbin/geom/class/stripe gstripe.8 sbin/geom/class/nop gnop.8 Log: Force commit to note, that those manual pages were... Reviewed by: simon Revision Changes Path 1.2 +0 -0 src/sbin/geom/class/concat/gconcat.8 1.2 +0 -0 src/sbin/geom/class/nop/gnop.8 1.2 +0 -0 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-src@FreeBSD.ORG Fri May 21 15:35: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 D88BA16A4CE; Fri, 21 May 2004 15:35:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC3743D39; Fri, 21 May 2004 15:35:36 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LMZIAe091492; Fri, 21 May 2004 15:35:18 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LMZITx091491; Fri, 21 May 2004 15:35:18 -0700 (PDT) (envelope-from pjd) Message-Id: <200405212235.i4LMZITx091491@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 May 2004 15:35:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/stripe gstripe.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: Fri, 21 May 2004 22:35:37 -0000 pjd 2004/05/21 15:35:18 PDT FreeBSD src repository Modified files: sbin/geom/class/stripe gstripe.8 Log: - More clear example description. - Fix copy&paste bug. Revision Changes Path 1.3 +4 -4 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-src@FreeBSD.ORG Fri May 21 15:39: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 20AC616A4CE; Fri, 21 May 2004 15:39:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E9F43D1F; Fri, 21 May 2004 15:39:06 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LMcoNN091679; Fri, 21 May 2004 15:38:50 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LMcoqa091678; Fri, 21 May 2004 15:38:50 -0700 (PDT) (envelope-from pjd) Message-Id: <200405212238.i4LMcoqa091678@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 May 2004 15:38:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gconcat Makefile gconcat.8 gconcat.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, 21 May 2004 22:39:06 -0000 pjd 2004/05/21 15:38:50 PDT FreeBSD src repository Removed files: sbin/gconcat Makefile gconcat.8 gconcat.c Log: Remove gconcat(8) utility. It was replaced by geom(8). Revision Changes Path 1.5 +0 -9 src/sbin/gconcat/Makefile (dead) 1.3 +0 -136 src/sbin/gconcat/gconcat.8 (dead) 1.5 +0 -525 src/sbin/gconcat/gconcat.c (dead) From owner-cvs-src@FreeBSD.ORG Fri May 21 17:22: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 C344B16A4CE; Fri, 21 May 2004 17:22:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A51BD43D41; Fri, 21 May 2004 17:22:42 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M0MgLf021930; Fri, 21 May 2004 17:22:42 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M0Mgm9021929; Fri, 21 May 2004 17:22:42 -0700 (PDT) (envelope-from hrs) Message-Id: <200405220022.i4M0Mgm9021929@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 21 May 2004 17:22:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 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, 22 May 2004 00:22:43 -0000 hrs 2004/05/21 17:22:42 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a link to the errata document for convenience. Approved by: re (implicitly) Revision Changes Path 1.22.2.410.2.3 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri May 21 17:23: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 AEDC916A4CE; Fri, 21 May 2004 17:23:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F7A43D2F; Fri, 21 May 2004 17:23:31 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M0NVQl021974; Fri, 21 May 2004 17:23:31 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M0NVPL021973; Fri, 21 May 2004 17:23:31 -0700 (PDT) (envelope-from hrs) Message-Id: <200405220023.i4M0NVPL021973@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 21 May 2004 17:23:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 00:23:31 -0000 hrs 2004/05/21 17:23:31 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) release/doc/share/sgml release.ent Log: Bump &release.current;. Approved by: re (implicitly) Revision Changes Path 1.1.2.25.2.3 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Fri May 21 17:44: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 C37C516A4CE; Fri, 21 May 2004 17:44:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44A443D55; Fri, 21 May 2004 17:44:10 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M0i913026026; Fri, 21 May 2004 17:44:09 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M0i97t026025; Fri, 21 May 2004 17:44:09 -0700 (PDT) (envelope-from mux) Message-Id: <200405220044.i4M0i97t026025@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 21 May 2004 17:44:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp.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, 22 May 2004 00:44:10 -0000 mux 2004/05/21 17:44:09 PDT FreeBSD src repository Modified files: sys/pci agp.c Log: Plug three lock leaks. Revision Changes Path 1.40 +3 -0 src/sys/pci/agp.c From owner-cvs-src@FreeBSD.ORG Fri May 21 17:47: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 9109D16A4CF; Fri, 21 May 2004 17:47:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715C943D5C; Fri, 21 May 2004 17:47:39 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M0lRH0026204; Fri, 21 May 2004 17:47:27 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M0lQ4l026203; Fri, 21 May 2004 17:47:26 -0700 (PDT) (envelope-from marius) Message-Id: <200405220047.i4M0lQ4l026203@repoman.freebsd.org> From: Marius Strobl Date: Fri, 21 May 2004 17:47:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include atomic.h cpufunc.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, 22 May 2004 00:47:39 -0000 marius 2004/05/21 17:47:26 PDT FreeBSD src repository Modified files: sys/sparc64/include atomic.h cpufunc.h Log: Switch from BSD-style u_intXX_t to ISO C99 uintXX_t. Revision Changes Path 1.7 +1 -1 src/sys/sparc64/include/atomic.h 1.18 +4 -4 src/sys/sparc64/include/cpufunc.h From owner-cvs-src@FreeBSD.ORG Fri May 21 17:52: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 0FFA316A4CE; Fri, 21 May 2004 17:52:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E752A43D2D; Fri, 21 May 2004 17:52:20 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M0qG3j027969; Fri, 21 May 2004 17:52:16 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M0qGs8027965; Fri, 21 May 2004 17:52:16 -0700 (PDT) (envelope-from marius) Message-Id: <200405220052.i4M0qGs8027965@repoman.freebsd.org> From: Marius Strobl Date: Fri, 21 May 2004 17:52:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include atomic.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, 22 May 2004 00:52:21 -0000 marius 2004/05/21 17:52:16 PDT FreeBSD src repository Modified files: sys/sparc64/include atomic.h Log: Use unsigned types for the arguments of the atomic(9) operations, like described in the man page and done on all other architectures. OK'ed by: tmm Revision Changes Path 1.8 +4 -4 src/sys/sparc64/include/atomic.h From owner-cvs-src@FreeBSD.ORG Fri May 21 17:58: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 7E47E16A4CE; Fri, 21 May 2004 17:58:14 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEF343D1D; Fri, 21 May 2004 17:58:13 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i4M0wCfQ040895; Sat, 22 May 2004 02:58:12 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i4M0w7Js040894; Sat, 22 May 2004 02:58:07 +0200 (CEST) (envelope-from marius) Date: Sat, 22 May 2004 02:58:06 +0200 From: Marius Strobl To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, mtm@freebsd.org Message-ID: <20040522025806.A1600@newtrinity.zeist.de> References: <200405220052.i4M0qGs8027965@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: <200405220052.i4M0qGs8027965@repoman.freebsd.org>; from marius@freebsd.org on Fri, May 21, 2004 at 05:52:16PM -0700 X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.59; VDF 6.25.0.73 (host: newtrinity.zeist.de) Subject: Re: cvs commit: src/sys/sparc64/include atomic.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, 22 May 2004 00:58:14 -0000 On Fri, May 21, 2004 at 05:52:16PM -0700, Marius Strobl wrote: > marius 2004/05/21 17:52:16 PDT > > FreeBSD src repository > > Modified files: > sys/sparc64/include atomic.h > Log: > Use unsigned types for the arguments of the atomic(9) operations, > like described in the man page and done on all other architectures. > This fixes the current build problems of libthr on sparc64 but the libthr code shouldn't rely on the integer-type of enums. From owner-cvs-src@FreeBSD.ORG Fri May 21 18:28: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 4525516A4CE; Fri, 21 May 2004 18:28:22 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C8B43D1F; Fri, 21 May 2004 18:28:21 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i4M1XBa4046793; Fri, 21 May 2004 19:33:12 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40AEAC72.3030508@freebsd.org> Date: Fri, 21 May 2004 19:27:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200405220052.i4M0qGs8027965@repoman.freebsd.org> <20040522025806.A1600@newtrinity.zeist.de> In-Reply-To: <20040522025806.A1600@newtrinity.zeist.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: mtm@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sparc64/include atomic.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, 22 May 2004 01:28:22 -0000 Marius Strobl wrote: > On Fri, May 21, 2004 at 05:52:16PM -0700, Marius Strobl wrote: > >>marius 2004/05/21 17:52:16 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/sparc64/include atomic.h >> Log: >> Use unsigned types for the arguments of the atomic(9) operations, >> like described in the man page and done on all other architectures. >> > > > This fixes the current build problems of libthr on sparc64 but the > libthr code shouldn't rely on the integer-type of enums. > Thanks a lot for fixing this. I was just starting to take a look at it. Scott From owner-cvs-src@FreeBSD.ORG Fri May 21 18:56: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 8921616A4CE; Fri, 21 May 2004 18:56:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B91943D1D; Fri, 21 May 2004 18:56:40 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M1uIAf041167; Fri, 21 May 2004 18:56:18 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M1uIcQ041166; Fri, 21 May 2004 18:56:18 -0700 (PDT) (envelope-from marius) Message-Id: <200405220156.i4M1uIcQ041166@repoman.freebsd.org> From: Marius Strobl Date: Fri, 21 May 2004 18:56:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hme if_hme.c if_hmereg.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, 22 May 2004 01:56:40 -0000 marius 2004/05/21 18:56:18 PDT FreeBSD src repository Modified files: sys/dev/hme if_hme.c if_hmereg.h Log: Spelling and style fixes. Obtained from: NetBSD Revision Changes Path 1.20 +4 -4 src/sys/dev/hme/if_hme.c 1.5 +18 -18 src/sys/dev/hme/if_hmereg.h From owner-cvs-src@FreeBSD.ORG Fri May 21 18:58: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 7E2B316A4CE; Fri, 21 May 2004 18:58:38 -0700 (PDT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DDE43D49; Fri, 21 May 2004 18:58:38 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i4M1wMIX021187; Fri, 21 May 2004 21:58:22 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040522025806.A1600@newtrinity.zeist.de> References: <200405220052.i4M0qGs8027965@repoman.freebsd.org> <20040522025806.A1600@newtrinity.zeist.de> Date: Fri, 21 May 2004 21:58:21 -0400 To: Marius Strobl , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, mtm@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src/sys/sparc64/include atomic.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, 22 May 2004 01:58:38 -0000 At 2:58 AM +0200 5/22/04, Marius Strobl wrote: >On Fri, May 21, 2004 at 05:52:16PM -0700, Marius Strobl wrote: >> marius 2004/05/21 17:52:16 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/sparc64/include atomic.h >> Log: > > Use unsigned types for the arguments of the atomic(9) > > operations, like described in the man page and done > > on all other architectures. > >This fixes the current build problems of libthr on sparc64 but >the libthr code shouldn't rely on the integer-type of enums. Thanks! -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Fri May 21 21:08: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 3B1C916A4CE; Fri, 21 May 2004 21:08:34 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECBA943D2D; Fri, 21 May 2004 21:08:33 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.132.233) by smtp01.syd.iprimus.net.au (7.0.024) id 409956B4005382BA; Sat, 22 May 2004 14:08:33 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 8889541C7; Sat, 22 May 2004 14:08:36 +1000 (EST) Date: Sat, 22 May 2004 14:08:36 +1000 From: Tim Robbins To: David Xu Message-ID: <20040522040836.GA1431@cat.robbins.dropbear.id.au> References: <200405211450.i4LEoOZh075455@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405211450.i4LEoOZh075455@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_exec.c kern_exit.c kern_thread.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, 22 May 2004 04:08:34 -0000 On Fri, May 21, 2004 at 07:50:24AM -0700, David Xu wrote: > davidxu 2004/05/21 07:50:24 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_exec.c kern_exit.c kern_thread.c > Log: > Clear KSE thread flags after KSE thread mode is ended. The side effect > of not clearing the flags for execv() syscall will result that a new > program runs in KSE thread mode without enabling it. > > Submitted by: tjr > Modified by: davidxu Thanks :-) Tim From owner-cvs-src@FreeBSD.ORG Fri May 21 21:53: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 B25D316A4CE; Fri, 21 May 2004 21:53:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC9243D46; Fri, 21 May 2004 21:53:52 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M4rqCx085835; Fri, 21 May 2004 21:53:52 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M4rq8P085834; Fri, 21 May 2004 21:53:52 -0700 (PDT) (envelope-from alc) Message-Id: <200405220453.i4M4rq8P085834@repoman.freebsd.org> From: Alan Cox Date: Fri, 21 May 2004 21:53:52 -0700 (PDT) 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_extern.h vm_fault.c vm_map.c vm_page.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, 22 May 2004 04:53:52 -0000 alc 2004/05/21 21:53:52 PDT FreeBSD src repository Modified files: sys/vm vm_extern.h vm_fault.c vm_map.c vm_page.c Log: To date, unwiring a fictitious page has produced a panic. The reason being that PHYS_TO_VM_PAGE() returns the wrong vm_page for fictitious pages but unwiring uses PHYS_TO_VM_PAGE(). The resulting panic reported an unexpected wired count. Rather than attempting to fix PHYS_TO_VM_PAGE(), this fix takes advantage of the properties of fictitious pages. Specifically, fictitious pages will never be completely unwired. Therefore, we can keep a fictitious page's wired count forever set to one and thereby avoid the use of PHYS_TO_VM_PAGE() when we know that we're working with a fictitious page, just not which one. In collaboration with: green@, tegge@ PR: kern/29915 Revision Changes Path 1.73 +2 -2 src/sys/vm/vm_extern.h 1.188 +10 -11 src/sys/vm/vm_fault.c 1.335 +13 -5 src/sys/vm/vm_map.c 1.284 +4 -0 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Fri May 21 23:20: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 510EB16A4CE; Fri, 21 May 2004 23:20:35 -0700 (PDT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A4843D2D; Fri, 21 May 2004 23:20:34 -0700 (PDT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 8C99B2BD3F; Sat, 22 May 2004 16:20:03 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 3E47751FC1; Sat, 22 May 2004 15:49:48 +0930 (CST) Date: Sat, 22 May 2004 15:49:48 +0930 From: Greg 'groggy' Lehey To: Pawel Jakub Dawidek Message-ID: <20040522061948.GD91588@wantadilla.lemis.com> References: <200405181133.i4IBXbnH078994@repoman.freebsd.org> <20040518120720.GK845@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wULyF7TL5taEdwHz" Content-Disposition: inline In-Reply-To: <20040518120720.GK845@darkness.comp.waw.pl> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Lukas Ertl Subject: Re: cvs commit: src/share/man/man9 g_access.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.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: Sat, 22 May 2004 06:20:35 -0000 --wULyF7TL5taEdwHz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 18 May 2004 at 14:07:20 +0200, Pawel Jakub Dawidek wrote: > On Tue, May 18, 2004 at 04:33:37AM -0700, Lukas Ertl wrote: > +> le 2004/05/18 04:33:37 PDT > +> > +> FreeBSD src repository > +> > +> Modified files: > +> share/man/man9 g_access.9 g_attach.9 g_bio.9 > +> g_consumer.9 g_data.9 g_event.9 > +> g_provider.9 g_provider_by_name.9 > +> g_wither_geom.9 > +> Log: > +> Update several GEOM related manual pages: > +> > +> *) Fix spelling errors. > +> *) Better english. > +> *) Re-phrasing. > +> > +> Not Reviewed by: pjd (one week timeout) > +> Approved by: grog (mentor) > > !!! Sorry Lukas, I totally forgot about it. FWIW, I'd suggest a two week timeout with a warning sometime round half way. Greg (who is currently reviewing his commit mail once a week). -- Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --wULyF7TL5taEdwHz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFArvEEIubykFB6QiMRArDTAJ414GFR9QK5zgLaNn4F0yGL8EqCBwCeOO1e ApomA79S0j1lDyRw9Emb39I= =/ZWB -----END PGP SIGNATURE----- --wULyF7TL5taEdwHz-- From owner-cvs-src@FreeBSD.ORG Sat May 22 00:27: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 2D13D16A4CE; Sat, 22 May 2004 00:27:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DFC043D1D; Sat, 22 May 2004 00:27:08 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M7QY2V019142; Sat, 22 May 2004 00:26:34 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M7QYAK019141; Sat, 22 May 2004 00:26:34 -0700 (PDT) (envelope-from joerg) Message-Id: <200405220726.i4M7QYAK019141@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 22 May 2004 00:26:34 -0700 (PDT) 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/enigma enigma.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 07:27:08 -0000 joerg 2004/05/22 00:26:34 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/enigma enigma.1 Log: MFC: rev 1.8/1.9, fix description of the symmetric nature of the enigma encryption, update xrefs. Revision Changes Path 1.5.2.3 +18 -9 src/usr.bin/enigma/enigma.1 From owner-cvs-src@FreeBSD.ORG Sat May 22 00:30: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 0766916A4CE; Sat, 22 May 2004 00:30:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB5743D2D; Sat, 22 May 2004 00:30:27 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M7ThKf019297; Sat, 22 May 2004 00:29:43 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M7ThXM019296; Sat, 22 May 2004 00:29:43 -0700 (PDT) (envelope-from joerg) Message-Id: <200405220729.i4M7ThXM019296@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 22 May 2004 00:29:43 -0700 (PDT) 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 smb.4 smbus.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, 22 May 2004 07:30:28 -0000 joerg 2004/05/22 00:29:43 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 smb.4 smbus.4 Log: MFC: smb.4 rev 1.10: much more detailed description of the API smbus.4 rev 1.14: add xref URL to SMBus specs Revision Changes Path 1.6.2.3 +148 -16 src/share/man/man4/smb.4 1.9.2.4 +5 -1 src/share/man/man4/smbus.4 From owner-cvs-src@FreeBSD.ORG Sat May 22 01:26: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 1E52716A4CE; Sat, 22 May 2004 01:26:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0055143D41; Sat, 22 May 2004 01:26:20 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M8QAIu038464; Sat, 22 May 2004 01:26:10 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M8QADP038463; Sat, 22 May 2004 01:26:10 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405220826.i4M8QADP038463@repoman.freebsd.org> From: Robert Watson Date: Sat, 22 May 2004 01:26:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ktrdump ktrdump.8 ktrdump.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, 22 May 2004 08:26:20 -0000 rwatson 2004/05/22 01:26:10 PDT FreeBSD src repository Modified files: usr.bin/ktrdump ktrdump.8 ktrdump.c Log: Add a "-r" flag to ktrdump(1) to print relative timestamps when used with "-t" rather than absolute timestamps. This allows the reader to get a better sense of latency between events, such as time to schedule an interrupt thread from time the interrupt occurred. Assert a copyright on ktrdump.c since I seem to be modifying it more than I thought. Revision Changes Path 1.5 +3 -1 src/usr.bin/ktrdump/ktrdump.8 1.8 +19 -5 src/usr.bin/ktrdump/ktrdump.c From owner-cvs-src@FreeBSD.ORG Sat May 22 02:30: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 0E03D16A4CE; Sat, 22 May 2004 02:30:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D670D43D48; Sat, 22 May 2004 02:30:47 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4M9Tro8051663; Sat, 22 May 2004 02:29:53 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4M9Traj051662; Sat, 22 May 2004 02:29:53 -0700 (PDT) (envelope-from le) Message-Id: <200405220929.i4M9Traj051662@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 22 May 2004 02:29:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.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, 22 May 2004 09:30:48 -0000 le 2004/05/22 02:29:53 PDT FreeBSD src repository Modified files: sys/dev/usb umass.c Log: Fix typos in comments. Submitted by: Gerhard Gonter Revision Changes Path 1.106 +9 -9 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Sat May 22 03:33: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 E1F3016A4CE; Sat, 22 May 2004 03:33:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C569D43D31; Sat, 22 May 2004 03:33:39 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MAXJF6066802; Sat, 22 May 2004 03:33:19 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MAXJH8066801; Sat, 22 May 2004 03:33:19 -0700 (PDT) (envelope-from pjd) Message-Id: <200405221033.i4MAXJH8066801@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 22 May 2004 03:33:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggatel 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, 22 May 2004 10:33:40 -0000 pjd 2004/05/22 03:33:19 PDT FreeBSD src repository Modified files: sbin/ggate/ggatel Makefile Log: style.Makefile(5). Revision Changes Path 1.3 +6 -6 src/sbin/ggate/ggatel/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 22 03:53: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 698EA16A4CE; Sat, 22 May 2004 03:53:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8A843D1F; Sat, 22 May 2004 03:53:27 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MAr6OP070959; Sat, 22 May 2004 03:53:06 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MAr6PH070958; Sat, 22 May 2004 03:53:06 -0700 (PDT) (envelope-from pjd) Message-Id: <200405221053.i4MAr6PH070958@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 22 May 2004 03:53:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/nop gnop.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, 22 May 2004 10:53:27 -0000 pjd 2004/05/22 03:53:06 PDT FreeBSD src repository Modified files: sbin/geom/class/nop gnop.8 Log: Be more precise. Revision Changes Path 1.3 +8 -7 src/sbin/geom/class/nop/gnop.8 From owner-cvs-src@FreeBSD.ORG Sat May 22 03:59: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 8405F16A4CE; Sat, 22 May 2004 03:59:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D67243D1D; Sat, 22 May 2004 03:59:57 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MAwro8071252; Sat, 22 May 2004 03:58:53 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MAwrnj071251; Sat, 22 May 2004 03:58:53 -0700 (PDT) (envelope-from pjd) Message-Id: <200405221058.i4MAwrnj071251@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 22 May 2004 03:58:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/geom_nop Makefile runtests.sh test-1.sh test-2.sh src/tools/regression/geom_stripe Makefile runtests.sh test-1.sh test-2.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: Sat, 22 May 2004 10:59:57 -0000 pjd 2004/05/22 03:58:53 PDT FreeBSD src repository Added files: tools/regression/geom_nop Makefile runtests.sh test-1.sh test-2.sh tools/regression/geom_stripe Makefile runtests.sh test-1.sh test-2.sh Log: Add regression tests for geom_stripe and geom_nop. Supported by: Wheel - Open Technologies - http://www.wheel.pl Revision Changes Path 1.1 +8 -0 src/tools/regression/geom_nop/Makefile (new) 1.1 +8 -0 src/tools/regression/geom_nop/runtests.sh (new) 1.1 +23 -0 src/tools/regression/geom_nop/test-1.sh (new) 1.1 +27 -0 src/tools/regression/geom_nop/test-2.sh (new) 1.1 +8 -0 src/tools/regression/geom_stripe/Makefile (new) 1.1 +8 -0 src/tools/regression/geom_stripe/runtests.sh (new) 1.1 +27 -0 src/tools/regression/geom_stripe/test-1.sh (new) 1.1 +32 -0 src/tools/regression/geom_stripe/test-2.sh (new) From owner-cvs-src@FreeBSD.ORG Sat May 22 05:20: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 C92AA16A4CE; Sat, 22 May 2004 05:20:45 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDF143D3F; Sat, 22 May 2004 05:20:45 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id E2DDE5C85F; Sat, 22 May 2004 05:20:00 -0700 (PDT) Date: Sat, 22 May 2004 14:20:00 +0200 From: Maxime Henrion To: John Baldwin Message-ID: <20040522122000.GJ700@elvis.mu.org> References: <200405181653.i4IGrU6g062365@repoman.freebsd.org> <200405211327.16382.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405211327.16382.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Sat, 22 May 2004 12:20:46 -0000 John Baldwin wrote: > On Tuesday 18 May 2004 12:53 pm, Nate Lawson wrote: > > njl 2004/05/18 09:53:29 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica acpivar.h > > Log: > > Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them > > ourselves. > > This breaks probing of non-ACPI PCI busses. I confirm this. My system has one ACPI PCI bus and one non-ACPI PCI bus. With revision 1.65 of acpivar.h, my system panics when attaching the non-ACPI PCI bus, trying to dereference NULL. It works OK if I rollbak to acpivar.h revision 1.64. Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Sat May 22 06:07: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 AC4A316A4CE; Sat, 22 May 2004 06:07:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D7243D1D; Sat, 22 May 2004 06:07:12 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MD6cf0006734; Sat, 22 May 2004 06:06:38 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MD6c3e006733; Sat, 22 May 2004 06:06:38 -0700 (PDT) (envelope-from mux) Message-Id: <200405221306.i4MD6c3e006733@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 22 May 2004 06:06:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c agppriv.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, 22 May 2004 13:07:12 -0000 mux 2004/05/22 06:06:38 PDT FreeBSD src repository Modified files: sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c agppriv.h Log: Get rid of a lockmgr consumer by making agp(4) use a standard mutex, since it's always acquiring the lock exclusively. This was tested with X on an SMP box, with and without WITNESS. Revision Changes Path 1.41 +10 -12 src/sys/pci/agp.c 1.11 +0 -1 src/sys/pci/agp_ali.c 1.19 +0 -1 src/sys/pci/agp_amd.c 1.29 +0 -1 src/sys/pci/agp_i810.c 1.23 +0 -1 src/sys/pci/agp_intel.c 1.4 +0 -1 src/sys/pci/agp_nvidia.c 1.12 +0 -1 src/sys/pci/agp_sis.c 1.14 +0 -1 src/sys/pci/agp_via.c 1.4 +2 -2 src/sys/pci/agppriv.h From owner-cvs-src@FreeBSD.ORG Sat May 22 06:15: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 7B7E616A4CE; Sat, 22 May 2004 06:15:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E23443D31; Sat, 22 May 2004 06:15:48 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MDFEAN008816; Sat, 22 May 2004 06:15:14 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MDFEV0008815; Sat, 22 May 2004 06:15:14 -0700 (PDT) (envelope-from mux) Message-Id: <200405221315.i4MDFEV0008815@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 22 May 2004 06:15:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm 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: Sat, 22 May 2004 13:15:48 -0000 mux 2004/05/22 06:15:14 PDT FreeBSD src repository Modified files: sys/arm/arm nexus.c Log: Remove two debugging printf(). On behalf of: cognet Revision Changes Path 1.2 +0 -2 src/sys/arm/arm/nexus.c From owner-cvs-src@FreeBSD.ORG Sat May 22 06:18: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 63CA416A4CE; Sat, 22 May 2004 06:18:06 -0700 (PDT) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D23243D1F; Sat, 22 May 2004 06:18:05 -0700 (PDT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.12.11/8.12.11) with ESMTP id i4MDO3CL090865; Sat, 22 May 2004 15:24:03 +0200 (CEST) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.12.11/8.12.11/Submit) id i4MDO3OX090864; Sat, 22 May 2004 15:24:03 +0200 (CEST) (envelope-from doginou) Date: Sat, 22 May 2004 15:24:03 +0200 From: Olivier Houchard To: Maxime Henrion Message-ID: <20040522132403.GA90849@ci0.org> References: <200405221315.i4MDFEV0008815@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405221315.i4MDFEV0008815@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/arm/arm 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: Sat, 22 May 2004 13:18:06 -0000 On Sat, May 22, 2004 at 06:15:14AM -0700, Maxime Henrion wrote: > mux 2004/05/22 06:15:14 PDT > > FreeBSD src repository > > Modified files: > sys/arm/arm nexus.c > Log: > Remove two debugging printf(). > > On behalf of: cognet > > Revision Changes Path > 1.2 +0 -2 src/sys/arm/arm/nexus.c Thanks! Olivier From owner-cvs-src@FreeBSD.ORG Sat May 22 07:00: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 04B3E16A4CF; Sat, 22 May 2004 07:00:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAAF43D2D; Sat, 22 May 2004 07:00:14 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MDxHin016969; Sat, 22 May 2004 06:59:17 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MDxHZI016968; Sat, 22 May 2004 06:59:17 -0700 (PDT) (envelope-from yar) Message-Id: <200405221359.i4MDxHZI016968@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 22 May 2004 06:59:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/gx if_gx.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, 22 May 2004 14:00:15 -0000 yar 2004/05/22 06:59:17 PDT FreeBSD src repository Modified files: sys/dev/gx if_gx.c Log: Don't forget to reset if_hwassist back to 0 when hardware checksumming is being turned off, or else TCP/IP will keep assigning the job to us. Drivers themselves should consult if_capenable, not if_hwassist--the latter is for the TCP/IP stack. Revision Changes Path 1.17 +3 -1 src/sys/dev/gx/if_gx.c From owner-cvs-src@FreeBSD.ORG Sat May 22 07:19: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 228BB16A4CE; Sat, 22 May 2004 07:19:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060FC43D48; Sat, 22 May 2004 07:19:06 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MEI5Zt022088; Sat, 22 May 2004 07:18:05 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MEI5dp022087; Sat, 22 May 2004 07:18:05 -0700 (PDT) (envelope-from le) Message-Id: <200405221418.i4MEI5dp022087@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 22 May 2004 07:18:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci_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: Sat, 22 May 2004 14:19:06 -0000 le 2004/05/22 07:18:05 PDT FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c Log: Add Intel PCI vendor ID. Revision Changes Path 1.11 +4 -0 src/sys/dev/usb/ehci_pci.c From owner-cvs-src@FreeBSD.ORG Sat May 22 08:20: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 0F73F16A4CE; Sat, 22 May 2004 08:20:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BFC43D2D; Sat, 22 May 2004 08:20:38 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MFJf6E035494; Sat, 22 May 2004 08:19:41 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MFJfAE035493; Sat, 22 May 2004 08:19:41 -0700 (PDT) (envelope-from tjr) Message-Id: <200405221519.i4MFJfAE035493@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 22 May 2004 08:19:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio fgetwc.c findfp.c fputwc.c freopen.c fseek.c local.h ungetwc.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, 22 May 2004 15:20:38 -0000 tjr 2004/05/22 08:19:41 PDT FreeBSD src repository Modified files: lib/libc/stdio fgetwc.c findfp.c fputwc.c freopen.c fseek.c local.h ungetwc.c Log: Associate a multibyte conversion state object with each stream. Reset it to the initial state when a stream is opened or seeked upon. Use the stream's conversion state object instead of a freshly-zeroed one in fgetwc(), fputwc() and ungetwc(). This is only a performance improvement for now, but it would also be required in order to support state-dependent encodings. Revision Changes Path 1.9 +13 -16 src/lib/libc/stdio/fgetwc.c 1.29 +1 -5 src/lib/libc/stdio/findfp.c 1.9 +3 -5 src/lib/libc/stdio/fputwc.c 1.13 +1 -0 src/lib/libc/stdio/freopen.c 1.41 +2 -0 src/lib/libc/stdio/fseek.c 1.24 +2 -11 src/lib/libc/stdio/local.h 1.8 +2 -5 src/lib/libc/stdio/ungetwc.c From owner-cvs-src@FreeBSD.ORG Sat May 22 08: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 413E116A4CE; Sat, 22 May 2004 08:41:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F6A43D41; Sat, 22 May 2004 08:41:53 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MFf38I039646; Sat, 22 May 2004 08:41:03 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MFf3AX039645; Sat, 22 May 2004 08:41:03 -0700 (PDT) (envelope-from tjr) Message-Id: <200405221541.i4MFf3AX039645@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 22 May 2004 08:41:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio fgetwc.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, 22 May 2004 15:41:53 -0000 tjr 2004/05/22 08:41:03 PDT FreeBSD src repository Modified files: lib/libc/stdio fgetwc.c Log: Perform conversions straight from the stream buffer instead of scanning through byte by byte with mbrtowc(). In the usual case (buffer is big enough to contain the multibyte character, character does not straddle buffer boundary) this results in only one call to mbrtowc() for each wide character read. Revision Changes Path 1.10 +19 -18 src/lib/libc/stdio/fgetwc.c From owner-cvs-src@FreeBSD.ORG Sat May 22 09:14: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 7596516A4CE; Sat, 22 May 2004 09:14:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6C143D1D; Sat, 22 May 2004 09:14:25 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGEIO3054523; Sat, 22 May 2004 09:14:18 -0700 (PDT) (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGEInt054522; Sat, 22 May 2004 09:14:18 -0700 (PDT) (envelope-from dfr) Message-Id: <200405221614.i4MGEInt054522@repoman.freebsd.org> From: Doug Rabson Date: Sat, 22 May 2004 09:14:18 -0700 (PDT) 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 firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwmem.c fwmem.h fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h fwphyreg.h iec13213.h iec68113.h if_fwe.c sbp.c sbp.h sbp_targ.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, 22 May 2004 16:14:25 -0000 dfr 2004/05/22 09:14:18 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwmem.c fwmem.h fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h fwphyreg.h iec13213.h iec68113.h if_fwe.c sbp.c sbp.h sbp_targ.c Log: Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to uint32_t where appropriate. Revision Changes Path 1.74 +36 -36 src/sys/dev/firewire/firewire.c 1.19 +53 -53 src/sys/dev/firewire/firewire.h 1.35 +30 -30 src/sys/dev/firewire/firewirereg.h 1.11 +28 -28 src/sys/dev/firewire/fwcrom.c 1.41 +4 -4 src/sys/dev/firewire/fwdev.c 1.28 +15 -15 src/sys/dev/firewire/fwmem.c 1.7 +8 -8 src/sys/dev/firewire/fwmem.h 1.76 +59 -59 src/sys/dev/firewire/fwohci.c 1.43 +2 -2 src/sys/dev/firewire/fwohci_pci.c 1.18 +40 -40 src/sys/dev/firewire/fwohcireg.h 1.13 +3 -3 src/sys/dev/firewire/fwohcivar.h 1.2 +118 -118 src/sys/dev/firewire/fwphyreg.h 1.12 +50 -50 src/sys/dev/firewire/iec13213.h 1.8 +49 -49 src/sys/dev/firewire/iec68113.h 1.30 +1 -1 src/sys/dev/firewire/if_fwe.c 1.76 +20 -20 src/sys/dev/firewire/sbp.c 1.4 +25 -25 src/sys/dev/firewire/sbp.h 1.7 +37 -37 src/sys/dev/firewire/sbp_targ.c From owner-cvs-src@FreeBSD.ORG Sat May 22 09: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 A711B16A4CE; Sat, 22 May 2004 09:18:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8962F43D2F; Sat, 22 May 2004 09:18:31 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGHvnp054755; Sat, 22 May 2004 09:17:57 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGHv0s054754; Sat, 22 May 2004 09:17:57 -0700 (PDT) (envelope-from pjd) Message-Id: <200405221617.i4MGHv0s054754@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 22 May 2004 09:17:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/concat gconcat.8src/sbin/geom/class/stripe gstripe.8 src/sbin/geom/class/nop gnop.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, 22 May 2004 16:18:31 -0000 pjd 2004/05/22 09:17:57 PDT FreeBSD src repository Modified files: sbin/geom/class/concat gconcat.8 sbin/geom/class/stripe gstripe.8 sbin/geom/class/nop gnop.8 Log: Actually we are also able to list only choosen providers. Revision Changes Path 1.3 +2 -1 src/sbin/geom/class/concat/gconcat.8 1.4 +2 -1 src/sbin/geom/class/nop/gnop.8 1.4 +2 -1 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-src@FreeBSD.ORG Sat May 22 09:43: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 7002116A4CE; Sat, 22 May 2004 09:43:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A19543D45; Sat, 22 May 2004 09:43:49 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGhgug060742; Sat, 22 May 2004 09:43:42 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGhgg3060741; Sat, 22 May 2004 09:43:42 -0700 (PDT) (envelope-from marius) Message-Id: <200405221643.i4MGhgg3060741@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 09:43:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw openfirmio.c openfirmio.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, 22 May 2004 16:43:49 -0000 marius 2004/05/22 09:43:42 PDT FreeBSD src repository Modified files: sys/dev/ofw openfirmio.c openfirmio.h Log: - Move OFW_NAME_MAX, used as a limit for OFW property names and device identifiers, to openfirmio.h as OFIOCMAXNAME, so programs can use it for buffer sizes etc. Note: Although this is only a rough upper limit to make the code more robust and to prevent the allocation of ridiculous amounts of memory, the current limit of one page (8191 + '\0' in openfirm_getstr()) still appears a bit high. The maximum length of OFW property names is 31. I didn't find a maximum length for the device identifiers in the OFW documentation but it certainly is much smaller than 8191, too. - Enable the OFIOCSET ioctl, i.e. move it out from under #if 0. - Don't use openfirm_getstr() for the property value in OFIOCSET, there are also properties whose values aren't strings and it makes sense to use a different maximum length for property values than OFW_NAME_MAX/ OFIOCMAXNAME. The maximum accepted property value is defined in openfirmio.h as OFIOCMAXVALUE (currently the maximum size of the value of the nvramrc property). - Make OFIOCSET not return EINVAL when OF_setprop() returns a different length for the written value than it was told to write, this is normal for the text string values of the properties in the OFW /options node. Instead, only return EINVAL if OF_setprop() returned -1 (value could not be written or property could not be created). Add a comment about the specialty of the OFW /options node. - Make OFIOCSET return the length of the written value returned by OF_setprop(), just like OF_getprop() does. Quite useful, at least for debugging. Reviewed by: tmm Revision Changes Path 1.10 +18 -10 src/sys/dev/ofw/openfirmio.c 1.4 +6 -3 src/sys/dev/ofw/openfirmio.h From owner-cvs-src@FreeBSD.ORG Sat May 22 09:45: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 0B0BF16A4CE; Sat, 22 May 2004 09:45:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04E343D1D; Sat, 22 May 2004 09:45:19 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGjJB5060879; Sat, 22 May 2004 09:45:19 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGjJX8060878; Sat, 22 May 2004 09:45:19 -0700 (PDT) (envelope-from marius) Message-Id: <200405221645.i4MGjJX8060878@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 09:45:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw openfirm.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, 22 May 2004 16:45:20 -0000 marius 2004/05/22 09:45:19 PDT FreeBSD src repository Modified files: sys/dev/ofw openfirm.c Log: - Rearrange a comment to fit in 80 chars per line, like the rest of this file. - Remove a superfluous ';'. Revision Changes Path 1.12 +4 -4 src/sys/dev/ofw/openfirm.c From owner-cvs-src@FreeBSD.ORG Sat May 22 09:51: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 705FD16A4CE; Sat, 22 May 2004 09:51:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 695A343D1F; Sat, 22 May 2004 09:51:43 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGpEC7061145; Sat, 22 May 2004 09:51:14 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGpCEA061133; Sat, 22 May 2004 09:51:13 -0700 (PDT) (envelope-from marius) Message-Id: <200405221651.i4MGpCEA061133@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 09:51:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ofwdump Makefile ofw_util.c ofw_util.h ofwdump.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, 22 May 2004 16:51:43 -0000 marius 2004/05/22 09:51:12 PDT FreeBSD src repository Modified files: usr.sbin/ofwdump Makefile ofw_util.c ofw_util.h ofwdump.c Log: - Change ofwdump(8) to use sysexits(3) exit codes. - Make the code use the new OFIOCMAXVALUE instead of defining the maximum length of property values locally. - Move the application specific parts from ofw_util.c to ofwdump.c in order to make ofw_util.c more library-like. While ofw_dump_properties() could be made non-specific to ofwdump(8) it's currently optimized for use in ofwdump(8) and making it a library-like function would just complicate the code unnecessarily. - Minor clean-up in ofw_util.c, e.g. make its use of getopt(3) the way it's described in style(9), make its usage() static, etc. - Add a comment in ofw_util.c about why it doesn't call usage() when neither the "-a" option nor a node-name where given. - Add ofw_optnode() and ofw_setprop(), helper functions for the OFIOCGETOPTNODE and OFIOCSET ioctls respectively, to ofw_util.[c,h]. - Be consistent with the use of 'const' in ofw_util.[c,h] and add 'const' to the function arguments that are acutally const but weren't declared as such. - Mark WARNS=6 clean. Approved by: tmm Revision Changes Path 1.4 +1 -1 src/usr.sbin/ofwdump/Makefile 1.5 +40 -130 src/usr.sbin/ofwdump/ofw_util.c 1.3 +5 -6 src/usr.sbin/ofwdump/ofw_util.h 1.2 +139 -5 src/usr.sbin/ofwdump/ofwdump.c From owner-cvs-src@FreeBSD.ORG Sat May 22 09:56: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 64C2B16A4CF; Sat, 22 May 2004 09:56:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4512343D1D; Sat, 22 May 2004 09:56:28 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGu6VP062999; Sat, 22 May 2004 09:56:06 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGu50k062998; Sat, 22 May 2004 09:56:05 -0700 (PDT) (envelope-from marius) Message-Id: <200405221656.i4MGu50k062998@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 09:56:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/eeprom Makefile eeprom.8 eeprom.c ofw_options.c ofw_options.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, 22 May 2004 16:56:28 -0000 marius 2004/05/22 09:56:05 PDT FreeBSD src repository Added files: usr.sbin/eeprom Makefile eeprom.8 eeprom.c ofw_options.c ofw_options.h Log: Add eeprom(8), a utility to display and modify system configurations stored in EEPROM or NVRAM. It's inspired by the NetBSD eeprom(8) and the SunOS/Solaris eeprom(1M) utilities. Currently, this eeprom(8) only supports systems equipped with Open Firmware and is only tested on Sun machines but should work on any platform using Open Firmware. A bit more specific, eeprom(8) can be used on these systems to do the same under FreeBSD as can be done using the printenv and setenv commandos in the boot monitor. One thing that only hardly can be done using the boot monitor but easily with eeprom(8) is to write a logo to the "oem-logo" property. eeprom(8) may also be useful to recover the boot monitor password (in the default configuration only as root, of course), i.e. when the boot monitor allows you to boot but you can't alter the configuration because the password is unknown. The man page may also be a useful reference of the various configuration variables. The idea of eeprom(8) is that handlers can be written to add support for any firmware that stores such configuration in EEPROM or NVRAM; sort of e.g. eeprom(1M) on Solaris/x86 is used to turn PAE-support on and off (stored in a file then, not hardware). In FreeBSD, a candidate for this would be a handler for the EFI boot environment for FreeBSD/ia64. eeprom(8) uses some code from NetBSD (eeprom.c and the base for eeprom.8), the handler for the Open Firmware /options node (ofw_options.[c,h]) was written using ofw_util.[c,h] from ofwdump(8). Reviewed by: ru (slightly earlier version of the man page) Revision Changes Path 1.3 +12 -0 src/usr.sbin/eeprom/Makefile (new) 1.3 +668 -0 src/usr.sbin/eeprom/eeprom.8 (new) 1.4 +153 -0 src/usr.sbin/eeprom/eeprom.c (new) 1.1 +314 -0 src/usr.sbin/eeprom/ofw_options.c (new) 1.1 +34 -0 src/usr.sbin/eeprom/ofw_options.h (new) From owner-cvs-src@FreeBSD.ORG Sat May 22 09: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 E54C016A4CE; Sat, 22 May 2004 09:58:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C702E43D1F; Sat, 22 May 2004 09:58:09 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGvdXY063086; Sat, 22 May 2004 09:57:39 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGvdAY063085; Sat, 22 May 2004 09:57:39 -0700 (PDT) (envelope-from pjd) Message-Id: <200405221657.i4MGvdAY063085@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 22 May 2004 09:57:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/core geom.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, 22 May 2004 16:58:10 -0000 pjd 2004/05/22 09:57:39 PDT FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Add standard command "help" to print usage. Revision Changes Path 1.2 +14 -3 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Sat May 22 10:00: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 48B7516A4CE; Sat, 22 May 2004 10:00:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCA243D1F; Sat, 22 May 2004 10:00:05 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MGxZVG063180; Sat, 22 May 2004 09:59:35 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MGxZo1063179; Sat, 22 May 2004 09:59:35 -0700 (PDT) (envelope-from marius) Message-Id: <200405221659.i4MGxZo1063179@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 09:59:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 17:00:05 -0000 marius 2004/05/22 09:59:34 PDT FreeBSD src repository Modified files: . modules Log: Add an entry for eeprom(8). Revision Changes Path 1.6853 +1 -0 CVSROOT/modules From owner-cvs-src@FreeBSD.ORG Sat May 22 10:03: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 2FC4016A4CE; Sat, 22 May 2004 10:03:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E5543D1D; Sat, 22 May 2004 10:03:58 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MH3r0h066061; Sat, 22 May 2004 10:03:53 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MH3qJr066060; Sat, 22 May 2004 10:03:52 -0700 (PDT) (envelope-from marius) Message-Id: <200405221703.i4MH3qJr066060@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 10:03:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin 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, 22 May 2004 17:03:58 -0000 marius 2004/05/22 10:03:52 PDT FreeBSD src repository Modified files: usr.sbin Makefile Log: Hook eeprom(8) up to the FreeBSD/sparc64 build. Revision Changes Path 1.299 +2 -0 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 22 10:07: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 75C0916A4CE; Sat, 22 May 2004 10:07:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597A843D45; Sat, 22 May 2004 10:07:07 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MH6sBo066219; Sat, 22 May 2004 10:06:54 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MH6sck066218; Sat, 22 May 2004 10:06:54 -0700 (PDT) (envelope-from marius) Message-Id: <200405221706.i4MH6sck066218@repoman.freebsd.org> From: Marius Strobl Date: Sat, 22 May 2004 10:06:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ofwdump ofwdump.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, 22 May 2004 17:07:07 -0000 marius 2004/05/22 10:06:54 PDT FreeBSD src repository Modified files: usr.sbin/ofwdump ofwdump.8 Log: - Add a reference to eeprom(8). - Spell Open Firmware as "Open Firmware", the way it's done on OpenFirmware.org. Revision Changes Path 1.4 +4 -2 src/usr.sbin/ofwdump/ofwdump.8 From owner-cvs-src@FreeBSD.ORG Sat May 22 10:21: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 8D8FF16A4CE; Sat, 22 May 2004 10:21:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707F043D1F; Sat, 22 May 2004 10:21:13 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MHK0Dc068527; Sat, 22 May 2004 10:20:00 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MHK09C068526; Sat, 22 May 2004 10:20:00 -0700 (PDT) (envelope-from njl) Message-Id: <200405221720.i4MHK09C068526@repoman.freebsd.org> From: Nate Lawson Date: Sat, 22 May 2004 10:20:00 -0700 (PDT) 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 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: Sat, 22 May 2004 17:21:13 -0000 njl 2004/05/22 10:20:00 PDT FreeBSD src repository Modified files: sys/dev/acpica acpivar.h Log: Revert the previous commit. The bus accessor macros do not check the return value for BUS_READ_IVAR and thus don't generate the proper NULL in cases where a device (i.e. on PCI) does not have a handle. Found by: peadar, tjr Revision Changes Path 1.66 +56 -3 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Sat May 22 10:38: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 BFC5516A4CE for ; Sat, 22 May 2004 10:38:35 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A09AA43D39 for ; Sat, 22 May 2004 10:38:35 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 58827 invoked by uid 1000); 22 May 2004 17:38:02 -0000 Date: Sat, 22 May 2004 10:38:02 -0700 (PDT) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20040521.020412.118756775.imp@bsdimp.com> Message-ID: <20040522103658.P58631@root.org> References: <200405210636.i4L6aadV059034@repoman.freebsd.org> <40ADAF07.2070909@freebsd.org> <20040521.020412.118756775.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci 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: Sat, 22 May 2004 17:38:35 -0000 On Fri, 21 May 2004, M. Warner Losh wrote: > In message: <40ADAF07.2070909@freebsd.org> > Scott Long writes: > : Warner Losh wrote: > : > imp 2004/05/20 23:36:36 PDT > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/dev/pci pci.c > : > Log: > : > MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, > : > subclass, progif and revid. While these are typically read > : > only fields, they aren't always read-only. progif is writable > : > for ata devices, for example. It does no harm when they are > : > read only, and helps when they aren't. > : > > : > Revision Changes Path > : > 1.252 +16 -0 src/sys/dev/pci/pci.c > : > : Shouldn't it be left up to the device drivers to decide if a buggy piece > : of silicon needs to be touched like this? I really don't like the bus > : unilaterally enforcing this on everything. > > This just preserves the values across a D3 -> D0 state transition. > This seems to be required by the 1.1 version of the pci power spec: > > Section 5.4: "When a function is brought back to D0..., > software will need to perform a full initialization of the > function, including its PCI Configuration space." > > Section 8.3.3: For example, reinitialization includes, but is > not necessarily limited to, restoring the Base Address > registers, re-enabling the I/O and memory spaces, re-enabling > bus master capabilities, and unmasking any IRQs or PCI > Interrupts as well as restoring the INT Line > register. Furthermore, if the function has the DSI bit set, > the operating system is required to execute whatever > initialization code is necessary, either via the device > driver's initialization code or by executing POST. > > My reading of these two sections lead me to save this information. I didn't know the code didn't do this fully before. Yes, it is important to save/restore all the headers across a D3 transition. I don't know of any devices this breaks. -Nate From owner-cvs-src@FreeBSD.ORG Sat May 22 10:40: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 D6C6116A4CE for ; Sat, 22 May 2004 10:40:35 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A1E0643D2D for ; Sat, 22 May 2004 10:40:35 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 58845 invoked by uid 1000); 22 May 2004 17:40:01 -0000 Date: Sat, 22 May 2004 10:40:01 -0700 (PDT) From: Nate Lawson To: Bruce M Simpson In-Reply-To: <20040521134038.GE90068@empiric.dek.spc.org> Message-ID: <20040522103854.I58631@root.org> References: <200405210636.i4L6aadV059034@repoman.freebsd.org> <40ADAF07.2070909@freebsd.org> <20040521.020412.118756775.imp@bsdimp.com> <40ADBC15.6040004@freebsd.org> <20040521134038.GE90068@empiric.dek.spc.org> 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 cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/pci 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: Sat, 22 May 2004 17:40:35 -0000 On Fri, 21 May 2004, Bruce M Simpson wrote: > On Fri, May 21, 2004 at 02:21:41AM -0600, Scott Long wrote: > > Well, the 8.3.3 paragraph only specifically mentions the command > > register and the BARs. I'm just worried that by touching stuff outside > > of this range that you open up the risk of tickling latent buggy > > silicon. Exception cases like the ATA hardware doing magic things with > > the progif register should be left up to the ATA driver. It's exactly > > those kinds of bent-rules that makes me nervous =-) > > Maybe this behaviour could be enabled or disabled with an instance variable? > I can think of one example of hardware which might need this. I owned an > IBM ThinkPad T22 with an xl(4) NIC for about a year, and one of the things > which annoyed me about suspend/resume was the tendency for it to lose its > PCI configuration. Yes, this almost certainly required it. The question is whether any PCI device could be broken from excessive poking of its config space. I really doubt this. -Nate From owner-cvs-src@FreeBSD.ORG Sat May 22 10:49: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 E5A9416A4CE; Sat, 22 May 2004 10:49:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C832843D5A; Sat, 22 May 2004 10:49:57 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MHnsnc074726; Sat, 22 May 2004 10:49:54 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MHnsAQ074725; Sat, 22 May 2004 10:49:54 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405221749.i4MHnsAQ074725@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 22 May 2004 10:49:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.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, 22 May 2004 17:49:58 -0000 kientzle 2004/05/22 10:49:54 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Add --no-same-owner as a synonym for -o. Note that bsdtar's -o (which follows SUSv2) is not the same as GNU tar's -o. In GNU tar, -o and --no-same-owner are not synonyms. Pointed out by: Kris Kennaway (required by xpenguins port) Revision Changes Path 1.17 +1 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Sat May 22 13:29: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 6DC3816A4CE; Sat, 22 May 2004 13:29:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D3B43D53; Sat, 22 May 2004 13:29:00 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MKSrCn016274; Sat, 22 May 2004 13:28:53 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MKSrGk016273; Sat, 22 May 2004 13:28:53 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405222028.i4MKSrGk016273@repoman.freebsd.org> From: Ken Smith Date: Sat, 22 May 2004 13:28:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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: Sat, 22 May 2004 20:29:00 -0000 kensmith 2004/05/22 13:28:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/vm vm_map.c Log: It was found the previous commit causes a severe change in behavior of msync( ...,MS_INVALIDATE) on NFS-mounted partitions. Given this is a stable branch and the issue being addressed to begin with may not concern some users we are providing a way to get the old behavior if desired. The default will be to have the new behavior which is to only flush pages from memory if they are not dirty. By changing the sysctl vm.old_msync users can get the old behavior back. Because of the unified VM/buffer-cache system what to do as a proper fix to this issue is proving to be quite difficult. It is still being worked on but we need this stop-gap solution for now. Revision Changes Path 1.187.2.29 +7 -1 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Sat May 22 16:09: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 801E116A4CE; Sat, 22 May 2004 16:09:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A1E43D39; Sat, 22 May 2004 16:09:06 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MN8nvm052284; Sat, 22 May 2004 16:08:49 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MN8n6a052283; Sat, 22 May 2004 16:08:49 -0700 (PDT) (envelope-from gad) Message-Id: <200405222308.i4MN8n6a052283@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 22 May 2004 16:08:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sysctl.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, 22 May 2004 23:09:06 -0000 gad 2004/05/22 16:08:49 PDT FreeBSD src repository Modified files: sys/sys sysctl.h Log: Define a KERN_PROC_RGID option for kvm_getprocs(). Submitted by: Cyrille Lefevre Revision Changes Path 1.129 +1 -0 src/sys/sys/sysctl.h From owner-cvs-src@FreeBSD.ORG Sat May 22 16:09: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 0DAC016A4CE; Sat, 22 May 2004 16:09:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B3B43D39; Sat, 22 May 2004 16:09:41 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MN9KQ4052329; Sat, 22 May 2004 16:09:20 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MN9JpK052328; Sat, 22 May 2004 16:09:19 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405222309.i4MN9JpK052328@repoman.freebsd.org> From: Ken Smith Date: Sat, 22 May 2004 16:09:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 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: Sat, 22 May 2004 23:09:42 -0000 kensmith 2004/05/22 16:09:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/vm vm_map.c Log: MFS of Rev. 1.187.2.29, adding sysctl "vm.old_msync" to allow users to choose the old msync(... MS_INVALIDATE) heuristics if needed. Approved by: re (scottl) Revision Changes Path 1.187.2.24.2.4 +7 -1 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Sat May 22 16:12: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 E025816A4CE; Sat, 22 May 2004 16:12:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19E643D1F; Sat, 22 May 2004 16:12:13 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MNBiAc053634; Sat, 22 May 2004 16:11:44 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MNBij8053630; Sat, 22 May 2004 16:11:44 -0700 (PDT) (envelope-from gad) Message-Id: <200405222311.i4MNBij8053630@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 22 May 2004 16:11:44 -0700 (PDT) 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_proc.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, 22 May 2004 23:12:14 -0000 gad 2004/05/22 16:11:44 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Implement the new KERN_PROC_RGID option, and also implement the KERN_PROC_SESSION option which had been previously defined but never implemented. PR: bin/65803 (a very tiny piece of the PR)` Submitted by: Cyrille Lefevre Revision Changes Path 1.203 +28 -0 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Sat May 22 16:14: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 63D3A16A4CE; Sat, 22 May 2004 16:14:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AED43D1F; Sat, 22 May 2004 16:14:36 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MNDwml054313; Sat, 22 May 2004 16:13:58 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MNDw6B054312; Sat, 22 May 2004 16:13:58 -0700 (PDT) (envelope-from gad) Message-Id: <200405222313.i4MNDw6B054312@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 22 May 2004 16:13:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.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, 22 May 2004 23:14:36 -0000 gad 2004/05/22 16:13:58 PDT FreeBSD src repository Modified files: bin/ps ps.c Log: Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options (if trying to match only one real-group or one session-id), now that those options are implemented in src/sys/kern/kern_proc.c (v1.203). PR: bin/65803 (a very tiny piece of the PR) Submitted by: Cyrille Lefevre Revision Changes Path 1.89 +5 -8 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sat May 22 17:00: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 62DE816A4CE; Sat, 22 May 2004 17:00:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4427443D31; Sat, 22 May 2004 17:00:42 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4N00A35068605; Sat, 22 May 2004 17:00:10 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4N00AXj068604; Sat, 22 May 2004 17:00:10 -0700 (PDT) (envelope-from mux) Message-Id: <200405230000.i4N00AXj068604@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 22 May 2004 17:00:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp.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, 23 May 2004 00:00:42 -0000 mux 2004/05/22 17:00:10 PDT FreeBSD src repository Modified files: sys/pci agp.c Log: In agp_generic_bind_memory(), grab the needed pages before acquiring the agp mutex. We do this because vm_page_grab() called with the VM_ALLOC_RETRY flag can sleep. Pointed out by: alc Revision Changes Path 1.42 +42 -30 src/sys/pci/agp.c From owner-cvs-src@FreeBSD.ORG Sat May 22 19:51: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 95E6A16A4CE; Sat, 22 May 2004 19:51:56 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E47543D48; Sat, 22 May 2004 19:51:56 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4N2nY2Y064874; Sat, 22 May 2004 20:49:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 22 May 2004 20:49:41 -0600 (MDT) Message-Id: <20040522.204941.88514900.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040522103658.P58631@root.org> References: <40ADAF07.2070909@freebsd.org> <20040521.020412.118756775.imp@bsdimp.com> <20040522103658.P58631@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci 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: Sun, 23 May 2004 02:51:56 -0000 In message: <20040522103658.P58631@root.org> Nate Lawson writes: : On Fri, 21 May 2004, M. Warner Losh wrote: : > In message: <40ADAF07.2070909@freebsd.org> : > Scott Long writes: : > : Warner Losh wrote: : > : > imp 2004/05/20 23:36:36 PDT : > : > : > : > FreeBSD src repository : > : > : > : > Modified files: : > : > sys/dev/pci pci.c : > : > Log: : > : > MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, : > : > subclass, progif and revid. While these are typically read : > : > only fields, they aren't always read-only. progif is writable : > : > for ata devices, for example. It does no harm when they are : > : > read only, and helps when they aren't. : > : > : > : > Revision Changes Path : > : > 1.252 +16 -0 src/sys/dev/pci/pci.c : > : : > : Shouldn't it be left up to the device drivers to decide if a buggy piece : > : of silicon needs to be touched like this? I really don't like the bus : > : unilaterally enforcing this on everything. : > : > This just preserves the values across a D3 -> D0 state transition. : > This seems to be required by the 1.1 version of the pci power spec: : > : > Section 5.4: "When a function is brought back to D0..., : > software will need to perform a full initialization of the : > function, including its PCI Configuration space." : > : > Section 8.3.3: For example, reinitialization includes, but is : > not necessarily limited to, restoring the Base Address : > registers, re-enabling the I/O and memory spaces, re-enabling : > bus master capabilities, and unmasking any IRQs or PCI : > Interrupts as well as restoring the INT Line : > register. Furthermore, if the function has the DSI bit set, : > the operating system is required to execute whatever : > initialization code is necessary, either via the device : > driver's initialization code or by executing POST. : > : > My reading of these two sections lead me to save this information. : : I didn't know the code didn't do this fully before. Yes, it is important : to save/restore all the headers across a D3 transition. I don't know of : any devices this breaks. Well, we're talking exclusively about the vendor, device, subvendor, subdevice, class, subclass and progif fields, which are obstensively read-only. However, the pci standards are self-contradictory. The main 2.2 one says they are read-only (without defining what that means that I could find), yet the pciide spec says that progif had writable bits... The other fields have already been restored for a few weeks now on D3 -> D0 transition. Warner