From owner-cvs-src@FreeBSD.ORG Sun Mar 13 01:47:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517DE16A4CE; Sun, 13 Mar 2005 01:47:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2785043D48; Sun, 13 Mar 2005 01:47:32 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D1lWxi000379; Sun, 13 Mar 2005 01:47:32 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D1lW5h000378; Sun, 13 Mar 2005 01:47:32 GMT (envelope-from kientzle) Message-Id: <200503130147.j2D1lW5h000378@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 01:47:31 +0000 (UTC) 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: Sun, 13 Mar 2005 01:47:32 -0000 kientzle 2005-03-13 01:47:31 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_open_file.c Log: If the output is not a regular file, it's okay to add it to the archive. In particular, /dev/st0 can be added to an archive being written to /dev/st0. Thanks to: Jaakko Heinonen Revision Changes Path 1.11 +9 -2 src/lib/libarchive/archive_write_open_file.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 01:48:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DE216A4CE; Sun, 13 Mar 2005 01:48:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A60443D3F; Sun, 13 Mar 2005 01:48:33 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D1mXJs000437; Sun, 13 Mar 2005 01:48:33 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D1mXIq000436; Sun, 13 Mar 2005 01:48:33 GMT (envelope-from kientzle) Message-Id: <200503130148.j2D1mXIq000436@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 01:48:33 +0000 (UTC) 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_compression_gzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 01:48:33 -0000 kientzle 2005-03-13 01:48:33 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_compression_gzip.c Log: Include detailed error message from zlib after a decompression error. Revision Changes Path 1.9 +3 -0 src/lib/libarchive/archive_read_support_compression_gzip.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 01:51:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A269916A4CE; Sun, 13 Mar 2005 01:51:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E3843D1D; Sun, 13 Mar 2005 01:51:16 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D1pGWO000603; Sun, 13 Mar 2005 01:51:16 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D1pGGg000602; Sun, 13 Mar 2005 01:51:16 GMT (envelope-from kientzle) Message-Id: <200503130151.j2D1pGGg000602@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 01:51:16 +0000 (UTC) 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_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: Sun, 13 Mar 2005 01:51:16 -0000 kientzle 2005-03-13 01:51:16 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_open_file.c Log: Better error messages on read and file-open errors. Revision Changes Path 1.8 +15 -3 src/lib/libarchive/archive_read_open_file.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 01:52:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69E216A4CE; Sun, 13 Mar 2005 01:52:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE34143D5C; Sun, 13 Mar 2005 01:52:35 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D1qZnO000695; Sun, 13 Mar 2005 01:52:35 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D1qZeg000694; Sun, 13 Mar 2005 01:52:35 GMT (envelope-from kientzle) Message-Id: <200503130152.j2D1qZeg000694@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 01:52:35 +0000 (UTC) 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_cpio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 01:52:36 -0000 kientzle 2005-03-13 01:52:35 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_cpio.c Log: Correctly pass low-level I/O errors back up to the caller when reading cpio format. Revision Changes Path 1.12 +4 -1 src/lib/libarchive/archive_read_support_format_cpio.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 01:54:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C0016A4CE; Sun, 13 Mar 2005 01:54:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA0E43D5E; Sun, 13 Mar 2005 01:54:41 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D1sfkA000759; Sun, 13 Mar 2005 01:54:41 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D1sfIF000758; Sun, 13 Mar 2005 01:54:41 GMT (envelope-from mlaier) Message-Id: <200503130154.j2D1sfIF000758@repoman.freebsd.org> From: Max Laier Date: Sun, 13 Mar 2005 01:54:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 01:54:41 -0000 mlaier 2005-03-13 01:54:41 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Unbreak build with POLLING. I should really listen and test with NOTES instead of the module build. Revision Changes Path 1.42 +1 -1 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 02:35:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C3E716A4CE; Sun, 13 Mar 2005 02:35:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2454243D53; Sun, 13 Mar 2005 02:35:53 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D2ZrXs002626; Sun, 13 Mar 2005 02:35:53 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D2Zrdu002625; Sun, 13 Mar 2005 02:35:53 GMT (envelope-from kientzle) Message-Id: <200503130235.j2D2Zrdu002625@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 02:35:53 +0000 (UTC) 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: Sun, 13 Mar 2005 02:35:53 -0000 kientzle 2005-03-13 02:35:52 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: When rejecting rediculously large pax attributes (such as pathnames over 1MB), issue a warning instead of forcing an internal assertion failure. Revision Changes Path 1.31 +5 -2 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 02:43:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9A016A4CE; Sun, 13 Mar 2005 02:43:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A546643D41; Sun, 13 Mar 2005 02:43:01 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D2h1eQ002905; Sun, 13 Mar 2005 02:43:01 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D2h14w002904; Sun, 13 Mar 2005 02:43:01 GMT (envelope-from bmah) Message-Id: <200503130243.j2D2h14w002904@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 13 Mar 2005 02:43:01 +0000 (UTC) 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: Sun, 13 Mar 2005 02:43:01 -0000 bmah 2005-03-13 02:43:01 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC noted: libgpib. Updated release note: GNOME 2.10 Added trademark notices. Revision Changes Path 1.821 +13 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Mar 13 02:53:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F124F16A4CE; Sun, 13 Mar 2005 02:53:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22CE43D48; Sun, 13 Mar 2005 02:53:42 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D2rgsQ003340; Sun, 13 Mar 2005 02:53:42 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D2rgeW003339; Sun, 13 Mar 2005 02:53:42 GMT (envelope-from kientzle) Message-Id: <200503130253.j2D2rgeW003339@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 02:53:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile archive_entry.c archive_entry.h archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 02:53:43 -0000 kientzle 2005-03-13 02:53:42 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_entry.c archive_entry.h archive_read_extract.c Log: Support extracting entries with pathnames longer than PATH_MAX. In testing, I've archived and restored dir trees with ~1MB pathnames. Most formats, of course, have much smaller limits. Revision Changes Path 1.31 +1 -1 src/lib/libarchive/Makefile 1.25 +6 -0 src/lib/libarchive/archive_entry.c 1.13 +1 -0 src/lib/libarchive/archive_entry.h 1.37 +96 -26 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 04:07:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA6516A4CF; Sun, 13 Mar 2005 04:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633EA43D2D; Sun, 13 Mar 2005 04:07:41 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D47fI3007109; Sun, 13 Mar 2005 04:07:41 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D47fbe007108; Sun, 13 Mar 2005 04:07:41 GMT (envelope-from iedowse) Message-Id: <200503130407.j2D47fbe007108@repoman.freebsd.org> From: Ian Dowse Date: Sun, 13 Mar 2005 04:07:41 +0000 (UTC) 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.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 04:07:41 -0000 iedowse 2005-03-13 04:07:41 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Fix the arrangement of periodic QH tree to give the correct interval between passes over a QH. Previously the accesses to a QH were bunched together in time, so the interval was often much longer than intended. This now appears to match the diagrams in the EHCI spec, so remove the XXX comment. Revision Changes Path 1.31 +6 -4 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 04:12:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D31416A4CF; Sun, 13 Mar 2005 04:12:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0430F43D2D; Sun, 13 Mar 2005 04:12:31 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D4CUP1007357; Sun, 13 Mar 2005 04:12:30 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D4CUAa007356; Sun, 13 Mar 2005 04:12:30 GMT (envelope-from kientzle) Message-Id: <200503130412.j2D4CUAa007356@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 04:12:30 +0000 (UTC) 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 Makefile bsdtar.1 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: Sun, 13 Mar 2005 04:12:31 -0000 kientzle 2005-03-13 04:12:30 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h read.c Log: Add --strip-components option, per bin/77666. Thanks to: Sangwoo Shim Revision Changes Path 1.15 +1 -1 src/usr.bin/tar/Makefile 1.25 +6 -0 src/usr.bin/tar/bsdtar.1 1.59 +6 -1 src/usr.bin/tar/bsdtar.c 1.21 +1 -0 src/usr.bin/tar/bsdtar.h 1.22 +58 -0 src/usr.bin/tar/read.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 04:24:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB5DE16A4CF; Sun, 13 Mar 2005 04:24:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B37A43D41; Sun, 13 Mar 2005 04:24:51 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D4Opfc008972; Sun, 13 Mar 2005 04:24:51 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D4OpPH008971; Sun, 13 Mar 2005 04:24:51 GMT (envelope-from bmah) Message-Id: <200503130424.j2D4OpPH008971@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 13 Mar 2005 04:24:51 +0000 (UTC) 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: Sun, 13 Mar 2005 04:24:52 -0000 bmah 2005-03-13 04:24:51 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Move configuration file note from kernel to userland, no content changes. Minor markup/grammar fixes: jail(8) security.jail.chflags_allowed, cpufreq(4), ng_ipfw(4), ips(4) crash dumps, resolver query order, manpage rewrites. Revision Changes Path 1.822 +15 -15 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Mar 13 06:25:54 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A69716A4CE; Sun, 13 Mar 2005 06:25:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D269243D53; Sun, 13 Mar 2005 06:25:53 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D6PrEF020910; Sun, 13 Mar 2005 06:25:53 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D6PrwB020909; Sun, 13 Mar 2005 06:25:53 GMT (envelope-from scottl) Message-Id: <200503130625.j2D6PrwB020909@repoman.freebsd.org> From: Scott Long Date: Sun, 13 Mar 2005 06:25:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/amr amr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 06:25:54 -0000 scottl 2005-03-13 06:25:53 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: Fix a null pointer de-ref when passthrough ioctls are issued. This involves some code shuffle to avoid locking problems. MFC After: 3 days Revision Changes Path 1.62 +11 -8 src/sys/dev/amr/amr.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 07:53:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D2516A4CE for ; Sun, 13 Mar 2005 07:53:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E374643D31 for ; Sun, 13 Mar 2005 07:53:48 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so1390399wra for ; Sat, 12 Mar 2005 23:53:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=sxDP35aAjqDG/RrllNnpMOMxZrHa94a7ZreCylgRA9yMJUuQPutBIieNdnozf1WjRXd1jGXDTDUQ4T+AO0qBg05V4exv507+TLH6nrSTqS45tV5xo2cU9EDpfmVvOAA+BIy3sPaPwMevupML/aj/5G8AMrvIYG8ovPxH5+bz4KI= Received: by 10.54.77.7 with SMTP id z7mr1092749wra; Sat, 12 Mar 2005 23:53:48 -0800 (PST) Received: by 10.54.7.50 with HTTP; Sat, 12 Mar 2005 23:53:48 -0800 (PST) Message-ID: Date: Sat, 12 Mar 2005 23:53:48 -0800 From: "Jack L." To: cvs-src@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: xxjack12xx@hotmail.com X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Jack L." List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 07:53:49 -0000 Hi, I was wondering, will FreeBSD ever update gzip to the latest version? From owner-cvs-src@FreeBSD.ORG Sun Mar 13 08:07:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E843E16A4CE; Sun, 13 Mar 2005 08:07:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD60443D1F; Sun, 13 Mar 2005 08:07:11 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D87Bww024534; Sun, 13 Mar 2005 08:07:11 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D87BIi024533; Sun, 13 Mar 2005 08:07:11 GMT (envelope-from dougb) Message-Id: <200503130807.j2D87BIi024533@repoman.freebsd.org> From: Doug Barton Date: Sun, 13 Mar 2005 08:07:11 +0000 (UTC) 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 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, 13 Mar 2005 08:07:12 -0000 dougb 2005-03-13 08:07:11 UTC FreeBSD src repository Modified files: etc/rc.d Makefile Log: Unhook the recently departed lomac file from the build. Forgotten by: trhodes (the real one) Revision Changes Path 1.50 +1 -1 src/etc/rc.d/Makefile From owner-cvs-src@FreeBSD.ORG Sun Mar 13 08:53:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B92016A4CE; Sun, 13 Mar 2005 08:53:24 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0AD43D31; Sun, 13 Mar 2005 08:53:23 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (ip68-230-188-82.dc.dc.cox.net [68.230.188.82]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j2D8rMMp016808 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 13 Mar 2005 03:53:23 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sun, 13 Mar 2005 03:53:11 -0500 From: Tom Rhodes To: Doug Barton Message-ID: <20050313035311.3bdc1c96@mobile.pittgoth.com> In-Reply-To: <200503130807.j2D87BIi024533@repoman.freebsd.org> References: <200503130807.j2D87BIi024533@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) 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/etc/rc.d 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, 13 Mar 2005 08:53:24 -0000 On Sun, 13 Mar 2005 08:07:11 +0000 (UTC) Doug Barton wrote: > dougb 2005-03-13 08:07:11 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d Makefile > Log: > Unhook the recently departed lomac file from the build. > > Forgotten by: trhodes (the real one) > > Revision Changes Path > 1.50 +1 -1 src/etc/rc.d/Makefile > Well spank me, that wasn't too bright. Thanks!! -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun Mar 13 09:05:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455AC16A4CE; Sun, 13 Mar 2005 09:05:41 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F9CD43D41; Sun, 13 Mar 2005 09:05:41 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from [192.168.0.3] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (rwcrmhc12) with ESMTP id <2005031309054001400jhg4te>; Sun, 13 Mar 2005 09:05:40 +0000 Message-ID: <423402A2.4040707@FreeBSD.org> Date: Sun, 13 Mar 2005 01:06:42 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Rhodes References: <200503130807.j2D87BIi024533@repoman.freebsd.org> <20050313035311.3bdc1c96@mobile.pittgoth.com> In-Reply-To: <20050313035311.3bdc1c96@mobile.pittgoth.com> X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; 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/etc/rc.d 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, 13 Mar 2005 09:05:41 -0000 Tom Rhodes wrote: > On Sun, 13 Mar 2005 08:07:11 +0000 (UTC) > Doug Barton wrote: > > >>dougb 2005-03-13 08:07:11 UTC >> >> FreeBSD src repository >> >> Modified files: >> etc/rc.d Makefile >> Log: >> Unhook the recently departed lomac file from the build. >> >> Forgotten by: trhodes (the real one) >> >> Revision Changes Path >> 1.50 +1 -1 src/etc/rc.d/Makefile >> > > > Well spank me, Dream on big boy. > that wasn't too bright. Thanks!! Heh, no worries. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Sun Mar 13 09:36:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9420316A4CE; Sun, 13 Mar 2005 09:36:30 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id F148343D48; Sun, 13 Mar 2005 09:36:29 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (ip68-230-188-82.dc.dc.cox.net [68.230.188.82]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j2D9aSMp017039 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 13 Mar 2005 04:36:28 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sun, 13 Mar 2005 04:36:17 -0500 From: Tom Rhodes To: Doug Barton Message-ID: <20050313043617.70f62080@mobile.pittgoth.com> In-Reply-To: <423402A2.4040707@FreeBSD.org> References: <200503130807.j2D87BIi024533@repoman.freebsd.org> <20050313035311.3bdc1c96@mobile.pittgoth.com> <423402A2.4040707@FreeBSD.org> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) 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/etc/rc.d 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, 13 Mar 2005 09:36:30 -0000 On Sun, 13 Mar 2005 01:06:42 -0800 Doug Barton wrote: > Tom Rhodes wrote: > > On Sun, 13 Mar 2005 08:07:11 +0000 (UTC) > > Doug Barton wrote: > > > > > >>dougb 2005-03-13 08:07:11 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> etc/rc.d Makefile > >> Log: > >> Unhook the recently departed lomac file from the build. > >> > >> Forgotten by: trhodes (the real one) > >> > >> Revision Changes Path > >> 1.50 +1 -1 src/etc/rc.d/Makefile > >> > > > > > > Well spank me, > > Dream on big boy. *insert witty reply here* -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun Mar 13 10:13:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5B016A4CE; Sun, 13 Mar 2005 10:13:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655B543D55; Sun, 13 Mar 2005 10:13:23 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DADNWM036446; Sun, 13 Mar 2005 10:13:23 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DADN6F036445; Sun, 13 Mar 2005 10:13:23 GMT (envelope-from brueffer) Message-Id: <200503131013.j2DADN6F036445@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 13 Mar 2005 10:13:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 aac.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, 13 Mar 2005 10:13:23 -0000 brueffer 2005-03-13 10:13:22 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 aac.4 Log: MFC: rev. 1.31 s/cdrom/CD-ROM/ Approved by: re (blanket) Revision Changes Path 1.25.2.4 +1 -1 src/share/man/man4/aac.4 From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:23:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 597A516A4CE; Sun, 13 Mar 2005 11:23:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4B243D3F; Sun, 13 Mar 2005 11:23:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBNNBN039546; Sun, 13 Mar 2005 11:23:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBNNCS039545; Sun, 13 Mar 2005 11:23:23 GMT (envelope-from glebius) Message-Id: <200503131123.j2DBNNCS039545@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 13 Mar 2005 11:23:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet if_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, 13 Mar 2005 11:23:23 -0000 glebius 2005-03-13 11:23:23 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Embrace with #ifdef DEV_CARP carp-related code. Revision Changes Path 1.136 +7 -2 src/sys/netinet/if_ether.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:42:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221E116A4CE; Sun, 13 Mar 2005 11:42:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC18D43D68; Sun, 13 Mar 2005 11:42:16 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBgGLf040581; Sun, 13 Mar 2005 11:42:16 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBgGSR040580; Sun, 13 Mar 2005 11:42:16 GMT (envelope-from jeff) Message-Id: <200503131142.j2DBgGSR040580@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:42:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vnode_if.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 11:42:17 -0000 jeff 2005-03-13 11:42:16 UTC FreeBSD src repository Modified files: sys/kern vnode_if.src Log: - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnode on enter, exit, error. This allows for the removal of the XLOCK. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.76 +4 -4 src/sys/kern/vnode_if.src From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:44:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DEC616A4CE; Sun, 13 Mar 2005 11:44:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F27743D67; Sun, 13 Mar 2005 11:44:03 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBi3UW040693; Sun, 13 Mar 2005 11:44:03 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBi3FV040692; Sun, 13 Mar 2005 11:44:03 GMT (envelope-from jeff) Message-Id: <200503131144.j2DBi3FV040692@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:44:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vnode.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, 13 Mar 2005 11:44:03 -0000 jeff 2005-03-13 11:44:02 UTC FreeBSD src repository Modified files: sys/sys vnode.h Log: - Get rid of VXLOCK, VXWANT, and vx_*. The vnode lock now protects us against recycling. - Modify VSHOULDFREE, VCANRECYCLE, etc. now that certain flags are no longer important. Remove VMIGHTFREE as it is only used in one place. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.285 +10 -21 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:45:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F3C316A4CE; Sun, 13 Mar 2005 11:45:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4B843D4C; Sun, 13 Mar 2005 11:45:01 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBj1aU040739; Sun, 13 Mar 2005 11:45:01 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBj18v040738; Sun, 13 Mar 2005 11:45:01 GMT (envelope-from jeff) Message-Id: <200503131145.j2DBj18v040738@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:45:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_default.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 11:45:02 -0000 jeff 2005-03-13 11:45:01 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: - Don't drop the lock in the default inactive handler anymore, VOP_NULL will do for vop_stdinactive now. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.122 +1 -14 src/sys/kern/vfs_default.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:45:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2820F16A4CE; Sun, 13 Mar 2005 11:45:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BEE43D41; Sun, 13 Mar 2005 11:45:51 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBjpbr040881; Sun, 13 Mar 2005 11:45:51 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBjpiE040880; Sun, 13 Mar 2005 11:45:51 GMT (envelope-from jeff) Message-Id: <200503131145.j2DBjpiE040880@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:45:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 11:45:52 -0000 jeff 2005-03-13 11:45:51 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.374 +5 -10 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:47:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E2516A4CE; Sun, 13 Mar 2005 11:47:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3834243D55; Sun, 13 Mar 2005 11:47:05 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBl56E040961; Sun, 13 Mar 2005 11:47:05 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBl5T9040960; Sun, 13 Mar 2005 11:47:05 GMT (envelope-from jeff) Message-Id: <200503131147.j2DBl5T9040960@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:47:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 11:47:05 -0000 jeff 2005-03-13 11:47:05 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: - A lock is required before calling VOP_REVOKE. Our reference protects us from accessing another vnode so a naked VOP_LOCK is sufficient. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.257 +2 -1 src/sys/kern/kern_exit.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:54:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77816A4CE; Sun, 13 Mar 2005 11:54:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C808B43D4C; Sun, 13 Mar 2005 11:54:28 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBsSt9041258; Sun, 13 Mar 2005 11:54:28 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBsSrq041257; Sun, 13 Mar 2005 11:54:28 GMT (envelope-from jeff) Message-Id: <200503131154.j2DBsSrq041257@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:54:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 11:54:29 -0000 jeff 2005-03-13 11:54:28 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Remove vx_lock, vx_unlock, vx_wait, etc. - Add a vn_start_write/vn_finished_write around vlrureclaim so we don't do writing ops without suspending. This could suspend the vlruproc which should not be a problem under normal circumstances. - Manually implement VMIGHTFREE in vlrureclaim as this was the only instance where it was used. - Acquire a lock before calling vgone() as it now requires it. - Move the acquisition of the vnode interlock from vtryrecycle() to getnewvnode() so that if it fails we don't drop and reacquire the vnode_free_list_mtx. - Check for a usecount or holdcount at the end of vtryrecycle() in case someone grabbed a ref while we were recycling. Abort the recycle, and on the final ref drop this vnode will be placed on the head of the free list. - Move the redundant VOP_INACTIVE protection code into the local vinactive() routine to avoid code bloat. - Keep the vnode lock held across calls to vgone() in several places. - vgonel() no longer uses XLOCK, instead callers must hold an exclusive vnode lock. The VI_DOOMED flag is set to allow other threads to detect a vnode which is no longer valid. This flag is set until the last reference is gone, and there are no chances for a new ref. vgonel() holds this lock across the entire function, which greatly simplifies logic. _ Only vfree() in one place in vgone() not three. - Adjust vget() to check the VI_DOOMED flag prior to waiting on the lock in the LK_NOWAIT case. In other cases, check after we have slept and acquired an exlusive lock. This will simulate the old vx_wait() behavior. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.590 +129 -225 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:56:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DA016A4CE; Sun, 13 Mar 2005 11:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793C743D1F; Sun, 13 Mar 2005 11:56:28 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBuSCO041399; Sun, 13 Mar 2005 11:56:28 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBuSra041398; Sun, 13 Mar 2005 11:56:28 GMT (envelope-from jeff) Message-Id: <200503131156.j2DBuSra041398@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:56:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_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: Sun, 13 Mar 2005 11:56:28 -0000 jeff 2005-03-13 11:56:28 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: - Do a vn_start_write in vn_close, we may write if this is the last ref on an unlinked file. We can't know if this is the case until after we have the lock. - Lock the vnode in vn_close, many filesystems had code which was unsafe without the lock held, and holding it greatly simplifies vgone(). - Adjust vn_lock() to check for the VI_DOOMED flag where appropriate. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.225 +20 -21 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:57:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA48A16A4CE; Sun, 13 Mar 2005 11:57:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE86743D53; Sun, 13 Mar 2005 11:57:39 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBvdiB041473; Sun, 13 Mar 2005 11:57:39 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBvdoa041472; Sun, 13 Mar 2005 11:57:39 GMT (envelope-from jeff) Message-Id: <200503131157.j2DBvdoa041472@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:57:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 11:57:40 -0000 jeff 2005-03-13 11:57:39 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_inode.c Log: - Don't drop the lock in ufs_inactive(). - Also in ufs_inactive, don't acquire the vnode interlock where it isn't strictly needed. Also owning the vnode interlock while calling vprint() will cause locking assertions to trip. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.59 +0 -4 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 11:59:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C65EE16A4CF; Sun, 13 Mar 2005 11:59:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B68543D2D; Sun, 13 Mar 2005 11:59:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DBxEWg041577; Sun, 13 Mar 2005 11:59:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DBxEN4041576; Sun, 13 Mar 2005 11:59:14 GMT (envelope-from jeff) Message-Id: <200503131159.j2DBxEN4041576@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 11:59:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_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: Sun, 13 Mar 2005 11:59:15 -0000 jeff 2005-03-13 11:59:14 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: - In ufs_mknod(), hold the lock across the call to vgone() as that is now required. - In ufs_close(), don't do the EAGAIN vrele hack, the top layer now calls vn_start_write before the lock is acquired as it should. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.267 +4 -24 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:00:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67EF716A4CE; Sun, 13 Mar 2005 12:00:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF2B43D2D; Sun, 13 Mar 2005 12:00:42 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC0gVW041680; Sun, 13 Mar 2005 12:00:42 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC0g9j041679; Sun, 13 Mar 2005 12:00:42 GMT (envelope-from jeff) Message-Id: <200503131200.j2DC0g9j041679@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:00:42 +0000 (UTC) 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_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 12:00:42 -0000 jeff 2005-03-13 12:00:42 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_inode.c Log: - Fix an assert now that the XLOCK no longer exists. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.105 +1 -4 src/sys/ufs/ffs/ffs_inode.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:01:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE9816A4CE; Sun, 13 Mar 2005 12:01:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8F043D58; Sun, 13 Mar 2005 12:01:50 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC1opx041801; Sun, 13 Mar 2005 12:01:50 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC1ok9041800; Sun, 13 Mar 2005 12:01:50 GMT (envelope-from jeff) Message-Id: <200503131201.j2DC1ok9041800@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:01:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 12:01:51 -0000 jeff 2005-03-13 12:01:50 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c ffs_softdep.c Log: - The VI_DOOMED flag now signals the end of a vnode's relationship with the filesystem. Check that rather than VI_XLOCK. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.100 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c 1.178 +1 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:03:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B2816A4CE; Sun, 13 Mar 2005 12:03:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E971943D2F; Sun, 13 Mar 2005 12:03:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC3ELq041847; Sun, 13 Mar 2005 12:03:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC3Ek4041846; Sun, 13 Mar 2005 12:03:14 GMT (envelope-from jeff) Message-Id: <200503131203.j2DC3Ek4041846@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:03:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 12:03:15 -0000 jeff 2005-03-13 12:03:14 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: - The VI_DOOMED flag now signals the end of a vnode's relationship with the filesystem. Check that rather than VI_XLOCK. - Shorten ffs_reload by one step. The old check for an inactive vnode was slightly racey, and the code which deals with still active vnodes is not much more expensive. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.280 +4 -11 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:04:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C239B16A4CE; Sun, 13 Mar 2005 12:04:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC2C43D48; Sun, 13 Mar 2005 12:04:12 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC4CBg041900; Sun, 13 Mar 2005 12:04:12 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC4CIg041899; Sun, 13 Mar 2005 12:04:12 GMT (envelope-from jeff) Message-Id: <200503131204.j2DC4CIg041899@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:04:12 +0000 (UTC) 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: Sun, 13 Mar 2005 12:04:12 -0000 jeff 2005-03-13 12:04:12 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: - It is not legal to access v_data without the vnode lock or interlock held. Grab the vnode interlock if LK_INTERLOCK has not been passed in so that we can inspect v_data in ffs_lock(). Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.155 +11 -1 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:05:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE80716A4CE; Sun, 13 Mar 2005 12:05:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8545B43D1F; Sun, 13 Mar 2005 12:05:05 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC55G0042035; Sun, 13 Mar 2005 12:05:05 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC55jS042034; Sun, 13 Mar 2005 12:05:05 GMT (envelope-from jeff) Message-Id: <200503131205.j2DC55jS042034@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:05:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 12:05:05 -0000 jeff 2005-03-13 12:05:05 UTC FreeBSD src repository Modified files: sys/vm vnode_pager.c Log: - Don't acquire the vnode lock in destroy_vobject, assert that it has already been acquired by the caller. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.214 +1 -2 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:06:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D329A16A4CE; Sun, 13 Mar 2005 12:06:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A797743D2F; Sun, 13 Mar 2005 12:06:20 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC6KB3042183; Sun, 13 Mar 2005 12:06:20 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC6KrT042182; Sun, 13 Mar 2005 12:06:20 GMT (envelope-from jeff) Message-Id: <200503131206.j2DC6KrT042182@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:06:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/deadfs dead_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: Sun, 13 Mar 2005 12:06:21 -0000 jeff 2005-03-13 12:06:20 UTC FreeBSD src repository Modified files: sys/fs/deadfs dead_vnops.c Log: - Deadfs may now use the standard vop lock, get rid of dead_lock(). - We no longer have to take the XLOCK state into consideration in any routines. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.48 +0 -40 src/sys/fs/deadfs/dead_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:07:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CACB16A4CE; Sun, 13 Mar 2005 12:07:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1293243D2F; Sun, 13 Mar 2005 12:07:10 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC79Uv042226; Sun, 13 Mar 2005 12:07:09 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC79hx042225; Sun, 13 Mar 2005 12:07:09 GMT (envelope-from jeff) Message-Id: <200503131207.j2DC79hx042225@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:07:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_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: Sun, 13 Mar 2005 12:07:10 -0000 jeff 2005-03-13 12:07:09 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: - The VI_DOOMED flag now signals the end of a vnode's relationship with the filesystem. Check that rather than VI_XLOCK. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.108 +2 -9 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:09:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1896716A4CE; Sun, 13 Mar 2005 12:09:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF81743D3F; Sun, 13 Mar 2005 12:09:34 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DC9Yxo042291; Sun, 13 Mar 2005 12:09:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DC9YTv042290; Sun, 13 Mar 2005 12:09:34 GMT (envelope-from jeff) Message-Id: <200503131209.j2DC9YTv042290@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:09:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda cnode.h coda_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: Sun, 13 Mar 2005 12:09:35 -0000 jeff 2005-03-13 12:09:34 UTC FreeBSD src repository Modified files: sys/coda cnode.h coda_vnops.c Log: - The c_lock in the coda node does not offer any features over the standard vnode lock. Remove the c_lock and use the vn lock in its place. - Keep the coda lock functions so that the debugging information is preserved, but call directly to the vop_std*lock routines for the real functionality. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.17 +0 -1 src/sys/coda/cnode.h 1.64 +8 -15 src/sys/coda/coda_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:10:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1193F16A4CE; Sun, 13 Mar 2005 12:10:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA8F343D54; Sun, 13 Mar 2005 12:10:15 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCAFMQ042390; Sun, 13 Mar 2005 12:10:15 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCAFDJ042389; Sun, 13 Mar 2005 12:10:15 GMT (envelope-from jeff) Message-Id: <200503131210.j2DCAFDJ042389@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:10:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda coda_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 12:10:16 -0000 jeff 2005-03-13 12:10:15 UTC FreeBSD src repository Modified files: sys/coda coda_subr.c Log: - The VI_DOOMED flag now signals the end of a vnode's relationship with the filesystem. Check that rather than VI_XLOCK. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.31 +1 -1 src/sys/coda/coda_subr.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:11:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E8C16A4CE; Sun, 13 Mar 2005 12:11:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE98A43D5C; Sun, 13 Mar 2005 12:11:23 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCBN3h042491; Sun, 13 Mar 2005 12:11:23 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCBNEp042490; Sun, 13 Mar 2005 12:11:23 GMT (envelope-from jeff) Message-Id: <200503131211.j2DCBNEp042490@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:11:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_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: Sun, 13 Mar 2005 12:11:24 -0000 jeff 2005-03-13 12:11:23 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: - It is no longer necessary to lock and unlock the vnode in nfs_close() as the top level does this for us now. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.253 +1 -6 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:14:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D5216A4CE; Sun, 13 Mar 2005 12:14:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC80F43D79; Sun, 13 Mar 2005 12:13:58 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCDt3d042631; Sun, 13 Mar 2005 12:13:55 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCDtT9042630; Sun, 13 Mar 2005 12:13:55 GMT (envelope-from jeff) Message-Id: <200503131213.j2DCDtT9042630@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:13:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_inode.c ext2_vfsops.c ext2_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: Sun, 13 Mar 2005 12:14:00 -0000 jeff 2005-03-13 12:13:55 UTC FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_inode.c ext2_vfsops.c ext2_vnops.c Log: - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267. Various changes to support new vgone() locking protocol. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.53 +0 -1 src/sys/gnu/ext2fs/ext2_inode.c 1.143 +4 -11 src/sys/gnu/ext2fs/ext2_vfsops.c 1.99 +4 -24 src/sys/gnu/ext2fs/ext2_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:14:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50DDC16A4CE; Sun, 13 Mar 2005 12:14:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D5E43D53; Sun, 13 Mar 2005 12:14:57 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCEvdZ042714; Sun, 13 Mar 2005 12:14:57 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCEvqs042713; Sun, 13 Mar 2005 12:14:57 GMT (envelope-from jeff) Message-Id: <200503131214.j2DCEvqs042713@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:14:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_bio.c nfs_subs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 12:14:57 -0000 jeff 2005-03-13 12:14:57 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_bio.c nfs_subs.c Log: - The VI_DOOMED flag now signals the end of a vnode's relationship with the filesystem. Check that rather than VI_XLOCK. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.149 +1 -1 src/sys/nfsclient/nfs_bio.c 1.140 +1 -1 src/sys/nfsclient/nfs_subs.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:15:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DBD316A4CE; Sun, 13 Mar 2005 12:15:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5445343D54; Sun, 13 Mar 2005 12:15:36 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCFafg042842; Sun, 13 Mar 2005 12:15:36 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCFakW042841; Sun, 13 Mar 2005 12:15:36 GMT (envelope-from jeff) Message-Id: <200503131215.j2DCFakW042841@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:15:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 12:15:36 -0000 jeff 2005-03-13 12:15:36 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_node.c Log: - VOP_INACTIVE should no longer drop the vnode lock. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.74 +0 -1 src/sys/nfsclient/nfs_node.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:16:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01D716A4CE; Sun, 13 Mar 2005 12:16:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DF843D1F; Sun, 13 Mar 2005 12:16:45 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCGju0042925; Sun, 13 Mar 2005 12:16:45 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCGjQf042924; Sun, 13 Mar 2005 12:16:45 GMT (envelope-from jeff) Message-Id: <200503131216.j2DCGjQf042924@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:16:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_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: Sun, 13 Mar 2005 12:16:46 -0000 jeff 2005-03-13 12:16:45 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: - It is no longer necessary to lock and unlock the vnode in nfs4_close() as the top level does this for us now. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.25 +0 -2 src/sys/nfs4client/nfs4_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:18:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA3716A4CE; Sun, 13 Mar 2005 12:18:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C59343D31; Sun, 13 Mar 2005 12:18:25 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCIPIC043218; Sun, 13 Mar 2005 12:18:25 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCIPCg043217; Sun, 13 Mar 2005 12:18:25 GMT (envelope-from jeff) Message-Id: <200503131218.j2DCIPCg043217@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:18:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/fifofs fifo_vnops.c src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vnops.c src/sys/fs/nullfs null_subr.c null_vnops.c src/sys/fs/nwfs ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 12:18:25 -0000 jeff 2005-03-13 12:18:25 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c sys/fs/fifofs fifo_vnops.c sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c sys/fs/ntfs ntfs_vnops.c sys/fs/nullfs null_subr.c null_vnops.c sys/fs/nwfs nwfs_io.c nwfs_node.c sys/fs/pseudofs pseudofs_vncache.c sys/fs/smbfs smbfs_io.c smbfs_node.c smbfs_vnops.c sys/fs/umapfs umap_vnops.c sys/fs/unionfs union_vnops.c Log: - The VI_DOOMED flag now signals the end of a vnode's relationship with the filesystem. Check that rather than VI_XLOCK. - VOP_INACTIVE should no longer drop the vnode lock. - The vnode lock is required around calls to vrecycle() and vgone(). Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.99 +0 -1 src/sys/fs/fdescfs/fdesc_vnops.c 1.113 +0 -4 src/sys/fs/fifofs/fifo_vnops.c 1.60 +0 -2 src/sys/fs/hpfs/hpfs_vnops.c 1.81 +0 -1 src/sys/fs/msdosfs/msdosfs_denode.c 1.141 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.52 +0 -2 src/sys/fs/ntfs/ntfs_vnops.c 1.46 +2 -2 src/sys/fs/nullfs/null_subr.c 1.83 +6 -10 src/sys/fs/nullfs/null_vnops.c 1.41 +1 -1 src/sys/fs/nwfs/nwfs_io.c 1.36 +0 -1 src/sys/fs/nwfs/nwfs_node.c 1.30 +4 -0 src/sys/fs/pseudofs/pseudofs_vncache.c 1.33 +1 -1 src/sys/fs/smbfs/smbfs_io.c 1.28 +1 -2 src/sys/fs/smbfs/smbfs_node.c 1.56 +1 -14 src/sys/fs/smbfs/smbfs_vnops.c 1.47 +0 -1 src/sys/fs/umapfs/umap_vnops.c 1.127 +0 -3 src/sys/fs/unionfs/union_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 12:18:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B42B916A4CE; Sun, 13 Mar 2005 12:18:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74AA543D46; Sun, 13 Mar 2005 12:18:47 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DCIlkA043253; Sun, 13 Mar 2005 12:18:47 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DCIlZD043252; Sun, 13 Mar 2005 12:18:47 GMT (envelope-from jeff) Message-Id: <200503131218.j2DCIlZD043252@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 13 Mar 2005 12:18:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 12:18:47 -0000 jeff 2005-03-13 12:18:47 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_node.c Log: - VOP_INACTIVE should no longer drop the vnode lock. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.53 +0 -1 src/sys/isofs/cd9660/cd9660_node.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 13:02:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7607E16A4D0; Sun, 13 Mar 2005 13:02:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B63143D2D; Sun, 13 Mar 2005 13:02:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DD2vqO051605; Sun, 13 Mar 2005 13:02:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DD2uZU051604; Sun, 13 Mar 2005 13:02:56 GMT (envelope-from rwatson) Message-Id: <200503131302.j2DD2uZU051604@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 13:02:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern uipc_sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 13:02:57 -0000 rwatson 2005-03-13 13:02:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_sem.c Log: Merge uipc_sem.c:1.15 from HEAD to RELENG_5: Assert sem_lock in id_to_sem() and sem_lookup_byname(), since these functions iterate over the global POSIX semaphore lists. Approved by: re (kensmith) Revision Changes Path 1.12.2.3 +2 -0 src/sys/kern/uipc_sem.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 13:07:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A11B16A4CE; Sun, 13 Mar 2005 13:07:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E13D43D2F; Sun, 13 Mar 2005 13:07:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DD7oWC051822; Sun, 13 Mar 2005 13:07:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DD7ocU051821; Sun, 13 Mar 2005 13:07:50 GMT (envelope-from rwatson) Message-Id: <200503131307.j2DD7ocU051821@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 13:07:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netatalk ddp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 13:07:50 -0000 rwatson 2005-03-13 13:07:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netatalk ddp_output.c Log: Merge ddp_output.c:1.26 from HEAD to RELENG_5: In the ddp_output() path, which can be called in a variety of threading and locking contexts, use a non-sleeping allocation for mbufs. Approved by: re (kensmith) Revision Changes Path 1.24.2.2 +2 -2 src/sys/netatalk/ddp_output.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 13:08:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5081716A4CE; Sun, 13 Mar 2005 13:08:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D6743D3F; Sun, 13 Mar 2005 13:08:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DD8blX051872; Sun, 13 Mar 2005 13:08:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DD8bst051871; Sun, 13 Mar 2005 13:08:37 GMT (envelope-from rwatson) Message-Id: <200503131308.j2DD8bst051871@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 13:08:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netatalk aarp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 13:08:37 -0000 rwatson 2005-03-13 13:08:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netatalk aarp.c Log: Merge aarp.c:1.36 from HEAD to RELENG_5: When generating a phase II ARP lookup from aarpwhohas(), use a non-sleeping mbuf allocation. Approved by: re (kensmith) Revision Changes Path 1.33.2.2 +1 -1 src/sys/netatalk/aarp.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 13:09:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58E016A4CE; Sun, 13 Mar 2005 13:09:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC22D43D3F; Sun, 13 Mar 2005 13:09:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DD9WgP051914; Sun, 13 Mar 2005 13:09:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DD9Wxv051913; Sun, 13 Mar 2005 13:09:32 GMT (envelope-from rwatson) Message-Id: <200503131309.j2DD9Wxv051913@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 13:09:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 13:09:33 -0000 rwatson 2005-03-13 13:09:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_ethersubr.c Log: Merge if_ethersubr.c:1.187 from HEAD to RELENG_5: When prepending an LCC SNAP header to an atalk outgoing ethernet packet, allocate the additional mbuf (if needed) using a non-sleeping memory allocation. Approved by: re (kensmith) Revision Changes Path 1.177.2.3 +1 -1 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 13:20:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B604F16A4E5; Sun, 13 Mar 2005 13:20:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B79543D46; Sun, 13 Mar 2005 13:20:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DDK8Ha052362; Sun, 13 Mar 2005 13:20:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DDK8s9052361; Sun, 13 Mar 2005 13:20:08 GMT (envelope-from brueffer) Message-Id: <200503131320.j2DDK8s9052361@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 13 Mar 2005 13:20:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 13:20:08 -0000 brueffer 2005-03-13 13:20:08 UTC FreeBSD src repository (doc committer) Modified files: games/fortune/datfiles fortunes Log: Remove dublicate entries and correct apostrophe abuse. Submitted by: Christoph Mallon Revision Changes Path 1.171 +5 -9 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Sun Mar 13 13:37:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC18A16A4CE; Sun, 13 Mar 2005 13:37:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9261F43D49; Sun, 13 Mar 2005 13:37:02 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DDb2F8052986; Sun, 13 Mar 2005 13:37:02 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DDb2C9052985; Sun, 13 Mar 2005 13:37:02 GMT (envelope-from brueffer) Message-Id: <200503131337.j2DDb2C9052985@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 13 Mar 2005 13:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/top top.X X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 13:37:02 -0000 brueffer 2005-03-13 13:37:02 UTC FreeBSD src repository (doc committer) Modified files: contrib/top top.X Log: Correct macro usage. Submitted by: Christoph Mallon MFC after: 3 days Revision Changes Path 1.12 +1 -1 src/contrib/top/top.X From owner-cvs-src@FreeBSD.ORG Sun Mar 13 14:15:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02C8D16A4CE; Sun, 13 Mar 2005 14:15:59 +0000 (GMT) Received: from neo.redjade.org (neo.redjade.org [219.254.21.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A4543D1D; Sun, 13 Mar 2005 14:15:58 +0000 (GMT) (envelope-from ssw@neo.redjade.org) Received: from neo.redjade.org (localhost [127.0.0.1]) by neo.redjade.org (8.13.1/8.13.1) with ESMTP id j2DEFxbl074806; Sun, 13 Mar 2005 23:15:59 +0900 (KST) (envelope-from ssw@neo.redjade.org) Received: (from ssw@localhost) by neo.redjade.org (8.13.1/8.13.1/Submit) id j2DEFx2F074805; Sun, 13 Mar 2005 23:15:59 +0900 (KST) (envelope-from ssw) Date: Sun, 13 Mar 2005 23:15:59 +0900 From: Sangwoo Shim To: Tim Kientzle Message-ID: <20050313141559.GA74638@neo.redjade.org> References: <200503130412.j2D4CUAa007356@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline In-Reply-To: <200503130412.j2D4CUAa007356@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar Makefile bsdtar.1 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: Sun, 13 Mar 2005 14:15:59 -0000 On Sun, Mar 13, 2005 at 04:12:30AM +0000, Tim Kientzle wrote: > kientzle 2005-03-13 04:12:30 UTC > > FreeBSD src repository > > Modified files: > usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h > read.c > Log: > Add --strip-components option, per bin/77666. > > Thanks to: Sangwoo Shim > > Revision Changes Path > 1.15 +1 -1 src/usr.bin/tar/Makefile > 1.25 +6 -0 src/usr.bin/tar/bsdtar.1 > 1.59 +6 -1 src/usr.bin/tar/bsdtar.c > 1.21 +1 -0 src/usr.bin/tar/bsdtar.h > 1.22 +58 -0 src/usr.bin/tar/read.c Neat. Thanks very much. :-) Regards, Sangwoo Shim From owner-cvs-src@FreeBSD.ORG Sun Mar 13 15:12:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB66F16A4CE; Sun, 13 Mar 2005 15:12:56 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB4DA43D46; Sun, 13 Mar 2005 15:12:55 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j2DFCsd4003419; Sun, 13 Mar 2005 10:12:54 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)j2DFCsPI003413; Sun, 13 Mar 2005 10:12:54 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 13 Mar 2005 10:12:54 -0500 (EST) From: Jeff Roberson To: Jeff Roberson In-Reply-To: <200503131154.j2DBsSrq041257@repoman.freebsd.org> Message-ID: <20050313101148.G20708@mail.chesapeake.net> References: <200503131154.j2DBsSrq041257@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 15:12:57 -0000 On Sun, 13 Mar 2005, Jeff Roberson wrote: > jeff 2005-03-13 11:54:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c There is a minor problem with my vget() changes that could lead to a vnode leak in a very rare scenario. Basically, I forgot to drop a ref if I fail with ENOENT in one or two cases, but this only happens if you try to lock a vnode while it's being recycled. I'll fix it tomorrow afternoon. Until then, it's really nothing to worry about. > Log: > - Remove vx_lock, vx_unlock, vx_wait, etc. > - Add a vn_start_write/vn_finished_write around vlrureclaim so we don't do > writing ops without suspending. This could suspend the vlruproc which > should not be a problem under normal circumstances. > - Manually implement VMIGHTFREE in vlrureclaim as this was the only instance > where it was used. > - Acquire a lock before calling vgone() as it now requires it. > - Move the acquisition of the vnode interlock from vtryrecycle() to > getnewvnode() so that if it fails we don't drop and reacquire the > vnode_free_list_mtx. > - Check for a usecount or holdcount at the end of vtryrecycle() in case > someone grabbed a ref while we were recycling. Abort the recycle, and > on the final ref drop this vnode will be placed on the head of the free > list. > - Move the redundant VOP_INACTIVE protection code into the local > vinactive() routine to avoid code bloat. > - Keep the vnode lock held across calls to vgone() in several places. > - vgonel() no longer uses XLOCK, instead callers must hold an exclusive > vnode lock. The VI_DOOMED flag is set to allow other threads to detect > a vnode which is no longer valid. This flag is set until the last > reference is gone, and there are no chances for a new ref. vgonel() > holds this lock across the entire function, which greatly simplifies > logic. > _ Only vfree() in one place in vgone() not three. > - Adjust vget() to check the VI_DOOMED flag prior to waiting on the lock > in the LK_NOWAIT case. In other cases, check after we have slept and > acquired an exlusive lock. This will simulate the old vx_wait() > behavior. > > Sponsored by: Isilon Systems, Inc. > > Revision Changes Path > 1.590 +129 -225 src/sys/kern/vfs_subr.c > From owner-cvs-src@FreeBSD.ORG Sun Mar 13 15:30:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8E116A4CE; Sun, 13 Mar 2005 15:30:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027E343D39; Sun, 13 Mar 2005 15:30:02 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DFU1IS057241; Sun, 13 Mar 2005 15:30:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DFU1qM057240; Sun, 13 Mar 2005 15:30:01 GMT (envelope-from pjd) Message-Id: <200503131530.j2DFU1qM057240@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 13 Mar 2005 15:30:01 +0000 (UTC) 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, 13 Mar 2005 15:30:02 -0000 pjd 2005-03-13 15:30:01 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Add myself as a maintainer of geom_shsec. Revision Changes Path 1.103 +1 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Sun Mar 13 16:30:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D440416A4CE; Sun, 13 Mar 2005 16:30:43 +0000 (GMT) Received: from hex.databits.net (hex.databits.net [216.118.117.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8892343D31; Sun, 13 Mar 2005 16:30:43 +0000 (GMT) (envelope-from will@csociety.org) Received: by hex.databits.net (Postfix, from userid 1001) id 00A7757AF3; Sun, 13 Mar 2005 10:30:40 -0600 (CST) Date: Sun, 13 Mar 2005 10:30:40 -0600 From: Will Andrews To: Marius Strobl Message-ID: <20050313163040.GK10159@hex.databits.net> References: <200503121706.j2CH63ds065431@repoman.freebsd.org> <423322C6.2070401@samsco.org> <20050312183119.F55534@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cQYPpkLLLIn+TToK" Content-Disposition: inline In-Reply-To: <20050312183119.F55534@newtrinity.zeist.de> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: Scott Long cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 16:30:44 -0000 --cQYPpkLLLIn+TToK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 12, 2005 at 06:31:19PM +0100, Marius Strobl wrote: > > > 1.18 +6 -4 src/sys/dev/uart/uart_cpu_sparc64.c > >=20 > > Does this fix the serial console problems with the Blade100? If so the= n=20 > > I'll generate a March snapshot ASAP for it. > >=20 >=20 > I expect it to but I don't have a Blade 100 to verify myself. I hope > either Will or David will confirm that this fixes the problem seen on > Blade 100 but it was a bug nevertheless. Yes, your patch fixes the problem. I applied it locally on my 5.3-STABLE machine and booted it with the {in,out}put-device variables set to {keyboard,screen}. Thanks. Regards, --=20 wca --cQYPpkLLLIn+TToK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCNGqwF47idPgWcsURAq8vAJ0ch6rhzfICAa0hcqb44jzbLPDqYwCfXoYq UqmsYuGvdTUk97vtjxOzW1M= =qnMp -----END PGP SIGNATURE----- --cQYPpkLLLIn+TToK-- From owner-cvs-src@FreeBSD.ORG Sun Mar 13 16:45:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A6A016A4CE; Sun, 13 Mar 2005 16:45:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F5343D3F; Sun, 13 Mar 2005 16:45:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DGjf2I060086; Sun, 13 Mar 2005 16:45:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DGjfUr060085; Sun, 13 Mar 2005 16:45:41 GMT (envelope-from pjd) Message-Id: <200503131645.j2DGjfUr060085@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 13 Mar 2005 16:45:41 +0000 (UTC) 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: Sun, 13 Mar 2005 16:45:42 -0000 pjd 2005-03-13 16:45:41 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: When listing all devices (geoms) from the given class, skip geoms without providers. This prevents from listing geoms like .sync which can be confusing. It still allows to show details about it by giving its name when listing. MFC after: 1 week Revision Changes Path 1.11 +2 -0 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 16:50:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0816A4CF; Sun, 13 Mar 2005 16:50:32 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9604D43D5A; Sun, 13 Mar 2005 16:50:31 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2DGmgEL040304; Sun, 13 Mar 2005 09:48:44 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 13 Mar 2005 09:48:59 -0700 (MST) Message-Id: <20050313.094859.69022122.imp@bsdimp.com> To: trhodes@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050313043617.70f62080@mobile.pittgoth.com> References: <20050313035311.3bdc1c96@mobile.pittgoth.com> <423402A2.4040707@FreeBSD.org> <20050313043617.70f62080@mobile.pittgoth.com> 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: dougb@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d 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, 13 Mar 2005 16:50:32 -0000 In message: <20050313043617.70f62080@mobile.pittgoth.com> Tom Rhodes writes: : > > Well spank me, : > : > Dream on big boy. : : *insert witty reply here* I think he'll be punished more by not having the spanking Warner From owner-cvs-src@FreeBSD.ORG Sun Mar 13 17:39:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F0A16A4CE; Sun, 13 Mar 2005 17:39:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E58CF43D41; Sun, 13 Mar 2005 17:39:19 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DHdJit069065; Sun, 13 Mar 2005 17:39:19 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DHdJiN069064; Sun, 13 Mar 2005 17:39:19 GMT (envelope-from scottl) Message-Id: <200503131739.j2DHdJiN069064@repoman.freebsd.org> From: Scott Long Date: Sun, 13 Mar 2005 17:39:19 +0000 (UTC) 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 PAE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 17:39:20 -0000 scottl 2005-03-13 17:39:19 UTC FreeBSD src repository Modified files: sys/i386/conf PAE Log: The NVE driver doesn't cleanly compile on PAE. Revision Changes Path 1.13 +1 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Sun Mar 13 17:58:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E613716A4CE; Sun, 13 Mar 2005 17:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1E443D53; Sun, 13 Mar 2005 17:58:31 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DHwVRK069915; Sun, 13 Mar 2005 17:58:31 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DHwVwb069914; Sun, 13 Mar 2005 17:58:31 GMT (envelope-from ceri) Message-Id: <200503131758.j2DHwVwb069914@repoman.freebsd.org> From: Ceri Davies Date: Sun, 13 Mar 2005 17:58:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/quota quota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 17:58:32 -0000 ceri 2005-03-13 17:58:31 UTC FreeBSD src repository Modified files: usr.bin/quota quota.c Log: Remove an unused #define. md5's with and without this commit match. Approved by: murray (mentor) Revision Changes Path 1.24 +0 -1 src/usr.bin/quota/quota.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 18:05:27 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42BC116A4CE; Sun, 13 Mar 2005 18:05:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D9243D46; Sun, 13 Mar 2005 18:05:27 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DI5Ql3070241; Sun, 13 Mar 2005 18:05:26 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DI5Qnh070240; Sun, 13 Mar 2005 18:05:26 GMT (envelope-from jmg) Message-Id: <200503131805.j2DI5Qnh070240@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 13 Mar 2005 18:05:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern subr_hints.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 18:05:27 -0000 jmg 2005-03-13 18:05:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_hints.c Log: MFC: > fix spelling of match in comment... > > Revision Changes Path > 1.10 +1 -1 src/sys/kern/subr_hints.c Approved by: re (kensmith) Revision Changes Path 1.9.4.1 +1 -1 src/sys/kern/subr_hints.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 18:08:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D96E16A4CE; Sun, 13 Mar 2005 18:08:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E246143D31; Sun, 13 Mar 2005 18:08:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DI8u3x070361; Sun, 13 Mar 2005 18:08:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DI8u0G070360; Sun, 13 Mar 2005 18:08:56 GMT (envelope-from rwatson) Message-Id: <200503131808.j2DI8u0G070360@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 18:08:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_compat.h ip_fil.c ip_frag.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_state.c ip_state.h mlfk_ipl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 18:08:57 -0000 rwatson 2005-03-13 18:08:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_compat.h ip_fil.c ip_frag.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_state.c ip_state.h mlfk_ipl.c Log: Merge a series of changes from HEAD to RELENG_5 that properly enable fine-grained locking for ipfilter. This is an approximate merge of several overlapping changes introduced due to build problems with the original changes, first attempted fixes, second attempted fixes, et al. ip_auth.c:1.37, ip_compat.h:1.24, ip_frag.c:1.26, ip_log.c:1.28, ip_nat.h:1.22, ip_proxy.c:1.23, ip_state.c:1.34, ip_state.h:1.16, mlfk_ipl.c:1.14 Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowing the the "needs giant" flag to be removed from the driver. fil.c:1.41, ip_file.c:1.50, ip_fil.h:1.28 Sprinkle in some __FreeBSD_version checks so that this compiles again. Don't define PFIL_HOOKS anymore. Submitted by: keramida || (__FreeBSD_version >= 503000) ip_fil.h:1.29 Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS defined. Revert part of the previous commit to fix this. fil.c:1.42, ip_fil.c:1.51 * The #ifdef's to cause mutex's for freebsd to be declared were meant to pick up on USE_MUTEX being defined, but this patch * Remove some code that's in a #ifndef FreeBSD that's no longer used. ip_auth.c:1.38 * Remove some code that's in a #ifndef FreeBSD that's no longer used. This collective set of changes should reduce/eliminate reported crashes associated with ipfilter and SMP configurations. Timeout: darrenr Approved by: re (kensmith) Tested by: nectar Revision Changes Path 1.39.2.2 +5 -42 src/sys/contrib/ipfilter/netinet/fil.c 1.36.2.1 +2 -7 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.23.2.1 +51 -12 src/sys/contrib/ipfilter/netinet/ip_compat.h 1.47.2.4 +3 -1 src/sys/contrib/ipfilter/netinet/ip_fil.c 1.25.2.1 +2 -2 src/sys/contrib/ipfilter/netinet/ip_frag.c 1.27.2.1 +2 -2 src/sys/contrib/ipfilter/netinet/ip_log.c 1.34.2.4 +2 -2 src/sys/contrib/ipfilter/netinet/ip_nat.c 1.21.2.1 +2 -2 src/sys/contrib/ipfilter/netinet/ip_nat.h 1.22.6.1 +2 -2 src/sys/contrib/ipfilter/netinet/ip_proxy.c 1.33.2.1 +2 -2 src/sys/contrib/ipfilter/netinet/ip_state.c 1.15.2.1 +2 -2 src/sys/contrib/ipfilter/netinet/ip_state.h 1.13.2.1 +25 -10 src/sys/contrib/ipfilter/netinet/mlfk_ipl.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 18:12:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA1916A4CE; Sun, 13 Mar 2005 18:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8057243D5C; Sun, 13 Mar 2005 18:12:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DIC4aK070546; Sun, 13 Mar 2005 18:12:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DIC4aQ070545; Sun, 13 Mar 2005 18:12:04 GMT (envelope-from rwatson) Message-Id: <200503131812.j2DIC4aQ070545@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 18:12:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 18:12:04 -0000 rwatson 2005-03-13 18:12:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet fil.c Log: Forced commit to note that the previous revision to fil.c included a merge from HEAD to RELENG_5 of fil.c:1.43: Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where we loop through all the list of NICs (struct ifnet), holding the lock on it and then do a name lookup with ifunit() whilst holding it. Approved by: re (kensmith) Revision Changes Path 1.39.2.3 +1 -1 src/sys/contrib/ipfilter/netinet/fil.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 18:36:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B83216A4CE; Sun, 13 Mar 2005 18:36:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08EC243D46; Sun, 13 Mar 2005 18:36:25 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DIaO28071519; Sun, 13 Mar 2005 18:36:24 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DIaOMV071518; Sun, 13 Mar 2005 18:36:24 GMT (envelope-from kientzle) Message-Id: <200503131836.j2DIaOMV071518@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 18:36:24 +0000 (UTC) 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 Makefile Makefile.am bsdtar.1 bsdtar.c bsdtar.h bsdtar_platform.h configure.ac.in getdate.y 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: Sun, 13 Mar 2005 18:36:25 -0000 kientzle 2005-03-13 18:36:24 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Makefile.am bsdtar.1 bsdtar.c bsdtar.h bsdtar_platform.h configure.ac.in write.c Added files: usr.bin/tar getdate.y Log: Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than switches to support selecting files by time of modification. Special thanks to: Steven M. Bellovin, Rich $alz, and Jim Berets, authors of the public-domain getdate.y date-parsing code. Revision Changes Path 1.16 +5 -3 src/usr.bin/tar/Makefile 1.2 +3 -0 src/usr.bin/tar/Makefile.am 1.26 +29 -0 src/usr.bin/tar/bsdtar.1 1.60 +59 -16 src/usr.bin/tar/bsdtar.c 1.22 +4 -0 src/usr.bin/tar/bsdtar.h 1.13 +3 -0 src/usr.bin/tar/bsdtar_platform.h 1.6 +1 -0 src/usr.bin/tar/configure.ac.in 1.1 +919 -0 src/usr.bin/tar/getdate.y (new) 1.36 +44 -20 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 18:56:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C5316A4CE; Sun, 13 Mar 2005 18:56:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B9843D48; Sun, 13 Mar 2005 18:56:09 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DIu84L072241; Sun, 13 Mar 2005 18:56:09 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DIu8jZ072240; Sun, 13 Mar 2005 18:56:08 GMT (envelope-from mux) Message-Id: <200503131856.j2DIu8jZ072240@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 13 Mar 2005 18:56:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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: Sun, 13 Mar 2005 18:56:09 -0000 mux 2005-03-13 18:56:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: MFC if_fxp.c revision 1.224: revision 1.224 date: 2005/02/27 15:12:50; author: mux; state: Exp; lines: +10 -10 Fix a stupid bogon from myself, sc->revision wasn't initialized when testing it to know whether we should enable the 82503 serial mode... Move code to the right location and disallow the use of the 82503 serial mode if the sc->revision field is 0 again. This makes fxp(4) work correctly with ATMEL 350 93C46 cards (3 port 82559 based with a 82555 PHY), as well as with the older ATMEL 220 93C46 (same flavour) and with the even older 10Mbps-only 82557 cards with the 82503 serial interface. Tested by: Andre Albsmeier , krion Approved by: re@ (kensmith) Revision Changes Path 1.217.2.8 +10 -10 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 18:59:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C07DE16A4CE; Sun, 13 Mar 2005 18:59:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A930D43D5A; Sun, 13 Mar 2005 18:59:23 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DIxNVe072416; Sun, 13 Mar 2005 18:59:23 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DIxNZP072415; Sun, 13 Mar 2005 18:59:23 GMT (envelope-from mux) Message-Id: <200503131859.j2DIxNZP072415@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 13 Mar 2005 18:59:23 +0000 (UTC) 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/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: Sun, 13 Mar 2005 18:59:23 -0000 mux 2005-03-13 18:59:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC if_fxp.c revision 1.224: revision 1.224 date: 2005/02/27 15:12:50; author: mux; state: Exp; lines: +10 -10 Fix a stupid bogon from myself, sc->revision wasn't initialized when testing it to know whether we should enable the 82503 serial mode... Move code to the right location and disallow the use of the 82503 serial mode if the sc->revision field is 0 again. This makes fxp(4) work correctly with ATMEL 350 93C46 cards (3 port 82559 based with a 82555 PHY), as well as with the older ATMEL 220 93C46 (same flavour) and with the even older 10Mbps-only 82557 cards with the 82503 serial interface. Tested by: Andre Albsmeier , krion Revision Changes Path 1.110.2.38 +10 -10 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:07:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D11716A4CE; Sun, 13 Mar 2005 19:07:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A9143D49; Sun, 13 Mar 2005 19:07:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJ7bpi072773; Sun, 13 Mar 2005 19:07:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJ7bq4072772; Sun, 13 Mar 2005 19:07:37 GMT (envelope-from rwatson) Message-Id: <200503131907.j2DJ7bq4072772@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 19:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/modules/ipfilter 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, 13 Mar 2005 19:07:37 -0000 rwatson 2005-03-13 19:07:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/modules/ipfilter Makefile Log: Merge Makefile:1.16 from HEAD to RELENG_5: date: 2004/12/25 00:23:36; author: scottl; state: Exp; lines: +1 -1 Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD. Approved by: re (kensmith) Revision Changes Path 1.14.2.1 +1 -1 src/sys/modules/ipfilter/Makefile From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:10:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CD716A4CE; Sun, 13 Mar 2005 19:10:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB8243D41; Sun, 13 Mar 2005 19:10:13 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJADaZ072898; Sun, 13 Mar 2005 19:10:13 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJADpS072897; Sun, 13 Mar 2005 19:10:13 GMT (envelope-from pjd) Message-Id: <200503131910.j2DJADpS072897@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 13 Mar 2005 19:10:13 +0000 (UTC) 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: Sun, 13 Mar 2005 19:10:13 -0000 pjd 2005-03-13 19:10:13 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Change function names related to 'list' command from 'show_one_*' to 'list_one_*'. MFC after: 1 week Revision Changes Path 1.12 +7 -7 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:11:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC6B16A4CE; Sun, 13 Mar 2005 19:11:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846DA43D1D; Sun, 13 Mar 2005 19:11:57 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJBv2v072992; Sun, 13 Mar 2005 19:11:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJBvXg072991; Sun, 13 Mar 2005 19:11:57 GMT (envelope-from pjd) Message-Id: <200503131911.j2DJBvXg072991@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 13 Mar 2005 19:11:57 +0000 (UTC) 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: Sun, 13 Mar 2005 19:11:57 -0000 pjd 2005-03-13 19:11:57 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Update copyrights. Revision Changes Path 1.13 +1 -1 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:34:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B9816A4CE; Sun, 13 Mar 2005 19:34:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A02243D5A; Sun, 13 Mar 2005 19:34:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJYSt1073876; Sun, 13 Mar 2005 19:34:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJYSta073875; Sun, 13 Mar 2005 19:34:28 GMT (envelope-from pjd) Message-Id: <200503131934.j2DJYSta073875@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 13 Mar 2005 19:34:28 +0000 (UTC) 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: Sun, 13 Mar 2005 19:34:28 -0000 pjd 2005-03-13 19:34:28 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Add 'status' command which prints general information about devices. For example: # gmirror status Name Status Components mirror/root COMPLETE ad0s1a ad2s1a mirror/data DEGRADED da0 da1 (76%) da2 MFC after: 1 week Revision Changes Path 1.14 +176 -0 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:38:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D909116A4CE; Sun, 13 Mar 2005 19:38:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DFB43D49; Sun, 13 Mar 2005 19:38:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJcC7Q074218; Sun, 13 Mar 2005 19:38:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJcC4v074217; Sun, 13 Mar 2005 19:38:12 GMT (envelope-from pjd) Message-Id: <200503131938.j2DJcC4v074217@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 13 Mar 2005 19:38:12 +0000 (UTC) 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/label glabel.8 src/sbin/geom/class/mirror gmirror.8 src/sbin/geom/class/nop gnop.8 src/sbin/geom/class/raid3 graid3.8 src/sbin/geom/class/shsec gshsec.8 src/sbin/geom/class/stripe ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 19:38:13 -0000 pjd 2005-03-13 19:38:12 UTC FreeBSD src repository Modified files: sbin/geom/class/concat gconcat.8 sbin/geom/class/label glabel.8 sbin/geom/class/mirror gmirror.8 sbin/geom/class/nop gnop.8 sbin/geom/class/raid3 graid3.8 sbin/geom/class/shsec gshsec.8 sbin/geom/class/stripe gstripe.8 sbin/geom/core geom.8 Log: - Document 'status' subcommand. - Update copyrights. MFC after: 1 week Revision Changes Path 1.16 +9 -2 src/sbin/geom/class/concat/gconcat.8 1.11 +9 -2 src/sbin/geom/class/label/glabel.8 1.13 +9 -3 src/sbin/geom/class/mirror/gmirror.8 1.17 +9 -2 src/sbin/geom/class/nop/gnop.8 1.15 +9 -3 src/sbin/geom/class/raid3/graid3.8 1.7 +8 -1 src/sbin/geom/class/shsec/gshsec.8 1.23 +9 -2 src/sbin/geom/class/stripe/gstripe.8 1.15 +6 -2 src/sbin/geom/core/geom.8 From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:44:19 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FF2A16A4CE; Sun, 13 Mar 2005 19:44:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3816843D2D; Sun, 13 Mar 2005 19:44:19 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJiJnh074488; Sun, 13 Mar 2005 19:44:19 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJiJN9074487; Sun, 13 Mar 2005 19:44:19 GMT (envelope-from kientzle) Message-Id: <200503131944.j2DJiJN9074487@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 19:44:19 +0000 (UTC) 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 getdate.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 19:44:19 -0000 kientzle 2005-03-13 19:44:19 UTC FreeBSD src repository Modified files: usr.bin/tar getdate.y Log: Brain-o. Missing quote. Revision Changes Path 1.2 +1 -1 src/usr.bin/tar/getdate.y From owner-cvs-src@FreeBSD.ORG Sun Mar 13 19:55:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935E516A4CE; Sun, 13 Mar 2005 19:55:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689F743D49; Sun, 13 Mar 2005 19:55:53 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DJtr3g074981; Sun, 13 Mar 2005 19:55:53 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DJtr8w074980; Sun, 13 Mar 2005 19:55:53 GMT (envelope-from kientzle) Message-Id: <200503131955.j2DJtr8w074980@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 19:55:53 +0000 (UTC) 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 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, 13 Mar 2005 19:55:53 -0000 kientzle 2005-03-13 19:55:53 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Log: "make depend" with .y files is trickier than it looks. Revision Changes Path 1.17 +2 -3 src/usr.bin/tar/Makefile From owner-cvs-src@FreeBSD.ORG Sun Mar 13 20:49:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2A516A4CE; Sun, 13 Mar 2005 20:49:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4057643D54; Sun, 13 Mar 2005 20:49:57 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DKnvaw084124; Sun, 13 Mar 2005 20:49:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DKnvwj084123; Sun, 13 Mar 2005 20:49:57 GMT (envelope-from alc) Message-Id: <200503132049.j2DKnvwj084123@repoman.freebsd.org> From: Alan Cox Date: Sun, 13 Mar 2005 20:49:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/sparc64/sparc64 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: Sun, 13 Mar 2005 20:49:57 -0000 alc 2005-03-13 20:49:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sparc64/sparc64 pmap.c Log: MFC revision 1.146 Use the kernel pmap's lock to guarantee that only one thread at a time is using either pmap_temp_map_1 or pmap_temp_map_2. Approved by: re (kensmith) Revision Changes Path 1.139.2.3 +10 -0 src/sys/sparc64/sparc64/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 20:54:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 268EF16A4CE; Sun, 13 Mar 2005 20:54:44 +0000 (GMT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405FE43D31; Sun, 13 Mar 2005 20:54:43 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd18.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1DAa6k-00077W-00; Sun, 13 Mar 2005 21:54:42 +0100 Received: from Andro-Beta.Leidinger.net (SaDpNrZpoeejtQy7ZsOAGRWpfl5df7VOTWO3xJMFHvXBx9vjrrMA6u@[217.229.215.194]) by fwd18.sul.t-online.de with esmtp id 1DAa6b-0oPzyi0; Sun, 13 Mar 2005 21:54:33 +0100 Received: from localhost (localhost [127.0.0.1])j2DKrRqb067961; Sun, 13 Mar 2005 21:53:27 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from 192.168.1.5 ([192.168.1.5]) by webmail.leidinger.net (Horde) with HTTP for ; Sun, 13 Mar 2005 21:53:27 +0100 Message-ID: <20050313215327.z3yq3hpim88w4w0s@netchild.homeip.net> X-Priority: 3 (Normal) Date: Sun, 13 Mar 2005 21:53:27 +0100 From: Alexander Leidinger To: Peter Wemm References: <200503112216.j2BMG9fj048435@repoman.freebsd.org> In-Reply-To: <200503112216.j2BMG9fj048435@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.2) / FreeBSD-4.11 X-ID: SaDpNrZpoeejtQy7ZsOAGRWpfl5df7VOTWO3xJMFHvXBx9vjrrMA6u@t-dialin.net X-TOI-MSGID: b26ba07a-e1d6-420d-9139-1f805c4a2444 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 fpu.c src/sys/amd64/include profile.h stdarg.h varargs.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, 13 Mar 2005 20:54:44 -0000 Peter Wemm wrote: > Log: > Remove diffs to i386 version that came in via the compiler support ifdefs. > This changes things like whitespace, inconsistent use of #ifndef vs > #if !defined(), different macro argument orders, mismatched comments, etc. So where's my pointy hat? Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 The English country gentleman galloping after a fox -- the unspeakable in full pursuit of the uneatable. -- Oscar Wilde, "A Woman of No Importance" From owner-cvs-src@FreeBSD.ORG Sun Mar 13 21:28:34 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2502516A4CE; Sun, 13 Mar 2005 21:28:34 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D37543D5C; Sun, 13 Mar 2005 21:28:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (ip68-230-188-82.dc.dc.cox.net [68.230.188.82]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j2DLSVMp019887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 13 Mar 2005 16:28:31 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sun, 13 Mar 2005 16:28:18 -0500 From: Tom Rhodes To: "M. Warner Losh" Message-ID: <20050313162818.4036a280@mobile.pittgoth.com> In-Reply-To: <20050313.094859.69022122.imp@bsdimp.com> References: <20050313035311.3bdc1c96@mobile.pittgoth.com> <423402A2.4040707@FreeBSD.org> <20050313043617.70f62080@mobile.pittgoth.com> <20050313.094859.69022122.imp@bsdimp.com> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: dougb@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d 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, 13 Mar 2005 21:28:34 -0000 On Sun, 13 Mar 2005 09:48:59 -0700 (MST) "M. Warner Losh" wrote: > In message: <20050313043617.70f62080@mobile.pittgoth.com> > Tom Rhodes writes: > : > > Well spank me, > : > > : > Dream on big boy. > : > : *insert witty reply here* > > I think he'll be punished more by not having the spanking Well, you can't please everyone. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun Mar 13 21:36:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9FC16A4CF; Sun, 13 Mar 2005 21:36:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8178543D1F; Sun, 13 Mar 2005 21:36:15 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DLaFj9087377; Sun, 13 Mar 2005 21:36:15 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DLaFBZ087376; Sun, 13 Mar 2005 21:36:15 GMT (envelope-from kientzle) Message-Id: <200503132136.j2DLaFBZ087376@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 21:36:15 +0000 (UTC) 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 getdate.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 21:36:15 -0000 kientzle 2005-03-13 21:36:15 UTC FreeBSD src repository Modified files: usr.bin/tar getdate.y Log: Fix a compile warning, fix the build. Revision Changes Path 1.3 +1 -1 src/usr.bin/tar/getdate.y From owner-cvs-src@FreeBSD.ORG Sun Mar 13 21:36:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D210D16A4CE; Sun, 13 Mar 2005 21:36:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A404243D48; Sun, 13 Mar 2005 21:36:55 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DLatWm087412; Sun, 13 Mar 2005 21:36:55 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DLatni087411; Sun, 13 Mar 2005 21:36:55 GMT (envelope-from iedowse) Message-Id: <200503132136.j2DLatni087411@repoman.freebsd.org> From: Ian Dowse Date: Sun, 13 Mar 2005 21:36:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/isa vesa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 21:36:56 -0000 iedowse 2005-03-13 21:36:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/isa vesa.c Log: MFC 1.48-1.50: Add a missing bcopy() to make saving the VESA state actually work. Also save the DAC state, increase the maximum save state size up to 12k, and refuse to save the VESA state if the BIOS reports it is larger than the maximum size we can handle. Approved by: re (kensmith) Revision Changes Path 1.47.2.1 +30 -10 src/sys/i386/isa/vesa.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 21:39:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081B816A4CE; Sun, 13 Mar 2005 21:39:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F2943D4C; Sun, 13 Mar 2005 21:39:29 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DLdT3O087561; Sun, 13 Mar 2005 21:39:29 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DLdTb8087560; Sun, 13 Mar 2005 21:39:29 GMT (envelope-from iedowse) Message-Id: <200503132139.j2DLdTb8087560@repoman.freebsd.org> From: Ian Dowse Date: Sun, 13 Mar 2005 21:39:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fb vgareg.h src/sys/isa vga_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 21:39:30 -0000 iedowse 2005-03-13 21:39:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fb vgareg.h sys/isa vga_isa.c Log: MFC 1.33: Save and restore the VGA state across a suspend-resume cycle. This is particularly useful when VESA is available (either `options VESA' or load the vesa module), as BIOSes in some notebooks may correctly save and restore LCD panel settings using VESA in cases where calling the video BIOS POST is not effective. On some systems it may also be necessary to set the hw.acpi.reset_video sysctl to 0. Approved by: re (kensmith) Revision Changes Path 1.7.2.1 +1 -0 src/sys/dev/fb/vgareg.h 1.30.2.1 +55 -0 src/sys/isa/vga_isa.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 22:22:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE5516A4CE; Sun, 13 Mar 2005 22:22:50 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E9443D58; Sun, 13 Mar 2005 22:22:50 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2DMMnOc013398; Sun, 13 Mar 2005 14:22:49 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2DMMnb7013397; Sun, 13 Mar 2005 14:22:49 -0800 (PST) (envelope-from obrien) Date: Sun, 13 Mar 2005 14:22:49 -0800 From: "David O'Brien" To: Adam Gregoire Message-ID: <20050313222249.GA12792@dragon.NUXI.org> References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <1110603746.72068.3.camel@S0106066606660666.su.shawcable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1110603746.72068.3.camel@S0106066606660666.su.shawcable.net> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files.amd64 files.i386 src/sys/dev/nve if_nve.c if_nvereg.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/nve Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 22:22:50 -0000 On Sat, Mar 12, 2005 at 12:02:25AM -0500, Adam Gregoire wrote: > On Sat, 2005-03-12 at 00:29 +0000, David E. O'Brien wrote: > This needs to be moved to where the rest of miibus interfaces are in > amd64 and i386 GENERIC kernel config files. ..snip.. > /usr/src/sys/dev/nve/if_nve.c:111:23: miibus_if.h: No such file or > directory Simply moving where they are in GENERIC won't fix this build problem. Is this during the kernel build, or the modules build? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Mar 13 23:48:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A128B16A4CF; Sun, 13 Mar 2005 23:48:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 729DE43D5D; Sun, 13 Mar 2005 23:48:17 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DNmHJQ093131; Sun, 13 Mar 2005 23:48:17 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DNmHn5093130; Sun, 13 Mar 2005 23:48:17 GMT (envelope-from iedowse) Message-Id: <200503132348.j2DNmHn5093130@repoman.freebsd.org> From: Ian Dowse Date: Sun, 13 Mar 2005 23:48:17 +0000 (UTC) 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.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Mar 2005 23:48:17 -0000 iedowse 2005-03-13 23:48:17 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: The EHCI qTD token has a number of error status bits that are not cleared if the host controller retries the transfer and is successful, but we were interpreting these bits as indicating a fatal error. Ignore these error bits, and instead use the HALTED bit to determine if the transfer failed. Also update the USBD_STALLED detection to ignore these bits. Obtained from: OpenBSD Revision Changes Path 1.32 +9 -9 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Sun Mar 13 23:49:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AD916A4CE; Sun, 13 Mar 2005 23:49:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D21743D41; Sun, 13 Mar 2005 23:49:53 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DNnrPe093178; Sun, 13 Mar 2005 23:49:53 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DNnrrA093177; Sun, 13 Mar 2005 23:49:53 GMT (envelope-from kientzle) Message-Id: <200503132349.j2DNnrrA093177@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 13 Mar 2005 23:49:53 +0000 (UTC) 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 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, 13 Mar 2005 23:49:53 -0000 kientzle 2005-03-13 23:49:53 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Log: Re-unbreak the distfile target. Also, reduce the WARNS level to 5 since different build environments end up using different Yacc skeletons. The BSD one does not predeclare yyparse, the FSF one does, so it's not really possible to consistently enforce both -Wmissing-prototypes and -Wredundant-decls. Revision Changes Path 1.18 +4 -3 src/usr.bin/tar/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 14 00:29:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE8016A4CE; Mon, 14 Mar 2005 00:29:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CC743D31; Mon, 14 Mar 2005 00:29:05 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E0T5Vf094668; Mon, 14 Mar 2005 00:29:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E0T562094667; Mon, 14 Mar 2005 00:29:05 GMT (envelope-from kientzle) Message-Id: <200503140029.j2E0T562094667@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 14 Mar 2005 00:29:05 +0000 (UTC) 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_platform.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, 14 Mar 2005 00:29:05 -0000 kientzle 2005-03-14 00:29:05 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar_platform.h Log: Style correction: one tab after #define. Revision Changes Path 1.14 +47 -46 src/usr.bin/tar/bsdtar_platform.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 00:30:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BD416A4CE; Mon, 14 Mar 2005 00:30:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DAE43D2D; Mon, 14 Mar 2005 00:30:35 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E0UZ5R094807; Mon, 14 Mar 2005 00:30:35 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E0UZ2L094806; Mon, 14 Mar 2005 00:30:35 GMT (envelope-from kientzle) Message-Id: <200503140030.j2E0UZ2L094806@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 14 Mar 2005 00:30:35 +0000 (UTC) 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 matching.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, 14 Mar 2005 00:30:36 -0000 kientzle 2005-03-14 00:30:35 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c matching.c write.c Log: A handful of minor portability and style improvements. Revision Changes Path 1.61 +1 -1 src/usr.bin/tar/bsdtar.c 1.9 +2 -0 src/usr.bin/tar/matching.c 1.37 +13 -14 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 01:03:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715EB16A4CE; Mon, 14 Mar 2005 01:03:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A6043D5A; Mon, 14 Mar 2005 01:03:50 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E13oA2003971; Mon, 14 Mar 2005 01:03:50 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E13oTr003970; Mon, 14 Mar 2005 01:03:50 GMT (envelope-from iedowse) Message-Id: <200503140103.j2E13oTr003970@repoman.freebsd.org> From: Ian Dowse Date: Mon, 14 Mar 2005 01:03:50 +0000 (UTC) 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.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 01:03:50 -0000 iedowse 2005-03-14 01:03:50 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Set the split transaction interrupt C-mask correctly. This is the final piece needed to make split transaction interrupt pipes work, which I thought I had already committed. Revision Changes Path 1.33 +1 -1 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 01:49:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5071416A4CE; Mon, 14 Mar 2005 01:49:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249C743D54; Mon, 14 Mar 2005 01:49:01 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E1n0Ek007564; Mon, 14 Mar 2005 01:49:01 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E1n06m007561; Mon, 14 Mar 2005 01:49:00 GMT (envelope-from iedowse) Message-Id: <200503140149.j2E1n06m007561@repoman.freebsd.org> From: Ian Dowse Date: Mon, 14 Mar 2005 01:49:00 +0000 (UTC) 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 if_axe.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: Mon, 14 Mar 2005 01:49:01 -0000 iedowse 2005-03-14 01:49:00 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c usbdevs Log: Add support for the ethernet port in the JVC MP-PRX1 port replicator. Revision Changes Path 1.26 +1 -0 src/sys/dev/usb/if_axe.c 1.225 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Mar 14 02:13:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E94A16A4CE; Mon, 14 Mar 2005 02:13:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5D743D1D; Mon, 14 Mar 2005 02:13:50 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E2DoqR008753; Mon, 14 Mar 2005 02:13:50 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E2Dogl008752; Mon, 14 Mar 2005 02:13:50 GMT (envelope-from bmah) Message-Id: <200503140213.j2E2Dogl008752@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 Mar 2005 02:13:50 +0000 (UTC) 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, 14 Mar 2005 02:13:51 -0000 bmah 2005-03-14 02:13:50 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Minor grammar fixes: jail(8) chflags, rescue(8) and bsdtar. MFC noted: pcii. Revision Changes Path 1.823 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Mar 14 04:33:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088E516A4CE; Mon, 14 Mar 2005 04:33:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19B943D1F; Mon, 14 Mar 2005 04:33:13 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E4XDTa013864; Mon, 14 Mar 2005 04:33:13 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E4XDkR013863; Mon, 14 Mar 2005 04:33:13 GMT (envelope-from delphij) Message-Id: <200503140433.j2E4XDkR013863@repoman.freebsd.org> From: Xin LI Date: Mon, 14 Mar 2005 04:33:13 +0000 (UTC) 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: Mon, 14 Mar 2005 04:33:14 -0000 delphij 2005-03-14 04:33:13 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: printf(3) expects that %*s having an int parameter, which generates warning on 64-bit platforms. Explicitly cast these values to int to work around this issue, as these values are tend to be small. Spotted by: ia64 tinderbox Revision Changes Path 1.15 +5 -5 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 06:51:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D1516A4CE; Mon, 14 Mar 2005 06:51:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC8E443D5E; Mon, 14 Mar 2005 06:51:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E6pTAX027643; Mon, 14 Mar 2005 06:51:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E6pT9t027642; Mon, 14 Mar 2005 06:51:29 GMT (envelope-from phk) Message-Id: <200503140651.j2E6pT9t027642@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 06:51:29 +0000 (UTC) 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_unit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 06:51:30 -0000 phk 2005-03-14 06:51:29 UTC FreeBSD src repository Modified files: sys/kern subr_unit.c Log: Remove debugging printfs. Revision Changes Path 1.7 +3 -8 src/sys/kern/subr_unit.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 07:11:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B1916A4CE; Mon, 14 Mar 2005 07:11:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B16B43D2F; Mon, 14 Mar 2005 07:11:20 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E7BKKE028458; Mon, 14 Mar 2005 07:11:20 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E7BJXt028457; Mon, 14 Mar 2005 07:11:19 GMT (envelope-from jeff) Message-Id: <200503140711.j2E7BJXt028457@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 07:11:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 07:11:20 -0000 jeff 2005-03-14 07:11:19 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Rework vget() so we drop the usecount in two failure cases that were missed by my last commit. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.591 +24 -24 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 07:16:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A6916A4CE; Mon, 14 Mar 2005 07:16:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B38643D41; Mon, 14 Mar 2005 07:16:56 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E7Guqk028713; Mon, 14 Mar 2005 07:16:56 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E7Gtkk028712; Mon, 14 Mar 2005 07:16:55 GMT (envelope-from jeff) Message-Id: <200503140716.j2E7Gtkk028712@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 07:16:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 07:16:56 -0000 jeff 2005-03-14 07:16:55 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Slightly rearrange vrele() to move the common case in one indentation level. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.592 +17 -20 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 07:19:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E414F16A4CE; Mon, 14 Mar 2005 07:19:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88BD43D48; Mon, 14 Mar 2005 07:19:03 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E7J3wX028852; Mon, 14 Mar 2005 07:19:03 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E7J3pq028851; Mon, 14 Mar 2005 07:19:03 GMT (envelope-from jmg) Message-Id: <200503140719.j2E7J3pq028851@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 14 Mar 2005 07:19:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 bus_alloc_resource.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, 14 Mar 2005 07:19:04 -0000 jmg 2005-03-14 07:19:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 bus_alloc_resource.9 Log: MFC: > spell resource correctly... > > Revision Changes Path > 1.20 +1 -1 src/share/man/man9/bus_alloc_resource.9 Approved by: re (kensmith) Revision Changes Path 1.19.2.1 +1 -1 src/share/man/man9/bus_alloc_resource.9 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 07:29:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67CA316A4CE; Mon, 14 Mar 2005 07:29:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A3D43D3F; Mon, 14 Mar 2005 07:29:41 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E7TfeD029310; Mon, 14 Mar 2005 07:29:41 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E7Tetd029309; Mon, 14 Mar 2005 07:29:40 GMT (envelope-from jeff) Message-Id: <200503140729.j2E7Tetd029309@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 07:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vnode.h src/sys/vm vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 07:29:41 -0000 jeff 2005-03-14 07:29:40 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/vm vnode_pager.c Log: - Retire OLOCK and OWANT. All callers hold the vnode lock when creating a vnode object. There has been an assert to prove this for some time. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.286 +0 -2 src/sys/sys/vnode.h 1.215 +0 -17 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 08:08:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4995016A4CE; Mon, 14 Mar 2005 08:08:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267C143D54; Mon, 14 Mar 2005 08:08:20 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E88Jfl030958; Mon, 14 Mar 2005 08:08:19 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E88J44030957; Mon, 14 Mar 2005 08:08:19 GMT (envelope-from maxim) Message-Id: <200503140808.j2E88J44030957@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Mar 2005 08:08:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h src/usr.sbin Makefile src/usr.sbin/tcpdrop Makefile tcpdrop.8 tcpdrop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 08:08:20 -0000 maxim 2005-03-14 08:08:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c tcp_var.h usr.sbin Makefile Added files: (Branch: RELENG_5) usr.sbin/tcpdrop Makefile tcpdrop.8 tcpdrop.c Log: o MFC tcpdrop(8): sys/netinet/tcp_var.h, rev. 1.115, 1.116 sys/netinet/tcp_subr.c, rev. 1.219 usr.sbin/Makefile, rev. 1.321 usr.sbin/tcpdrop/Makefile, rev. 1.1 usr.sbin/tcpdrop/tcpdrop.8, rev. 1.1 usr.sbin/tcpdrop/tcpdrop.c, rev. 1.1, 1.2 Approved by: re (kensmith) Revision Changes Path 1.201.2.15 +98 -0 src/sys/netinet/tcp_subr.c 1.109.2.5 +2 -1 src/sys/netinet/tcp_var.h 1.303.2.6 +1 -0 src/usr.sbin/Makefile 1.1.2.1 +8 -0 src/usr.sbin/tcpdrop/Makefile (new) 1.1.2.1 +64 -0 src/usr.sbin/tcpdrop/tcpdrop.8 (new) 1.2.2.1 +89 -0 src/usr.sbin/tcpdrop/tcpdrop.c (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 14 08:29:58 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA5416A4CE; Mon, 14 Mar 2005 08:29:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C584643D4C; Mon, 14 Mar 2005 08:29:58 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E8Twj4031883; Mon, 14 Mar 2005 08:29:58 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E8Tw4C031882; Mon, 14 Mar 2005 08:29:58 GMT (envelope-from harti) Message-Id: <200503140829.j2E8Tw4C031882@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 14 Mar 2005 08:29:58 +0000 (UTC) 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 suff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 08:29:59 -0000 harti 2005-03-14 08:29:58 UTC FreeBSD src repository Modified files: usr.bin/make suff.c Log: Convert a couple of other uses of Lst_ForEach to LST_FOREACH and simplify code. Revision Changes Path 1.54 +40 -48 src/usr.bin/make/suff.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 08:30:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76ED516A4CE; Mon, 14 Mar 2005 08:30:15 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B1D43D5A; Mon, 14 Mar 2005 08:30:15 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id D5A11AC956; Mon, 14 Mar 2005 09:30:12 +0100 (CET) Date: Mon, 14 Mar 2005 09:30:12 +0100 From: Pawel Jakub Dawidek To: Xin LI Message-ID: <20050314083012.GR9291@darkness.comp.waw.pl> References: <200503140433.j2E4XDkR013863@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jXRFVvqvG+w3zy9F" Content-Disposition: inline In-Reply-To: <200503140433.j2E4XDkR013863@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/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: Mon, 14 Mar 2005 08:30:15 -0000 --jXRFVvqvG+w3zy9F Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 14, 2005 at 04:33:13AM +0000, Xin LI wrote: +> delphij 2005-03-14 04:33:13 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sbin/geom/core geom.c=20 +> Log: +> printf(3) expects that %*s having an int parameter, which generates +> warning on 64-bit platforms. Explicitly cast these values to int +> to work around this issue, as these values are tend to be small. Thanks and sorry for the breakage. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --jXRFVvqvG+w3zy9F Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCNUuUForvXbEpPzQRArb6AJ9oFZyvbx1Yndk3UfBoITzFxsR6TACgzxHj 6P6qGyL6WJ/qwE74frKEdU0= =6nRT -----END PGP SIGNATURE----- --jXRFVvqvG+w3zy9F-- From owner-cvs-src@FreeBSD.ORG Mon Mar 14 08:30:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0F216A4CE; Mon, 14 Mar 2005 08:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBD243D1D; Mon, 14 Mar 2005 08:30:32 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E8UWrB032020; Mon, 14 Mar 2005 08:30:32 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E8UW4h032019; Mon, 14 Mar 2005 08:30:32 GMT (envelope-from jeff) Message-Id: <200503140830.j2E8UW4h032019@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 08:30:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 08:30:32 -0000 jeff 2005-03-14 08:30:32 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: - We do not have to check the object's ref_count in VSHOULDFREE or vtryrecycle(). All obj refs also ref the vnode. - Consistently use v_incr_usecount() to increment the usecount. This will be more important later. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.593 +3 -3 src/sys/kern/vfs_subr.c 1.287 +1 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 08:34:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9235516A4CE; Mon, 14 Mar 2005 08:34:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6871343D2D; Mon, 14 Mar 2005 08:34:02 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E8Y2AT032156; Mon, 14 Mar 2005 08:34:02 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E8Y2nQ032155; Mon, 14 Mar 2005 08:34:02 GMT (envelope-from pjd) Message-Id: <200503140834.j2E8Y2nQ032155@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 08:34:02 +0000 (UTC) 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: Mon, 14 Mar 2005 08:34:02 -0000 pjd 2005-03-14 08:34:02 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Use int instead of size_t (%*s needs int). MFC after: 1 week Revision Changes Path 1.16 +9 -9 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 08:43:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3BD716A4CE; Mon, 14 Mar 2005 08:43:37 +0000 (GMT) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BF943D31; Mon, 14 Mar 2005 08:43:37 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from beastie.frontfree.net (unknown [219.239.99.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id E7C85EB0B12; Mon, 14 Mar 2005 16:43:35 +0800 (CST) Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 88F7A136131; Mon, 14 Mar 2005 16:43:32 +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 59243-05; Mon, 14 Mar 2005 16:43:21 +0800 (CST) Received: from localhost.localdomain (unknown [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by beastie.frontfree.net (Postfix) with ESMTP id 8948413611A; Mon, 14 Mar 2005 16:43:20 +0800 (CST) From: Xin LI To: Pawel Jakub Dawidek In-Reply-To: <200503140834.j2E8Y2nQ032155@repoman.freebsd.org> References: <200503140834.j2E8Y2nQ032155@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-livON/GByXXmIzuWyk0k" Organization: The FreeBSD Simplified Chinese Project Date: Mon, 14 Mar 2005 16:41:59 +0800 Message-Id: <1110789719.931.9.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 FreeBSD GNOME Team Port 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/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: Mon, 14 Mar 2005 08:43:38 -0000 --=-livON/GByXXmIzuWyk0k Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2005-03-14=E4=B8=80=E7=9A=84 08:34 +0000=EF=BC=8CPawel Jakub Dawi= dek=E5=86=99=E9=81=93=EF=BC=9A > pjd 2005-03-14 08:34:02 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sbin/geom/core geom.c=20 > Log: > Use int instead of size_t (%*s needs int). > =20 > MFC after: 1 week Thanks! Cheers, --=20 Xin LI http://www.delphij.net/ --=-livON/GByXXmIzuWyk0k Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8?= =?UTF-8?Q?=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCNU5X/cVsHxFZiIoRAnqxAJ9+C4L9gffAySF+2rxepXbn8Mv51ACeMs8v NuFoJzv5t0QUUAaoxaxeE0w= =phxa -----END PGP SIGNATURE----- --=-livON/GByXXmIzuWyk0k-- From owner-cvs-src@FreeBSD.ORG Mon Mar 14 09:03:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894E616A4CE; Mon, 14 Mar 2005 09:03:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603C943D31; Mon, 14 Mar 2005 09:03:20 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E93KX9040066; Mon, 14 Mar 2005 09:03:20 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E93Kgg040065; Mon, 14 Mar 2005 09:03:20 GMT (envelope-from jeff) Message-Id: <200503140903.j2E93Kgg040065@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 09:03:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 09:03:20 -0000 jeff 2005-03-14 09:03:20 UTC FreeBSD src repository Modified files: sys/vm vnode_pager.c Log: - Don't directly adjust v_usecount, use vref() instead. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.216 +1 -3 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 09:25:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1479C16A4CE; Mon, 14 Mar 2005 09:25:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD01143D3F; Mon, 14 Mar 2005 09:25:19 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2E9PJaZ040993; Mon, 14 Mar 2005 09:25:19 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2E9PJ4F040992; Mon, 14 Mar 2005 09:25:19 GMT (envelope-from jeff) Message-Id: <200503140925.j2E9PJ4F040992@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 09:25:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.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, 14 Mar 2005 09:25:20 -0000 jeff 2005-03-14 09:25:19 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/sys vnode.h Log: - Increment the holdcnt once for each usecount reference. This allows us to use only the holdcnt to determine whether a vnode may be recycled, simplifying the V* macros as well as vtryrecycle(), etc. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.594 +4 -3 src/sys/kern/vfs_subr.c 1.288 +5 -9 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 10:01:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1F616A4CE; Mon, 14 Mar 2005 10:01:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C6FF43D5A; Mon, 14 Mar 2005 10:01:30 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EA1U6P042802; Mon, 14 Mar 2005 10:01:30 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EA1UT2042801; Mon, 14 Mar 2005 10:01:30 GMT (envelope-from phk) Message-Id: <200503141001.j2EA1UT2042801@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 10:01:30 +0000 (UTC) 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 src/sys/sys vnode.h src/sys/kern vfs_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 10:01:30 -0000 phk 2005-03-14 10:01:30 UTC FreeBSD src repository Modified files: sys/conf files sys/sys vnode.h Added files: sys/kern vfs_hash.c Log: Currently (almost) all filesystems maintain a local inode hash table to get from (mount + inode) to vnode. These tables are mostly copy&pasted from UFS, sized based on desiredvnodes and therefore quite large (128K-512K). Several filesystems are buggy enough that they allocate the hash table even before they know if they will ever be used or not. Add "vfs_hash", a system wide hash table, which will replace all the per-filesystem hash-tables. The fields we add to struct vnode will more or less be saved in the respective filesystems inodes. Having one central implementation will save code and will allow us to justify the complexity of code to dynamically (re)size the hash at a later point. Revision Changes Path 1.1005 +1 -0 src/sys/conf/files 1.1 +184 -0 src/sys/kern/vfs_hash.c (new) 1.289 +12 -0 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 10:21:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 714B816A4CE; Mon, 14 Mar 2005 10:21:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BB543D5D; Mon, 14 Mar 2005 10:21:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EALHKw043878; Mon, 14 Mar 2005 10:21:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EALHoE043877; Mon, 14 Mar 2005 10:21:17 GMT (envelope-from phk) Message-Id: <200503141021.j2EALHoE043877@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 10:21:17 +0000 (UTC) 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 src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ufs inode.h ufs_extern.h ufs_ihash.c ufs_inode.c ufs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 10:21:17 -0000 phk 2005-03-14 10:21:16 UTC FreeBSD src repository Modified files: sys/conf files sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs inode.h ufs_extern.h ufs_inode.c ufs_vfsops.c Removed files: sys/ufs/ufs ufs_ihash.c Log: Use vfs_hash instead of home-rolled. Revision Changes Path 1.1006 +0 -1 src/sys/conf/files 1.281 +12 -11 src/sys/ufs/ffs/ffs_vfsops.c 1.49 +0 -2 src/sys/ufs/ufs/inode.h 1.55 +0 -5 src/sys/ufs/ufs/ufs_extern.h 1.42 +0 -170 src/sys/ufs/ufs/ufs_ihash.c (dead) 1.60 +1 -1 src/sys/ufs/ufs/ufs_inode.c 1.44 +0 -2 src/sys/ufs/ufs/ufs_vfsops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 10:23:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8FF16A4CE; Mon, 14 Mar 2005 10:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3655343D53; Mon, 14 Mar 2005 10:23:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EANY3u043941; Mon, 14 Mar 2005 10:23:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EANYtp043940; Mon, 14 Mar 2005 10:23:34 GMT (envelope-from phk) Message-Id: <200503141023.j2EANYtp043940@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 10:23:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ufs 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, 14 Mar 2005 10:23:38 -0000 phk 2005-03-14 10:23:34 UTC FreeBSD src repository Modified files: sys/modules/ufs Makefile Log: Remove ufs_ihash.c here as well. Revision Changes Path 1.3 +1 -1 src/sys/modules/ufs/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 14 10:25:34 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71EC316A4CE; Mon, 14 Mar 2005 10:25:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4921343D1D; Mon, 14 Mar 2005 10:25:34 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EAP9vY044025; Mon, 14 Mar 2005 10:25:09 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EAP950044024; Mon, 14 Mar 2005 10:25:09 GMT (envelope-from phk) Message-Id: <200503141025.j2EAP950044024@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 10:25:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 10:25:34 -0000 phk 2005-03-14 10:25:09 UTC FreeBSD src repository Modified files: sys/kern vfs_hash.c Log: Cleanup accidentally include #if 0 section. Revision Changes Path 1.2 +0 -35 src/sys/kern/vfs_hash.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 11:52:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294CF16A4CE; Mon, 14 Mar 2005 11:52:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1EFC43D2F; Mon, 14 Mar 2005 11:52:24 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EBqOtX047660; Mon, 14 Mar 2005 11:52:24 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EBqOl0047659; Mon, 14 Mar 2005 11:52:24 GMT (envelope-from jeff) Message-Id: <200503141152.j2EBqOl0047659@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 14 Mar 2005 11:52:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 11:52:25 -0000 jeff 2005-03-14 11:52:24 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - ktrace(1) has nothing to do with schedgraph. Remove that from the instructions. Revision Changes Path 1.6 +0 -1 src/tools/sched/schedgraph.py From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:03:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D15416A4CE; Mon, 14 Mar 2005 12:03:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6261643D2F; Mon, 14 Mar 2005 12:03:31 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EC3VNB048054; Mon, 14 Mar 2005 12:03:31 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EC3VGl048053; Mon, 14 Mar 2005 12:03:31 GMT (envelope-from harti) Message-Id: <200503141203.j2EC3VGl048053@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 14 Mar 2005 12:03:31 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 12:03:31 -0000 harti 2005-03-14 12:03:31 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Split off two function from VarParseLong to handle modifiers and the actual variable lookup. Consistently rename lengthPtr to consumed. Update a number of comments to match the code. Patch: 7.111-113 Submitted by: Max Okumoto Revision Changes Path 1.112 +221 -172 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:04:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F3B16A4CE; Mon, 14 Mar 2005 12:04:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0CA43D2D; Mon, 14 Mar 2005 12:04:20 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EC4KhA048102; Mon, 14 Mar 2005 12:04:20 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EC4KA6048101; Mon, 14 Mar 2005 12:04:20 GMT (envelope-from harti) Message-Id: <200503141204.j2EC4KA6048101@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 14 Mar 2005 12:04:20 +0000 (UTC) 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 suff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 12:04:20 -0000 harti 2005-03-14 12:04:20 UTC FreeBSD src repository Modified files: usr.bin/make suff.c Log: Move the creation of a Src structure into its own function. Revision Changes Path 1.55 +33 -43 src/usr.bin/make/suff.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:15:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACAC216A4CE; Mon, 14 Mar 2005 12:15:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CA643D1F; Mon, 14 Mar 2005 12:15:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECFhXS048909; Mon, 14 Mar 2005 12:15:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECFhaD048908; Mon, 14 Mar 2005 12:15:43 GMT (envelope-from maxim) Message-Id: <200503141215.j2ECFhaD048908@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Mar 2005 12:15:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdrop tcpdrop.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, 14 Mar 2005 12:15:43 -0000 maxim 2005-03-14 12:15:43 UTC FreeBSD src repository Modified files: usr.sbin/tcpdrop tcpdrop.8 Log: o Replace OpenBSD-specific example by FreeBSD's one. Noticed by: Daniel O'Connor Revision Changes Path 1.2 +4 -4 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:24:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 590A916A4CE; Mon, 14 Mar 2005 12:24:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3129043D3F; Mon, 14 Mar 2005 12:24:35 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECOZ7V049331; Mon, 14 Mar 2005 12:24:35 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECOZkE049330; Mon, 14 Mar 2005 12:24:35 GMT (envelope-from maxim) Message-Id: <200503141224.j2ECOZkE049330@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Mar 2005 12:24:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdrop tcpdrop.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, 14 Mar 2005 12:24:35 -0000 maxim 2005-03-14 12:24:35 UTC FreeBSD src repository Modified files: usr.sbin/tcpdrop tcpdrop.8 Log: Sort xrefs Revision Changes Path 1.3 +2 -2 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:24:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 549C616A4F7; Mon, 14 Mar 2005 12:24:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2495843D48; Mon, 14 Mar 2005 12:24:36 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECOae7049369; Mon, 14 Mar 2005 12:24:36 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECOaKu049368; Mon, 14 Mar 2005 12:24:36 GMT (envelope-from phk) Message-Id: <200503141224.j2ECOaKu049368@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 12:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.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, 14 Mar 2005 12:24:39 -0000 phk 2005-03-14 12:24:35 UTC FreeBSD src repository Modified files: sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.h Log: Use vfs_hash instead of home-rolling. Revision Changes Path 1.32 +0 -2 src/sys/fs/msdosfs/denode.h 1.82 +27 -119 src/sys/fs/msdosfs/msdosfs_denode.c 1.142 +0 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.36 +0 -4 src/sys/fs/msdosfs/msdosfsmount.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:29:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A2416A4CE; Mon, 14 Mar 2005 12:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0BF43D54; Mon, 14 Mar 2005 12:29:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECTdsv049648; Mon, 14 Mar 2005 12:29:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECTdmd049647; Mon, 14 Mar 2005 12:29:39 GMT (envelope-from phk) Message-Id: <200503141229.j2ECTdmd049647@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 12:29:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/udf udf.h udf_vfsops.c udf_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, 14 Mar 2005 12:29:40 -0000 phk 2005-03-14 12:29:39 UTC FreeBSD src repository Modified files: sys/fs/udf udf.h udf_vfsops.c udf_vnops.c Log: Use vfs_hash instead of home-rolled. Correct locking around g_vfs_close() Revision Changes Path 1.11 +0 -6 src/sys/fs/udf/udf.h 1.28 +50 -34 src/sys/fs/udf/udf_vfsops.c 1.51 +2 -72 src/sys/fs/udf/udf_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:33:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D7F716A4CE; Mon, 14 Mar 2005 12:33:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E6243D1F; Mon, 14 Mar 2005 12:33:20 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECXKPd049844; Mon, 14 Mar 2005 12:33:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECXKl0049843; Mon, 14 Mar 2005 12:33:20 GMT (envelope-from pjd) Message-Id: <200503141233.j2ECXKl0049843@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 12:33:20 +0000 (UTC) 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: Mon, 14 Mar 2005 12:33:20 -0000 pjd 2005-03-14 12:33:20 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Add '-s' option to 'status' subcommand. It produces script-friendly output: # gmirror status Name Status Components mirror/root COMPLETE ad0s1a ad2s1a mirror/data DEGRADED da0 da1 (76%) da2 # gmirror status -s Name Status Components mirror/root COMPLETE ad0s1a mirror/root COMPLETE ad2s1a mirror/data DEGRADED da0 mirror/data DEGRADED da1 (76%) mirror/data DEGRADED da2 MFC after: 1 week Revision Changes Path 1.17 +50 -26 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:37:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8185516A4CE; Mon, 14 Mar 2005 12:37:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F1343D54; Mon, 14 Mar 2005 12:37:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECbtCi050086; Mon, 14 Mar 2005 12:37:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECbtjf050085; Mon, 14 Mar 2005 12:37:55 GMT (envelope-from pjd) Message-Id: <200503141237.j2ECbtjf050085@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 12:37:55 +0000 (UTC) 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.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, 14 Mar 2005 12:37:55 -0000 pjd 2005-03-14 12:37:55 UTC FreeBSD src repository Modified files: sbin/geom/core geom.8 Log: Document '-s' option of 'status' subcommand. MFC after: 1 week Revision Changes Path 1.16 +6 -0 src/sbin/geom/core/geom.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 12:54:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A8116A4CE; Mon, 14 Mar 2005 12:54:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A783943D2D; Mon, 14 Mar 2005 12:54:13 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ECsDwg057671; Mon, 14 Mar 2005 12:54:13 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ECsDtl057670; Mon, 14 Mar 2005 12:54:13 GMT (envelope-from maxim) Message-Id: <200503141254.j2ECsDtl057670@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Mar 2005 12:54:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/tcpdrop tcpdrop.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, 14 Mar 2005 12:54:14 -0000 maxim 2005-03-14 12:54:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/tcpdrop tcpdrop.8 Log: MFC rev. 1.2, 1.3: fix an example. Approved by: re (hrs) Revision Changes Path 1.1.2.2 +5 -5 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 13:06:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1799A16A4CE; Mon, 14 Mar 2005 13:06:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29FF43D60; Mon, 14 Mar 2005 13:06:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ED69CU058394; Mon, 14 Mar 2005 13:06:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ED69Tu058393; Mon, 14 Mar 2005 13:06:09 GMT (envelope-from pjd) Message-Id: <200503141306.j2ED69Tu058393@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 13:06:09 +0000 (UTC) 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.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, 14 Mar 2005 13:06:10 -0000 pjd 2005-03-14 13:06:09 UTC FreeBSD src repository Modified files: sbin/geom/core geom.8 Log: Document subcommands' arguments. MFC after: 1 week Revision Changes Path 1.17 +18 -2 src/sbin/geom/core/geom.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 13:14:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7536716A4CE; Mon, 14 Mar 2005 13:14:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5524943D31; Mon, 14 Mar 2005 13:14:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EDE4Rq059053; Mon, 14 Mar 2005 13:14:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EDE40T059052; Mon, 14 Mar 2005 13:14:04 GMT (envelope-from pjd) Message-Id: <200503141314.j2EDE40T059052@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 13:14:04 +0000 (UTC) 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/label glabel.8 src/sbin/geom/class/mirror gmirror.8 src/sbin/geom/class/nop gnop.8 src/sbin/geom/class/raid3 graid3.8 src/sbin/geom/class/shsec gshsec.8 src/sbin/geom/class/stripe ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 13:14:04 -0000 pjd 2005-03-14 13:14:04 UTC FreeBSD src repository Modified files: sbin/geom/class/concat gconcat.8 sbin/geom/class/label glabel.8 sbin/geom/class/mirror gmirror.8 sbin/geom/class/nop gnop.8 sbin/geom/class/raid3 graid3.8 sbin/geom/class/shsec gshsec.8 sbin/geom/class/stripe gstripe.8 Log: Instead of documenting every standard subcommand's argument everywhere, just leave reference to geom(8). MFC after: 1 week Revision Changes Path 1.17 +8 -14 src/sbin/geom/class/concat/gconcat.8 1.12 +8 -14 src/sbin/geom/class/label/glabel.8 1.14 +8 -14 src/sbin/geom/class/mirror/gmirror.8 1.18 +8 -14 src/sbin/geom/class/nop/gnop.8 1.16 +8 -14 src/sbin/geom/class/raid3/graid3.8 1.8 +8 -14 src/sbin/geom/class/shsec/gshsec.8 1.24 +8 -14 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 13:22:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA5E16A4CE; Mon, 14 Mar 2005 13:22:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3A543D2D; Mon, 14 Mar 2005 13:22:42 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EDMgxx059686; Mon, 14 Mar 2005 13:22:42 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EDMgKN059685; Mon, 14 Mar 2005 13:22:42 GMT (envelope-from phk) Message-Id: <200503141322.j2EDMgKN059685@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 13:22:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.c cd9660_node.h cd9660_vfsops.c cd9660_vnops.c iso.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, 14 Mar 2005 13:22:42 -0000 phk 2005-03-14 13:22:42 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_node.c cd9660_node.h cd9660_vfsops.c cd9660_vnops.c iso.h Log: Use vfs_hash instead of home-rolled. Revision Changes Path 1.54 +2 -112 src/sys/isofs/cd9660/cd9660_node.c 1.29 +0 -2 src/sys/isofs/cd9660/cd9660_node.h 1.135 +23 -19 src/sys/isofs/cd9660/cd9660_vfsops.c 1.108 +2 -1 src/sys/isofs/cd9660/cd9660_vnops.c 1.30 +0 -2 src/sys/isofs/cd9660/iso.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 13:30:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9915616A4CE; Mon, 14 Mar 2005 13:30:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732D043D60; Mon, 14 Mar 2005 13:30:09 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EDU6nt060130; Mon, 14 Mar 2005 13:30:06 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EDU6CB060129; Mon, 14 Mar 2005 13:30:06 GMT (envelope-from phk) Message-Id: <200503141330.j2EDU6CB060129@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 13:30:06 +0000 (UTC) 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 src/sys/gnu/ext2fs ext2_extern.h ext2_ihash.c ext2_inode.c ext2_vfsops.c src/sys/modules/ext2fs 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, 14 Mar 2005 13:30:09 -0000 phk 2005-03-14 13:30:06 UTC FreeBSD src repository Modified files: sys/conf files sys/gnu/ext2fs ext2_extern.h ext2_ihash.c ext2_inode.c ext2_vfsops.c sys/modules/ext2fs Makefile Log: Use vfs_hash() instead of home-rolled Revision Changes Path 1.1007 +0 -1 src/sys/conf/files 1.35 +0 -7 src/sys/gnu/ext2fs/ext2_extern.h 1.40 +4 -4 src/sys/gnu/ext2fs/ext2_ihash.c 1.54 +1 -4 src/sys/gnu/ext2fs/ext2_inode.c 1.144 +27 -53 src/sys/gnu/ext2fs/ext2_vfsops.c 1.5 +1 -1 src/sys/modules/ext2fs/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 14 13:30:45 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B5F16A4CE; Mon, 14 Mar 2005 13:30:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB2843D55; Mon, 14 Mar 2005 13:30:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EDUjcM060266; Mon, 14 Mar 2005 13:30:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EDUjRj060265; Mon, 14 Mar 2005 13:30:45 GMT (envelope-from phk) Message-Id: <200503141330.j2EDUjRj060265@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 13:30:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_ihash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 13:30:45 -0000 phk 2005-03-14 13:30:45 UTC FreeBSD src repository Removed files: sys/gnu/ext2fs ext2_ihash.c Log: Forgot cvs rm in last file. Revision Changes Path 1.41 +0 -169 src/sys/gnu/ext2fs/ext2_ihash.c (dead) From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:04:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16A616A4CF; Mon, 14 Mar 2005 14:04:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DCB43D49; Mon, 14 Mar 2005 14:04:02 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EE42b3061884; Mon, 14 Mar 2005 14:04:02 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EE42L4061883; Mon, 14 Mar 2005 14:04:02 GMT (envelope-from brueffer) Message-Id: <200503141404.j2EE42L4061883@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 14 Mar 2005 14:04:02 +0000 (UTC) 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_ccatm.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, 14 Mar 2005 14:04:02 -0000 brueffer 2005-03-14 14:04:02 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ng_ccatm.4 Log: - new sentence, new line - s/freebsd/FreeBSD/ Revision Changes Path 1.2 +3 -2 src/share/man/man4/ng_ccatm.4 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:08:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B7B16A4CE; Mon, 14 Mar 2005 14:08:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D83F43D49; Mon, 14 Mar 2005 14:08:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EE8amK062091; Mon, 14 Mar 2005 14:08:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EE8agX062090; Mon, 14 Mar 2005 14:08:36 GMT (envelope-from brueffer) Message-Id: <200503141408.j2EE8agX062090@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 14 Mar 2005 14:08:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile ng_ccatm.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, 14 Mar 2005 14:08:36 -0000 brueffer 2005-03-14 14:08:36 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 Makefile Added files: (Branch: RELENG_5) share/man/man4 ng_ccatm.4 Log: MFC: Add a man page for ng_ccatm(4). Approved by: re (blanket) Revision Changes Path 1.276.2.16 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +321 -0 src/share/man/man4/ng_ccatm.4 (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:12:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1396116A4CE; Mon, 14 Mar 2005 14:12:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE28F43D2F; Mon, 14 Mar 2005 14:12:29 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EECTCF062283; Mon, 14 Mar 2005 14:12:29 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EECTLp062282; Mon, 14 Mar 2005 14:12:29 GMT (envelope-from maxim) Message-Id: <200503141412.j2EECTLp062282@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Mar 2005 14:12:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdrop tcpdrop.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, 14 Mar 2005 14:12:30 -0000 maxim 2005-03-14 14:12:29 UTC FreeBSD src repository Modified files: usr.sbin/tcpdrop tcpdrop.8 Log: o Improve the example a bit. Submitted by: hrs Revision Changes Path 1.4 +1 -1 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:24:21 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7CA16A4CE; Mon, 14 Mar 2005 14:24:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D922443D1D; Mon, 14 Mar 2005 14:24:20 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EEOK9f062826; Mon, 14 Mar 2005 14:24:20 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EEOKwZ062825; Mon, 14 Mar 2005 14:24:20 GMT (envelope-from maxim) Message-Id: <200503141424.j2EEOKwZ062825@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Mar 2005 14:24:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/tcpdrop tcpdrop.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, 14 Mar 2005 14:24:21 -0000 maxim 2005-03-14 14:24:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/tcpdrop tcpdrop.8 Log: MFC rev. 1.4: an improved example. Approved by: re (hrs) Revision Changes Path 1.1.2.3 +1 -1 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:24:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978BA16A4D1; Mon, 14 Mar 2005 14:24:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68FB143D67; Mon, 14 Mar 2005 14:24:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EEOkwl062860; Mon, 14 Mar 2005 14:24:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EEOkA9062859; Mon, 14 Mar 2005 14:24:46 GMT (envelope-from pjd) Message-Id: <200503141424.j2EEOkA9062859@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 14:24:46 +0000 (UTC) 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 geom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 14:24:46 -0000 pjd 2005-03-14 14:24:46 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c geom.h Log: - Add gc_usage field to g_command structure. This will allow to define usage for a subcommand, so no 'usage' function has to be implemented in class library. - Bump version number as it breaks ABI, but don't provide backward compatibility, because there are probably no external consumers of this geom(8). This allows to print more precise usage for standard commands and simplify class libraries a bit. MFC after: 1 week Revision Changes Path 1.18 +49 -54 src/sbin/geom/core/geom.c 1.2 +3 -2 src/sbin/geom/core/geom.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:25:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0EF16A4CF; Mon, 14 Mar 2005 14:25:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABD643D5E; Mon, 14 Mar 2005 14:25:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EEPl3P063100; Mon, 14 Mar 2005 14:25:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EEPldb063099; Mon, 14 Mar 2005 14:25:47 GMT (envelope-from pjd) Message-Id: <200503141425.j2EEPldb063099@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 14:25:47 +0000 (UTC) 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 geom_concat.c src/sbin/geom/class/label geom_label.c src/sbin/geom/class/mirror geom_mirror.c src/sbin/geom/class/nop geom_nop.c src/sbin/geom/class/raid3 geom_raid3.c src/sbin/geom/class/shsec geom_shsec.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 14:25:48 -0000 pjd 2005-03-14 14:25:47 UTC FreeBSD src repository Modified files: sbin/geom/class/concat geom_concat.c sbin/geom/class/label geom_label.c sbin/geom/class/mirror geom_mirror.c sbin/geom/class/nop geom_nop.c sbin/geom/class/raid3 geom_raid3.c sbin/geom/class/shsec geom_shsec.c sbin/geom/class/stripe geom_stripe.c Log: Define subcommands' usage inside g_command structure. MFC after: 1 week Revision Changes Path 1.8 +15 -20 src/sbin/geom/class/concat/geom_concat.c 1.6 +16 -20 src/sbin/geom/class/label/geom_label.c 1.10 +29 -30 src/sbin/geom/class/mirror/geom_mirror.c 1.6 +6 -13 src/sbin/geom/class/nop/geom_nop.c 1.11 +19 -24 src/sbin/geom/class/raid3/geom_raid3.c 1.5 +10 -15 src/sbin/geom/class/shsec/geom_shsec.c 1.11 +14 -19 src/sbin/geom/class/stripe/geom_stripe.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:26:54 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7B816A4CE; Mon, 14 Mar 2005 14:26:54 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D2743D2F; Mon, 14 Mar 2005 14:26:54 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 3021FACBD2; Mon, 14 Mar 2005 15:26:50 +0100 (CET) Date: Mon, 14 Mar 2005 15:26:50 +0100 From: Pawel Jakub Dawidek To: Christian Brueffer Message-ID: <20050314142650.GT9291@darkness.comp.waw.pl> References: <200503141408.j2EE8agX062090@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vgMGNn5J91Ssshoo" Content-Disposition: inline In-Reply-To: <200503141408.j2EE8agX062090@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/man4 Makefile ng_ccatm.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, 14 Mar 2005 14:26:54 -0000 --vgMGNn5J91Ssshoo Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 14, 2005 at 02:08:36PM +0000, Christian Brueffer wrote: +> -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/Makefile,= v 1.276.2.15 2005/03/12 10:35:13 simon Exp $ +> +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/Makefile,= v 1.276.2.16 2005/03/14 14:08:36 brueffer Exp $ +> =20 +> MAN=3D aac.4 \ +> acpi.4 \ +> @@ -163,6 +163,7 @@ MAN=3D aac.4 \ +> ng_bridge.4 \ +> ng_bt3c.4 \ +> ng_btsocket.4 \ +> + ng_ccatm.4 +> nge.4 \ Missing \ after ng_ccatm.4? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --vgMGNn5J91Ssshoo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCNZ8qForvXbEpPzQRAv/LAKCl3Gy7cKTocO2q35Ol12esWCeiDACgvlOF vl/zDh+cDpIPowH3rco9VTU= =XMTJ -----END PGP SIGNATURE----- --vgMGNn5J91Ssshoo-- From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:31:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C12316A4CE; Mon, 14 Mar 2005 14:31:59 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FCB43D4C; Mon, 14 Mar 2005 14:31:59 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 1FE9C1708D; Mon, 14 Mar 2005 20:31:57 +0600 (NOVT) Date: Mon, 14 Mar 2005 20:31:57 +0600 From: Max Khon To: Robert Watson Message-ID: <20050314143156.GA32221@samodelkin.net> References: <200503111506.j2BF6HIm008578@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503111506.j2BF6HIm008578@repoman.freebsd.org> User-Agent: Mutt/1.4.2i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sys_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 14:31:59 -0000 Hi! On Fri, Mar 11, 2005 at 03:06:16PM +0000, Robert Watson wrote: > - SIGPIPE possibly should be delivered to the thread performing the > write, not the process performing the write. SIGPIPE is synchronous signal and indeed should be delivered to the thread performing the write. /fjoe From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:40:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A2716A4CE; Mon, 14 Mar 2005 14:40:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDAE43D41; Mon, 14 Mar 2005 14:40:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EEebXg063842; Mon, 14 Mar 2005 14:40:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EEeb51063841; Mon, 14 Mar 2005 14:40:37 GMT (envelope-from brueffer) Message-Id: <200503141440.j2EEeb51063841@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 14 Mar 2005 14:40:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 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, 14 Mar 2005 14:40:38 -0000 brueffer 2005-03-14 14:40:37 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 Makefile Log: Add missing \ Submitted by: pjd Approved by: re (blanket) Revision Changes Path 1.276.2.17 +1 -1 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:41:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376A816A4CE; Mon, 14 Mar 2005 14:41:26 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C666043D3F; Mon, 14 Mar 2005 14:41:25 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0IDC00IDTJGZ3S@ms-dienst.rz.rwth-aachen.de>; Mon, 14 Mar 2005 15:41:24 +0100 (MET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Mon, 14 Mar 2005 15:41:23 +0100 (MET) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])j2EEfMeG023841; Mon, 14 Mar 2005 15:41:22 +0100 (MET) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id A1FE528450; Mon, 14 Mar 2005 15:41:17 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 54ABC2285A; Mon, 14 Mar 2005 15:41:17 +0100 (CET) Date: Mon, 14 Mar 2005 15:41:17 +0100 From: Christian Brueffer In-reply-to: <20050314142650.GT9291@darkness.comp.waw.pl> To: Pawel Jakub Dawidek Message-id: <20050314144117.GD64781@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=tVmo9FyGdCe4F4YN; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200503141408.j2EE8agX062090@repoman.freebsd.org> <20050314142650.GT9291@darkness.comp.waw.pl> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Christian Brueffer Subject: Re: cvs commit: src/share/man/man4 Makefile ng_ccatm.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, 14 Mar 2005 14:41:26 -0000 --tVmo9FyGdCe4F4YN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 14, 2005 at 03:26:50PM +0100, Pawel Jakub Dawidek wrote: > On Mon, Mar 14, 2005 at 02:08:36PM +0000, Christian Brueffer wrote: > +> -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/Makefil= e,v 1.276.2.15 2005/03/12 10:35:13 simon Exp $ > +> +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/Makefil= e,v 1.276.2.16 2005/03/14 14:08:36 brueffer Exp $ > +> =20 > +> MAN=3D aac.4 \ > +> acpi.4 \ > +> @@ -163,6 +163,7 @@ MAN=3D aac.4 \ > +> ng_bridge.4 \ > +> ng_bt3c.4 \ > +> ng_btsocket.4 \ > +> + ng_ccatm.4 > +> nge.4 \ >=20 > Missing \ after ng_ccatm.4? >=20 Oops, corrected. Thanks! - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --tVmo9FyGdCe4F4YN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCNaKMbHYXjKDtmC0RAhFxAKDEDKF+10DubD/y7mQrBLxC8JYdvgCgoru2 LznE2tEZ8q1x28tqmiahcmU= =XRRg -----END PGP SIGNATURE----- --tVmo9FyGdCe4F4YN-- From owner-cvs-src@FreeBSD.ORG Mon Mar 14 14:41:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60FF516A4D0; Mon, 14 Mar 2005 14:41:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A1743D2D; Mon, 14 Mar 2005 14:41:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EEfckb063954; Mon, 14 Mar 2005 14:41:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EEfcJj063953; Mon, 14 Mar 2005 14:41:38 GMT (envelope-from phk) Message-Id: <200503141441.j2EEfcJj063953@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 14:41:38 +0000 (UTC) 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 src/sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_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, 14 Mar 2005 14:41:38 -0000 phk 2005-03-14 14:41:38 UTC FreeBSD src repository Modified files: sys/conf files sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_vnops.c Log: Use vfs_hash instead of home-rolled. Revision Changes Path 1.1008 +0 -1 src/sys/conf/files 1.17 +0 -13 src/sys/fs/hpfs/hpfs.h 1.19 +5 -5 src/sys/fs/hpfs/hpfs_hash.c 1.47 +26 -47 src/sys/fs/hpfs/hpfs_vfsops.c 1.61 +2 -1 src/sys/fs/hpfs/hpfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 15:00:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF7316A4CE; Mon, 14 Mar 2005 15:00:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C546043D2D; Mon, 14 Mar 2005 15:00:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EF0pVa064834; Mon, 14 Mar 2005 15:00:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EF0pl9064833; Mon, 14 Mar 2005 15:00:51 GMT (envelope-from pjd) Message-Id: <200503141500.j2EF0pl9064833@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 14 Mar 2005 15:00:51 +0000 (UTC) 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: Mon, 14 Mar 2005 15:00:52 -0000 pjd 2005-03-14 15:00:51 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Be sure that class name storaed in 'class_name' is lower case. MFC after: 1 week Revision Changes Path 1.19 +3 -0 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 15:22:18 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB7C16A4CE; Mon, 14 Mar 2005 15:22:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F0643D1D; Mon, 14 Mar 2005 15:22:18 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EFMITB065892; Mon, 14 Mar 2005 15:22:18 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EFMIY3065891; Mon, 14 Mar 2005 15:22:18 GMT (envelope-from phk) Message-Id: <200503141522.j2EFMIY3065891@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 15:22:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 15:22:18 -0000 phk 2005-03-14 15:22:18 UTC FreeBSD src repository Modified files: sys/geom geom_mbr.c Log: Do not attach MBR on top of an MBR. This removes some confusing slice names on disks with extended partitions. Spotted on: Mother-in-laws computer. Revision Changes Path 1.65 +2 -0 src/sys/geom/geom_mbr.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 15:38:34 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF18216A4CE; Mon, 14 Mar 2005 15:38:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87EF43D46; Mon, 14 Mar 2005 15:38:34 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EFcYWA066498; Mon, 14 Mar 2005 15:38:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EFcYud066497; Mon, 14 Mar 2005 15:38:34 GMT (envelope-from phk) Message-Id: <200503141538.j2EFcYud066497@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Mar 2005 15:38:34 +0000 (UTC) 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 VFS_VGET.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, 14 Mar 2005 15:38:35 -0000 phk 2005-03-14 15:38:34 UTC FreeBSD src repository Modified files: share/man/man9 VFS_VGET.9 Log: Mangle a manpage. Revision Changes Path 1.17 +13 -10 src/share/man/man9/VFS_VGET.9 From owner-cvs-src@FreeBSD.ORG Mon Mar 14 15:54:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C20816A4CE; Mon, 14 Mar 2005 15:54:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E279443D49; Mon, 14 Mar 2005 15:54:11 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EFsBTQ067036; Mon, 14 Mar 2005 15:54:11 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EFsBgP067035; Mon, 14 Mar 2005 15:54:11 GMT (envelope-from des) Message-Id: <200503141554.j2EFsBgP067035@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Mar 2005 15:54:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs_fileno.c pseudofs_vncache.c pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 15:54:12 -0000 des 2005-03-14 15:54:11 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs.c pseudofs_fileno.c pseudofs_vncache.c pseudofs_vnops.c Log: fbsdidize. Revision Changes Path 1.24 +5 -2 src/sys/fs/pseudofs/pseudofs.c 1.11 +5 -2 src/sys/fs/pseudofs/pseudofs_fileno.c 1.31 +5 -2 src/sys/fs/pseudofs/pseudofs_vncache.c 1.50 +5 -2 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 16:02:54 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8B616A4CE; Mon, 14 Mar 2005 16:02:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D59B543D41; Mon, 14 Mar 2005 16:02:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EG2rRi067504; Mon, 14 Mar 2005 16:02:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EG2rn8067503; Mon, 14 Mar 2005 16:02:53 GMT (envelope-from glebius) Message-Id: <200503141602.j2EG2rn8067503@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 14 Mar 2005 16:02:53 +0000 (UTC) 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_device.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 16:02:54 -0000 glebius 2005-03-14 16:02:53 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c Log: o Use subr_unit allocator. This simplifies code much: - Remove get_free_unit(). - Remove SLIST of nodes. - Remove global mutex. o Increase NGD_MAX to 999. o Move ngd_mod_event() up to netgraph methods. Revision Changes Path 1.20 +33 -95 src/sys/netgraph/ng_device.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 16:04:27 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7B216A4CF; Mon, 14 Mar 2005 16:04:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E4343D46; Mon, 14 Mar 2005 16:04:27 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EG4RE5067593; Mon, 14 Mar 2005 16:04:27 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EG4REx067592; Mon, 14 Mar 2005 16:04:27 GMT (envelope-from des) Message-Id: <200503141604.j2EG4REx067592@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Mar 2005 16:04:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES options src/sys/modules/pseudofs 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, 14 Mar 2005 16:04:27 -0000 des 2005-03-14 16:04:27 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/modules/pseudofs Makefile Log: Add PSEUDOFS_TRACE option. Revision Changes Path 1.1304 +1 -0 src/sys/conf/NOTES 1.496 +3 -0 src/sys/conf/options 1.4 +1 -0 src/sys/modules/pseudofs/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 14 16:06:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53ECE16A4CE; Mon, 14 Mar 2005 16:06:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2565543D41; Mon, 14 Mar 2005 16:06:48 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EG6mZk067811; Mon, 14 Mar 2005 16:06:48 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EG6m0P067810; Mon, 14 Mar 2005 16:06:48 GMT (envelope-from des) Message-Id: <200503141606.j2EG6m0P067810@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Mar 2005 16:06:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 16:06:48 -0000 des 2005-03-14 16:06:47 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disable pseudofs call tracing. Revision Changes Path 1.51 +14 -6 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 16:21:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E60516A4CE; Mon, 14 Mar 2005 16:21:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 360E243D2F; Mon, 14 Mar 2005 16:21:33 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EGLX72068434; Mon, 14 Mar 2005 16:21:33 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EGLXxb068433; Mon, 14 Mar 2005 16:21:33 GMT (envelope-from des) Message-Id: <200503141621.j2EGLXxb068433@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Mar 2005 16:21:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 16:21:33 -0000 des 2005-03-14 16:21:32 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Fix two long-standing bugs in pfs_readdir(): Since we used an sbuf of size resid to accumulate dirents, we would end up returning one byte short when we had enough dirents to fill or exceed the size of the sbuf (the last byte being lost to bogus NUL termination) causing the next call to return EINVAL due to an unaligned offset. This went undetected for a long time because I did most of my testing in single-user mode, where there are rarely enough processes to fill the 4096-byte buffer ls(1) uses. The most common symptom of this bug is that tab completion of /proc or /compat/linux/proc does not work properly when many processes are running. Also, a check near the top would return EINVAL if resid was smaller than PFS_DELEN, even if it was 0, which is frequently the case and perfectly allowable. Change the test so that it returns 0 if resid is 0. MFC after: 2 weeks Revision Changes Path 1.52 +13 -11 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 16:24:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FBBA16A4CE; Mon, 14 Mar 2005 16:24:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E899D43D53; Mon, 14 Mar 2005 16:24:50 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EGOos0068530; Mon, 14 Mar 2005 16:24:50 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EGOo69068529; Mon, 14 Mar 2005 16:24:50 GMT (envelope-from des) Message-Id: <200503141624.j2EGOo69068529@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Mar 2005 16:24:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 16:24:51 -0000 des 2005-03-14 16:24:50 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc, as suggested by Matt's comment. Also fix some style and paranoia issues. The entire function could benefit from review by a VFS guru. MFC after: 6 weeks Revision Changes Path 1.53 +14 -21 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 16:46:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3FB16A4D4; Mon, 14 Mar 2005 16:46:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A89FB43D3F; Mon, 14 Mar 2005 16:46:28 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EGkSwZ069864; Mon, 14 Mar 2005 16:46:28 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EGkS7O069863; Mon, 14 Mar 2005 16:46:28 GMT (envelope-from scottl) Message-Id: <200503141646.j2EGkS7O069863@repoman.freebsd.org> From: Scott Long Date: Mon, 14 Mar 2005 16:46:28 +0000 (UTC) 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 bus.h bus_dma.h src/sys/amd64/include bus_dma.h src/sys/arm/include bus.h bus_dma.h src/sys/i386/include bus_dma.h src/sys/ia64/include bus.h bus_dma.h src/sys/powerpc/include bus.h bus_dma.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, 14 Mar 2005 16:46:29 -0000 scottl 2005-03-14 16:46:28 UTC FreeBSD src repository Modified files: sys/alpha/include bus.h sys/amd64/include bus_dma.h sys/arm/include bus.h sys/i386/include bus_dma.h sys/ia64/include bus.h sys/powerpc/include bus.h sys/sparc64/include bus.h sys/sys bus_dma.h Added files: sys/alpha/include bus_dma.h sys/arm/include bus_dma.h sys/ia64/include bus_dma.h sys/powerpc/include bus_dma.h sys/sparc64/include bus_dma.h Log: Refactor the bus_dma header files so that the interface is described in sys/bus_dma.h instead of being copied in every single arch. This slightly reorders a flag that was specific to AXP and thus changes the ABI there. The interface still relies on bus_space definitions found in so it cannot be included on its own yet, but that will be fixed at a later date. Add an MD for ever arch for consistency and to allow for future MD augmentation of the API. sparc64 makes heavy use of this right now due to its different bus_dma implemenation. Revision Changes Path 1.29 +1 -190 src/sys/alpha/include/bus.h 1.1 +33 -0 src/sys/alpha/include/bus_dma.h (new) 1.29 +13 -247 src/sys/amd64/include/bus_dma.h 1.7 +2 -152 src/sys/arm/include/bus.h 1.1 +106 -0 src/sys/arm/include/bus_dma.h (new) 1.28 +2 -235 src/sys/i386/include/bus_dma.h 1.19 +1 -194 src/sys/ia64/include/bus.h 1.1 +33 -0 src/sys/ia64/include/bus_dma.h (new) 1.16 +1 -182 src/sys/powerpc/include/bus.h 1.1 +33 -0 src/sys/powerpc/include/bus_dma.h (new) 1.36 +1 -147 src/sys/sparc64/include/bus.h 1.1 +152 -0 src/sys/sparc64/include/bus_dma.h (new) 1.28 +45 -19 src/sys/sys/bus_dma.h From owner-cvs-src@FreeBSD.ORG Mon Mar 14 17:03:34 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 836C516A4CE; Mon, 14 Mar 2005 17:03:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A2443D2D; Mon, 14 Mar 2005 17:03:34 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EH3Y7T077682; Mon, 14 Mar 2005 17:03:34 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EH3Y1I077681; Mon, 14 Mar 2005 17:03:34 GMT (envelope-from harti) Message-Id: <200503141703.j2EH3Y1I077681@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 14 Mar 2005 17:03:34 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 17:03:34 -0000 harti 2005-03-14 17:03:34 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: ParseModifier(): rename rw_str to value and reindent cleanup section. ParseRestModifier() and ParseRestEnd(): move advancement of ptr to remove a confusing calculation. VarParseLong(): cleanup calculation of consumed. Patch: 7.114 Submitted by: Max Okumoto Revision Changes Path 1.113 +72 -70 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 17:04:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3902B16A4CE; Mon, 14 Mar 2005 17:04:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1008C43D53; Mon, 14 Mar 2005 17:04:59 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EH4w06077758; Mon, 14 Mar 2005 17:04:58 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EH4wgC077757; Mon, 14 Mar 2005 17:04:58 GMT (envelope-from harti) Message-Id: <200503141704.j2EH4wgC077757@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 14 Mar 2005 17:04:58 +0000 (UTC) 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 suff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 17:04:59 -0000 harti 2005-03-14 17:04:58 UTC FreeBSD src repository Modified files: usr.bin/make suff.c Log: Get rid of another Lst_ForEach in favour of LST_FOREACH. Get rid of the now unused struct LstSrc and collapes two functions into one. Revision Changes Path 1.56 +38 -70 src/usr.bin/make/suff.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 17:32:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2227C16A502; Mon, 14 Mar 2005 17:32:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6EA143D48; Mon, 14 Mar 2005 17:32:16 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EHWGVs079375; Mon, 14 Mar 2005 17:32:16 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EHWGMe079374; Mon, 14 Mar 2005 17:32:16 GMT (envelope-from harti) Message-Id: <200503141732.j2EHWGMe079374@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 14 Mar 2005 17:32:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libbsnmp Makefile src/lib/libbsnmp/modules Makefile Makefile.inc src/lib/libbsnmp/modules/snmp_atm BEGEMOT-ATM-FREEBSD-MIB.txt Makefile atm_freebsd.def atm_sys.c src/lib/libbsnmp/modules/snmp_netgraph ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 17:32:17 -0000 harti 2005-03-14 17:32:16 UTC FreeBSD src repository Modified files: lib/libbsnmp Makefile usr.sbin/bsnmpd Makefile usr.sbin/bsnmpd/modules Makefile.inc Removed files: lib/libbsnmp/modules Makefile Makefile.inc lib/libbsnmp/modules/snmp_atm BEGEMOT-ATM-FREEBSD-MIB.txt Makefile atm_freebsd.def atm_sys.c lib/libbsnmp/modules/snmp_mibII Makefile lib/libbsnmp/modules/snmp_netgraph BEGEMOT-NETGRAPH.txt Makefile netgraph_tree.def snmp_netgraph.3 snmp_netgraph.c snmp_netgraph.h Log: Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules. These modules are modules for the daemon, not for the library so they should be where the daemon is. Revision Changes Path 1.3 +1 -1 src/lib/libbsnmp/Makefile 1.8 +0 -16 src/lib/libbsnmp/modules/Makefile (dead) 1.8 +0 -29 src/lib/libbsnmp/modules/Makefile.inc (dead) 1.2 +0 -99 src/lib/libbsnmp/modules/snmp_atm/BEGEMOT-ATM-FREEBSD-MIB.txt (dead) 1.2 +0 -22 src/lib/libbsnmp/modules/snmp_atm/Makefile (dead) 1.2 +0 -56 src/lib/libbsnmp/modules/snmp_atm/atm_freebsd.def (dead) 1.2 +0 -301 src/lib/libbsnmp/modules/snmp_atm/atm_sys.c (dead) 1.6 +0 -19 src/lib/libbsnmp/modules/snmp_mibII/Makefile (dead) 1.3 +0 -398 src/lib/libbsnmp/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt (dead) 1.7 +0 -19 src/lib/libbsnmp/modules/snmp_netgraph/Makefile (dead) 1.2 +0 -78 src/lib/libbsnmp/modules/snmp_netgraph/netgraph_tree.def (dead) 1.9 +0 -436 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 (dead) 1.5 +0 -1690 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.c (dead) 1.2 +0 -91 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.h (dead) 1.2 +3 -2 src/usr.sbin/bsnmpd/Makefile 1.8 +4 -2 src/usr.sbin/bsnmpd/modules/Makefile.inc From owner-cvs-src@FreeBSD.ORG Mon Mar 14 19:09:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5263616A4D6; Mon, 14 Mar 2005 19:09:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212DF43D58; Mon, 14 Mar 2005 19:09:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EJ9TEU084944; Mon, 14 Mar 2005 19:09:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EJ9TgZ084941; Mon, 14 Mar 2005 19:09:29 GMT (envelope-from imp) Message-Id: <200503141909.j2EJ9TgZ084941@repoman.freebsd.org> From: Warner Losh Date: Mon, 14 Mar 2005 19:09:29 +0000 (UTC) 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_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 19:09:30 -0000 imp 2005-03-14 19:09:29 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c Log: Only allocate 1 port for non-zero rids. Either we'll get the proper length form the enumeration mechanism, or we're dealing with the FDCTL register, which is only 1 port long. Revision Changes Path 1.21 +1 -1 src/sys/dev/fdc/fdc_isa.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 19:25:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6098B16A4CE; Mon, 14 Mar 2005 19:25:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39BA943D49; Mon, 14 Mar 2005 19:25:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EJPPCm085690; Mon, 14 Mar 2005 19:25:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EJPPlS085689; Mon, 14 Mar 2005 19:25:25 GMT (envelope-from glebius) Message-Id: <200503141925.j2EJPPlS085689@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 14 Mar 2005 19:25:25 +0000 (UTC) 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_iface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 19:25:25 -0000 glebius 2005-03-14 19:25:25 UTC FreeBSD src repository Modified files: sys/netgraph ng_iface.c Log: Use subr_unit allocator instead of own functions. Revision Changes Path 1.40 +5 -92 src/sys/netgraph/ng_iface.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 19:55:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD1FD16A4CE; Mon, 14 Mar 2005 19:55:05 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CFB43D3F; Mon, 14 Mar 2005 19:55:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2EJqT0t002694; Mon, 14 Mar 2005 12:52:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 14 Mar 2005 12:52:29 -0700 (MST) Message-Id: <20050314.125229.104034576.imp@bsdimp.com> To: scottl@FreeBSD.org From: Warner Losh In-Reply-To: <200503141646.j2EGkS7O069863@repoman.freebsd.org> References: <200503141646.j2EGkS7O069863@repoman.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/alpha/include bus.h bus_dma.h src/sys/amd64/include bus_dma.h src/sys/arm/include bus.h bus_dma.h src/sys/i386/include bus_dma.h src/sys/ia64/include bus.h bus_dma.h src/sys/powerpc/include bus.h bus_dma.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, 14 Mar 2005 19:55:06 -0000 > so it cannot be included on its own yet, but that will be fixed at a later > date. Add an MD for ever arch for consistency and to > allow for future MD augmentation of the API. sparc64 makes heavy use of > this right now due to its different bus_dma implemenation. I'm working on creating a machine/_bus.h which defines all the types for machine/bus.h, but doesn't require the latter (which can be useful for things like rman). Warner From owner-cvs-src@FreeBSD.ORG Mon Mar 14 20:11:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE9816A4CE; Mon, 14 Mar 2005 20:11:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58CA43D48; Mon, 14 Mar 2005 20:11:29 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EKBTUx087463; Mon, 14 Mar 2005 20:11:29 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EKBTQq087462; Mon, 14 Mar 2005 20:11:29 GMT (envelope-from glebius) Message-Id: <200503142011.j2EKBTQq087462@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 14 Mar 2005 20:11:29 +0000 (UTC) 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_eiface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 20:11:30 -0000 glebius 2005-03-14 20:11:29 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Use subr_unit allocator instead of own functions. Revision Changes Path 1.28 +5 -94 src/sys/netgraph/ng_eiface.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 20:23:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8AB16A4CE; Mon, 14 Mar 2005 20:23:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70AC743D3F; Mon, 14 Mar 2005 20:23:03 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EKN3KT088090; Mon, 14 Mar 2005 20:23:03 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EKN3mM088089; Mon, 14 Mar 2005 20:23:03 GMT (envelope-from marcel) Message-Id: <200503142023.j2EKN3mM088089@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 14 Mar 2005 20:23:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ia64/ia64 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, 14 Mar 2005 20:23:03 -0000 marcel 2005-03-14 20:23:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ia64/ia64 machdep.c Log: MFC rev. 1.198: Make sure fpswa_interface equals NULL when bootinfo.bi_fpswa equals 0. PR: ia64/77591 Approved by: re (kensmith) Revision Changes Path 1.185.2.5 +2 -1 src/sys/ia64/ia64/machdep.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 20:49:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA3E16A4CE; Mon, 14 Mar 2005 20:49:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C397943D31; Mon, 14 Mar 2005 20:49:04 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EKn4IY095938; Mon, 14 Mar 2005 20:49:04 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EKn4gR095937; Mon, 14 Mar 2005 20:49:04 GMT (envelope-from marcel) Message-Id: <200503142049.j2EKn4gR095937@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 14 Mar 2005 20:49:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.1 main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 20:49:05 -0000 marcel 2005-03-14 20:49:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/gdb/kgdb kgdb.1 main.c Log: MFC kgdb.1 (1.7), main.c (1.6): Implement and document the -q and -f options with their corresponding long form (-quiet and -fullname resp.) PR: bin/78031 Approved by: re (kensmith) Revision Changes Path 1.2.2.3 +13 -2 src/gnu/usr.bin/gdb/kgdb/kgdb.1 1.2.2.4 +33 -4 src/gnu/usr.bin/gdb/kgdb/main.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 20:49:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E341516A4CE; Mon, 14 Mar 2005 20:49:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D6B43D1D; Mon, 14 Mar 2005 20:49:48 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EKnmoZ095986; Mon, 14 Mar 2005 20:49:48 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EKnmG9095985; Mon, 14 Mar 2005 20:49:48 GMT (envelope-from glebius) Message-Id: <200503142049.j2EKnmG9095985@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 14 Mar 2005 20:49:48 +0000 (UTC) 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_eiface.c ng_etf.c ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 20:49:49 -0000 glebius 2005-03-14 20:49:48 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c ng_etf.c ng_pppoe.c Log: Remove ng_connect_t where it is unused. Probably it remained from ng_source.c. Revision Changes Path 1.29 +0 -14 src/sys/netgraph/ng_eiface.c 1.9 +0 -12 src/sys/netgraph/ng_etf.c 1.73 +0 -13 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 20:52:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7788616A4CE; Mon, 14 Mar 2005 20:52:43 +0000 (GMT) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAA243D2F; Mon, 14 Mar 2005 20:52:42 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id j2EKqf2H045627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 14 Mar 2005 23:52:41 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.1/8.12.8) with ESMTP id j2EKqe5K023361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Mar 2005 23:52:40 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.1/8.13.1/Submit) id j2EKqeij023360; Mon, 14 Mar 2005 23:52:40 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 14 Mar 2005 23:52:40 +0300 From: Gleb Smirnoff To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050314205240.GA23340@cell.sick.ru> References: <200503142049.j2EKnmG9095985@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200503142049.j2EKnmG9095985@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: ClamAV version devel-20050125, clamav-milter version 0.80ff on relay.bestcom.ru X-Virus-Status: Clean Subject: Re: cvs commit: src/sys/netgraph ng_eiface.c ng_etf.c ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 20:52:43 -0000 On Mon, Mar 14, 2005 at 08:49:48PM +0000, Gleb Smirnoff wrote: T> Remove ng_connect_t where it is unused. Probably it remained from ng_source.c. ng_sample.c -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Mar 14 21:50:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1426A16A4CE; Mon, 14 Mar 2005 21:50:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E009343D39; Mon, 14 Mar 2005 21:50:25 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ELoPm4098386; Mon, 14 Mar 2005 21:50:25 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ELoPVp098385; Mon, 14 Mar 2005 21:50:25 GMT (envelope-from philip) Message-Id: <200503142150.j2ELoPVp098385@repoman.freebsd.org> From: Philip Paeps Date: Mon, 14 Mar 2005 21:50:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 21:50:26 -0000 philip 2005-03-14 21:50:25 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: These words, while not spoken about anything even slightly related, are very, very applicable when waiting for world to compile *grin* Impatience award to: philip Revision Changes Path 1.172 +3 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Mar 14 22:00:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9CD16A4CE; Mon, 14 Mar 2005 22:00:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF2A43D49; Mon, 14 Mar 2005 22:00:12 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EM0C19098824; Mon, 14 Mar 2005 22:00:12 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EM0CQm098823; Mon, 14 Mar 2005 22:00:12 GMT (envelope-from bmah) Message-Id: <200503142200.j2EM0CQm098823@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 Mar 2005 22:00:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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, 14 Mar 2005 22:00:12 -0000 bmah 2005-03-14 22:00:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add trademarks, security.jail.chflags_allowed, pcii, ed(4) ALTQ-aware, ipfw(4) works with debug.mpsafenet, ipnat(8) redirect rules and non-TCP/UDP packets, TCP-MD5, ips(4) crash dumps, ftpd(8) status codes, getaddrinfo(3) query order, gvinum(8) subcommands, libgpib, periodic(8) and blocked pf(4) counts, pppd(8) bugfixes, rc.conf(5) interface renaming, GNOME 2.10. Approved by: re (blanket) Revision Changes Path 1.761.2.33 +90 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Mar 14 22:15:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D68D016A4CE; Mon, 14 Mar 2005 22:15:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC7C43D31; Mon, 14 Mar 2005 22:15:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EMFEI0099533; Mon, 14 Mar 2005 22:15:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EMFEJe099532; Mon, 14 Mar 2005 22:15:14 GMT (envelope-from rwatson) Message-Id: <200503142215.j2EMFEJe099532@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Mar 2005 22:15:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 22:15:15 -0000 rwatson 2005-03-14 22:15:14 UTC FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c Log: In tcp_usr_send(), broaden coverage of the socket buffer lock in the non-OOB case so that the sbspace() check is performed under the same lock instance as the append to the send socket buffer. MFC after: 1 week Revision Changes Path 1.116 +4 -1 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon Mar 14 22:16:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95F0116A4CE; Mon, 14 Mar 2005 22:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735D743D5A; Mon, 14 Mar 2005 22:16:39 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EMGd6K099659; Mon, 14 Mar 2005 22:16:39 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EMGdt3099658; Mon, 14 Mar 2005 22:16:39 GMT (envelope-from philip) Message-Id: <200503142216.j2EMGdt3099658@repoman.freebsd.org> From: Philip Paeps Date: Mon, 14 Mar 2005 22:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsnmpd/modules Makefile src/usr.sbin/bsnmpd/modules/snmp_pf BEGEMOT-PF-MIB.txt Makefile pf_snmp.c pf_tree.def X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 22:16:39 -0000 philip 2005-03-14 22:16:39 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules Makefile Added files: usr.sbin/bsnmpd/modules/snmp_pf BEGEMOT-PF-MIB.txt Makefile pf_snmp.c pf_tree.def Log: Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls. Currently implemented are most things related to states and interfaces, todo are address tables and altq. I've tried to keep this roughly in sync with a project implementing this for net-snmpd. Reviewed by: harti, dhartmei MFC after: 1 month Revision Changes Path 1.8 +2 -1 src/usr.sbin/bsnmpd/modules/Makefile 1.1 +1230 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt (new) 1.1 +15 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/Makefile (new) 1.1 +1170 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c (new) 1.1 +195 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 14 22:38:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 93C7B16A4CF; Mon, 14 Mar 2005 22:38:12 +0000 (GMT) Date: Mon, 14 Mar 2005 22:38:12 +0000 From: Alexey Dokuchaev To: Warner Losh Message-ID: <20050314223812.GA30916@FreeBSD.org> References: <200503141646.j2EGkS7O069863@repoman.freebsd.org> <20050314.125229.104034576.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050314.125229.104034576.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i 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/alpha/include bus.h bus_dma.h src/sys/amd64/include bus_dma.h src/sys/arm/include bus.h bus_dma.h src/sys/i386/include bus_dma.h src/sys/ia64/include bus.h bus_dma.h src/sys/powerpc/include bus.h bus_dma.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, 14 Mar 2005 22:38:12 -0000 On Mon, Mar 14, 2005 at 12:52:29PM -0700, Warner Losh wrote: > > so it cannot be included on its own yet, but that will be fixed at a later > > date. Add an MD for ever arch for consistency and to > > allow for future MD augmentation of the API. sparc64 makes heavy use of > > this right now due to its different bus_dma implemenation. > > I'm working on creating a machine/_bus.h which defines all the types > for machine/bus.h, but doesn't require the latter (which can be useful > for things like rman). "_foo.h" name sounds pretty weird, still. Do we have many headers names that start with underscore character? ./danfe From owner-cvs-src@FreeBSD.ORG Mon Mar 14 22:41:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03C716A4CE; Mon, 14 Mar 2005 22:41:06 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D89C43D55; Mon, 14 Mar 2005 22:41:06 +0000 (GMT) (envelope-from flata@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1212) id 4F7D9DA8A0; Mon, 14 Mar 2005 14:41:06 -0800 (PST) Date: Mon, 14 Mar 2005 12:41:06 -1000 From: juli mallett To: Alexey Dokuchaev Message-ID: <20050314224106.GA89030@toxic.magnesium.net> References: <200503141646.j2EGkS7O069863@repoman.freebsd.org> <20050314.125229.104034576.imp@bsdimp.com> <20050314223812.GA30916@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050314223812.GA30916@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Towel: Yes cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Warner Losh Subject: Re: cvs commit: src/sys/alpha/include bus.h bus_dma.h src/sys/amd64/include bus_dma.h src/sys/arm/include bus.h bus_dma.h src/sys/i386/include bus_dma.h src/sys/ia64/include bus.h bus_dma.h src/sys/powerpc/include bus.h bus_dma.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, 14 Mar 2005 22:41:06 -0000 * Alexey Dokuchaev [ Date: 2005-03-14 ] [ w.r.t. Re: cvs commit: src/sys/alpha/include bus.h bus_dma.h src/sys/amd64/include bus_dma.h src/sys/arm/include bus.h bus_dma.h src/sys/i386/include bus_dma.h src/sys/ia64/include bus.h bus_d > On Mon, Mar 14, 2005 at 12:52:29PM -0700, Warner Losh wrote: > > > so it cannot be included on its own yet, but that will be fixed at a later > > > date. Add an MD for ever arch for consistency and to > > > allow for future MD augmentation of the API. sparc64 makes heavy use of > > > this right now due to its different bus_dma implemenation. > > > > I'm working on creating a machine/_bus.h which defines all the types > > for machine/bus.h, but doesn't require the latter (which can be useful > > for things like rman). > > "_foo.h" name sounds pretty weird, still. Do we have many headers names > that start with underscore character? The fact that the source code is available means that this can be adequately left as an exercise for the reader (or in this case, quite absurdly, for the writer.) -- juli mallett. "Good luck, bad luck waiting in a line It takes more than the matter of time." -- Pet Shop Boys From owner-cvs-src@FreeBSD.ORG Mon Mar 14 22:46:07 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC46A16A4CE; Mon, 14 Mar 2005 22:46:07 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44ABF43D49; Mon, 14 Mar 2005 22:46:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2EMip3Q004363; Mon, 14 Mar 2005 15:44:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 14 Mar 2005 15:44:51 -0700 (MST) Message-Id: <20050314.154451.85413901.imp@bsdimp.com> To: danfe@FreeBSD.org From: Warner Losh In-Reply-To: <20050314223812.GA30916@FreeBSD.org> References: <200503141646.j2EGkS7O069863@repoman.freebsd.org> <20050314.125229.104034576.imp@bsdimp.com> <20050314223812.GA30916@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: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h bus_dma.h src/sys/amd64/include bus_dma.h src/sys/arm/include bus.h bus_dma.h src/sys/i386/include bus_dma.h src/sys/ia64/include bus.h bus_dma.h src/sys/powerpc/include bus.h bus_dma.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, 14 Mar 2005 22:46:07 -0000 > "_foo.h" name sounds pretty weird, still. Do we have many headers names > that start with underscore character? Yes. Warner From owner-cvs-src@FreeBSD.ORG Mon Mar 14 23:01:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE2A16A4CE; Mon, 14 Mar 2005 23:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035F543D58; Mon, 14 Mar 2005 23:01:26 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EN1PPi001692; Mon, 14 Mar 2005 23:01:25 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EN1Pu5001691; Mon, 14 Mar 2005 23:01:25 GMT (envelope-from philip) Message-Id: <200503142301.j2EN1Pu5001691@repoman.freebsd.org> From: Philip Paeps Date: Mon, 14 Mar 2005 23:01:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Mar 2005 23:01:26 -0000 philip 2005-03-14 23:01:25 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c Log: Make this compile properly on 64bit machines. Pointy hat to: philip Revision Changes Path 1.2 +3 -3 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 01:42:58 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B253A16A4CE; Tue, 15 Mar 2005 01:42:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A4343D48; Tue, 15 Mar 2005 01:42:58 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F1gwQA014537; Tue, 15 Mar 2005 01:42:58 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F1gwQd014536; Tue, 15 Mar 2005 01:42:58 GMT (envelope-from jeff) Message-Id: <200503150142.j2F1gwQd014536@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 01:42:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 01:42:58 -0000 jeff 2005-03-15 01:42:58 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_inode.c Log: - Destroy the vnode object earlier in VOP_RECLAIM as we need more of the vnode valid before the vm flushes pages. - Get rid of some extraneous uses of the vnode interlock. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.61 +4 -3 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 03:57:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB1916A4CE; Tue, 15 Mar 2005 03:57:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3363D43D1D; Tue, 15 Mar 2005 03:57:53 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F3vrq3019829; Tue, 15 Mar 2005 03:57:53 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F3vrib019828; Tue, 15 Mar 2005 03:57:53 GMT (envelope-from scottl) Message-Id: <200503150357.j2F3vrib019828@repoman.freebsd.org> From: Scott Long Date: Tue, 15 Mar 2005 03:57:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/amr amr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 03:57:53 -0000 scottl 2005-03-15 03:57:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/amr amr.c Log: MFC: Fix NULL pointer deref in the ioctl path. Approved by: re Revision Changes Path 1.54.2.4 +11 -8 src/sys/dev/amr/amr.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 04:38:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED11216A4CE; Tue, 15 Mar 2005 04:38:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4EB043D3F; Tue, 15 Mar 2005 04:38:53 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F4crHE021549; Tue, 15 Mar 2005 04:38:53 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F4crk6021548; Tue, 15 Mar 2005 04:38:53 GMT (envelope-from scottl) Message-Id: <200503150438.j2F4crk6021548@repoman.freebsd.org> From: Scott Long Date: Tue, 15 Mar 2005 04:38:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/i386 busdma_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, 15 Mar 2005 04:38:54 -0000 scottl 2005-03-15 04:38:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 busdma_machdep.c Log: MFC rev 1.71 and 1.74 Approved by: re Revision Changes Path 1.59.2.7 +9 -20 src/sys/i386/i386/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 04:40:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 526B516A4CE; Tue, 15 Mar 2005 04:40:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2956F43D5C; Tue, 15 Mar 2005 04:40:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F4e9fn021636; Tue, 15 Mar 2005 04:40:09 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F4e9sA021635; Tue, 15 Mar 2005 04:40:09 GMT (envelope-from scottl) Message-Id: <200503150440.j2F4e9sA021635@repoman.freebsd.org> From: Scott Long Date: Tue, 15 Mar 2005 04:40:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 busdma_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, 15 Mar 2005 04:40:09 -0000 scottl 2005-03-15 04:40:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 busdma_machdep.c Log: MFC rev 1.67 and 1.70 Approved by: re Revision Changes Path 1.57.2.7 +9 -20 src/sys/amd64/amd64/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 07:38:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AFB16A4CE; Tue, 15 Mar 2005 07:38:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC4D43D58; Tue, 15 Mar 2005 07:38:16 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F7cGRd036698; Tue, 15 Mar 2005 07:38:16 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F7cGle036697; Tue, 15 Mar 2005 07:38:16 GMT (envelope-from harti) Message-Id: <200503150738.j2F7cGle036697@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 07:38:16 +0000 (UTC) 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 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 07:38:16 -0000 harti 2005-03-15 07:38:16 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig Makefile Log: Forgot to change the pointer to the snmp_atm sources after repo-copy. Correct this by pointing to the new location. Pointy hat to: harti Submitted by: keramida Revision Changes Path 1.8 +1 -1 src/sbin/atm/atmconfig/Makefile From owner-cvs-src@FreeBSD.ORG Tue Mar 15 07:51:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC6F16A4CE; Tue, 15 Mar 2005 07:51:03 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D7443D46; Tue, 15 Mar 2005 07:51:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j2F7ocu0006029; Tue, 15 Mar 2005 09:50:38 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j2F7oxWA000913; Tue, 15 Mar 2005 09:50:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j2F7oxpd000912; Tue, 15 Mar 2005 09:50:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 15 Mar 2005 09:50:59 +0200 From: Giorgos Keramidas To: Hartmut Brandt Message-ID: <20050315075059.GA877@orion.daedalusnetworks.priv> References: <200503150738.j2F7cGle036697@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503150738.j2F7cGle036697@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/atm/atmconfig Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 07:51:03 -0000 On 2005-03-15 07:38, Hartmut Brandt wrote: > harti 2005-03-15 07:38:16 UTC > > FreeBSD src repository > > Modified files: > sbin/atm/atmconfig Makefile > Log: > Forgot to change the pointer to the snmp_atm sources after repo-copy. > Correct this by pointing to the new location. Great! Thanks :) From owner-cvs-src@FreeBSD.ORG Tue Mar 15 08:02:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0738616A4CE; Tue, 15 Mar 2005 08:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D091243D3F; Tue, 15 Mar 2005 08:02:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F82lhU038081; Tue, 15 Mar 2005 08:02:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F82lKW038080; Tue, 15 Mar 2005 08:02:47 GMT (envelope-from imp) Message-Id: <200503150802.j2F82lKW038080@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Mar 2005 08:02:47 +0000 (UTC) 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_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 08:02:48 -0000 imp 2005-03-15 08:02:47 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c Log: If we fail a sanity check for the resources just allocated, make sure that we free that resource. All the other resources are freed in their own routine, but since we haven't saved a pointer to this one, it is leaked. This is the failure case that lead to the sio ports that weren't working, I think. Revision Changes Path 1.22 +3 -1 src/sys/dev/fdc/fdc_isa.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 08:07:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A33C16A4CE; Tue, 15 Mar 2005 08:07:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB6743D46; Tue, 15 Mar 2005 08:07:08 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F878is038419; Tue, 15 Mar 2005 08:07:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F878ni038411; Tue, 15 Mar 2005 08:07:08 GMT (envelope-from phk) Message-Id: <200503150807.j2F878ni038411@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 08:07:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_hash.c src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 08:07:08 -0000 phk 2005-03-15 08:07:07 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_vfsops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/udf udf_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern vfs_hash.c sys/ufs/ffs ffs_vfsops.c Log: Simplify the vfs_hash calling convention. Revision Changes Path 1.48 +3 -24 src/sys/fs/hpfs/hpfs_vfsops.c 1.83 +0 -10 src/sys/fs/msdosfs/msdosfs_denode.c 1.29 +3 -23 src/sys/fs/udf/udf_vfsops.c 1.145 +3 -23 src/sys/gnu/ext2fs/ext2_vfsops.c 1.136 +3 -23 src/sys/isofs/cd9660/cd9660_vfsops.c 1.3 +2 -1 src/sys/kern/vfs_hash.c 1.282 +3 -23 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 08:29:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5202B16A4CE; Tue, 15 Mar 2005 08:29:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205EA43D41; Tue, 15 Mar 2005 08:29:01 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F8T0dE039356; Tue, 15 Mar 2005 08:29:01 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F8T0V2039355; Tue, 15 Mar 2005 08:29:00 GMT (envelope-from den) Message-Id: <200503150829.j2F8T0V2039355@repoman.freebsd.org> From: Denis Peplin Date: Tue, 15 Mar 2005 08:29:00 +0000 (UTC) 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/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, 15 Mar 2005 08:29:01 -0000 den 2005-03-15 08:29:00 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: Merge the following from the English version: 1.782 -> 1.823 new.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.14 +863 -18 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Mar 15 09:27:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8967D16A4CE; Tue, 15 Mar 2005 09:27:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BB043D41; Tue, 15 Mar 2005 09:27:47 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F9RlNt049239; Tue, 15 Mar 2005 09:27:47 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F9RlwO049238; Tue, 15 Mar 2005 09:27:47 GMT (envelope-from jeff) Message-Id: <200503150927.j2F9RlwO049238@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 09:27:47 +0000 (UTC) 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_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 09:27:47 -0000 jeff 2005-03-15 09:27:46 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: - transferlockers() requires the interlock to be SMP safe. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.81 +8 -2 src/sys/kern/kern_lock.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 09:30:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A4216A4CE; Tue, 15 Mar 2005 09:30:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6630843D5E; Tue, 15 Mar 2005 09:30:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2F9UHVm049417; Tue, 15 Mar 2005 09:30:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2F9UHL1049416; Tue, 15 Mar 2005 09:30:17 GMT (envelope-from phk) Message-Id: <200503150930.j2F9UHL1049416@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 09:30:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 09:30:17 -0000 phk 2005-03-15 09:30:17 UTC FreeBSD src repository Modified files: sys/sys conf.h systm.h Log: Move devtoname() prototype to systm.h to reduce #include pollution, it is (or should be) used in many printf() calls. Revision Changes Path 1.213 +0 -1 src/sys/sys/conf.h 1.228 +1 -0 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 10:01:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C618216A4CE; Tue, 15 Mar 2005 10:01:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D65B43D53; Tue, 15 Mar 2005 10:01:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FA1Ead050715; Tue, 15 Mar 2005 10:01:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FA1EVu050714; Tue, 15 Mar 2005 10:01:14 GMT (envelope-from phk) Message-Id: <200503151001.j2FA1EVu050714@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 10:01:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 10:01:15 -0000 phk 2005-03-15 10:01:14 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_vfsops.c Log: Fix typo: pointers are not boolean in style(9). Revision Changes Path 1.49 +1 -1 src/sys/fs/hpfs/hpfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 10:01:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B1316A4CE; Tue, 15 Mar 2005 10:01:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAF843D41; Tue, 15 Mar 2005 10:01:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FA1WTs050749; Tue, 15 Mar 2005 10:01:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FA1WOK050748; Tue, 15 Mar 2005 10:01:32 GMT (envelope-from phk) Message-Id: <200503151001.j2FA1WOK050748@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 10:01:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda coda_psdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 10:01:32 -0000 phk 2005-03-15 10:01:32 UTC FreeBSD src repository Modified files: sys/coda coda_psdev.c Log: Print devtoname() instead of minor(). Revision Changes Path 1.34 +2 -2 src/sys/coda/coda_psdev.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 10:16:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1981F16A4CE; Tue, 15 Mar 2005 10:16:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E222D43D2F; Tue, 15 Mar 2005 10:16:09 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FAG93N051345; Tue, 15 Mar 2005 10:16:09 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FAG9Yk051344; Tue, 15 Mar 2005 10:16:09 GMT (envelope-from den) Message-Id: <200503151016.j2FAG9Yk051344@repoman.freebsd.org> From: Denis Peplin Date: Tue, 15 Mar 2005 10:16:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/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, 15 Mar 2005 10:16:10 -0000 den 2005-03-15 10:16:09 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: Merge the following from the English version: 1.761.2.11 -> 1.761.2.33 new.sgml Obtained from: The FreeBSD Russian Documentation Project Approved by: re (hrs) Revision Changes Path 1.6.2.6 +423 -1711 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Mar 15 10:45:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C99CA16A4CE; Tue, 15 Mar 2005 10:45:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3EC43D2D; Tue, 15 Mar 2005 10:45:42 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FAjgSc052738; Tue, 15 Mar 2005 10:45:42 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FAjg77052737; Tue, 15 Mar 2005 10:45:42 GMT (envelope-from philip) Message-Id: <200503151045.j2FAjg77052737@repoman.freebsd.org> From: Philip Paeps Date: Tue, 15 Mar 2005 10:45:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 10:45:42 -0000 philip 2005-03-15 10:45:42 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c Log: Cast time_t to uintmax_t so they can be printed as %ju without breaking on various architectures. This should appease tinderbox on alpha and not break it anywhere else. Suggested by: harti Revision Changes Path 1.3 +7 -6 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 10:47:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0859416A4CF; Tue, 15 Mar 2005 10:47:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D6143D5C; Tue, 15 Mar 2005 10:47:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FAlc7j052801; Tue, 15 Mar 2005 10:47:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FAlc2H052800; Tue, 15 Mar 2005 10:47:38 GMT (envelope-from phk) Message-Id: <200503151047.j2FAlc2H052800@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 10:47:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_disk.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, 15 Mar 2005 10:47:39 -0000 phk 2005-03-15 10:47:38 UTC FreeBSD src repository Modified files: sys/geom geom_disk.h Log: forward declare struct disk. Revision Changes Path 1.4 +2 -0 src/sys/geom/geom_disk.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 10:52:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FAEC16A4CE; Tue, 15 Mar 2005 10:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F4443D64; Tue, 15 Mar 2005 10:52:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FAqHrU053063; Tue, 15 Mar 2005 10:52:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FAqHOb053062; Tue, 15 Mar 2005 10:52:17 GMT (envelope-from phk) Message-Id: <200503151052.j2FAqHOb053062@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 10:52:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.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, 15 Mar 2005 10:52:17 -0000 phk 2005-03-15 10:52:17 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: Clean up forward struct decls. Revision Changes Path 1.214 +1 -3 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:05:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A30816A4CE; Tue, 15 Mar 2005 11:05:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F0C43D46; Tue, 15 Mar 2005 11:05:12 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FB5CRd053593; Tue, 15 Mar 2005 11:05:12 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FB5CSN053592; Tue, 15 Mar 2005 11:05:12 GMT (envelope-from phk) Message-Id: <200503151105.j2FB5CSN053592@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 11:05:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 11:05:12 -0000 phk 2005-03-15 11:05:12 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_status.c Log: Don't export major,minor, instead export tty name. Revision Changes Path 1.56 +3 -3 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:28:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5D216A4CE; Tue, 15 Mar 2005 11:28:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FA743D46; Tue, 15 Mar 2005 11:28:45 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FBSjIQ054457; Tue, 15 Mar 2005 11:28:45 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FBSj9D054456; Tue, 15 Mar 2005 11:28:45 GMT (envelope-from jeff) Message-Id: <200503151128.j2FBSj9D054456@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 11:28:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 11:28:46 -0000 jeff 2005-03-15 11:28:45 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vnops.c Log: - We have to transfer lockers after reseting our vnlock pointer. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.84 +5 -0 src/sys/fs/nullfs/null_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:33:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EE216A4CE; Tue, 15 Mar 2005 11:33:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF57543D53; Tue, 15 Mar 2005 11:33:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FBXScx054743; Tue, 15 Mar 2005 11:33:28 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FBXS7O054742; Tue, 15 Mar 2005 11:33:28 GMT (envelope-from phk) Message-Id: <200503151133.j2FBXS7O054742@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 11:33:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 11:33:29 -0000 phk 2005-03-15 11:33:28 UTC FreeBSD src repository Modified files: sys/sys conf.h sys/kern kern_conf.c Log: Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature of the field. Revision Changes Path 1.178 +6 -6 src/sys/kern/kern_conf.c 1.215 +1 -1 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:41:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B77A216A4CE; Tue, 15 Mar 2005 11:41:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F97943D49; Tue, 15 Mar 2005 11:41:05 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FBf5dl055131; Tue, 15 Mar 2005 11:41:05 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FBf5ju055130; Tue, 15 Mar 2005 11:41:05 GMT (envelope-from grehan) Message-Id: <200503151141.j2FBf5ju055130@repoman.freebsd.org> From: Peter Grehan Date: Tue, 15 Mar 2005 11:41:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/psim ata_iobus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 11:41:05 -0000 grehan 2005-03-15 11:41:05 UTC FreeBSD src repository Modified files: sys/powerpc/psim ata_iobus.c Log: Long overdue sync-up with ATA code Revision Changes Path 1.10 +3 -1 src/sys/powerpc/psim/ata_iobus.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:41:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C367A16A4CE; Tue, 15 Mar 2005 11:41:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC9A43D55; Tue, 15 Mar 2005 11:41:55 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FBftOa055187; Tue, 15 Mar 2005 11:41:55 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FBft3e055186; Tue, 15 Mar 2005 11:41:55 GMT (envelope-from grehan) Message-Id: <200503151141.j2FBft3e055186@repoman.freebsd.org> From: Peter Grehan Date: Tue, 15 Mar 2005 11:41:55 +0000 (UTC) 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: Tue, 15 Mar 2005 11:41:55 -0000 grehan 2005-03-15 11:41:55 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc trap.c Log: Include for trapsignal prototype. Revision Changes Path 1.52 +1 -0 src/sys/powerpc/powerpc/trap.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:43:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150A016A4CE; Tue, 15 Mar 2005 11:43:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E084D43D5F; Tue, 15 Mar 2005 11:43:05 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FBh5PR055249; Tue, 15 Mar 2005 11:43:05 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FBh5o6055248; Tue, 15 Mar 2005 11:43:05 GMT (envelope-from grehan) Message-Id: <200503151143.j2FBh5o6055248@repoman.freebsd.org> From: Peter Grehan Date: Tue, 15 Mar 2005 11:43:05 +0000 (UTC) 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 busdma_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, 15 Mar 2005 11:43:06 -0000 grehan 2005-03-15 11:43:05 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc busdma_machdep.c Log: Prepend underscore to bus_dmamap_{unload|sync} in line with recent busdma changes. Revision Changes Path 1.24 +2 -2 src/sys/powerpc/powerpc/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:58:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FCC16A4CF; Tue, 15 Mar 2005 11:58:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F92C43D5A; Tue, 15 Mar 2005 11:58:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FBwf1F055865; Tue, 15 Mar 2005 11:58:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FBwft3055864; Tue, 15 Mar 2005 11:58:41 GMT (envelope-from phk) Message-Id: <200503151158.j2FBwft3055864@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 11:58:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 11:58:41 -0000 phk 2005-03-15 11:58:40 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Neuter the duplicated disk-device magic code for now. Somebody with serious linux-clue is necessary to fix this properly. Revision Changes Path 1.67 +32 -41 src/sys/compat/linux/linux_stats.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 11:59:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E6216A4CE; Tue, 15 Mar 2005 11:59:05 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11C543D46; Tue, 15 Mar 2005 11:59:04 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDE00A0Y6DCWH80@bgo1smout1.broadpark.no>; Tue, 15 Mar 2005 12:53:36 +0100 (CET) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDE00LAQ6PGEOA1@bgo1sminn1.broadpark.no>; Tue, 15 Mar 2005 13:00:52 +0100 (CET) Received: by dsa.des.no (Pony Express, from userid 666) id 1BF1E9B56A; Tue, 15 Mar 2005 12:59:03 +0100 (CET) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 19E4E9B55C; Tue, 15 Mar 2005 12:58:59 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 0EE5933C3E; Tue, 15 Mar 2005 12:58:59 +0100 (CET) Date: Tue, 15 Mar 2005 12:58:59 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <200503151045.j2FAjg77052737@repoman.freebsd.org> To: Philip Paeps Message-id: <86y8cpktmk.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <200503151045.j2FAjg77052737@repoman.freebsd.org> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 11:59:05 -0000 Philip Paeps writes: > Log: > Cast time_t to uintmax_t so they can be printed as %ju without breaking= on > various architectures. This should appease tinderbox on alpha and not = break > it anywhere else. This is incorrect - time_t is signed. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Mar 15 12:21:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96CC716A4CE; Tue, 15 Mar 2005 12:21:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D37243D1D; Tue, 15 Mar 2005 12:21:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FCLiZb056833; Tue, 15 Mar 2005 12:21:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FCLiW7056832; Tue, 15 Mar 2005 12:21:44 GMT (envelope-from maxim) Message-Id: <200503151221.j2FCLiW7056832@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 15 Mar 2005 12:21:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/cvsup refuse refuse.README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 12:21:44 -0000 maxim 2005-03-15 12:21:44 UTC FreeBSD src repository Modified files: share/examples/cvsup refuse refuse.README Log: o Add missed language doc subdirectories, sort. PR: docs/78859 Submitted by: skv Revision Changes Path 1.13 +6 -2 src/share/examples/cvsup/refuse 1.12 +6 -2 src/share/examples/cvsup/refuse.README From owner-cvs-src@FreeBSD.ORG Tue Mar 15 12:39:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABD7116A4CE; Tue, 15 Mar 2005 12:39:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C59B43D53; Tue, 15 Mar 2005 12:39:30 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FCdUgk057476; Tue, 15 Mar 2005 12:39:30 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FCdUnv057475; Tue, 15 Mar 2005 12:39:30 GMT (envelope-from phk) Message-Id: <200503151239.j2FCdUnv057475@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 12:39:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda coda_venus.c src/sys/dev/snp snp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 12:39:30 -0000 phk 2005-03-15 12:39:30 UTC FreeBSD src repository Modified files: sys/coda coda_venus.c sys/dev/snp snp.c Log: Disable two users of findcdev. They do the wrong thing now and will need to be fixed. In both cases the API should be reengineered to do something (more) sensible. Revision Changes Path 1.24 +4 -0 src/sys/coda/coda_venus.c 1.98 +4 -0 src/sys/dev/snp/snp.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 12:47:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7854E16A4D1; Tue, 15 Mar 2005 12:47:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE6D43D48; Tue, 15 Mar 2005 12:47:59 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FClx3R064621; Tue, 15 Mar 2005 12:47:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FClx4G064620; Tue, 15 Mar 2005 12:47:59 GMT (envelope-from phk) Message-Id: <200503151247.j2FClx4G064620@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 12:47:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.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, 15 Mar 2005 12:47:59 -0000 phk 2005-03-15 12:47:59 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: Polish. Revision Changes Path 1.216 +0 -4 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 12:58:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9793516A4CE; Tue, 15 Mar 2005 12:58:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA5A43D55; Tue, 15 Mar 2005 12:58:08 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FCw8hB065091; Tue, 15 Mar 2005 12:58:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FCw8qu065090; Tue, 15 Mar 2005 12:58:08 GMT (envelope-from phk) Message-Id: <200503151258.j2FCw8qu065090@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 12:58:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_conf.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 12:58:08 -0000 phk 2005-03-15 12:58:08 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c sys/sys systm.h Log: Remove findcdev(). Revision Changes Path 1.179 +0 -19 src/sys/kern/kern_conf.c 1.229 +0 -1 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 13:28:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107BB16A4CE; Tue, 15 Mar 2005 13:28:11 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8439243D49; Tue, 15 Mar 2005 13:28:10 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j2FDS9d4042950; Tue, 15 Mar 2005 08:28:09 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)j2FDS9O4042945; Tue, 15 Mar 2005 08:28:09 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Tue, 15 Mar 2005 08:28:09 -0500 (EST) From: Jeff Roberson To: Jeff Roberson In-Reply-To: <200503151128.j2FBSj9D054456@repoman.freebsd.org> Message-ID: <20050315082516.U20708@mail.chesapeake.net> References: <200503151128.j2FBSj9D054456@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 13:28:11 -0000 On Tue, 15 Mar 2005, Jeff Roberson wrote: > jeff 2005-03-15 11:28:45 UTC > > FreeBSD src repository > > Modified files: > sys/fs/nullfs null_vnops.c > Log: > - We have to transfer lockers after reseting our vnlock pointer. Upon further review, this is wrong, but the code that was there before was wrong too. The problem is that if we transferlockers we may transfer threads that are legitimately waiting on the ufs lock rather than the null lock. I believe the solution is to reset our lock, but allow callers to naturally return out of the ufs lock routine when they're ready. The vnode reference count will prevent anything from going away while we're stuck in ufs's locking function. > > Sponsored by: Isilon Systems, Inc. > > Revision Changes Path > 1.84 +5 -0 src/sys/fs/nullfs/null_vnops.c > From owner-cvs-src@FreeBSD.ORG Tue Mar 15 13:43:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B253E16A4CE; Tue, 15 Mar 2005 13:43:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8967443D1D; Tue, 15 Mar 2005 13:43:12 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FDhCHY066959; Tue, 15 Mar 2005 13:43:12 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FDhCxQ066954; Tue, 15 Mar 2005 13:43:12 GMT (envelope-from jeff) Message-Id: <200503151343.j2FDhCxQ066954@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 13:43:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 13:43:12 -0000 jeff 2005-03-15 13:43:11 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: - Expose vholdl() so it may be used outside of vfs_subr.c Revision Changes Path 1.595 +1 -2 src/sys/kern/vfs_subr.c 1.290 +1 -0 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 13:46:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4F916A4CE; Tue, 15 Mar 2005 13:46:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2259143D49; Tue, 15 Mar 2005 13:46:59 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FDkwvT067540; Tue, 15 Mar 2005 13:46:59 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FDkwdw067539; Tue, 15 Mar 2005 13:46:58 GMT (envelope-from maxim) Message-Id: <200503151346.j2FDkwdw067539@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 15 Mar 2005 13:46:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/examples/cvsup refuse refuse.README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 13:46:59 -0000 maxim 2005-03-15 13:46:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/examples/cvsup refuse refuse.README Log: MFC rev. 1.13 refuse and rev. 1.12 refuse.README: add missed language doc subdirectories, sort. Approved by: re (hrs) Revision Changes Path 1.12.4.1 +6 -2 src/share/examples/cvsup/refuse 1.11.4.1 +6 -2 src/share/examples/cvsup/refuse.README From owner-cvs-src@FreeBSD.ORG Tue Mar 15 13:49:34 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4EA16A4CE; Tue, 15 Mar 2005 13:49:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE46943D1D; Tue, 15 Mar 2005 13:49:33 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FDnXD6067631; Tue, 15 Mar 2005 13:49:33 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FDnXXK067630; Tue, 15 Mar 2005 13:49:33 GMT (envelope-from jeff) Message-Id: <200503151349.j2FDnXXK067630@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 13:49:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nullfs null.h null_subr.c null_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 13:49:34 -0000 jeff 2005-03-15 13:49:33 UTC FreeBSD src repository Modified files: sys/fs/nullfs null.h null_subr.c null_vnops.c Log: - Assume that all lower filesystems now support proper locking. Assert that they set v->v_vnlock. This is true for all filesystems in the tree. - Remove all uses of LK_THISLAYER. If the lower layer is locked, the null layer is locked. We only use vget() to get a reference now. null essentially does no locking. This fixes LOOKUP_SHARED with nullfs. - Remove the special LK_DRAIN considerations, I do not believe this is needed now as LK_DRAIN doesn't destroy the lower vnode's lock, and it's hardly used anymore. - Add one well commented hack to prevent the lowervp from going away while we're in it's VOP_LOCK routine. This can only happen if we're forcibly unmounted while some callers are waiting in the lock. In this case the lowervp could be recycled after we drop our last ref in null_reclaim(). Prevent this with a vhold(). Revision Changes Path 1.23 +0 -2 src/sys/fs/nullfs/null.h 1.47 +22 -58 src/sys/fs/nullfs/null_subr.c 1.85 +41 -130 src/sys/fs/nullfs/null_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:03:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 789C416A4D3; Tue, 15 Mar 2005 14:03:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2685643D46; Tue, 15 Mar 2005 14:03:26 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FE3Qho068320; Tue, 15 Mar 2005 14:03:26 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FE3QCs068319; Tue, 15 Mar 2005 14:03:26 GMT (envelope-from den) Message-Id: <200503151403.j2FE3QCs068319@repoman.freebsd.org> From: Denis Peplin Date: Tue, 15 Mar 2005 14:03:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/hardware/alpha Makefile article.sgml src/release/doc/ru_RU.KOI8-R/hardware/amd64 Makefile article.sgml src/release/doc/ru_RU.KOI8-R/hardware/i386 Makefile article.sgml... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 14:03:26 -0000 den 2005-03-15 14:03:25 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/hardware/alpha Makefile article.sgml release/doc/ru_RU.KOI8-R/hardware/amd64 Makefile article.sgml release/doc/ru_RU.KOI8-R/hardware/i386 Makefile article.sgml release/doc/ru_RU.KOI8-R/hardware/ia64 Makefile article.sgml release/doc/ru_RU.KOI8-R/hardware/pc98 Makefile article.sgml release/doc/ru_RU.KOI8-R/hardware/sparc64 Makefile article.sgml release/doc/ru_RU.KOI8-R/share/sgml catalog Added files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.sgml Log: Add a Russian override of dev-auto.sgml (device entities only) Obtained from: The FreeBSD Russian Documentation Project Approved by: re (hrs) Revision Changes Path 1.2.2.1 +2 -1 src/release/doc/ru_RU.KOI8-R/hardware/alpha/Makefile 1.4.2.1 +3 -1 src/release/doc/ru_RU.KOI8-R/hardware/alpha/article.sgml 1.2.2.1 +2 -1 src/release/doc/ru_RU.KOI8-R/hardware/amd64/Makefile 1.4.2.1 +3 -1 src/release/doc/ru_RU.KOI8-R/hardware/amd64/article.sgml 1.2.2.1 +2 -1 src/release/doc/ru_RU.KOI8-R/hardware/i386/Makefile 1.4.2.1 +3 -1 src/release/doc/ru_RU.KOI8-R/hardware/i386/article.sgml 1.2.2.1 +2 -1 src/release/doc/ru_RU.KOI8-R/hardware/ia64/Makefile 1.4.2.1 +3 -1 src/release/doc/ru_RU.KOI8-R/hardware/ia64/article.sgml 1.2.2.1 +2 -1 src/release/doc/ru_RU.KOI8-R/hardware/pc98/Makefile 1.4.2.1 +3 -1 src/release/doc/ru_RU.KOI8-R/hardware/pc98/article.sgml 1.2.2.1 +2 -1 src/release/doc/ru_RU.KOI8-R/hardware/sparc64/Makefile 1.4.2.1 +3 -1 src/release/doc/ru_RU.KOI8-R/hardware/sparc64/article.sgml 1.1.2.1 +3 -3 src/release/doc/ru_RU.KOI8-R/share/sgml/catalog 1.1.2.1 +149 -0 src/release/doc/ru_RU.KOI8-R/share/sgml/dev-auto-ru.sgml (new) From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:08:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5960516A4CE; Tue, 15 Mar 2005 14:08:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3016943D1D; Tue, 15 Mar 2005 14:08:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FE8Bcv068527; Tue, 15 Mar 2005 14:08:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FE8BVo068526; Tue, 15 Mar 2005 14:08:11 GMT (envelope-from phk) Message-Id: <200503151408.j2FE8BVo068526@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 14:08:11 +0000 (UTC) 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_lockf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:08:11 -0000 phk 2005-03-15 14:08:11 UTC FreeBSD src repository Modified files: sys/kern kern_lockf.c Log: Fix a debug message to print a usable device name rather than useless major+minor tupple. Revision Changes Path 1.53 +2 -3 src/sys/kern/kern_lockf.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:12:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87CE816A4CE; Tue, 15 Mar 2005 14:12:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3558343D2F; Tue, 15 Mar 2005 14:12:11 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FECBwv068783; Tue, 15 Mar 2005 14:12:11 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FECBXx068782; Tue, 15 Mar 2005 14:12:11 GMT (envelope-from jeff) Message-Id: <200503151412.j2FECBXx068782@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 14:12:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys lockmgr.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, 15 Mar 2005 14:12:11 -0000 jeff 2005-03-15 14:12:11 UTC FreeBSD src repository Modified files: sys/sys lockmgr.h Log: - Remove the now unused LK_THISLAYER. Revision Changes Path 1.43 +0 -1 src/sys/sys/lockmgr.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:14:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 481E716A4CE; Tue, 15 Mar 2005 14:14:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB2743D2D; Tue, 15 Mar 2005 14:14:10 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEEA9e068899; Tue, 15 Mar 2005 14:14:10 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEE94I068898; Tue, 15 Mar 2005 14:14:09 GMT (envelope-from jeff) Message-Id: <200503151414.j2FEE94I068898@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 14:14:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:14:10 -0000 jeff 2005-03-15 14:14:09 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: - In vm_page_insert() hold the backing vnode when the first page is inserted. - In vm_page_remove() drop the backing vnode when the last page is removed. - Don't check the vnode to see if it must be reclaimed on every call to vm_page_free_toq() as we only check it now when it is actually required. This saves us two lock operations per call. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.304 +10 -19 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:25:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A0C16A4CE; Tue, 15 Mar 2005 14:25:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0895043D1F; Tue, 15 Mar 2005 14:25:25 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEPOQT069641; Tue, 15 Mar 2005 14:25:24 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEPON0069640; Tue, 15 Mar 2005 14:25:24 GMT (envelope-from harti) Message-Id: <200503151425.j2FEPON0069640@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 14:25:24 +0000 (UTC) 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 parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:25:25 -0000 harti 2005-03-15 14:25:24 UTC FreeBSD src repository Modified files: usr.bin/make parse.c Log: Yet another version of passing the last line to ParseFinishLine(). It turns out that some ports use the obscure feature of spreading a dependency block across multiple include files. While this seems bad style, allow it for now and call said function only at end of all input to process the really last line of everything. Revision Changes Path 1.85 +2 -2 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:26:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6F916A4CE; Tue, 15 Mar 2005 14:26:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D2543D55; Tue, 15 Mar 2005 14:26:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEQERU069739; Tue, 15 Mar 2005 14:26:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEQEtO069738; Tue, 15 Mar 2005 14:26:14 GMT (envelope-from phk) Message-Id: <200503151426.j2FEQEtO069738@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 14:26:14 +0000 (UTC) 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_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: Tue, 15 Mar 2005 14:26:14 -0000 phk 2005-03-15 14:26:14 UTC FreeBSD src repository Modified files: lib/libkvm kvm_proc.c Log: Dike out unwarranted reference to si_udev. Revision Changes Path 1.85 +4 -0 src/lib/libkvm/kvm_proc.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:27:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E8016A4D5; Tue, 15 Mar 2005 14:27:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45FD443D31; Tue, 15 Mar 2005 14:27:29 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FERTTw069820; Tue, 15 Mar 2005 14:27:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FERTS2069819; Tue, 15 Mar 2005 14:27:29 GMT (envelope-from harti) Message-Id: <200503151427.j2FERTS2069819@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 14:27:29 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:27:29 -0000 harti 2005-03-15 14:27:29 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: VarParseLong: move the detection of the modifier separator ':' into the loop. Add a comment why the 'consumed' variable is updated. Rename lengthPtr to consumed. Patch: 7.115 Submitted by: Max Okumoto Revision Changes Path 1.114 +23 -19 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:28:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F6816A4D3; Tue, 15 Mar 2005 14:28:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCE743D4C; Tue, 15 Mar 2005 14:28:39 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FESdAf069940; Tue, 15 Mar 2005 14:28:39 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FESdnG069939; Tue, 15 Mar 2005 14:28:39 GMT (envelope-from harti) Message-Id: <200503151428.j2FESdnG069939@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 14:28:39 +0000 (UTC) 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 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: Tue, 15 Mar 2005 14:28:39 -0000 harti 2005-03-15 14:28:39 UTC FreeBSD src repository Modified files: usr.bin/make targ.c Log: Get rid of a number of Lst_ForEach calls in favour of LST_FOREACH and simplify the printing functions. Revision Changes Path 1.38 +26 -69 src/usr.bin/make/targ.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:30:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4B816A4CE; Tue, 15 Mar 2005 14:30:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A4A43D2F; Tue, 15 Mar 2005 14:30:26 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEUQIM070124; Tue, 15 Mar 2005 14:30:26 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEUQqs070123; Tue, 15 Mar 2005 14:30:26 GMT (envelope-from phk) Message-Id: <200503151430.j2FEUQqs070123@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 14:30:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fstat fstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:30:26 -0000 phk 2005-03-15 14:30:26 UTC FreeBSD src repository Modified files: usr.bin/fstat fstat.c Log: Dike out unwarranted si_udev fondling. Revision Changes Path 1.59 +2 -1 src/usr.bin/fstat/fstat.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:38:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BBF16A4CE; Tue, 15 Mar 2005 14:38:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F307E43D39; Tue, 15 Mar 2005 14:38:16 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEcGmH070512; Tue, 15 Mar 2005 14:38:16 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEcGab070511; Tue, 15 Mar 2005 14:38:16 GMT (envelope-from jeff) Message-Id: <200503151438.j2FEcGab070511@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 15 Mar 2005 14:38:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 14:38:17 -0000 jeff 2005-03-15 14:38:16 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: - Now that there are no external users of vfree() make it static. - Move VSHOULDBUSY, VSHOULDFREE, and VTRYRECYCLE into vfs_subr.c so no one else attempts to grow a dependency on them. - Now that objects with pages hold the vnode we don't have to do unlocked checks for the page count in the vm object in VSHOULDFREE. These three macros could simply check for holdcnt state transitions to determine whether the vnode is on the free list already, but the extra safety the flag affords us is probably worth the minimal cost. - The leafonly sysctl and code have been dead for several years now, remove the sysctl and the code that employed it from vtryrecycle(). - vtryrecycle() also no longer has to check the object's page count as the object holds the vnode until it reaches 0. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.596 +12 -48 src/sys/kern/vfs_subr.c 1.291 +0 -14 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:52:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 750BE16A4CE; Tue, 15 Mar 2005 14:52:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 375E743D1D; Tue, 15 Mar 2005 14:52:11 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEqBK0071318; Tue, 15 Mar 2005 14:52:11 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEqBcj071317; Tue, 15 Mar 2005 14:52:11 GMT (envelope-from harti) Message-Id: <200503151452.j2FEqBcj071317@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 14:52:10 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:52:11 -0000 harti 2005-03-15 14:52:10 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Style: Move a variable from a local scope up to the begin of the function. Rename result variable so common code becomes more visible. Rename freePtr to freeResult to make clear what pointer must be freed. Patch: 7.116, 7.116a Submitted by: Max Okumoto Revision Changes Path 1.115 +38 -41 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:52:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782EF16A4CF; Tue, 15 Mar 2005 14:52:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395BD43D39; Tue, 15 Mar 2005 14:52:11 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEqBvC071319; Tue, 15 Mar 2005 14:52:11 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEqBEf071316; Tue, 15 Mar 2005 14:52:11 GMT (envelope-from philip) Message-Id: <200503151452.j2FEqBEf071316@repoman.freebsd.org> From: Philip Paeps Date: Tue, 15 Mar 2005 14:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 14:52:11 -0000 philip 2005-03-15 14:52:10 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c Log: time_t is signed, so s/uintmax_t/intmax_t/g. Has anyone got an extra pointy hat for me? I'm running out of them. Spotted by: des Pointy hat to: philip Revision Changes Path 1.4 +6 -6 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 14:57:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC6AF16A4CF; Tue, 15 Mar 2005 14:57:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1C643D55; Tue, 15 Mar 2005 14:57:30 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FEvUOE072865; Tue, 15 Mar 2005 14:57:30 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FEvUJm072864; Tue, 15 Mar 2005 14:57:30 GMT (envelope-from jmg) Message-Id: <200503151457.j2FEvUJm072864@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 15 Mar 2005 14:57:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys bus_dma.h src/sys/arm/arm busdma_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, 15 Mar 2005 14:57:31 -0000 jmg 2005-03-15 14:57:30 UTC FreeBSD src repository Modified files: sys/sys bus_dma.h sys/arm/arm busdma_machdep.c Log: fix arm wrt to busdma... also wrap the two macros that have bare if's w/ do {} while(0) so that my epe driver doesn't get a warning about braces around confused else... Revision Changes Path 1.19 +2 -2 src/sys/arm/arm/busdma_machdep.c 1.29 +11 -6 src/sys/sys/bus_dma.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 15:05:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F68716A4CE; Tue, 15 Mar 2005 15:05:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D493F43D39; Tue, 15 Mar 2005 15:05:14 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FF5Eru073479; Tue, 15 Mar 2005 15:05:14 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FF5EO9073478; Tue, 15 Mar 2005 15:05:14 GMT (envelope-from harti) Message-Id: <200503151505.j2FF5EO9073478@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 15:05:14 +0000 (UTC) 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 Makefile arch.c lst.c lst.h var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 15:05:15 -0000 harti 2005-03-15 15:05:14 UTC FreeBSD src repository Modified files: usr.bin/make Makefile arch.c lst.c lst.h var.c Log: modifier_M: instead of going through the string twice to compute the size of the buffer we need, just allocate the possible maximum. Patch: 7.117 Submitted by: Max Okumoto Revision Changes Path 1.44 +1 -1 src/usr.bin/make/Makefile 1.56 +452 -430 src/usr.bin/make/arch.c 1.2 +1 -0 src/usr.bin/make/lst.c 1.31 +8 -0 src/usr.bin/make/lst.h 1.116 +10 -21 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 15:10:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 112A916A4CE; Tue, 15 Mar 2005 15:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA68643D46; Tue, 15 Mar 2005 15:10:51 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FFAp1G073812; Tue, 15 Mar 2005 15:10:51 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FFApJ2073811; Tue, 15 Mar 2005 15:10:51 GMT (envelope-from harti) Message-Id: <200503151510.j2FFApJ2073811@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Mar 2005 15:10:51 +0000 (UTC) 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 Makefile arch.c lst.c lst.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, 15 Mar 2005 15:10:52 -0000 harti 2005-03-15 15:10:51 UTC FreeBSD src repository Modified files: usr.bin/make Makefile arch.c lst.c lst.h Log: Ups. Revert the last commits. These have been committed by accident. Revision Changes Path 1.45 +1 -1 src/usr.bin/make/Makefile 1.57 +430 -452 src/usr.bin/make/arch.c 1.3 +0 -1 src/usr.bin/make/lst.c 1.32 +0 -8 src/usr.bin/make/lst.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 15:53:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E6816A4CF; Tue, 15 Mar 2005 15:53:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDD443D58; Tue, 15 Mar 2005 15:53:39 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FFrd4q075516; Tue, 15 Mar 2005 15:53:39 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FFrdeF075515; Tue, 15 Mar 2005 15:53:39 GMT (envelope-from das) Message-Id: <200503151553.j2FFrdeF075515@repoman.freebsd.org> From: David Schultz Date: Tue, 15 Mar 2005 15:53:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 15:53:40 -0000 das 2005-03-15 15:53:39 UTC FreeBSD src repository Modified files: share/man/man3 Makefile lib/libc/alpha/gen Makefile.inc lib/libc/amd64/gen Makefile.inc lib/libc/powerpc/gen Makefile.inc lib/libc/softfloat Makefile.inc lib/libc/sparc64/gen Makefile.inc sys/amd64/include ieeefp.h sys/i386/include ieeefp.h Removed files: lib/libc/alpha/gen fpsetsticky.c lib/libc/amd64/gen fpsetsticky.c lib/libc/powerpc/gen fpsetsticky.c lib/libc/sparc64/gen fpsetsticky.c Log: Remove fpsetsticky(). This was added for SysV compatibility, but due to mistakes from day 1, it has always had semantics inconsistent with SVR4 and its successors. In particular, given argument M: - On Solaris and FreeBSD/{alpha,sparc64}, it clobbers the old flags and *sets* the new flag word to M. (NetBSD, too?) - On FreeBSD/{amd64,i386}, it *clears* the flags that are specified in M and leaves the remaining flags unchanged (modulo a small bug on amd64.) - On FreeBSD/ia64, it is not implemented. There is no way to fix fpsetsticky() to DTRT for both old FreeBSD apps and apps ported from other operating systems, so the best approach seems to be to kill the function and fix any apps that break. I couldn't find any ports that use it, and any such ports would already be broken on FreeBSD/ia64 and Linux anyway. By the way, the routine has always been undocumented in FreeBSD, except for an MLINK to a manpage that doesn't describe it. This manpage has stated since 5.3-RELEASE that the functions it describes are deprecated, so that must mean that functions that it is *supposed* to describe but doesn't are even *more* deprecated. ;-) Note that fpresetsticky() has been retained on FreeBSD/i386. As far as I can tell, no other operating systems or ports of FreeBSD implement it, so there's nothing for it to be inconsistent with. PR: 75862 Suggested by: bde Revision Changes Path 1.16 +1 -1 src/lib/libc/alpha/gen/Makefile.inc 1.6 +0 -62 src/lib/libc/alpha/gen/fpsetsticky.c (dead) 1.29 +1 -1 src/lib/libc/amd64/gen/Makefile.inc 1.2 +0 -8 src/lib/libc/amd64/gen/fpsetsticky.c (dead) 1.8 +1 -1 src/lib/libc/powerpc/gen/Makefile.inc 1.2 +0 -57 src/lib/libc/powerpc/gen/fpsetsticky.c (dead) 1.2 +1 -1 src/lib/libc/softfloat/Makefile.inc 1.12 +1 -1 src/lib/libc/sparc64/gen/Makefile.inc 1.2 +0 -30 src/lib/libc/sparc64/gen/fpsetsticky.c (dead) 1.35 +1 -2 src/share/man/man3/Makefile 1.13 +0 -20 src/sys/amd64/include/ieeefp.h 1.11 +0 -1 src/sys/i386/include/ieeefp.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 16:50:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C458A16A4CE; Tue, 15 Mar 2005 16:50:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F53B43D39; Tue, 15 Mar 2005 16:50:38 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FGocaL084657; Tue, 15 Mar 2005 16:50:38 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FGocuc084642; Tue, 15 Mar 2005 16:50:38 GMT (envelope-from den) Message-Id: <200503151650.j2FGocuc084642@repoman.freebsd.org> From: Denis Peplin Date: Tue, 15 Mar 2005 16:50:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/errata article.sgml src/release/doc/ru_RU.KOI8-R/hardware/commoninstall.sgml src/release/doc/ru_RU.KOI8-R/readme article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 16:50:38 -0000 den 2005-03-15 16:50:38 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/errata article.sgml release/doc/ru_RU.KOI8-R/hardware/common dev.sgml release/doc/ru_RU.KOI8-R/installation/common install.sgml release/doc/ru_RU.KOI8-R/readme article.sgml Log: Merge the following from the English version (the log is based on tags and is not very clean about actual updates): 1.69.2.15 -> 1.69.2.16 errata/article.sgml 1.257 -> 1.227.2.24 hardware/common/dev.sgml 1.28 -> 1.27.2.2 installation/common/install.sgml 1.35 -> 1.31.2.2 readme/article.sgml Obtained from: The FreeBSD Russian Documentation Project Approved by: re (hrs) Revision Changes Path 1.1.2.4 +7 -1 src/release/doc/ru_RU.KOI8-R/errata/article.sgml 1.2.2.3 +53 -208 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.3.2.2 +3 -4 src/release/doc/ru_RU.KOI8-R/installation/common/install.sgml 1.5.2.2 +5 -6 src/release/doc/ru_RU.KOI8-R/readme/article.sgml From owner-cvs-src@FreeBSD.ORG Tue Mar 15 18:11:27 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A801816A4D3; Tue, 15 Mar 2005 18:11:27 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A8B343D53; Tue, 15 Mar 2005 18:11:27 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j2FIBR3v077291; Tue, 15 Mar 2005 10:11:27 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j2FIBRHZ077290; Tue, 15 Mar 2005 10:11:27 -0800 (PST) (envelope-from sgk) Date: Tue, 15 Mar 2005 10:11:27 -0800 From: Steve Kargl To: David Schultz Message-ID: <20050315181126.GA77247@troutmask.apl.washington.edu> References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503151553.j2FFrdeF075515@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/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 18:11:28 -0000 On Tue, Mar 15, 2005 at 03:53:39PM +0000, David Schultz wrote: > das 2005-03-15 15:53:39 UTC > > FreeBSD src repository > > Modified files: > share/man/man3 Makefile > lib/libc/alpha/gen Makefile.inc > lib/libc/amd64/gen Makefile.inc > lib/libc/powerpc/gen Makefile.inc > lib/libc/softfloat Makefile.inc > lib/libc/sparc64/gen Makefile.inc > sys/amd64/include ieeefp.h > sys/i386/include ieeefp.h > Removed files: > lib/libc/alpha/gen fpsetsticky.c > lib/libc/amd64/gen fpsetsticky.c > lib/libc/powerpc/gen fpsetsticky.c > lib/libc/sparc64/gen fpsetsticky.c > Log: > Remove fpsetsticky(). Library version bump? It took several years to live through the libm.so.2 fiasco, and I would hate to relive it. I haven't verified it yet, but you may have just broken NAGWare's Fortran 95 compiler without the version bump. -- Steve From owner-cvs-src@FreeBSD.ORG Tue Mar 15 18:43:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 566E316A4CE; Tue, 15 Mar 2005 18:43:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F20D43D2D; Tue, 15 Mar 2005 18:43:37 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FIhafE090651; Tue, 15 Mar 2005 18:43:36 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FIhaIM090650; Tue, 15 Mar 2005 18:43:36 GMT (envelope-from obrien) Message-Id: <200503151843.j2FIhaIM090650@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 15 Mar 2005 18:43:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.mk src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 18:43:37 -0000 obrien 2005-03-15 18:43:36 UTC FreeBSD src repository Modified files: sys/conf kern.mk sys/boot/i386 Makefile.inc sys/boot/i386/boot2 Makefile Log: Ensure GCC does not use FP registers in integer code. I think all we really need is -fno-sse2. I really don't like cluttering up the compiler invocation, but this bigger hammer will fix reported problems for now. Revision Changes Path 1.10 +2 -1 src/sys/boot/i386/Makefile.inc 1.58 +1 -0 src/sys/boot/i386/boot2/Makefile 1.43 +2 -1 src/sys/conf/kern.mk From owner-cvs-src@FreeBSD.ORG Tue Mar 15 18:44:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ACB616A4CE; Tue, 15 Mar 2005 18:44:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0218243D48; Tue, 15 Mar 2005 18:44:52 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FIiphe090715; Tue, 15 Mar 2005 18:44:51 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FIipYh090714; Tue, 15 Mar 2005 18:44:51 GMT (envelope-from obrien) Message-Id: <200503151844.j2FIipYh090714@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 15 Mar 2005 18:44:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.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: Tue, 15 Mar 2005 18:44:52 -0000 obrien 2005-03-15 18:44:51 UTC FreeBSD src repository Modified files: sys/conf kern.mk Log: Remove OBE comment about AMD64 memory model. Revision Changes Path 1.44 +1 -2 src/sys/conf/kern.mk From owner-cvs-src@FreeBSD.ORG Tue Mar 15 19:12:34 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DC2716A4CE; Tue, 15 Mar 2005 19:12:34 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E68B543D53; Tue, 15 Mar 2005 19:12:33 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2FJCXk9040312; Tue, 15 Mar 2005 11:12:33 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2FJCXVA040311; Tue, 15 Mar 2005 11:12:33 -0800 (PST) (envelope-from obrien) Date: Tue, 15 Mar 2005 11:12:32 -0800 From: "David O'Brien" To: Steve Kargl Message-ID: <20050315191232.GA40227@dragon.NUXI.org> References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> <20050315181126.GA77247@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050315181126.GA77247@troutmask.apl.washington.edu> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@freebsd.org cc: David Schultz cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 19:12:34 -0000 On Tue, Mar 15, 2005 at 10:11:27AM -0800, Steve Kargl wrote: > On Tue, Mar 15, 2005 at 03:53:39PM +0000, David Schultz wrote: > > Log: > > Remove fpsetsticky(). > > Library version bump? It took several years to live through > the libm.so.2 fiasco, and I would hate to relive it. I haven't > verified it yet, but you may have just broken NAGWare's Fortran > 95 compiler without the version bump. We've already bumped libm.so for 6-CURRENT [to .3 from .2]. This change certainly cannot be MFC'ed though. How would bumping libm.so not break NAGWare Fortran? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:00:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D74F16A4CE; Tue, 15 Mar 2005 20:00:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A0543D2D; Tue, 15 Mar 2005 20:00:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FK03VH094025; Tue, 15 Mar 2005 20:00:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FK03Gx094024; Tue, 15 Mar 2005 20:00:03 GMT (envelope-from phk) Message-Id: <200503152000.j2FK03Gx094024@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 20:00:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_hash.c src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 20:00:04 -0000 phk 2005-03-15 20:00:03 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_vfsops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/udf udf_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern vfs_hash.c sys/ufs/ffs ffs_vfsops.c Log: Improve the vfs_hash() API: vput() the unneeded vnode centrally to avoid replicating the vput in all the filesystems. Revision Changes Path 1.50 +1 -3 src/sys/fs/hpfs/hpfs_vfsops.c 1.84 +0 -2 src/sys/fs/msdosfs/msdosfs_denode.c 1.30 +1 -3 src/sys/fs/udf/udf_vfsops.c 1.146 +1 -3 src/sys/gnu/ext2fs/ext2_vfsops.c 1.137 +1 -3 src/sys/isofs/cd9660/cd9660_vfsops.c 1.4 +4 -4 src/sys/kern/vfs_hash.c 1.283 +1 -3 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:15:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D71516A4CE; Tue, 15 Mar 2005 20:15:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EE143D1F; Tue, 15 Mar 2005 20:15:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FKFGM7094805; Tue, 15 Mar 2005 20:15:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FKFGVQ094804; Tue, 15 Mar 2005 20:15:16 GMT (envelope-from imp) Message-Id: <200503152015.j2FKFGVQ094804@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Mar 2005 20:15:16 +0000 (UTC) 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_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 20:15:16 -0000 imp 2005-03-15 20:15:16 UTC FreeBSD src repository Modified files: sys/kern subr_rman.c Log: Fix a debugging printf. The order of start/end was inconsistant with all the other start/end debugs, causing momentary confusion when the output was examined. Revision Changes Path 1.39 +1 -1 src/sys/kern/subr_rman.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:28:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F089916A4CE; Tue, 15 Mar 2005 20:28:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DC143D49; Tue, 15 Mar 2005 20:28:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FKSpZv095313; Tue, 15 Mar 2005 20:28:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FKSp2b095312; Tue, 15 Mar 2005 20:28:51 GMT (envelope-from imp) Message-Id: <200503152028.j2FKSp2b095312@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Mar 2005 20:28:51 +0000 (UTC) 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_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 20:28:52 -0000 imp 2005-03-15 20:28:51 UTC FreeBSD src repository Modified files: sys/kern subr_rman.c Log: Sometimes, when asked to return region A..C, we'd return A+N..C+N instead of failing. When looking for a region to allocate, we used to check to see if the start address was < end. In the case where A..B is allocated already, and one wants to allocate A..C (B < C), then this test would improperly fail (which means we'd examine that region as a possible one), and we'd return the region B+1..C+(B-A+1) rather than NULL. Since C+(B-A+1) is necessarily larger than C (end argument), this is incorrect behavior for rman_reserve_resource_bound(). The fix is to exclude those regions where r->r_start + count - 1 > end rather than r->r_start > end. This bug has been in this code for a very long time. I believe that all other tests against end are correctly done. This is why sio0 generated a message about interrupts not being enabled properly for the device. When fdc had a bug that allocated from 0x3f7 to 0x3fb, sio0 was then given 0x3fc-0x404 rather than the 0x3f8-0x3ff that it wanted. Now when fdc has the same bug, sio0 fails to allocate its ports, which is the proper behavior. Since the probe failed, we never saw the messed up resources reported. I suspect that there are other places in the tree that have weird looping or other odd work arounds to try to cope with the observed weirdness this bug can introduce. These workarounds should be located and eliminated. Minor debug write fix to match the above test done as well. 'nice' by: mdodd Sponsored by: timing solutions (http://www.timing.com/) Revision Changes Path 1.40 +3 -2 src/sys/kern/subr_rman.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:38:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4AE616A4D8; Tue, 15 Mar 2005 20:38:48 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0989643D39; Tue, 15 Mar 2005 20:38:48 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2FKbTDd097898; Tue, 15 Mar 2005 15:37:29 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2FKbTcX097897; Tue, 15 Mar 2005 15:37:29 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Tue, 15 Mar 2005 15:37:29 -0500 From: David Schultz To: "David O'Brien" Message-ID: <20050315203729.GB95619@VARK.MIT.EDU> Mail-Followup-To: David O'Brien , Steve Kargl , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> <20050315181126.GA77247@troutmask.apl.washington.edu> <20050315191232.GA40227@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050315191232.GA40227@dragon.NUXI.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Steve Kargl Subject: Re: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 20:38:49 -0000 On Tue, Mar 15, 2005, David O'Brien wrote: > On Tue, Mar 15, 2005 at 10:11:27AM -0800, Steve Kargl wrote: > > On Tue, Mar 15, 2005 at 03:53:39PM +0000, David Schultz wrote: > > > Log: > > > Remove fpsetsticky(). > > > > Library version bump? It took several years to live through > > the libm.so.2 fiasco, and I would hate to relive it. I haven't > > verified it yet, but you may have just broken NAGWare's Fortran > > 95 compiler without the version bump. > > We've already bumped libm.so for 6-CURRENT [to .3 from .2]. > This change certainly cannot be MFC'ed though. > > How would bumping libm.so not break NAGWare Fortran? It turns out that fpsetsticky() was misplaced in libc, and libc has already been bumped for 6.X. But as you point out, the bump probably wouldn't fix NAGWare Fortran if this change broke it. However, my change doesn't seem to have broken the demo version available on the NAG website. But if I did break anything, please let me know. From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:50:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DD216A4CE; Tue, 15 Mar 2005 20:50:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1861F43D1F; Tue, 15 Mar 2005 20:50:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FKoOPL003160; Tue, 15 Mar 2005 20:50:24 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FKoO7R003159; Tue, 15 Mar 2005 20:50:24 GMT (envelope-from phk) Message-Id: <200503152050.j2FKoO7R003159@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 20:50:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 20:50:25 -0000 phk 2005-03-15 20:50:24 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c Log: Don't hold a reference on the disk vnode for each inode. Revision Changes Path 1.18 +1 -1 src/sys/fs/hpfs/hpfs.h 1.51 +0 -2 src/sys/fs/hpfs/hpfs_vfsops.c 1.62 +0 -6 src/sys/fs/hpfs/hpfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:50:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCA016A4CE; Tue, 15 Mar 2005 20:50:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3195143D4C; Tue, 15 Mar 2005 20:50:59 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FKoxw1003237; Tue, 15 Mar 2005 20:50:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FKoxip003236; Tue, 15 Mar 2005 20:50:59 GMT (envelope-from phk) Message-Id: <200503152050.j2FKoxip003236@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 20:50:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 20:50:59 -0000 phk 2005-03-15 20:50:59 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_inode.c Log: Don't hold a reference on the disk vnode for each inode. Revision Changes Path 1.284 +2 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.62 +0 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 20:57:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EE516A504; Tue, 15 Mar 2005 20:57:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923AE43D31; Tue, 15 Mar 2005 20:57:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FKvPGG003518; Tue, 15 Mar 2005 20:57:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FKvPjU003517; Tue, 15 Mar 2005 20:57:25 GMT (envelope-from phk) Message-Id: <200503152057.j2FKvPjU003517@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 20:57:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.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, 15 Mar 2005 20:57:25 -0000 phk 2005-03-15 20:57:25 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.h Log: Eliminate cdev pointer in inodes, they're not used or needed. The cdev could have been pulled out of the mountpoint cheaper back when it was used anyway. Revision Changes Path 1.85 +1 -3 src/sys/fs/msdosfs/msdosfs_denode.c 1.143 +0 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.37 +0 -1 src/sys/fs/msdosfs/msdosfsmount.h From owner-cvs-src@FreeBSD.ORG Tue Mar 15 21:09:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 779D216A4CE; Tue, 15 Mar 2005 21:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB5943D46; Tue, 15 Mar 2005 21:09:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FL9qXr004254; Tue, 15 Mar 2005 21:09:52 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FL9qqo004253; Tue, 15 Mar 2005 21:09:52 GMT (envelope-from phk) Message-Id: <200503152109.j2FL9qqo004253@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Mar 2005 21:09:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/udf udf.h udf_vfsops.c udf_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 21:09:53 -0000 phk 2005-03-15 21:09:52 UTC FreeBSD src repository Modified files: sys/fs/udf udf.h udf_vfsops.c udf_vnops.c Log: Don't hold a reference to the disk vnode for each inode. Eliminate cdev and vnode pointer to the disk from the inodes, the mount holds everything we need. Revision Changes Path 1.12 +0 -2 src/sys/fs/udf/udf.h 1.31 +0 -3 src/sys/fs/udf/udf_vfsops.c 1.52 +1 -6 src/sys/fs/udf/udf_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 22:53:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7149C16A4CE; Tue, 15 Mar 2005 22:53:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E1A43D31; Tue, 15 Mar 2005 22:53:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FMrVsh009483; Tue, 15 Mar 2005 22:53:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FMrVbh009482; Tue, 15 Mar 2005 22:53:31 GMT (envelope-from imp) Message-Id: <200503152253.j2FMrVbh009482@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Mar 2005 22:53:31 +0000 (UTC) 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: Tue, 15 Mar 2005 22:53:31 -0000 imp 2005-03-15 22:53:31 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: If bus_generic_susped returns an error, devlist is not freed. Free it. Submitted by: Ted Unangst (using the Coverity Prevent analysis tool) Revision Changes Path 1.281 +3 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Tue Mar 15 22:56:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D1F16A4CE; Tue, 15 Mar 2005 22:56:43 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA9243D1F; Tue, 15 Mar 2005 22:56:43 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id j2FMufaa004020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Tue, 15 Mar 2005 17:56:42 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id j2FMufQU004017; Tue, 15 Mar 2005 17:56:41 -0500 (EST) (envelope-from wollman) Date: Tue, 15 Mar 2005 17:56:41 -0500 (EST) From: Garrett Wollman Message-Id: <200503152256.j2FMufQU004017@khavrinen.lcs.mit.edu> To: Warner Losh In-Reply-To: <200503152028.j2FKSp2b095312@repoman.freebsd.org> References: <200503152028.j2FKSp2b095312@repoman.freebsd.org> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Mar 2005 22:56:44 -0000 < said: > imp 2005-03-15 20:28:51 UTC > FreeBSD src repository > Modified files: > sys/kern subr_rman.c > Log: > Sometimes, when asked to return region A..C, we'd return A+N..C+N > instead of failing. > 'nice' by: mdodd > Sponsored by: timing solutions (http://www.timing.com/) Pointy hat accepted by: wollman -GAWollman From owner-cvs-src@FreeBSD.ORG Tue Mar 15 23:58:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED4A16A513; Tue, 15 Mar 2005 23:58:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2040243D31; Tue, 15 Mar 2005 23:58:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FNwter012322; Tue, 15 Mar 2005 23:58:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2FNwtBM012321; Tue, 15 Mar 2005 23:58:55 GMT (envelope-from imp) Message-Id: <200503152358.j2FNwtBM012321@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Mar 2005 23:58:55 +0000 (UTC) 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 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: Tue, 15 Mar 2005 23:58:56 -0000 imp 2005-03-15 23:58:55 UTC FreeBSD src repository Modified files: share/man/man9 rman.9 Log: Clarify that the end argument meaning for rman_reserve_resource_bound is the highest acceptable value for the ending of the resource being allocated. One could also believe that it is the highest starting value of the resource. The code definitely expects the former, but I could find no documentation of this apart from TFSC. Revision Changes Path 1.4 +11 -0 src/share/man/man9/rman.9 From owner-cvs-src@FreeBSD.ORG Wed Mar 16 00:36:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1A5116A4CE; Wed, 16 Mar 2005 00:36:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8786143D2F; Wed, 16 Mar 2005 00:36:00 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G0a0pT013650; Wed, 16 Mar 2005 00:36:00 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G0ZxTB013649; Wed, 16 Mar 2005 00:35:59 GMT (envelope-from jmg) Message-Id: <200503160035.j2G0ZxTB013649@repoman.freebsd.org> From: John-Mark Gurney Date: Wed, 16 Mar 2005 00:35:59 +0000 (UTC) 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 busdma_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, 16 Mar 2005 00:36:00 -0000 jmg 2005-03-16 00:35:59 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c Log: make bus_dmamem_alloc always allocate a new map like we are suppose to.. This was found when I tried to run the usb code on my arm board... Approved by: cognet Revision Changes Path 1.20 +12 -12 src/sys/arm/arm/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 01:59:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C244716A4CE; Wed, 16 Mar 2005 01:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979C943D31; Wed, 16 Mar 2005 01:59:33 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G1xXDo023427; Wed, 16 Mar 2005 01:59:33 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G1xXUr023426; Wed, 16 Mar 2005 01:59:33 GMT (envelope-from brueffer) Message-Id: <200503160159.j2G1xXUr023426@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 16 Mar 2005 01:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/contrib/top top.X X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 01:59:34 -0000 brueffer 2005-03-16 01:59:33 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) contrib/top top.X Log: MFC: rev. 1.12 Correct macro usage. Approved by: re (blanket) Revision Changes Path 1.11.2.1 +2 -2 src/contrib/top/top.X From owner-cvs-src@FreeBSD.ORG Wed Mar 16 02:03:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8237716A4CF; Wed, 16 Mar 2005 02:03:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553ED43D1D; Wed, 16 Mar 2005 02:03:15 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G23FdU023609; Wed, 16 Mar 2005 02:03:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G23Fba023608; Wed, 16 Mar 2005 02:03:15 GMT (envelope-from brueffer) Message-Id: <200503160203.j2G23Fba023608@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 16 Mar 2005 02:03:15 +0000 (UTC) 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 scd.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, 16 Mar 2005 02:03:16 -0000 brueffer 2005-03-16 02:03:15 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 scd.4 Log: Chase location of scd.c and bump .Dd. Submitted by: markus MFC after: 3 days Revision Changes Path 1.22 +2 -2 src/share/man/man4/man4.i386/scd.4 From owner-cvs-src@FreeBSD.ORG Wed Mar 16 02:34:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F9F16A4CE; Wed, 16 Mar 2005 02:34:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEEB43D48; Wed, 16 Mar 2005 02:34:50 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G2Yo6u024737; Wed, 16 Mar 2005 02:34:50 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G2YoBf024736; Wed, 16 Mar 2005 02:34:50 GMT (envelope-from iedowse) Message-Id: <200503160234.j2G2YoBf024736@repoman.freebsd.org> From: Ian Dowse Date: Wed, 16 Mar 2005 02:34:50 +0000 (UTC) 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 GENERIC 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: Wed, 16 Mar 2005 02:34:50 -0000 iedowse 2005-03-16 02:34:50 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC Log: Enable ehci by default on i386 and amd64. It had got to the stage where having this disabled was actually hurting us, since so many BIOSes include legacy USB emulation that takes control of all usb ports and only the ehci driver knows how to disable it. Revision Changes Path 1.431 +1 -0 src/sys/amd64/conf/GENERIC 1.424 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Wed Mar 16 02:44:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0A8016A4CE; Wed, 16 Mar 2005 02:44:12 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC4643D48; Wed, 16 Mar 2005 02:44:12 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])j2G2iBHn004696; Wed, 16 Mar 2005 13:44:11 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j2G2i8S5008558; Wed, 16 Mar 2005 13:44:10 +1100 Date: Wed, 16 Mar 2005 13:44:08 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Schultz In-Reply-To: <200503151553.j2FFrdeF075515@repoman.freebsd.org> Message-ID: <20050316134243.M69441@delplex.bde.org> References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 02:44:13 -0000 On Tue, 15 Mar 2005, David Schultz wrote: > ... > Log: > Remove fpsetsticky(). This was added for SysV compatibility, but due > to mistakes from day 1, it has always had semantics inconsistent with > SVR4 and its successors. In particular, given argument M: > ... > There is no way to fix fpsetsticky() to DTRT for both old FreeBSD apps > and apps ported from other operating systems, so the best approach > seems to be to kill the function and fix any apps that break. I > ... > PR: 75862 > Suggested by: bde Thanks. Bruce From owner-cvs-src@FreeBSD.ORG Wed Mar 16 02:46:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A60CF16A4CE; Wed, 16 Mar 2005 02:46:57 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAA643D2F; Wed, 16 Mar 2005 02:46:57 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])j2G2ktA6032534; Wed, 16 Mar 2005 13:46:55 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j2G2kqMq002206; Wed, 16 Mar 2005 13:46:53 +1100 Date: Wed, 16 Mar 2005 13:46:52 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Schultz In-Reply-To: <20050315203729.GB95619@VARK.MIT.EDU> Message-ID: <20050316134418.G69441@delplex.bde.org> References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> <20050315191232.GA40227@dragon.NUXI.org> <20050315203729.GB95619@VARK.MIT.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: Steve Kargl cc: David O'Brien Subject: Re: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 02:46:57 -0000 On Tue, 15 Mar 2005, David Schultz wrote: > On Tue, Mar 15, 2005, David O'Brien wrote: >> On Tue, Mar 15, 2005 at 10:11:27AM -0800, Steve Kargl wrote: >>> On Tue, Mar 15, 2005 at 03:53:39PM +0000, David Schultz wrote: >>>> Log: >>>> Remove fpsetsticky(). >>> >>> Library version bump? It took several years to live through >>> the libm.so.2 fiasco, and I would hate to relive it. I haven't >>> verified it yet, but you may have just broken NAGWare's Fortran >>> 95 compiler without the version bump. >> >> We've already bumped libm.so for 6-CURRENT [to .3 from .2]. >> This change certainly cannot be MFC'ed though. >> >> How would bumping libm.so not break NAGWare Fortran? > > It turns out that fpsetsticky() was misplaced in libc, and libc > has already been bumped for 6.X. But as you point out, the bump > probably wouldn't fix NAGWare Fortran if this change broke it. > However, my change doesn't seem to have broken the demo version > available on the NAG website. But if I did break anything, please > let me know. It isn't even in libc for i386's (since it is inline and not backed by a function). So removing it can't affect binary compatibility on i386's. Bruce From owner-cvs-src@FreeBSD.ORG Wed Mar 16 04:21:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D3A16A4CE; Wed, 16 Mar 2005 04:21:23 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE21143D2D; Wed, 16 Mar 2005 04:21:22 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j2G4LMXI081426; Tue, 15 Mar 2005 20:21:22 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j2G4LLoH081425; Tue, 15 Mar 2005 20:21:21 -0800 (PST) (envelope-from sgk) Date: Tue, 15 Mar 2005 20:21:21 -0800 From: Steve Kargl To: Bruce Evans Message-ID: <20050316042121.GA81364@troutmask.apl.washington.edu> References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> <20050315181126.GA77247@troutmask.apl.washington.edu> <20050315191232.GA40227@dragon.NUXI.org> <20050315203729.GB95619@VARK.MIT.EDU> <20050316134418.G69441@delplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050316134418.G69441@delplex.bde.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: David Schultz cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: David O'Brien Subject: Re: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 04:21:23 -0000 On Wed, Mar 16, 2005 at 01:46:52PM +1100, Bruce Evans wrote: > On Tue, 15 Mar 2005, David Schultz wrote: > > >On Tue, Mar 15, 2005, David O'Brien wrote: > >>On Tue, Mar 15, 2005 at 10:11:27AM -0800, Steve Kargl wrote: > >>>On Tue, Mar 15, 2005 at 03:53:39PM +0000, David Schultz wrote: > >>>> Log: > >>>> Remove fpsetsticky(). > >>> > >>>Library version bump? It took several years to live through > >>>the libm.so.2 fiasco, and I would hate to relive it. I haven't > >>>verified it yet, but you may have just broken NAGWare's Fortran > >>>95 compiler without the version bump. > >> > >>We've already bumped libm.so for 6-CURRENT [to .3 from .2]. > >>This change certainly cannot be MFC'ed though. > >> > >>How would bumping libm.so not break NAGWare Fortran? > > > >It turns out that fpsetsticky() was misplaced in libc, and libc > >has already been bumped for 6.X. But as you point out, the bump > >probably wouldn't fix NAGWare Fortran if this change broke it. > >However, my change doesn't seem to have broken the demo version > >available on the NAG website. But if I did break anything, please > >let me know. > > It isn't even in libc for i386's (since it is inline and not backed > by a function). So removing it can't affect binary compatibility on > i386's. > Odd, I haven't seen David's or David's replies. If you re-read what I wrote, you see "I haven't verified it yet, but you may have just broken NAGWare ...". Note the speculation in the quoted passage. In NAGWare's f95.h, there is a function with a name similar to _NAG_IEEE_fpsetsticky(), which suggests that NAG uses fpsetsticky(). I'll also admit I completely miss that das changed libc not libm. Das is the only person who regularly commits to libm source, so I naturally assumed that fpsetsticky() was in libm. -- Steve From owner-cvs-src@FreeBSD.ORG Wed Mar 16 05:11:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D7316A4CF; Wed, 16 Mar 2005 05:11:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D166F43D39; Wed, 16 Mar 2005 05:11:11 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G5BBsr040131; Wed, 16 Mar 2005 05:11:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G5BBHk040130; Wed, 16 Mar 2005 05:11:11 GMT (envelope-from sam) Message-Id: <200503160511.j2G5BBHk040130@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Mar 2005 05:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 05:11:12 -0000 sam 2005-03-16 05:11:11 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_input.c Log: correct bounds check Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.81 +1 -1 src/sys/netinet6/ip6_input.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 05:27:19 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCD3516A4CE; Wed, 16 Mar 2005 05:27:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 937BE43D1D; Wed, 16 Mar 2005 05:27:19 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G5RJx4040765; Wed, 16 Mar 2005 05:27:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G5RJHn040764; Wed, 16 Mar 2005 05:27:19 GMT (envelope-from sam) Message-Id: <200503160527.j2G5RJHn040764@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Mar 2005 05:27:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 05:27:19 -0000 sam 2005-03-16 05:27:19 UTC FreeBSD src repository Modified files: sys/netinet ip_input.c Log: plug resource leak Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.299 +3 -1 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 07:13:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6977416A4CE; Wed, 16 Mar 2005 07:13:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38ED343D41; Wed, 16 Mar 2005 07:13:10 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G7DArq044838; Wed, 16 Mar 2005 07:13:10 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G7D9FH044837; Wed, 16 Mar 2005 07:13:09 GMT (envelope-from phk) Message-Id: <200503160713.j2G7D9FH044837@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 07:13:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c ext2_inode.c ext2_vfsops.c ext2_vnops.c inode.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, 16 Mar 2005 07:13:10 -0000 phk 2005-03-16 07:13:09 UTC FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_alloc.c ext2_inode.c ext2_vfsops.c ext2_vnops.c inode.h Log: Don't hold a reference to the disk vnode for each inode. Don't store the disk cdev in all inodes, it's only used for debugging printfs. Revision Changes Path 1.41 +4 -4 src/sys/gnu/ext2fs/ext2_alloc.c 1.55 +0 -7 src/sys/gnu/ext2fs/ext2_inode.c 1.147 +0 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.100 +3 -5 src/sys/gnu/ext2fs/ext2_vnops.c 1.43 +0 -1 src/sys/gnu/ext2fs/inode.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 07:17:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7993E16A4CE; Wed, 16 Mar 2005 07:17:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF0443D1D; Wed, 16 Mar 2005 07:17:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G7Hew5045087; Wed, 16 Mar 2005 07:17:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G7HenQ045086; Wed, 16 Mar 2005 07:17:40 GMT (envelope-from phk) Message-Id: <200503160717.j2G7HenQ045086@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 07:17:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.h cd9660_vfsops.c cd9660_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 07:17:40 -0000 phk 2005-03-16 07:17:40 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_node.h cd9660_vfsops.c cd9660_vnops.c Log: Don't store the disk cdev in all inodes. Revision Changes Path 1.30 +0 -1 src/sys/isofs/cd9660/cd9660_node.h 1.138 +0 -1 src/sys/isofs/cd9660/cd9660_vfsops.c 1.109 +0 -1 src/sys/isofs/cd9660/cd9660_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 07:21:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1806D16A4CE; Wed, 16 Mar 2005 07:21:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E363C43D3F; Wed, 16 Mar 2005 07:21:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G7LciC045321; Wed, 16 Mar 2005 07:21:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G7Lcrw045320; Wed, 16 Mar 2005 07:21:38 GMT (envelope-from phk) Message-Id: <200503160721.j2G7Lcrw045320@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 07:21:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs.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, 16 Mar 2005 07:21:39 -0000 phk 2005-03-16 07:21:38 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs.h Log: XXX: unnecessary pointer in inode. Revision Changes Path 1.19 +1 -1 src/sys/fs/hpfs/hpfs.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 07:35:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED22A16A4CE; Wed, 16 Mar 2005 07:35:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE61043D39; Wed, 16 Mar 2005 07:35:06 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G7Z62b047189; Wed, 16 Mar 2005 07:35:06 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G7Z6uW047188; Wed, 16 Mar 2005 07:35:06 GMT (envelope-from phk) Message-Id: <200503160735.j2G7Z6uW047188@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 07:35:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_hash.c vfs_mount.c src/sys/sys mount.h vnode.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, 16 Mar 2005 07:35:07 -0000 phk 2005-03-16 07:35:06 UTC FreeBSD src repository Modified files: sys/kern vfs_hash.c vfs_mount.c sys/sys mount.h vnode.h Log: Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use it to get better hashing in vfs_hash. In case of an insert collision in vfs_hash_insert(), put the loosing vnode on a special list so that vfs_hash_remove() can just assume that it is on a list. Drop the VI_HASHED flag. Revision Changes Path 1.5 +17 -15 src/sys/kern/vfs_hash.c 1.182 +1 -0 src/sys/kern/vfs_mount.c 1.194 +1 -0 src/sys/sys/mount.h 1.292 +0 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 07:53:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B4EA16A4CE; Wed, 16 Mar 2005 07:53:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D8A43D46; Wed, 16 Mar 2005 07:53:02 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G7r2wr048048; Wed, 16 Mar 2005 07:53:02 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G7r2t3048047; Wed, 16 Mar 2005 07:53:02 GMT (envelope-from jmg) Message-Id: <200503160753.j2G7r2t3048047@repoman.freebsd.org> From: John-Mark Gurney Date: Wed, 16 Mar 2005 07:53:02 +0000 (UTC) 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 locore.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 07:53:03 -0000 jmg 2005-03-16 07:53:02 UTC FreeBSD src repository Modified files: sys/arm/arm locore.S Log: fix up white space, I had a simple comment fix, but I might as well do the rest while I'm here... Revision Changes Path 1.10 +12 -12 src/sys/arm/arm/locore.S From owner-cvs-src@FreeBSD.ORG Wed Mar 16 07:56:22 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5303B16A4CF; Wed, 16 Mar 2005 07:56:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC8C43D53; Wed, 16 Mar 2005 07:56:22 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G7uLSv048186; Wed, 16 Mar 2005 07:56:21 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G7uL8t048185; Wed, 16 Mar 2005 07:56:21 GMT (envelope-from jmg) Message-Id: <200503160756.j2G7uL8t048185@repoman.freebsd.org> From: John-Mark Gurney Date: Wed, 16 Mar 2005 07:56:21 +0000 (UTC) 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 fiq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 07:56:22 -0000 jmg 2005-03-16 07:56:21 UTC FreeBSD src repository Modified files: sys/arm/arm fiq.c Log: MFp4: add in making fiq's work by coping to the correct page incase we have the vectors relocated high.. Revision Changes Path 1.3 +2 -1 src/sys/arm/arm/fiq.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:04:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9441016A4CE; Wed, 16 Mar 2005 08:04:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B7B643D1D; Wed, 16 Mar 2005 08:04:40 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G84eN1048612; Wed, 16 Mar 2005 08:04:40 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G84e8L048611; Wed, 16 Mar 2005 08:04:40 GMT (envelope-from jmg) Message-Id: <200503160804.j2G84e8L048611@repoman.freebsd.org> From: John-Mark Gurney Date: Wed, 16 Mar 2005 08:04:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 08:04:40 -0000 jmg 2005-03-16 08:04:40 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: MFp4: print a more useful error when we don't have a /dev to mount devfs on.. Revision Changes Path 1.183 +1 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:04:45 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B9D16A4CF; Wed, 16 Mar 2005 08:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0D243D49; Wed, 16 Mar 2005 08:04:45 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G84j4C048641; Wed, 16 Mar 2005 08:04:45 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G84jjt048640; Wed, 16 Mar 2005 08:04:45 GMT (envelope-from harti) Message-Id: <200503160804.j2G84jjt048640@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 16 Mar 2005 08:04:45 +0000 (UTC) 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 parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 08:04:45 -0000 harti 2005-03-16 08:04:45 UTC FreeBSD src repository Modified files: usr.bin/make parse.c Log: Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH and simplify code accordingly. Revision Changes Path 1.86 +109 -204 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:06:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F04016A4CE; Wed, 16 Mar 2005 08:06:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 663E843D4C; Wed, 16 Mar 2005 08:06:29 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G86TmQ048751; Wed, 16 Mar 2005 08:06:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G86T0F048750; Wed, 16 Mar 2005 08:06:29 GMT (envelope-from harti) Message-Id: <200503160806.j2G86T0F048750@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 16 Mar 2005 08:06:28 +0000 (UTC) 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 dir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 08:06:29 -0000 harti 2005-03-16 08:06:28 UTC FreeBSD src repository Modified files: usr.bin/make dir.c Log: Fix a comment. Revision Changes Path 1.49 +1 -3 src/usr.bin/make/dir.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:09:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A79316A4CE; Wed, 16 Mar 2005 08:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC62343D46; Wed, 16 Mar 2005 08:09:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G89q6v048970; Wed, 16 Mar 2005 08:09:52 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G89qQd048969; Wed, 16 Mar 2005 08:09:52 GMT (envelope-from phk) Message-Id: <200503160809.j2G89qQd048969@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 08:09:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/udf udf.h src/sys/gnu/ext2fs inode.h src/sys/isofs/cd9660 cd9660_node.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, 16 Mar 2005 08:09:53 -0000 phk 2005-03-16 08:09:52 UTC FreeBSD src repository Modified files: sys/fs/udf udf.h sys/gnu/ext2fs inode.h sys/isofs/cd9660 cd9660_node.h Log: Remove inode fields previously used for private inode hash tables. Revision Changes Path 1.13 +0 -1 src/sys/fs/udf/udf.h 1.44 +0 -1 src/sys/gnu/ext2fs/inode.h 1.31 +0 -1 src/sys/isofs/cd9660/cd9660_node.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:09:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05DC16A4CF; Wed, 16 Mar 2005 08:09:53 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B2E743D48; Wed, 16 Mar 2005 08:09:53 +0000 (GMT) (envelope-from DougB@freebsd.org) Received: from [192.168.0.4] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (sccrmhc14) with SMTP id <2005031608095101400pknl6e>; Wed, 16 Mar 2005 08:09:52 +0000 Date: Wed, 16 Mar 2005 00:09:50 -0800 (PST) From: Doug Barton To: Ian Dowse In-Reply-To: <200503160234.j2G2YoBf024736@repoman.freebsd.org> Message-ID: <20050316000810.X3899@ync.qbhto.arg> References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 08:09:54 -0000 On Wed, 16 Mar 2005, Ian Dowse wrote: > iedowse 2005-03-16 02:34:50 UTC > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC > sys/amd64/conf GENERIC > Log: > Enable ehci by default on i386 and amd64. It had got to the stage > where having this disabled was actually hurting us, since so many > BIOSes include legacy USB emulation that takes control of all usb > ports and only the ehci driver knows how to disable it. > > Revision Changes Path > 1.431 +1 -0 src/sys/amd64/conf/GENERIC > 1.424 +1 -0 src/sys/i386/conf/GENERIC > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/amd64/conf/GENERIC.diff?&r1=1.430&r2=1.431&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?&r1=1.423&r2=1.424&f=h Given all the bad things that happen to my system when I compile ehci into the kernel, such as lost usb signals from my docking station, and instant panics when I plug in certain usb 2 devices, I have to say I'm not sure this is the best course of action. Has this been widely discussed somewhere that I've not kept up on? Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:13:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B47816A4CE; Wed, 16 Mar 2005 08:13:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43CD943D1D; Wed, 16 Mar 2005 08:13:09 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G8D9Vj049155; Wed, 16 Mar 2005 08:13:09 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G8D9o8049153; Wed, 16 Mar 2005 08:13:09 GMT (envelope-from jmg) Message-Id: <200503160813.j2G8D9o8049153@repoman.freebsd.org> From: John-Mark Gurney Date: Wed, 16 Mar 2005 08:13:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient krpc_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 08:13:09 -0000 jmg 2005-03-16 08:13:08 UTC FreeBSD src repository Modified files: sys/nfsclient krpc_subr.c Log: MFp4: use the function to fix the packet header length instead of rolling our own... Revision Changes Path 1.29 +1 -7 src/sys/nfsclient/krpc_subr.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:24:18 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3494D16A4D2 for ; Wed, 16 Mar 2005 08:24:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7B843D3F for ; Wed, 16 Mar 2005 08:24:16 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so27535rnf for ; Wed, 16 Mar 2005 00:24:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gtW2WtKl5Kev8oow4lnW6bRCsA9UarCk/eMGYf7VsbbSldkKdCaFpHzqoiWK4ewB/qeBVsdAlQ355jWZjZHzna8Uo7w+MmE1kwUXTKNN57vvGWEZ4/jQv4eZhh7sJU5tYx2DJp+f1KD5RRrdWlrZhwg/GMxN355Up9U9RawWjMg= Received: by 10.38.75.78 with SMTP id x78mr302655rna; Wed, 16 Mar 2005 00:24:16 -0800 (PST) Received: by 10.39.2.24 with HTTP; Wed, 16 Mar 2005 00:24:16 -0800 (PST) Message-ID: <346a8022050316002433c31a3b@mail.gmail.com> Date: Wed, 16 Mar 2005 03:24:16 -0500 From: Coleman Kane To: Doug Barton In-Reply-To: <20050316000810.X3899@ync.qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> <20050316000810.X3899@ync.qbhto.arg> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Ian Dowse Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 08:24:18 -0000 On Wed, 16 Mar 2005 00:09:50 -0800 (PST), Doug Barton wrote: > On Wed, 16 Mar 2005, Ian Dowse wrote: > > > iedowse 2005-03-16 02:34:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/conf GENERIC > > sys/amd64/conf GENERIC > > Log: > > Enable ehci by default on i386 and amd64. It had got to the stage > > where having this disabled was actually hurting us, since so many > > BIOSes include legacy USB emulation that takes control of all usb > > ports and only the ehci driver knows how to disable it. > > > > Revision Changes Path > > 1.431 +1 -0 src/sys/amd64/conf/GENERIC > > 1.424 +1 -0 src/sys/i386/conf/GENERIC > > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/amd64/conf/GENERIC.diff?&r1=1.430&r2=1.431&f=h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?&r1=1.423&r2=1.424&f=h > > Given all the bad things that happen to my system when I compile ehci > into the kernel, such as lost usb signals from my docking station, and > instant panics when I plug in certain usb 2 devices, I have to say I'm > not sure this is the best course of action. Has this been widely > discussed somewhere that I've not kept up on? > > Doug > > -- > > This .signature sanitized for your protection > Recently, some fixes to the uhub have fixed a lot of the issues I had. I can now connect my iPod at usb2, as well as my USB flash drive (a usb hub + umass) and they will both work at 40MB/sec. Seems to be much much more stable now. -- coleman From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:27:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7681A16A4CE; Wed, 16 Mar 2005 08:27:33 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B31F43D46; Wed, 16 Mar 2005 08:27:33 +0000 (GMT) (envelope-from DougB@freebsd.org) Received: from [192.168.0.4] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (rwcrmhc12) with SMTP id <2005031608273201400jgioae>; Wed, 16 Mar 2005 08:27:32 +0000 Date: Wed, 16 Mar 2005 00:27:31 -0800 (PST) From: Doug Barton To: cokane@cokane.org In-Reply-To: <346a8022050316002433c31a3b@mail.gmail.com> Message-ID: <20050316002615.C3899@ync.qbhto.arg> References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> <346a8022050316002433c31a3b@mail.gmail.com> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Ian Dowse Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 08:27:33 -0000 On Wed, 16 Mar 2005, Coleman Kane wrote: > > Recently, some fixes to the uhub have fixed a lot of the issues I had. > I can now connect my iPod at usb2, as well as my USB flash drive (a > usb hub + umass) and they will both work at 40MB/sec. Seems to be much > much more stable now. Hrrm, ok. I tried it again just a couple weeks ago, but I don't mind giving it another ride. Believe me, I'd be happy to be proved wrong, I have more and more usb devices, especially flash disk'y type things that I'd like to access at usb 2 speeds. Thanks, Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:47:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7F2A416A4CF; Wed, 16 Mar 2005 08:47:01 +0000 (GMT) Date: Wed, 16 Mar 2005 08:47:01 +0000 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20050316084701.GA43990@FreeBSD.org> References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> <20050316000810.X3899@ync.qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050316000810.X3899@ync.qbhto.arg> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ian Dowse Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 08:47:01 -0000 On Wed, Mar 16, 2005 at 12:09:50AM -0800, Doug Barton wrote: > On Wed, 16 Mar 2005, Ian Dowse wrote: > > >iedowse 2005-03-16 02:34:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/conf GENERIC > > sys/amd64/conf GENERIC > > Log: > > Enable ehci by default on i386 and amd64. It had got to the stage > > where having this disabled was actually hurting us, since so many > > BIOSes include legacy USB emulation that takes control of all usb > > ports and only the ehci driver knows how to disable it. > > > > Revision Changes Path > > 1.431 +1 -0 src/sys/amd64/conf/GENERIC > > 1.424 +1 -0 src/sys/i386/conf/GENERIC > > > >http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/amd64/conf/GENERIC.diff?&r1=1.430&r2=1.431&f=h > >http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?&r1=1.423&r2=1.424&f=h > > Given all the bad things that happen to my system when I compile ehci > into the kernel, such as lost usb signals from my docking station, and > instant panics when I plug in certain usb 2 devices, I have to say I'm > not sure this is the best course of action. Has this been widely > discussed somewhere that I've not kept up on? There're been number of recent commits to ECHI that supposedly fix some of well-known problems with it. Do your problems/panics persist with recent -CURRENT? ./danfe From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:47:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B731F16A4CE; Wed, 16 Mar 2005 08:47:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6E043D4C; Wed, 16 Mar 2005 08:47:48 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2G8lmM3057577; Wed, 16 Mar 2005 08:47:48 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2G8lm0K057576; Wed, 16 Mar 2005 08:47:48 GMT (envelope-from ru) Message-Id: <200503160847.j2G8lm0K057576@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 Mar 2005 08:47:48 +0000 (UTC) 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 ipfw X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 08:47:48 -0000 ru 2005-03-16 08:47:48 UTC FreeBSD src repository Modified files: etc/rc.d ipfw Log: Start natd(8) before loading firewall rules, to give the ipdivert.ko module a chance to load. Revision Changes Path 1.10 +3 -2 src/etc/rc.d/ipfw From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:50:18 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4349116A4CE; Wed, 16 Mar 2005 08:50:18 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A46B43D39; Wed, 16 Mar 2005 08:50:17 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2G8oDIw034908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Mar 2005 09:50:14 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4237F33D.6040100@portaone.com> Date: Wed, 16 Mar 2005 10:50:05 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> <20050316000810.X3899@ync.qbhto.arg> In-Reply-To: <20050316000810.X3899@ync.qbhto.arg> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ian Dowse Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 08:50:18 -0000 Doug Barton wrote: > On Wed, 16 Mar 2005, Ian Dowse wrote: > >> iedowse 2005-03-16 02:34:50 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/conf GENERIC >> sys/amd64/conf GENERIC >> Log: >> Enable ehci by default on i386 and amd64. It had got to the stage >> where having this disabled was actually hurting us, since so many >> BIOSes include legacy USB emulation that takes control of all usb >> ports and only the ehci driver knows how to disable it. >> >> Revision Changes Path >> 1.431 +1 -0 src/sys/amd64/conf/GENERIC >> 1.424 +1 -0 src/sys/i386/conf/GENERIC >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/amd64/conf/GENERIC.diff?&r1=1.430&r2=1.431&f=h >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?&r1=1.423&r2=1.424&f=h >> > > > Given all the bad things that happen to my system when I compile ehci > into the kernel, such as lost usb signals from my docking station, and > instant panics when I plug in certain usb 2 devices, I have to say I'm > not sure this is the best course of action. Has this been widely > discussed somewhere that I've not kept up on? I have the same worry. The problem with ehci that I am personally aware of is that it causes all USB devices that have been attached during the boot process in the presence of efci are forced to detach and attach again just near the point when root fs is to be mounted. This may cause troubles with booting off USB mass storage or cd-rom devices. -Maxim From owner-cvs-src@FreeBSD.ORG Wed Mar 16 10:17:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF2B16A4F2; Wed, 16 Mar 2005 10:17:06 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id DC1AA43D31; Wed, 16 Mar 2005 10:17:04 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 16 Mar 2005 10:17:03 +0000 (GMT) To: Maxim Sobolev In-Reply-To: Your message of "Wed, 16 Mar 2005 10:50:05 +0200." <4237F33D.6040100@portaone.com> Date: Wed, 16 Mar 2005 10:17:03 +0000 From: Ian Dowse Message-ID: <200503161017.aa64281@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.ORG cc: iedowse@maths.tcd.ie cc: Doug Barton cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 10:17:06 -0000 In message <4237F33D.6040100@portaone.com>, Maxim Sobolev writes: >Doug Barton wrote: >> On Wed, 16 Mar 2005, Ian Dowse wrote: >>> Enable ehci by default on i386 and amd64. It had got to the stage >>> where having this disabled was actually hurting us, since so many >>> BIOSes include legacy USB emulation that takes control of all usb >>> ports and only the ehci driver knows how to disable it. >> >> Given all the bad things that happen to my system when I compile ehci >> into the kernel, such as lost usb signals from my docking station, and >> instant panics when I plug in certain usb 2 devices, I have to say I'm >> not sure this is the best course of action. Has this been widely >> discussed somewhere that I've not kept up on? > >I have the same worry. The problem with ehci that I am personally aware >of is that it causes all USB devices that have been attached during the >boot process in the presence of efci are forced to detach and attach >again just near the point when root fs is to be mounted. This may cause >troubles with booting off USB mass storage or cd-rom devices. Sorry - I'll send a message to -current to let people know. If it causes too many problems then maybe it is not worth enabling yet. I agree that the re-attach behaviour is a problem - ideally we would need to somehow defer probing the usb busses until all PCI functions in the current PCI device have been attached. Doug, can you point me at some details of the problems you mention? Ian From owner-cvs-src@FreeBSD.ORG Wed Mar 16 10:24:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E32A16A4CE; Wed, 16 Mar 2005 10:24:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7650043D5E; Wed, 16 Mar 2005 10:24:16 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GAOGTR061035; Wed, 16 Mar 2005 10:24:16 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GAOGqa061034; Wed, 16 Mar 2005 10:24:16 GMT (envelope-from phk) Message-Id: <200503161024.j2GAOGqa061034@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 10:24:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fstat cd9660.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 10:24:16 -0000 phk 2005-03-16 10:24:16 UTC FreeBSD src repository Modified files: usr.bin/fstat cd9660.c Log: Dike out another kvm indiscretion. Revision Changes Path 1.6 +2 -0 src/usr.bin/fstat/cd9660.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 11:06:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5DD16A4CE; Wed, 16 Mar 2005 11:06:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665F543D1D; Wed, 16 Mar 2005 11:06:50 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GB6oHu062800; Wed, 16 Mar 2005 11:06:50 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GB6oEQ062799; Wed, 16 Mar 2005 11:06:50 GMT (envelope-from phk) Message-Id: <200503161106.j2GB6oEQ062799@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 11:06:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 11:06:50 -0000 phk 2005-03-16 11:06:49 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Fix a memoryleak in case of failed root filesystem mount. Spotted by: Coverity via sam Revision Changes Path 1.184 +4 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 11:10:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961DA16A4CE; Wed, 16 Mar 2005 11:10:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E12F43D2D; Wed, 16 Mar 2005 11:10:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GBAdCA062954; Wed, 16 Mar 2005 11:10:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GBAdct062953; Wed, 16 Mar 2005 11:10:39 GMT (envelope-from phk) Message-Id: <200503161110.j2GBAdct062953@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 11:10:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 11:10:39 -0000 phk 2005-03-16 11:10:38 UTC FreeBSD src repository Removed files: sys/fs/hpfs hpfs_hash.c Log: Remove unused file Revision Changes Path 1.20 +0 -183 src/sys/fs/hpfs/hpfs_hash.c (dead) From owner-cvs-src@FreeBSD.ORG Wed Mar 16 11:11:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C262E16A4CF; Wed, 16 Mar 2005 11:11:36 +0000 (GMT) Date: Wed, 16 Mar 2005 11:11:36 +0000 From: Alexey Dokuchaev To: Alexey Zelkin Message-ID: <20050316111136.GA55743@FreeBSD.org> References: <200502271809.j1RI99ug022006@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200502271809.j1RI99ug022006@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/lib/libc/nls ru_RU.KOI8-R.msg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 11:11:36 -0000 On Sun, Feb 27, 2005 at 06:09:09PM +0000, Alexey Zelkin wrote: > phantom 2005-02-27 18:09:09 UTC > > FreeBSD src repository > > Added files: > lib/libc/nls ru_RU.KOI8-R.msg > Log: > Add russian version of libc NLS catalog > > Translated by: Valeriy Kravchuk > Alexey Dokuchaev Sorry for belated reply, but it seems that you've committed original version, without corrections suggested and approved by majority of FRDP members. I can send you the diff, shall you need it. Thanks! ./danfe From owner-cvs-src@FreeBSD.ORG Wed Mar 16 11:20:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D620116A4CE; Wed, 16 Mar 2005 11:20:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977F043D39; Wed, 16 Mar 2005 11:20:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GBKpkT063575; Wed, 16 Mar 2005 11:20:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GBKp7x063574; Wed, 16 Mar 2005 11:20:51 GMT (envelope-from phk) Message-Id: <200503161120.j2GBKp7x063574@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 11:20:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_hash.c src/sys/sys vnode.h src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 11:20:52 -0000 phk 2005-03-16 11:20:51 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_vfsops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/udf udf_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern vfs_hash.c sys/sys vnode.h sys/ufs/ffs ffs_vfsops.c Log: Add two arguments to the vfs_hash() KPI so that filesystems which do not have unique hashes (NFS) can also use it. Revision Changes Path 1.52 +2 -2 src/sys/fs/hpfs/hpfs_vfsops.c 1.86 +3 -2 src/sys/fs/msdosfs/msdosfs_denode.c 1.32 +2 -2 src/sys/fs/udf/udf_vfsops.c 1.148 +2 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.139 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.6 +6 -2 src/sys/kern/vfs_hash.c 1.293 +4 -2 src/sys/sys/vnode.h 1.285 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 11:28:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC0416A4CE; Wed, 16 Mar 2005 11:28:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3112A43D31; Wed, 16 Mar 2005 11:28:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GBSKSG063954; Wed, 16 Mar 2005 11:28:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GBSKBl063953; Wed, 16 Mar 2005 11:28:20 GMT (envelope-from phk) Message-Id: <200503161128.j2GBSKBl063953@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Mar 2005 11:28:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_node.c nfsnode.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, 16 Mar 2005 11:28:20 -0000 phk 2005-03-16 11:28:20 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_node.c nfsnode.h Log: Use vfs_hash. Revision Changes Path 1.75 +42 -154 src/sys/nfsclient/nfs_node.c 1.55 +0 -1 src/sys/nfsclient/nfsnode.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 12:22:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5C916A4CE; Wed, 16 Mar 2005 12:22:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9243D31; Wed, 16 Mar 2005 12:22:15 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GCMFGh066168; Wed, 16 Mar 2005 12:22:15 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GCMFCE066167; Wed, 16 Mar 2005 12:22:15 GMT (envelope-from harti) Message-Id: <200503161222.j2GCMFCE066167@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 16 Mar 2005 12:22:15 +0000 (UTC) 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.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 12:22:15 -0000 harti 2005-03-16 12:22:15 UTC FreeBSD src repository Modified files: usr.bin/make make.c Log: Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code. Revision Changes Path 1.34 +98 -144 src/usr.bin/make/make.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 12:23:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE85D16A4CE for ; Wed, 16 Mar 2005 12:23:29 +0000 (GMT) Received: from smtp3.fuse.net (mail-out3.fuse.net [216.68.8.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8849C43D2D for ; Wed, 16 Mar 2005 12:23:28 +0000 (GMT) (envelope-from cokane@ramen.cokane.org) Received: from gx6.fuse.net ([216.196.253.14]) by smtp3.fuse.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050316121950.DCCW23403.smtp3.fuse.net@gx6.fuse.net> for ; Wed, 16 Mar 2005 07:19:50 -0500 Received: from ramen.cokane.org ([216.196.253.14]) by gx6.fuse.net (InterMail vG.1.02.00.02 201-2136-104-102-20041210) with SMTP id <20050316121907.JPGS9404.gx6.fuse.net@ramen.cokane.org> for ; Wed, 16 Mar 2005 07:19:07 -0500 Received: (qmail 2347 invoked by uid 1001); 16 Mar 2005 08:31:01 -0000 Date: Wed, 16 Mar 2005 08:31:01 +0000 From: Coleman Kane To: Doug Barton Message-ID: <20050316083101.GA2331@ramen> References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> <20050316000810.X3899@ync.qbhto.arg> <346a8022050316002433c31a3b@mail.gmail.com> <20050316002615.C3899@ync.qbhto.arg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <20050316002615.C3899@ync.qbhto.arg> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Ian Dowse Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 12:23:29 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 16, 2005 at 12:27:31AM -0800, Doug Barton wrote, and it was pro= claimed: > On Wed, 16 Mar 2005, Coleman Kane wrote: > > > >Recently, some fixes to the uhub have fixed a lot of the issues I had. > >I can now connect my iPod at usb2, as well as my USB flash drive (a > >usb hub + umass) and they will both work at 40MB/sec. Seems to be much > >much more stable now. >=20 > Hrrm, ok. I tried it again just a couple weeks ago, but I don't mind=20 > giving it another ride. Believe me, I'd be happy to be proved wrong, I=20 > have more and more usb devices, especially flash disk'y type things that= =20 > I'd like to access at usb 2 speeds. >=20 > Thanks, >=20 > Doug >=20 > --=20 >=20 > This .signature sanitized for your protection >=20 Yeah, this was quite recent (like last week?). A number of people posted responses to the commit remarking on their successes. -- coleman --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCN+7FuDFwFZcwSdoRAvUnAKCQASXUS5Ed2PaP4YVIacTpq47qEACdFhsu pBUqiaZtIYumK494/ncGR9A= =QIpJ -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:24:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B467A16A4CE; Wed, 16 Mar 2005 13:24:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C00D43D3F; Wed, 16 Mar 2005 13:24:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDOrVI075533; Wed, 16 Mar 2005 13:24:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDOrnL075532; Wed, 16 Mar 2005 13:24:53 GMT (envelope-from glebius) Message-Id: <200503161324.j2GDOrnL075532@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 16 Mar 2005 13:24:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 13:24:53 -0000 glebius 2005-03-16 13:24:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_base.c Log: MFC 1.97: Plug item leak in case when NGI_FN is applied to invalid node. Submitted by: Roselyn Lee Approved by: re (kensmith) Revision Changes Path 1.84.2.7 +1 -0 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:31:54 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C2CA16A4CE; Wed, 16 Mar 2005 13:31:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 118A443D46; Wed, 16 Mar 2005 13:31:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDVrBF075850; Wed, 16 Mar 2005 13:31:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDVrkD075849; Wed, 16 Mar 2005 13:31:53 GMT (envelope-from glebius) Message-Id: <200503161331.j2GDVrkD075849@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 16 Mar 2005 13:31:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph netgraph.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, 16 Mar 2005 13:31:54 -0000 glebius 2005-03-16 13:31:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph netgraph.h Log: MFC 1.49: Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destination node couldn't be addressed. Submitted by: Roselyn Lee Approved by: re (kensmith) Revision Changes Path 1.43.2.5 +1 -0 src/sys/netgraph/netgraph.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:39:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DCE16A4E8; Wed, 16 Mar 2005 13:39:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6D743D4C; Wed, 16 Mar 2005 13:39:47 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDdllg076135; Wed, 16 Mar 2005 13:39:47 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDdlIh076134; Wed, 16 Mar 2005 13:39:47 GMT (envelope-from pb) Message-Id: <200503161339.j2GDdlIh076134@repoman.freebsd.org> From: Pierre Beyssac Date: Wed, 16 Mar 2005 13:39:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 13:39:48 -0000 pb 2005-03-16 13:39:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ufs/ffs ffs_snapshot.c Log: MFC rev 1.91: Fixes a bug that caused UFS2 filesystems bigger than 2TB to prematurely report that they were full and/or to panic the kernel with the message ``ffs_clusteralloc: allocated out of group''. Approved by: re (kensmith), mckusick Revision Changes Path 1.84.2.3 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:39:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAFCC16A4D1; Wed, 16 Mar 2005 13:39:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9132743D55; Wed, 16 Mar 2005 13:39:59 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDdx3d076164; Wed, 16 Mar 2005 13:39:59 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDdxAj076163; Wed, 16 Mar 2005 13:39:59 GMT (envelope-from glebius) Message-Id: <200503161339.j2GDdxAj076163@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 16 Mar 2005 13:39:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/etc syslog.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 13:39:59 -0000 glebius 2005-03-16 13:39:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc syslog.conf Log: MFC 1.28: Fix a terrible braino in last commit. Put kern.debug back to /var/log/messages and do exactly what last commit message described. Approved by: re (kensmith) Revision Changes Path 1.26.6.2 +2 -2 src/etc/syslog.conf From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:43:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E9716A4CE; Wed, 16 Mar 2005 13:43:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BDE43D39; Wed, 16 Mar 2005 13:43:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDh6ot076362; Wed, 16 Mar 2005 13:43:06 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDh6bU076361; Wed, 16 Mar 2005 13:43:06 GMT (envelope-from glebius) Message-Id: <200503161343.j2GDh6bU076361@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 16 Mar 2005 13:43:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph ng_one2many.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 13:43:07 -0000 glebius 2005-03-16 13:43:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_one2many.c Log: MFC 1.21: Fix getting stats from many links with index > 0. Submitted by: Richard Kojedzinszky Approved by: re (kensmith) Revision Changes Path 1.17.2.3 +1 -1 src/sys/netgraph/ng_one2many.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:46:21 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22C216A4CE; Wed, 16 Mar 2005 13:46:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D4A43D2D; Wed, 16 Mar 2005 13:46:21 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDkLmW076543; Wed, 16 Mar 2005 13:46:21 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDkL9n076542; Wed, 16 Mar 2005 13:46:21 GMT (envelope-from glebius) Message-Id: <200503161346.j2GDkL9n076542@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 16 Mar 2005 13:46:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/ngctl list.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 13:46:21 -0000 glebius 2005-03-16 13:46:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/ngctl list.c Log: MFC 1.6 by ru: - Reduce the number of netgraph messages when listing nodes from (N + 1) to 1, where N is the number of nodes in the system. - Implement "ls -l" which runs the "show" command for each node. In collaboration with: glebius Approved by: re (kensmith) Revision Changes Path 1.5.2.1 +35 -11 src/usr.sbin/ngctl/list.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:49:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1616A4CE; Wed, 16 Mar 2005 13:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34FE43D1F; Wed, 16 Mar 2005 13:49:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDns7j076624; Wed, 16 Mar 2005 13:49:54 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDnsEh076623; Wed, 16 Mar 2005 13:49:54 GMT (envelope-from glebius) Message-Id: <200503161349.j2GDnsEh076623@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 16 Mar 2005 13:49:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc syslog.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 13:49:55 -0000 glebius 2005-03-16 13:49:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc syslog.conf Log: MFC 1.27-28: Increase level of kernel messages logged to console from debug to warning. Revision Changes Path 1.13.2.5 +1 -1 src/etc/syslog.conf From owner-cvs-src@FreeBSD.ORG Wed Mar 16 13:55:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058B116A4CE; Wed, 16 Mar 2005 13:55:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF9443D1F; Wed, 16 Mar 2005 13:55:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GDt98C076902; Wed, 16 Mar 2005 13:55:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GDt9ba076901; Wed, 16 Mar 2005 13:55:09 GMT (envelope-from pjd) Message-Id: <200503161355.j2GDt9ba076901@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 16 Mar 2005 13:55:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/string strnstr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 13:55:10 -0000 pjd 2005-03-16 13:55:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/string strnstr.c Log: MFC: strnstr.c 1.3 Don't read more than the given 'len' bytes from the 'big' string. PR: misc/77369 Submitted by: Ed Maste Approved by: re (kensmith) Revision Changes Path 1.2.10.1 +1 -1 src/lib/libc/string/strnstr.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 16:01:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD8316A4DA; Wed, 16 Mar 2005 16:01:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C6C43D39; Wed, 16 Mar 2005 16:01:49 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GG1niu082225; Wed, 16 Mar 2005 16:01:49 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GG1nC9082224; Wed, 16 Mar 2005 16:01:49 GMT (envelope-from harti) Message-Id: <200503161601.j2GG1nC9082224@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 16 Mar 2005 16:01:49 +0000 (UTC) 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 job.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 16:01:50 -0000 harti 2005-03-16 16:01:49 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: Replace Lst_ForEach by LST_FOREACH. Revision Changes Path 1.79 +9 -36 src/usr.bin/make/job.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 16:02:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E0F16A4CE; Wed, 16 Mar 2005 16:02:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B92C143D46; Wed, 16 Mar 2005 16:02:09 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GG29mj082267; Wed, 16 Mar 2005 16:02:09 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GG29Pv082266; Wed, 16 Mar 2005 16:02:09 GMT (envelope-from harti) Message-Id: <200503161602.j2GG29Pv082266@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 16 Mar 2005 16:02:09 +0000 (UTC) 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 compat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 16:02:10 -0000 harti 2005-03-16 16:02:09 UTC FreeBSD src repository Modified files: usr.bin/make compat.c Log: Replace Lst_ForEach by LST_FOREACH. Revision Changes Path 1.56 +3 -7 src/usr.bin/make/compat.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 16:11:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E6416A4F7; Wed, 16 Mar 2005 16:11:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9940743D54; Wed, 16 Mar 2005 16:11:11 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GGBBta082670; Wed, 16 Mar 2005 16:11:11 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GGBBu0082669; Wed, 16 Mar 2005 16:11:11 GMT (envelope-from harti) Message-Id: <200503161611.j2GGBBu0082669@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 16 Mar 2005 16:11:11 +0000 (UTC) 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 lst.c lst.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, 16 Mar 2005 16:11:11 -0000 harti 2005-03-16 16:11:11 UTC FreeBSD src repository Modified files: usr.bin/make lst.c lst.h Log: Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left delete these two macros and all the associated stuff. Revision Changes Path 1.4 +1 -64 src/usr.bin/make/lst.c 1.33 +2 -25 src/usr.bin/make/lst.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 16:39:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A3316A4CE; Wed, 16 Mar 2005 16:39:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2E743D55; Wed, 16 Mar 2005 16:39:04 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GGd4GL083864; Wed, 16 Mar 2005 16:39:04 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GGd4g1083863; Wed, 16 Mar 2005 16:39:04 GMT (envelope-from mux) Message-Id: <200503161639.j2GGd4g1083863@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 16 Mar 2005 16:39:04 +0000 (UTC) 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: Wed, 16 Mar 2005 16:39:04 -0000 mux 2005-03-16 16:39:04 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Unload and destroy the TX DMA maps before destroying the DMA tag they're attached to, not after. Spotted by: Coverity via sam Revision Changes Path 1.230 +3 -4 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 17:51:58 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEE316A4CE; Wed, 16 Mar 2005 17:51:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE7843D49; Wed, 16 Mar 2005 17:51:57 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GHpvdT093336; Wed, 16 Mar 2005 17:51:57 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GHpvk6093335; Wed, 16 Mar 2005 17:51:57 GMT (envelope-from obrien) Message-Id: <200503161751.j2GHpvk6093335@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Mar 2005 17:51:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/conf kern.pre.mk kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 17:51:58 -0000 obrien 2005-03-16 17:51:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf kern.pre.mk kmod.mk Log: MFC: ensure -fno-strict-aliasing for -O{2,3,s} users. Approved by: re(ken) Revision Changes Path 1.56.2.1 +1 -1 src/sys/conf/kern.pre.mk 1.166.2.2 +3 -0 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Wed Mar 16 18:15:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id F287B16A4CF; Wed, 16 Mar 2005 18:15:35 +0000 (GMT) Date: Wed, 16 Mar 2005 18:15:35 +0000 From: Kris Kennaway To: Maxime Henrion Message-ID: <20050316181535.GA91771@hub.freebsd.org> References: <200503161639.j2GGd4g1083863@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503161639.j2GGd4g1083863@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/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: Wed, 16 Mar 2005 18:15:36 -0000 On Wed, Mar 16, 2005 at 04:39:04PM +0000, Maxime Henrion wrote: > mux 2005-03-16 16:39:04 UTC > > FreeBSD src repository > > Modified files: > sys/dev/fxp if_fxp.c > Log: > Unload and destroy the TX DMA maps before destroying the DMA tag > they're attached to, not after. > > Spotted by: Coverity via sam Is this likely to have caused panics at runtime? A few people (including me) have seen dma-related or use-after-free panics from fxp. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe From owner-cvs-src@FreeBSD.ORG Wed Mar 16 18:40:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F15F16A4CE; Wed, 16 Mar 2005 18:40:56 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D53043D2D; Wed, 16 Mar 2005 18:40:56 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 2AF255C984; Wed, 16 Mar 2005 10:40:56 -0800 (PST) Date: Wed, 16 Mar 2005 19:40:56 +0100 From: Maxime Henrion To: Kris Kennaway Message-ID: <20050316184056.GP31320@elvis.mu.org> References: <200503161639.j2GGd4g1083863@repoman.freebsd.org> <20050316181535.GA91771@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050316181535.GA91771@hub.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/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: Wed, 16 Mar 2005 18:40:56 -0000 Kris Kennaway wrote: > On Wed, Mar 16, 2005 at 04:39:04PM +0000, Maxime Henrion wrote: > > mux 2005-03-16 16:39:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/fxp if_fxp.c > > Log: > > Unload and destroy the TX DMA maps before destroying the DMA tag > > they're attached to, not after. > > > > Spotted by: Coverity via sam > > Is this likely to have caused panics at runtime? A few people > (including me) have seen dma-related or use-after-free panics from > fxp. This won't fix any use-after-free panics at runtime, since the faulty code is in fxp_release() which will only get called from fxp_attach() in error scenarios and from fxp_detach(). I've never seen reports about use-after-free from fxp(4), I'd like to know about those, even if the odds of those not being false positives is small... Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Wed Mar 16 18:45:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 527B516A4CF; Wed, 16 Mar 2005 18:45:09 +0000 (GMT) Date: Wed, 16 Mar 2005 18:45:09 +0000 From: Kris Kennaway To: Maxime Henrion Message-ID: <20050316184509.GD91771@hub.freebsd.org> References: <200503161639.j2GGd4g1083863@repoman.freebsd.org> <20050316181535.GA91771@hub.freebsd.org> <20050316184056.GP31320@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050316184056.GP31320@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: Kris Kennaway cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Wed, 16 Mar 2005 18:45:09 -0000 On Wed, Mar 16, 2005 at 07:40:56PM +0100, Maxime Henrion wrote: > Kris Kennaway wrote: > > On Wed, Mar 16, 2005 at 04:39:04PM +0000, Maxime Henrion wrote: > > > mux 2005-03-16 16:39:04 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/fxp if_fxp.c > > > Log: > > > Unload and destroy the TX DMA maps before destroying the DMA tag > > > they're attached to, not after. > > > > > > Spotted by: Coverity via sam > > > > Is this likely to have caused panics at runtime? A few people > > (including me) have seen dma-related or use-after-free panics from > > fxp. > > This won't fix any use-after-free panics at runtime, since the faulty > code is in fxp_release() which will only get called from fxp_attach() in > error scenarios and from fxp_detach(). > > I've never seen reports about use-after-free from fxp(4), I'd like to > know about those, even if the odds of those not being false positives is > small... I think I mailed current about it a few months ago (but can't access my email archive until the weekend), and a few other people have reported similar-looking panics too. I've only seen it 2-3 times in total. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe From owner-cvs-src@FreeBSD.ORG Wed Mar 16 18:54:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81DA16A4CE; Wed, 16 Mar 2005 18:54:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE4D43D41; Wed, 16 Mar 2005 18:54:37 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GIsb1T095574; Wed, 16 Mar 2005 18:54:37 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GIsbXj095573; Wed, 16 Mar 2005 18:54:37 GMT (envelope-from obrien) Message-Id: <200503161854.j2GIsbXj095573@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Mar 2005 18:54:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/conf kern.mk src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 18:54:37 -0000 obrien 2005-03-16 18:54:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf kern.mk sys/boot/i386 Makefile.inc sys/boot/i386/boot2 Makefile Log: Ensure GCC does not use FP registers in integer code. Approved by: re(ken) Revision Changes Path 1.9.2.1 +2 -1 src/sys/boot/i386/Makefile.inc 1.56.2.2 +1 -0 src/sys/boot/i386/boot2/Makefile 1.42.2.1 +2 -1 src/sys/conf/kern.mk From owner-cvs-src@FreeBSD.ORG Wed Mar 16 18:57:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A1C16A4CE for ; Wed, 16 Mar 2005 18:57:09 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7559743D41 for ; Wed, 16 Mar 2005 18:57:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 28644 invoked from network); 16 Mar 2005 18:57:08 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 16 Mar 2005 18:57:07 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j2GIv0BQ000808; Wed, 16 Mar 2005 13:57:01 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: obrien@FreeBSD.org Date: Wed, 16 Mar 2005 09:03:45 -0500 User-Agent: KMail/1.6.2 References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <1110603746.72068.3.camel@S0106066606660666.su.shawcable.net> <20050313222249.GA12792@dragon.NUXI.org> In-Reply-To: <20050313222249.GA12792@dragon.NUXI.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503160903.45392.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Adam Gregoire cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files.amd64 files.i386 src/sys/dev/nve if_nve.c if_nvereg.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/nve Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 18:57:09 -0000 On Sunday 13 March 2005 05:22 pm, David O'Brien wrote: > On Sat, Mar 12, 2005 at 12:02:25AM -0500, Adam Gregoire wrote: > > On Sat, 2005-03-12 at 00:29 +0000, David E. O'Brien wrote: > > This needs to be moved to where the rest of miibus interfaces are in > > amd64 and i386 GENERIC kernel config files. > > ..snip.. > > > /usr/src/sys/dev/nve/if_nve.c:111:23: miibus_if.h: No such file or > > directory > > Simply moving where they are in GENERIC won't fix this build problem. > Is this during the kernel build, or the modules build? Moving it reduces PEBKAC errors from people not having miibus in their custom kernel configs. If it needs miibus, you need to move it to the miibus section. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Mar 16 19:03:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7433016A4CE; Wed, 16 Mar 2005 19:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD1743D1D; Wed, 16 Mar 2005 19:03:46 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GJ3kmY096132; Wed, 16 Mar 2005 19:03:46 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GJ3kn1096131; Wed, 16 Mar 2005 19:03:46 GMT (envelope-from das) Message-Id: <200503161903.j2GJ3kn1096131@repoman.freebsd.org> From: David Schultz Date: Wed, 16 Mar 2005 19:03:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/alpha fenv.c fenv.h src/lib/msun/amd64 fenv.c fenv.h src/lib/msun/arm fenv.h src/lib/msun/i387 fenv.h src/lib/msun/ia64 fenv.h src/lib/msun/man fenv.3 src/lib/msun/powerpc fenv.h src/lib/msun/sparc64 fenv.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, 16 Mar 2005 19:03:46 -0000 das 2005-03-16 19:03:46 UTC FreeBSD src repository Modified files: lib/msun/alpha fenv.c fenv.h lib/msun/amd64 fenv.c fenv.h lib/msun/arm fenv.h lib/msun/i387 fenv.h lib/msun/ia64 fenv.h lib/msun/man fenv.3 lib/msun/powerpc fenv.h lib/msun/sparc64 fenv.h Log: Replace fegetmask() and fesetmask() with feenableexcept(), fedisableexcept(), and fegetexcept(). These two sets of routines provide the same functionality. I implemented the former as an undocumented internal interface to make the regression test easier to write. However, fe(enable|disable|get)except() is already part of glibc, and I would like to avoid gratuitous differences. The only major flaw in the glibc API is that there's no good way to report errors on processors that don't support all the unmasked exceptions. Revision Changes Path 1.2 +19 -6 src/lib/msun/alpha/fenv.c 1.3 +4 -3 src/lib/msun/alpha/fenv.h 1.3 +22 -5 src/lib/msun/amd64/fenv.c 1.4 +4 -3 src/lib/msun/amd64/fenv.h 1.5 +19 -9 src/lib/msun/arm/fenv.h 1.3 +15 -4 src/lib/msun/i387/fenv.h 1.4 +15 -4 src/lib/msun/ia64/fenv.h 1.4 +32 -9 src/lib/msun/man/fenv.3 1.3 +17 -5 src/lib/msun/powerpc/fenv.h 1.3 +19 -9 src/lib/msun/sparc64/fenv.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 19:04:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9983716A4CE; Wed, 16 Mar 2005 19:04:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7001243D4C; Wed, 16 Mar 2005 19:04:28 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GJ4SZS096208; Wed, 16 Mar 2005 19:04:28 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GJ4SYE096207; Wed, 16 Mar 2005 19:04:28 GMT (envelope-from das) Message-Id: <200503161904.j2GJ4SYE096207@repoman.freebsd.org> From: David Schultz Date: Wed, 16 Mar 2005 19:04:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun Makefile src/lib/msun/man feenableexcept.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 19:04:28 -0000 das 2005-03-16 19:04:28 UTC FreeBSD src repository Modified files: lib/msun Makefile Added files: lib/msun/man feenableexcept.3 Log: Document feenableexcept(), fedisableexcept(), and fegetexcept(). Revision Changes Path 1.66 +3 -1 src/lib/msun/Makefile 1.1 +98 -0 src/lib/msun/man/feenableexcept.3 (new) From owner-cvs-src@FreeBSD.ORG Wed Mar 16 19:04:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BFA216A4CE; Wed, 16 Mar 2005 19:04:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215ED43D58; Wed, 16 Mar 2005 19:04:46 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GJ4ktX096246; Wed, 16 Mar 2005 19:04:46 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GJ4kJZ096245; Wed, 16 Mar 2005 19:04:46 GMT (envelope-from das) Message-Id: <200503161904.j2GJ4kJZ096245@repoman.freebsd.org> From: David Schultz Date: Wed, 16 Mar 2005 19:04:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/msun test-fenv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 19:04:46 -0000 das 2005-03-16 19:04:45 UTC FreeBSD src repository Modified files: tools/regression/lib/msun test-fenv.c Log: - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and fegetexcept(). - Add additional tests for the above. - Output a separate success message for each of the 8 components of this set of tests. Revision Changes Path 1.4 +31 -12 src/tools/regression/lib/msun/test-fenv.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:20:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C40016A4CE; Wed, 16 Mar 2005 20:20:57 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9A243D39; Wed, 16 Mar 2005 20:20:56 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2GKKuPB002286; Wed, 16 Mar 2005 12:20:56 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2GKKuMB002285; Wed, 16 Mar 2005 12:20:56 -0800 (PST) (envelope-from obrien) Date: Wed, 16 Mar 2005 12:20:56 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20050316202056.GB2072@dragon.NUXI.org> References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <1110603746.72068.3.camel@S0106066606660666.su.shawcable.net> <20050313222249.GA12792@dragon.NUXI.org> <200503160903.45392.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503160903.45392.jhb@FreeBSD.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Adam Gregoire cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files.amd64 files.i386 src/sys/dev/nve if_nve.c if_nvereg.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/nve Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:20:57 -0000 On Wed, Mar 16, 2005 at 09:03:45AM -0500, John Baldwin wrote: > On Sunday 13 March 2005 05:22 pm, David O'Brien wrote: > > On Sat, Mar 12, 2005 at 12:02:25AM -0500, Adam Gregoire wrote: > > > On Sat, 2005-03-12 at 00:29 +0000, David E. O'Brien wrote: > > > This needs to be moved to where the rest of miibus interfaces are in > > > amd64 and i386 GENERIC kernel config files. > > > > ..snip.. > > > > > /usr/src/sys/dev/nve/if_nve.c:111:23: miibus_if.h: No such file or > > > directory > > > > Simply moving where they are in GENERIC won't fix this build problem. > > Is this during the kernel build, or the modules build? > > Moving it reduces PEBKAC errors from people not having miibus in their custom > kernel configs. If it needs miibus, you need to move it to the miibus > section. John, I am not auging with moving it. I was saying that moving it w/in GENERIC wouldn't fix build errors. I guess you might have hit on the issue not stated in the bug report -- the build probably isn't with GENERIC as implied, but a majorly cut down minimal kernel config file. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:23:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4606116A4CE; Wed, 16 Mar 2005 20:23:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2C343D39; Wed, 16 Mar 2005 20:23:32 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKNW3c099552; Wed, 16 Mar 2005 20:23:32 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKNWnJ099551; Wed, 16 Mar 2005 20:23:32 GMT (envelope-from obrien) Message-Id: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Mar 2005 20:23:31 +0000 (UTC) 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 GENERIC 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: Wed, 16 Mar 2005 20:23:32 -0000 obrien 2005-03-16 20:23:31 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC Log: Make it clear nve needs mii, and shorten long comment line. Revision Changes Path 1.432 +2 -2 src/sys/amd64/conf/GENERIC 1.425 +2 -2 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:31:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7F016A4CE; Wed, 16 Mar 2005 20:31:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7097143D39; Wed, 16 Mar 2005 20:31:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKVkUK099997; Wed, 16 Mar 2005 20:31:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKVkDV099996; Wed, 16 Mar 2005 20:31:46 GMT (envelope-from imp) Message-Id: <200503162031.j2GKVkDV099996@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Mar 2005 20:31:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:31:46 -0000 imp 2005-03-16 20:31:46 UTC FreeBSD src repository Modified files: sys/i386/isa npx.c Log: bus_alloc_resource must obey the same rules as rman_resource_resournce_bound wrt end parameter. The end parameter here was the same as the start. However, it should be start + count - 1, so make it that instead. Revision Changes Path 1.157 +1 -1 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:35:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9464F16A4CF; Wed, 16 Mar 2005 20:35:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA1B43D46; Wed, 16 Mar 2005 20:35:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKZNxi000309; Wed, 16 Mar 2005 20:35:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKZNOU000308; Wed, 16 Mar 2005 20:35:23 GMT (envelope-from sam) Message-Id: <200503162035.j2GKZNOU000308@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Mar 2005 20:35:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:35:23 -0000 sam 2005-03-16 20:35:23 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: kill dead code Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.34 +1 -2 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:39:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C0816A4CE; Wed, 16 Mar 2005 20:39:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8C743D2F; Wed, 16 Mar 2005 20:39:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKd5Eu000632; Wed, 16 Mar 2005 20:39:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKd54A000631; Wed, 16 Mar 2005 20:39:05 GMT (envelope-from sam) Message-Id: <200503162039.j2GKd54A000631@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Mar 2005 20:39:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:39:06 -0000 sam 2005-03-16 20:39:05 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: eliminate use after free in debug code Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.35 +3 -3 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:40:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011AE16A4CF; Wed, 16 Mar 2005 20:40:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C125D43D1D; Wed, 16 Mar 2005 20:40:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKempp000982; Wed, 16 Mar 2005 20:40:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKemkR000981; Wed, 16 Mar 2005 20:40:48 GMT (envelope-from sam) Message-Id: <200503162040.j2GKemkR000981@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Mar 2005 20:40:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 20:40:49 -0000 sam 2005-03-16 20:40:48 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: avoid potential array index by -1 Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.45 +2 -1 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:42:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DBE16A4CE; Wed, 16 Mar 2005 20:42:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4198B43D3F; Wed, 16 Mar 2005 20:42:00 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKg0Aa001075; Wed, 16 Mar 2005 20:42:00 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKg0qa001074; Wed, 16 Mar 2005 20:42:00 GMT (envelope-from sam) Message-Id: <200503162042.j2GKg0qa001074@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Mar 2005 20:42:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:42:00 -0000 sam 2005-03-16 20:42:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: correct comparison for null ptr Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.21 +1 -1 src/sys/net80211/ieee80211_output.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:44:19 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D6216A4CE; Wed, 16 Mar 2005 20:44:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6CCF43D4C; Wed, 16 Mar 2005 20:44:19 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKiJQI001282; Wed, 16 Mar 2005 20:44:19 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKiJF8001281; Wed, 16 Mar 2005 20:44:19 GMT (envelope-from imp) Message-Id: <200503162044.j2GKiJF8001281@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Mar 2005 20:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 pc98.h src/sys/i386/isa isa.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, 16 Mar 2005 20:44:20 -0000 imp 2005-03-16 20:44:19 UTC FreeBSD src repository Modified files: sys/pc98/pc98 pc98.h sys/i386/isa isa.h Log: Define IRQ_NPX for the irq used for the npx. Define macro for a full reset of of npx, as appropriate for the platform. Revision Changes Path 1.27 +11 -0 src/sys/i386/isa/isa.h 1.18 +11 -0 src/sys/pc98/pc98/pc98.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:46:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF7B16A4CE; Wed, 16 Mar 2005 20:46:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815B643D3F; Wed, 16 Mar 2005 20:46:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKkGkZ001448; Wed, 16 Mar 2005 20:46:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKkGoq001447; Wed, 16 Mar 2005 20:46:16 GMT (envelope-from imp) Message-Id: <200503162046.j2GKkGoq001447@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Mar 2005 20:46:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:46:16 -0000 imp 2005-03-16 20:46:16 UTC FreeBSD src repository Modified files: sys/i386/isa npx.c Log: Eleminate 3 PC98 ifdefs: o Use IP_NPX in preference to hard coded value to write 0 to clear busy# o Use md macro for a full reset of the npx o Use IRQ_NPX in preference to hard coded value for each platform. # The other two ifdefs in this file are hard to remove Revision Changes Path 1.158 +5 -17 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:48:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2002D16A4CE; Wed, 16 Mar 2005 20:48:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE63743D2D; Wed, 16 Mar 2005 20:48:13 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKmDH1008292; Wed, 16 Mar 2005 20:48:13 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKmDUo008291; Wed, 16 Mar 2005 20:48:13 GMT (envelope-from pjd) Message-Id: <200503162048.j2GKmDUo008291@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 16 Mar 2005 20:48:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_bsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Mar 2005 20:48:14 -0000 pjd 2005-03-16 20:48:13 UTC FreeBSD src repository Modified files: sys/geom geom_bsd.c Log: Plug memory leak. Submitted by: Ted Unangst Found by: Coverity Prevent analysis tool Approved by: phk MFC after: 3 days Revision Changes Path 1.73 +1 -2 src/sys/geom/geom_bsd.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:54:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A1B16A4CE; Wed, 16 Mar 2005 20:54:09 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FCE43D2D; Wed, 16 Mar 2005 20:54:09 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id CF525AEA4F; Wed, 16 Mar 2005 21:54:06 +0100 (CET) Date: Wed, 16 Mar 2005 21:54:06 +0100 From: Pawel Jakub Dawidek To: "David E. O'Brien" Message-ID: <20050316205406.GF591@darkness.comp.waw.pl> References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FUFe+yI/t+r3nyH4" Content-Disposition: inline In-Reply-To: <200503162023.j2GKNWnJ099551@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/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 20:54:09 -0000 --FUFe+yI/t+r3nyH4 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 16, 2005 at 08:23:31PM +0000, David E. O'Brien wrote: +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') +> +device nve # nVidia nForce MCP on-board Ethernet Networking +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') [...] +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') +> +device nve # nVidia nForce MCP on-board Ethernet Networking +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') Why you removed this space?!:) --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --FUFe+yI/t+r3nyH4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCOJzuForvXbEpPzQRAh/IAKDDsd37pX1YlHK9STaKAkjjEApJFwCeMvfl o54BgQv8qmr7zYjkSbluvgw= =1ml6 -----END PGP SIGNATURE----- --FUFe+yI/t+r3nyH4-- From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:54:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA3016A4CE; Wed, 16 Mar 2005 20:54:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468C743D48; Wed, 16 Mar 2005 20:54:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKsm8p008639; Wed, 16 Mar 2005 20:54:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKsmTF008638; Wed, 16 Mar 2005 20:54:48 GMT (envelope-from imp) Message-Id: <200503162054.j2GKsmTF008638@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Mar 2005 20:54:48 +0000 (UTC) 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 timerreg.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, 16 Mar 2005 20:54:48 -0000 imp 2005-03-16 20:54:48 UTC FreeBSD src repository Modified files: sys/alpha/alpha timerreg.h Log: Customize this for the alpha by removing pc98 defines (unused on alpha) as well as saying that the alpha is wired up in a certain way. Revision Changes Path 1.4 +1 -17 src/sys/alpha/alpha/timerreg.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:55:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8B516A4FA for ; Wed, 16 Mar 2005 20:55:02 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C0643D49 for ; Wed, 16 Mar 2005 20:55:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8998 invoked from network); 16 Mar 2005 20:55:01 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 16 Mar 2005 20:55:00 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j2GKsTJR001482; Wed, 16 Mar 2005 15:54:46 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: obrien@FreeBSD.org Date: Wed, 16 Mar 2005 15:34:41 -0500 User-Agent: KMail/1.6.2 References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <200503160903.45392.jhb@FreeBSD.org> <20050316202056.GB2072@dragon.NUXI.org> In-Reply-To: <20050316202056.GB2072@dragon.NUXI.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503161534.41120.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Adam Gregoire cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files.amd64 files.i386 src/sys/dev/nve if_nve.c if_nvereg.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/nve Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:55:02 -0000 On Wednesday 16 March 2005 03:20 pm, David O'Brien wrote: > On Wed, Mar 16, 2005 at 09:03:45AM -0500, John Baldwin wrote: > > On Sunday 13 March 2005 05:22 pm, David O'Brien wrote: > > > On Sat, Mar 12, 2005 at 12:02:25AM -0500, Adam Gregoire wrote: > > > > On Sat, 2005-03-12 at 00:29 +0000, David E. O'Brien wrote: > > > > This needs to be moved to where the rest of miibus interfaces are in > > > > amd64 and i386 GENERIC kernel config files. > > > > > > ..snip.. > > > > > > > /usr/src/sys/dev/nve/if_nve.c:111:23: miibus_if.h: No such file or > > > > directory > > > > > > Simply moving where they are in GENERIC won't fix this build problem. > > > Is this during the kernel build, or the modules build? > > > > Moving it reduces PEBKAC errors from people not having miibus in their > > custom kernel configs. If it needs miibus, you need to move it to the > > miibus section. > > John, > > I am not auging with moving it. I was saying that moving it w/in GENERIC > wouldn't fix build errors. I guess you might have hit on the issue not > stated in the bug report -- the build probably isn't with GENERIC as > implied, but a majorly cut down minimal kernel config file. Right, it's probably a custom kernel and they diked out miibus since the driver isn't in the miibus "section". Moving the device line would help users from doing this accidentally. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:55:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D2716A4D8; Wed, 16 Mar 2005 20:55:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4272B43D2F; Wed, 16 Mar 2005 20:55:15 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GKtF1W008723; Wed, 16 Mar 2005 20:55:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GKtF1K008722; Wed, 16 Mar 2005 20:55:15 GMT (envelope-from imp) Message-Id: <200503162055.j2GKtF1K008722@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Mar 2005 20:55:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/isa timerreg.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, 16 Mar 2005 20:55:15 -0000 imp 2005-03-16 20:55:15 UTC FreeBSD src repository Modified files: sys/amd64/isa timerreg.h Log: Remove comments relevant only to pc98 as there are no amd64 pc98 machines. Revision Changes Path 1.9 +1 -11 src/sys/amd64/isa/timerreg.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:58:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF48216A4D8; Wed, 16 Mar 2005 20:58:29 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929C343D2F; Wed, 16 Mar 2005 20:58:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2GKwTR9003611; Wed, 16 Mar 2005 12:58:29 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2GKwTie003610; Wed, 16 Mar 2005 12:58:29 -0800 (PST) (envelope-from obrien) Date: Wed, 16 Mar 2005 12:58:29 -0800 From: "David O'Brien" To: Pawel Jakub Dawidek Message-ID: <20050316205829.GA3556@dragon.NUXI.org> References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050316205406.GF591@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050316205406.GF591@darkness.comp.waw.pl> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:58:33 -0000 On Wed, Mar 16, 2005 at 09:54:06PM +0100, Pawel Jakub Dawidek wrote: > On Wed, Mar 16, 2005 at 08:23:31PM +0000, David E. O'Brien wrote: > +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') > +> +device nve # nVidia nForce MCP on-board Ethernet Networking > +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > [...] > +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') > +> +device nve # nVidia nForce MCP on-board Ethernet Networking > +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > > Why you removed this space?!:) Make it clear nve needs mii, and shorten long comment line. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Mar 16 21:02:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F96416A4CE; Wed, 16 Mar 2005 21:02:02 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1719E43D53; Wed, 16 Mar 2005 21:02:00 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 822FFAC93B; Wed, 16 Mar 2005 22:01:47 +0100 (CET) Date: Wed, 16 Mar 2005 22:01:47 +0100 From: Pawel Jakub Dawidek To: David O'Brien Message-ID: <20050316210147.GH591@darkness.comp.waw.pl> References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050316205406.GF591@darkness.comp.waw.pl> <20050316205829.GA3556@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEfPc/DjvCj+JzNg" Content-Disposition: inline In-Reply-To: <20050316205829.GA3556@dragon.NUXI.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/sys/i386/conf GENERIC 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: Wed, 16 Mar 2005 21:02:02 -0000 --PEfPc/DjvCj+JzNg Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 16, 2005 at 12:58:29PM -0800, David O'Brien wrote: +> > Why you removed this space?!:) +>=20 +> Make it clear nve needs mii, and shorten long comment line. No comments... --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --PEfPc/DjvCj+JzNg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCOJ67ForvXbEpPzQRAlu5AKCd7o+KLOGJ3gXxs04fsdjgA9g++wCg9KyK uqTbL0Fo+kiQ/6G6CQD4TYc= =AVsY -----END PGP SIGNATURE----- --PEfPc/DjvCj+JzNg-- From owner-cvs-src@FreeBSD.ORG Wed Mar 16 21:21:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF1A116A4CE; Wed, 16 Mar 2005 21:21:10 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA68F43D2F; Wed, 16 Mar 2005 21:21:09 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.3/8.13.3) with ESMTP id j2GLJssX034012; Wed, 16 Mar 2005 13:20:39 -0800 (PST) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.1/8.12.9) with ESMTP id j2GLJsvl012604; Wed, 16 Mar 2005 13:19:54 -0800 (PST) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.1/8.13.1/Submit) id j2GLJsoN012601; Wed, 16 Mar 2005 13:19:54 -0800 (PST) (envelope-from frank) From: Frank Mayhar Message-Id: <200503162119.j2GLJsoN012601@realtime.exit.com> In-Reply-To: <20050316184056.GP31320@elvis.mu.org> To: Maxime Henrion Date: Wed, 16 Mar 2005 13:19:53 -0800 (PST) X-Copyright0: Copyright 2005 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: cvs-src@freebsd.org cc: Kris Kennaway Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: frank@exit.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 21:21:10 -0000 Maxime Henrion wrote: > Kris Kennaway wrote: > > On Wed, Mar 16, 2005 at 04:39:04PM +0000, Maxime Henrion wrote: > > > mux 2005-03-16 16:39:04 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/fxp if_fxp.c > > > Log: > > > Unload and destroy the TX DMA maps before destroying the DMA tag > > > they're attached to, not after. > > > > > > Spotted by: Coverity via sam > > Is this likely to have caused panics at runtime? A few people > > (including me) have seen dma-related or use-after-free panics from > > fxp. > This won't fix any use-after-free panics at runtime, since the faulty > code is in fxp_release() which will only get called from fxp_attach() in > error scenarios and from fxp_detach(). On the other hand, this may well fix some problems I was seeing with fxp wedging during boot or panicing during kldload. (I haven't seen any use-after-free panics, though, and I use fxp pretty heavily.) -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-cvs-src@FreeBSD.ORG Wed Mar 16 22:34:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C737C16A4CE; Wed, 16 Mar 2005 22:34:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 812C543D1D; Wed, 16 Mar 2005 22:34:14 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GMYEPC014248; Wed, 16 Mar 2005 22:34:14 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GMYE45014246; Wed, 16 Mar 2005 22:34:14 GMT (envelope-from das) Message-Id: <200503162234.j2GMYE45014246@repoman.freebsd.org> From: David Schultz Date: Wed, 16 Mar 2005 22:34:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/amd64 fenv.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, 16 Mar 2005 22:34:15 -0000 das 2005-03-16 22:34:14 UTC FreeBSD src repository Modified files: lib/msun/amd64 fenv.h Log: Spell 'fedisableexcept' correctly. Revision Changes Path 1.5 +1 -1 src/lib/msun/amd64/fenv.h From owner-cvs-src@FreeBSD.ORG Wed Mar 16 23:55:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B2616A4CE; Wed, 16 Mar 2005 23:55:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE29B43D5C; Wed, 16 Mar 2005 23:55:48 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GNtmEx018957; Wed, 16 Mar 2005 23:55:48 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GNtm8h018956; Wed, 16 Mar 2005 23:55:48 GMT (envelope-from cognet) Message-Id: <200503162355.j2GNtm8h018956@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 16 Mar 2005 23:55:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rpc.lockd kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 23:55:49 -0000 cognet 2005-03-16 23:55:48 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: Consumers of nfslockdans() seems to think it should return 0 on success, so make it so. Revision Changes Path 1.15 +1 -1 src/usr.sbin/rpc.lockd/kern.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 23:56:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1D316A4CE; Wed, 16 Mar 2005 23:56:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3131143D39; Wed, 16 Mar 2005 23:56:30 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GNuUjK019032; Wed, 16 Mar 2005 23:56:30 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GNuUlp019031; Wed, 16 Mar 2005 23:56:30 GMT (envelope-from cognet) Message-Id: <200503162356.j2GNuUlp019031@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 16 Mar 2005 23:56:30 +0000 (UTC) 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 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, 16 Mar 2005 23:56:30 -0000 cognet 2005-03-16 23:56:30 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Introduce a new function, pmap_wb_page(), which check all userland mappings for a given page and, if the pmap is the current pmap, write back the associated cache line. Use pmap_wb_page in pmap_qenter() instead of inconditionally write back/invalidating the data cache. Revision Changes Path 1.26 +10 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Mar 16 23:59:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F192716A4CE; Wed, 16 Mar 2005 23:59:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C573643D31; Wed, 16 Mar 2005 23:59:55 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GNxt1G019237; Wed, 16 Mar 2005 23:59:55 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GNxt6S019236; Wed, 16 Mar 2005 23:59:55 GMT (envelope-from trhodes) Message-Id: <200503162359.j2GNxt6S019236@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 16 Mar 2005 23:59:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile snd_fm801.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, 16 Mar 2005 23:59:56 -0000 trhodes 2005-03-16 23:59:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 Makefile Added files: (Branch: RELENG_5) share/man/man4 snd_fm801.4 Log: MFC: Add snd_fm801.4 and attach it to the build. Approved by: re (kensmith) Revision Changes Path 1.276.2.18 +1 -0 src/share/man/man4/Makefile 1.1.2.1 +64 -0 src/share/man/man4/snd_fm801.4 (new) From owner-cvs-src@FreeBSD.ORG Thu Mar 17 00:02:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC9016A4CE; Thu, 17 Mar 2005 00:02:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D3B43D2D; Thu, 17 Mar 2005 00:02:25 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H02PGw019455; Thu, 17 Mar 2005 00:02:25 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H02PIs019454; Thu, 17 Mar 2005 00:02:25 GMT (envelope-from trhodes) Message-Id: <200503170002.j2H02PIs019454@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Mar 2005 00:02:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/etc/rc.d Makefile lomac X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 00:02:25 -0000 trhodes 2005-03-17 00:02:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/rc.d Makefile Removed files: (Branch: RELENG_5) etc/rc.d lomac Log: MFC: De-orbit lomac. Approved by: re (kensmith) Revision Changes Path 1.41.2.2 +1 -1 src/etc/rc.d/Makefile 1.3.2.2 +0 -19 src/etc/rc.d/lomac (dead) From owner-cvs-src@FreeBSD.ORG Thu Mar 17 00:04:45 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C6016A4CE; Thu, 17 Mar 2005 00:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA2443D46; Thu, 17 Mar 2005 00:04:45 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H04jx9019521; Thu, 17 Mar 2005 00:04:45 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H04jSI019520; Thu, 17 Mar 2005 00:04:45 GMT (envelope-from trhodes) Message-Id: <200503170004.j2H04jSI019520@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Mar 2005 00:04:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man5 rc.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: Thu, 17 Mar 2005 00:04:45 -0000 trhodes 2005-03-17 00:04:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man5 rc.conf.5 Log: MFC: Remove mention of mac_lomac(4) policy from here too. Approved by: re (kensmith) Revision Changes Path 1.221.2.11 +1 -11 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Mar 17 00:43:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7E516A4CE; Thu, 17 Mar 2005 00:43:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6287143D3F; Thu, 17 Mar 2005 00:43:57 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H0hvxJ021092; Thu, 17 Mar 2005 00:43:57 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H0hv7P021091; Thu, 17 Mar 2005 00:43:57 GMT (envelope-from cognet) Message-Id: <200503170043.j2H0hv7P021091@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 17 Mar 2005 00:43:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/xscale/i80321 i80321.c iq80321.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 00:43:57 -0000 cognet 2005-03-17 00:43:57 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321.c iq80321.c Log: Use PCIR_BARS instead of PCIR_MAPS. Revision Changes Path 1.4 +12 -12 src/sys/arm/xscale/i80321/i80321.c 1.6 +5 -4 src/sys/arm/xscale/i80321/iq80321.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 01:20:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6F716A4CE; Thu, 17 Mar 2005 01:20:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4B443D55; Thu, 17 Mar 2005 01:20:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H1Kot1029429; Thu, 17 Mar 2005 01:20:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H1KoaE029428; Thu, 17 Mar 2005 01:20:50 GMT (envelope-from cognet) Message-Id: <200503170120.j2H1KoaE029428@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 17 Mar 2005 01:20:49 +0000 (UTC) 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.i386 src/sys/dev/asr asr.c 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: Thu, 17 Mar 2005 01:20:50 -0000 cognet 2005-03-17 01:20:49 UTC FreeBSD src repository Modified files: sys/conf options.i386 sys/dev/asr asr.c sys/i386/conf NOTES Log: Bring back some of the ioctl junk that was removed in rev 1.59 as a i386-only kernel option, ASR_COMPAT, and under BURN_BRIDGES. It is really ugly, but raidutils depends on it. Discussed with: scottl Revision Changes Path 1.218 +1 -0 src/sys/conf/options.i386 1.66 +121 -2 src/sys/dev/asr/asr.c 1.1189 +4 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Mar 17 01:37:27 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F34B16A4CE; Thu, 17 Mar 2005 01:37:27 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1BA43D4C; Thu, 17 Mar 2005 01:37:27 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])j2H1bPA6008297; Thu, 17 Mar 2005 12:37:25 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j2H1bLMq009947; Thu, 17 Mar 2005 12:37:22 +1100 Date: Thu, 17 Mar 2005 12:37:15 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "David O'Brien" In-Reply-To: <20050316205829.GA3556@dragon.NUXI.org> Message-ID: <20050317121651.N72560@delplex.bde.org> References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050316205829.GA3556@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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/i386/conf GENERIC 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: Thu, 17 Mar 2005 01:37:27 -0000 On Wed, 16 Mar 2005, David O'Brien wrote: > On Wed, Mar 16, 2005 at 09:54:06PM +0100, Pawel Jakub Dawidek wrote: >> On Wed, Mar 16, 2005 at 08:23:31PM +0000, David E. O'Brien wrote: >> +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') >> +> +device nve # nVidia nForce MCP on-board Ethernet Networking >> +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') >> [...] >> +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') >> +> +device nve # nVidia nForce MCP on-board Ethernet Networking >> +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') >> >> Why you removed this space?!:) > > Make it clear nve needs mii, and shorten long comment line. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Better remove the bogus quotes around lnc. Quoting elsewhere in this file is inconsistent and about 1/4 of it seems to be bogus. Are the comments on precedence even correct? I think precedence according to ordering in the config file hasn't worked for many years. PCI devices may (should) have precedence over ISA ones, but that is a general property and should be expressed better. I think pcn may or may not have precedence over lnc depending on resource conflicts. pcn is PCI-only while lnc is PCI/ISA/CBUS, so it is bogus for lnc to be in the ISA-only section and very unclear how pcn has precedence over the PCI part of lnc. Bruce From owner-cvs-src@FreeBSD.ORG Thu Mar 17 04:01:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB5016A4CE; Thu, 17 Mar 2005 04:01:32 +0000 (GMT) Received: from mail.psychoholics.org (www.psychoholics.org [64.185.102.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A0B43D6B; Thu, 17 Mar 2005 04:01:32 +0000 (GMT) (envelope-from ebola@psychoholics.org) Received: from S0106066606660666.su.shawcable.net (S0106066606660666.su.shawcable.net [24.76.125.52]) by mail.psychoholics.org (Postfix) with ESMTP id B996215716E; Wed, 16 Mar 2005 21:04:30 -0800 (PST) From: Adam Gregoire To: John Baldwin In-Reply-To: <200503161534.41120.jhb@FreeBSD.org> References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <200503160903.45392.jhb@FreeBSD.org> <20050316202056.GB2072@dragon.NUXI.org> <200503161534.41120.jhb@FreeBSD.org> Content-Type: text/plain Date: Wed, 16 Mar 2005 23:01:28 -0500 Message-Id: <1111032088.38427.5.camel@S0106066606660666.su.shawcable.net> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files.amd64 files.i386 src/sys/dev/nve if_nve.c if_nvereg.h src/sys/modules/nve 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, 17 Mar 2005 04:01:32 -0000 On Wed, 2005-03-16 at 15:34 -0500, John Baldwin wrote: > On Wednesday 16 March 2005 03:20 pm, David O'Brien wrote: > > On Wed, Mar 16, 2005 at 09:03:45AM -0500, John Baldwin wrote: > > > On Sunday 13 March 2005 05:22 pm, David O'Brien wrote: > > > > On Sat, Mar 12, 2005 at 12:02:25AM -0500, Adam Gregoire wrote: > > > > > On Sat, 2005-03-12 at 00:29 +0000, David E. O'Brien wrote: > > > > > This needs to be moved to where the rest of miibus interfaces are in > > > > > amd64 and i386 GENERIC kernel config files. > > > > > > > > ..snip.. > > > > > > > > > /usr/src/sys/dev/nve/if_nve.c:111:23: miibus_if.h: No such file or > > > > > directory > > > > > > > > Simply moving where they are in GENERIC won't fix this build problem. > > > > Is this during the kernel build, or the modules build? > > > > > > Moving it reduces PEBKAC errors from people not having miibus in their > > > custom kernel configs. If it needs miibus, you need to move it to the > > > miibus section. > > > > John, > > > > I am not auging with moving it. I was saying that moving it w/in GENERIC > > wouldn't fix build errors. I guess you might have hit on the issue not > > stated in the bug report -- the build probably isn't with GENERIC as > > implied, but a majorly cut down minimal kernel config file. > > Right, it's probably a custom kernel and they diked out miibus since the > driver isn't in the miibus "section". Moving the device line would help > users from doing this accidentally. :) > Sorry in my delay in reply, my IP changed, and I had to wait until I got added to relay. Yes, ohn was correct in assuming it was a highly customized kernel and miibus was diked out since I am currently using if_de which doesn't support miibus. -- Adam Gregoire From owner-cvs-src@FreeBSD.ORG Thu Mar 17 05:35:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD95D16A4CE; Thu, 17 Mar 2005 05:35:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AA043D2F; Thu, 17 Mar 2005 05:35:26 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H5ZQcp045535; Thu, 17 Mar 2005 05:35:26 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H5ZQAj045534; Thu, 17 Mar 2005 05:35:26 GMT (envelope-from ru) Message-Id: <200503170535.j2H5ZQAj045534@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 Mar 2005 05:35:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 05:35:27 -0000 ru 2005-03-17 05:35:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netgraph ng_bridge.c Log: MFC 1.25: Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge. Revision Changes Path 1.1.2.8 +5 -3 src/sys/netgraph/ng_bridge.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:04:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D5C716A4CE; Thu, 17 Mar 2005 08:04:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CBF43D46; Thu, 17 Mar 2005 08:04:23 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H84NwW051233; Thu, 17 Mar 2005 08:04:23 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H84NhO051232; Thu, 17 Mar 2005 08:04:23 GMT (envelope-from dougb) Message-Id: <200503170804.j2H84NhO051232@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:04:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Subject: cvs commit: src/contrib/bind9 - 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: Thu, 17 Mar 2005 08:04:24 -0000 dougb 2005-03-17 08:04:22 UTC FreeBSD src repository src/contrib/bind9 - Imported sources Update of /home/ncvs/src/contrib/bind9 In directory repoman.freebsd.org:/tmp/cvs-serv51178 Log Message: Vendor import of BIND 9.3.1 Status: Vendor Tag: ISC Release Tags: BIND_9_3_1 U src/contrib/bind9/CHANGES U src/contrib/bind9/COPYRIGHT U src/contrib/bind9/FAQ U src/contrib/bind9/Makefile.in U src/contrib/bind9/README U src/contrib/bind9/acconfig.h U src/contrib/bind9/config.guess U src/contrib/bind9/config.sub U src/contrib/bind9/configure.in U src/contrib/bind9/install-sh U src/contrib/bind9/isc-config.sh.in U src/contrib/bind9/libtool.m4 U src/contrib/bind9/ltmain.sh U src/contrib/bind9/mkinstalldirs U src/contrib/bind9/version U src/contrib/bind9/bin/Makefile.in U src/contrib/bind9/bin/check/Makefile.in U src/contrib/bind9/bin/check/check-tool.c U src/contrib/bind9/bin/check/check-tool.h U src/contrib/bind9/bin/check/named-checkconf.8 U src/contrib/bind9/bin/check/named-checkconf.c U src/contrib/bind9/bin/check/named-checkconf.docbook U src/contrib/bind9/bin/check/named-checkconf.html U src/contrib/bind9/bin/check/named-checkzone.8 U src/contrib/bind9/bin/check/named-checkzone.c U src/contrib/bind9/bin/check/named-checkzone.docbook U src/contrib/bind9/bin/check/named-checkzone.html U src/contrib/bind9/bin/dig/Makefile.in U src/contrib/bind9/bin/dig/dig.1 U src/contrib/bind9/bin/dig/dig.c U src/contrib/bind9/bin/dig/dig.docbook U src/contrib/bind9/bin/dig/dig.html U src/contrib/bind9/bin/dig/dighost.c U src/contrib/bind9/bin/dig/host.1 U src/contrib/bind9/bin/dig/host.c U src/contrib/bind9/bin/dig/host.docbook U src/contrib/bind9/bin/dig/host.html U src/contrib/bind9/bin/dig/nslookup.1 U src/contrib/bind9/bin/dig/nslookup.c U src/contrib/bind9/bin/dig/nslookup.docbook U src/contrib/bind9/bin/dig/nslookup.html U src/contrib/bind9/bin/dig/include/dig/dig.h U src/contrib/bind9/bin/dnssec/Makefile.in U src/contrib/bind9/bin/dnssec/dnssec-keygen.8 U src/contrib/bind9/bin/dnssec/dnssec-keygen.c U src/contrib/bind9/bin/dnssec/dnssec-keygen.docbook U src/contrib/bind9/bin/dnssec/dnssec-keygen.html U src/contrib/bind9/bin/dnssec/dnssec-makekeyset.8 U src/contrib/bind9/bin/dnssec/dnssec-makekeyset.c U src/contrib/bind9/bin/dnssec/dnssec-makekeyset.docbook U src/contrib/bind9/bin/dnssec/dnssec-makekeyset.html U src/contrib/bind9/bin/dnssec/dnssec-signkey.8 U src/contrib/bind9/bin/dnssec/dnssec-signkey.c U src/contrib/bind9/bin/dnssec/dnssec-signkey.docbook U src/contrib/bind9/bin/dnssec/dnssec-signkey.html U src/contrib/bind9/bin/dnssec/dnssec-signzone.8 U src/contrib/bind9/bin/dnssec/dnssec-signzone.c U src/contrib/bind9/bin/dnssec/dnssec-signzone.docbook U src/contrib/bind9/bin/dnssec/dnssec-signzone.html U src/contrib/bind9/bin/dnssec/dnssectool.c U src/contrib/bind9/bin/dnssec/dnssectool.h U src/contrib/bind9/bin/named/Makefile.in U src/contrib/bind9/bin/named/aclconf.c U src/contrib/bind9/bin/named/builtin.c U src/contrib/bind9/bin/named/client.c U src/contrib/bind9/bin/named/config.c U src/contrib/bind9/bin/named/control.c U src/contrib/bind9/bin/named/controlconf.c U src/contrib/bind9/bin/named/interfacemgr.c U src/contrib/bind9/bin/named/listenlist.c U src/contrib/bind9/bin/named/log.c U src/contrib/bind9/bin/named/logconf.c U src/contrib/bind9/bin/named/lwaddr.c U src/contrib/bind9/bin/named/lwdclient.c U src/contrib/bind9/bin/named/lwderror.c U src/contrib/bind9/bin/named/lwdgabn.c U src/contrib/bind9/bin/named/lwdgnba.c U src/contrib/bind9/bin/named/lwdgrbn.c U src/contrib/bind9/bin/named/lwdnoop.c U src/contrib/bind9/bin/named/lwresd.8 U src/contrib/bind9/bin/named/lwresd.c U src/contrib/bind9/bin/named/lwresd.docbook U src/contrib/bind9/bin/named/lwresd.html U src/contrib/bind9/bin/named/lwsearch.c U src/contrib/bind9/bin/named/main.c U src/contrib/bind9/bin/named/named.8 U src/contrib/bind9/bin/named/named.conf.5 U src/contrib/bind9/bin/named/named.conf.docbook U src/contrib/bind9/bin/named/named.conf.html U src/contrib/bind9/bin/named/named.docbook U src/contrib/bind9/bin/named/named.html U src/contrib/bind9/bin/named/notify.c U src/contrib/bind9/bin/named/query.c U src/contrib/bind9/bin/named/server.c U src/contrib/bind9/bin/named/sortlist.c U src/contrib/bind9/bin/named/tkeyconf.c U src/contrib/bind9/bin/named/tsigconf.c U src/contrib/bind9/bin/named/update.c U src/contrib/bind9/bin/named/xfrout.c U src/contrib/bind9/bin/named/zoneconf.c U src/contrib/bind9/bin/named/include/named/aclconf.h U src/contrib/bind9/bin/named/include/named/builtin.h U src/contrib/bind9/bin/named/include/named/client.h U src/contrib/bind9/bin/named/include/named/config.h U src/contrib/bind9/bin/named/include/named/control.h U src/contrib/bind9/bin/named/include/named/globals.h U src/contrib/bind9/bin/named/include/named/interfacemgr.h U src/contrib/bind9/bin/named/include/named/listenlist.h U src/contrib/bind9/bin/named/include/named/log.h U src/contrib/bind9/bin/named/include/named/logconf.h U src/contrib/bind9/bin/named/include/named/lwaddr.h U src/contrib/bind9/bin/named/include/named/lwdclient.h U src/contrib/bind9/bin/named/include/named/lwresd.h U src/contrib/bind9/bin/named/include/named/lwsearch.h U src/contrib/bind9/bin/named/include/named/main.h U src/contrib/bind9/bin/named/include/named/notify.h U src/contrib/bind9/bin/named/include/named/query.h U src/contrib/bind9/bin/named/include/named/server.h U src/contrib/bind9/bin/named/include/named/sortlist.h U src/contrib/bind9/bin/named/include/named/tkeyconf.h U src/contrib/bind9/bin/named/include/named/tsigconf.h U src/contrib/bind9/bin/named/include/named/types.h U src/contrib/bind9/bin/named/include/named/update.h U src/contrib/bind9/bin/named/include/named/xfrout.h U src/contrib/bind9/bin/named/include/named/zoneconf.h U src/contrib/bind9/bin/named/unix/Makefile.in U src/contrib/bind9/bin/named/unix/os.c U src/contrib/bind9/bin/named/unix/include/named/os.h U src/contrib/bind9/bin/nsupdate/Makefile.in U src/contrib/bind9/bin/nsupdate/nsupdate.8 U src/contrib/bind9/bin/nsupdate/nsupdate.c U src/contrib/bind9/bin/nsupdate/nsupdate.docbook U src/contrib/bind9/bin/nsupdate/nsupdate.html U src/contrib/bind9/bin/rndc/Makefile.in U src/contrib/bind9/bin/rndc/rndc-confgen.8 U src/contrib/bind9/bin/rndc/rndc-confgen.c U src/contrib/bind9/bin/rndc/rndc-confgen.docbook U src/contrib/bind9/bin/rndc/rndc-confgen.html U src/contrib/bind9/bin/rndc/rndc.8 U src/contrib/bind9/bin/rndc/rndc.c U src/contrib/bind9/bin/rndc/rndc.conf U src/contrib/bind9/bin/rndc/rndc.conf.5 U src/contrib/bind9/bin/rndc/rndc.conf.docbook U src/contrib/bind9/bin/rndc/rndc.conf.html U src/contrib/bind9/bin/rndc/rndc.docbook U src/contrib/bind9/bin/rndc/rndc.html U src/contrib/bind9/bin/rndc/util.c U src/contrib/bind9/bin/rndc/util.h U src/contrib/bind9/bin/rndc/include/rndc/os.h U src/contrib/bind9/bin/rndc/unix/Makefile.in U src/contrib/bind9/bin/rndc/unix/os.c U src/contrib/bind9/doc/Makefile.in U src/contrib/bind9/doc/arm/Bv9ARM-book.xml U src/contrib/bind9/doc/arm/Bv9ARM.ch01.html U src/contrib/bind9/doc/arm/Bv9ARM.ch02.html U src/contrib/bind9/doc/arm/Bv9ARM.ch03.html U src/contrib/bind9/doc/arm/Bv9ARM.ch04.html U src/contrib/bind9/doc/arm/Bv9ARM.ch05.html U src/contrib/bind9/doc/arm/Bv9ARM.ch06.html U src/contrib/bind9/doc/arm/Bv9ARM.ch07.html U src/contrib/bind9/doc/arm/Bv9ARM.ch08.html U src/contrib/bind9/doc/arm/Bv9ARM.ch09.html U src/contrib/bind9/doc/arm/Bv9ARM.html U src/contrib/bind9/doc/arm/Makefile.in U src/contrib/bind9/doc/arm/README-SGML U src/contrib/bind9/doc/arm/isc.color.gif U src/contrib/bind9/doc/arm/nominum-docbook-html.dsl.in U src/contrib/bind9/doc/arm/nominum-docbook-print.dsl.in U src/contrib/bind9/doc/arm/validate.sh.in U src/contrib/bind9/doc/draft/draft-baba-dnsext-acl-reqts-01.txt U src/contrib/bind9/doc/draft/draft-daigle-napstr-04.txt U src/contrib/bind9/doc/draft/draft-danisch-dns-rr-smtp-03.txt U src/contrib/bind9/doc/draft/draft-dnsext-opcode-discover-02.txt U src/contrib/bind9/doc/draft/draft-durand-dnsop-dynreverse-00.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-axfr-clarify-05.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-dhcid-rr-08.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-2535typecode-change-06.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-intro-11.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-records-09.txt U src/contrib/bind9/doc/draft/update U src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-protocol-07.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-insensitive-04.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-interop3597-01.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-keyrr-key-signing-flag-12.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-mdns-33.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-tkey-renewal-mode-04.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-tsig-sha-00.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-wcard-clarify-02.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-bad-dns-res-02.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-dnssec-operational-practices-01.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-dns-configuration-02.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-dns-issues-09.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-transport-guidelines-01.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-key-rollover-requirements-01.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-misbehavior-against-aaaa-00.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-respsize-01.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-serverid-02.txt U src/contrib/bind9/doc/draft/draft-ietf-enum-e164-gstn-np-05.txt U src/contrib/bind9/doc/draft/draft-ietf-ipseckey-rr-09.txt U src/contrib/bind9/doc/draft/draft-ietf-ipv6-node-requirements-08.txt U src/contrib/bind9/doc/draft/draft-ietf-secsh-dns-05.txt U src/contrib/bind9/doc/draft/draft-ihren-dnsext-threshold-validation-00.txt U src/contrib/bind9/doc/draft/draft-kato-dnsop-local-zones-00.txt U src/contrib/bind9/doc/draft/draft-park-ipv6-extensions-dns-pnp-00.txt U src/contrib/bind9/doc/misc/Makefile.in U src/contrib/bind9/doc/misc/dnssec U src/contrib/bind9/doc/misc/format-options.pl U src/contrib/bind9/doc/misc/ipv6 U src/contrib/bind9/doc/misc/migration U src/contrib/bind9/doc/misc/migration-4to9 U src/contrib/bind9/doc/misc/options U src/contrib/bind9/doc/misc/rfc-compliance U src/contrib/bind9/doc/misc/roadmap U src/contrib/bind9/doc/misc/sdb U src/contrib/bind9/doc/rfc/rfc1032.txt U src/contrib/bind9/doc/rfc/index U src/contrib/bind9/doc/rfc/rfc1033.txt U src/contrib/bind9/doc/rfc/rfc1034.txt U src/contrib/bind9/doc/rfc/rfc1035.txt U src/contrib/bind9/doc/rfc/rfc1101.txt U src/contrib/bind9/doc/rfc/rfc1122.txt U src/contrib/bind9/doc/rfc/rfc1123.txt U src/contrib/bind9/doc/rfc/rfc1183.txt U src/contrib/bind9/doc/rfc/rfc1348.txt U src/contrib/bind9/doc/rfc/rfc1535.txt U src/contrib/bind9/doc/rfc/rfc1536.txt U src/contrib/bind9/doc/rfc/rfc1537.txt U src/contrib/bind9/doc/rfc/rfc1591.txt U src/contrib/bind9/doc/rfc/rfc1611.txt U src/contrib/bind9/doc/rfc/rfc1612.txt U src/contrib/bind9/doc/rfc/rfc1706.txt U src/contrib/bind9/doc/rfc/rfc1712.txt U src/contrib/bind9/doc/rfc/rfc1750.txt U src/contrib/bind9/doc/rfc/rfc1876.txt U src/contrib/bind9/doc/rfc/rfc1886.txt U src/contrib/bind9/doc/rfc/rfc1982.txt U src/contrib/bind9/doc/rfc/rfc1995.txt U src/contrib/bind9/doc/rfc/rfc1996.txt U src/contrib/bind9/doc/rfc/rfc2052.txt U src/contrib/bind9/doc/rfc/rfc2104.txt U src/contrib/bind9/doc/rfc/rfc2119.txt U src/contrib/bind9/doc/rfc/rfc2133.txt U src/contrib/bind9/doc/rfc/rfc2136.txt U src/contrib/bind9/doc/rfc/rfc2137.txt U src/contrib/bind9/doc/rfc/rfc2163.txt U src/contrib/bind9/doc/rfc/rfc2168.txt U src/contrib/bind9/doc/rfc/rfc2181.txt U src/contrib/bind9/doc/rfc/rfc2230.txt U src/contrib/bind9/doc/rfc/rfc2308.txt U src/contrib/bind9/doc/rfc/rfc2317.txt U src/contrib/bind9/doc/rfc/rfc2373.txt U src/contrib/bind9/doc/rfc/rfc2374.txt U src/contrib/bind9/doc/rfc/rfc2375.txt U src/contrib/bind9/doc/rfc/rfc2418.txt U src/contrib/bind9/doc/rfc/rfc2535.txt U src/contrib/bind9/doc/rfc/rfc2536.txt U src/contrib/bind9/doc/rfc/rfc2537.txt U src/contrib/bind9/doc/rfc/rfc2538.txt U src/contrib/bind9/doc/rfc/rfc2539.txt U src/contrib/bind9/doc/rfc/rfc2540.txt U src/contrib/bind9/doc/rfc/rfc2541.txt U src/contrib/bind9/doc/rfc/rfc2553.txt U src/contrib/bind9/doc/rfc/rfc2671.txt U src/contrib/bind9/doc/rfc/rfc2672.txt U src/contrib/bind9/doc/rfc/rfc2673.txt U src/contrib/bind9/doc/rfc/rfc2782.txt U src/contrib/bind9/doc/rfc/rfc2825.txt U src/contrib/bind9/doc/rfc/rfc2826.txt U src/contrib/bind9/doc/rfc/rfc2845.txt U src/contrib/bind9/doc/rfc/rfc2874.txt U src/contrib/bind9/doc/rfc/rfc2915.txt U src/contrib/bind9/doc/rfc/rfc2929.txt U src/contrib/bind9/doc/rfc/rfc2930.txt U src/contrib/bind9/doc/rfc/rfc2931.txt U src/contrib/bind9/doc/rfc/rfc3007.txt U src/contrib/bind9/doc/rfc/rfc3008.txt U src/contrib/bind9/doc/rfc/rfc3071.txt U src/contrib/bind9/doc/rfc/rfc3090.txt U src/contrib/bind9/doc/rfc/rfc3110.txt U src/contrib/bind9/doc/rfc/rfc3123.txt U src/contrib/bind9/doc/rfc/rfc3152.txt U src/contrib/bind9/doc/rfc/rfc3197.txt U src/contrib/bind9/doc/rfc/rfc3225.txt U src/contrib/bind9/doc/rfc/rfc3226.txt U src/contrib/bind9/doc/rfc/rfc3258.txt U src/contrib/bind9/doc/rfc/rfc3363.txt U src/contrib/bind9/doc/rfc/rfc3364.txt U src/contrib/bind9/doc/rfc/rfc3425.txt U src/contrib/bind9/doc/rfc/rfc3445.txt U src/contrib/bind9/doc/rfc/rfc3467.txt U src/contrib/bind9/doc/rfc/rfc3490.txt U src/contrib/bind9/doc/rfc/rfc3491.txt U src/contrib/bind9/doc/rfc/rfc3492.txt U src/contrib/bind9/doc/rfc/rfc3493.txt U src/contrib/bind9/doc/rfc/rfc3513.txt U src/contrib/bind9/doc/rfc/rfc3596.txt U src/contrib/bind9/doc/rfc/rfc3597.txt U src/contrib/bind9/doc/rfc/rfc3645.txt U src/contrib/bind9/doc/rfc/rfc3655.txt U src/contrib/bind9/doc/rfc/rfc3658.txt U src/contrib/bind9/doc/rfc/rfc3833.txt U src/contrib/bind9/doc/rfc/rfc3845.txt U src/contrib/bind9/doc/rfc/rfc952.txt U src/contrib/bind9/lib/Makefile.in U src/contrib/bind9/lib/bind/Makefile.in U src/contrib/bind9/lib/bind/README U src/contrib/bind9/lib/bind/aclocal.m4 U src/contrib/bind9/lib/bind/api U src/contrib/bind9/lib/bind/config.h.in U src/contrib/bind9/lib/bind/configure U src/contrib/bind9/lib/bind/configure.in U src/contrib/bind9/lib/bind/mkinstalldirs U src/contrib/bind9/lib/bind/port_after.h.in U src/contrib/bind9/lib/bind/port_before.h.in U src/contrib/bind9/lib/bind/bsd/Makefile.in U src/contrib/bind9/lib/bind/bsd/daemon.c U src/contrib/bind9/lib/bind/bsd/ftruncate.c U src/contrib/bind9/lib/bind/bsd/gettimeofday.c U src/contrib/bind9/lib/bind/bsd/mktemp.c U src/contrib/bind9/lib/bind/bsd/putenv.c U src/contrib/bind9/lib/bind/bsd/readv.c U src/contrib/bind9/lib/bind/bsd/setenv.c U src/contrib/bind9/lib/bind/bsd/setitimer.c U src/contrib/bind9/lib/bind/bsd/strcasecmp.c U src/contrib/bind9/lib/bind/bsd/strdup.c U src/contrib/bind9/lib/bind/bsd/strerror.c U src/contrib/bind9/lib/bind/bsd/strpbrk.c U src/contrib/bind9/lib/bind/bsd/strsep.c U src/contrib/bind9/lib/bind/bsd/strtoul.c U src/contrib/bind9/lib/bind/bsd/utimes.c U src/contrib/bind9/lib/bind/bsd/writev.c U src/contrib/bind9/lib/bind/dst/Makefile.in U src/contrib/bind9/lib/bind/dst/dst_api.c U src/contrib/bind9/lib/bind/dst/dst_internal.h U src/contrib/bind9/lib/bind/dst/hmac_link.c U src/contrib/bind9/lib/bind/dst/md5.h U src/contrib/bind9/lib/bind/dst/md5_dgst.c U src/contrib/bind9/lib/bind/dst/md5_locl.h U src/contrib/bind9/lib/bind/dst/support.c U src/contrib/bind9/lib/bind/include/Makefile.in U src/contrib/bind9/lib/bind/include/fd_setsize.h U src/contrib/bind9/lib/bind/include/hesiod.h U src/contrib/bind9/lib/bind/include/irp.h U src/contrib/bind9/lib/bind/include/irs.h U src/contrib/bind9/lib/bind/include/netdb.h U src/contrib/bind9/lib/bind/include/netgroup.h U src/contrib/bind9/lib/bind/include/res_update.h U src/contrib/bind9/lib/bind/include/resolv.h U src/contrib/bind9/lib/bind/include/arpa/nameser.h U src/contrib/bind9/lib/bind/include/arpa/inet.h U src/contrib/bind9/lib/bind/include/arpa/nameser_compat.h U src/contrib/bind9/lib/bind/include/isc/assertions.h U src/contrib/bind9/lib/bind/include/isc/ctl.h U src/contrib/bind9/lib/bind/include/isc/dst.h U src/contrib/bind9/lib/bind/include/isc/eventlib.h U src/contrib/bind9/lib/bind/include/isc/heap.h U src/contrib/bind9/lib/bind/include/isc/irpmarshall.h U src/contrib/bind9/lib/bind/include/isc/list.h U src/contrib/bind9/lib/bind/include/isc/logging.h U src/contrib/bind9/lib/bind/include/isc/memcluster.h U src/contrib/bind9/lib/bind/include/isc/misc.h U src/contrib/bind9/lib/bind/include/isc/tree.h U src/contrib/bind9/lib/bind/inet/Makefile.in U src/contrib/bind9/lib/bind/inet/inet_addr.c U src/contrib/bind9/lib/bind/inet/inet_cidr_ntop.c U src/contrib/bind9/lib/bind/inet/inet_cidr_pton.c U src/contrib/bind9/lib/bind/inet/inet_data.c U src/contrib/bind9/lib/bind/inet/inet_lnaof.c U src/contrib/bind9/lib/bind/inet/inet_makeaddr.c U src/contrib/bind9/lib/bind/inet/inet_net_ntop.c U src/contrib/bind9/lib/bind/inet/inet_net_pton.c U src/contrib/bind9/lib/bind/inet/inet_neta.c U src/contrib/bind9/lib/bind/inet/inet_netof.c U src/contrib/bind9/lib/bind/inet/inet_network.c U src/contrib/bind9/lib/bind/inet/inet_ntoa.c U src/contrib/bind9/lib/bind/inet/inet_ntop.c U src/contrib/bind9/lib/bind/inet/inet_pton.c U src/contrib/bind9/lib/bind/inet/nsap_addr.c U src/contrib/bind9/lib/bind/irs/Makefile.in U src/contrib/bind9/lib/bind/irs/dns.c U src/contrib/bind9/lib/bind/irs/dns_gr.c U src/contrib/bind9/lib/bind/irs/dns_ho.c U src/contrib/bind9/lib/bind/irs/dns_nw.c U src/contrib/bind9/lib/bind/irs/dns_p.h U src/contrib/bind9/lib/bind/irs/dns_pr.c U src/contrib/bind9/lib/bind/irs/dns_pw.c U src/contrib/bind9/lib/bind/irs/dns_sv.c U src/contrib/bind9/lib/bind/irs/gai_strerror.c U src/contrib/bind9/lib/bind/irs/gen.c U src/contrib/bind9/lib/bind/irs/gen_gr.c U src/contrib/bind9/lib/bind/irs/gen_ho.c U src/contrib/bind9/lib/bind/irs/gen_ng.c U src/contrib/bind9/lib/bind/irs/gen_nw.c U src/contrib/bind9/lib/bind/irs/gen_p.h U src/contrib/bind9/lib/bind/irs/gen_pr.c U src/contrib/bind9/lib/bind/irs/gen_pw.c U src/contrib/bind9/lib/bind/irs/gen_sv.c U src/contrib/bind9/lib/bind/irs/getaddrinfo.c U src/contrib/bind9/lib/bind/irs/getgrent.c U src/contrib/bind9/lib/bind/irs/getgrent_r.c U src/contrib/bind9/lib/bind/irs/gethostent.c U src/contrib/bind9/lib/bind/irs/irp.c U src/contrib/bind9/lib/bind/irs/gethostent_r.c U src/contrib/bind9/lib/bind/irs/getnameinfo.c U src/contrib/bind9/lib/bind/irs/getnetent.c U src/contrib/bind9/lib/bind/irs/getnetent_r.c U src/contrib/bind9/lib/bind/irs/getnetgrent.c U src/contrib/bind9/lib/bind/irs/getnetgrent_r.c U src/contrib/bind9/lib/bind/irs/getprotoent.c U src/contrib/bind9/lib/bind/irs/getprotoent_r.c U src/contrib/bind9/lib/bind/irs/getpwent.c U src/contrib/bind9/lib/bind/irs/getpwent_r.c U src/contrib/bind9/lib/bind/irs/getservent.c U src/contrib/bind9/lib/bind/irs/getservent_r.c U src/contrib/bind9/lib/bind/irs/hesiod.c U src/contrib/bind9/lib/bind/irs/hesiod_p.h U src/contrib/bind9/lib/bind/irs/irp_gr.c U src/contrib/bind9/lib/bind/irs/irp_ho.c U src/contrib/bind9/lib/bind/irs/irp_ng.c U src/contrib/bind9/lib/bind/irs/irp_nw.c U src/contrib/bind9/lib/bind/irs/irp_p.h U src/contrib/bind9/lib/bind/irs/irp_pr.c U src/contrib/bind9/lib/bind/irs/irp_pw.c U src/contrib/bind9/lib/bind/irs/irs_p.h U src/contrib/bind9/lib/bind/irs/irp_sv.c U src/contrib/bind9/lib/bind/irs/irs_data.c U src/contrib/bind9/lib/bind/irs/irpmarshall.c U src/contrib/bind9/lib/bind/irs/irs_data.h U src/contrib/bind9/lib/bind/irs/lcl.c U src/contrib/bind9/lib/bind/irs/lcl_gr.c U src/contrib/bind9/lib/bind/irs/lcl_ho.c U src/contrib/bind9/lib/bind/irs/lcl_ng.c U src/contrib/bind9/lib/bind/irs/lcl_nw.c U src/contrib/bind9/lib/bind/irs/lcl_p.h U src/contrib/bind9/lib/bind/irs/lcl_pr.c U src/contrib/bind9/lib/bind/irs/lcl_pw.c U src/contrib/bind9/lib/bind/irs/lcl_sv.c U src/contrib/bind9/lib/bind/irs/nis.c U src/contrib/bind9/lib/bind/irs/nis_gr.c U src/contrib/bind9/lib/bind/irs/nis_ho.c U src/contrib/bind9/lib/bind/irs/nis_ng.c U src/contrib/bind9/lib/bind/irs/nis_nw.c U src/contrib/bind9/lib/bind/irs/nis_p.h U src/contrib/bind9/lib/bind/irs/nis_pr.c U src/contrib/bind9/lib/bind/irs/nis_pw.c U src/contrib/bind9/lib/bind/irs/nis_sv.c U src/contrib/bind9/lib/bind/irs/nul_ng.c U src/contrib/bind9/lib/bind/irs/pathnames.h U src/contrib/bind9/lib/bind/irs/util.c U src/contrib/bind9/lib/bind/isc/Makefile.in U src/contrib/bind9/lib/bind/isc/assertions.c U src/contrib/bind9/lib/bind/isc/assertions.mdoc U src/contrib/bind9/lib/bind/isc/base64.c U src/contrib/bind9/lib/bind/isc/bitncmp.c U src/contrib/bind9/lib/bind/isc/bitncmp.mdoc U src/contrib/bind9/lib/bind/isc/ctl_clnt.c U src/contrib/bind9/lib/bind/isc/ctl_p.c U src/contrib/bind9/lib/bind/isc/ctl_p.h U src/contrib/bind9/lib/bind/isc/ctl_srvr.c U src/contrib/bind9/lib/bind/isc/ev_connects.c U src/contrib/bind9/lib/bind/isc/ev_files.c U src/contrib/bind9/lib/bind/isc/ev_streams.c U src/contrib/bind9/lib/bind/isc/ev_timers.c U src/contrib/bind9/lib/bind/isc/ev_waits.c U src/contrib/bind9/lib/bind/isc/eventlib.c U src/contrib/bind9/lib/bind/isc/eventlib.mdoc U src/contrib/bind9/lib/bind/isc/eventlib_p.h U src/contrib/bind9/lib/bind/isc/heap.c U src/contrib/bind9/lib/bind/isc/heap.mdoc U src/contrib/bind9/lib/bind/isc/hex.c U src/contrib/bind9/lib/bind/isc/logging.c U src/contrib/bind9/lib/bind/isc/logging.mdoc U src/contrib/bind9/lib/bind/isc/logging_p.h U src/contrib/bind9/lib/bind/isc/memcluster.c U src/contrib/bind9/lib/bind/isc/memcluster.mdoc U src/contrib/bind9/lib/bind/isc/movefile.c U src/contrib/bind9/lib/bind/isc/tree.c U src/contrib/bind9/lib/bind/isc/tree.mdoc U src/contrib/bind9/lib/bind/make/includes.in U src/contrib/bind9/lib/bind/make/mkdep.in U src/contrib/bind9/lib/bind/make/rules.in U src/contrib/bind9/lib/bind/nameser/Makefile.in U src/contrib/bind9/lib/bind/nameser/ns_date.c U src/contrib/bind9/lib/bind/nameser/ns_name.c U src/contrib/bind9/lib/bind/nameser/ns_netint.c U src/contrib/bind9/lib/bind/nameser/ns_parse.c U src/contrib/bind9/lib/bind/nameser/ns_print.c U src/contrib/bind9/lib/bind/nameser/ns_samedomain.c U src/contrib/bind9/lib/bind/nameser/ns_sign.c U src/contrib/bind9/lib/bind/nameser/ns_ttl.c U src/contrib/bind9/lib/bind/nameser/ns_verify.c U src/contrib/bind9/lib/bind/port/Makefile.in U src/contrib/bind9/lib/bind/port/freebsd/Makefile.in U src/contrib/bind9/lib/bind/port/freebsd/include/Makefile.in U src/contrib/bind9/lib/bind/port/freebsd/include/sys/bitypes.h U src/contrib/bind9/lib/bind/resolv/Makefile.in U src/contrib/bind9/lib/bind/resolv/herror.c U src/contrib/bind9/lib/bind/resolv/res_comp.c U src/contrib/bind9/lib/bind/resolv/res_data.c U src/contrib/bind9/lib/bind/resolv/res_debug.c U src/contrib/bind9/lib/bind/resolv/res_debug.h U src/contrib/bind9/lib/bind/resolv/res_findzonecut.c U src/contrib/bind9/lib/bind/resolv/res_init.c U src/contrib/bind9/lib/bind/resolv/res_mkquery.c U src/contrib/bind9/lib/bind/resolv/res_mkupdate.c U src/contrib/bind9/lib/bind/resolv/res_mkupdate.h U src/contrib/bind9/lib/bind/resolv/res_private.h U src/contrib/bind9/lib/bind/resolv/res_query.c U src/contrib/bind9/lib/bind/resolv/res_send.c U src/contrib/bind9/lib/bind/resolv/res_sendsigned.c U src/contrib/bind9/lib/bind/resolv/res_update.c U src/contrib/bind9/lib/bind9/Makefile.in U src/contrib/bind9/lib/bind9/api U src/contrib/bind9/lib/bind9/check.c U src/contrib/bind9/lib/bind9/getaddresses.c U src/contrib/bind9/lib/bind9/version.c U src/contrib/bind9/lib/bind9/include/Makefile.in U src/contrib/bind9/lib/bind9/include/bind9/Makefile.in U src/contrib/bind9/lib/bind9/include/bind9/check.h U src/contrib/bind9/lib/bind9/include/bind9/getaddresses.h U src/contrib/bind9/lib/bind9/include/bind9/version.h U src/contrib/bind9/lib/dns/Makefile.in U src/contrib/bind9/lib/dns/acl.c U src/contrib/bind9/lib/dns/adb.c U src/contrib/bind9/lib/dns/api U src/contrib/bind9/lib/dns/byaddr.c U src/contrib/bind9/lib/dns/cache.c U src/contrib/bind9/lib/dns/callbacks.c U src/contrib/bind9/lib/dns/compress.c U src/contrib/bind9/lib/dns/db.c U src/contrib/bind9/lib/dns/dbiterator.c U src/contrib/bind9/lib/dns/dbtable.c U src/contrib/bind9/lib/dns/diff.c U src/contrib/bind9/lib/dns/dispatch.c U src/contrib/bind9/lib/dns/dnssec.c U src/contrib/bind9/lib/dns/ds.c N src/contrib/bind9/lib/dns/dst_api.c N src/contrib/bind9/lib/dns/dst_internal.h N src/contrib/bind9/lib/dns/dst_lib.c N src/contrib/bind9/lib/dns/dst_openssl.h N src/contrib/bind9/lib/dns/dst_parse.c N src/contrib/bind9/lib/dns/dst_parse.h N src/contrib/bind9/lib/dns/dst_result.c U src/contrib/bind9/lib/dns/forward.c U src/contrib/bind9/lib/dns/gen-unix.h U src/contrib/bind9/lib/dns/gen.c N src/contrib/bind9/lib/dns/gssapi_link.c N src/contrib/bind9/lib/dns/gssapictx.c N src/contrib/bind9/lib/dns/hmac_link.c U src/contrib/bind9/lib/dns/journal.c N src/contrib/bind9/lib/dns/key.c U src/contrib/bind9/lib/dns/keytable.c U src/contrib/bind9/lib/dns/lib.c U src/contrib/bind9/lib/dns/log.c U src/contrib/bind9/lib/dns/lookup.c U src/contrib/bind9/lib/dns/master.c U src/contrib/bind9/lib/dns/masterdump.c U src/contrib/bind9/lib/dns/message.c U src/contrib/bind9/lib/dns/name.c U src/contrib/bind9/lib/dns/ncache.c U src/contrib/bind9/lib/dns/nsec.c N src/contrib/bind9/lib/dns/openssl_link.c N src/contrib/bind9/lib/dns/openssldh_link.c N src/contrib/bind9/lib/dns/openssldsa_link.c N src/contrib/bind9/lib/dns/opensslrsa_link.c U src/contrib/bind9/lib/dns/order.c U src/contrib/bind9/lib/dns/peer.c U src/contrib/bind9/lib/dns/portlist.c U src/contrib/bind9/lib/dns/rbt.c U src/contrib/bind9/lib/dns/rbtdb.c U src/contrib/bind9/lib/dns/rbtdb.h U src/contrib/bind9/lib/dns/rbtdb64.c U src/contrib/bind9/lib/dns/rbtdb64.h U src/contrib/bind9/lib/dns/rcode.c U src/contrib/bind9/lib/dns/rdata.c U src/contrib/bind9/lib/dns/rdatalist.c U src/contrib/bind9/lib/dns/rdatalist_p.h U src/contrib/bind9/lib/dns/rdataset.c U src/contrib/bind9/lib/dns/rdatasetiter.c U src/contrib/bind9/lib/dns/rdataslab.c U src/contrib/bind9/lib/dns/request.c U src/contrib/bind9/lib/dns/resolver.c U src/contrib/bind9/lib/dns/result.c U src/contrib/bind9/lib/dns/rootns.c U src/contrib/bind9/lib/dns/sdb.c U src/contrib/bind9/lib/dns/soa.c U src/contrib/bind9/lib/dns/ssu.c U src/contrib/bind9/lib/dns/stats.c U src/contrib/bind9/lib/dns/tcpmsg.c U src/contrib/bind9/lib/dns/time.c U src/contrib/bind9/lib/dns/timer.c U src/contrib/bind9/lib/dns/tkey.c U src/contrib/bind9/lib/dns/tsig.c U src/contrib/bind9/lib/dns/ttl.c U src/contrib/bind9/lib/dns/validator.c U src/contrib/bind9/lib/dns/version.c U src/contrib/bind9/lib/dns/view.c U src/contrib/bind9/lib/dns/xfrin.c U src/contrib/bind9/lib/dns/zone.c U src/contrib/bind9/lib/dns/zonekey.c U src/contrib/bind9/lib/dns/zt.c U src/contrib/bind9/lib/dns/include/Makefile.in U src/contrib/bind9/lib/dns/include/dns/lookup.h U src/contrib/bind9/lib/dns/include/dns/Makefile.in U src/contrib/bind9/lib/dns/include/dns/acl.h U src/contrib/bind9/lib/dns/include/dns/adb.h U src/contrib/bind9/lib/dns/include/dns/bit.h U src/contrib/bind9/lib/dns/include/dns/byaddr.h U src/contrib/bind9/lib/dns/include/dns/cache.h U src/contrib/bind9/lib/dns/include/dns/callbacks.h U src/contrib/bind9/lib/dns/include/dns/cert.h U src/contrib/bind9/lib/dns/include/dns/compress.h U src/contrib/bind9/lib/dns/include/dns/db.h U src/contrib/bind9/lib/dns/include/dns/dbiterator.h U src/contrib/bind9/lib/dns/include/dns/dbtable.h U src/contrib/bind9/lib/dns/include/dns/diff.h U src/contrib/bind9/lib/dns/include/dns/dispatch.h U src/contrib/bind9/lib/dns/include/dns/dnssec.h U src/contrib/bind9/lib/dns/include/dns/ds.h U src/contrib/bind9/lib/dns/include/dns/events.h U src/contrib/bind9/lib/dns/include/dns/fixedname.h U src/contrib/bind9/lib/dns/include/dns/forward.h U src/contrib/bind9/lib/dns/include/dns/journal.h U src/contrib/bind9/lib/dns/include/dns/keyflags.h U src/contrib/bind9/lib/dns/include/dns/keytable.h U src/contrib/bind9/lib/dns/include/dns/keyvalues.h U src/contrib/bind9/lib/dns/include/dns/lib.h U src/contrib/bind9/lib/dns/include/dns/log.h U src/contrib/bind9/lib/dns/include/dns/master.h U src/contrib/bind9/lib/dns/include/dns/masterdump.h U src/contrib/bind9/lib/dns/include/dns/message.h U src/contrib/bind9/lib/dns/include/dns/name.h U src/contrib/bind9/lib/dns/include/dns/ncache.h U src/contrib/bind9/lib/dns/include/dns/nsec.h U src/contrib/bind9/lib/dns/include/dns/opcode.h U src/contrib/bind9/lib/dns/include/dns/order.h U src/contrib/bind9/lib/dns/include/dns/peer.h U src/contrib/bind9/lib/dns/include/dns/portlist.h U src/contrib/bind9/lib/dns/include/dns/rbt.h U src/contrib/bind9/lib/dns/include/dns/rcode.h U src/contrib/bind9/lib/dns/include/dns/rdata.h U src/contrib/bind9/lib/dns/include/dns/rdataclass.h U src/contrib/bind9/lib/dns/include/dns/rdatalist.h U src/contrib/bind9/lib/dns/include/dns/rdataset.h U src/contrib/bind9/lib/dns/include/dns/rdatasetiter.h U src/contrib/bind9/lib/dns/include/dns/rdataslab.h U src/contrib/bind9/lib/dns/include/dns/rdatatype.h U src/contrib/bind9/lib/dns/include/dns/request.h U src/contrib/bind9/lib/dns/include/dns/resolver.h U src/contrib/bind9/lib/dns/include/dns/result.h U src/contrib/bind9/lib/dns/include/dns/rootns.h U src/contrib/bind9/lib/dns/include/dns/sdb.h U src/contrib/bind9/lib/dns/include/dns/secalg.h U src/contrib/bind9/lib/dns/include/dns/soa.h U src/contrib/bind9/lib/dns/include/dns/secproto.h U src/contrib/bind9/lib/dns/include/dns/ssu.h U src/contrib/bind9/lib/dns/include/dns/stats.h U src/contrib/bind9/lib/dns/include/dns/tcpmsg.h U src/contrib/bind9/lib/dns/include/dns/time.h U src/contrib/bind9/lib/dns/include/dns/timer.h U src/contrib/bind9/lib/dns/include/dns/tkey.h U src/contrib/bind9/lib/dns/include/dns/tsig.h U src/contrib/bind9/lib/dns/include/dns/ttl.h U src/contrib/bind9/lib/dns/include/dns/types.h U src/contrib/bind9/lib/dns/include/dns/validator.h U src/contrib/bind9/lib/dns/include/dns/version.h U src/contrib/bind9/lib/dns/include/dns/view.h U src/contrib/bind9/lib/dns/include/dns/xfrin.h U src/contrib/bind9/lib/dns/include/dns/zone.h U src/contrib/bind9/lib/dns/include/dns/zonekey.h U src/contrib/bind9/lib/dns/include/dns/zt.h N src/contrib/bind9/lib/dns/include/dst/Makefile.in N src/contrib/bind9/lib/dns/include/dst/dst.h N src/contrib/bind9/lib/dns/include/dst/gssapi.h N src/contrib/bind9/lib/dns/include/dst/lib.h N src/contrib/bind9/lib/dns/include/dst/result.h U src/contrib/bind9/lib/dns/rdata/rdatastructpre.h U src/contrib/bind9/lib/dns/rdata/rdatastructsuf.h U src/contrib/bind9/lib/dns/rdata/any_255/tsig_250.c U src/contrib/bind9/lib/dns/rdata/any_255/tsig_250.h U src/contrib/bind9/lib/dns/rdata/generic/afsdb_18.c U src/contrib/bind9/lib/dns/rdata/generic/afsdb_18.h U src/contrib/bind9/lib/dns/rdata/generic/cert_37.c U src/contrib/bind9/lib/dns/rdata/generic/cert_37.h U src/contrib/bind9/lib/dns/rdata/generic/cname_5.c U src/contrib/bind9/lib/dns/rdata/generic/cname_5.h U src/contrib/bind9/lib/dns/rdata/generic/dlv_65323.c U src/contrib/bind9/lib/dns/rdata/generic/dlv_65323.h U src/contrib/bind9/lib/dns/rdata/generic/dname_39.c U src/contrib/bind9/lib/dns/rdata/generic/dname_39.h U src/contrib/bind9/lib/dns/rdata/generic/dnskey_48.c U src/contrib/bind9/lib/dns/rdata/generic/dnskey_48.h U src/contrib/bind9/lib/dns/rdata/generic/ds_43.c U src/contrib/bind9/lib/dns/rdata/generic/ds_43.h U src/contrib/bind9/lib/dns/rdata/generic/gpos_27.c U src/contrib/bind9/lib/dns/rdata/generic/gpos_27.h U src/contrib/bind9/lib/dns/rdata/generic/hinfo_13.c U src/contrib/bind9/lib/dns/rdata/generic/hinfo_13.h U src/contrib/bind9/lib/dns/rdata/generic/isdn_20.c U src/contrib/bind9/lib/dns/rdata/generic/isdn_20.h U src/contrib/bind9/lib/dns/rdata/generic/key_25.c U src/contrib/bind9/lib/dns/rdata/generic/key_25.h U src/contrib/bind9/lib/dns/rdata/generic/loc_29.c U src/contrib/bind9/lib/dns/rdata/generic/loc_29.h U src/contrib/bind9/lib/dns/rdata/generic/mb_7.c U src/contrib/bind9/lib/dns/rdata/generic/mb_7.h U src/contrib/bind9/lib/dns/rdata/generic/md_3.c U src/contrib/bind9/lib/dns/rdata/generic/md_3.h U src/contrib/bind9/lib/dns/rdata/generic/mf_4.c U src/contrib/bind9/lib/dns/rdata/generic/mf_4.h U src/contrib/bind9/lib/dns/rdata/generic/mg_8.c U src/contrib/bind9/lib/dns/rdata/generic/mg_8.h U src/contrib/bind9/lib/dns/rdata/generic/minfo_14.c U src/contrib/bind9/lib/dns/rdata/generic/minfo_14.h U src/contrib/bind9/lib/dns/rdata/generic/mr_9.c U src/contrib/bind9/lib/dns/rdata/generic/mr_9.h U src/contrib/bind9/lib/dns/rdata/generic/mx_15.c U src/contrib/bind9/lib/dns/rdata/generic/mx_15.h U src/contrib/bind9/lib/dns/rdata/generic/ns_2.c U src/contrib/bind9/lib/dns/rdata/generic/ns_2.h U src/contrib/bind9/lib/dns/rdata/generic/nsec_47.c U src/contrib/bind9/lib/dns/rdata/generic/nsec_47.h U src/contrib/bind9/lib/dns/rdata/generic/null_10.c U src/contrib/bind9/lib/dns/rdata/generic/null_10.h U src/contrib/bind9/lib/dns/rdata/generic/nxt_30.c U src/contrib/bind9/lib/dns/rdata/generic/nxt_30.h U src/contrib/bind9/lib/dns/rdata/generic/opt_41.c U src/contrib/bind9/lib/dns/rdata/generic/opt_41.h U src/contrib/bind9/lib/dns/rdata/generic/proforma.c U src/contrib/bind9/lib/dns/rdata/generic/proforma.h U src/contrib/bind9/lib/dns/rdata/generic/ptr_12.c U src/contrib/bind9/lib/dns/rdata/generic/ptr_12.h U src/contrib/bind9/lib/dns/rdata/generic/rp_17.c U src/contrib/bind9/lib/dns/rdata/generic/rp_17.h U src/contrib/bind9/lib/dns/rdata/generic/rrsig_46.c U src/contrib/bind9/lib/dns/rdata/generic/rrsig_46.h U src/contrib/bind9/lib/dns/rdata/generic/rt_21.c U src/contrib/bind9/lib/dns/rdata/generic/rt_21.h U src/contrib/bind9/lib/dns/rdata/generic/sig_24.c U src/contrib/bind9/lib/dns/rdata/generic/sig_24.h U src/contrib/bind9/lib/dns/rdata/generic/soa_6.c U src/contrib/bind9/lib/dns/rdata/generic/soa_6.h U src/contrib/bind9/lib/dns/rdata/generic/sshfp_44.c U src/contrib/bind9/lib/dns/rdata/generic/sshfp_44.h U src/contrib/bind9/lib/dns/rdata/generic/tkey_249.c U src/contrib/bind9/lib/dns/rdata/generic/tkey_249.h U src/contrib/bind9/lib/dns/rdata/generic/txt_16.c U src/contrib/bind9/lib/dns/rdata/generic/txt_16.h U src/contrib/bind9/lib/dns/rdata/generic/unspec_103.c U src/contrib/bind9/lib/dns/rdata/generic/unspec_103.h U src/contrib/bind9/lib/dns/rdata/generic/x25_19.c U src/contrib/bind9/lib/dns/rdata/generic/x25_19.h U src/contrib/bind9/lib/dns/rdata/hs_4/a_1.c U src/contrib/bind9/lib/dns/rdata/hs_4/a_1.h U src/contrib/bind9/lib/dns/rdata/in_1/a6_38.c U src/contrib/bind9/lib/dns/rdata/in_1/a6_38.h U src/contrib/bind9/lib/dns/rdata/in_1/a_1.c U src/contrib/bind9/lib/dns/rdata/in_1/a_1.h U src/contrib/bind9/lib/dns/rdata/in_1/aaaa_28.c U src/contrib/bind9/lib/dns/rdata/in_1/aaaa_28.h U src/contrib/bind9/lib/dns/rdata/in_1/apl_42.c U src/contrib/bind9/lib/dns/rdata/in_1/apl_42.h U src/contrib/bind9/lib/dns/rdata/in_1/kx_36.c U src/contrib/bind9/lib/dns/rdata/in_1/kx_36.h U src/contrib/bind9/lib/dns/rdata/in_1/naptr_35.c U src/contrib/bind9/lib/dns/rdata/in_1/naptr_35.h U src/contrib/bind9/lib/dns/rdata/in_1/nsap-ptr_23.c U src/contrib/bind9/lib/dns/rdata/in_1/nsap-ptr_23.h U src/contrib/bind9/lib/dns/rdata/in_1/nsap_22.c U src/contrib/bind9/lib/dns/rdata/in_1/nsap_22.h U src/contrib/bind9/lib/dns/rdata/in_1/px_26.c U src/contrib/bind9/lib/dns/rdata/in_1/px_26.h U src/contrib/bind9/lib/dns/rdata/in_1/srv_33.c U src/contrib/bind9/lib/dns/rdata/in_1/srv_33.h U src/contrib/bind9/lib/dns/rdata/in_1/wks_11.c U src/contrib/bind9/lib/dns/rdata/in_1/wks_11.h U src/contrib/bind9/lib/isc/Makefile.in U src/contrib/bind9/lib/isc/api U src/contrib/bind9/lib/isc/assertions.c U src/contrib/bind9/lib/isc/base64.c U src/contrib/bind9/lib/isc/bitstring.c U src/contrib/bind9/lib/isc/buffer.c U src/contrib/bind9/lib/isc/bufferlist.c U src/contrib/bind9/lib/isc/commandline.c U src/contrib/bind9/lib/isc/entropy.c U src/contrib/bind9/lib/isc/error.c U src/contrib/bind9/lib/isc/event.c U src/contrib/bind9/lib/isc/fsaccess.c U src/contrib/bind9/lib/isc/hash.c U src/contrib/bind9/lib/isc/heap.c U src/contrib/bind9/lib/isc/hex.c U src/contrib/bind9/lib/isc/hmacmd5.c U src/contrib/bind9/lib/isc/inet_aton.c U src/contrib/bind9/lib/isc/inet_ntop.c U src/contrib/bind9/lib/isc/inet_pton.c U src/contrib/bind9/lib/isc/lex.c U src/contrib/bind9/lib/isc/lfsr.c U src/contrib/bind9/lib/isc/lib.c U src/contrib/bind9/lib/isc/log.c U src/contrib/bind9/lib/isc/md5.c U src/contrib/bind9/lib/isc/mem.c U src/contrib/bind9/lib/isc/print.c U src/contrib/bind9/lib/isc/mutexblock.c U src/contrib/bind9/lib/isc/netaddr.c U src/contrib/bind9/lib/isc/netscope.c U src/contrib/bind9/lib/isc/ondestroy.c U src/contrib/bind9/lib/isc/parseint.c U src/contrib/bind9/lib/isc/quota.c U src/contrib/bind9/lib/isc/random.c U src/contrib/bind9/lib/isc/ratelimiter.c U src/contrib/bind9/lib/isc/region.c U src/contrib/bind9/lib/isc/result.c U src/contrib/bind9/lib/isc/rwlock.c U src/contrib/bind9/lib/isc/serial.c U src/contrib/bind9/lib/isc/sha1.c U src/contrib/bind9/lib/isc/sockaddr.c U src/contrib/bind9/lib/isc/string.c U src/contrib/bind9/lib/isc/strtoul.c U src/contrib/bind9/lib/isc/symtab.c U src/contrib/bind9/lib/isc/task.c U src/contrib/bind9/lib/isc/task_p.h U src/contrib/bind9/lib/isc/taskpool.c U src/contrib/bind9/lib/isc/timer.c U src/contrib/bind9/lib/isc/timer_p.h U src/contrib/bind9/lib/isc/version.c U src/contrib/bind9/lib/isc/include/Makefile.in U src/contrib/bind9/lib/isc/include/isc/magic.h U src/contrib/bind9/lib/isc/include/isc/Makefile.in U src/contrib/bind9/lib/isc/include/isc/app.h U src/contrib/bind9/lib/isc/include/isc/assertions.h U src/contrib/bind9/lib/isc/include/isc/base64.h U src/contrib/bind9/lib/isc/include/isc/bitstring.h U src/contrib/bind9/lib/isc/include/isc/boolean.h U src/contrib/bind9/lib/isc/include/isc/buffer.h U src/contrib/bind9/lib/isc/include/isc/bufferlist.h U src/contrib/bind9/lib/isc/include/isc/commandline.h U src/contrib/bind9/lib/isc/include/isc/entropy.h U src/contrib/bind9/lib/isc/include/isc/error.h U src/contrib/bind9/lib/isc/include/isc/event.h U src/contrib/bind9/lib/isc/include/isc/eventclass.h U src/contrib/bind9/lib/isc/include/isc/file.h U src/contrib/bind9/lib/isc/include/isc/formatcheck.h U src/contrib/bind9/lib/isc/include/isc/fsaccess.h U src/contrib/bind9/lib/isc/include/isc/hash.h U src/contrib/bind9/lib/isc/include/isc/heap.h U src/contrib/bind9/lib/isc/include/isc/hex.h U src/contrib/bind9/lib/isc/include/isc/hmacmd5.h U src/contrib/bind9/lib/isc/include/isc/interfaceiter.h U src/contrib/bind9/lib/isc/include/isc/ipv6.h U src/contrib/bind9/lib/isc/include/isc/lang.h U src/contrib/bind9/lib/isc/include/isc/lex.h U src/contrib/bind9/lib/isc/include/isc/lfsr.h U src/contrib/bind9/lib/isc/include/isc/lib.h U src/contrib/bind9/lib/isc/include/isc/list.h U src/contrib/bind9/lib/isc/include/isc/log.h U src/contrib/bind9/lib/isc/include/isc/msgcat.h U src/contrib/bind9/lib/isc/include/isc/md5.h U src/contrib/bind9/lib/isc/include/isc/mem.h U src/contrib/bind9/lib/isc/include/isc/netaddr.h U src/contrib/bind9/lib/isc/include/isc/msgs.h U src/contrib/bind9/lib/isc/include/isc/mutexblock.h U src/contrib/bind9/lib/isc/include/isc/netscope.h U src/contrib/bind9/lib/isc/include/isc/ondestroy.h U src/contrib/bind9/lib/isc/include/isc/os.h U src/contrib/bind9/lib/isc/include/isc/parseint.h U src/contrib/bind9/lib/isc/include/isc/platform.h.in U src/contrib/bind9/lib/isc/include/isc/print.h U src/contrib/bind9/lib/isc/include/isc/quota.h U src/contrib/bind9/lib/isc/include/isc/random.h U src/contrib/bind9/lib/isc/include/isc/ratelimiter.h U src/contrib/bind9/lib/isc/include/isc/refcount.h U src/contrib/bind9/lib/isc/include/isc/region.h U src/contrib/bind9/lib/isc/include/isc/resource.h U src/contrib/bind9/lib/isc/include/isc/result.h U src/contrib/bind9/lib/isc/include/isc/resultclass.h U src/contrib/bind9/lib/isc/include/isc/sha1.h U src/contrib/bind9/lib/isc/include/isc/rwlock.h U src/contrib/bind9/lib/isc/include/isc/serial.h U src/contrib/bind9/lib/isc/include/isc/sockaddr.h U src/contrib/bind9/lib/isc/include/isc/socket.h U src/contrib/bind9/lib/isc/include/isc/stdio.h U src/contrib/bind9/lib/isc/include/isc/stdlib.h U src/contrib/bind9/lib/isc/include/isc/string.h U src/contrib/bind9/lib/isc/include/isc/symtab.h U src/contrib/bind9/lib/isc/include/isc/task.h U src/contrib/bind9/lib/isc/include/isc/taskpool.h U src/contrib/bind9/lib/isc/include/isc/timer.h U src/contrib/bind9/lib/isc/include/isc/types.h U src/contrib/bind9/lib/isc/include/isc/util.h U src/contrib/bind9/lib/isc/include/isc/version.h U src/contrib/bind9/lib/isc/nls/Makefile.in U src/contrib/bind9/lib/isc/nls/msgcat.c U src/contrib/bind9/lib/isc/unix/Makefile.in U src/contrib/bind9/lib/isc/unix/app.c U src/contrib/bind9/lib/isc/unix/dir.c U src/contrib/bind9/lib/isc/unix/entropy.c U src/contrib/bind9/lib/isc/unix/errno2result.c U src/contrib/bind9/lib/isc/unix/errno2result.h U src/contrib/bind9/lib/isc/unix/file.c U src/contrib/bind9/lib/isc/unix/fsaccess.c U src/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c U src/contrib/bind9/lib/isc/unix/ifiter_ioctl.c U src/contrib/bind9/lib/isc/unix/ifiter_sysctl.c U src/contrib/bind9/lib/isc/unix/interfaceiter.c U src/contrib/bind9/lib/isc/unix/ipv6.c U src/contrib/bind9/lib/isc/unix/keyboard.c U src/contrib/bind9/lib/isc/unix/net.c U src/contrib/bind9/lib/isc/unix/os.c U src/contrib/bind9/lib/isc/unix/resource.c U src/contrib/bind9/lib/isc/unix/socket.c U src/contrib/bind9/lib/isc/unix/socket_p.h U src/contrib/bind9/lib/isc/unix/stdio.c U src/contrib/bind9/lib/isc/unix/stdtime.c U src/contrib/bind9/lib/isc/unix/strerror.c U src/contrib/bind9/lib/isc/unix/syslog.c U src/contrib/bind9/lib/isc/unix/time.c U src/contrib/bind9/lib/isc/unix/include/Makefile.in U src/contrib/bind9/lib/isc/unix/include/isc/Makefile.in U src/contrib/bind9/lib/isc/unix/include/isc/dir.h U src/contrib/bind9/lib/isc/unix/include/isc/int.h U src/contrib/bind9/lib/isc/unix/include/isc/keyboard.h U src/contrib/bind9/lib/isc/unix/include/isc/net.h U src/contrib/bind9/lib/isc/unix/include/isc/netdb.h U src/contrib/bind9/lib/isc/unix/include/isc/offset.h U src/contrib/bind9/lib/isc/unix/include/isc/stat.h U src/contrib/bind9/lib/isc/unix/include/isc/stdtime.h U src/contrib/bind9/lib/isc/unix/include/isc/strerror.h U src/contrib/bind9/lib/isc/unix/include/isc/syslog.h U src/contrib/bind9/lib/isc/unix/include/isc/time.h U src/contrib/bind9/lib/isc/nothreads/Makefile.in U src/contrib/bind9/lib/isc/nothreads/condition.c U src/contrib/bind9/lib/isc/nothreads/mutex.c U src/contrib/bind9/lib/isc/nothreads/thread.c U src/contrib/bind9/lib/isc/nothreads/include/Makefile.in U src/contrib/bind9/lib/isc/nothreads/include/isc/Makefile.in U src/contrib/bind9/lib/isc/nothreads/include/isc/condition.h U src/contrib/bind9/lib/isc/nothreads/include/isc/mutex.h U src/contrib/bind9/lib/isc/nothreads/include/isc/once.h U src/contrib/bind9/lib/isc/nothreads/include/isc/thread.h U src/contrib/bind9/lib/isc/pthreads/Makefile.in U src/contrib/bind9/lib/isc/pthreads/condition.c U src/contrib/bind9/lib/isc/pthreads/mutex.c U src/contrib/bind9/lib/isc/pthreads/thread.c U src/contrib/bind9/lib/isc/pthreads/include/Makefile.in U src/contrib/bind9/lib/isc/pthreads/include/isc/Makefile.in U src/contrib/bind9/lib/isc/pthreads/include/isc/condition.h U src/contrib/bind9/lib/isc/pthreads/include/isc/mutex.h U src/contrib/bind9/lib/isc/pthreads/include/isc/once.h U src/contrib/bind9/lib/isc/pthreads/include/isc/thread.h U src/contrib/bind9/lib/isccc/Makefile.in U src/contrib/bind9/lib/isccc/alist.c U src/contrib/bind9/lib/isccc/api U src/contrib/bind9/lib/isccc/base64.c U src/contrib/bind9/lib/isccc/cc.c U src/contrib/bind9/lib/isccc/ccmsg.c U src/contrib/bind9/lib/isccc/lib.c U src/contrib/bind9/lib/isccc/result.c U src/contrib/bind9/lib/isccc/sexpr.c U src/contrib/bind9/lib/isccc/symtab.c U src/contrib/bind9/lib/isccc/version.c U src/contrib/bind9/lib/isccc/include/Makefile.in U src/contrib/bind9/lib/isccc/include/isccc/Makefile.in U src/contrib/bind9/lib/isccc/include/isccc/alist.h U src/contrib/bind9/lib/isccc/include/isccc/base64.h U src/contrib/bind9/lib/isccc/include/isccc/cc.h U src/contrib/bind9/lib/isccc/include/isccc/ccmsg.h U src/contrib/bind9/lib/isccc/include/isccc/events.h U src/contrib/bind9/lib/isccc/include/isccc/lib.h U src/contrib/bind9/lib/isccc/include/isccc/result.h U src/contrib/bind9/lib/isccc/include/isccc/sexpr.h U src/contrib/bind9/lib/isccc/include/isccc/symtab.h U src/contrib/bind9/lib/isccc/include/isccc/symtype.h U src/contrib/bind9/lib/isccc/include/isccc/types.h U src/contrib/bind9/lib/isccc/include/isccc/util.h U src/contrib/bind9/lib/isccc/include/isccc/version.h U src/contrib/bind9/lib/isccfg/Makefile.in U src/contrib/bind9/lib/isccfg/api U src/contrib/bind9/lib/isccfg/log.c U src/contrib/bind9/lib/isccfg/namedconf.c U src/contrib/bind9/lib/isccfg/parser.c U src/contrib/bind9/lib/isccfg/version.c U src/contrib/bind9/lib/isccfg/include/Makefile.in U src/contrib/bind9/lib/isccfg/include/isccfg/Makefile.in U src/contrib/bind9/lib/isccfg/include/isccfg/cfg.h U src/contrib/bind9/lib/isccfg/include/isccfg/grammar.h U src/contrib/bind9/lib/isccfg/include/isccfg/log.h U src/contrib/bind9/lib/isccfg/include/isccfg/namedconf.h U src/contrib/bind9/lib/isccfg/include/isccfg/version.h U src/contrib/bind9/lib/lwres/Makefile.in U src/contrib/bind9/lib/lwres/api U src/contrib/bind9/lib/lwres/assert_p.h U src/contrib/bind9/lib/lwres/context.c U src/contrib/bind9/lib/lwres/context_p.h U src/contrib/bind9/lib/lwres/gai_strerror.c U src/contrib/bind9/lib/lwres/getaddrinfo.c U src/contrib/bind9/lib/lwres/gethost.c U src/contrib/bind9/lib/lwres/getipnode.c U src/contrib/bind9/lib/lwres/getnameinfo.c U src/contrib/bind9/lib/lwres/getrrset.c U src/contrib/bind9/lib/lwres/herror.c U src/contrib/bind9/lib/lwres/lwbuffer.c U src/contrib/bind9/lib/lwres/lwconfig.c U src/contrib/bind9/lib/lwres/lwinetaton.c U src/contrib/bind9/lib/lwres/lwinetntop.c U src/contrib/bind9/lib/lwres/lwinetpton.c U src/contrib/bind9/lib/lwres/lwpacket.c U src/contrib/bind9/lib/lwres/lwres_gabn.c U src/contrib/bind9/lib/lwres/lwres_gnba.c U src/contrib/bind9/lib/lwres/lwresutil.c U src/contrib/bind9/lib/lwres/lwres_grbn.c U src/contrib/bind9/lib/lwres/lwres_noop.c U src/contrib/bind9/lib/lwres/print.c U src/contrib/bind9/lib/lwres/print_p.h U src/contrib/bind9/lib/lwres/version.c U src/contrib/bind9/lib/lwres/include/Makefile.in U src/contrib/bind9/lib/lwres/include/lwres/Makefile.in U src/contrib/bind9/lib/lwres/include/lwres/context.h U src/contrib/bind9/lib/lwres/include/lwres/int.h U src/contrib/bind9/lib/lwres/include/lwres/ipv6.h U src/contrib/bind9/lib/lwres/include/lwres/lang.h U src/contrib/bind9/lib/lwres/include/lwres/list.h U src/contrib/bind9/lib/lwres/include/lwres/lwbuffer.h U src/contrib/bind9/lib/lwres/include/lwres/lwpacket.h U src/contrib/bind9/lib/lwres/include/lwres/lwres.h U src/contrib/bind9/lib/lwres/include/lwres/netdb.h.in U src/contrib/bind9/lib/lwres/include/lwres/platform.h.in U src/contrib/bind9/lib/lwres/include/lwres/result.h U src/contrib/bind9/lib/lwres/include/lwres/version.h U src/contrib/bind9/lib/lwres/man/Makefile.in U src/contrib/bind9/lib/lwres/man/lwres.3 U src/contrib/bind9/lib/lwres/man/lwres.docbook U src/contrib/bind9/lib/lwres/man/lwres.html U src/contrib/bind9/lib/lwres/man/lwres_buffer.3 U src/contrib/bind9/lib/lwres/man/lwres_buffer.docbook U src/contrib/bind9/lib/lwres/man/lwres_buffer.html U src/contrib/bind9/lib/lwres/man/lwres_config.3 U src/contrib/bind9/lib/lwres/man/lwres_config.docbook U src/contrib/bind9/lib/lwres/man/lwres_config.html U src/contrib/bind9/lib/lwres/man/lwres_context.3 U src/contrib/bind9/lib/lwres/man/lwres_context.docbook U src/contrib/bind9/lib/lwres/man/lwres_context.html U src/contrib/bind9/lib/lwres/man/lwres_gabn.3 U src/contrib/bind9/lib/lwres/man/lwres_gabn.docbook U src/contrib/bind9/lib/lwres/man/lwres_gabn.html U src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.3 U src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.docbook U src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html U src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.3 U src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.docbook U src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html U src/contrib/bind9/lib/lwres/man/lwres_gethostent.3 U src/contrib/bind9/lib/lwres/man/lwres_gethostent.docbook U src/contrib/bind9/lib/lwres/man/lwres_gethostent.html U src/contrib/bind9/lib/lwres/man/lwres_getipnode.3 U src/contrib/bind9/lib/lwres/man/lwres_getipnode.docbook U src/contrib/bind9/lib/lwres/man/lwres_getipnode.html U src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.3 U src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.docbook U src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html U src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.3 U src/contrib/bind9/lib/lwres/man/lwres_gnba.3 U src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.docbook U src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html U src/contrib/bind9/lib/lwres/man/lwres_gnba.docbook U src/contrib/bind9/lib/lwres/man/lwres_gnba.html U src/contrib/bind9/lib/lwres/man/lwres_hstrerror.3 U src/contrib/bind9/lib/lwres/man/lwres_hstrerror.docbook U src/contrib/bind9/lib/lwres/man/lwres_hstrerror.html U src/contrib/bind9/lib/lwres/man/lwres_inetntop.3 U src/contrib/bind9/lib/lwres/man/lwres_inetntop.docbook U src/contrib/bind9/lib/lwres/man/lwres_inetntop.html U src/contrib/bind9/lib/lwres/man/lwres_noop.3 U src/contrib/bind9/lib/lwres/man/lwres_noop.docbook U src/contrib/bind9/lib/lwres/man/lwres_noop.html U src/contrib/bind9/lib/lwres/man/lwres_packet.3 U src/contrib/bind9/lib/lwres/man/lwres_packet.docbook U src/contrib/bind9/lib/lwres/man/lwres_packet.html U src/contrib/bind9/lib/lwres/man/lwres_resutil.3 U src/contrib/bind9/lib/lwres/man/lwres_resutil.docbook U src/contrib/bind9/lib/lwres/man/lwres_resutil.html U src/contrib/bind9/lib/lwres/unix/Makefile.in U src/contrib/bind9/lib/lwres/unix/include/Makefile.in U src/contrib/bind9/lib/lwres/unix/include/lwres/Makefile.in U src/contrib/bind9/lib/lwres/unix/include/lwres/net.h U src/contrib/bind9/make/Makefile.in U src/contrib/bind9/make/includes.in U src/contrib/bind9/make/mkdep.in U src/contrib/bind9/make/rules.in No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:10:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0154716A4CE; Thu, 17 Mar 2005 08:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C77D43D53; Thu, 17 Mar 2005 08:10:35 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8AZ0p051700; Thu, 17 Mar 2005 08:10:35 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8AZ88051699; Thu, 17 Mar 2005 08:10:35 GMT (envelope-from dougb) Message-Id: <200503170810.j2H8AZ88051699@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:10:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Subject: cvs commit: src/contrib/bind9 KNOWN_DEFECTSsrc/contrib/bind9/lib/bind libtool.m4 ltmain.sh src/contrib/bind9/lib/dns/sec Makefile.in src/contrib/bind9/lib/dns/sec/dst Makefile.in dst_api.c dst_internal.h dst_lib.c dst_openssl.h dst_parse.c dst_parse.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, 17 Mar 2005 08:10:36 -0000 dougb 2005-03-17 08:10:34 UTC FreeBSD src repository Removed files: (Branch: ISC) contrib/bind9 KNOWN_DEFECTS contrib/bind9/lib/bind libtool.m4 ltmain.sh contrib/bind9/lib/dns/sec Makefile.in contrib/bind9/lib/dns/sec/dst Makefile.in dst_api.c dst_internal.h dst_lib.c dst_openssl.h dst_parse.c dst_parse.h dst_result.c gssapi_link.c gssapictx.c hmac_link.c key.c openssl_link.c openssldh_link.c openssldsa_link.c opensslrsa_link.c contrib/bind9/lib/dns/sec/dst/include Makefile.in contrib/bind9/lib/dns/sec/dst/include/dst Makefile.in dst.h gssapi.h lib.h result.h Log: Remove files from the vendor branch that were [re]moved in 9.3.1 Revision Changes Path 1.1.1.2 +0 -21 src/contrib/bind9/KNOWN_DEFECTS (dead) 1.1.1.2 +0 -5943 src/contrib/bind9/lib/bind/libtool.m4 (dead) 1.1.1.2 +0 -4950 src/contrib/bind9/lib/bind/ltmain.sh (dead) 1.1.1.2 +0 -25 src/contrib/bind9/lib/dns/sec/Makefile.in (dead) 1.1.1.2 +0 -48 src/contrib/bind9/lib/dns/sec/dst/Makefile.in (dead) 1.1.1.2 +0 -1185 src/contrib/bind9/lib/dns/sec/dst/dst_api.c (dead) 1.1.1.2 +0 -134 src/contrib/bind9/lib/dns/sec/dst/dst_internal.h (dead) 1.1.1.2 +0 -65 src/contrib/bind9/lib/dns/sec/dst/dst_lib.c (dead) 1.1.1.2 +0 -33 src/contrib/bind9/lib/dns/sec/dst/dst_openssl.h (dead) 1.1.1.2 +0 -412 src/contrib/bind9/lib/dns/sec/dst/dst_parse.c (dead) 1.1.1.2 +0 -95 src/contrib/bind9/lib/dns/sec/dst/dst_parse.h (dead) 1.1.1.2 +0 -86 src/contrib/bind9/lib/dns/sec/dst/dst_result.c (dead) 1.1.1.2 +0 -220 src/contrib/bind9/lib/dns/sec/dst/gssapi_link.c (dead) 1.1.1.2 +0 -262 src/contrib/bind9/lib/dns/sec/dst/gssapictx.c (dead) 1.1.1.2 +0 -282 src/contrib/bind9/lib/dns/sec/dst/hmac_link.c (dead) 1.1.1.2 +0 -25 src/contrib/bind9/lib/dns/sec/dst/include/Makefile.in (dead) 1.1.1.2 +0 -37 src/contrib/bind9/lib/dns/sec/dst/include/dst/Makefile.in (dead) 1.1.1.2 +0 -570 src/contrib/bind9/lib/dns/sec/dst/include/dst/dst.h (dead) 1.1.1.2 +0 -56 src/contrib/bind9/lib/dns/sec/dst/include/dst/gssapi.h (dead) 1.1.1.2 +0 -39 src/contrib/bind9/lib/dns/sec/dst/include/dst/lib.h (dead) 1.1.1.2 +0 -68 src/contrib/bind9/lib/dns/sec/dst/include/dst/result.h (dead) 1.1.1.2 +0 -126 src/contrib/bind9/lib/dns/sec/dst/key.c (dead) 1.1.1.2 +0 -219 src/contrib/bind9/lib/dns/sec/dst/openssl_link.c (dead) 1.1.1.2 +0 -608 src/contrib/bind9/lib/dns/sec/dst/openssldh_link.c (dead) 1.1.1.2 +0 -443 src/contrib/bind9/lib/dns/sec/dst/openssldsa_link.c (dead) 1.1.1.2 +0 -567 src/contrib/bind9/lib/dns/sec/dst/opensslrsa_link.c (dead) From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:35:22 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DE416A4CF; Thu, 17 Mar 2005 08:35:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4F043D1F; Thu, 17 Mar 2005 08:35:22 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8ZMsV052742; Thu, 17 Mar 2005 08:35:22 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8ZLRt052741; Thu, 17 Mar 2005 08:35:21 GMT (envelope-from dougb) Message-Id: <200503170835.j2H8ZLRt052741@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:35:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/bind config.mk src/lib/bind/dns 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, 17 Mar 2005 08:35:22 -0000 dougb 2005-03-17 08:35:21 UTC FreeBSD src repository Modified files: lib/bind config.mk lib/bind/dns Makefile Log: bmake changes to handle the move of dns/sec and related files Revision Changes Path 1.14 +1 -1 src/lib/bind/config.mk 1.5 +16 -16 src/lib/bind/dns/Makefile From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:37:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B8E16A4CE; Thu, 17 Mar 2005 08:37:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA88943D4C; Thu, 17 Mar 2005 08:37:32 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8bW4t052869; Thu, 17 Mar 2005 08:37:32 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8bW3W052868; Thu, 17 Mar 2005 08:37:32 GMT (envelope-from dougb) Message-Id: <200503170837.j2H8bW3W052868@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:37:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/bind config.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, 17 Mar 2005 08:37:33 -0000 dougb 2005-03-17 08:37:32 UTC FreeBSD src repository Modified files: lib/bind config.h Log: Regenerate for 9.3.1 Revision Changes Path 1.2 +8 -2 src/lib/bind/config.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:39:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227EF16A4CE; Thu, 17 Mar 2005 08:39:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8FF43D49; Thu, 17 Mar 2005 08:39:12 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8dCnW052977; Thu, 17 Mar 2005 08:39:12 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8dCCj052976; Thu, 17 Mar 2005 08:39:12 GMT (envelope-from dougb) Message-Id: <200503170839.j2H8dCCj052976@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:39:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/bind/dns code.h src/lib/bind/dns/dns enumclass.h enumtype.h rdatastruct.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, 17 Mar 2005 08:39:13 -0000 dougb 2005-03-17 08:39:12 UTC FreeBSD src repository Modified files: lib/bind/dns code.h lib/bind/dns/dns enumclass.h enumtype.h rdatastruct.h Log: Regenerate for 9.3.1 Revision Changes Path 1.2 +1 -1 src/lib/bind/dns/code.h 1.2 +1 -1 src/lib/bind/dns/dns/enumclass.h 1.2 +1 -1 src/lib/bind/dns/dns/enumtype.h 1.2 +1 -1 src/lib/bind/dns/dns/rdatastruct.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:40:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AB016A4CE; Thu, 17 Mar 2005 08:40:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B5843D41; Thu, 17 Mar 2005 08:40:11 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8eBnY053057; Thu, 17 Mar 2005 08:40:11 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8eB7Y053056; Thu, 17 Mar 2005 08:40:11 GMT (envelope-from dougb) Message-Id: <200503170840.j2H8eB7Y053056@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:40:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/bind9 FREEBSD-Xlist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 08:40:12 -0000 dougb 2005-03-17 08:40:11 UTC FreeBSD src repository Modified files: contrib/bind9 FREEBSD-Xlist Log: Delete all aix ports Revision Changes Path 1.3 +1 -2 src/contrib/bind9/FREEBSD-Xlist From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:40:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D27C816A4CE; Thu, 17 Mar 2005 08:40:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9AD443D3F; Thu, 17 Mar 2005 08:40:41 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8efwe053114; Thu, 17 Mar 2005 08:40:41 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8efd5053113; Thu, 17 Mar 2005 08:40:41 GMT (envelope-from dougb) Message-Id: <200503170840.j2H8efd5053113@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 08:40:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/bind9 FREEBSD-Upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 08:40:42 -0000 dougb 2005-03-17 08:40:41 UTC FreeBSD src repository Modified files: contrib/bind9 FREEBSD-Upgrade Log: Expand and refine a few sections for future reference Revision Changes Path 1.4 +11 -5 src/contrib/bind9/FREEBSD-Upgrade From owner-cvs-src@FreeBSD.ORG Thu Mar 17 08:44:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1954E16A4CE; Thu, 17 Mar 2005 08:44:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC75143D41; Thu, 17 Mar 2005 08:44:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H8ifcM053460; Thu, 17 Mar 2005 08:44:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H8ifLY053459; Thu, 17 Mar 2005 08:44:41 GMT (envelope-from phk) Message-Id: <200503170844.j2H8ifLY053459@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 08:44:41 +0000 (UTC) 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 subr_prf.c src/sys/sys proc.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, 17 Mar 2005 08:44:42 -0000 phk 2005-03-17 08:44:41 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c subr_prf.c sys/sys proc.h Log: In stange circumstances we may end up being the last reference to a session in tprintf(). SESSRELE() needs to properly dispose of the sessions mutex. Add sessrele() which does the proper cleanup and have SESSRELE() call it. Use SESSRELE also in pgdelete(). Found by: Coverity (ID:526) Revision Changes Path 1.227 +17 -10 src/sys/kern/kern_proc.c 1.114 +1 -4 src/sys/kern/subr_prf.c 1.421 +3 -4 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 09:32:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E39516A4CE; Thu, 17 Mar 2005 09:32:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EF443D3F; Thu, 17 Mar 2005 09:32:37 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2H9WbsL062280; Thu, 17 Mar 2005 09:32:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2H9Wb8r062279; Thu, 17 Mar 2005 09:32:37 GMT (envelope-from phk) Message-Id: <200503170932.j2H9Wb8r062279@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 09:32:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ppbus lpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 09:32:38 -0000 phk 2005-03-17 09:32:37 UTC FreeBSD src repository Modified files: sys/dev/ppbus lpt.c Log: Remove unused variable. Detected by: Coverity (ID#704) Revision Changes Path 1.36 +0 -6 src/sys/dev/ppbus/lpt.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 10:15:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEED916A4CE; Thu, 17 Mar 2005 10:15:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DA743D1D; Thu, 17 Mar 2005 10:15:29 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HAFTKF064543; Thu, 17 Mar 2005 10:15:29 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HAFTEL064542; Thu, 17 Mar 2005 10:15:29 GMT (envelope-from dougb) Message-Id: <200503171015.j2HAFTEL064542@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Mar 2005 10:15:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/doc/bind9 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, 17 Mar 2005 10:15:30 -0000 dougb 2005-03-17 10:15:29 UTC FreeBSD src repository Modified files: share/doc/bind9 Makefile Log: There is no longer a KNOWN_DEFECTS file, so don't try to install it. Revision Changes Path 1.4 +1 -1 src/share/doc/bind9/Makefile From owner-cvs-src@FreeBSD.ORG Thu Mar 17 11:58:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B85016A4CE; Thu, 17 Mar 2005 11:58:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DDD43D1F; Thu, 17 Mar 2005 11:58:44 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HBwiUe068473; Thu, 17 Mar 2005 11:58:44 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HBwin8068472; Thu, 17 Mar 2005 11:58:44 GMT (envelope-from jeff) Message-Id: <200503171158.j2HBwin8068472@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 17 Mar 2005 11:58:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 11:58:44 -0000 jeff 2005-03-17 11:58:44 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_inode.c Log: - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefault in ffs_lock() when it acesses v_data without the vnlock. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.63 +7 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 12:00:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CA816A4CE; Thu, 17 Mar 2005 12:00:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C8243D54; Thu, 17 Mar 2005 12:00:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HC05ow068539; Thu, 17 Mar 2005 12:00:05 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HC05CC068535; Thu, 17 Mar 2005 12:00:05 GMT (envelope-from jeff) Message-Id: <200503171200.j2HC05CC068535@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 17 Mar 2005 12:00:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nullfs null_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: Thu, 17 Mar 2005 12:00:06 -0000 jeff 2005-03-17 12:00:05 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vnops.c Log: - Lock the clearing of v_data so it is safe to inspect it with the interlock. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.86 +7 -1 src/sys/fs/nullfs/null_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 12:03:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C67416A4CE; Thu, 17 Mar 2005 12:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6173243D5C; Thu, 17 Mar 2005 12:03:42 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HC3g7R069814; Thu, 17 Mar 2005 12:03:42 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HC3gq0069813; Thu, 17 Mar 2005 12:03:42 GMT (envelope-from jeff) Message-Id: <200503171203.j2HC3gq0069813@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 17 Mar 2005 12:03:42 +0000 (UTC) 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_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 12:03:42 -0000 jeff 2005-03-17 12:03:42 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: - Don't lock the vnode interlock in vm_object_set_writeable_dirty() if we've already set the object flags. Reviewed by: alc Revision Changes Path 1.346 +4 -2 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 12:07:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1A16A4CE; Thu, 17 Mar 2005 12:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCD643D53; Thu, 17 Mar 2005 12:07:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HC70jd070070; Thu, 17 Mar 2005 12:07:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HC70Jd070069; Thu, 17 Mar 2005 12:07:00 GMT (envelope-from phk) Message-Id: <200503171207.j2HC70Jd070069@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 12:07:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kern kern_conf.c src/sys/sys conf.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:07:01 -0000 phk 2005-03-17 12:07:00 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_devs.c sys/kern kern_conf.c sys/sys conf.h param.h Log: Prepare for the final onslaught on devices: Move uid/gid/mode from cdev to cdevsw. Add kind field to use for devd(8) later. Bump both D_VERSION and __FreeBSD_version Revision Changes Path 1.35 +3 -3 src/sys/fs/devfs/devfs_devs.c 1.180 +9 -5 src/sys/kern/kern_conf.c 1.217 +6 -4 src/sys/sys/conf.h 1.233 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 12:26:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B02516A4CE; Thu, 17 Mar 2005 12:26:59 +0000 (GMT) Received: from mail.psychoholics.org (www.psychoholics.org [64.185.102.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F82843D2D; Thu, 17 Mar 2005 12:26:58 +0000 (GMT) (envelope-from ebola@psychoholics.org) Received: from S0106066606660666.su.shawcable.net (S0106066606660666.su.shawcable.net [24.76.125.52]) by mail.psychoholics.org (Postfix) with ESMTP id 01139157172; Thu, 17 Mar 2005 05:30:11 -0800 (PST) From: Adam Gregoire To: Poul-Henning Kamp In-Reply-To: <200503171207.j2HC70Jd070069@repoman.freebsd.org> References: <200503171207.j2HC70Jd070069@repoman.freebsd.org> Content-Type: text/plain Date: Thu, 17 Mar 2005 07:26:53 -0500 Message-Id: <1111062414.88318.9.camel@S0106066606660666.su.shawcable.net> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port 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/fs/devfs devfs_devs.c src/sys/kern kern_conf.c src/sys/sys conf.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:26:59 -0000 On Thu, 2005-03-17 at 12:07 +0000, Poul-Henning Kamp wrote: > phk 2005-03-17 12:07:00 UTC > > FreeBSD src repository > > Modified files: > sys/fs/devfs devfs_devs.c > sys/kern kern_conf.c > sys/sys conf.h param.h > Log: > Prepare for the final onslaught on devices: > > Move uid/gid/mode from cdev to cdevsw. > > Add kind field to use for devd(8) later. > > Bump both D_VERSION and __FreeBSD_version > > Revision Changes Path > 1.35 +3 -3 src/sys/fs/devfs/devfs_devs.c > 1.180 +9 -5 src/sys/kern/kern_conf.c > 1.217 +6 -4 src/sys/sys/conf.h > 1.233 +1 -1 src/sys/sys/param.h > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" In src/sys/sys/conf.h #define D_VERSION_00 0x20011966 -#define D_VERSION D_VERSION_00 +#define D_VERSION_01 0x17032005 /* Add d_uid,gid,mode & kind */ +#define D_VERSION D_VERSION_01 Should D_VERSION_01 be 0x20050317 ? -- Adam Gregoire From owner-cvs-src@FreeBSD.ORG Thu Mar 17 12:29:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BCB616A4CE; Thu, 17 Mar 2005 12:29:39 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5109543D49; Thu, 17 Mar 2005 12:29:38 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2HCTaZ0006723; Thu, 17 Mar 2005 13:29:36 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Adam Gregoire From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 17 Mar 2005 07:26:53 EST." <1111062414.88318.9.camel@S0106066606660666.su.shawcable.net> Date: Thu, 17 Mar 2005 13:29:36 +0100 Message-ID: <6722.1111062576@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kern kern_conf.c src/sys/sys conf.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:29:39 -0000 In message <1111062414.88318.9.camel@S0106066606660666.su.shawcable.net>, Adam Gregoire writes: > #define D_VERSION_00 0x20011966 >-#define D_VERSION D_VERSION_00 >+#define D_VERSION_01 0x17032005 /* Add d_uid,gid,mode & kind */ >+#define D_VERSION D_VERSION_01 > >Should D_VERSION_01 be 0x20050317 ? No :-) -- 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 Thu Mar 17 12:51:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75A916A4CE; Thu, 17 Mar 2005 12:51:41 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F64143D31; Thu, 17 Mar 2005 12:51:41 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDH00FCQY4X8S80@bgo1smout1.broadpark.no>; Thu, 17 Mar 2005 13:46:09 +0100 (CET) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDH00IJDYH05720@bgo1sminn1.broadpark.no>; Thu, 17 Mar 2005 13:53:24 +0100 (CET) Received: by dsa.des.no (Pony Express, from userid 666) id 09F9BA6D97; Thu, 17 Mar 2005 13:51:36 +0100 (CET) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 4AF4DA6D4B; Thu, 17 Mar 2005 13:51:32 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 230C133C3E; Thu, 17 Mar 2005 13:51:32 +0100 (CET) Date: Thu, 17 Mar 2005 13:51:32 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <1111062414.88318.9.camel@S0106066606660666.su.shawcable.net> To: Adam Gregoire Message-id: <8664zqo2p7.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <200503171207.j2HC70Jd070069@repoman.freebsd.org> <1111062414.88318.9.camel@S0106066606660666.su.shawcable.net> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kernkern_conf.c src/sys/sys conf.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:51:42 -0000 Adam Gregoire writes: > #define D_VERSION_00 0x20011966 > -#define D_VERSION D_VERSION_00 > +#define D_VERSION_01 0x17032005 /* Add d_uid,gid,mode & kind */ > +#define D_VERSION D_VERSION_01 > > Should D_VERSION_01 be 0x20050317 ? Not unless the previous version was committed on 2001-19-66. (hint: 'grep phk /usr/share/calendar/calendar.freebsd') DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Mar 17 13:08:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0390516A4CE; Thu, 17 Mar 2005 13:08:48 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B2C43D54; Thu, 17 Mar 2005 13:08:47 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDH00F24YXI8LA0@bgo1smout1.broadpark.no>; Thu, 17 Mar 2005 14:03:18 +0100 (CET) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDH00IPZZ9K5Q60@bgo1sminn1.broadpark.no>; Thu, 17 Mar 2005 14:10:32 +0100 (CET) Received: by dsa.des.no (Pony Express, from userid 666) id 1465FA6C97; Thu, 17 Mar 2005 14:08:46 +0100 (CET) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 69B1DA6C48; Thu, 17 Mar 2005 14:08:41 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 62EB933C3E; Thu, 17 Mar 2005 14:08:41 +0100 (CET) Date: Thu, 17 Mar 2005 14:08:41 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <200503152028.j2FKSp2b095312@repoman.freebsd.org> To: Warner Losh Message-id: <86wts6mnc6.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <200503152028.j2FKSp2b095312@repoman.freebsd.org> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 13:08:48 -0000 Warner Losh writes: > Log: > Sometimes, when asked to return region A..C, we'd return A+N..C+N > instead of failing. > [...] > This is why sio0 generated a message about interrupts not being > enabled properly for the device. Thank you, thank you, thank you! I hope this means I can finally get a working serial console on my amd64 box... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Mar 17 13:26:07 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3536B16A4CE; Thu, 17 Mar 2005 13:26:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0904443D4C; Thu, 17 Mar 2005 13:26:07 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HDQ6MQ079926; Thu, 17 Mar 2005 13:26:06 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HDQ6CG079925; Thu, 17 Mar 2005 13:26:06 GMT (envelope-from phk) Message-Id: <200503171326.j2HDQ6CG079925@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 13:26:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/fstat fstat.1 fstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 13:26:07 -0000 phk 2005-03-17 13:26:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/fstat fstat.1 fstat.c Log: MFC: sanity-check fd_lastfile report jail dir. Approved by: re Revision Changes Path 1.23.2.1 +6 -5 src/usr.bin/fstat/fstat.1 1.55.2.3 +15 -0 src/usr.bin/fstat/fstat.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 13:37:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D8FA16A4CE; Thu, 17 Mar 2005 13:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B5543D4C; Thu, 17 Mar 2005 13:37:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HDbSAZ080416; Thu, 17 Mar 2005 13:37:28 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HDbSif080415; Thu, 17 Mar 2005 13:37:28 GMT (envelope-from phk) Message-Id: <200503171337.j2HDbSif080415@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 13:37:28 +0000 (UTC) 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 src/sys/kern kern_conf.c src/sys/sys conf.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, 17 Mar 2005 13:37:29 -0000 phk 2005-03-17 13:37:28 UTC FreeBSD src repository Modified files: sys/dev/twa twa.h sys/kern kern_conf.c sys/sys conf.h Log: Kill MAJOR_AUTO Revision Changes Path 1.7 +0 -2 src/sys/dev/twa/twa.h 1.181 +3 -3 src/sys/kern/kern_conf.c 1.218 +0 -6 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 13:49:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E1716A4CE; Thu, 17 Mar 2005 13:49:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7837743D5C; Thu, 17 Mar 2005 13:49:20 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HDnKFQ080876; Thu, 17 Mar 2005 13:49:20 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HDnKmq080875; Thu, 17 Mar 2005 13:49:20 GMT (envelope-from kensmith) Message-Id: <200503171349.j2HDnKmq080875@repoman.freebsd.org> From: Ken Smith Date: Thu, 17 Mar 2005 13:49:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 13:49:20 -0000 kensmith 2005-03-17 13:49:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/uart uart_cpu_sparc64.c Log: MFC of Rev 1.18: Fix for problem with Sparc machines like the SunBlade-100 that have USB keyboards. See commit log for 1.18 for full details. Work done by: marius Approved by: re (scottl) Revision Changes Path 1.12.2.3 +6 -4 src/sys/dev/uart/uart_cpu_sparc64.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 13:59:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 207E016A4CE; Thu, 17 Mar 2005 13:59:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083C543D54; Thu, 17 Mar 2005 13:59:31 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HDxU5A081331; Thu, 17 Mar 2005 13:59:30 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HDxUxi081330; Thu, 17 Mar 2005 13:59:30 GMT (envelope-from avatar) Message-Id: <200503171359.j2HDxUxi081330@repoman.freebsd.org> From: Tai-hwa Liang Date: Thu, 17 Mar 2005 13:59:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 13:59:31 -0000 avatar 2005-03-17 13:59:30 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c Log: Releasing TX/RX descriptor dmamaps during device detachment instead of doing that in bfe_stop(). This should fix a panic recently reported on -current occuring when taking device down then up. In the original implementation, an "ifconfig bfe0 down" triggers bfe_stop(), which also destroys all TX/RX descriptor dmamaps. Hence the subsequent "ifconfig bfe0 up" would force the device to use those already-released dmamap and thus panic the kernel. PR: kern/77804 Submitted by: Frank Mayhar Reviewed by: dmlb, sam (mentor) Tested by: Phil , myself MFC after: 1 week Revision Changes Path 1.22 +4 -5 src/sys/dev/bfe/if_bfe.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 14:18:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 126E416A4CE; Thu, 17 Mar 2005 14:18:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9AF43D31; Thu, 17 Mar 2005 14:18:58 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HEIwJQ082234; Thu, 17 Mar 2005 14:18:58 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HEIwRL082233; Thu, 17 Mar 2005 14:18:58 GMT (envelope-from bz) Message-Id: <200503171418.j2HEIwRL082233@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 17 Mar 2005 14:18:58 +0000 (UTC) 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: Thu, 17 Mar 2005 14:18:59 -0000 bz 2005-03-17 14:18:58 UTC FreeBSD src repository Modified files: sys/pci if_sk.c Log: * When adding/deleting multicast addresses, only whack the address filter if the interface is marked RUNNING. Obtained from: NetBSD if_sk.c rev. 1.12 * Don't initialize the card (and start an autonegotiation) every time the IP address changes. Makes 'dhclient sk0' invocations way faster and more consistant. i.e. one DHCPREQUEST elicits the DHCPACK. Obtained from: OpenBSD if_sk.c rev. 1.56 * Additional locking changes in sk_ioctl. PR: kern/61296 should see improvements by the last two. Approved by: rwatson (mentor) MFC after: 5 days Revision Changes Path 1.99 +15 -6 src/sys/pci/if_sk.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 14:21:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B9E216A4CE; Thu, 17 Mar 2005 14:21:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECCC43D53; Thu, 17 Mar 2005 14:21:52 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HELqTY082406; Thu, 17 Mar 2005 14:21:52 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HELqQf082405; Thu, 17 Mar 2005 14:21:52 GMT (envelope-from bz) Message-Id: <200503171421.j2HELqQf082405@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 17 Mar 2005 14:21:52 +0000 (UTC) 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 if_skreg.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, 17 Mar 2005 14:21:52 -0000 bz 2005-03-17 14:21:52 UTC FreeBSD src repository Modified files: sys/pci if_sk.c if_skreg.h Log: * Improve chip identification. Obtained from: NetBSD if_sk.c rev. 1.11 * Take PHY out of reset for Yukon Lite Rev. A3. Submitted by: postings on net@ in thread "skc0: no PHY found", 2005-02-22 Tested by: net Approved by: rwatson (mentor) MFC after: 5 days Revision Changes Path 1.100 +129 -29 src/sys/pci/if_sk.c 1.26 +13 -3 src/sys/pci/if_skreg.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 14:23:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF9416A4CE; Thu, 17 Mar 2005 14:23:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6274143D39; Thu, 17 Mar 2005 14:23:13 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HENDBM082518; Thu, 17 Mar 2005 14:23:13 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HENDH9082517; Thu, 17 Mar 2005 14:23:13 GMT (envelope-from bz) Message-Id: <200503171423.j2HENDH9082517@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 17 Mar 2005 14:23:13 +0000 (UTC) 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 if_skreg.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, 17 Mar 2005 14:23:13 -0000 bz 2005-03-17 14:23:13 UTC FreeBSD src repository Modified files: sys/pci if_sk.c if_skreg.h Log: * Lower interrupt moderation timer 200->100. Obtained from: NetBSD if_sk.c rev. 1.11 * Make interrupt moderation configurable via sysctl/tuneable. PR: kern/41220 Approved by: rwatson (mentor) Revision Changes Path 1.101 +60 -1 src/sys/pci/if_sk.c 1.27 +5 -0 src/sys/pci/if_skreg.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 14:27:22 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF7116A4CE; Thu, 17 Mar 2005 14:27:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B9743D1D; Thu, 17 Mar 2005 14:27:22 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HERMg2082727; Thu, 17 Mar 2005 14:27:22 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HERMAx082726; Thu, 17 Mar 2005 14:27:22 GMT (envelope-from bz) Message-Id: <200503171427.j2HERMAx082726@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 17 Mar 2005 14:27:22 +0000 (UTC) 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 if_skreg.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, 17 Mar 2005 14:27:22 -0000 bz 2005-03-17 14:27:22 UTC FreeBSD src repository Modified files: sys/pci if_sk.c if_skreg.h Log: Do not try to free non allocated memory in error case. Do our best to plug some memory leaks (VPD data, jumbo memory buffer,...). Log if we cannot free because memory still in use[1]. Change locking to avoid ''acquiring duplicate lock of same type: "network driver"'' and potential deadlock. Also seems to fix LOR #063. [1] This change does not solve problems if buffers are still in use when unloading if_sk.ko. There is ongoing work which will address jumbogram allocations in a more general way. PR: kern/75677 (with changes, no mii fixes in here) Tested by: net, Antoine Brodin (slightly different version) Approved by: rwatson (mentor) MFC after: 5 days Revision Changes Path 1.102 +56 -12 src/sys/pci/if_sk.c 1.28 +5 -1 src/sys/pci/if_skreg.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 14:43:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 998B516A4CE; Thu, 17 Mar 2005 14:43:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7069443D58; Thu, 17 Mar 2005 14:43:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HEhemc084298; Thu, 17 Mar 2005 14:43:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HEher8084297; Thu, 17 Mar 2005 14:43:40 GMT (envelope-from phk) Message-Id: <200503171443.j2HEher8084297@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 14:43:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isofs/cd9660 cd9660_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: Thu, 17 Mar 2005 14:43:40 -0000 phk 2005-03-17 14:43:40 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_vnops.c Log: Forgot to replace code to set fsid in vop_getattr. Revision Changes Path 1.110 +1 -0 src/sys/isofs/cd9660/cd9660_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 15:15:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E82616A4CE; Thu, 17 Mar 2005 15:15:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732AA43D1F; Thu, 17 Mar 2005 15:15:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HFFTUx085508; Thu, 17 Mar 2005 15:15:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HFFTN1085507; Thu, 17 Mar 2005 15:15:29 GMT (envelope-from phk) Message-Id: <200503171515.j2HFFTN1085507@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 15:15:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/udf udf_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: Thu, 17 Mar 2005 15:15:29 -0000 phk 2005-03-17 15:15:29 UTC FreeBSD src repository Modified files: sys/fs/udf udf_vnops.c Log: Also remember to set the fsid here. Revision Changes Path 1.53 +1 -0 src/sys/fs/udf/udf_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 15:18:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260C616A4CF; Thu, 17 Mar 2005 15:18:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E7A543D1F; Thu, 17 Mar 2005 15:18:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HFI1dQ085575; Thu, 17 Mar 2005 15:18:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HFI1cv085574; Thu, 17 Mar 2005 15:18:01 GMT (envelope-from rwatson) Message-Id: <200503171518.j2HFI1cv085574@repoman.freebsd.org> From: Robert Watson Date: Thu, 17 Mar 2005 15:18:01 +0000 (UTC) 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_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 15:18:02 -0000 rwatson 2005-03-17 15:18:01 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: A further step on the journey of meaking panics and debugging more reliable: in the window between the beginning of panic() and entering the debugger, it's possible to receive interrupts. If we receive an interrupt, don't preempt if panicstr != NULL, as the system is in the process of failing, and the preempting thread is likely to stumble over the failure. The typical scenario is during the printf() in panic() prior to entering the debugger, but when running with a slower console type such as serial console. It could be that the panic string should be passed to the debugger to print, so that it can run from the debugger's environment rather than a regular kernel printf. Glanced at by: jhb Revision Changes Path 1.108 +3 -2 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 15:39:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 068B216A4CE; Thu, 17 Mar 2005 15:39:31 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8189043D46; Thu, 17 Mar 2005 15:39:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2HFc4mC029330; Thu, 17 Mar 2005 08:38:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 08:38:04 -0700 (MST) Message-Id: <20050317.083804.78737065.imp@bsdimp.com> To: des@des.no From: Warner Losh In-Reply-To: <86wts6mnc6.fsf@xps.des.no> References: <200503152028.j2FKSp2b095312@repoman.freebsd.org> <86wts6mnc6.fsf@xps.des.no> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 15:39:31 -0000 From: des@des.no (Dag-Erling Sm=F8rgrav) Subject: Re: cvs commit: src/sys/kern subr_rman.c Date: Thu, 17 Mar 2005 14:08:41 +0100 > Warner Losh writes: > > Log: > > Sometimes, when asked to return region A..C, we'd return A+N..C+N= > > instead of failing. > > [...] > > This is why sio0 generated a message about interrupts not being > > enabled properly for the device. > = > Thank you, thank you, thank you! I hope this means I can finally get= > a working serial console on my amd64 box... No problem. For once at work I wasn't under extreme time pressues, so I could get the job of tracking this weirdness all the way to ground done. Warner From owner-cvs-src@FreeBSD.ORG Thu Mar 17 16:34:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE62816A4CE; Thu, 17 Mar 2005 16:34:53 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682BB43D3F; Thu, 17 Mar 2005 16:34:53 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j2HGYdms009343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Mar 2005 08:34:40 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4239B205.6010006@errno.com> Date: Thu, 17 Mar 2005 08:36:21 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200503152028.j2FKSp2b095312@repoman.freebsd.org> <86wts6mnc6.fsf@xps.des.no> <20050317.083804.78737065.imp@bsdimp.com> In-Reply-To: <20050317.083804.78737065.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: des@des.no cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 16:34:53 -0000 Warner Losh wrote: > From: des@des.no (Dag-Erling Smørgrav) > Subject: Re: cvs commit: src/sys/kern subr_rman.c > Date: Thu, 17 Mar 2005 14:08:41 +0100 > > >>Warner Losh writes: >> >>> Log: >>> Sometimes, when asked to return region A..C, we'd return A+N..C+N >>> instead of failing. >>> [...] >>> This is why sio0 generated a message about interrupts not being >>> enabled properly for the device. >> >>Thank you, thank you, thank you! I hope this means I can finally get >>a working serial console on my amd64 box... > > > No problem. For once at work I wasn't under extreme time pressues, so > I could get the job of tracking this weirdness all the way to ground > done. "extreme time pressures"? From someone that works for Timing Solutions? hmm... :) Sam From owner-cvs-src@FreeBSD.ORG Thu Mar 17 17:20:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E38D16A4CE; Thu, 17 Mar 2005 17:20:28 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FECC43D41; Thu, 17 Mar 2005 17:20:27 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 60C44586; Thu, 17 Mar 2005 18:20:25 +0100 (CET) Date: Thu, 17 Mar 2005 18:20:25 +0100 From: Andrea Campi To: Poul-Henning Kamp Message-ID: <20050317172025.GO1166@webcom.it> References: <200503122041.j2CKfQP5073813@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503122041.j2CKfQP5073813@repoman.freebsd.org> User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd 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, 17 Mar 2005 17:20:28 -0000 On Sat, Mar 12, 2005 at 08:41:26PM +0000, Poul-Henning Kamp wrote: > phk 2005-03-12 20:41:26 UTC > > FreeBSD src repository > > Modified files: > tools/tools/nanobsd Makefile > Log: > DTRT with /var so that any packages installed are correctly recorded. Now that this has been committed, I only have one local diff, it would be amazing if you could consider doing something along these lines. Oh, and thanks! ;-) --- /usr/src/tools/tools/nanobsd/Makefile Wed Mar 16 16:42:59 2005 +++ Makefile Thu Mar 17 18:15:09 2005 @@ -71,16 +71,17 @@ # Customize: _.cs _.cs: _.iw _.di _.ik _.di + touch _.cs.tmp .for cust in ${CUSTOMIZE} .if exists(${.CURDIR}/Customize/${${cust}}) - sh -e ${.CURDIR}/Customize/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} + sh -e ${.CURDIR}/Customize/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 .elif exists(${.CURDIR}/${${cust}}) - sh -e ${.CURDIR}/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} + sh -e ${.CURDIR}/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 .else - sh -e ${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} + sh -e ${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 .endif .endfor - touch _.cs + mv _.cs.tmp _.cs ########################################################################### # -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler From owner-cvs-src@FreeBSD.ORG Thu Mar 17 17:33:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B8116A4CE; Thu, 17 Mar 2005 17:33:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED84743D2D; Thu, 17 Mar 2005 17:33:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HHXqsV097691; Thu, 17 Mar 2005 17:33:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HHXqal097690; Thu, 17 Mar 2005 17:33:52 GMT (envelope-from imp) Message-Id: <200503171733.j2HHXqal097690@repoman.freebsd.org> From: Warner Losh Date: Thu, 17 Mar 2005 17:33:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/eisa eisaconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 17:33:53 -0000 imp 2005-03-17 17:33:52 UTC FreeBSD src repository Modified files: sys/dev/eisa eisaconf.c Log: Style(9) pass before some planned larger changes. o return (foo); o if (a == NULL) in preference to if (!a) o () and {} reduction o minor indentation fixes Revision Changes Path 1.71 +61 -91 src/sys/dev/eisa/eisaconf.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 17:36:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1481816A4CE; Thu, 17 Mar 2005 17:36:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC96943D4C; Thu, 17 Mar 2005 17:36:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HHa7J0097864; Thu, 17 Mar 2005 17:36:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HHa7KU097863; Thu, 17 Mar 2005 17:36:07 GMT (envelope-from imp) Message-Id: <200503171736.j2HHa7KU097863@repoman.freebsd.org> From: Warner Losh Date: Thu, 17 Mar 2005 17:36:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/eisa eisaconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 17:36:08 -0000 imp 2005-03-17 17:36:07 UTC FreeBSD src repository Modified files: sys/dev/eisa eisaconf.c Log: Now that the Adaptec 2842 has its own probe routine, no need to have a comment saying its probe routine needs to be fixed. Revision Changes Path 1.72 +1 -3 src/sys/dev/eisa/eisaconf.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 18:40:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEF716A4CE; Thu, 17 Mar 2005 18:40:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8770443D46; Thu, 17 Mar 2005 18:40:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HIebkH000586; Thu, 17 Mar 2005 18:40:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HIebW9000585; Thu, 17 Mar 2005 18:40:37 GMT (envelope-from imp) Message-Id: <200503171840.j2HIebW9000585@repoman.freebsd.org> From: Warner Losh Date: Thu, 17 Mar 2005 18:40:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ep 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, 17 Mar 2005 18:40:37 -0000 imp 2005-03-17 18:40:37 UTC FreeBSD src repository Modified files: sys/modules/ep Makefile Log: eisa attachment is safe to be in this module, both on eisa and non-eisa configured kernels. Revision Changes Path 1.8 +1 -1 src/sys/modules/ep/Makefile From owner-cvs-src@FreeBSD.ORG Thu Mar 17 18:58:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA51E16A4CE; Thu, 17 Mar 2005 18:58:32 +0000 (GMT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6918143D46; Thu, 17 Mar 2005 18:58:32 +0000 (GMT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id 4151B2A8F3; Thu, 17 Mar 2005 10:58:32 -0800 (PST) (envelope-from peter@wemm.org) Received: from peter-laptop.wemm.org (dhcp49.wemm.org [10.0.0.49]) by fw.wemm.org (Postfix) with ESMTP id EF5B2E2B3; Thu, 17 Mar 2005 10:58:30 -0800 (PST) (envelope-from peter@wemm.org) Received: from peter-laptop.wemm.org (localhost [127.0.0.1]) by peter-laptop.wemm.org (8.13.3/8.13.3) with ESMTP id j2HIwADW004091; Thu, 17 Mar 2005 10:58:10 -0800 (PST) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by peter-laptop.wemm.org (8.13.3/8.13.3/Submit) id j2HIw4ee004090; Thu, 17 Mar 2005 10:58:04 -0800 (PST) (envelope-from peter@wemm.org) X-Authentication-Warning: peter-laptop.wemm.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: Bruce Evans Date: Thu, 17 Mar 2005 10:58:03 -0800 User-Agent: KMail/1.7.2 References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050316205829.GA3556@dragon.NUXI.org> <20050317121651.N72560@delplex.bde.org> In-Reply-To: <20050317121651.N72560@delplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503171058.04786.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org cc: David O'Brien Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Thu, 17 Mar 2005 18:58:33 -0000 On Wednesday 16 March 2005 05:37 pm, Bruce Evans wrote: > On Wed, 16 Mar 2005, David O'Brien wrote: > > On Wed, Mar 16, 2005 at 09:54:06PM +0100, Pawel Jakub Dawidek wrote: > >> On Wed, Mar 16, 2005 at 08:23:31PM +0000, David E. O'Brien wrote: > >> +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') > >> +> +device nve # nVidia nForce MCP on-board Ethernet Networking > >> +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > >> [...] > >> +> -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') > >> +> +device nve # nVidia nForce MCP on-board Ethernet Networking > >> +> +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > >> > >> Why you removed this space?!:) > > > > Make it clear nve needs mii, and shorten long comment line. > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Better remove the bogus quotes around lnc. Quoting elsewhere in this > file is inconsistent and about 1/4 of it seems to be bogus. > > Are the comments on precedence even correct? I think precedence > according to ordering in the config file hasn't worked for many years. > PCI devices may (should) have precedence over ISA ones, but that is a > general property and should be expressed better. I think pcn may or > may not have precedence over lnc depending on resource conflicts. pcn > is PCI-only while lnc is PCI/ISA/CBUS, so it is bogus for lnc to be > in the ISA-only section and very unclear how pcn has precedence over > the PCI part of lnc. You are completely correct. The order of entries in the config file has absolutely no bearing on the device probe/attach or precedence. Any comments to that effect are bogus and should be removed. The bubble sorting of the sysinit entries would scramble their registration order with newbus, so it isn't safe to assume *any* implied order or precedence. If there are any remnants of probe precedence, it is in the order specified in device.hints for old isa devices, but even then, I'm not sure that it has any effect. The "correct" (for a small value thereof) way to specify precedence is with the sensitive flags in the drivers. The only other dependable order of probling is that isa probes happen after pci/eisa/etc probes. A pci probe will always get a chance to grab a device before an isa probe even gets a chance to look at it. Again, regardless of the order in config files. -Peter From owner-cvs-src@FreeBSD.ORG Thu Mar 17 19:34:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C113E16A4CE; Thu, 17 Mar 2005 19:34:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9445F43D48; Thu, 17 Mar 2005 19:34:57 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HJYv6u003285; Thu, 17 Mar 2005 19:34:57 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HJYvEN003284; Thu, 17 Mar 2005 19:34:57 GMT (envelope-from jmg) Message-Id: <200503171934.j2HJYvEN003284@repoman.freebsd.org> From: John-Mark Gurney Date: Thu, 17 Mar 2005 19:34:57 +0000 (UTC) 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 src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 19:34:57 -0000 jmg 2005-03-17 19:34:57 UTC FreeBSD src repository Modified files: share/man/man9 mbuf.9 sys/kern uipc_mbuf.c sys/sys mbuf.h Log: add m_copyup function.. This can be used to help make our ip stack less alignment restrictive, and help performance on some ethernet cards which currently copy the entire packet a couple bytes to get the packet aligned properly... Wordsmithing by: dwhite Obtained from: NetBSD (code only) I'll clean it up later: rwatson Revision Changes Path 1.56 +29 -0 src/share/man/man9/mbuf.9 1.147 +48 -0 src/sys/kern/uipc_mbuf.c 1.169 +1 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 19:41:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4575616A4CF; Thu, 17 Mar 2005 19:41:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE8D43D48; Thu, 17 Mar 2005 19:41:20 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HJfK8J003686; Thu, 17 Mar 2005 19:41:20 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HJfKje003685; Thu, 17 Mar 2005 19:41:20 GMT (envelope-from iedowse) Message-Id: <200503171941.j2HJfKje003685@repoman.freebsd.org> From: Ian Dowse Date: Thu, 17 Mar 2005 19:41:20 +0000 (UTC) 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 usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 19:41:20 -0000 iedowse 2005-03-17 19:41:20 UTC FreeBSD src repository Modified files: sys/dev/usb usb.c Log: Defer boot-time exploration of USB busses until all devices in the system have been attached, but no later. This ensures that we do not explore ohci or uhci busses before the companion echi controller has been initialised, so it should fix the problem of multi-speed USB devices getting attached as USB 1 devices first and then re-attached as USB 2. Some further changes are needed on architectures that do not currently allow hooks to be inserted before configure_final() - alpha, ia64, powerpc and sparc64. On these architectures the exploration will now be delayed until the usb kthread runs. Revision Changes Path 1.104 +30 -1 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 19:45:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5354816A4F3; Thu, 17 Mar 2005 19:45:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2951D43D2D; Thu, 17 Mar 2005 19:45:06 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HJj68e003882; Thu, 17 Mar 2005 19:45:06 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HJj6hs003881; Thu, 17 Mar 2005 19:45:06 GMT (envelope-from phk) Message-Id: <200503171945.j2HJj6hs003881@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Mar 2005 19:45:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd 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, 17 Mar 2005 19:45:06 -0000 phk 2005-03-17 19:45:05 UTC FreeBSD src repository Modified files: tools/tools/nanobsd Makefile Log: I keep forgetting that I wanted the customize logs collected too. Reminded by: Lennart Sorth, Andrea Campi and others. Revision Changes Path 1.12 +6 -4 src/tools/tools/nanobsd/Makefile From owner-cvs-src@FreeBSD.ORG Thu Mar 17 19:45:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A4BA16A4CE; Thu, 17 Mar 2005 19:45:39 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF37543D4C; Thu, 17 Mar 2005 19:45:36 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2HJjXaO009389; Thu, 17 Mar 2005 20:45:33 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Andrea Campi From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 17 Mar 2005 18:20:25 +0100." <20050317172025.GO1166@webcom.it> Date: Thu, 17 Mar 2005 20:45:33 +0100 Message-ID: <9388.1111088733@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd 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, 17 Mar 2005 19:45:39 -0000 done. Thanks for reminding me, I only remember when my customize scripts fail :-) Poul-Henning In message <20050317172025.GO1166@webcom.it>, Andrea Campi writes: >On Sat, Mar 12, 2005 at 08:41:26PM +0000, Poul-Henning Kamp wrote: >> phk 2005-03-12 20:41:26 UTC >> >> FreeBSD src repository >> >> Modified files: >> tools/tools/nanobsd Makefile >> Log: >> DTRT with /var so that any packages installed are correctly recorded. > >Now that this has been committed, I only have one local diff, it would >be amazing if you could consider doing something along these lines. > >Oh, and thanks! ;-) > > >--- /usr/src/tools/tools/nanobsd/Makefile Wed Mar 16 16:42:59 2005 >+++ Makefile Thu Mar 17 18:15:09 2005 >@@ -71,16 +71,17 @@ > # > Customize: _.cs > _.cs: _.iw _.di _.ik _.di >+ touch _.cs.tmp > .for cust in ${CUSTOMIZE} > .if exists(${.CURDIR}/Customize/${${cust}}) >- sh -e ${.CURDIR}/Customize/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >+ sh -e ${.CURDIR}/Customize/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 > .elif exists(${.CURDIR}/${${cust}}) >- sh -e ${.CURDIR}/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >+ sh -e ${.CURDIR}/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 > .else >- sh -e ${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >+ sh -e ${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 > .endif > .endfor >- touch _.cs >+ mv _.cs.tmp _.cs > > ########################################################################### > # > > >-- > "One world, one web, one program" -- Microsoft promotional ad > "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler > -- 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 Thu Mar 17 19:55:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC4F16A4CE; Thu, 17 Mar 2005 19:55:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B6D43D39; Thu, 17 Mar 2005 19:55:07 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HJt7Vx004265; Thu, 17 Mar 2005 19:55:07 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HJt7FP004264; Thu, 17 Mar 2005 19:55:07 GMT (envelope-from hrs) Message-Id: <200503171955.j2HJt7FP004264@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 17 Mar 2005 19:55:07 +0000 (UTC) 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: Thu, 17 Mar 2005 19:55:08 -0000 hrs 2005-03-17 19:55:07 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: BIND 9.3.1. Revision Changes Path 1.824 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Mar 17 19:57:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30ABF16A4CE; Thu, 17 Mar 2005 19:57:08 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3CF43D46; Thu, 17 Mar 2005 19:57:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2HJsvNM032551; Thu, 17 Mar 2005 12:54:58 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 12:55:07 -0700 (MST) Message-Id: <20050317.125507.29867798.imp@bsdimp.com> To: peter@wemm.org From: "M. Warner Losh" In-Reply-To: <200503171058.04786.peter@wemm.org> References: <20050316205829.GA3556@dragon.NUXI.org> <20050317121651.N72560@delplex.bde.org> <200503171058.04786.peter@wemm.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: src-committers@freebsd.org cc: pjd@freebsd.org cc: bde@zeta.org.au cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: obrien@freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Thu, 17 Mar 2005 19:57:08 -0000 On Wednesday 16 March 2005 05:37 pm, Bruce Evans wrote: > Are the comments on precedence even correct? I think precedence > according to ordering in the config file hasn't worked for many years. That is correct. At most you get hints ordering for ISA devices. Otherwise, you get the order which the devices appear in the linked lists for a given bus. In message: <200503171058.04786.peter@wemm.org> Peter Wemm writes: : The bubble sorting of the sysinit entries would scramble their registration : order with newbus, so it isn't safe to assume *any* implied order or : precedence. Yes. However, given that the two modules in question return relative values such that either or both can be in the kernel and pcn wins. So it just doesn't matter what order you list have in your kernel config. The probe routines will bid on it, and they are safe to be called multiple times, and only the highest bidder will attach. : If there are any remnants of probe precedence, it is in the order : specified in device.hints for old isa devices, but even then, I'm : not sure that it has any effect. The "correct" (for a small value : thereof) way to specify precedence is with the sensitive flags in : the drivers. There are no such probing precidence vestiages left in the system. However, given how hints are written, and that we prefer hinted devices to pnp devices, on the ISA bus one can generally control the order in which devices probe. It looks like we don't look at the sensitive flag in the hint driver. : The only other dependable order of probling is that isa probes happen after : pci/eisa/etc probes. A pci probe will always get a chance to grab a device : before an isa probe even gets a chance to look at it. Again, regardless of : the order in config files. True. And unless the PCI device is in some wacked out compatbility mode, the ISA probe will never ever see that device, no matter when it happens. Well, if you hinted a pci device as an ISA device, you might run into trouble, but nobody does that[*]. I don't have an opinion on where lnc should go. It is clear to me that it is fine where it is. I cite as evidence: (1) ed is in the ISA section, but has pccard, cbus and pci attachments. (2) ex, cs, and sn are in the ISA section, but also have pccard attachments. (3) ep also has pccard, cbus and eisa attachments. (4) xe doesn't even have an ISA attachment, but is in the ISA section (5) fe has pccard and cbus attachments (and could in theory have EISA attachments). (6) le shouldn't be listed as using the old isa shims, since those are gone from the tree. Warner [*] I'm sure someone will tell me they've been using this technique to keep their old whatsit card that has only and ISA but no PCI attachment going since 1.1, but I kinda doubt it. From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:03:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBFA316A4CE; Thu, 17 Mar 2005 20:03:01 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2883E43D55; Thu, 17 Mar 2005 20:03:01 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j2HK2vih015667; Thu, 17 Mar 2005 12:02:57 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.3/8.13.3/Submit) id j2HK2vHt015666; Thu, 17 Mar 2005 12:02:57 -0800 (PST) (envelope-from marcel) Date: Thu, 17 Mar 2005 12:02:57 -0800 From: Marcel Moolenaar To: "M. Warner Losh" Message-ID: <20050317200257.GA15540@ns1.xcllnt.net> References: <20050316205829.GA3556@dragon.NUXI.org> <20050317121651.N72560@delplex.bde.org> <200503171058.04786.peter@wemm.org> <20050317.125507.29867798.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050317.125507.29867798.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i cc: src-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: peter@wemm.org cc: bde@zeta.org.au cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Thu, 17 Mar 2005 20:03:02 -0000 On Thu, Mar 17, 2005 at 12:55:07PM -0700, M. Warner Losh wrote: *snip* > True. And unless the PCI device is in some wacked out compatbility > mode, the ISA probe will never ever see that device, no matter when it > happens. Well, if you hinted a pci device as an ISA device, you might > run into trouble, but nobody does that[*]. *snip* > [*] I'm sure someone will tell me they've been using this technique to > keep their old whatsit card that has only and ISA but no PCI > attachment going since 1.1, but I kinda doubt it. Doesn't everybody have an ISA hint for their PCI/AGP graphics cards? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:03:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC7616A4DF; Thu, 17 Mar 2005 20:03:17 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 667BA43D4C; Thu, 17 Mar 2005 20:03:16 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AE59065339; Thu, 17 Mar 2005 20:00:26 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 36041-01-3; Thu, 17 Mar 2005 20:00:26 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp52.icir.org [192.150.187.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1214A65319; Thu, 17 Mar 2005 20:00:26 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id D273F67D4; Thu, 17 Mar 2005 12:04:05 -0800 (PST) Date: Thu, 17 Mar 2005 12:04:05 -0800 From: Bruce M Simpson To: John-Mark Gurney Message-ID: <20050317200405.GD31424@dhcp120.icir.org> Mail-Followup-To: John-Mark Gurney , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200503171934.j2HJYvEN003284@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503171934.j2HJYvEN003284@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mbuf.9 src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 20:03:17 -0000 On Thu, Mar 17, 2005 at 07:34:57PM +0000, John-Mark Gurney wrote: > Log: > add m_copyup function.. This can be used to help make our ip stack less > alignment restrictive, and help performance on some ethernet cards which > currently copy the entire packet a couple bytes to get the packet aligned > properly... I've got a quad sf(4), but it's currently in a Windows box at work. Hopefully this will improve the situation for the sf(4) and other cards further down the line. Perhaps I'll be able to extract this card when done with current assignment and get sf(4) a bit more ship-shape. Good stuff, BMS From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:24:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A52216A4CE; Thu, 17 Mar 2005 20:24:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D4D43D2F; Thu, 17 Mar 2005 20:24:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2HKLjRd032921; Thu, 17 Mar 2005 13:21:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 13:21:55 -0700 (MST) Message-Id: <20050317.132155.00004575.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <20050317200257.GA15540@ns1.xcllnt.net> References: <200503171058.04786.peter@wemm.org> <20050317.125507.29867798.imp@bsdimp.com> <20050317200257.GA15540@ns1.xcllnt.net> 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: src-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: peter@wemm.org cc: bde@zeta.org.au cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Thu, 17 Mar 2005 20:24:17 -0000 In message: <20050317200257.GA15540@ns1.xcllnt.net> Marcel Moolenaar writes: : On Thu, Mar 17, 2005 at 12:55:07PM -0700, M. Warner Losh wrote: : *snip* : > True. And unless the PCI device is in some wacked out compatbility : > mode, the ISA probe will never ever see that device, no matter when it : > happens. Well, if you hinted a pci device as an ISA device, you might : > run into trouble, but nobody does that[*]. : *snip* : > [*] I'm sure someone will tell me they've been using this technique to : > keep their old whatsit card that has only and ISA but no PCI : > attachment going since 1.1, but I kinda doubt it. : : Doesn't everybody have an ISA hint for their PCI/AGP graphics cards? Yes and no. But that's different because vga is just too special. Warner From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:27:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA4216A4D2 for ; Thu, 17 Mar 2005 20:27:04 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 899D843D4C for ; Thu, 17 Mar 2005 20:27:03 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 41659 invoked from network); 17 Mar 2005 20:27:02 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 17 Mar 2005 20:27:02 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 17 Mar 2005 14:27:01 -0600 (CST) From: Mike Silbersack To: John-Mark Gurney In-Reply-To: <200503171934.j2HJYvEN003284@repoman.freebsd.org> Message-ID: <20050317142438.C3888@odysseus.silby.com> References: <200503171934.j2HJYvEN003284@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mbuf.9 src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 20:27:04 -0000 On Thu, 17 Mar 2005, John-Mark Gurney wrote: > add m_copyup function.. This can be used to help make our ip stack less > alignment restrictive, and help performance on some ethernet cards which > currently copy the entire packet a couple bytes to get the packet aligned > properly... > > Wordsmithing by: dwhite > Obtained from: NetBSD (code only) > I'll clean it up later: rwatson People working on a better function, but didn't get a chance to comment because you didn't post to net: sam, silby From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:31:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EAE16A4CE; Thu, 17 Mar 2005 20:31:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F8743D55; Thu, 17 Mar 2005 20:31:37 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HKVbox005618; Thu, 17 Mar 2005 20:31:37 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HKVba4005617; Thu, 17 Mar 2005 20:31:37 GMT (envelope-from iedowse) Message-Id: <200503172031.j2HKVba4005617@repoman.freebsd.org> From: Ian Dowse Date: Thu, 17 Mar 2005 20:31:36 +0000 (UTC) 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 autoconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 20:31:37 -0000 iedowse 2005-03-17 20:31:36 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 autoconf.c Log: Split configure() into 3 separate steps like we do on other architectures. This makes it possible to insert hooks before and after the device attachment step. Revision Changes Path 1.11 +23 -3 src/sys/sparc64/sparc64/autoconf.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:45:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1BDA16A4CE; Thu, 17 Mar 2005 20:45:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76F343D3F; Thu, 17 Mar 2005 20:45:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HKjOGS006225; Thu, 17 Mar 2005 20:45:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HKjO7p006224; Thu, 17 Mar 2005 20:45:24 GMT (envelope-from imp) Message-Id: <200503172045.j2HKjO7p006224@repoman.freebsd.org> From: Warner Losh Date: Thu, 17 Mar 2005 20:45:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ppbus pps.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 20:45:25 -0000 imp 2005-03-17 20:45:24 UTC FreeBSD src repository Modified files: sys/dev/ppbus pps.c Log: When locking a MTX_SPIN, one needs to use mtx_lock_spin. Lock the timeout routine as well. Submitted by: bde Revision Changes Path 1.49 +7 -5 src/sys/dev/ppbus/pps.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 21:22:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C3D116A4CE; Thu, 17 Mar 2005 21:22:14 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F59143D5A; Thu, 17 Mar 2005 21:22:13 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j2HLMAms010720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Mar 2005 13:22:11 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4239F568.1050901@errno.com> Date: Thu, 17 Mar 2005 13:23:52 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200503171934.j2HJYvEN003284@repoman.freebsd.org> <20050317142438.C3888@odysseus.silby.com> In-Reply-To: <20050317142438.C3888@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: John-Mark Gurney cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mbuf.9 src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 21:22:14 -0000 Mike Silbersack wrote: > > On Thu, 17 Mar 2005, John-Mark Gurney wrote: > >> add m_copyup function.. This can be used to help make our ip stack less >> alignment restrictive, and help performance on some ethernet cards which >> currently copy the entire packet a couple bytes to get the packet >> aligned >> properly... >> >> Wordsmithing by: dwhite >> Obtained from: NetBSD (code only) >> I'll clean it up later: rwatson > > > People working on a better function, but didn't get a chance to comment > because you didn't post to net: sam, silby > Actually, he showed it to me and I hadn't a clue he would commit it given the comments I gave him. Sam From owner-cvs-src@FreeBSD.ORG Thu Mar 17 21:39:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7338016A4CE; Thu, 17 Mar 2005 21:39:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A71343D48; Thu, 17 Mar 2005 21:39:44 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HLdimX014946; Thu, 17 Mar 2005 21:39:44 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HLdiuv014945; Thu, 17 Mar 2005 21:39:44 GMT (envelope-from emax) Message-Id: <200503172139.j2HLdiuv014945@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 17 Mar 2005 21:39:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libbluetooth bluetooth.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, 17 Mar 2005 21:39:44 -0000 emax 2005-03-17 21:39:44 UTC FreeBSD src repository Modified files: lib/libbluetooth bluetooth.h Log: Fix typo in comments (spell Linux correctly) Submitted by: Markus Brueffer < markus at brueffer dot de > MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/lib/libbluetooth/bluetooth.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 21:53:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7506016A4CF for ; Thu, 17 Mar 2005 21:53:20 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF45943D1D for ; Thu, 17 Mar 2005 21:53:19 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 17269 invoked from network); 17 Mar 2005 21:53:19 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Mar 2005 21:53:19 -0000 Received: from hydrogen.funkthat.com (obmtuh@localhost.funkthat.com [127.0.0.1])j2HLrIGH037148; Thu, 17 Mar 2005 13:53:18 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id j2HLrIBD037147; Thu, 17 Mar 2005 13:53:18 -0800 (PST) Date: Thu, 17 Mar 2005 13:53:18 -0800 From: John-Mark Gurney To: Sam Leffler Message-ID: <20050317215318.GM89312@funkthat.com> References: <200503171934.j2HJYvEN003284@repoman.freebsd.org> <20050317142438.C3888@odysseus.silby.com> <4239F568.1050901@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4239F568.1050901@errno.com> 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: Mike Silbersack cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mbuf.9 src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h 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: Thu, 17 Mar 2005 21:53:20 -0000 Sam Leffler wrote this message on Thu, Mar 17, 2005 at 13:23 -0800: > >People working on a better function, but didn't get a chance to comment > >because you didn't post to net: sam, silby > > Actually, he showed it to me and I hadn't a clue he would commit it > given the comments I gave him. Yeh, sorry about that, I mistook a comment from rwatson as relating to this instead of to something else sam had posted. I'll remeber to post patches to -net next time... -- 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 Thu Mar 17 22:21:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0C416A4CE; Thu, 17 Mar 2005 22:21:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C75743D39; Thu, 17 Mar 2005 22:21:37 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HMLaYE017720; Thu, 17 Mar 2005 22:21:37 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HMLaVk017719; Thu, 17 Mar 2005 22:21:36 GMT (envelope-from das) Message-Id: <200503172221.j2HMLaVk017719@repoman.freebsd.org> From: David Schultz Date: Thu, 17 Mar 2005 22:21:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa npx.c src/sys/i386/include npx.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, 17 Mar 2005 22:21:37 -0000 das 2005-03-17 22:21:36 UTC FreeBSD src repository Modified files: sys/i386/isa npx.c sys/i386/include npx.h Log: Initialize the mxcsr properly, so the initial value in a process isn't just the value that was left over from some other application. Revision Changes Path 1.28 +1 -0 src/sys/i386/include/npx.h 1.159 +10 -0 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Thu Mar 17 22:21:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B7F16A4D5; Thu, 17 Mar 2005 22:21:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D3F43D31; Thu, 17 Mar 2005 22:21:46 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HMLkp1017762; Thu, 17 Mar 2005 22:21:46 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HMLkfq017761; Thu, 17 Mar 2005 22:21:46 GMT (envelope-from das) Message-Id: <200503172221.j2HMLkfq017761@repoman.freebsd.org> From: David Schultz Date: Thu, 17 Mar 2005 22:21:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 17 Mar 2005 22:21:46 -0000 das 2005-03-17 22:21:46 UTC FreeBSD src repository Modified files: lib/msun/i387 fenv.c fenv.h Log: Make the fenv.h routines work for programs that use SSE for floating-point arithmetic on i386. Now I'm going to make excuses for why this code is kinda scary: - To avoid breaking the ABI with 5.3-RELEASE, we can't change sizeof(fenv_t). I stuck the saved mxcsr in some discontiguous reserved bits in the existing structure. - Attempting to access the mxcsr on older processors results in an illegal instruction exception, so support for SSE must be detected at runtime. (The extra baggage is optimized away if either the application or libm is compiled with -msse{,2}.) I didn't run tests to ensure that this doesn't SIGILL on older 486's lacking the cpuid instruction or on other processors lacking SSE. Results from running the fenv regression test on these processors would be appreciated. (You'll need to compile the test with -DNO_STRICT_DFL_ENV.) If you have an 80386, or if your processor supports SSE but the kernel didn't enable it, then you're probably out of luck. Also, I un-inlined some of the functions that grew larger as a result of this change, moving them from fenv.h to fenv.c. Revision Changes Path 1.2 +176 -4 src/lib/msun/i387/fenv.c 1.4 +86 -81 src/lib/msun/i387/fenv.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 22:36:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6353216A4CE; Thu, 17 Mar 2005 22:36:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396BC43D41; Thu, 17 Mar 2005 22:36:16 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HMaGFa022145; Thu, 17 Mar 2005 22:36:16 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HMaG69022144; Thu, 17 Mar 2005 22:36:16 GMT (envelope-from njl) Message-Id: <200503172236.j2HMaG69022144@repoman.freebsd.org> From: Nate Lawson Date: Thu, 17 Mar 2005 22:36:16 +0000 (UTC) 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 mixer X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Mar 2005 22:36:16 -0000 njl 2005-03-17 22:36:16 UTC FreeBSD src repository Modified files: etc/rc.d mixer Log: Remove the 'usbd' keyword (it isn't necessary for mixer). Also, use BEFORE instead of REQUIRE. Probably ok by: jhb MFC after: 3 days Revision Changes Path 1.5 +1 -1 src/etc/rc.d/mixer From owner-cvs-src@FreeBSD.ORG Thu Mar 17 22:42:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF0616A4CF; Thu, 17 Mar 2005 22:42:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9AD43D1D; Thu, 17 Mar 2005 22:42:49 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HMgnwT022428; Thu, 17 Mar 2005 22:42:49 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HMgnkH022427; Thu, 17 Mar 2005 22:42:49 GMT (envelope-from njl) Message-Id: <200503172242.j2HMgnkH022427@repoman.freebsd.org> From: Nate Lawson Date: Thu, 17 Mar 2005 22:42:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_battery.c acpiio.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, 17 Mar 2005 22:42:49 -0000 njl 2005-03-17 22:42:49 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_battery.c acpiio.h Log: Introduce a general name for the previously cmbat-only ioctls. It has the same value as the previous ioctls so no binary change. Also, make a few style changes to reduce diffs to my tree. Loosely based on code from: Hans Petter Selasky Revision Changes Path 1.12 +9 -9 src/sys/dev/acpica/acpi_battery.c 1.14 +13 -11 src/sys/dev/acpica/acpiio.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 22:47:18 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EDB616A4CE; Thu, 17 Mar 2005 22:47:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7328843D1F; Thu, 17 Mar 2005 22:47:18 +0000 (GMT) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HMlIbx022668; Thu, 17 Mar 2005 22:47:18 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HMlIto022667; Thu, 17 Mar 2005 22:47:18 GMT (envelope-from ticso) Message-Id: <200503172247.j2HMlIto022667@repoman.freebsd.org> From: Bernd Walter Date: Thu, 17 Mar 2005 22:47:18 +0000 (UTC) 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 ubser.c ubser.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, 17 Mar 2005 22:47:18 -0000 ticso 2005-03-17 22:47:18 UTC FreeBSD src repository Modified files: sys/dev/usb ubser.c ubser.h Log: initialize pp->p_sc so it can be referenced later. dynamicaly allocate the per port array. allow up to 32 serials per USB device. ask the device for correct pipe sizes. Revision Changes Path 1.16 +32 -20 src/sys/dev/usb/ubser.c 1.3 +2 -0 src/sys/dev/usb/ubser.h From owner-cvs-src@FreeBSD.ORG Thu Mar 17 23:01:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E24D16A4CE; Thu, 17 Mar 2005 23:01:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DFF43D1F; Thu, 17 Mar 2005 23:01:16 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HN1Fv6023326; Thu, 17 Mar 2005 23:01:15 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HN1F0A023325; Thu, 17 Mar 2005 23:01:15 GMT (envelope-from cognet) Message-Id: <200503172301.j2HN1F0A023325@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 17 Mar 2005 23:01:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/xscale/i80321 iq31244_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, 17 Mar 2005 23:01:16 -0000 cognet 2005-03-17 23:01:15 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 iq31244_machdep.c Log: Bring back some of the cleanups and fixes jmg did in the TS7200 port. Revision Changes Path 1.9 +17 -19 src/sys/arm/xscale/i80321/iq31244_machdep.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 00:33:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84DED16A4CE; Fri, 18 Mar 2005 00:33:42 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4627843D2F; Fri, 18 Mar 2005 00:33:42 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from [192.0.35.182] (g35-182.icann.org[192.0.35.182]) by comcast.net (rwcrmhc11) with ESMTP id <2005031800334101300df0tle>; Fri, 18 Mar 2005 00:33:41 +0000 Message-ID: <423A21E2.4080000@FreeBSD.org> Date: Thu, 17 Mar 2005 18:33:38 -0600 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Dowse References: <200503161017.aa64281@salmon.maths.tcd.ie> In-Reply-To: <200503161017.aa64281@salmon.maths.tcd.ie> X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: Maxim Sobolev cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 00:33:42 -0000 Ian Dowse wrote: > Doug, can you point me at some details of the problems you mention? Well I'm very excited to say that I finally had a chance to test this, and so far everything is working great! I compiled ehci into my kernel, and I can now use USB 2 devices just fine, no panics, no nothing. Reported transfer speed is 40 MB/s, and access to the devices does indeed seem faster. My USB 1 mouse works just fine, both with the docking station and without. In short, all of my "issues" seem to have been fixed! I also just updated my src tree to try the new code you committed to avoid the detach/reattach problem, and that not only works, but it avoids the weird errors I was getting about my docking station's USB hub and having to reprobe ums0. You and Julian are to be congratulated on all the hard work you've done in this area. Good luck with hunting down the rest of the corner cases. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Fri Mar 18 00:37:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE2D16A4CE; Fri, 18 Mar 2005 00:37:01 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B411E43D62; Fri, 18 Mar 2005 00:37:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2I0aZ52034751; Thu, 17 Mar 2005 17:36:35 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423A2213.5040207@samsco.org> Date: Thu, 17 Mar 2005 17:34:27 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200503161017.aa64281@salmon.maths.tcd.ie> <423A21E2.4080000@FreeBSD.org> In-Reply-To: <423A21E2.4080000@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: Ian Dowse cc: src-committers@FreeBSD.org cc: Maxim Sobolev cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 00:37:01 -0000 Doug Barton wrote: > Ian Dowse wrote: > >> Doug, can you point me at some details of the problems you mention? > > > Well I'm very excited to say that I finally had a chance to test this, > and so far everything is working great! I compiled ehci into my kernel, > and I can now use USB 2 devices just fine, no panics, no nothing. > Reported transfer speed is 40 MB/s, and access to the devices does > indeed seem faster. My USB 1 mouse works just fine, both with the > docking station and without. > > In short, all of my "issues" seem to have been fixed! I also just > updated my src tree to try the new code you committed to avoid the > detach/reattach problem, and that not only works, but it avoids the > weird errors I was getting about my docking station's USB hub and having > to reprobe ums0. > > You and Julian are to be congratulated on all the hard work you've done > in this area. Good luck with hunting down the rest of the corner cases. > > Doug > This needs to settle in the tree a little longer, then I would eagerly encourage Ian to work with RE to get it into 5.4. Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 00:55:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE04716A4CE; Fri, 18 Mar 2005 00:55:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B3443D3F; Fri, 18 Mar 2005 00:55:12 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I0tCwU040334; Fri, 18 Mar 2005 00:55:12 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I0tCJZ040333; Fri, 18 Mar 2005 00:55:12 GMT (envelope-from murray) Message-Id: <200503180055.j2I0tCJZ040333@repoman.freebsd.org> From: Murray Stokely Date: Fri, 18 Mar 2005 00:55:12 +0000 (UTC) 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 index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 00:55:12 -0000 murray 2005-03-18 00:55:12 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall index.c Log: Recover gracefully if the user puts in the wrong CD volume after being prompted to insert another CD for a package. MFC After: 3 days Revision Changes Path 1.104 +3 -5 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 01:05:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4B116A4CE; Fri, 18 Mar 2005 01:05:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0A843D2D; Fri, 18 Mar 2005 01:05:46 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I15kE6041515; Fri, 18 Mar 2005 01:05:46 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I15kCb041514; Fri, 18 Mar 2005 01:05:46 GMT (envelope-from murray) Message-Id: <200503180105.j2I15kCb041514@repoman.freebsd.org> From: Murray Stokely Date: Fri, 18 Mar 2005 01:05:46 +0000 (UTC) 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 sysinstall.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, 18 Mar 2005 01:05:46 -0000 murray 2005-03-18 01:05:46 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall sysinstall.8 Log: Use the correct variable name for the description of multi-volume support in cdrom.inf. Should be CD_VOLUME. Revision Changes Path 1.68 +3 -3 src/usr.sbin/sysinstall/sysinstall.8 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 01:11:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCD216A4CE; Fri, 18 Mar 2005 01:11:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3687543D49; Fri, 18 Mar 2005 01:11:40 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I1BeKk041762; Fri, 18 Mar 2005 01:11:40 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I1BeS9041761; Fri, 18 Mar 2005 01:11:40 GMT (envelope-from jmg) Message-Id: <200503180111.j2I1BeS9041761@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 18 Mar 2005 01:11:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys event.h src/sys/kern kern_event.c vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 01:11:40 -0000 jmg 2005-03-18 01:11:40 UTC FreeBSD src repository Modified files: sys/sys event.h sys/kern kern_event.c vfs_aio.c Log: fix aio+kq... I've been running ambrisko's test program for much longer w/o problems than I was before... This simply brings back the knote_delete as knlist_delete which will also drop the knote's, instead of just clearing the list and seeing _ONESHOT... Fix a race where if a note was _INFLUX and _DETACHED, it could end up being modified... whoopse.. MFC after: 1 week Prodded by: ambrisko and dwhite Revision Changes Path 1.90 +11 -8 src/sys/kern/kern_event.c 1.183 +1 -1 src/sys/kern/vfs_aio.c 1.28 +6 -1 src/sys/sys/event.h From owner-cvs-src@FreeBSD.ORG Fri Mar 18 01:47:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DF316A4CE; Fri, 18 Mar 2005 01:47:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E5343D55; Fri, 18 Mar 2005 01:47:43 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I1lhqB043198; Fri, 18 Mar 2005 01:47:43 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I1lhjE043197; Fri, 18 Mar 2005 01:47:43 GMT (envelope-from das) Message-Id: <200503180147.j2I1lhjE043197@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 01:47:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src math.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, 18 Mar 2005 01:47:43 -0000 das 2005-03-18 01:47:43 UTC FreeBSD src repository Modified files: lib/msun/src math.h Log: Add missing prototypes for fma() and fmaf(), and remove an inaccurate comment. Revision Changes Path 1.57 +2 -1 src/lib/msun/src/math.h From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:25:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD1016A4CE; Fri, 18 Mar 2005 02:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC4F43D1F; Fri, 18 Mar 2005 02:25:45 +0000 (GMT) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I2Pjar044884; Fri, 18 Mar 2005 02:25:45 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I2PjiY044883; Fri, 18 Mar 2005 02:25:45 GMT (envelope-from ticso) Message-Id: <200503180225.j2I2PjiY044883@repoman.freebsd.org> From: Bernd Walter Date: Fri, 18 Mar 2005 02:25:45 +0000 (UTC) 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 ubser.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 02:25:47 -0000 ticso 2005-03-18 02:25:45 UTC FreeBSD src repository Modified files: share/man/man4 ubser.4 Log: Reflect devnode naming change from /dev/ubser?.? to /dev/ttyy?? Revision Changes Path 1.5 +2 -2 src/share/man/man4/ubser.4 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:26:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F4716A4CE; Fri, 18 Mar 2005 02:26:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CAE943D1F; Fri, 18 Mar 2005 02:26:05 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I2Q5wM044917; Fri, 18 Mar 2005 02:26:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I2Q5ER044916; Fri, 18 Mar 2005 02:26:05 GMT (envelope-from brueffer) Message-Id: <200503180226.j2I2Q5ER044916@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 18 Mar 2005 02:26:05 +0000 (UTC) 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 sr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 02:26:05 -0000 brueffer 2005-03-18 02:26:05 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 sr.4 Log: - add a HARDWARE section - correct a language nit - remove outdated FILES section - bump .Dd MFC after: 3 days Revision Changes Path 1.27 +13 -10 src/share/man/man4/man4.i386/sr.4 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:28:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB4A16A4CE; Fri, 18 Mar 2005 02:28:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EFF43D58; Fri, 18 Mar 2005 02:27:59 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I2Rxlw044982; Fri, 18 Mar 2005 02:27:59 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I2RxKt044981; Fri, 18 Mar 2005 02:27:59 GMT (envelope-from das) Message-Id: <200503180227.j2I2RxKt044981@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 02:27:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src s_fma.c s_fmal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 02:28:00 -0000 das 2005-03-18 02:27:59 UTC FreeBSD src repository Modified files: lib/msun/src s_fma.c s_fmal.c Log: Fix the double rounding problem with subnormals, and remove the XXX comments, which no longer apply. Revision Changes Path 1.4 +19 -11 src/lib/msun/src/s_fma.c 1.2 +17 -5 src/lib/msun/src/s_fmal.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:38:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E7216A4CE; Fri, 18 Mar 2005 02:38:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECD743D2F; Fri, 18 Mar 2005 02:38:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I2c3TI045466; Fri, 18 Mar 2005 02:38:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I2c3CY045465; Fri, 18 Mar 2005 02:38:03 GMT (envelope-from brueffer) Message-Id: <200503180238.j2I2c3CY045465@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 18 Mar 2005 02:38:03 +0000 (UTC) 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 rc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 02:38:03 -0000 brueffer 2005-03-18 02:38:03 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 rc.4 Log: - move supported hardware information into a HARDWARE section - consistently capitalize RISCom - fix typo - bump .Dd MFC after: 3 days Revision Changes Path 1.5 +10 -9 src/share/man/man4/rc.4 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:41:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0DB16A4CE; Fri, 18 Mar 2005 02:41:48 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B41343D39; Fri, 18 Mar 2005 02:41:48 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 17 Mar 2005 18:41:47 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j2I2fluH014294; Thu, 17 Mar 2005 18:41:47 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j2I2fluO014293; Thu, 17 Mar 2005 18:41:47 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200503180241.j2I2fluO014293@ambrisko.com> In-Reply-To: <200503180111.j2I1BeS9041761@repoman.freebsd.org> To: John-Mark Gurney Date: Thu, 17 Mar 2005 18:41:47 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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/sys event.h src/sys/kern kern_event.c vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 02:41:48 -0000 John-Mark Gurney writes: | jmg 2005-03-18 01:11:40 UTC | | FreeBSD src repository | | Modified files: | sys/sys event.h | sys/kern kern_event.c vfs_aio.c | Log: | fix aio+kq... I've been running ambrisko's test program for much longer | w/o problems than I was before... This simply brings back the knote_delete | as knlist_delete which will also drop the knote's, instead of just clearing | the list and seeing _ONESHOT... | | Fix a race where if a note was _INFLUX and _DETACHED, it could end up being | modified... whoopse.. Thanks, once I sync. up with that then I'll bring in the lio fixes and kqueue support for lio. Doug A. From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:49:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E3316A4CE; Fri, 18 Mar 2005 02:49:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A2F543D49; Fri, 18 Mar 2005 02:49:43 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I2nhjh045874; Fri, 18 Mar 2005 02:49:43 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I2nhvQ045873; Fri, 18 Mar 2005 02:49:43 GMT (envelope-from brueffer) Message-Id: <200503180249.j2I2nhvQ045873@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 18 Mar 2005 02:49:43 +0000 (UTC) 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 sr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 02:49:43 -0000 brueffer 2005-03-18 02:49:43 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 sr.4 Log: Further refine information about supported hardware (from the hardware notes). Revision Changes Path 1.28 +6 -4 src/share/man/man4/man4.i386/sr.4 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 03:12:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C21BA16A4CE; Fri, 18 Mar 2005 03:12:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9190A43D3F; Fri, 18 Mar 2005 03:12:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I3ClVT047258; Fri, 18 Mar 2005 03:12:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I3Clr5047257; Fri, 18 Mar 2005 03:12:47 GMT (envelope-from brueffer) Message-Id: <200503180312.j2I3Clr5047257@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 18 Mar 2005 03:12:47 +0000 (UTC) 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/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 03:12:48 -0000 brueffer 2005-03-18 03:12:47 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Autogenerate device listings for sr(4) and rc(4). MFC after: 3 days Revision Changes Path 1.276 +3 -11 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.58 +2 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Fri Mar 18 03:13:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4D916A4CE for ; Fri, 18 Mar 2005 03:13:33 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068BC43D2D for ; Fri, 18 Mar 2005 03:13:33 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 8929 invoked from network); 18 Mar 2005 03:13:32 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Mar 2005 03:13:32 -0000 Received: from hydrogen.funkthat.com (enmbcn@localhost.funkthat.com [127.0.0.1])j2I3DWGH045390; Thu, 17 Mar 2005 19:13:32 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id j2I3DWhp045389; Thu, 17 Mar 2005 19:13:32 -0800 (PST) Date: Thu, 17 Mar 2005 19:13:32 -0800 From: John-Mark Gurney To: Doug Ambrisko Message-ID: <20050318031332.GA37984@funkthat.com> References: <200503180111.j2I1BeS9041761@repoman.freebsd.org> <200503180241.j2I2fluO014293@ambrisko.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503180241.j2I2fluO014293@ambrisko.com> 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 Subject: Re: cvs commit: src/sys/sys event.h src/sys/kern kern_event.c vfs_aio.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: Fri, 18 Mar 2005 03:13:33 -0000 Doug Ambrisko wrote this message on Thu, Mar 17, 2005 at 18:41 -0800: > John-Mark Gurney writes: > | jmg 2005-03-18 01:11:40 UTC > | > | FreeBSD src repository > | > | Modified files: > | sys/sys event.h > | sys/kern kern_event.c vfs_aio.c > | Log: > | fix aio+kq... I've been running ambrisko's test program for much longer > | w/o problems than I was before... This simply brings back the knote_delete > | as knlist_delete which will also drop the knote's, instead of just clearing > | the list and seeing _ONESHOT... > | > | Fix a race where if a note was _INFLUX and _DETACHED, it could end up being > | modified... whoopse.. > > Thanks, once I sync. up with that then I'll bring in the lio fixes and > kqueue support for lio. :) That's what I was about to send an email off to you suggesting you do.. I'll review the lio+kqueue changes when you're ready to commit them... Sorry for taking so long to fix such simple bug... -- 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 Fri Mar 18 03:29:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7333716A4CE; Fri, 18 Mar 2005 03:29:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4904D43D31; Fri, 18 Mar 2005 03:29:39 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I3Tdhc048098; Fri, 18 Mar 2005 03:29:39 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I3TdkF048097; Fri, 18 Mar 2005 03:29:39 GMT (envelope-from grehan) Message-Id: <200503180329.j2I3TdkF048097@repoman.freebsd.org> From: Peter Grehan Date: Fri, 18 Mar 2005 03:29:39 +0000 (UTC) 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 autoconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 03:29:39 -0000 grehan 2005-03-18 03:29:39 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc autoconf.c Log: Split configure into 3 steps ala sparc64 Obtained from: iedowse, sparc64 Revision Changes Path 1.13 +20 -1 src/sys/powerpc/powerpc/autoconf.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 03:35:21 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8E416A4CE; Fri, 18 Mar 2005 03:35:21 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0091F43D1D; Fri, 18 Mar 2005 03:35:21 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.30.60] (CPE-30-60.dsl.onthenet.net [203.144.30.60]) j2I3ZJnP039939; Fri, 18 Mar 2005 13:35:19 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <423A4DE6.30401@freebsd.org> Date: Fri, 18 Mar 2005 13:41:26 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: iedowse@freebsd.org References: <200503180329.j2I3TdkF048097@repoman.freebsd.org> In-Reply-To: <200503180329.j2I3TdkF048097@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/powerpc/powerpc autoconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 03:35:22 -0000 > sys/powerpc/powerpc autoconf.c > Log: > Split configure into 3 steps ala sparc64 > > Obtained from: iedowse, sparc64 EHCI now works a treat on my 12" G4 pbook with external USB2 enclosure and USB1 keyboard - previously it would hang very quickly. Thanks ! later, Peter. From owner-cvs-src@FreeBSD.ORG Fri Mar 18 05:19:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D7916A4CE; Fri, 18 Mar 2005 05:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEE143D53; Fri, 18 Mar 2005 05:19:50 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I5Jo8X060526; Fri, 18 Mar 2005 05:19:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I5Jo4i060525; Fri, 18 Mar 2005 05:19:50 GMT (envelope-from imp) Message-Id: <200503180519.j2I5Jo4i060525@repoman.freebsd.org> From: Warner Losh Date: Fri, 18 Mar 2005 05:19:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard pccard.c src/sys/dev/pci pci.c src/sys/i386/i386 nexus.c src/sys/isa isa_common.c src/sys/kern subr_bus.c src/sys/sys bus.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, 18 Mar 2005 05:19:51 -0000 imp 2005-03-18 05:19:50 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c sys/dev/pccard pccard.c sys/dev/pci pci.c sys/i386/i386 nexus.c sys/isa isa_common.c sys/kern subr_bus.c sys/sys bus.h Log: Use STAILQ in preference to SLIST for the resources. Insert new resources last in the list rather than first. This makes the resouces print in the 4.x order rather than the 5.x order (eg fdc0 at 0x3f0-0x3f5,0x3f7 is 4.x, but 0x3f7,0x3f0-0x3f5 is 5.x). This also means that the pci code will once again print the resources in BAR ascending order. Revision Changes Path 1.52 +4 -4 src/sys/dev/cardbus/cardbus.c 1.100 +1 -1 src/sys/dev/pccard/pccard.c 1.282 +1 -1 src/sys/dev/pci/pci.c 1.61 +1 -1 src/sys/i386/i386/nexus.c 1.42 +5 -5 src/sys/isa/isa_common.c 1.174 +7 -7 src/sys/kern/subr_bus.c 1.67 +2 -2 src/sys/sys/bus.h From owner-cvs-src@FreeBSD.ORG Fri Mar 18 05:43:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637E816A4CE; Fri, 18 Mar 2005 05:43:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385BA43D3F; Fri, 18 Mar 2005 05:43:32 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I5hWBH061450; Fri, 18 Mar 2005 05:43:32 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I5hWHp061449; Fri, 18 Mar 2005 05:43:32 GMT (envelope-from das) Message-Id: <200503180543.j2I5hWHp061449@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 05:43:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hptmv 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, 18 Mar 2005 05:43:32 -0000 das 2005-03-18 05:43:31 UTC FreeBSD src repository Modified files: sys/dev/hptmv entry.c Log: Don't write past the end of the VendorId field (and into the ProductId field). Spotted by: Ted Unangst using the Coverity Prevent static analysis tool Reviewed by: scottl Revision Changes Path 1.7 +1 -1 src/sys/dev/hptmv/entry.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 05:43:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343F916A4D2; Fri, 18 Mar 2005 05:43:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 072A043D46; Fri, 18 Mar 2005 05:43:35 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I5hYpA061484; Fri, 18 Mar 2005 05:43:34 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I5hYMC061483; Fri, 18 Mar 2005 05:43:34 GMT (envelope-from das) Message-Id: <200503180543.j2I5hYMC061483@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 05:43:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hptmv gui_lib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 05:43:35 -0000 das 2005-03-18 05:43:34 UTC FreeBSD src repository Modified files: sys/dev/hptmv gui_lib.c Log: Don't read past the end of pVDevice[]. (Previously, we would iterate twice as many times as there were entries in the array.) Spotted by: Ted Unangst using the Coverity Prevent static analysis tool Reviewed by: scottl Revision Changes Path 1.4 +1 -1 src/sys/dev/hptmv/gui_lib.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 05:43:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EEA16A4CF; Fri, 18 Mar 2005 05:43:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C838643D2F; Fri, 18 Mar 2005 05:43:37 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I5hb8O061518; Fri, 18 Mar 2005 05:43:37 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I5hbjj061517; Fri, 18 Mar 2005 05:43:37 GMT (envelope-from das) Message-Id: <200503180543.j2I5hbjj061517@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 05:43:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mlx mlx_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, 18 Mar 2005 05:43:38 -0000 das 2005-03-18 05:43:37 UTC FreeBSD src repository Modified files: sys/dev/mlx mlx_pci.c Log: If mlx_attach() returns an error, don't free sc again. Spotted by: Ted Unangst using the Coverity Prevent static analysis tool Reviewed by: scottl Revision Changes Path 1.21 +1 -3 src/sys/dev/mlx/mlx_pci.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 05:52:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9CF1F16A4CF; Fri, 18 Mar 2005 05:52:12 +0000 (GMT) Date: Fri, 18 Mar 2005 05:52:12 +0000 From: Alexey Dokuchaev To: David Schultz Message-ID: <20050318055212.GA70385@FreeBSD.org> References: <200503172221.j2HMLkfq017761@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200503172221.j2HMLkfq017761@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/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 05:52:12 -0000 On Thu, Mar 17, 2005 at 10:21:46PM +0000, David Schultz wrote: > das 2005-03-17 22:21:46 UTC > > FreeBSD src repository > > Modified files: > lib/msun/i387 fenv.c fenv.h > Log: > Make the fenv.h routines work for programs that use SSE for > floating-point arithmetic on i386. Now I'm going to make excuses > for why this code is kinda scary: > > - To avoid breaking the ABI with 5.3-RELEASE, we can't change > sizeof(fenv_t). I stuck the saved mxcsr in some discontiguous > reserved bits in the existing structure. Why do you care about ABI compatibility between 6-CURRENT and 5.3-RELEASE? If you plan to MFC this code at some point, you could use your current approach in RELENG_5. This would, of course, mean you'd have to maintain two different code sets, but still. ./danfe From owner-cvs-src@FreeBSD.ORG Fri Mar 18 06:01:22 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 601B116A4CE; Fri, 18 Mar 2005 06:01:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 384C243D48; Fri, 18 Mar 2005 06:01:22 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I61Me1062202; Fri, 18 Mar 2005 06:01:22 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I61MtD062201; Fri, 18 Mar 2005 06:01:22 GMT (envelope-from phk) Message-Id: <200503180601.j2I61MtD062201@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 06:01:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 06:01:22 -0000 phk 2005-03-18 06:01:21 UTC FreeBSD src repository Modified files: sys/kern vfs_hash.c Log: Fix a bad copy&paste mistake I made. Spotted by: truckman Revision Changes Path 1.7 +1 -1 src/sys/kern/vfs_hash.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 06:16:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D4DA16A4CE; Fri, 18 Mar 2005 06:16:53 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0900F43D3F; Fri, 18 Mar 2005 06:16:53 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2I6GlP4040997; Fri, 18 Mar 2005 01:16:47 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2I6GlxO040996; Fri, 18 Mar 2005 01:16:47 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Fri, 18 Mar 2005 01:16:47 -0500 From: David Schultz To: Alexey Dokuchaev Message-ID: <20050318061647.GA40922@VARK.MIT.EDU> Mail-Followup-To: Alexey Dokuchaev , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200503172221.j2HMLkfq017761@repoman.freebsd.org> <20050318055212.GA70385@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050318055212.GA70385@FreeBSD.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 06:16:53 -0000 On Fri, Mar 18, 2005, Alexey Dokuchaev wrote: > On Thu, Mar 17, 2005 at 10:21:46PM +0000, David Schultz wrote: > > das 2005-03-17 22:21:46 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/msun/i387 fenv.c fenv.h > > Log: > > Make the fenv.h routines work for programs that use SSE for > > floating-point arithmetic on i386. Now I'm going to make excuses > > for why this code is kinda scary: > > > > - To avoid breaking the ABI with 5.3-RELEASE, we can't change > > sizeof(fenv_t). I stuck the saved mxcsr in some discontiguous > > reserved bits in the existing structure. > > Why do you care about ABI compatibility between 6-CURRENT and 5.3-RELEASE? > If you plan to MFC this code at some point, you could use your current > approach in RELENG_5. This would, of course, mean you'd have to maintain > two different code sets, but still. The reasons are manifold. For one, I would like the complicated version to get exposure in -CURRENT before I MFC it. Further, this only adds a few extra instructions, so it's not a big deal, particularly compared to the code to support older processors. You're right that I could just bump the libm version number and break the ABI, but that inconveniences people, so I would like to avoid it when possible. From owner-cvs-src@FreeBSD.ORG Fri Mar 18 06:20:07 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9E216A4CE; Fri, 18 Mar 2005 06:20:07 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7AC43D53; Fri, 18 Mar 2005 06:20:07 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2I6Jhn3036219; Thu, 17 Mar 2005 23:19:43 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423A7277.1000202@samsco.org> Date: Thu, 17 Mar 2005 23:17:27 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Schultz References: <200503172221.j2HMLkfq017761@repoman.freebsd.org> <20050318055212.GA70385@FreeBSD.org> <20050318061647.GA40922@VARK.MIT.EDU> In-Reply-To: <20050318061647.GA40922@VARK.MIT.EDU> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: Alexey Dokuchaev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 06:20:08 -0000 David Schultz wrote: > On Fri, Mar 18, 2005, Alexey Dokuchaev wrote: > >>On Thu, Mar 17, 2005 at 10:21:46PM +0000, David Schultz wrote: >> >>>das 2005-03-17 22:21:46 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/msun/i387 fenv.c fenv.h >>> Log: >>> Make the fenv.h routines work for programs that use SSE for >>> floating-point arithmetic on i386. Now I'm going to make excuses >>> for why this code is kinda scary: >>> >>> - To avoid breaking the ABI with 5.3-RELEASE, we can't change >>> sizeof(fenv_t). I stuck the saved mxcsr in some discontiguous >>> reserved bits in the existing structure. >> >>Why do you care about ABI compatibility between 6-CURRENT and 5.3-RELEASE? >>If you plan to MFC this code at some point, you could use your current >>approach in RELENG_5. This would, of course, mean you'd have to maintain >>two different code sets, but still. > > > The reasons are manifold. For one, I would like the complicated > version to get exposure in -CURRENT before I MFC it. Further, > this only adds a few extra instructions, so it's not a big deal, > particularly compared to the code to support older processors. > You're right that I could just bump the libm version number and > break the ABI, but that inconveniences people, so I would like to > avoid it when possible. You had better bump the version number for libm before 6.0 rolls around!! I've just found a 3rd party binary-only package that supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We need to bury that mistake and NOT make it again. Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 06:39:18 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA2516A4CE; Fri, 18 Mar 2005 06:39:18 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243CE43D3F; Fri, 18 Mar 2005 06:39:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2I6ajhL039343; Thu, 17 Mar 2005 23:36:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 23:36:45 -0700 (MST) Message-Id: <20050317.233645.74714466.imp@bsdimp.com> To: scottl@samsco.org From: Warner Losh In-Reply-To: <423A7277.1000202@samsco.org> References: <20050318055212.GA70385@FreeBSD.org> <20050318061647.GA40922@VARK.MIT.EDU> <423A7277.1000202@samsco.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: das@freebsd.org cc: src-committers@freebsd.org cc: danfe@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 06:39:19 -0000 > You had better bump the version number for libm before 6.0 rolls > around!! I've just found a 3rd party binary-only package that > supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > need to bury that mistake and NOT make it again. 6.0 already has /lib/libm.so.3 Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 06:45:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B66616A4CE; Fri, 18 Mar 2005 06:45:29 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E2643D41; Fri, 18 Mar 2005 06:45:28 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2I6jMjh042537; Fri, 18 Mar 2005 01:45:22 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2I6jLl7042536; Fri, 18 Mar 2005 01:45:21 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Fri, 18 Mar 2005 01:45:21 -0500 From: David Schultz To: Warner Losh Message-ID: <20050318064521.GA42508@VARK.MIT.EDU> Mail-Followup-To: Warner Losh , scottl@samsco.org, danfe@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20050318055212.GA70385@FreeBSD.org> <20050318061647.GA40922@VARK.MIT.EDU> <423A7277.1000202@samsco.org> <20050317.233645.74714466.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050317.233645.74714466.imp@bsdimp.com> cc: cvs-src@FreeBSD.ORG cc: scottl@samsco.org cc: src-committers@FreeBSD.ORG cc: danfe@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 06:45:29 -0000 On Thu, Mar 17, 2005, Warner Losh wrote: > > You had better bump the version number for libm before 6.0 rolls > > around!! I've just found a 3rd party binary-only package that > > supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > > need to bury that mistake and NOT make it again. > > 6.0 already has /lib/libm.so.3 So does 5.3. I think Scott's point is that if we're going to bump it for 6.X at all, we had better do it soon or risk running into the same mess we had before. I agree with that, although at present I don't know of a compelling reason to do the bump the libm version number at all. From owner-cvs-src@FreeBSD.ORG Fri Mar 18 06:57:58 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3A116A4CE; Fri, 18 Mar 2005 06:57:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F5F43D4C; Fri, 18 Mar 2005 06:57:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I6vw3P064211; Fri, 18 Mar 2005 06:57:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I6vwii064210; Fri, 18 Mar 2005 06:57:58 GMT (envelope-from phk) Message-Id: <200503180657.j2I6vwii064210@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 06:57:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 06:57:59 -0000 phk 2005-03-18 06:57:58 UTC FreeBSD src repository Modified files: sys/geom geom_dev.c Log: Avoid null pointer dereference. Revision Changes Path 1.89 +2 -3 src/sys/geom/geom_dev.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:01:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC5F16A4CE; Fri, 18 Mar 2005 07:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6221343D2D; Fri, 18 Mar 2005 07:01:31 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I71V84064453; Fri, 18 Mar 2005 07:01:31 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I71VpD064452; Fri, 18 Mar 2005 07:01:31 GMT (envelope-from phk) Message-Id: <200503180701.j2I71VpD064452@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 07:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 07:01:31 -0000 phk 2005-03-18 07:01:31 UTC FreeBSD src repository Modified files: sys/geom geom_disk.c Log: After rejecting the bio request early, return instead of panicing. Found by: Coverity (ID#450) Revision Changes Path 1.96 +3 -1 src/sys/geom/geom_disk.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:03:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C800316A4CE; Fri, 18 Mar 2005 07:03:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F65D43D48; Fri, 18 Mar 2005 07:03:56 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I73ufW064525; Fri, 18 Mar 2005 07:03:56 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I73uWC064524; Fri, 18 Mar 2005 07:03:56 GMT (envelope-from phk) Message-Id: <200503180703.j2I73uWC064524@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 07:03:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 07:03:56 -0000 phk 2005-03-18 07:03:56 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: g_read_data() can return NULL, check for it. Found by: Coverity (ID#258) Revision Changes Path 1.32 +2 -0 src/sys/geom/geom_gpt.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:13:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3076816A4CE; Fri, 18 Mar 2005 07:13:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F2043D41; Fri, 18 Mar 2005 07:13:36 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I7DZPA065014; Fri, 18 Mar 2005 07:13:35 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I7DZ7K065013; Fri, 18 Mar 2005 07:13:35 GMT (envelope-from phk) Message-Id: <200503180713.j2I7DZ7K065013@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 07:13:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 07:13:36 -0000 phk 2005-03-18 07:13:35 UTC FreeBSD src repository Modified files: sys/dev/random randomdev_soft.c Log: Fix off-by-one (too little!) array size problem. Detected by: Coverity (ID#661) Revision Changes Path 1.10 +1 -1 src/sys/dev/random/randomdev_soft.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:44:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EB116A4CF; Fri, 18 Mar 2005 07:44:48 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9862943D2D; Fri, 18 Mar 2005 07:44:47 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2I7iar1044461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Mar 2005 08:44:37 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <423A86D9.5030504@portaone.com> Date: Fri, 18 Mar 2005 09:44:25 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Schultz References: <20050318055212.GA70385@FreeBSD.org> <20050318061647.GA40922@VARK.MIT.EDU> <423A7277.1000202@samsco.org> <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> In-Reply-To: <20050318064521.GA42508@VARK.MIT.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: scottl@samsco.org cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: danfe@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 07:44:48 -0000 David Schultz wrote: > On Thu, Mar 17, 2005, Warner Losh wrote: > >>>You had better bump the version number for libm before 6.0 rolls >>>around!! I've just found a 3rd party binary-only package that >>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>>need to bury that mistake and NOT make it again. >> >>6.0 already has /lib/libm.so.3 > > > So does 5.3. I think Scott's point is that if we're going to bump > it for 6.X at all, we had better do it soon or risk running into > the same mess we had before. I agree with that, although at > present I don't know of a compelling reason to do the bump the > libm version number at all. Haven't several functions been removed from -CURRENT version of libm recently? IMHO this provides sufficient reason for version bump. Actually I think it makes sense to bump all libraries automatically when -CURRENT goes one major number up. There is just no much sense in preserving partial compatibility. -Maxim From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:51:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A50716A4CE; Fri, 18 Mar 2005 07:51:15 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7885043D54; Fri, 18 Mar 2005 07:51:14 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2I7o8I1040018; Fri, 18 Mar 2005 00:50:08 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 00:50:08 -0700 (MST) Message-Id: <20050318.005008.71126625.imp@bsdimp.com> To: sobomax@portaone.com From: Warner Losh In-Reply-To: <423A86D9.5030504@portaone.com> References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> 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: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: scottl@samsco.org cc: cvs-all@FreeBSD.ORG cc: das@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 07:51:15 -0000 From: Maxim Sobolev Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h Date: Fri, 18 Mar 2005 09:44:25 +0200 > David Schultz wrote: > > On Thu, Mar 17, 2005, Warner Losh wrote: > > > >>>You had better bump the version number for libm before 6.0 rolls > >>>around!! I've just found a 3rd party binary-only package that > >>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > >>>need to bury that mistake and NOT make it again. > >> > >>6.0 already has /lib/libm.so.3 > > > > > > So does 5.3. I think Scott's point is that if we're going to bump > > it for 6.X at all, we had better do it soon or risk running into > > the same mess we had before. I agree with that, although at > > present I don't know of a compelling reason to do the bump the > > libm version number at all. > > Haven't several functions been removed from -CURRENT version of libm > recently? IMHO this provides sufficient reason for version bump. > Actually I think it makes sense to bump all libraries automatically when > -CURRENT goes one major number up. There is just no much sense in > preserving partial compatibility. One of the problems with an overly agressive bumping is that if you bump, you have to bump *EVERYTHING* that depends on the library to get true compatbility, even the ports (and have different majors build based on using libc.so.5 vs libc.so.6, a real pita). When I looked into the major abi issues we had a while ago, I came to this conclusion. I also came to the conclusion that we'd be better off keeping compatibility and *NEVER* bumping a fundamental library's major number to avoid these problems. Alas, no one listens to me, and they make incompatible changes (like removing functions), so we're stuck in the false belief that major numbers are going to save us.[*] Warner [*] Please, let's not have the silly discussion we seem to have every 4 months about making libc.soemthing-other-than-major-here. All the times in the past, all the naive proposals were shown to have such bad flaws as to be unworkable... From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:55:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F0C16A4CE; Fri, 18 Mar 2005 07:55:17 +0000 (GMT) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C7F43D31; Fri, 18 Mar 2005 07:55:16 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.uk.FreeBSD.org (uucp@localhost [127.0.0.1]) by storm.uk.FreeBSD.org (8.13.1/8.13.1) with ESMTP id j2I7tErw031456; Fri, 18 Mar 2005 07:55:14 GMT (envelope-from mark@grondar.org) Received: (from uucp@localhost)j2I7tDXD031455; Fri, 18 Mar 2005 07:55:13 GMT (envelope-from mark@grondar.org) Received: from grondar.org (localhost [127.0.0.1]) by grovel.grondar.org (8.13.3/8.13.1) with ESMTP id j2I7q2ur047721; Fri, 18 Mar 2005 07:52:02 GMT (envelope-from mark@grondar.org) Message-Id: <200503180752.j2I7q2ur047721@grovel.grondar.org> X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Poul-Henning Kamp From: Mark Murray In-Reply-To: Your message of "Fri, 18 Mar 2005 07:13:35 GMT." <200503180713.j2I7DZ7K065013@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Mar 2005 07:52:02 +0000 Sender: mark@grondar.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 07:55:17 -0000 Poul-Henning Kamp writes: > phk 2005-03-18 07:13:35 UTC > > FreeBSD src repository > > Modified files: > sys/dev/random randomdev_soft.c > Log: > Fix off-by-one (too little!) array size problem. > > Detected by: Coverity (ID#661) Erm, Coverity didn't get this right. The array size is given by the last constant in an enum; normally this would be one-too-small, so I put an extra thingy in the enum to make a "maxval", which is used here. A later KASSERT incorrectly asserts that the "maxval" is an acceptable value for the array index, so that possibly added to the confusion. The correct fix is to fix the KASSERT, and PHK has indicated that he won't object to me reversing his commit to sort things out this way. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Fri Mar 18 07:59:26 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D3816A4CE; Fri, 18 Mar 2005 07:59:26 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE29443D41; Fri, 18 Mar 2005 07:59:23 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2I7wvlO036597; Fri, 18 Mar 2005 00:58:57 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423A89B9.1040601@samsco.org> Date: Fri, 18 Mar 2005 00:56:41 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20050318055212.GA70385@FreeBSD.org> <20050318061647.GA40922@VARK.MIT.EDU> <423A7277.1000202@samsco.org> <20050317.233645.74714466.imp@bsdimp.com> In-Reply-To: <20050317.233645.74714466.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@freebsd.org cc: das@freebsd.org cc: src-committers@freebsd.org cc: danfe@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 07:59:26 -0000 Warner Losh wrote: >>You had better bump the version number for libm before 6.0 rolls >>around!! I've just found a 3rd party binary-only package that >>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>need to bury that mistake and NOT make it again. > > > 6.0 already has /lib/libm.so.3 > > Warner No, 5.3 has libm.so.3. 6.0-RELEASE had better have libm.so.4 Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 08:01:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46BDF16A515; Fri, 18 Mar 2005 08:01:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C95F43D31; Fri, 18 Mar 2005 08:01:55 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2I81TYt036630; Fri, 18 Mar 2005 01:01:29 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423A8A51.1070209@samsco.org> Date: Fri, 18 Mar 2005 00:59:13 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> In-Reply-To: <20050318.005008.71126625.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: danfe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: sobomax@portaone.com cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 08:01:57 -0000 Warner Losh wrote: > From: Maxim Sobolev > Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > Date: Fri, 18 Mar 2005 09:44:25 +0200 > > >>David Schultz wrote: >> >>>On Thu, Mar 17, 2005, Warner Losh wrote: >>> >>> >>>>>You had better bump the version number for libm before 6.0 rolls >>>>>around!! I've just found a 3rd party binary-only package that >>>>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>>>>need to bury that mistake and NOT make it again. >>>> >>>>6.0 already has /lib/libm.so.3 >>> >>> >>>So does 5.3. I think Scott's point is that if we're going to bump >>>it for 6.X at all, we had better do it soon or risk running into >>>the same mess we had before. I agree with that, although at >>>present I don't know of a compelling reason to do the bump the >>>libm version number at all. >> >>Haven't several functions been removed from -CURRENT version of libm >>recently? IMHO this provides sufficient reason for version bump. >>Actually I think it makes sense to bump all libraries automatically when >>-CURRENT goes one major number up. There is just no much sense in >>preserving partial compatibility. > > > One of the problems with an overly agressive bumping is that if you > bump, you have to bump *EVERYTHING* that depends on the library to get > true compatbility, even the ports (and have different majors build > based on using libc.so.5 vs libc.so.6, a real pita). When I looked > into the major abi issues we had a while ago, I came to this > conclusion. I also came to the conclusion that we'd be better off > keeping compatibility and *NEVER* bumping a fundamental library's > major number to avoid these problems. Alas, no one listens to me, It's because you are proposing something that is impossible to achieve in real life. Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 08:11:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 8BB0216A4CF; Fri, 18 Mar 2005 08:11:31 +0000 (GMT) Date: Fri, 18 Mar 2005 08:11:31 +0000 From: Alexey Dokuchaev To: Scott Long Message-ID: <20050318081131.GA80612@FreeBSD.org> References: <20050318055212.GA70385@FreeBSD.org> <20050318061647.GA40922@VARK.MIT.EDU> <423A7277.1000202@samsco.org> <20050317.233645.74714466.imp@bsdimp.com> <423A89B9.1040601@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <423A89B9.1040601@samsco.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: das@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 08:11:31 -0000 On Fri, Mar 18, 2005 at 12:56:41AM -0700, Scott Long wrote: > Warner Losh wrote: > >>You had better bump the version number for libm before 6.0 rolls > >>around!! I've just found a 3rd party binary-only package that > >>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > >>need to bury that mistake and NOT make it again. > > > > > >6.0 already has /lib/libm.so.3 > > > >Warner > > No, 5.3 has libm.so.3. 6.0-RELEASE had better have libm.so.4 Well, if David finds enought reasons (after this discussion) to bump so version number, I think it's still better to go off with cleaner and "less-hacky" code. ./danfe From owner-cvs-src@FreeBSD.ORG Fri Mar 18 08:16:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B52216A4FC; Fri, 18 Mar 2005 08:16:41 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A011D43D49; Fri, 18 Mar 2005 08:16:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2I8GDlk036700; Fri, 18 Mar 2005 01:16:13 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423A8DC5.5010006@samsco.org> Date: Fri, 18 Mar 2005 01:13:57 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Sobolev References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> In-Reply-To: <423A8B51.3010609@portaone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: das@FreeBSD.ORG cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 08:16:43 -0000 Maxim Sobolev wrote: > Warner Losh wrote: > >> From: Maxim Sobolev >> Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h >> Date: Fri, 18 Mar 2005 09:44:25 +0200 >> >> >>> David Schultz wrote: >>> >>>> On Thu, Mar 17, 2005, Warner Losh wrote: >>>> >>>> >>>>>> You had better bump the version number for libm before 6.0 rolls >>>>>> around!! I've just found a 3rd party binary-only package that >>>>>> supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>>>>> need to bury that mistake and NOT make it again. >>>>> >>>>> >>>>> 6.0 already has /lib/libm.so.3 >>>> >>>> >>>> >>>> So does 5.3. I think Scott's point is that if we're going to bump >>>> it for 6.X at all, we had better do it soon or risk running into >>>> the same mess we had before. I agree with that, although at >>>> present I don't know of a compelling reason to do the bump the >>>> libm version number at all. >>> >>> >>> Haven't several functions been removed from -CURRENT version of libm >>> recently? IMHO this provides sufficient reason for version bump. >>> Actually I think it makes sense to bump all libraries automatically >>> when -CURRENT goes one major number up. There is just no much sense >>> in preserving partial compatibility. >> >> >> >> One of the problems with an overly agressive bumping is that if you >> bump, you have to bump *EVERYTHING* that depends on the library to get >> true compatbility, even the ports (and have different majors build >> based on using libc.so.5 vs libc.so.6, a real pita). When I looked >> into the major abi issues we had a while ago, I came to this >> conclusion. I also came to the conclusion that we'd be better off >> keeping compatibility and *NEVER* bumping a fundamental library's >> major number to avoid these problems. Alas, no one listens to me, and >> they make incompatible changes (like removing functions), so we're >> stuck in the false belief that major numbers are going to save us.[*] > > > What's the problem with ports? I think one who want to run older ports > on newer system can install compatXX package, no? > > -Maxim No, I think that what he's worried about is that you have port foo that generates a library called libfoo.so.1, and that library is linked against libm.so.2. You then have port bar that generates a binary linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 gets bumped to libm.so.3, and you also rebuild port bar. Now bar is linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked against libm.so.2; mass panic ensues and the universe is driven into chaos and death. Unfortunately, we already tried the tactic of ignoring compatibility, and it bit us in the rear with libm (and a number of other libraries). Many people spent many months sorting that mess out, and I don't really care to repeat that mistake. Warner is right that bumping libraries too often and/or for the wrong reason will also cause problems, so a middle ground has to be found. Keeping eternal backwards compatibility in the source is unmanageble, however. Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 08:30:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD8FA16A4CE; Fri, 18 Mar 2005 08:30:08 +0000 (GMT) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050BD43D41; Fri, 18 Mar 2005 08:30:08 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2I83fuO047758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Mar 2005 09:03:44 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <423A8B51.3010609@portaone.com> Date: Fri, 18 Mar 2005 10:03:29 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> In-Reply-To: <20050318.005008.71126625.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: scottl@samsco.org cc: cvs-all@FreeBSD.ORG cc: das@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 08:30:09 -0000 Warner Losh wrote: > From: Maxim Sobolev > Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > Date: Fri, 18 Mar 2005 09:44:25 +0200 > > >>David Schultz wrote: >> >>>On Thu, Mar 17, 2005, Warner Losh wrote: >>> >>> >>>>>You had better bump the version number for libm before 6.0 rolls >>>>>around!! I've just found a 3rd party binary-only package that >>>>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>>>>need to bury that mistake and NOT make it again. >>>> >>>>6.0 already has /lib/libm.so.3 >>> >>> >>>So does 5.3. I think Scott's point is that if we're going to bump >>>it for 6.X at all, we had better do it soon or risk running into >>>the same mess we had before. I agree with that, although at >>>present I don't know of a compelling reason to do the bump the >>>libm version number at all. >> >>Haven't several functions been removed from -CURRENT version of libm >>recently? IMHO this provides sufficient reason for version bump. >>Actually I think it makes sense to bump all libraries automatically when >>-CURRENT goes one major number up. There is just no much sense in >>preserving partial compatibility. > > > One of the problems with an overly agressive bumping is that if you > bump, you have to bump *EVERYTHING* that depends on the library to get > true compatbility, even the ports (and have different majors build > based on using libc.so.5 vs libc.so.6, a real pita). When I looked > into the major abi issues we had a while ago, I came to this > conclusion. I also came to the conclusion that we'd be better off > keeping compatibility and *NEVER* bumping a fundamental library's > major number to avoid these problems. Alas, no one listens to me, and > they make incompatible changes (like removing functions), so we're > stuck in the false belief that major numbers are going to save us.[*] What's the problem with ports? I think one who want to run older ports on newer system can install compatXX package, no? -Maxim From owner-cvs-src@FreeBSD.ORG Fri Mar 18 08:48:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0401916A4CE; Fri, 18 Mar 2005 08:48:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93AF43D48; Fri, 18 Mar 2005 08:48:10 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I8mAed081720; Fri, 18 Mar 2005 08:48:10 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I8mAZL081719; Fri, 18 Mar 2005 08:48:10 GMT (envelope-from philip) Message-Id: <200503180848.j2I8mAZL081719@repoman.freebsd.org> From: Philip Paeps Date: Fri, 18 Mar 2005 08:48:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpi_support acpi_fujitsu.csrc/sys/modules/acpi Makefile src/sys/modules/acpi/acpi_fujitsu Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 08:48:11 -0000 philip 2005-03-18 08:48:10 UTC FreeBSD src repository Modified files: sys/modules/acpi Makefile Added files: sys/dev/acpi_support acpi_fujitsu.c sys/modules/acpi/acpi_fujitsu Makefile Log: Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops. Submitted by: Anish Mistry Reviewed by: njl X-MFC after: 5.4-RELEASE Revision Changes Path 1.1 +563 -0 src/sys/dev/acpi_support/acpi_fujitsu.c (new) 1.48 +1 -1 src/sys/modules/acpi/Makefile 1.1 +10 -0 src/sys/modules/acpi/acpi_fujitsu/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri Mar 18 09:05:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE6116A559; Fri, 18 Mar 2005 09:05:39 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA5243D2F; Fri, 18 Mar 2005 09:05:38 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2I95UlD006473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Mar 2005 10:05:32 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <423A99CF.7010302@portaone.com> Date: Fri, 18 Mar 2005 11:05:19 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.org> In-Reply-To: <423A8DC5.5010006@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: das@FreeBSD.ORG cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 09:05:40 -0000 Scott Long wrote: > Maxim Sobolev wrote: > >> Warner Losh wrote: >> >>> From: Maxim Sobolev >>> Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h >>> Date: Fri, 18 Mar 2005 09:44:25 +0200 >>> >>> >>>> David Schultz wrote: >>>> >>>>> On Thu, Mar 17, 2005, Warner Losh wrote: >>>>> >>>>> >>>>>>> You had better bump the version number for libm before 6.0 rolls >>>>>>> around!! I've just found a 3rd party binary-only package that >>>>>>> supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>>>>>> need to bury that mistake and NOT make it again. >>>>>> >>>>>> >>>>>> >>>>>> 6.0 already has /lib/libm.so.3 >>>>> >>>>> >>>>> >>>>> >>>>> So does 5.3. I think Scott's point is that if we're going to bump >>>>> it for 6.X at all, we had better do it soon or risk running into >>>>> the same mess we had before. I agree with that, although at >>>>> present I don't know of a compelling reason to do the bump the >>>>> libm version number at all. >>>> >>>> >>>> >>>> Haven't several functions been removed from -CURRENT version of libm >>>> recently? IMHO this provides sufficient reason for version bump. >>>> Actually I think it makes sense to bump all libraries automatically >>>> when -CURRENT goes one major number up. There is just no much sense >>>> in preserving partial compatibility. >>> >>> >>> >>> >>> One of the problems with an overly agressive bumping is that if you >>> bump, you have to bump *EVERYTHING* that depends on the library to get >>> true compatbility, even the ports (and have different majors build >>> based on using libc.so.5 vs libc.so.6, a real pita). When I looked >>> into the major abi issues we had a while ago, I came to this >>> conclusion. I also came to the conclusion that we'd be better off >>> keeping compatibility and *NEVER* bumping a fundamental library's >>> major number to avoid these problems. Alas, no one listens to me, and >>> they make incompatible changes (like removing functions), so we're >>> stuck in the false belief that major numbers are going to save us.[*] >> >> >> >> What's the problem with ports? I think one who want to run older ports >> on newer system can install compatXX package, no? >> >> -Maxim > > > No, I think that what he's worried about is that you have port foo that > generates a library called libfoo.so.1, and that library is linked > against libm.so.2. You then have port bar that generates a binary > linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 > gets bumped to libm.so.3, and you also rebuild port bar. Now bar is > linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked > against libm.so.2; mass panic ensues and the universe is driven into > chaos and death. I see, but this is non-issue, since actually the only sensible approach when going from release x.y to release x+1.y is to rebuild all third-party packages, at least ones that install shared libraries. The reason for that is simple - libc is linked into virtually every package, while I can't remember a single major release when version number for libc has not been bumped. -Maxim > > Unfortunately, we already tried the tactic of ignoring compatibility, > and it bit us in the rear with libm (and a number of other libraries). > Many people spent many months sorting that mess out, and I don't really > care to repeat that mistake. Warner is right that bumping libraries too > often and/or for the wrong reason will also cause problems, so a middle > ground has to be found. Keeping eternal backwards compatibility in the > source is unmanageble, however. > > Scott > > > From owner-cvs-src@FreeBSD.ORG Fri Mar 18 09:34:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D70D716A4CE; Fri, 18 Mar 2005 09:34:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD72C43D2F; Fri, 18 Mar 2005 09:34:52 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I9YqJ1083501; Fri, 18 Mar 2005 09:34:52 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I9Yqib083500; Fri, 18 Mar 2005 09:34:52 GMT (envelope-from philip) Message-Id: <200503180934.j2I9Yqib083500@repoman.freebsd.org> From: Philip Paeps Date: Fri, 18 Mar 2005 09:34:52 +0000 (UTC) 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 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: Fri, 18 Mar 2005 09:34:53 -0000 philip 2005-03-18 09:34:52 UTC FreeBSD src repository Modified files: sys/conf files sys/i386/conf NOTES Log: Hook acpi_fujitsu up to the build. Forgotten by: philip Revision Changes Path 1.1009 +1 -0 src/sys/conf/files 1.1190 +3 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Fri Mar 18 09:45:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C0BA16A4CE; Fri, 18 Mar 2005 09:45:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB2E43D5E; Fri, 18 Mar 2005 09:45:44 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I9jibr083782; Fri, 18 Mar 2005 09:45:44 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I9jhE3083781; Fri, 18 Mar 2005 09:45:44 GMT (envelope-from iedowse) Message-Id: <200503180945.j2I9jhE3083781@repoman.freebsd.org> From: Ian Dowse Date: Fri, 18 Mar 2005 09:45:43 +0000 (UTC) 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 autoconf.c src/sys/ia64/ia64 autoconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 09:45:44 -0000 iedowse 2005-03-18 09:45:43 UTC FreeBSD src repository Modified files: sys/alpha/alpha autoconf.c sys/ia64/ia64 autoconf.c Log: Split configure() into 3 separate steps like we do on other architectures. This makes it possible to insert hooks before and after the device attachment step. Tested thanks to: marcel Revision Changes Path 1.61 +16 -15 src/sys/alpha/alpha/autoconf.c 1.21 +18 -1 src/sys/ia64/ia64/autoconf.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 09:47:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9DB16A4CE; Fri, 18 Mar 2005 09:47:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4166E43D54; Fri, 18 Mar 2005 09:47:51 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I9lpsh083824; Fri, 18 Mar 2005 09:47:51 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I9lp5w083823; Fri, 18 Mar 2005 09:47:51 GMT (envelope-from hrs) Message-Id: <200503180947.j2I9lp5w083823@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 18 Mar 2005 09:47:51 +0000 (UTC) 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: Fri, 18 Mar 2005 09:47:51 -0000 hrs 2005-03-18 09:47:51 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: acpi_fujitsu driver added. Revision Changes Path 1.825 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Mar 18 10:21:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3194F16A4D6; Fri, 18 Mar 2005 10:21:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7957E43D5A; Fri, 18 Mar 2005 10:21:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IALaaG085809; Fri, 18 Mar 2005 10:21:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IALa67085808; Fri, 18 Mar 2005 10:21:36 GMT (envelope-from brueffer) Message-Id: <200503181021.j2IALa67085808@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 18 Mar 2005 10:21:36 +0000 (UTC) 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: Fri, 18 Mar 2005 10:21:37 -0000 brueffer 2005-03-18 10:21:36 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: - autofs was removed some time ago and libautofs is not hooked up to the build. Remove both from here. - acpi_snc was renamed to acpi_sony some time ago. Revision Changes Path 1.826 +1 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Mar 18 10:28:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704BE16A4CE; Fri, 18 Mar 2005 10:28:00 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 24A0F43D2D; Fri, 18 Mar 2005 10:27:59 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Mar 2005 10:27:58 +0000 (GMT) To: Doug Barton In-Reply-To: Your message of "Thu, 17 Mar 2005 18:33:38 CST." <423A21E2.4080000@FreeBSD.org> Date: Fri, 18 Mar 2005 10:27:57 +0000 From: Ian Dowse Message-ID: <200503181027.aa59511@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.org cc: Maxim Sobolev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 10:28:00 -0000 In message <423A21E2.4080000@FreeBSD.org>, Doug Barton writes: > >In short, all of my "issues" seem to have been fixed! I also just updated my >src tree to try the new code you committed to avoid the detach/reattach >problem, and that not only works, but it avoids the weird errors I was >getting about my docking station's USB hub and having to reprobe ums0. > >You and Julian are to be congratulated on all the hard work you've done in >this area. Good luck with hunting down the rest of the corner cases. > >Doug Thanks Doug - that's great news - keep the panic reports and stack traces coming! Ian From owner-cvs-src@FreeBSD.ORG Fri Mar 18 10:57:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EDC516A4CE; Fri, 18 Mar 2005 10:57:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3EDB43D1F; Fri, 18 Mar 2005 10:57:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IAvBKC087385; Fri, 18 Mar 2005 10:57:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IAvBNj087384; Fri, 18 Mar 2005 10:57:11 GMT (envelope-from phk) Message-Id: <200503181057.j2IAvBNj087384@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 10:57:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.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, 18 Mar 2005 10:57:12 -0000 phk 2005-03-18 10:57:11 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: makebdev() is long gone. Revision Changes Path 1.219 +0 -1 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Fri Mar 18 11:00:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E2916A4CE; Fri, 18 Mar 2005 11:00:08 +0000 (GMT) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7740B43D1D; Fri, 18 Mar 2005 11:00:07 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2IAj2AQ020208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Mar 2005 11:45:04 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <423AB122.6000508@portaone.com> Date: Fri, 18 Mar 2005 12:44:50 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Dowse References: <200503181027.aa59511@salmon.maths.tcd.ie> In-Reply-To: <200503181027.aa59511@salmon.maths.tcd.ie> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 11:00:08 -0000 Ian Dowse wrote: > In message <423A21E2.4080000@FreeBSD.org>, Doug Barton writes: > >>In short, all of my "issues" seem to have been fixed! I also just updated my >>src tree to try the new code you committed to avoid the detach/reattach >>problem, and that not only works, but it avoids the weird errors I was >>getting about my docking station's USB hub and having to reprobe ums0. >> >>You and Julian are to be congratulated on all the hard work you've done in >>this area. Good luck with hunting down the rest of the corner cases. >> >>Doug > > > Thanks Doug - that's great news - keep the panic reports and stack > traces coming! Can you commit your re-probing fix, so that it gets wider exposure? It would be nice to have it included into 5.4, since this bug is really anoying and for example prevents us from turning on ehci on production machines that use USB boot devices. Thanks! -Maxim From owner-cvs-src@FreeBSD.ORG Fri Mar 18 11:08:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 646E916A4CE; Fri, 18 Mar 2005 11:08:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3365E43D2F; Fri, 18 Mar 2005 11:08:56 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IB8u5s088000; Fri, 18 Mar 2005 11:08:56 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IB8tYB087999; Fri, 18 Mar 2005 11:08:55 GMT (envelope-from sobomax) Message-Id: <200503181108.j2IB8tYB087999@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Mar 2005 11:08:55 +0000 (UTC) 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_prot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 11:08:56 -0000 sobomax 2005-03-18 11:08:55 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c Log: Linuxthreads uses not only signal 32 but several signals >= 32. PR: kern/72922 Submitted by: Andriy Gapon Revision Changes Path 1.197 +5 -5 src/sys/kern/kern_prot.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 11:57:45 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0570716A4CE; Fri, 18 Mar 2005 11:57:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C94AC43D2F; Fri, 18 Mar 2005 11:57:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IBvi1K090098; Fri, 18 Mar 2005 11:57:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IBvi6h090097; Fri, 18 Mar 2005 11:57:44 GMT (envelope-from phk) Message-Id: <200503181157.j2IBvi6h090097@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 11:57:44 +0000 (UTC) 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 nexus.c src/sys/compat/ndis kern_ndis.c src/sys/dev/acpica acpi.c acpi_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 11:57:45 -0000 phk 2005-03-18 11:57:44 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c sys/compat/ndis kern_ndis.c sys/dev/acpica acpi.c acpi_resource.c Log: s/SLIST/STAILQ/ /imp/a\ pointy hat . Revision Changes Path 1.66 +1 -1 src/sys/amd64/amd64/nexus.c 1.71 +7 -7 src/sys/compat/ndis/kern_ndis.c 1.206 +2 -2 src/sys/dev/acpica/acpi.c 1.34 +2 -2 src/sys/dev/acpica/acpi_resource.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 12:34:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A6616A4CE; Fri, 18 Mar 2005 12:34:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0B043D1F; Fri, 18 Mar 2005 12:34:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ICYEev093331; Fri, 18 Mar 2005 12:34:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ICYEi9093330; Fri, 18 Mar 2005 12:34:14 GMT (envelope-from phk) Message-Id: <200503181234.j2ICYEi9093330@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 12:34:14 +0000 (UTC) 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_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, 18 Mar 2005 12:34:14 -0000 phk 2005-03-18 12:34:14 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Use subr_unit to allocate thread ID's with. Tested by: davidxu Revision Changes Path 1.212 +6 -78 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 12:55:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24BE16A4CE; Fri, 18 Mar 2005 12:55:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8612043D41; Fri, 18 Mar 2005 12:55:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ICt8nV001139; Fri, 18 Mar 2005 12:55:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ICt8xZ001138; Fri, 18 Mar 2005 12:55:08 GMT (envelope-from cperciva) Message-Id: <200503181255.j2ICt8xZ001138@repoman.freebsd.org> From: Colin Percival Date: Fri, 18 Mar 2005 12:55:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 12:55:08 -0000 cperciva 2005-03-18 12:55:07 UTC FreeBSD src repository Modified files: rescue/rescue Makefile Log: Run "make obj" before "make build-tools" in the directories used for building the rescue binary. This fixes a problem with NO_TCSH, where the "make obj" stage of buildworld doesn't recurse into bin/csh, resulting in csh build-tools being put into /usr/src/bin/csh. Pointed out by: dougb (on hackers@) Revision Changes Path 1.42 +1 -0 src/rescue/rescue/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 18 13:18:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3B616A4CE; Fri, 18 Mar 2005 13:18:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849E843D31; Fri, 18 Mar 2005 13:18:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IDIZBd002086; Fri, 18 Mar 2005 13:18:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IDIZb9002085; Fri, 18 Mar 2005 13:18:35 GMT (envelope-from glebius) Message-Id: <200503181318.j2IDIZb9002085@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 18 Mar 2005 13:18:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 13:18:35 -0000 glebius 2005-03-18 13:18:35 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: Fix a potential crash that could occur when CARP_LOG is being used. Obtained from: OpenBSD (pat) Revision Changes Path 1.20 +1 -2 src/sys/netinet/ip_carp.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 13:33:19 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4616F16A4CE; Fri, 18 Mar 2005 13:33:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB7343D1F; Fri, 18 Mar 2005 13:33:19 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IDXJin002685; Fri, 18 Mar 2005 13:33:19 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IDXI6t002684; Fri, 18 Mar 2005 13:33:19 GMT (envelope-from sobomax) Message-Id: <200503181333.j2IDXI6t002684@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Mar 2005 13:33:18 +0000 (UTC) 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_prot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 13:33:19 -0000 sobomax 2005-03-18 13:33:18 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c Log: Impose the upper limit on signals that are allowed between kernel threads in set[ug]id program for compatibility with Linux. Linuxthreads uses 4 signals from SIGRTMIN to SIGRTMIN+3. Pointed out by: rwatson Revision Changes Path 1.198 +2 -2 src/sys/kern/kern_prot.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 13:41:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FE716A4CE; Fri, 18 Mar 2005 13:41:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB6843D4C; Fri, 18 Mar 2005 13:41:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IDfc6v003052; Fri, 18 Mar 2005 13:41:38 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IDfcqJ003051; Fri, 18 Mar 2005 13:41:38 GMT (envelope-from glebius) Message-Id: <200503181341.j2IDfcqJ003051@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 18 Mar 2005 13:41:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 13:41:39 -0000 glebius 2005-03-18 13:41:38 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: If vhid exists return more informative EEXIST instead of EINVAL. While here remove redundant brackets. Revision Changes Path 1.21 +2 -3 src/sys/netinet/ip_carp.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 14:47:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF26A16A4D1; Fri, 18 Mar 2005 14:47:14 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4AF343D3F; Fri, 18 Mar 2005 14:47:13 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j2IElBUL090892; Fri, 18 Mar 2005 16:47:11 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 21302-14; Fri, 18 Mar 2005 16:47:36 +0200 (EET) 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 j2IElBbi090889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Mar 2005 16:47:11 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id j2IElSnp035787; Fri, 18 Mar 2005 16:47:28 +0200 (EET) (envelope-from ru) Date: Fri, 18 Mar 2005 16:47:28 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20050318144728.GB35743@ip.net.ua> References: <200503180703.j2I73uWC064524@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" Content-Disposition: inline In-Reply-To: <200503180703.j2I73uWC064524@repoman.freebsd.org> User-Agent: Mutt/1.5.8i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 14:47:15 -0000 --p4qYPpj5QlsIQJ0K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Poul-Henning, Does any of these changes fix the panic when attempting to mount an audio CD-ROM? On Fri, Mar 18, 2005 at 07:03:56AM +0000, Poul-Henning Kamp wrote: > phk 2005-03-18 07:03:56 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/geom geom_gpt.c=20 > Log: > g_read_data() can return NULL, check for it. > =20 > Found by: Coverity (ID#258) > =20 > Revision Changes Path > 1.32 +2 -0 src/sys/geom/geom_gpt.c Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCOuoAqRfpzJluFF4RApSjAJ9IZZ4NWqKi8zyfPj+GgWvrsN9pswCfX2cl XVvoW1Rb46jgJfXdznvlzf4= =hR7c -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K-- From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:16:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E6616A4CE; Fri, 18 Mar 2005 15:16:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A8043D46; Fri, 18 Mar 2005 15:16:10 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFGAZC008555; Fri, 18 Mar 2005 15:16:10 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFGARw008554; Fri, 18 Mar 2005 15:16:10 GMT (envelope-from harti) Message-Id: <200503181516.j2IFGARw008554@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:16:09 +0000 (UTC) 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 suff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:16:10 -0000 harti 2005-03-18 15:16:09 UTC FreeBSD src repository Modified files: usr.bin/make suff.c Log: Fix a bug in matching suffixes. Under certain circumstances the code would access memory before the beginning of the string to match (the suffix match starts at the end of both the string and the suffix and proceedes to the begin until either the start of the suffix is hit or the character does not match). This could lead to a memcpy copying into random memory. Fix this by checking the length of the string to match too and replacing the Lst_Find calls with LST_FOREACH loops (last part by me). Submitted by: Matt Dillon (in principle) Revision Changes Path 1.57 +25 -44 src/usr.bin/make/suff.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:23:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FFEC16A4CF; Fri, 18 Mar 2005 15:23:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E853E43D39; Fri, 18 Mar 2005 15:23:49 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFNnvE008863; Fri, 18 Mar 2005 15:23:49 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFNnhd008862; Fri, 18 Mar 2005 15:23:49 GMT (envelope-from harti) Message-Id: <200503181523.j2IFNnhd008862@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:23:49 +0000 (UTC) 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 main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:23:50 -0000 harti 2005-03-18 15:23:49 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: Replace a bogus use of Lst_Find with explicite LST_FOREACH calls and remove the unneeded second argument to ReadMakefile. Revision Changes Path 1.126 +14 -8 src/usr.bin/make/main.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:24:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA43F16A4D0; Fri, 18 Mar 2005 15:24:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB06C43D4C; Fri, 18 Mar 2005 15:24:00 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFO0xm009057; Fri, 18 Mar 2005 15:24:00 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFO0Aj009056; Fri, 18 Mar 2005 15:24:00 GMT (envelope-from murray) Message-Id: <200503181524.j2IFO0Aj009056@repoman.freebsd.org> From: Murray Stokely Date: Fri, 18 Mar 2005 15:24:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/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: Fri, 18 Mar 2005 15:24:00 -0000 murray 2005-03-18 15:24:00 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/conf NOTES sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Add a comment to note that pseudo-device bpf is required for DHCP. This is mentioned in the Handbook but it is not as obvious to new users why bpf is needed compared to the other largely self-explanatory items in GENERIC. PR: conf/40855 MFC after: 1 week Revision Changes Path 1.184 +1 -0 src/sys/alpha/conf/GENERIC 1.433 +1 -0 src/sys/amd64/conf/GENERIC 1.1305 +1 -1 src/sys/conf/NOTES 1.426 +1 -0 src/sys/i386/conf/GENERIC 1.71 +1 -0 src/sys/ia64/conf/GENERIC 1.265 +1 -0 src/sys/pc98/conf/GENERIC 1.46 +1 -0 src/sys/powerpc/conf/GENERIC 1.91 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:25:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5697216A4CE; Fri, 18 Mar 2005 15:25:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E5343D31; Fri, 18 Mar 2005 15:25:24 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFPNs4009197; Fri, 18 Mar 2005 15:25:23 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFPN8l009196; Fri, 18 Mar 2005 15:25:23 GMT (envelope-from harti) Message-Id: <200503181525.j2IFPN8l009196@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:25:23 +0000 (UTC) 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 cond.c job.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:25:24 -0000 harti 2005-03-18 15:25:23 UTC FreeBSD src repository Modified files: usr.bin/make cond.c job.c Log: Replace Lst_Find calls with LST_FOREACH loops. This helps in constification und simplifies the code because the one-liner predicates can be inlined into the code. Revision Changes Path 1.41 +7 -25 src/usr.bin/make/cond.c 1.80 +8 -23 src/usr.bin/make/job.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:34:07 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D780E16A4CE; Fri, 18 Mar 2005 15:34:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE4943D1F; Fri, 18 Mar 2005 15:34:07 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFY7qI009564; Fri, 18 Mar 2005 15:34:07 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFY71U009563; Fri, 18 Mar 2005 15:34:07 GMT (envelope-from harti) Message-Id: <200503181534.j2IFY71U009563@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:34:07 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:34:08 -0000 harti 2005-03-18 15:34:07 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Convert Var_Parse to a wrapper function. Reduce the number of arguments passed between these functions by creating a special-purpose struct. Patch: 7.120,7.121 Submitted by: Max Okumoto Revision Changes Path 1.117 +82 -60 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:37:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543AC16A4CE; Fri, 18 Mar 2005 15:37:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2943E43D2D; Fri, 18 Mar 2005 15:37:32 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFbWRX009796; Fri, 18 Mar 2005 15:37:32 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFbWvW009795; Fri, 18 Mar 2005 15:37:32 GMT (envelope-from harti) Message-Id: <200503181537.j2IFbWvW009795@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:37:32 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:37:32 -0000 harti 2005-03-18 15:37:32 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Split out the 'S' modifier into its own function. Patch: 7.122,7.123 Submitted by: Max Okumoto Revision Changes Path 1.118 +83 -80 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:44:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D7F16A4CE; Fri, 18 Mar 2005 15:44:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7963B43D1D; Fri, 18 Mar 2005 15:44:23 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFiNr0010123; Fri, 18 Mar 2005 15:44:23 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFiNav010122; Fri, 18 Mar 2005 15:44:23 GMT (envelope-from harti) Message-Id: <200503181544.j2IFiNav010122@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:44:23 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:44:23 -0000 harti 2005-03-18 15:44:23 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Style: fix indentation and . Patch: 7.124 Submitted by: Max Okumoto Revision Changes Path 1.119 +597 -585 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:51:05 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FB716A4CE; Fri, 18 Mar 2005 15:51:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F97843D62; Fri, 18 Mar 2005 15:51:05 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IFp5oZ010403; Fri, 18 Mar 2005 15:51:05 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IFp59d010402; Fri, 18 Mar 2005 15:51:05 GMT (envelope-from harti) Message-Id: <200503181551.j2IFp59d010402@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 15:51:04 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:51:05 -0000 harti 2005-03-18 15:51:04 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Unfold parsing of single letter modifiers from multi-letter ones. Patch: 7.125 Submitted by: Max Okumoto Revision Changes Path 1.120 +256 -194 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 15:56:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B831F16A4CE; Fri, 18 Mar 2005 15:56:29 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E762443D2D; Fri, 18 Mar 2005 15:56:28 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2IFuQic016941; Fri, 18 Mar 2005 16:56:27 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 18 Mar 2005 16:47:28 +0200." <20050318144728.GB35743@ip.net.ua> Date: Fri, 18 Mar 2005 16:56:26 +0100 Message-ID: <16940.1111161386@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 15:56:29 -0000 In message <20050318144728.GB35743@ip.net.ua>, Ruslan Ermilov writes: > >--p4qYPpj5QlsIQJ0K >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline >Content-Transfer-Encoding: quoted-printable > >Hi Poul-Henning, > >Does any of these changes fix the panic when attempting to mount an >audio CD-ROM? Uhh, dunno, what panics ? Do you know which GEOM class ? -- 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 Mar 18 16:21:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A3016A4CE; Fri, 18 Mar 2005 16:21:23 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D6843D77; Fri, 18 Mar 2005 16:21:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IGL2i0048236; Fri, 18 Mar 2005 09:21:02 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 09:21:02 -0700 (MST) Message-Id: <20050318.092102.74702904.imp@bsdimp.com> To: sobomax@portaone.com From: Warner Losh In-Reply-To: <423A8B51.3010609@portaone.com> References: <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> 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: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: scottl@samsco.org cc: cvs-all@FreeBSD.ORG cc: das@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 16:21:23 -0000 > What's the problem with ports? I think one who want to run older ports > on newer system can install compatXX package, no? The problem is that we encode the major number of the library into the shared libraries that we produce. This leads to situations where you've installed binaries from both releases that can cause a program to need to bring in libc.so.4 and libc.so.5, which is fatal. In order to avoid this, one must never bump libc's major number, or one must always bump all the libraries that depend on it. We're not doing either, and that creates binary incompatibility. Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:24:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA9216A4CE; Fri, 18 Mar 2005 16:24:23 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145EF43D41; Fri, 18 Mar 2005 16:24:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IGLitW048250; Fri, 18 Mar 2005 09:21:44 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 09:21:44 -0700 (MST) Message-Id: <20050318.092144.41681517.imp@bsdimp.com> To: scottl@samsco.org From: Warner Losh In-Reply-To: <423A8A51.1070209@samsco.org> References: <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8A51.1070209@samsco.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: danfe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: sobomax@portaone.com cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 16:24:23 -0000 From: Scott Long Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h Date: Fri, 18 Mar 2005 00:59:13 -0700 > Warner Losh wrote: > > From: Maxim Sobolev > > Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > > Date: Fri, 18 Mar 2005 09:44:25 +0200 > > > > > >>David Schultz wrote: > >> > >>>On Thu, Mar 17, 2005, Warner Losh wrote: > >>> > >>> > >>>>>You had better bump the version number for libm before 6.0 rolls > >>>>>around!! I've just found a 3rd party binary-only package that > >>>>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > >>>>>need to bury that mistake and NOT make it again. > >>>> > >>>>6.0 already has /lib/libm.so.3 > >>> > >>> > >>>So does 5.3. I think Scott's point is that if we're going to bump > >>>it for 6.X at all, we had better do it soon or risk running into > >>>the same mess we had before. I agree with that, although at > >>>present I don't know of a compelling reason to do the bump the > >>>libm version number at all. > >> > >>Haven't several functions been removed from -CURRENT version of libm > >>recently? IMHO this provides sufficient reason for version bump. > >>Actually I think it makes sense to bump all libraries automatically when > >>-CURRENT goes one major number up. There is just no much sense in > >>preserving partial compatibility. > > > > > > One of the problems with an overly agressive bumping is that if you > > bump, you have to bump *EVERYTHING* that depends on the library to get > > true compatbility, even the ports (and have different majors build > > based on using libc.so.5 vs libc.so.6, a real pita). When I looked > > into the major abi issues we had a while ago, I came to this > > conclusion. I also came to the conclusion that we'd be better off > > keeping compatibility and *NEVER* bumping a fundamental library's > > major number to avoid these problems. Alas, no one listens to me, > > It's because you are proposing something that is impossible to achieve > in real life. We could to the 'or' part of my proposal: bump everything. Right now we don't have binary compatibility for anything but the most trivial of cases. Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:24:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CDE16A4DE; Fri, 18 Mar 2005 16:24:31 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B429B43D31; Fri, 18 Mar 2005 16:24:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IGNlE5048267; Fri, 18 Mar 2005 09:23:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 09:23:47 -0700 (MST) Message-Id: <20050318.092347.71135021.imp@bsdimp.com> To: scottl@samsco.org From: Warner Losh In-Reply-To: <423A8DC5.5010006@samsco.org> References: <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.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: danfe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: sobomax@portaone.com cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 16:24:31 -0000 From: Scott Long Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h Date: Fri, 18 Mar 2005 01:13:57 -0700 > Maxim Sobolev wrote: > > Warner Losh wrote: > > > >> From: Maxim Sobolev > >> Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > >> Date: Fri, 18 Mar 2005 09:44:25 +0200 > >> > >> > >>> David Schultz wrote: > >>> > >>>> On Thu, Mar 17, 2005, Warner Losh wrote: > >>>> > >>>> > >>>>>> You had better bump the version number for libm before 6.0 rolls > >>>>>> around!! I've just found a 3rd party binary-only package that > >>>>>> supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > >>>>>> need to bury that mistake and NOT make it again. > >>>>> > >>>>> > >>>>> 6.0 already has /lib/libm.so.3 > >>>> > >>>> > >>>> > >>>> So does 5.3. I think Scott's point is that if we're going to bump > >>>> it for 6.X at all, we had better do it soon or risk running into > >>>> the same mess we had before. I agree with that, although at > >>>> present I don't know of a compelling reason to do the bump the > >>>> libm version number at all. > >>> > >>> > >>> Haven't several functions been removed from -CURRENT version of libm > >>> recently? IMHO this provides sufficient reason for version bump. > >>> Actually I think it makes sense to bump all libraries automatically > >>> when -CURRENT goes one major number up. There is just no much sense > >>> in preserving partial compatibility. > >> > >> > >> > >> One of the problems with an overly agressive bumping is that if you > >> bump, you have to bump *EVERYTHING* that depends on the library to get > >> true compatbility, even the ports (and have different majors build > >> based on using libc.so.5 vs libc.so.6, a real pita). When I looked > >> into the major abi issues we had a while ago, I came to this > >> conclusion. I also came to the conclusion that we'd be better off > >> keeping compatibility and *NEVER* bumping a fundamental library's > >> major number to avoid these problems. Alas, no one listens to me, and > >> they make incompatible changes (like removing functions), so we're > >> stuck in the false belief that major numbers are going to save us.[*] > > > > > > What's the problem with ports? I think one who want to run older ports > > on newer system can install compatXX package, no? > > > > -Maxim > > No, I think that what he's worried about is that you have port foo that > generates a library called libfoo.so.1, and that library is linked > against libm.so.2. You then have port bar that generates a binary > linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 > gets bumped to libm.so.3, and you also rebuild port bar. Now bar is > linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked > against libm.so.2; mass panic ensues and the universe is driven into > chaos and death. Yes. That's the situation that leads to mass core dumps and requires that one rebuild everything. Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:27:27 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0008E16A4CE; Fri, 18 Mar 2005 16:27:26 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1043243D72; Fri, 18 Mar 2005 16:27:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IGPfBb048293; Fri, 18 Mar 2005 09:25:41 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 09:25:41 -0700 (MST) Message-Id: <20050318.092541.104079389.imp@bsdimp.com> To: sobomax@portaone.com From: Warner Losh In-Reply-To: <423A99CF.7010302@portaone.com> References: <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.org> <423A99CF.7010302@portaone.com> 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: danfe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@samsco.org cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 16:27:27 -0000 From: Maxim Sobolev Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h Date: Fri, 18 Mar 2005 11:05:19 +0200 > Scott Long wrote: > > Maxim Sobolev wrote: > > > >> Warner Losh wrote: > >> > >>> From: Maxim Sobolev > >>> Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > >>> Date: Fri, 18 Mar 2005 09:44:25 +0200 > >>> > >>> > >>>> David Schultz wrote: > >>>> > >>>>> On Thu, Mar 17, 2005, Warner Losh wrote: > >>>>> > >>>>> > >>>>>>> You had better bump the version number for libm before 6.0 rolls > >>>>>>> around!! I've just found a 3rd party binary-only package that > >>>>>>> supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > >>>>>>> need to bury that mistake and NOT make it again. > >>>>>> > >>>>>> > >>>>>> > >>>>>> 6.0 already has /lib/libm.so.3 > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> So does 5.3. I think Scott's point is that if we're going to bump > >>>>> it for 6.X at all, we had better do it soon or risk running into > >>>>> the same mess we had before. I agree with that, although at > >>>>> present I don't know of a compelling reason to do the bump the > >>>>> libm version number at all. > >>>> > >>>> > >>>> > >>>> Haven't several functions been removed from -CURRENT version of libm > >>>> recently? IMHO this provides sufficient reason for version bump. > >>>> Actually I think it makes sense to bump all libraries automatically > >>>> when -CURRENT goes one major number up. There is just no much sense > >>>> in preserving partial compatibility. > >>> > >>> > >>> > >>> > >>> One of the problems with an overly agressive bumping is that if you > >>> bump, you have to bump *EVERYTHING* that depends on the library to get > >>> true compatbility, even the ports (and have different majors build > >>> based on using libc.so.5 vs libc.so.6, a real pita). When I looked > >>> into the major abi issues we had a while ago, I came to this > >>> conclusion. I also came to the conclusion that we'd be better off > >>> keeping compatibility and *NEVER* bumping a fundamental library's > >>> major number to avoid these problems. Alas, no one listens to me, and > >>> they make incompatible changes (like removing functions), so we're > >>> stuck in the false belief that major numbers are going to save us.[*] > >> > >> > >> > >> What's the problem with ports? I think one who want to run older ports > >> on newer system can install compatXX package, no? > >> > >> -Maxim > > > > > > No, I think that what he's worried about is that you have port foo that > > generates a library called libfoo.so.1, and that library is linked > > against libm.so.2. You then have port bar that generates a binary > > linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 > > gets bumped to libm.so.3, and you also rebuild port bar. Now bar is > > linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked > > against libm.so.2; mass panic ensues and the universe is driven into > > chaos and death. > > I see, but this is non-issue, since actually the only sensible approach > when going from release x.y to release x+1.y is to rebuild all > third-party packages, at least ones that install shared libraries. The > reason for that is simple - libc is linked into virtually every package, > while I can't remember a single major release when version number for > libc has not been bumped. It is an issue for people that have binaries releases they don't have source for. We claim to have binary compatibiltiy, when in fact we don't really. It mostly works most of the time. People do complain when this doesn't work. I've spent a lot of time in the past tracking down why programs randomly core dumped after upgrading one minor part of the system, and this was a leading cause after we changed the size of FILE. It caused me a lot of pain. Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:32:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B840F16A4CE; Fri, 18 Mar 2005 16:32:37 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9C043D55; Fri, 18 Mar 2005 16:32:36 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2IGWTMA045309; Fri, 18 Mar 2005 11:32:29 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2IGWT1J045308; Fri, 18 Mar 2005 11:32:29 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Fri, 18 Mar 2005 11:32:29 -0500 From: David Schultz To: Warner Losh Message-ID: <20050318163229.GA43458@VARK.MIT.EDU> Mail-Followup-To: Warner Losh , sobomax@portaone.com, scottl@samsco.org, danfe@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050318.005008.71126625.imp@bsdimp.com> cc: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: scottl@samsco.org cc: sobomax@portaone.com cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 16:32:38 -0000 On Fri, Mar 18, 2005, Warner Losh wrote: > From: Maxim Sobolev > Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > Date: Fri, 18 Mar 2005 09:44:25 +0200 > > > David Schultz wrote: > > > On Thu, Mar 17, 2005, Warner Losh wrote: > > > > > >>>You had better bump the version number for libm before 6.0 rolls > > >>>around!! I've just found a 3rd party binary-only package that > > >>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We > > >>>need to bury that mistake and NOT make it again. > > >> > > >>6.0 already has /lib/libm.so.3 > > > > > > > > > So does 5.3. I think Scott's point is that if we're going to bump > > > it for 6.X at all, we had better do it soon or risk running into > > > the same mess we had before. I agree with that, although at > > > present I don't know of a compelling reason to do the bump the > > > libm version number at all. > > > > Haven't several functions been removed from -CURRENT version of libm > > recently? IMHO this provides sufficient reason for version bump. > > Actually I think it makes sense to bump all libraries automatically when > > -CURRENT goes one major number up. There is just no much sense in > > preserving partial compatibility. > > One of the problems with an overly agressive bumping is that if you > bump, you have to bump *EVERYTHING* that depends on the library to get > true compatbility, even the ports (and have different majors build > based on using libc.so.5 vs libc.so.6, a real pita). When I looked > into the major abi issues we had a while ago, I came to this > conclusion. I also came to the conclusion that we'd be better off > keeping compatibility and *NEVER* bumping a fundamental library's > major number to avoid these problems. Alas, no one listens to me, and > they make incompatible changes (like removing functions), so we're > stuck in the false belief that major numbers are going to save us.[*] In the case of libm, the API, but not the ABI, was broken by the removal of an obscure function. The idea behind matherr() is that an application overrides the stub in libm with its own definition of matherr(), and libm routines call into matherr() when an error occurred. Removing it shouldn't have broken the ABI because it's a callback that the application has to override in order to use. Why was it removed? The mechanism predates the IEEE 754 floating-point standard, and none of our libm routines ever did (or should) support it. So at best, matherr() could confuse applications that expected it to work. At worst, it led to a namespace conflict because it took an argument called 'struct exception', a name which some applications use and which math.h isn't supposed to define. However, I should point out that libm doesn't have a lot of internal state like libc does, so linking in libm.so.3 and libm.so.4 would probably not cause anything to blow up as long as the linker is happy. AFAIK, the linker only complains about duplicate symbols if LD_BIND_NOW is used. From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:32:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF3216A4CE; Fri, 18 Mar 2005 16:32:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632C443D53; Fri, 18 Mar 2005 16:32:56 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2IGV7fA039086; Fri, 18 Mar 2005 09:31:08 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423B01C7.2030404@samsco.org> Date: Fri, 18 Mar 2005 09:28:55 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.org> <423A99CF.7010302@portaone.com> <20050318.092541.104079389.imp@bsdimp.com> In-Reply-To: <20050318.092541.104079389.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: danfe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: sobomax@portaone.com cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 16:32:57 -0000 Warner Losh wrote: > From: Maxim Sobolev > Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h > Date: Fri, 18 Mar 2005 11:05:19 +0200 > > >>Scott Long wrote: >> >>>Maxim Sobolev wrote: >>> >>> >>>>Warner Losh wrote: >>>> >>>> >>>>>From: Maxim Sobolev >>>>>Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h >>>>>Date: Fri, 18 Mar 2005 09:44:25 +0200 >>>>> >>>>> >>>>> >>>>>>David Schultz wrote: >>>>>> >>>>>> >>>>>>>On Thu, Mar 17, 2005, Warner Losh wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>>>You had better bump the version number for libm before 6.0 rolls >>>>>>>>>around!! I've just found a 3rd party binary-only package that >>>>>>>>>supports 'FreeBSD 5.x' but is linked against libm.so.2. Ugh. We >>>>>>>>>need to bury that mistake and NOT make it again. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>6.0 already has /lib/libm.so.3 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>So does 5.3. I think Scott's point is that if we're going to bump >>>>>>>it for 6.X at all, we had better do it soon or risk running into >>>>>>>the same mess we had before. I agree with that, although at >>>>>>>present I don't know of a compelling reason to do the bump the >>>>>>>libm version number at all. >>>>>> >>>>>> >>>>>> >>>>>>Haven't several functions been removed from -CURRENT version of libm >>>>>>recently? IMHO this provides sufficient reason for version bump. >>>>>>Actually I think it makes sense to bump all libraries automatically >>>>>>when -CURRENT goes one major number up. There is just no much sense >>>>>>in preserving partial compatibility. >>>>> >>>>> >>>>> >>>>> >>>>>One of the problems with an overly agressive bumping is that if you >>>>>bump, you have to bump *EVERYTHING* that depends on the library to get >>>>>true compatbility, even the ports (and have different majors build >>>>>based on using libc.so.5 vs libc.so.6, a real pita). When I looked >>>>>into the major abi issues we had a while ago, I came to this >>>>>conclusion. I also came to the conclusion that we'd be better off >>>>>keeping compatibility and *NEVER* bumping a fundamental library's >>>>>major number to avoid these problems. Alas, no one listens to me, and >>>>>they make incompatible changes (like removing functions), so we're >>>>>stuck in the false belief that major numbers are going to save us.[*] >>>> >>>> >>>> >>>>What's the problem with ports? I think one who want to run older ports >>>>on newer system can install compatXX package, no? >>>> >>>>-Maxim >>> >>> >>>No, I think that what he's worried about is that you have port foo that >>>generates a library called libfoo.so.1, and that library is linked >>>against libm.so.2. You then have port bar that generates a binary >>>linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 >>>gets bumped to libm.so.3, and you also rebuild port bar. Now bar is >>>linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked >>>against libm.so.2; mass panic ensues and the universe is driven into >>>chaos and death. >> >>I see, but this is non-issue, since actually the only sensible approach >>when going from release x.y to release x+1.y is to rebuild all >>third-party packages, at least ones that install shared libraries. The >>reason for that is simple - libc is linked into virtually every package, >>while I can't remember a single major release when version number for >>libc has not been bumped. > > > It is an issue for people that have binaries releases they don't have > source for. We claim to have binary compatibiltiy, when in fact we > don't really. It mostly works most of the time. > > People do complain when this doesn't work. I've spent a lot of time > in the past tracking down why programs randomly core dumped after > upgrading one minor part of the system, and this was a leading cause > after we changed the size of FILE. It caused me a lot of pain. > > Warner Yeah, well, that was your karmic punishment for touching the internals of FILE. Serves you right! Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:37:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2477B16A4CE; Fri, 18 Mar 2005 16:37:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE14F43D48; Fri, 18 Mar 2005 16:37:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IGbpjc013654; Fri, 18 Mar 2005 16:37:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IGbpKx013653; Fri, 18 Mar 2005 16:37:51 GMT (envelope-from imp) Message-Id: <200503181637.j2IGbpKx013653@repoman.freebsd.org> From: Warner Losh Date: Fri, 18 Mar 2005 16:37:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 16:37:52 -0000 imp 2005-03-18 16:37:51 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Need to initialize the resource list that we keep for our children. STAILQ's require this, while it is optional for SLIST (well, as long as the memory is bzeroed). Noticed by: phk's crash Revision Changes Path 1.101 +1 -0 src/sys/dev/pccard/pccard.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:52:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2457916A4CE; Fri, 18 Mar 2005 16:52:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED2B043D3F; Fri, 18 Mar 2005 16:52:46 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IGqk8I021031; Fri, 18 Mar 2005 16:52:46 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IGqkSO021030; Fri, 18 Mar 2005 16:52:46 GMT (envelope-from harti) Message-Id: <200503181652.j2IGqkSO021030@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 18 Mar 2005 16:52:46 +0000 (UTC) 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 var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 16:52:47 -0000 harti 2005-03-18 16:52:46 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Cleanup handling of colons in variable substitutions. Patch: 7.126 Submitted by: Max Okumoto Revision Changes Path 1.121 +41 -50 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 17:49:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A22116A4CE; Fri, 18 Mar 2005 17:49:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB4043D54; Fri, 18 Mar 2005 17:49:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IHn9Bj023220; Fri, 18 Mar 2005 17:49:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IHn9Bg023219; Fri, 18 Mar 2005 17:49:09 GMT (envelope-from imp) Message-Id: <200503181749.j2IHn9Bg023219@repoman.freebsd.org> From: Warner Losh Date: Fri, 18 Mar 2005 17:49:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/restore main.c restore.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, 18 Mar 2005 17:49:09 -0000 imp 2005-03-18 17:49:08 UTC FreeBSD src repository Modified files: sbin/restore main.c restore.8 Log: Sync usage and man page with reality. There's no '-c' command line flag today. Maybe we should still retain it, but I'll let others fight that windmill. Revision Changes Path 1.25 +5 -5 src/sbin/restore/main.c 1.50 +5 -14 src/sbin/restore/restore.8 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 18:51:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B7CA16A4CE; Fri, 18 Mar 2005 18:51:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80BD43D1F; Fri, 18 Mar 2005 18:51:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IInuRY066258; Fri, 18 Mar 2005 11:49:56 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 11:49:56 -0700 (MST) Message-Id: <20050318.114956.74684448.imp@bsdimp.com> To: scottl@samsco.org From: Warner Losh In-Reply-To: <423B01C7.2030404@samsco.org> References: <423A99CF.7010302@portaone.com> <20050318.092541.104079389.imp@bsdimp.com> <423B01C7.2030404@samsco.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: danfe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: sobomax@portaone.com cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 18:51:29 -0000 > Yeah, well, that was your karmic punishment for touching the internals > of FILE. Serves you right! I didn't touch the internals of FILE. I just helped clean up the mess. :-( Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 18:57:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14AF316A4CE; Fri, 18 Mar 2005 18:57:56 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F45D43D7C; Fri, 18 Mar 2005 18:57:55 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 6EF28AC96A; Fri, 18 Mar 2005 19:57:53 +0100 (CET) Date: Fri, 18 Mar 2005 19:57:53 +0100 From: Pawel Jakub Dawidek To: Poul-Henning Kamp Message-ID: <20050318185753.GS591@darkness.comp.waw.pl> References: <20050318144728.GB35743@ip.net.ua> <16940.1111161386@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fryGc0vzirnrYIcd" Content-Disposition: inline In-Reply-To: <16940.1111161386@critter.freebsd.dk> 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: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 18:57:56 -0000 --fryGc0vzirnrYIcd Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 18, 2005 at 04:56:26PM +0100, Poul-Henning Kamp wrote: +> In message <20050318144728.GB35743@ip.net.ua>, Ruslan Ermilov writes: +> > +> >--p4qYPpj5QlsIQJ0K +> >Content-Type: text/plain; charset=3Dus-ascii +> >Content-Disposition: inline +> >Content-Transfer-Encoding: quoted-printable +> > +> >Hi Poul-Henning, +> > +> >Does any of these changes fix the panic when attempting to mount an +> >audio CD-ROM? +>=20 +> Uhh, dunno, what panics ? Do you know which GEOM class ? panic: wrong offset 65536 for sectorsize 2352 cpuid =3D 1 KDB: enter: panic [thread pid 424 tid 100063 ] Stopped at kdb_enter+0x2b: nop =20 db> tr tr Tracing pid 424 tid 100063 td 0xc1078450 kdb_enter(c05ea350) at kdb_enter+0x2b panic(c05e53c1,10000,0,930,c4d703d8) at panic+0x127 g_io_request(c11935ac,c119d1c0,c4d703d8,c4d703d8,ca5438c0) at g_io_request+= 0x94 g_vfs_strategy(c154c774,c4d703d8,0,ca5438e8,c04ea757) at g_vfs_strategy+0x49 ffs_geom_strategy(c154c774,c4d703d8) at ffs_geom_strategy+0x25 breadn(c154c6a8,80,0,2000,0) at breadn+0xfb bread(c154c6a8,80,0,2000,c152fb80) at bread+0x20 ffs_mountfs(c154c6a8,c107d000,c1078450,c113a0c0,0) at ffs_mountfs+0x23e ffs_mount(c107d000,c1078450,0,0,c154b354) at ffs_mount+0x925 vfs_domount(c1078450,c113a770,c113a180,0,c113a750) at vfs_domount+0x595 vfs_donmount(c1078450,0,ca543c14,c152fd00,e) at vfs_donmount+0xce kernel_mount(c113a150,0,bfbfed46,0,fffffffe) at kernel_mount+0x6d ffs_cmount(c113a150,bfbfdf50,0,c1078450,c06240a0) at ffs_cmount+0x5d mount(c1078450,ca543d14,4,0,256) at mount+0x156 syscall(2f,2f,2f,804aa66,bfbfe9e4) at syscall+0x217 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (21, FreeBSD ELF32, mount), eip =3D 0x280b88d7, esp =3D 0xbfbfd= f2c, ebp =3D 0xbfbfdfc8 --- --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --fryGc0vzirnrYIcd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCOySxForvXbEpPzQRAmukAKCKjznfnTzPHNfq7nAoRlFf8glnswCfRYeb HiD4bugMijHLYerOtfWjCJo= =FWwm -----END PGP SIGNATURE----- --fryGc0vzirnrYIcd-- From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:00:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B4A16A4CE; Fri, 18 Mar 2005 19:00:39 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B50B43D54; Fri, 18 Mar 2005 19:00:39 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j2IJ0ai9018308; Fri, 18 Mar 2005 14:00:36 -0500 (EST) Date: Fri, 18 Mar 2005 14:00:36 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Warner Losh In-Reply-To: <20050318.114956.74684448.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: danfe@freebsd.org cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@samsco.org cc: cvs-all@freebsd.org cc: das@freebsd.org cc: sobomax@portaone.com Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 19:00:39 -0000 On Fri, 18 Mar 2005, Warner Losh wrote: > > Yeah, well, that was your karmic punishment for touching the internals > > of FILE. Serves you right! > > I didn't touch the internals of FILE. I just helped clean up the > mess. :-( That was me, but as I recall we ended up keeping binary compat by reusing an existing field and extending it (green's idea I believe). I think the real pain came when we tried to fix the predefined stdio, stdin, and stderr descriptors to prevent ABI breakage for future FILE changes. Has anyone experimented with symbol versioning yet? I recall someone wanting to do that (dfr?). -- DE From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:08:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8846916A4CE; Fri, 18 Mar 2005 19:08:44 +0000 (GMT) Received: from mail20.syd.optusnet.com.au (mail20.syd.optusnet.com.au [211.29.132.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9839443D54; Fri, 18 Mar 2005 19:08:43 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j2IJ8VRf020086 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 19 Mar 2005 06:08:36 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j2IJ8U7l035118; Sat, 19 Mar 2005 06:08:30 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j2IJ8Uic035117; Sat, 19 Mar 2005 06:08:30 +1100 (EST) (envelope-from pjeremy) Date: Sat, 19 Mar 2005 06:08:29 +1100 From: Peter Jeremy To: Scott Long Message-ID: <20050318190828.GC30813@cirb503493.alcatel.com.au> References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <423A8DC5.5010006@samsco.org> User-Agent: Mutt/1.4.2i cc: Maxim Sobolev cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: danfe@freebsd.org cc: cvs-all@freebsd.org cc: das@freebsd.org cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 19:08:44 -0000 On Fri, 2005-Mar-18 01:13:57 -0700, Scott Long wrote: >No, I think that what he's worried about is that you have port foo that >generates a library called libfoo.so.1, and that library is linked >against libm.so.2. You then have port bar that generates a binary >linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 >gets bumped to libm.so.3, and you also rebuild port bar. Now bar is >linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked >against libm.so.2; Is it worthwhile checking (and warning) about this condition? Possible options include: 1) ld-elf.so learning that a .so is make up of a name and a version number and whinging if an executable attempts to load two shared libraries with the same name and different versions. 2) ld(1) whinging (and failing) if the shared libraries on the command line would result in the final executable being linked against two different versions of a shared library. 3) portupgrade (or even port dependency checking) doing an 'ldd' on each dependency and either complaining or rebuilding any where the dependency predates a library bump. (Doing this properly probably means building the port then discovering that it now needs multiple .so versions and having to rebuild it after cleaning up the offending dependency). Note that 2 and 3 don't pick up .so's that are dlopen()d by the code and 3 only works for ports. This is off the top of my head and further thought may suggest reasons why the above aren't practical. -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:12:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD2416A4CE; Fri, 18 Mar 2005 19:12:30 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F2343D46; Fri, 18 Mar 2005 19:12:28 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2IJBtcf039928; Fri, 18 Mar 2005 12:11:56 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423B2778.2070206@samsco.org> Date: Fri, 18 Mar 2005 12:09:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.org> <20050318190828.GC30813@cirb503493.alcatel.com.au> In-Reply-To: <20050318190828.GC30813@cirb503493.alcatel.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: Maxim Sobolev cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: danfe@freebsd.org cc: cvs-all@freebsd.org cc: das@freebsd.org cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 19:12:31 -0000 Peter Jeremy wrote: > On Fri, 2005-Mar-18 01:13:57 -0700, Scott Long wrote: > >>No, I think that what he's worried about is that you have port foo that >>generates a library called libfoo.so.1, and that library is linked >>against libm.so.2. You then have port bar that generates a binary >>linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 >>gets bumped to libm.so.3, and you also rebuild port bar. Now bar is >>linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked >>against libm.so.2; > > > Is it worthwhile checking (and warning) about this condition? Possible > options include: > 1) ld-elf.so learning that a .so is make up of a name and a version number > and whinging if an executable attempts to load two shared libraries with > the same name and different versions. This would definitely be good to have for diagnostic purposes, whether the mythical library versioning happens or not. > 2) ld(1) whinging (and failing) if the shared libraries on the command > line would result in the final executable being linked against two > different versions of a shared library. As you point out below, this does nothing for dlopen(), and I don't think that it'll provide enough useful information for end users. > 3) portupgrade (or even port dependency checking) doing an 'ldd' on each > dependency and either complaining or rebuilding any where the dependency > predates a library bump. (Doing this properly probably means building > the port then discovering that it now needs multiple .so versions and > having to rebuild it after cleaning up the offending dependency). Yes, this would be interesting to have also. Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:17:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0FE16A4CE; Fri, 18 Mar 2005 19:17:06 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2AA43D2D; Fri, 18 Mar 2005 19:17:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2IJGXCT039958; Fri, 18 Mar 2005 12:16:34 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423B288E.3090901@samsco.org> Date: Fri, 18 Mar 2005 12:14:22 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <20050317.233645.74714466.imp@bsdimp.com> <20050318064521.GA42508@VARK.MIT.EDU> <423A86D9.5030504@portaone.com> <20050318.005008.71126625.imp@bsdimp.com> <423A8B51.3010609@portaone.com> <423A8DC5.5010006@samsco.org> <20050318190828.GC30813@cirb503493.alcatel.com.au> <423B2778.2070206@samsco.org> In-Reply-To: <423B2778.2070206@samsco.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: Maxim Sobolev cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: danfe@FreeBSD.org cc: cvs-all@FreeBSD.org cc: das@FreeBSD.org cc: Warner Losh Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 19:17:06 -0000 Scott Long wrote: > Peter Jeremy wrote: > >> On Fri, 2005-Mar-18 01:13:57 -0700, Scott Long wrote: >> >>> No, I think that what he's worried about is that you have port foo that >>> generates a library called libfoo.so.1, and that library is linked >>> against libm.so.2. You then have port bar that generates a binary >>> linked against libfoo.so.1 and libm.so.2. Now lets say that libm.so.2 >>> gets bumped to libm.so.3, and you also rebuild port bar. Now bar is >>> linked to libfoo.so.1 and libm.so.3, but libfoo.so.1 is still linked >>> against libm.so.2; >> >> >> >> Is it worthwhile checking (and warning) about this condition? Possible >> options include: >> 1) ld-elf.so learning that a .so is make up of a name and a version >> number >> and whinging if an executable attempts to load two shared libraries >> with >> the same name and different versions. > > > This would definitely be good to have for diagnostic purposes, whether > the mythical library versioning happens or not. ^^^^^^^ symbol > >> 2) ld(1) whinging (and failing) if the shared libraries on the command >> line would result in the final executable being linked against two >> different versions of a shared library. > > > As you point out below, this does nothing for dlopen(), and I don't > think that it'll provide enough useful information for end users. > >> 3) portupgrade (or even port dependency checking) doing an 'ldd' on each >> dependency and either complaining or rebuilding any where the >> dependency >> predates a library bump. (Doing this properly probably means building >> the port then discovering that it now needs multiple .so versions and >> having to rebuild it after cleaning up the offending dependency). > > > Yes, this would be interesting to have also. > > Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:26:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0686416A4CE; Fri, 18 Mar 2005 19:26:03 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E8F643D6A; Fri, 18 Mar 2005 19:26:02 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])j2IJPtw0031515; Fri, 18 Mar 2005 14:25:58 -0500 Message-ID: <423B2B40.6080600@root.org> Date: Fri, 18 Mar 2005 11:25:52 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20050318051958.3E89916A53A@hub.freebsd.org> In-Reply-To: <20050318051958.3E89916A53A@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard pccard.c src/sys/dev/pci pci.c src/sys/i386/i386 nexus.c src/sys/isa isa_common.c src/sys/kern subr_bus.c src/sys/sys bus.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, 18 Mar 2005 19:26:03 -0000 Warner Losh wrote: > imp 2005-03-18 05:19:50 UTC > > FreeBSD src repository > > Modified files: > sys/dev/cardbus cardbus.c > sys/dev/pccard pccard.c > sys/dev/pci pci.c > sys/i386/i386 nexus.c > sys/isa isa_common.c > sys/kern subr_bus.c > sys/sys bus.h > Log: > Use STAILQ in preference to SLIST for the resources. Insert new resources > last in the list rather than first. > > This makes the resouces print in the 4.x order rather than the 5.x order > (eg fdc0 at 0x3f0-0x3f5,0x3f7 is 4.x, but 0x3f7,0x3f0-0x3f5 is 5.x). This > also means that the pci code will once again print the resources in BAR > ascending order. > > Revision Changes Path > 1.52 +4 -4 src/sys/dev/cardbus/cardbus.c > 1.100 +1 -1 src/sys/dev/pccard/pccard.c > 1.282 +1 -1 src/sys/dev/pci/pci.c > 1.61 +1 -1 src/sys/i386/i386/nexus.c > 1.42 +5 -5 src/sys/isa/isa_common.c > 1.174 +7 -7 src/sys/kern/subr_bus.c > 1.67 +2 -2 src/sys/sys/bus.h Great change. One nit: the reverse order helped expose bugs in some resource allocation routines. It might be nice to have some DEBUG option that inserted it at the head. The backwards behavior actually triggered the bug you fixed in rman on various systems and might have lead us to it earlier if someone had run it down. (Thanks for fixing that too.) -- Nate From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:39:22 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E4916A4CF; Fri, 18 Mar 2005 19:39:22 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DFE443D31; Fri, 18 Mar 2005 19:39:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IJaceL066753; Fri, 18 Mar 2005 12:36:38 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 12:36:38 -0700 (MST) Message-Id: <20050318.123638.71154949.imp@bsdimp.com> To: nate@root.org From: Warner Losh In-Reply-To: <423B2B40.6080600@root.org> References: <20050318051958.3E89916A53A@hub.freebsd.org> <423B2B40.6080600@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: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard pccard.c src/sys/dev/pci pci.c src/sys/i386/i386 nexus.c src/sys/isa isa_common.c src/sys/kern subr_bus.c src/sys/sys bus.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, 18 Mar 2005 19:39:22 -0000 From: Nate Lawson Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard pccard.c src/sys/dev/pci pci.c src/sys/i386/i386 nexus.c src/sys/isa isa_common.c src/sys/kern subr_bus.c src/sys/sys bus.h Date: Fri, 18 Mar 2005 11:25:52 -0800 > Warner Losh wrote: > > imp 2005-03-18 05:19:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/cardbus cardbus.c > > sys/dev/pccard pccard.c > > sys/dev/pci pci.c > > sys/i386/i386 nexus.c > > sys/isa isa_common.c > > sys/kern subr_bus.c > > sys/sys bus.h > > Log: > > Use STAILQ in preference to SLIST for the resources. Insert new resources > > last in the list rather than first. > > > > This makes the resouces print in the 4.x order rather than the 5.x order > > (eg fdc0 at 0x3f0-0x3f5,0x3f7 is 4.x, but 0x3f7,0x3f0-0x3f5 is 5.x). This > > also means that the pci code will once again print the resources in BAR > > ascending order. > > > > Revision Changes Path > > 1.52 +4 -4 src/sys/dev/cardbus/cardbus.c > > 1.100 +1 -1 src/sys/dev/pccard/pccard.c > > 1.282 +1 -1 src/sys/dev/pci/pci.c > > 1.61 +1 -1 src/sys/i386/i386/nexus.c > > 1.42 +5 -5 src/sys/isa/isa_common.c > > 1.174 +7 -7 src/sys/kern/subr_bus.c > > 1.67 +2 -2 src/sys/sys/bus.h > > Great change. One nit: the reverse order helped expose bugs in some > resource allocation routines. It did? Which ones? The rids weren't affected by the change, just the order that they were stored on the list. And so far as I could tell, nobody depends on the order in the list for anything: everybody searches the list for the rigth rid to use. I've not seen any evidence of this being the case, but maybe I'm forgetting something. > It might be nice to have some DEBUG > option that inserted it at the head. The backwards behavior actually > triggered the bug you fixed in rman on various systems and might have > lead us to it earlier if someone had run it down. (Thanks for fixing > that too.) No. The bug I fixed was due to the time through the fdc allocation doing the wrong thing and gobbling up too many ioports. It would be there independent of this change. Recall that the rid of the resource is in the struct resource_list_entry and that the standard subr_bus.c routines all search for a rid by value, rather than by list location. There was one bug in the npx driver where it set start and end to the same thing. However, that's a bug in the bus_alloc_resource() call, not a bug in the list handling. Of course, if there's something I overlooked, please let me know. Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:44:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C354316A4CE; Fri, 18 Mar 2005 19:44:36 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E72C43D31; Fri, 18 Mar 2005 19:44:36 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2IJhDln050983; Fri, 18 Mar 2005 14:43:13 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2IJhDm0050982; Fri, 18 Mar 2005 14:43:13 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Fri, 18 Mar 2005 14:43:13 -0500 From: David Schultz To: Daniel Eischen Message-ID: <20050318194313.GA50903@VARK.MIT.EDU> Mail-Followup-To: Daniel Eischen , Warner Losh , scottl@samsco.org, sobomax@portaone.com, danfe@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20050318.114956.74684448.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: danfe@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: scottl@samsco.org cc: cvs-all@FreeBSD.ORG cc: Warner Losh cc: sobomax@portaone.com Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.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, 18 Mar 2005 19:44:36 -0000 On Fri, Mar 18, 2005, Daniel Eischen wrote: > On Fri, 18 Mar 2005, Warner Losh wrote: > > > > Yeah, well, that was your karmic punishment for touching the internals > > > of FILE. Serves you right! > > > > I didn't touch the internals of FILE. I just helped clean up the > > mess. :-( > > That was me, but as I recall we ended up keeping binary compat > by reusing an existing field and extending it (green's idea I > believe). I think the real pain came when we tried to fix > the predefined stdio, stdin, and stderr descriptors to prevent > ABI breakage for future FILE changes. > > Has anyone experimented with symbol versioning yet? I recall > someone wanting to do that (dfr?). I looked into it, but I don't have time to implement it. Basically, 90% of the support is already there, and it would not be hard to finish for someone who understands the rtld internals already (I don't). I successfully created a working versioned math library by simply making a linker spec and passing the --version-script option to ld. All that's needed, I think, is to teach the runtime linker to check the version fields. Then we just make a bunch of specs for the libraries we want to version. From owner-cvs-src@FreeBSD.ORG Fri Mar 18 19:50:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8918816A4CE; Fri, 18 Mar 2005 19:50:24 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D0C43D2F; Fri, 18 Mar 2005 19:50:24 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])j2IJkGba010743; Fri, 18 Mar 2005 14:46:17 -0500 Message-ID: <423B30FA.9080508@root.org> Date: Fri, 18 Mar 2005 11:50:18 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20050318051958.3E89916A53A@hub.freebsd.org> <423B2B40.6080600@root.org> <20050318.123638.71154949.imp@bsdimp.com> In-Reply-To: <20050318.123638.71154949.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard isa_common.c src/sys/kern subr_bus.c src/sys/sys bus.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, 18 Mar 2005 19:50:24 -0000 Warner Losh wrote: > From: Nate Lawson >>Great change. One nit: the reverse order helped expose bugs in some >>resource allocation routines. > > It did? Which ones? The rids weren't affected by the change, just > the order that they were stored on the list. And so far as I could > tell, nobody depends on the order in the list for anything: everybody > searches the list for the rigth rid to use. I've not seen any > evidence of this being the case, but maybe I'm forgetting something. The acpi sysres code uses a list and walks through it to handle bad resources specified by the BIOS (i.e., overlapping in weird ways), see acpi_sysres_attach(). It's the only real user of rman. The current code there depends on the order in one way: when resources are wholly contained in each other, the first one allocated wins. This should not have an effect in what we allocate but is an order dependency. >>It might be nice to have some DEBUG >>option that inserted it at the head. The backwards behavior actually >>triggered the bug you fixed in rman on various systems and might have >>lead us to it earlier if someone had run it down. (Thanks for fixing >>that too.) > > No. The bug I fixed was due to the time through the fdc > allocation doing the wrong thing and gobbling up too many ioports. > It would be there independent of this change. Recall that the rid of > the resource is in the struct resource_list_entry and that the > standard subr_bus.c routines all search for a rid by value, rather > than by list location. The acpi sysres code did trigger this bug when users had a device which allocated a resource that overlapped rman and acpi. -- Nate From owner-cvs-src@FreeBSD.ORG Fri Mar 18 20:15:43 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 176FC16A4CE; Fri, 18 Mar 2005 20:15:43 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDDF643D2D; Fri, 18 Mar 2005 20:15:42 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2IKFfQl056833; Fri, 18 Mar 2005 12:15:41 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2IKFeWj056830; Fri, 18 Mar 2005 12:15:40 -0800 (PST) (envelope-from obrien) Date: Fri, 18 Mar 2005 12:15:40 -0800 From: "David O'Brien" To: Bruce Evans Message-ID: <20050318201540.GF54333@dragon.NUXI.org> References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050316205406.GF591@darkness.comp.waw.pl> <20050316205829.GA3556@dragon.NUXI.org> <20050317121651.N72560@delplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050317121651.N72560@delplex.bde.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i 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/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 20:15:43 -0000 On Thu, Mar 17, 2005 at 12:37:15PM +1100, Bruce Evans wrote: > Are the comments on precedence even correct? Yes. > I think precedence according to ordering in the config file hasn't > worked for many years. PCI devices may (should) have precedence over > ISA ones, but that is a general property and should be expressed > better. There are both PCI lnc and pcn devices. lnc and pcn can both attempt to attach to the same device -- we have code that tries to get the two drivers to live piecefully side-by-side. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Fri Mar 18 20:21:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF62C16A4CE; Fri, 18 Mar 2005 20:21:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949EB43D54; Fri, 18 Mar 2005 20:21:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IKLk1m029533; Fri, 18 Mar 2005 20:21:46 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IKLkgY029532; Fri, 18 Mar 2005 20:21:46 GMT (envelope-from phk) Message-Id: <200503182021.j2IKLkgY029532@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 18 Mar 2005 20:21:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devfs devfs.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, 18 Mar 2005 20:21:46 -0000 phk 2005-03-18 20:21:46 UTC FreeBSD src repository Modified files: sbin/devfs devfs.8 Log: Typo. Submitted by: Hiroharu Tamaru Revision Changes Path 1.12 +1 -1 src/sbin/devfs/devfs.8 From owner-cvs-src@FreeBSD.ORG Fri Mar 18 20:25:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A909716A4CE; Fri, 18 Mar 2005 20:25:12 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC9943D53; Fri, 18 Mar 2005 20:25:11 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2IKPA3K018716; Fri, 18 Mar 2005 21:25:10 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Pawel Jakub Dawidek From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 18 Mar 2005 19:57:53 +0100." <20050318185753.GS591@darkness.comp.waw.pl> Date: Fri, 18 Mar 2005 21:25:10 +0100 Message-ID: <18715.1111177510@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 20:25:13 -0000 In message <20050318185753.GS591@darkness.comp.waw.pl>, Pawel Jakub Dawidek wri tes: >+> >Does any of these changes fix the panic when attempting to mount an >+> >audio CD-ROM? >+>=20 >+> Uhh, dunno, what panics ? Do you know which GEOM class ? > >panic: wrong offset 65536 for sectorsize 2352 >ffs_mountfs(c154c6a8,c107d000,c1078450,c113a0c0,0) at ffs_mountfs+0x23e >ffs_mount(c107d000,c1078450,0,0,c154b354) at ffs_mount+0x925 FFS and other filesystems needs to find out that they cannot work with the sectorsize proposed. We can either do that by turning the panic into an EIO or by explicitly checking in the filesystems. I guess EIO makes most sense, and since I havn't seen this panic find anything important for a long time I guess that's the way. Anyone want to do it ? -- 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 Mar 18 20:30:19 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7A1C16A4CE; Fri, 18 Mar 2005 20:30:19 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0498B43D31; Fri, 18 Mar 2005 20:30:17 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j2IKUEsn048175; Fri, 18 Mar 2005 15:30:15 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: cvs-src@freebsd.org, obrien@freebsd.org Date: Fri, 18 Mar 2005 15:30:12 -0500 User-Agent: KMail/1.6.2 References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050317121651.N72560@delplex.bde.org> <20050318201540.GF54333@dragon.NUXI.org> In-Reply-To: <20050318201540.GF54333@dragon.NUXI.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503181530.12815.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/773/Fri Mar 18 07:56:08 2005 on anuket.mj.niksun.com X-Virus-Status: Clean cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org cc: Bruce Evans Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 20:30:20 -0000 On Friday 18 March 2005 03:15 pm, David O'Brien wrote: > On Thu, Mar 17, 2005 at 12:37:15PM +1100, Bruce Evans wrote: > > Are the comments on precedence even correct? > > Yes. > > > I think precedence according to ordering in the config file > > hasn't worked for many years. PCI devices may (should) have > > precedence over ISA ones, but that is a general property and > > should be expressed better. > > There are both PCI lnc and pcn devices. lnc and pcn can both > attempt to attach to the same device -- we have code that tries to > get the two drivers to live piecefully side-by-side. Why can't we just remove if_lnc_pci.c? Just a thought... Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Fri Mar 18 20:38:07 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A59C16A4CE; Fri, 18 Mar 2005 20:38:07 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id EDE0443D62; Fri, 18 Mar 2005 20:38:05 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Mar 2005 20:38:05 +0000 (GMT) To: Maxim Sobolev In-Reply-To: Your message of "Fri, 18 Mar 2005 12:44:50 +0200." <423AB122.6000508@portaone.com> Date: Fri, 18 Mar 2005 20:38:04 +0000 From: Ian Dowse Message-ID: <200503182038.aa37613@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 20:38:07 -0000 In message <423AB122.6000508@portaone.com>, Maxim Sobolev writes: >Ian Dowse wrote: >> In message <423A21E2.4080000@FreeBSD.org>, Doug Barton writes: >> >>>In short, all of my "issues" seem to have been fixed! I also just updated my > >>>src tree to try the new code you committed to avoid the detach/reattach >>>problem, and that not only works, but it avoids the weird errors I was >>>getting about my docking station's USB hub and having to reprobe ums0. >>> >>>You and Julian are to be congratulated on all the hard work you've done in >>>this area. Good luck with hunting down the rest of the corner cases. >>> >>>Doug >> >> >> Thanks Doug - that's great news - keep the panic reports and stack >> traces coming! > >Can you commit your re-probing fix, so that it gets wider exposure? It >would be nice to have it included into 5.4, since this bug is really >anoying and for example prevents us from turning on ehci on production >machines that use USB boot devices. The re-probing fix is committed already - that's what Doug was referring to above. Ian From owner-cvs-src@FreeBSD.ORG Fri Mar 18 20:49:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5804516A4CE; Fri, 18 Mar 2005 20:49:39 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAC143D2F; Fri, 18 Mar 2005 20:49:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2IKn2Sx040431; Fri, 18 Mar 2005 13:49:02 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423B3E3B.2020208@samsco.org> Date: Fri, 18 Mar 2005 13:46:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Dowse References: <200503182038.aa37613@salmon.maths.tcd.ie> In-Reply-To: <200503182038.aa37613@salmon.maths.tcd.ie> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: Maxim Sobolev cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 20:49:39 -0000 Ian Dowse wrote: > In message <423AB122.6000508@portaone.com>, Maxim Sobolev writes: > >>Ian Dowse wrote: >> >>>In message <423A21E2.4080000@FreeBSD.org>, Doug Barton writes: >>> >>> >>>>In short, all of my "issues" seem to have been fixed! I also just updated my >> >>>>src tree to try the new code you committed to avoid the detach/reattach >>>>problem, and that not only works, but it avoids the weird errors I was >>>>getting about my docking station's USB hub and having to reprobe ums0. >>>> >>>>You and Julian are to be congratulated on all the hard work you've done in >>>>this area. Good luck with hunting down the rest of the corner cases. >>>> >>>>Doug >>> >>> >>>Thanks Doug - that's great news - keep the panic reports and stack >>>traces coming! >> >>Can you commit your re-probing fix, so that it gets wider exposure? It >>would be nice to have it included into 5.4, since this bug is really >>anoying and for example prevents us from turning on ehci on production >>machines that use USB boot devices. > > > The re-probing fix is committed already - that's what Doug was > referring to above. > > Ian There are still quite a few outstanding difference between HEAD and RELENG_5 in the USB code now, yes? I'd definitely like to get them merged for 5.4 once you're comfortable. Scott From owner-cvs-src@FreeBSD.ORG Fri Mar 18 21:06:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0091E16A4CE; Fri, 18 Mar 2005 21:06:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B168243D49; Fri, 18 Mar 2005 21:06:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IL6skg038163; Fri, 18 Mar 2005 21:06:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IL6sdq038162; Fri, 18 Mar 2005 21:06:54 GMT (envelope-from imp) Message-Id: <200503182106.j2IL6sdq038162@repoman.freebsd.org> From: Warner Losh Date: Fri, 18 Mar 2005 21:06:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/restore tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 21:06:55 -0000 imp 2005-03-18 21:06:54 UTC FreeBSD src repository Modified files: sbin/restore tape.c Log: In order to print out the dump dates correctly, the date and ddate fields also need to be convereted for old tapes for records of type TAPE. Revision Changes Path 1.41 +4 -0 src/sbin/restore/tape.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 21:22:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCEF16A4CE; Fri, 18 Mar 2005 21:22:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312C143D4C; Fri, 18 Mar 2005 21:22:29 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ILMTeS039031; Fri, 18 Mar 2005 21:22:29 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ILMTc9039030; Fri, 18 Mar 2005 21:22:29 GMT (envelope-from das) Message-Id: <200503182122.j2ILMTc9039030@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 21:22:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 21:22:29 -0000 das 2005-03-18 21:22:29 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: Add missing cases for PT_SYSCALL. Found by: Coverity Prevent analysis tool Revision Changes Path 1.130 +2 -0 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 21:22:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6237B16A4CF; Fri, 18 Mar 2005 21:22:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFAF43D39; Fri, 18 Mar 2005 21:22:49 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ILMnkq039069; Fri, 18 Mar 2005 21:22:49 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ILMmrx039068; Fri, 18 Mar 2005 21:22:48 GMT (envelope-from das) Message-Id: <200503182122.j2ILMmrx039068@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 21:22:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 21:22:49 -0000 das 2005-03-18 21:22:48 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c Log: Move the swap_zone == NULL check earlier (i.e. before we dereference the pointer.) Found by: Coverity Prevent analysis tool Revision Changes Path 1.268 +2 -2 src/sys/vm/swap_pager.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 21:23:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E0E16A4CF; Fri, 18 Mar 2005 21:23:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF5843D31; Fri, 18 Mar 2005 21:23:32 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ILNWes039115; Fri, 18 Mar 2005 21:23:32 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ILNWEh039114; Fri, 18 Mar 2005 21:23:32 GMT (envelope-from das) Message-Id: <200503182123.j2ILNWEh039114@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 21:23:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Mar 2005 21:23:33 -0000 das 2005-03-18 21:23:32 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_bio.c Log: Don't brelse(bp) if bp is null. Also, eliminate some redundancy and dead code. Found by: Coverity Prevent analysis tool Revision Changes Path 1.150 +5 -18 src/sys/nfsclient/nfs_bio.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 21:54:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D3616A4CE; Fri, 18 Mar 2005 21:54:03 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 06FED43D1F; Fri, 18 Mar 2005 21:54:02 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Mar 2005 21:54:01 +0000 (GMT) To: Scott Long In-Reply-To: Your message of "Fri, 18 Mar 2005 13:46:51 MST." <423B3E3B.2020208@samsco.org> Date: Fri, 18 Mar 2005 21:53:58 +0000 From: Ian Dowse Message-ID: <200503182154.aa56022@salmon.maths.tcd.ie> cc: Maxim Sobolev cc: Doug Barton cc: re@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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: Fri, 18 Mar 2005 21:54:03 -0000 [re@ cc'd] In message <423B3E3B.2020208@samsco.org>, Scott Long writes: >There are still quite a few outstanding difference between HEAD and >RELENG_5 in the USB code now, yes? I'd definitely like to get them >merged for 5.4 once you're comfortable. Sure, if re@ approve this I can start the merging. The changes to ehci.c have had a few days to settle now so I'm happy to merge them, but the usb.c and autoconf bits won't have been tested much yet. I'm of course not considering turning on ehci in RELENG_5's GENERIC without further discussion, and don't have any strong opinions about whether that would be a good idea or not anyway. Ian From owner-cvs-src@FreeBSD.ORG Fri Mar 18 22:33:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E983D16A4CE; Fri, 18 Mar 2005 22:33:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5AE43D55; Fri, 18 Mar 2005 22:33:10 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IMXACE043256; Fri, 18 Mar 2005 22:33:10 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IMXARH043255; Fri, 18 Mar 2005 22:33:10 GMT (envelope-from das) Message-Id: <200503182233.j2IMXARH043255@repoman.freebsd.org> From: David Schultz Date: Fri, 18 Mar 2005 22:33:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 22:33:11 -0000 das 2005-03-18 22:33:10 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfsops.c Log: Remove dead code. Found by: Coverity Prevent analysis tool Revision Changes Path 1.19 +0 -2 src/sys/nfs4client/nfs4_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Mar 18 22:45:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4585116A4CE; Fri, 18 Mar 2005 22:45:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C79643D54; Fri, 18 Mar 2005 22:45:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IMjEjm068477; Fri, 18 Mar 2005 15:45:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 15:45:14 -0700 (MST) Message-Id: <20050318.154514.74684738.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Warner Losh In-Reply-To: <200503182106.j2IL6sdq038162@repoman.freebsd.org> References: <200503182106.j2IL6sdq038162@repoman.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 Subject: Re: cvs commit: src/sbin/restore tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 22:45:29 -0000 From: Warner Losh Subject: cvs commit: src/sbin/restore tape.c Date: Fri, 18 Mar 2005 21:06:54 +0000 (UTC) > imp 2005-03-18 21:06:54 UTC > > FreeBSD src repository > > Modified files: > sbin/restore tape.c > Log: > In order to print out the dump dates correctly, the date and ddate fields > also need to be convereted for old tapes for records of type TAPE. Note: old tapes are still broken, but at least the date is printed correctly. Now to find why old tapes are still broken... old here means 'pre-RELENG_5' not old in the '-c' sense (pre 4.4-bsd). Warner From owner-cvs-src@FreeBSD.ORG Sat Mar 19 00:47:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D304316A4CE; Sat, 19 Mar 2005 00:47:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4AD943D49; Sat, 19 Mar 2005 00:47:03 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J0l3hh049608; Sat, 19 Mar 2005 00:47:03 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J0l3Qn049593; Sat, 19 Mar 2005 00:47:03 GMT (envelope-from marius) Message-Id: <200503190047.j2J0l3Qn049593@repoman.freebsd.org> From: Marius Strobl Date: Sat, 19 Mar 2005 00:47:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/central central.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 00:47:04 -0000 marius 2005-03-19 00:47:03 UTC FreeBSD src repository Modified files: sys/sparc64/central central.c Log: - Add a device interface method for bus_get_resource_list() and use bus_generic_rl_release_resource() for the bus_release_resource() method instead of a local copy. - Correctly handle pass-through allocations in central_alloc_resource(). Revision Changes Path 1.7 +27 -32 src/sys/sparc64/central/central.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 00:48:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854FD16A4CE; Sat, 19 Mar 2005 00:48:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC6943D2D; Sat, 19 Mar 2005 00:48:35 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J0mZEt055105; Sat, 19 Mar 2005 00:48:35 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J0mZT3055104; Sat, 19 Mar 2005 00:48:35 GMT (envelope-from marius) Message-Id: <200503190048.j2J0mZT3055104@repoman.freebsd.org> From: Marius Strobl Date: Sat, 19 Mar 2005 00:48:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/fhc fhcreg.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, 19 Mar 2005 00:48:35 -0000 marius 2005-03-19 00:48:34 UTC FreeBSD src repository Modified files: sys/sparc64/fhc fhcreg.h Log: Enrich with some register descriptions and additional register macros. Obtained from: OpenBSD Revision Changes Path 1.3 +51 -7 src/sys/sparc64/fhc/fhcreg.h From owner-cvs-src@FreeBSD.ORG Sat Mar 19 00:50:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0116216A4CE; Sat, 19 Mar 2005 00:50:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D275E43D31; Sat, 19 Mar 2005 00:50:28 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J0oSDA055274; Sat, 19 Mar 2005 00:50:28 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J0oSLA055273; Sat, 19 Mar 2005 00:50:28 GMT (envelope-from marius) Message-Id: <200503190050.j2J0oSLA055273@repoman.freebsd.org> From: Marius Strobl Date: Sat, 19 Mar 2005 00:50:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.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, 19 Mar 2005 00:50:29 -0000 marius 2005-03-19 00:50:28 UTC FreeBSD src repository Modified files: sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h Log: - Add a device interface method for bus_get_resource_list() and use bus_generic_rl_release_resource() for the bus_release_resource() method instead of a local copy. - Correctly handle pass-through allocations in fhc_alloc_resource(). - In case the board model can't be determined just print "unknown model" so the physical slot number is reported in any case. - Add support for blinking the 'Cycling' LED of boards on a fhc(4) hanging of off the nexus (i.e. all boards except the clock board) via led(4). All boards have at least 3 controllable status LEDs, 'Power', 'Failure' and 'Cycling'. While the 'Cycling' LED is suitable for signaling from the OS the others are better off being controlled by the firmware. The device name for the 'Cycling' LED of each board is /dev/led/boardX where X is the physical slot number of the board. [1] Obtained from: OpenBSD [1] Tested by: joerg [1] Revision Changes Path 1.12 +59 -34 src/sys/sparc64/fhc/fhc.c 1.7 +2 -1 src/sys/sparc64/fhc/fhc_central.c 1.6 +2 -1 src/sys/sparc64/fhc/fhc_nexus.c 1.5 +3 -2 src/sys/sparc64/fhc/fhcvar.h From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:04:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4344A16A4CE; Sat, 19 Mar 2005 01:04:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2361F43D5A; Sat, 19 Mar 2005 01:04:49 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J14n8S055852; Sat, 19 Mar 2005 01:04:49 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J14nIF055851; Sat, 19 Mar 2005 01:04:49 GMT (envelope-from marius) Message-Id: <200503190104.j2J14nIF055851@repoman.freebsd.org> From: Marius Strobl Date: Sat, 19 Mar 2005 01:04:49 +0000 (UTC) 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.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/fhc clkbrd.c clkbrdreg.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, 19 Mar 2005 01:04:49 -0000 marius 2005-03-19 01:04:49 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 sys/sparc64/conf GENERIC NOTES Added files: sys/sparc64/fhc clkbrd.c clkbrdreg.h Log: Add a driver for the 'clock-board' device (the clock board is an inevitable component in Sun Exx00 machines and provides serial ports, NVRAM and TOD amongst others which are handled by uart(4) and eeprom(4) respectively). This driver currently only prints out information about the chassis on attach and allows to blink the 'Cycling' LED (which is duplicated on the front panel) of the clock board just like fhc(4) does for the other boards. The device name for the LED is /dev/led/clockboard. Obtained from: OpenBSD Tested by: joerg Revision Changes Path 1.65 +1 -0 src/sys/conf/files.sparc64 1.92 +1 -0 src/sys/sparc64/conf/GENERIC 1.17 +1 -0 src/sys/sparc64/conf/NOTES 1.1 +212 -0 src/sys/sparc64/fhc/clkbrd.c (new) 1.1 +47 -0 src/sys/sparc64/fhc/clkbrdreg.h (new) From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:14:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3311F16A4CE; Sat, 19 Mar 2005 01:14:36 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8516D43D2F; Sat, 19 Mar 2005 01:14:35 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) j2J1EYHl049937; Sat, 19 Mar 2005 02:14:34 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j2J1ETFu049936; Sat, 19 Mar 2005 02:14:29 +0100 (CET) (envelope-from marius) Date: Sat, 19 Mar 2005 02:14:29 +0100 From: Marius Strobl To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20050319021428.B62756@newtrinity.zeist.de> References: <200503190104.j2J14nIF055851@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: <200503190104.j2J14nIF055851@repoman.freebsd.org>; from marius@freebsd.org on Sat, Mar 19, 2005 at 01:04:49AM +0000 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-6; AVE: 6.30.0.7; VDF: 6.30.0.36; host: newtrinity.zeist.de) Subject: Re: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/fhc clkbrd.c clkbrdreg.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, 19 Mar 2005 01:14:36 -0000 On Sat, Mar 19, 2005 at 01:04:49AM +0000, Marius Strobl wrote: > marius 2005-03-19 01:04:49 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.sparc64 > sys/sparc64/conf GENERIC NOTES > Added files: > sys/sparc64/fhc clkbrd.c clkbrdreg.h > Log: > Add a driver for the 'clock-board' device (the clock board is an > inevitable component in Sun Exx00 machines and provides serial ports, > NVRAM and TOD amongst others which are handled by uart(4) and eeprom(4) > respectively). This driver currently only prints out information about > the chassis on attach and allows to blink the 'Cycling' LED (which is > duplicated on the front panel) of the clock board just like fhc(4) does > for the other boards. The device name for the LED is /dev/led/clockboard. > > Obtained from: OpenBSD > Tested by: joerg > In case anybody is interested this and the recent changes to central(4) and fhc(4) bring the support of the Central and FireHose busses and the devices hanging off of them in line with Linux and OpenBSD. Thanks again to Joerg for providing access to an E3500! From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:16:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC0816A4CE; Sat, 19 Mar 2005 01:16:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6267143D3F; Sat, 19 Mar 2005 01:16:25 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J1GPj7056570; Sat, 19 Mar 2005 01:16:25 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J1GPkM056569; Sat, 19 Mar 2005 01:16:25 GMT (envelope-from das) Message-Id: <200503190116.j2J1GPkM056569@repoman.freebsd.org> From: David Schultz Date: Sat, 19 Mar 2005 01:16:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/rpc rpcclnt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 01:16:25 -0000 das 2005-03-19 01:16:25 UTC FreeBSD src repository Modified files: sys/rpc rpcclnt.c Log: - Don't call rpcclnt_realign() if we don't have any mbufs to realign. - Remove a bogus and unneeded null pointer check. Found by: Coverity Prevent analysis tool Approved by: alfred Revision Changes Path 1.13 +12 -15 src/sys/rpc/rpcclnt.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:18:25 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0360916A4CE; Sat, 19 Mar 2005 01:18:25 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86EDA43D1F; Sat, 19 Mar 2005 01:18:24 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2J1INxo000912; Fri, 18 Mar 2005 20:18:23 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2J1INAg000911; Fri, 18 Mar 2005 20:18:23 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Fri, 18 Mar 2005 20:18:23 -0500 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20050319011823.GA880@VARK.MIT.EDU> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200503190116.j2J1GPkM056569@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503190116.j2J1GPkM056569@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/rpc rpcclnt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 01:18:25 -0000 On Sat, Mar 19, 2005, David Schultz wrote: > das 2005-03-19 01:16:25 UTC > > FreeBSD src repository > > Modified files: > sys/rpc rpcclnt.c > Log: > - Don't call rpcclnt_realign() if we don't have any mbufs to realign. > - Remove a bogus and unneeded null pointer check. I forgot to mention that both of these bugs are harmless. From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:39:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D216E16A4CE; Sat, 19 Mar 2005 01:39:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E1043D2F; Sat, 19 Mar 2005 01:39:13 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J1dD2Y065258; Sat, 19 Mar 2005 01:39:13 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J1dD3O065257; Sat, 19 Mar 2005 01:39:13 GMT (envelope-from murray) Message-Id: <200503190139.j2J1dD3O065257@repoman.freebsd.org> From: Murray Stokely Date: Sat, 19 Mar 2005 01:39:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci ich.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 01:39:14 -0000 murray 2005-03-19 01:39:13 UTC FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: Add device id for nForce 4 audio controller. PR: kern/78482 Submitted by: Markus Niemistö MFC after: 1 week Revision Changes Path 1.50 +4 -0 src/sys/dev/sound/pci/ich.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:43:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95E416A4D6; Sat, 19 Mar 2005 01:43:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B8243D1D; Sat, 19 Mar 2005 01:43:29 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J1hTJG065510; Sat, 19 Mar 2005 01:43:29 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J1hTlG065509; Sat, 19 Mar 2005 01:43:29 GMT (envelope-from grehan) Message-Id: <200503190143.j2J1hTlG065509@repoman.freebsd.org> From: Peter Grehan Date: Sat, 19 Mar 2005 01:43:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 01:43:32 -0000 grehan 2005-03-19 01:43:29 UTC FreeBSD src repository Modified files: sys/powerpc/ofw ofw_syscons.c Log: Optimize putc routine to write 2 ints instead of 8 chars to uncached framebuffer memory. Speeds up system time of large ascii file cat by 4x. Inspired by: Linux scrolling so damned fast. Revision Changes Path 1.6 +41 -14 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 01:46:37 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9845716A4CE; Sat, 19 Mar 2005 01:46:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF5243D1D; Sat, 19 Mar 2005 01:46:37 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J1kb9E065676; Sat, 19 Mar 2005 01:46:37 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J1kbWr065675; Sat, 19 Mar 2005 01:46:37 GMT (envelope-from marius) Message-Id: <200503190146.j2J1kbWr065675@repoman.freebsd.org> From: Marius Strobl Date: Sat, 19 Mar 2005 01:46:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 01:46:37 -0000 marius 2005-03-19 01:46:37 UTC FreeBSD src repository Modified files: usr.sbin/watchdogd watchdogd.c Log: When disarming a watchdog by using an interval of WD_TO_NEVER a non-zero return value of the ioctl doesn't indicate that the command has failed so don't let watchdog(8) return an error in this case. MFC after: 3 days Revision Changes Path 1.10 +2 -1 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 02:28:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE40516A4CE; Sat, 19 Mar 2005 02:28:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9076843D39; Sat, 19 Mar 2005 02:28:03 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J2S3PK067068; Sat, 19 Mar 2005 02:28:03 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J2S3ON067067; Sat, 19 Mar 2005 02:28:03 GMT (envelope-from murray) Message-Id: <200503190228.j2J2S3ON067067@repoman.freebsd.org> From: Murray Stokely Date: Sat, 19 Mar 2005 02:28:03 +0000 (UTC) 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 Makefile 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: Sat, 19 Mar 2005 02:28:03 -0000 murray 2005-03-19 02:28:03 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall Makefile menus.c Log: Add Central European and Slovak keymaps to sysinstall. PR: misc/78701 MFC after: 1 week Revision Changes Path 1.134 +4 -3 src/usr.sbin/sysinstall/Makefile 1.406 +2 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 02:44:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA86916A4CE; Sat, 19 Mar 2005 02:44:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FDD343D1D; Sat, 19 Mar 2005 02:44:41 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J2ifZM067750; Sat, 19 Mar 2005 02:44:41 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J2if1f067749; Sat, 19 Mar 2005 02:44:41 GMT (envelope-from murray) Message-Id: <200503190244.j2J2if1f067749@repoman.freebsd.org> From: Murray Stokely Date: Sat, 19 Mar 2005 02:44:41 +0000 (UTC) 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 freebsd-tips X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 02:44:41 -0000 murray 2005-03-19 02:44:41 UTC FreeBSD src repository Modified files: games/fortune/datfiles freebsd-tips Log: Typo. PR: conf/77178 Submitted by: Andras Jako MFC after: 1 week Revision Changes Path 1.39 +1 -1 src/games/fortune/datfiles/freebsd-tips From owner-cvs-src@FreeBSD.ORG Sat Mar 19 03:00:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F301916A4CE; Sat, 19 Mar 2005 03:00:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C68E243D49; Sat, 19 Mar 2005 03:00:22 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J30MZA068306; Sat, 19 Mar 2005 03:00:22 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J30Mnt068305; Sat, 19 Mar 2005 03:00:22 GMT (envelope-from murray) Message-Id: <200503190300.j2J30Mnt068305@repoman.freebsd.org> From: Murray Stokely Date: Sat, 19 Mar 2005 03:00:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i4b/layer1/iwic i4b_iwic_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, 19 Mar 2005 03:00:23 -0000 murray 2005-03-19 03:00:22 UTC FreeBSD src repository Modified files: sys/i4b/layer1/iwic i4b_iwic_pci.c Log: Add device ID for Planet IA 128P-STD card. PR: kern/71923 Submitted by: Vassily Kiryanov MFC after: 1 week Revision Changes Path 1.14 +2 -0 src/sys/i4b/layer1/iwic/i4b_iwic_pci.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 04:34:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 609CE16A4CE; Sat, 19 Mar 2005 04:34:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3858743D3F; Sat, 19 Mar 2005 04:34:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J4YOdC072315; Sat, 19 Mar 2005 04:34:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J4YO4w072314; Sat, 19 Mar 2005 04:34:24 GMT (envelope-from sam) Message-Id: <200503190434.j2J4YO4w072314@repoman.freebsd.org> From: Sam Leffler Date: Sat, 19 Mar 2005 04:34:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sysv_sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 04:34:24 -0000 sam 2005-03-19 04:34:24 UTC FreeBSD src repository Modified files: sys/kern sysv_sem.c Log: check copyin return value Noticed by: Coverity Prevent analysis tool Revision Changes Path 1.76 +1 -1 src/sys/kern/sysv_sem.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 04:49:54 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30AEF16A4CE; Sat, 19 Mar 2005 04:49:54 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC02343D1D; Sat, 19 Mar 2005 04:49:53 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2J4npKJ069737; Fri, 18 Mar 2005 20:49:51 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2J4nnXs069735; Fri, 18 Mar 2005 20:49:49 -0800 (PST) (envelope-from obrien) Date: Fri, 18 Mar 2005 20:49:48 -0800 From: "David O'Brien" To: Jung-uk Kim Message-ID: <20050319044948.GA69708@dragon.NUXI.org> References: <200503162023.j2GKNWnJ099551@repoman.freebsd.org> <20050317121651.N72560@delplex.bde.org> <20050318201540.GF54333@dragon.NUXI.org> <200503181530.12815.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503181530.12815.jkim@niksun.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org cc: Bruce Evans Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 04:49:54 -0000 On Fri, Mar 18, 2005 at 03:30:12PM -0500, Jung-uk Kim wrote: > On Friday 18 March 2005 03:15 pm, David O'Brien wrote: > > There are both PCI lnc and pcn devices. lnc and pcn can both > > attempt to attach to the same device -- we have code that tries to > > get the two drivers to live piecefully side-by-side. > > Why can't we just remove if_lnc_pci.c? pcn(4) does not support 10Mbit PCI AMD PCnet cards, lnc(4) is still needed for them. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sat Mar 19 05:55:42 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405E516A4CE; Sat, 19 Mar 2005 05:55:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169E043D2F; Sat, 19 Mar 2005 05:55:42 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J5tf0W081851; Sat, 19 Mar 2005 05:55:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J5tflh081850; Sat, 19 Mar 2005 05:55:41 GMT (envelope-from kensmith) Message-Id: <200503190555.j2J5tflh081850@repoman.freebsd.org> From: Ken Smith Date: Sat, 19 Mar 2005 05:55:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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: Sat, 19 Mar 2005 05:55:42 -0000 kensmith 2005-03-19 05:55:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . Makefile.inc1 Log: This appears to fix a problem with 'make release' when building the compat libraries on amd64. It's not seen during a normal 'buildworld'. This isn't an MFC because the compat libraries have been ripped out of HEAD complely. Reviewed by: obrien Approved by: re (scottl despite a mail client disagreement :-) Revision Changes Path 1.438.2.20 +2 -2 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Sat Mar 19 06:29:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C1116A4CE; Sat, 19 Mar 2005 06:29:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8188E43D41; Sat, 19 Mar 2005 06:29:32 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J6TWrs083058; Sat, 19 Mar 2005 06:29:32 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J6TWLd083057; Sat, 19 Mar 2005 06:29:32 GMT (envelope-from scottl) Message-Id: <200503190629.j2J6TWLd083057@repoman.freebsd.org> From: Scott Long Date: Sat, 19 Mar 2005 06:29:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: 1 Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 06:29:32 -0000 scottl 2005-03-19 06:29:32 UTC FreeBSD src repository Modified files: (Branch: 1) sys/dev/aac aac.c Log: Handle failures better in the passthrough bus creation code. Submitted by: Coverity Prevent analysis tool Revision Changes Path 1.106 +11 -4 src/sys/dev/aac/aac.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 06:32:58 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796D416A4CE; Sat, 19 Mar 2005 06:32:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 529B243D41; Sat, 19 Mar 2005 06:32:58 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J6WwM8083236; Sat, 19 Mar 2005 06:32:58 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J6Wwl3083235; Sat, 19 Mar 2005 06:32:58 GMT (envelope-from scottl) Message-Id: <200503190632.j2J6Wwl3083235@repoman.freebsd.org> From: Scott Long Date: Sat, 19 Mar 2005 06:32:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_low.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 06:32:58 -0000 scottl 2005-03-19 06:32:58 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_low.c Log: Don't free the SIM object twice. Submitted by: Coverity Prevent analysis tool Revision Changes Path 1.23 +0 -1 src/sys/cam/scsi/scsi_low.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 08:22:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BFE816A4CE; Sat, 19 Mar 2005 08:22:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 743C243D3F; Sat, 19 Mar 2005 08:22:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J8MEIK087237; Sat, 19 Mar 2005 08:22:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J8MEcp087236; Sat, 19 Mar 2005 08:22:14 GMT (envelope-from phk) Message-Id: <200503190822.j2J8MEcp087236@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 Mar 2005 08:22:13 +0000 (UTC) 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_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, 19 Mar 2005 08:22:14 -0000 phk 2005-03-19 08:22:13 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Sleeping is not allowed in uma->fini Revision Changes Path 1.213 +4 -4 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 08:22:36 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E9E16A4CE; Sat, 19 Mar 2005 08:22:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D5A43D49; Sat, 19 Mar 2005 08:22:36 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J8MaZU087282; Sat, 19 Mar 2005 08:22:36 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J8Ma2V087281; Sat, 19 Mar 2005 08:22:36 GMT (envelope-from phk) Message-Id: <200503190822.j2J8Ma2V087281@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 Mar 2005 08:22:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.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, 19 Mar 2005 08:22:37 -0000 phk 2005-03-19 08:22:36 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h Log: Use subr_unit Revision Changes Path 1.25 +0 -2 src/sys/fs/pseudofs/pseudofs.c 1.29 +1 -1 src/sys/fs/pseudofs/pseudofs.h 1.12 +9 -141 src/sys/fs/pseudofs/pseudofs_fileno.c 1.4 +1 -3 src/sys/fs/pseudofs/pseudofs_internal.h From owner-cvs-src@FreeBSD.ORG Sat Mar 19 08:54:07 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8851916A4CE; Sat, 19 Mar 2005 08:54:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E5943D48; Sat, 19 Mar 2005 08:54:07 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J8s7Lk095278; Sat, 19 Mar 2005 08:54:07 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J8s7PM095277; Sat, 19 Mar 2005 08:54:07 GMT (envelope-from simon) Message-Id: <200503190854.j2J8s7PM095277@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 19 Mar 2005 08:54:06 +0000 (UTC) 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 snd_ich.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, 19 Mar 2005 08:54:07 -0000 simon 2005-03-19 08:54:06 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_ich.4 Log: Add nForce4 to the list of supported audio devices. MFC after: 1 week Revision Changes Path 1.5 +2 -0 src/share/man/man4/snd_ich.4 From owner-cvs-src@FreeBSD.ORG Sat Mar 19 08:57:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F2116A4CE; Sat, 19 Mar 2005 08:57:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC4E43D1F; Sat, 19 Mar 2005 08:57:01 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J8v1t0095443; Sat, 19 Mar 2005 08:57:01 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J8v1sc095442; Sat, 19 Mar 2005 08:57:01 GMT (envelope-from simon) Message-Id: <200503190857.j2J8v1sc095442@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 19 Mar 2005 08:57:01 +0000 (UTC) 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 snd_ich.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, 19 Mar 2005 08:57:01 -0000 simon 2005-03-19 08:57:01 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_ich.4 Log: Bump documentation date for last commit before ru reminds me. Revision Changes Path 1.6 +1 -1 src/share/man/man4/snd_ich.4 From owner-cvs-src@FreeBSD.ORG Sat Mar 19 08:57:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C0416A4CE; Sat, 19 Mar 2005 08:57:15 +0000 (GMT) Received: from redqueen.evilcoder-services.org (redqueen.evilcoder-services.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30AA043D3F; Sat, 19 Mar 2005 08:57:15 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (localhost [127.0.0.1])DFDFF2954AC; Sat, 19 Mar 2005 09:57:13 +0100 (CET) Received: from redqueen.evilcoder-services.org ([127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02945-06; Sat, 19 Mar 2005 09:57:09 +0100 (CET) Message-ID: <423BE96D.6050802@FreeBSD.org> Date: Sat, 19 Mar 2005 09:57:17 +0100 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200503190629.j2J6TWLd083057@repoman.freebsd.org> In-Reply-To: <200503190629.j2J6TWLd083057@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the evilcoder-services.org maildomain cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 08:57:15 -0000 Scott Long wrote: > scottl 2005-03-19 06:29:32 UTC > > FreeBSD src repository > > Modified files: (Branch: 1) > sys/dev/aac aac.c > Log: > Handle failures better in the passthrough bus creation code. > > Submitted by: Coverity Prevent analysis tool > > Revision Changes Path > 1.106 +11 -4 src/sys/dev/aac/aac.c > _______________________________________________ Branch: 1 ?? Wans't this a typo? -- Kind regards, Remko Lodder ** remko@elvandar.org Reporter DSINET ** remko@DSINet.org Founder Tienervaders ** remko@tienervaders.org FreeBSD Documentation Project ** remko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sat Mar 19 11:16:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A95B216A4CE; Sat, 19 Mar 2005 11:16:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE3543D41; Sat, 19 Mar 2005 11:16:31 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2JBGN8M065098; Sat, 19 Mar 2005 11:16:27 GMT (envelope-from davidxu@freebsd.org) Message-ID: <423C0A0F.6090409@freebsd.org> Date: Sat, 19 Mar 2005 19:16:31 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.2) Gecko/20041004 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200503190822.j2J8MEcp087236@repoman.freebsd.org> In-Reply-To: <200503190822.j2J8MEcp087236@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern 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, 19 Mar 2005 11:16:31 -0000 Poul-Henning Kamp wrote: >phk 2005-03-19 08:22:13 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_thread.c > Log: > Sleeping is not allowed in uma->fini > > Revision Changes Path > 1.213 +4 -4 src/sys/kern/kern_thread.c > > > > I have not tested if this change will hurt libpthread performance, but it is obvious that benifit of uma cache will be reduced by this change. David Xu From owner-cvs-src@FreeBSD.ORG Sat Mar 19 11:40:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AD816A4CE; Sat, 19 Mar 2005 11:40:04 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 777DE43D1F; Sat, 19 Mar 2005 11:40:03 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2JBdxqU023464; Sat, 19 Mar 2005 12:39:59 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: David Xu From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 19 Mar 2005 19:16:31 +0800." <423C0A0F.6090409@freebsd.org> Date: Sat, 19 Mar 2005 12:39:59 +0100 Message-ID: <23463.1111232399@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern 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, 19 Mar 2005 11:40:05 -0000 In message <423C0A0F.6090409@freebsd.org>, David Xu writes: >Poul-Henning Kamp wrote: > >>phk 2005-03-19 08:22:13 UTC >> >> FreeBSD src repository >> >> Sleeping is not allowed in uma->fini >> >I have not tested if this change will hurt libpthread performance, >but it is obvious that benifit of uma cache will be reduced by >this change. I am aware of that and I don't like it either. The problem is that the uma_mutex is held over the uma->fini() call and I'm surprised that we set so tight constraints on these functions but I did not manage to corner the UMA crew and talk to them about it yesterday evening. One obvious solution is to taskq the release of the unit number. -- 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 Sat Mar 19 12:39:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970B616A4CE; Sat, 19 Mar 2005 12:39:00 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FAA43D46; Sat, 19 Mar 2005 12:39:00 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDL00KFXMVUH520@bgo1smout1.broadpark.no>; Sat, 19 Mar 2005 13:33:30 +0100 (CET) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDL00IO3N7VPLD7@bgo1sminn1.broadpark.no>; Sat, 19 Mar 2005 13:40:43 +0100 (CET) Received: by dsa.des.no (Pony Express, from userid 666) id BFF10A8FBD; Sat, 19 Mar 2005 13:38:58 +0100 (CET) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 39AF79F33D; Sat, 19 Mar 2005 13:38:54 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 179DF33C3E; Sat, 19 Mar 2005 13:38:54 +0100 (CET) Date: Sat, 19 Mar 2005 13:38:54 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <423BE96D.6050802@FreeBSD.org> To: Remko Lodder Message-id: <863burlsip.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <200503190629.j2J6TWLd083057@repoman.freebsd.org> <423BE96D.6050802@FreeBSD.org> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 12:39:00 -0000 Remko Lodder writes: > Scott Long wrote: > > scottl 2005-03-19 06:29:32 UTC > > Modified files: (Branch: 1) > > sys/dev/aac aac.c Log: > Branch: 1 ?? > > Wans't this a typo? No, it just means Scott did 'cvs up -r1' instead of 'cvs up -A' and CVS doesn't realize they're (almost) equivalent. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sat Mar 19 12:55:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3323A16A4CE; Sat, 19 Mar 2005 12:55:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F0843D39; Sat, 19 Mar 2005 12:55:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JCtkGZ011547; Sat, 19 Mar 2005 12:55:46 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JCtkTF011546; Sat, 19 Mar 2005 12:55:46 GMT (envelope-from phk) Message-Id: <200503191255.j2JCtkTF011546@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 Mar 2005 12:55:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/adlink adlink.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 12:55:47 -0000 phk 2005-03-19 12:55:46 UTC FreeBSD src repository Modified files: sys/dev/adlink adlink.c Log: Instead of a rather useless generation number, use a sample number to keep track of things. Revision Changes Path 1.14 +19 -18 src/sys/dev/adlink/adlink.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 13:13:16 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CE116A4CE; Sat, 19 Mar 2005 13:13:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB75E43D48; Sat, 19 Mar 2005 13:13:16 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JDDGte012312; Sat, 19 Mar 2005 13:13:16 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JDDGVM012311; Sat, 19 Mar 2005 13:13:16 GMT (envelope-from brueffer) Message-Id: <200503191313.j2JDDGVM012311@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 19 Mar 2005 13:13:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4/man4.i386 scd.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, 19 Mar 2005 13:13:17 -0000 brueffer 2005-03-19 13:13:16 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4/man4.i386 scd.4 Log: MFC: rev. 1.22 Chase location of scd.c and bump .Dd. Approved by: re (blanket) Revision Changes Path 1.20.2.1 +2 -2 src/share/man/man4/man4.i386/scd.4 From owner-cvs-src@FreeBSD.ORG Sat Mar 19 15:07:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C82F16A4CE; Sat, 19 Mar 2005 15:07:55 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C58143D54; Sat, 19 Mar 2005 15:07:52 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2JF79vu044535; Sat, 19 Mar 2005 08:07:10 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423C3FA1.6000104@samsco.org> Date: Sat, 19 Mar 2005 08:05:05 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200503190629.j2J6TWLd083057@repoman.freebsd.org> <423BE96D.6050802@FreeBSD.org> <863burlsip.fsf@xps.des.no> In-Reply-To: <863burlsip.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: Remko Lodder cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 15:07:55 -0000 Dag-Erling Smørgrav wrote: > Remko Lodder writes: > >>Scott Long wrote: >> >>>scottl 2005-03-19 06:29:32 UTC >>> Modified files: (Branch: 1) >>> sys/dev/aac aac.c Log: >> >>Branch: 1 ?? >> >>Wans't this a typo? > > > No, it just means Scott did 'cvs up -r1' instead of 'cvs up -A' and > CVS doesn't realize they're (almost) equivalent. > > DES I must have done something like that, yes. How do I fix it? Scott From owner-cvs-src@FreeBSD.ORG Sat Mar 19 15:15:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD80116A4CE; Sat, 19 Mar 2005 15:15:59 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A4A743D1F; Sat, 19 Mar 2005 15:15:59 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2JFFK3c044585; Sat, 19 Mar 2005 08:15:21 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423C418D.4080104@samsco.org> Date: Sat, 19 Mar 2005 08:13:17 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <23463.1111232399@critter.freebsd.dk> In-Reply-To: <23463.1111232399@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern 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, 19 Mar 2005 15:15:59 -0000 Poul-Henning Kamp wrote: > In message <423C0A0F.6090409@freebsd.org>, David Xu writes: > >>Poul-Henning Kamp wrote: >> >> >>>phk 2005-03-19 08:22:13 UTC >>> >>> FreeBSD src repository >>> >>> Sleeping is not allowed in uma->fini >>> >> >>I have not tested if this change will hurt libpthread performance, >>but it is obvious that benifit of uma cache will be reduced by >>this change. > > > I am aware of that and I don't like it either. > > The problem is that the uma_mutex is held over the uma->fini() call > and I'm surprised that we set so tight constraints on these functions > but I did not manage to corner the UMA crew and talk to them about it > yesterday evening. > > One obvious solution is to taskq the release of the unit number. > Since unit number release isn't a time-critical operation (right?), it sounds like a perfect candidate for a taskqueue. Scott From owner-cvs-src@FreeBSD.ORG Sat Mar 19 15:17:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFFF16A4CE; Sat, 19 Mar 2005 15:17:20 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C9343D2F; Sat, 19 Mar 2005 15:17:19 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2JFHCuu025038; Sat, 19 Mar 2005 16:17:15 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 19 Mar 2005 08:13:17 MST." <423C418D.4080104@samsco.org> Date: Sat, 19 Mar 2005 16:17:12 +0100 Message-ID: <25037.1111245432@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern 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, 19 Mar 2005 15:17:20 -0000 In message <423C418D.4080104@samsco.org>, Scott Long writes: >> One obvious solution is to taskq the release of the unit number. > >Since unit number release isn't a time-critical operation (right?), it >sounds like a perfect candidate for a taskqueue. Only problem is: to taskq it I need to allocate memory :-( -- 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 Sat Mar 19 16:14:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C523316A4CE; Sat, 19 Mar 2005 16:14:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A027643D2D; Sat, 19 Mar 2005 16:14:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JGEWt0018782; Sat, 19 Mar 2005 16:14:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JGEW83018781; Sat, 19 Mar 2005 16:14:32 GMT (envelope-from brueffer) Message-Id: <200503191614.j2JGEW83018781@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 19 Mar 2005 16:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.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, 19 Mar 2005 16:14:32 -0000 brueffer 2005-03-19 16:14:32 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: Xref carp(4) and polling(4). MFC after: 3 days Revision Changes Path 1.90 +2 -0 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Sat Mar 19 16:49:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E0816A4CE; Sat, 19 Mar 2005 16:49:29 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5030943D1D; Sat, 19 Mar 2005 16:49:29 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDL00LY2YHC0010@bgo1smout1.broadpark.no>; Sat, 19 Mar 2005 17:44:00 +0100 (CET) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDL00IHVYTBPH46@bgo1sminn1.broadpark.no>; Sat, 19 Mar 2005 17:51:12 +0100 (CET) Received: by dsa.des.no (Pony Express, from userid 666) id 3D4D6A92E9; Sat, 19 Mar 2005 17:49:27 +0100 (CET) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id A8AFFA8FE7; Sat, 19 Mar 2005 17:49:18 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 95F7933C1B; Sat, 19 Mar 2005 17:49:18 +0100 (CET) Date: Sat, 19 Mar 2005 17:49:18 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <423C3FA1.6000104@samsco.org> To: Scott Long Message-id: <86is3nbmy9.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <200503190629.j2J6TWLd083057@repoman.freebsd.org> <423BE96D.6050802@FreeBSD.org> <863burlsip.fsf@xps.des.no> <423C3FA1.6000104@samsco.org> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: Remko Lodder cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 16:49:29 -0000 Scott Long writes: > Dag-Erling Sm=F8rgrav wrote: > > No, it just means Scott did 'cvs up -r1' instead of 'cvs up -A' and > > CVS doesn't realize they're (almost) equivalent. > I must have done something like that, yes. How do I fix it? There's nothing to fix. Everything is fine except for the potentially confusing email to cvs-src@. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sat Mar 19 19:08:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8749616A4CE; Sat, 19 Mar 2005 19:08:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552B443D48; Sat, 19 Mar 2005 19:08:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JJ8kDg032099; Sat, 19 Mar 2005 19:08:46 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JJ8kA6032098; Sat, 19 Mar 2005 19:08:46 GMT (envelope-from iedowse) Message-Id: <200503191908.j2JJ8kA6032098@repoman.freebsd.org> From: Ian Dowse Date: Sat, 19 Mar 2005 19:08:46 +0000 (UTC) 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.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.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, 19 Mar 2005 19:08:46 -0000 iedowse 2005-03-19 19:08:46 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h Log: It was possible to have two threads concurrently aborting the same transfer, which lead to panics or page faults. For example if a transfer timed out, another thread could come along and attempt to abort the same transfer while the timeout task was sleeping in the *_abort_xfer() function. Add an "aborting" flag to the private transfer state in each host controller driver and use this to ensure that the abort is only executed once. Also prioritise normal abort requests over timeouts so that the callback is always given a status of USB_CANCELLED even if the timeout-initiated abort began first. The crashes caused by this bug were mainly reported in connection with lpd printing to a USB printer. PR: usb/78208, usb/78986 Revision Changes Path 1.34 +26 -0 src/sys/dev/usb/ehci.c 1.9 +4 -0 src/sys/dev/usb/ehcivar.h 1.153 +28 -0 src/sys/dev/usb/ohci.c 1.40 +2 -0 src/sys/dev/usb/ohcivar.h 1.161 +28 -1 src/sys/dev/usb/uhci.c 1.40 +4 -0 src/sys/dev/usb/uhcivar.h From owner-cvs-src@FreeBSD.ORG Sat Mar 19 19:17:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806A716A4CE; Sat, 19 Mar 2005 19:17:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5738943D5A; Sat, 19 Mar 2005 19:17:17 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JJHHcD032509; Sat, 19 Mar 2005 19:17:17 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JJHHTl032508; Sat, 19 Mar 2005 19:17:17 GMT (envelope-from maxim) Message-Id: <200503191917.j2JJHHTl032508@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 19 Mar 2005 19:17:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis_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, 19 Mar 2005 19:17:17 -0000 maxim 2005-03-19 19:17:17 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis_pci.c Log: s/SLIST/STAILQ/ Spotted by: clive Revision Changes Path 1.13 +1 -1 src/sys/dev/if_ndis/if_ndis_pci.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 19:20:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332DA16A4CE; Sat, 19 Mar 2005 19:20:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0914D43D2D; Sat, 19 Mar 2005 19:20:20 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JJKJ6k032658; Sat, 19 Mar 2005 19:20:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JJKJpB032657; Sat, 19 Mar 2005 19:20:19 GMT (envelope-from marcus) Message-Id: <200503191920.j2JJKJpB032657@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Mar 2005 19:20:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 19:20:20 -0000 marcus 2005-03-19 19:20:19 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/pkg_install/add main.c Log: Change the PATH for pkg_add to be the same used for pointyhat package builds. This will give our users and porters a more consistent experience between installing ports and installing packages. Discussed with: portmgr Revision Changes Path 1.61 +1 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 19:27:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68FDE16A4CE; Sat, 19 Mar 2005 19:27:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F14743D1F; Sat, 19 Mar 2005 19:27:39 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JJRdmI032964; Sat, 19 Mar 2005 19:27:39 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JJRdu5032963; Sat, 19 Mar 2005 19:27:39 GMT (envelope-from iedowse) Message-Id: <200503191927.j2JJRdu5032963@repoman.freebsd.org> From: Ian Dowse Date: Sat, 19 Mar 2005 19:27:39 +0000 (UTC) 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 usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Mar 2005 19:27:39 -0000 iedowse 2005-03-19 19:27:39 UTC FreeBSD src repository Modified files: sys/dev/usb usb.c Log: Now that all architectures allow hooks to be inserted before configure_final(), assert that "cold" is true in usb_cold_explore() when there are busses to explore. When USB is kldloaded after boot, usb_cold_explore() will still get invoked but the list of busses to explore in that case should always be empty. Revision Changes Path 1.105 +2 -6 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Sat Mar 19 19:52:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B271416A4CE; Sat, 19 Mar 2005 19:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853FD43D4C; Sat, 19 Mar 2005 19:52:30 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JJqUZl034050; Sat, 19 Mar 2005 19:52:30 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JJqU90034049; Sat, 19 Mar 2005 19:52:30 GMT (envelope-from bmah) Message-Id: <200503191952.j2JJqU90034049@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Mar 2005 19:52:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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, 19 Mar 2005 19:52:30 -0000 bmah 2005-03-19 19:52:30 UTC FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Rather than pointing users at jp.freebsd.org for CURRENT snapshots, instead point them at a Web page on the main FreeBSD site that gives more information on the monthly (RE-created) snapshots plus pointers to the jp.freebsd.org and se.freebsd.org snapshots. Revision Changes Path 1.23 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Mar 19 19:54:09 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B351616A4CE; Sat, 19 Mar 2005 19:54:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849B643D53; Sat, 19 Mar 2005 19:54:09 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JJs9qs034113; Sat, 19 Mar 2005 19:54:09 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JJs9xH034112; Sat, 19 Mar 2005 19:54:09 GMT (envelope-from bmah) Message-Id: <200503191954.j2JJs9xH034112@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Mar 2005 19:54:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 19:54:09 -0000 bmah 2005-03-19 19:54:09 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: clkbrd driver, nve, re(4) ALTQ support. MFCs noted: tcpdrop(8). Updated release notes: Mention ath_rate_sample rate control module, libthr stack size update, Xorg 6.8.2. Fixed a minor grammo in introduction, also adjust wording in pointers to snapshots. Revision Changes Path 1.827 +20 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Mar 19 21:04:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7AA16A4CE; Sat, 19 Mar 2005 21:04:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629BB43D53; Sat, 19 Mar 2005 21:04:53 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JL4rZr043593; Sat, 19 Mar 2005 21:04:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JL4rot043592; Sat, 19 Mar 2005 21:04:53 GMT (envelope-from sam) Message-Id: <200503192104.j2JL4rot043592@repoman.freebsd.org> From: Sam Leffler Date: Sat, 19 Mar 2005 21:04:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_rate/sample sample.c sample.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, 19 Mar 2005 21:04:53 -0000 sam 2005-03-19 21:04:53 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c sample.h Log: version 1.1 (with cleanups) Submitted by: John Bicket Revision Changes Path 1.3 +413 -217 src/sys/dev/ath/ath_rate/sample/sample.c 1.2 +122 -7 src/sys/dev/ath/ath_rate/sample/sample.h From owner-cvs-src@FreeBSD.ORG Sat Mar 19 21:12:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0460B16A4CE; Sat, 19 Mar 2005 21:12:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9AEA43D2F; Sat, 19 Mar 2005 21:12:19 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JLCJAg044054; Sat, 19 Mar 2005 21:12:19 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JLCJuI044053; Sat, 19 Mar 2005 21:12:19 GMT (envelope-from bmah) Message-Id: <200503192112.j2JLCJuI044053@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Mar 2005 21:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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, 19 Mar 2005 21:12:20 -0000 bmah 2005-03-19 21:12:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/share/sgml release.ent Log: MFC: Rather than pointing users at jp.freebsd.org for CURRENT snapshots, instead point them at a Web page on the main FreeBSD site that gives more information on the monthly (RE-created) snapshots plus pointers to the jp.freebsd.org and se.freebsd.org snapshots. release.ent 1.22 -> 1.23 Approved by: re (blanket) Revision Changes Path 1.18.2.7 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Mar 19 21:14:22 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 578DA16A4CE; Sat, 19 Mar 2005 21:14:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B22943D39; Sat, 19 Mar 2005 21:14:22 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2JLEMbD044221; Sat, 19 Mar 2005 21:14:22 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2JLEMdr044220; Sat, 19 Mar 2005 21:14:22 GMT (envelope-from bmah) Message-Id: <200503192114.j2JLEMdr044220@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Mar 2005 21:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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, 19 Mar 2005 21:14:22 -0000 bmah 2005-03-19 21:14:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Reword pointer to snapshot info, tcpdrop(8), XOrg 6.8.2. Approved by: re (blanket) Revision Changes Path 1.761.2.34 +7 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml