From owner-cvs-src@FreeBSD.ORG Sun Apr 24 00:17: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 0C8F916A4CE; Sun, 24 Apr 2005 00:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D700743D46; Sun, 24 Apr 2005 00:17:30 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3O0HUuS018512; Sun, 24 Apr 2005 00:17:30 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3O0HUQ0018511; Sun, 24 Apr 2005 00:17:30 GMT (envelope-from davidxu) Message-Id: <200504240017.j3O0HUQ0018511@repoman.freebsd.org> From: David Xu Date: Sun, 24 Apr 2005 00:17: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/tools/regression/tls/ttls4 ttls4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 00:17:31 -0000 davidxu 2005-04-24 00:17:30 UTC FreeBSD src repository Modified files: tools/regression/tls/ttls4 ttls4.c Log: Adjust code to be more reliable. Revision Changes Path 1.2 +8 -10 src/tools/regression/tls/ttls4/ttls4.c From owner-cvs-src@FreeBSD.ORG Sun Apr 24 01:51: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 372B216A4CE; Sun, 24 Apr 2005 01:51:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0780A43D4C; Sun, 24 Apr 2005 01:51:24 +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 j3O1pN3V028575; Sun, 24 Apr 2005 01:51:23 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3O1pNHb028574; Sun, 24 Apr 2005 01:51:23 GMT (envelope-from dougb) Message-Id: <200504240151.j3O1pNHb028574@repoman.freebsd.org> From: Doug Barton Date: Sun, 24 Apr 2005 01:51: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/etc/rc.d named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 01:51:24 -0000 dougb 2005-04-24 01:51:23 UTC FreeBSD src repository Modified files: etc/rc.d named Log: Add -h to the ln command to make the -f flag actually do something. Without this flag, if the symlink existed already a new symlink would be created in the source directory. While harmless if the two symlinks were the same, it nonetheless caused pointless confusion. The pathological case is that when there is an existing /etc/namedb symlink, but named_chrootdir in rc.conf pointed to a different directory, it was the symlink in /var/named that was getting updated, not the one in /etc. This led to some difficult to diagnose problems for users. Revision Changes Path 1.21 +1 -1 src/etc/rc.d/named From owner-cvs-src@FreeBSD.ORG Sun Apr 24 02:45: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 CADDD16A4CE; Sun, 24 Apr 2005 02:45:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F83343D48; Sun, 24 Apr 2005 02:45:27 +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 j3O2jRvi031846; Sun, 24 Apr 2005 02:45:27 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3O2jRrc031845; Sun, 24 Apr 2005 02:45:27 GMT (envelope-from scottl) Message-Id: <200504240245.j3O2jRrc031845@repoman.freebsd.org> From: Scott Long Date: Sun, 24 Apr 2005 02:45: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/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 02:45:27 -0000 scottl 2005-04-24 02:45:27 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Fix the order of the lowaddr,highaddr arguments in the parent tag. This coincidentally didn't cause any problems, but was definitely wrong. Revision Changes Path 1.85 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Sun Apr 24 05:53: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 D32BC16A4CE; Sun, 24 Apr 2005 05:53:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63D043D3F; Sun, 24 Apr 2005 05:53:37 +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 j3O5rbFV049520; Sun, 24 Apr 2005 05:53:37 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3O5rbVK049519; Sun, 24 Apr 2005 05:53:37 GMT (envelope-from kientzle) Message-Id: <200504240553.j3O5rbVK049519@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 24 Apr 2005 05:53: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.bin/tar Makefile Makefile.am fts.c fts.h tree.c tree.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 05:53:38 -0000 kientzle 2005-04-24 05:53:37 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Makefile.am write.c Added files: usr.bin/tar tree.c tree.h Removed files: usr.bin/tar fts.c fts.h Log: bsdtar now uses the "tree" package instead of "fts" for walking directory heirarchies. Revision Changes Path 1.23 +3 -3 src/usr.bin/tar/Makefile 1.3 +2 -2 src/usr.bin/tar/Makefile.am 1.5 +0 -1191 src/usr.bin/tar/fts.c (dead) 1.2 +0 -147 src/usr.bin/tar/fts.h (dead) 1.1 +506 -0 src/usr.bin/tar/tree.c (new) 1.1 +116 -0 src/usr.bin/tar/tree.h (new) 1.40 +116 -175 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Apr 24 13:01: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 F39BB16A4CE; Sun, 24 Apr 2005 13:01:38 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E16343D31; Sun, 24 Apr 2005 13:01:38 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.13.71.95] (CPE-71-95.dsl.OntheNet.net [203.13.71.95]) j3OD1bnP074072; Sun, 24 Apr 2005 23:01:37 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <426B98C8.3060900@freebsd.org> Date: Sun, 24 Apr 2005 23:02:00 +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: Tim Kientzle References: <200504240553.j3O5rbVK049519@repoman.freebsd.org> In-Reply-To: <200504240553.j3O5rbVK049519@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/usr.bin/tar Makefile Makefile.am fts.c fts.h tree.c tree.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 13:01:39 -0000 > Modified files: > usr.bin/tar Makefile Makefile.am write.c > Added files: > usr.bin/tar tree.c tree.h > Removed files: > usr.bin/tar fts.c fts.h > Log: > bsdtar now uses the "tree" package instead of "fts" for walking > directory heirarchies. Thankyou! This fixes the tar problems on PPC. later, Peter. From owner-cvs-src@FreeBSD.ORG Sun Apr 24 15:31: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 8ACA116A4CE; Sun, 24 Apr 2005 15:31:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6301143D58; Sun, 24 Apr 2005 15:31:11 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OFVBbu089999; Sun, 24 Apr 2005 15:31:11 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OFVBrp089998; Sun, 24 Apr 2005 15:31:11 GMT (envelope-from schweikh) Message-Id: <200504241531.j3OFVBrp089998@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 24 Apr 2005 15:31: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/games/fortune/datfiles startrek X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 15:31:11 -0000 schweikh 2005-04-24 15:31:11 UTC FreeBSD src repository Modified files: games/fortune/datfiles startrek Log: s/which/witch Revision Changes Path 1.7 +1 -1 src/games/fortune/datfiles/startrek From owner-cvs-src@FreeBSD.ORG Sun Apr 24 16:52: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 2B38116A4CE; Sun, 24 Apr 2005 16:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F0A43D1F; Sun, 24 Apr 2005 16:52:45 +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 j3OGqjHm000906; Sun, 24 Apr 2005 16:52:45 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OGqjcr000905; Sun, 24 Apr 2005 16:52:45 GMT (envelope-from sam) Message-Id: <200504241652.j3OGqjcr000905@repoman.freebsd.org> From: Sam Leffler Date: Sun, 24 Apr 2005 16:52: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/sys _task.h taskqueue.h src/sys/kern subr_taskqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 16:52:46 -0000 sam 2005-04-24 16:52:45 UTC FreeBSD src repository Modified files: sys/sys _task.h taskqueue.h sys/kern subr_taskqueue.c Log: o eliminate modification of task structures after their run to avoid modify-after-free races when the task structure is malloc'd o shrink task structure by removing ta_flags (no longer needed with avoid fix) and combining ta_pending and ta_priority Reviewed by: dwhite, dfr MFC after: 4 days Revision Changes Path 1.26 +4 -3 src/sys/kern/subr_taskqueue.c 1.4 +2 -5 src/sys/sys/_task.h 1.13 +0 -1 src/sys/sys/taskqueue.h From owner-cvs-src@FreeBSD.ORG Sun Apr 24 16:54: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 36D1E16A4CE; Sun, 24 Apr 2005 16:54:58 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 009CD43D1D; Sun, 24 Apr 2005 16:54:58 +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 j3OGsvms059101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Apr 2005 09:54:57 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <426BD00A.6080203@errno.com> Date: Sun, 24 Apr 2005 09:57:46 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200504241652.j3OGqjcr000905@repoman.freebsd.org> In-Reply-To: <200504241652.j3OGqjcr000905@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _task.h taskqueue.h src/sys/kern subr_taskqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 16:54:58 -0000 Sam Leffler wrote: > sam 2005-04-24 16:52:45 UTC > > FreeBSD src repository > > Modified files: > sys/sys _task.h taskqueue.h > sys/kern subr_taskqueue.c > Log: > o eliminate modification of task structures after their run to avoid > modify-after-free races when the task structure is malloc'd > o shrink task structure by removing ta_flags (no longer needed with > avoid fix) and combining ta_pending and ta_priority This fixes modify-after-free panics for memory owned by acpitask. It's easy to hit if you use the ath driver on a laptop where acpi is active and load the wireless network. Sam From owner-cvs-src@FreeBSD.ORG Sun Apr 24 17:11: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 A17FF16A4CE; Sun, 24 Apr 2005 17:11:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F59E43D1F; Sun, 24 Apr 2005 17:11: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 j3OHBXRu001766; Sun, 24 Apr 2005 17:11:33 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OHBXsf001765; Sun, 24 Apr 2005 17:11:33 GMT (envelope-from kientzle) Message-Id: <200504241711.j3OHBXsf001765@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 24 Apr 2005 17:11:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZLIB Subject: cvs commit: src/lib/libz - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 17:11:33 -0000 kientzle 2005-04-24 17:11:33 UTC FreeBSD src repository src/lib/libz - Imported sources Update of /home/ncvs/src/lib/libz In directory repoman.freebsd.org:/tmp/cvs-serv1753 Log Message: ZLib 1.2.2 Status: Vendor Tag: ZLIB Release Tags: v1_2_2 U src/lib/libz/adler32.c U src/lib/libz/algorithm.txt U src/lib/libz/ChangeLog U src/lib/libz/compress.c C src/lib/libz/crc32.c U src/lib/libz/crc32.h C src/lib/libz/deflate.c C src/lib/libz/deflate.h U src/lib/libz/example.c U src/lib/libz/FAQ C src/lib/libz/gzio.c C src/lib/libz/infback.c C src/lib/libz/inffast.c U src/lib/libz/inffast.h U src/lib/libz/inffixed.h C src/lib/libz/inflate.c U src/lib/libz/inflate.h C src/lib/libz/inftrees.c U src/lib/libz/inftrees.h U src/lib/libz/minigzip.c U src/lib/libz/README C src/lib/libz/trees.c U src/lib/libz/trees.h U src/lib/libz/uncompr.c C src/lib/libz/zconf.h C src/lib/libz/zlib.3 U src/lib/libz/zlib.h U src/lib/libz/zutil.c C src/lib/libz/zutil.h 12 conflicts created by this import. Use the following command to help the merge: cvs checkout -jZLIB:yesterday -jZLIB src/lib/libz From owner-cvs-src@FreeBSD.ORG Sun Apr 24 17:50: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 E830A16A4CE; Sun, 24 Apr 2005 17:50:48 +0000 (GMT) Received: from gw-kit.locore.ca (gw-kit.locore.ca [67.43.130.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404C543D2F; Sun, 24 Apr 2005 17:50:48 +0000 (GMT) (envelope-from jake@locore.ca) Received: from [10.0.0.3] (ws.locore.ca [10.0.0.3]) by gw-kit.locore.ca (Postfix) with ESMTP id 29651210AFD; Sun, 24 Apr 2005 13:50:47 -0400 (EDT) Message-ID: <426BDC76.9020106@locore.ca> Date: Sun, 24 Apr 2005 13:50:46 -0400 From: Jake Burkholder User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050424) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Ambrisko References: <200504202351.j3KNpWlH057707@repoman.freebsd.org> In-Reply-To: <200504202351.j3KNpWlH057707@repoman.freebsd.org> Content-Type: multipart/mixed; boundary="------------060304010209000306050205" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 17:50:49 -0000 This is a multi-part message in MIME format. --------------060304010209000306050205 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Doug Ambrisko wrote: >ambrisko 2005-04-20 23:51:32 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c > Log: > Add in Promise and Intel SATA support based on FreeBSD 5.X ATAng. > This gets the HW to work but not to deal with SATA errors. So if > the drive has a read error it will probably lock up. This is > a small subset of my patches that do deal with these errors and > other issues in FreeBSD and ata-raid. > > Sponsored by: IronPort Systems > > Revision Changes Path > 1.50.2.49 +168 -36 src/sys/dev/ata/ata-all.c > 1.26.2.15 +166 -13 src/sys/dev/ata/ata-all.h > 1.35.2.39 +95 -17 src/sys/dev/ata/ata-dma.c > 1.32.2.22 +164 -18 src/sys/dev/ata/ata-pci.c > > > FWIW I get lockups after 10 or 15 minutes moderate disk load with these changes, no messages on the console or anything, just stops. First time was during 'make index' on the ports tree, second time was during 'portinstall -p p5-xmltv'. I backed up src/sys/dev/ata to '2004/04/20 00:00:00' and it hasn't happened again, the machine had been up around 130 days before this with no problems, running 4-STABLE from october 4th. Its a via epia m10000 motherboard with a 200GB seagate ATA100 disk, headless nfs server and gateway for a bunch of diskless machines so its hard to get at the console or take it down for testing. dmesg is attached. Jake --------------060304010209000306050205 Content-Type: text/plain; name="dmesg.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.out" Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.11-STABLE #2: Sun Apr 24 12:49:34 EDT 2005 jake@gw-kit.locore.ca:/usr/obj/usr/freebsd/releng_4/src/sys/GW-KIT Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 999829181 Hz CPU: VIA C3 Nehemiah (999.83-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x695 Stepping = 5 Features=0x380b03d real memory = 503250944 (491456K bytes) avail memory = 486506496 (475104K bytes) Preloaded elf kernel "kernel" at 0xc030e000. md0: Malloc disk Using $PIR table, 5 entries at 0xc00fded0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pci0: (vendor=0x1106, dev=0x3044) at 13.0 irq 12 pci0: at 16.0 irq 11 pci0: at 16.1 irq 12 pci0: at 16.2 irq 10 pci0: at 16.3 irq 5 isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x1106, dev=0x3059) at 17.5 irq 10 vr0: port 0xdc00-0xdcff mem 0xde002000-0xde0020ff irq 11 at device 18.0 on pci0 vr0: Ethernet address: 00:40:63:d7:a0:8b miibus0: on vr0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=0xe159, dev=0x0001) at 20.0 irq 12 pmtimer0 on isa0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ad0: 190782MB [387621/16/63] at ata0-master UDMA100 acd0: CD-RW at ata1-master PIO4 Mounting root from ufs:/dev/ad0s1a Zapata Telephony Interface Registered on major 196 ZapTel device: vendor=e159 device=1 subvendor=8085 wcfxo0: port 0xe000-0xe0ff mem 0xde003000-0xde003fff irq 12 at device 20.0 on pci0 ZapTel Attach for wcfxo0: deviceID : 0xe159 wcfxo: DAA mode is 'FCC' Found a Wildcard FXO: Wildcard X101P ZapTel device loaded. Registered tone zone 0 (United States / North America) --------------060304010209000306050205-- From owner-cvs-src@FreeBSD.ORG Sun Apr 24 18:22: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 6658F16A4CE; Sun, 24 Apr 2005 18:22:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E14343D41; Sun, 24 Apr 2005 18:22:40 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OIMeNI004838; Sun, 24 Apr 2005 18:22:40 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OIMelS004835; Sun, 24 Apr 2005 18:22:40 GMT (envelope-from ume) Message-Id: <200504241822.j3OIMelS004835@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 24 Apr 2005 18:22: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/lib/libc/net getnetbyht.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 18:22:40 -0000 ume 2005-04-24 18:22:39 UTC FreeBSD src repository Modified files: lib/libc/net getnetbyht.c Log: if last line didn't have trailing space, network address was also treated as an alias. Revision Changes Path 1.12 +11 -10 src/lib/libc/net/getnetbyht.c From owner-cvs-src@FreeBSD.ORG Sun Apr 24 19:03: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 36D2A16A4CE; Sun, 24 Apr 2005 19:03:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D76643D39; Sun, 24 Apr 2005 19:03:33 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OJ3WZs010235; Sun, 24 Apr 2005 19:03:32 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OJ3WhM010234; Sun, 24 Apr 2005 19:03:32 GMT (envelope-from anholt) Message-Id: <200504241903.j3OJ3WhM010234@repoman.freebsd.org> From: Eric Anholt Date: Sun, 24 Apr 2005 19:03: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/dev/drm drm_bufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 19:03:33 -0000 anholt 2005-04-24 19:03:32 UTC FreeBSD src repository Modified files: sys/dev/drm drm_bufs.c Log: Fix a panic on X startup for drivers that don't init maps themselves by storing the return value of drm_ioremap in the right place again. Submitted by: tegge Revision Changes Path 1.2 +1 -1 src/sys/dev/drm/drm_bufs.c From owner-cvs-src@FreeBSD.ORG Sun Apr 24 19:41: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 D85FC16A4CE; Sun, 24 Apr 2005 19:41:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770F643D2F; Sun, 24 Apr 2005 19:41:10 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OJfASp011789; Sun, 24 Apr 2005 19:41:10 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OJfAdY011788; Sun, 24 Apr 2005 19:41:10 GMT (envelope-from mp) Message-Id: <200504241941.j3OJfAdY011788@repoman.freebsd.org> From: Mark Peek Date: Sun, 24 Apr 2005 19:41:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZOULAS Subject: cvs commit: src/contrib/tcsh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 19:41:11 -0000 mp 2005-04-24 19:41:10 UTC FreeBSD src repository src/contrib/tcsh - Imported sources Update of /home/ncvs/src/contrib/tcsh In directory repoman.freebsd.org:/tmp/cvs-serv11776 Log Message: Import of tcsh-6.14.00 Status: Vendor Tag: ZOULAS Release Tags: tcsh_6_14 U src/contrib/tcsh/FAQ U src/contrib/tcsh/Fixes U src/contrib/tcsh/Imakefile U src/contrib/tcsh/MAKEDIFFS U src/contrib/tcsh/Ported U src/contrib/tcsh/MAKESHAR U src/contrib/tcsh/Makefile.in U src/contrib/tcsh/Makefile.std U src/contrib/tcsh/Makefile.vms U src/contrib/tcsh/NewThings U src/contrib/tcsh/README U src/contrib/tcsh/README.imake U src/contrib/tcsh/WishList U src/contrib/tcsh/Y2K U src/contrib/tcsh/complete.tcsh U src/contrib/tcsh/config.guess U src/contrib/tcsh/config.h.in U src/contrib/tcsh/config.sub U src/contrib/tcsh/config_f.h U src/contrib/tcsh/configure U src/contrib/tcsh/configure.in U src/contrib/tcsh/csh-mode.el U src/contrib/tcsh/ed.chared.c U src/contrib/tcsh/ed.decls.h U src/contrib/tcsh/ed.defns.c U src/contrib/tcsh/ed.h U src/contrib/tcsh/ed.init.c U src/contrib/tcsh/ed.inputl.c U src/contrib/tcsh/ed.refresh.c U src/contrib/tcsh/ed.screen.c U src/contrib/tcsh/ed.term.c U src/contrib/tcsh/ed.term.h U src/contrib/tcsh/ed.xmap.c U src/contrib/tcsh/eight-bit.me U src/contrib/tcsh/gethost.c U src/contrib/tcsh/glob.3 U src/contrib/tcsh/glob.c U src/contrib/tcsh/glob.h U src/contrib/tcsh/host.defs U src/contrib/tcsh/imake.config U src/contrib/tcsh/install-sh U src/contrib/tcsh/ma.setp.c U src/contrib/tcsh/mi.termios.c U src/contrib/tcsh/mi.varargs.h U src/contrib/tcsh/mi.wait.h U src/contrib/tcsh/patchlevel.h U src/contrib/tcsh/pathnames.h U src/contrib/tcsh/sh.c U src/contrib/tcsh/sh.char.c U src/contrib/tcsh/sh.char.h U src/contrib/tcsh/sh.decls.h U src/contrib/tcsh/sh.dir.c U src/contrib/tcsh/sh.dir.h U src/contrib/tcsh/sh.dol.c U src/contrib/tcsh/sh.err.c U src/contrib/tcsh/sh.exec.c U src/contrib/tcsh/sh.exp.c U src/contrib/tcsh/sh.file.c U src/contrib/tcsh/sh.func.c U src/contrib/tcsh/sh.glob.c U src/contrib/tcsh/sh.h U src/contrib/tcsh/sh.hist.c U src/contrib/tcsh/sh.init.c U src/contrib/tcsh/sh.lex.c U src/contrib/tcsh/sh.misc.c U src/contrib/tcsh/sh.parse.c U src/contrib/tcsh/sh.print.c U src/contrib/tcsh/sh.proc.c U src/contrib/tcsh/sh.proc.h U src/contrib/tcsh/sh.sem.c U src/contrib/tcsh/sh.set.c U src/contrib/tcsh/sh.time.c U src/contrib/tcsh/sh.types.h U src/contrib/tcsh/snames.h U src/contrib/tcsh/tc.h U src/contrib/tcsh/src.desc U src/contrib/tcsh/tc.alloc.c U src/contrib/tcsh/tc.bind.c U src/contrib/tcsh/tc.const.c U src/contrib/tcsh/tc.decls.h U src/contrib/tcsh/tc.disc.c U src/contrib/tcsh/tc.func.c N src/contrib/tcsh/tc.nls.c N src/contrib/tcsh/tc.nls.h U src/contrib/tcsh/tc.os.c U src/contrib/tcsh/tc.os.h U src/contrib/tcsh/tc.printf.c U src/contrib/tcsh/tc.prompt.c U src/contrib/tcsh/tc.sched.c U src/contrib/tcsh/tc.sig.c U src/contrib/tcsh/tc.sig.h U src/contrib/tcsh/tc.str.c U src/contrib/tcsh/tc.vers.c U src/contrib/tcsh/tc.wait.h U src/contrib/tcsh/tc.who.c U src/contrib/tcsh/tcsh.man U src/contrib/tcsh/tcsh.man2html U src/contrib/tcsh/termcap.vms U src/contrib/tcsh/tw.color.c U src/contrib/tcsh/tw.comp.c U src/contrib/tcsh/tw.h U src/contrib/tcsh/tw.decls.h U src/contrib/tcsh/tw.help.c U src/contrib/tcsh/tw.init.c U src/contrib/tcsh/tw.parse.c U src/contrib/tcsh/tw.spell.c U src/contrib/tcsh/vms.termcap.c U src/contrib/tcsh/nls/Makefile U src/contrib/tcsh/nls/C/set1 U src/contrib/tcsh/nls/C/set10 U src/contrib/tcsh/nls/C/set11 U src/contrib/tcsh/nls/C/set12 U src/contrib/tcsh/nls/C/set13 U src/contrib/tcsh/nls/C/set14 U src/contrib/tcsh/nls/C/set15 U src/contrib/tcsh/nls/C/set16 U src/contrib/tcsh/nls/C/set17 U src/contrib/tcsh/nls/C/set18 U src/contrib/tcsh/nls/C/set19 U src/contrib/tcsh/nls/C/set2 U src/contrib/tcsh/nls/C/set20 U src/contrib/tcsh/nls/C/set21 U src/contrib/tcsh/nls/C/set22 U src/contrib/tcsh/nls/C/set23 U src/contrib/tcsh/nls/C/set24 U src/contrib/tcsh/nls/C/set25 U src/contrib/tcsh/nls/C/set26 U src/contrib/tcsh/nls/C/set27 U src/contrib/tcsh/nls/C/set29 U src/contrib/tcsh/nls/C/set3 U src/contrib/tcsh/nls/C/set30 U src/contrib/tcsh/nls/C/set31 U src/contrib/tcsh/nls/C/set4 U src/contrib/tcsh/nls/C/set5 U src/contrib/tcsh/nls/C/set6 U src/contrib/tcsh/nls/C/set7 U src/contrib/tcsh/nls/C/set8 U src/contrib/tcsh/nls/C/set9 U src/contrib/tcsh/nls/et/set1 U src/contrib/tcsh/nls/et/set10 U src/contrib/tcsh/nls/et/set11 U src/contrib/tcsh/nls/et/set12 U src/contrib/tcsh/nls/et/set13 U src/contrib/tcsh/nls/et/set14 U src/contrib/tcsh/nls/et/set15 U src/contrib/tcsh/nls/et/set16 U src/contrib/tcsh/nls/et/set17 U src/contrib/tcsh/nls/et/set18 U src/contrib/tcsh/nls/et/set19 U src/contrib/tcsh/nls/et/set2 U src/contrib/tcsh/nls/et/set20 U src/contrib/tcsh/nls/et/set21 U src/contrib/tcsh/nls/et/set22 U src/contrib/tcsh/nls/et/set23 U src/contrib/tcsh/nls/et/set24 U src/contrib/tcsh/nls/et/set25 U src/contrib/tcsh/nls/et/set26 U src/contrib/tcsh/nls/et/set27 U src/contrib/tcsh/nls/et/set29 U src/contrib/tcsh/nls/et/set3 U src/contrib/tcsh/nls/et/set30 U src/contrib/tcsh/nls/et/set31 U src/contrib/tcsh/nls/et/set4 U src/contrib/tcsh/nls/et/set5 U src/contrib/tcsh/nls/et/set6 U src/contrib/tcsh/nls/et/set7 U src/contrib/tcsh/nls/et/set8 U src/contrib/tcsh/nls/et/set9 U src/contrib/tcsh/nls/finnish/set1 U src/contrib/tcsh/nls/finnish/set10 U src/contrib/tcsh/nls/finnish/set11 U src/contrib/tcsh/nls/finnish/set12 U src/contrib/tcsh/nls/finnish/set13 U src/contrib/tcsh/nls/finnish/set14 U src/contrib/tcsh/nls/finnish/set15 U src/contrib/tcsh/nls/finnish/set16 U src/contrib/tcsh/nls/finnish/set17 U src/contrib/tcsh/nls/finnish/set18 U src/contrib/tcsh/nls/finnish/set19 U src/contrib/tcsh/nls/finnish/set2 U src/contrib/tcsh/nls/finnish/set20 U src/contrib/tcsh/nls/finnish/set21 U src/contrib/tcsh/nls/finnish/set22 U src/contrib/tcsh/nls/finnish/set23 U src/contrib/tcsh/nls/finnish/set24 U src/contrib/tcsh/nls/finnish/set25 U src/contrib/tcsh/nls/finnish/set26 U src/contrib/tcsh/nls/finnish/set27 U src/contrib/tcsh/nls/finnish/set29 U src/contrib/tcsh/nls/finnish/set3 U src/contrib/tcsh/nls/finnish/set30 U src/contrib/tcsh/nls/finnish/set31 U src/contrib/tcsh/nls/finnish/set4 U src/contrib/tcsh/nls/finnish/set5 U src/contrib/tcsh/nls/finnish/set6 U src/contrib/tcsh/nls/finnish/set7 U src/contrib/tcsh/nls/finnish/set8 U src/contrib/tcsh/nls/finnish/set9 U src/contrib/tcsh/nls/french/set1 U src/contrib/tcsh/nls/french/set10 U src/contrib/tcsh/nls/french/set11 U src/contrib/tcsh/nls/french/set12 U src/contrib/tcsh/nls/french/set13 U src/contrib/tcsh/nls/french/set14 U src/contrib/tcsh/nls/french/set15 U src/contrib/tcsh/nls/french/set16 U src/contrib/tcsh/nls/french/set17 U src/contrib/tcsh/nls/french/set18 U src/contrib/tcsh/nls/french/set19 U src/contrib/tcsh/nls/french/set2 U src/contrib/tcsh/nls/french/set20 U src/contrib/tcsh/nls/french/set21 U src/contrib/tcsh/nls/french/set22 U src/contrib/tcsh/nls/french/set23 U src/contrib/tcsh/nls/french/set24 U src/contrib/tcsh/nls/french/set25 U src/contrib/tcsh/nls/french/set26 U src/contrib/tcsh/nls/french/set27 U src/contrib/tcsh/nls/french/set29 U src/contrib/tcsh/nls/french/set3 U src/contrib/tcsh/nls/french/set30 U src/contrib/tcsh/nls/french/set31 U src/contrib/tcsh/nls/french/set4 U src/contrib/tcsh/nls/french/set5 U src/contrib/tcsh/nls/french/set6 U src/contrib/tcsh/nls/french/set7 U src/contrib/tcsh/nls/french/set8 U src/contrib/tcsh/nls/french/set9 U src/contrib/tcsh/nls/german/set1 U src/contrib/tcsh/nls/german/set10 U src/contrib/tcsh/nls/german/set11 U src/contrib/tcsh/nls/german/set12 U src/contrib/tcsh/nls/german/set13 U src/contrib/tcsh/nls/german/set14 U src/contrib/tcsh/nls/german/set15 U src/contrib/tcsh/nls/german/set16 U src/contrib/tcsh/nls/german/set17 U src/contrib/tcsh/nls/german/set18 U src/contrib/tcsh/nls/german/set19 U src/contrib/tcsh/nls/german/set2 U src/contrib/tcsh/nls/german/set20 U src/contrib/tcsh/nls/german/set21 U src/contrib/tcsh/nls/german/set22 U src/contrib/tcsh/nls/german/set23 U src/contrib/tcsh/nls/german/set24 U src/contrib/tcsh/nls/german/set25 U src/contrib/tcsh/nls/german/set26 U src/contrib/tcsh/nls/german/set27 U src/contrib/tcsh/nls/german/set29 U src/contrib/tcsh/nls/german/set3 U src/contrib/tcsh/nls/german/set30 U src/contrib/tcsh/nls/german/set31 U src/contrib/tcsh/nls/german/set4 U src/contrib/tcsh/nls/german/set5 U src/contrib/tcsh/nls/german/set6 U src/contrib/tcsh/nls/german/set7 U src/contrib/tcsh/nls/german/set8 U src/contrib/tcsh/nls/german/set9 U src/contrib/tcsh/nls/greek/set1 U src/contrib/tcsh/nls/greek/set10 U src/contrib/tcsh/nls/greek/set11 U src/contrib/tcsh/nls/greek/set12 U src/contrib/tcsh/nls/greek/set13 U src/contrib/tcsh/nls/greek/set14 U src/contrib/tcsh/nls/greek/set15 U src/contrib/tcsh/nls/greek/set16 U src/contrib/tcsh/nls/greek/set17 U src/contrib/tcsh/nls/greek/set18 U src/contrib/tcsh/nls/greek/set19 U src/contrib/tcsh/nls/greek/set2 U src/contrib/tcsh/nls/greek/set20 U src/contrib/tcsh/nls/greek/set21 U src/contrib/tcsh/nls/greek/set22 U src/contrib/tcsh/nls/greek/set23 U src/contrib/tcsh/nls/greek/set24 U src/contrib/tcsh/nls/greek/set25 U src/contrib/tcsh/nls/greek/set26 U src/contrib/tcsh/nls/greek/set27 U src/contrib/tcsh/nls/greek/set29 U src/contrib/tcsh/nls/greek/set3 U src/contrib/tcsh/nls/greek/set30 U src/contrib/tcsh/nls/greek/set31 U src/contrib/tcsh/nls/greek/set4 U src/contrib/tcsh/nls/greek/set5 U src/contrib/tcsh/nls/greek/set6 U src/contrib/tcsh/nls/greek/set7 U src/contrib/tcsh/nls/greek/set8 U src/contrib/tcsh/nls/greek/set9 U src/contrib/tcsh/nls/italian/set1 U src/contrib/tcsh/nls/italian/set10 U src/contrib/tcsh/nls/italian/set11 U src/contrib/tcsh/nls/italian/set12 U src/contrib/tcsh/nls/italian/set13 U src/contrib/tcsh/nls/italian/set14 U src/contrib/tcsh/nls/italian/set15 U src/contrib/tcsh/nls/italian/set16 U src/contrib/tcsh/nls/italian/set17 U src/contrib/tcsh/nls/italian/set18 U src/contrib/tcsh/nls/italian/set19 U src/contrib/tcsh/nls/italian/set2 U src/contrib/tcsh/nls/italian/set20 U src/contrib/tcsh/nls/italian/set21 U src/contrib/tcsh/nls/italian/set22 U src/contrib/tcsh/nls/italian/set23 U src/contrib/tcsh/nls/italian/set24 U src/contrib/tcsh/nls/italian/set25 U src/contrib/tcsh/nls/italian/set26 U src/contrib/tcsh/nls/italian/set27 U src/contrib/tcsh/nls/italian/set29 U src/contrib/tcsh/nls/italian/set3 U src/contrib/tcsh/nls/italian/set30 U src/contrib/tcsh/nls/italian/set31 U src/contrib/tcsh/nls/italian/set4 U src/contrib/tcsh/nls/italian/set5 U src/contrib/tcsh/nls/italian/set6 U src/contrib/tcsh/nls/italian/set7 U src/contrib/tcsh/nls/italian/set8 U src/contrib/tcsh/nls/italian/set9 U src/contrib/tcsh/nls/ja/set1 U src/contrib/tcsh/nls/ja/set10 U src/contrib/tcsh/nls/ja/set11 U src/contrib/tcsh/nls/ja/set12 U src/contrib/tcsh/nls/ja/set13 U src/contrib/tcsh/nls/ja/set15 U src/contrib/tcsh/nls/ja/set16 U src/contrib/tcsh/nls/ja/set17 U src/contrib/tcsh/nls/ja/set18 U src/contrib/tcsh/nls/ja/set2 U src/contrib/tcsh/nls/ja/set21 U src/contrib/tcsh/nls/ja/set24 U src/contrib/tcsh/nls/ja/set29 N src/contrib/tcsh/nls/ja/set3 U src/contrib/tcsh/nls/ja/set30 N src/contrib/tcsh/nls/ja/set4 U src/contrib/tcsh/nls/ja/set5 U src/contrib/tcsh/nls/ja/set6 N src/contrib/tcsh/nls/ja/set7 U src/contrib/tcsh/nls/ja/set8 U src/contrib/tcsh/nls/pl/README U src/contrib/tcsh/nls/pl/set1 U src/contrib/tcsh/nls/pl/set10 U src/contrib/tcsh/nls/pl/set11 U src/contrib/tcsh/nls/pl/set12 U src/contrib/tcsh/nls/pl/set13 U src/contrib/tcsh/nls/pl/set14 U src/contrib/tcsh/nls/pl/set15 U src/contrib/tcsh/nls/pl/set16 U src/contrib/tcsh/nls/pl/set17 U src/contrib/tcsh/nls/pl/set18 U src/contrib/tcsh/nls/pl/set19 U src/contrib/tcsh/nls/pl/set2 U src/contrib/tcsh/nls/pl/set20 U src/contrib/tcsh/nls/pl/set21 U src/contrib/tcsh/nls/pl/set22 U src/contrib/tcsh/nls/pl/set23 U src/contrib/tcsh/nls/pl/set24 U src/contrib/tcsh/nls/pl/set25 U src/contrib/tcsh/nls/pl/set26 U src/contrib/tcsh/nls/pl/set27 U src/contrib/tcsh/nls/pl/set29 U src/contrib/tcsh/nls/pl/set3 U src/contrib/tcsh/nls/pl/set30 U src/contrib/tcsh/nls/pl/set31 U src/contrib/tcsh/nls/pl/set4 U src/contrib/tcsh/nls/pl/set5 U src/contrib/tcsh/nls/pl/set6 U src/contrib/tcsh/nls/pl/set7 U src/contrib/tcsh/nls/pl/set8 U src/contrib/tcsh/nls/pl/set9 U src/contrib/tcsh/nls/russian/set1 U src/contrib/tcsh/nls/russian/set10 U src/contrib/tcsh/nls/russian/set11 U src/contrib/tcsh/nls/russian/set12 U src/contrib/tcsh/nls/russian/set13 U src/contrib/tcsh/nls/russian/set14 U src/contrib/tcsh/nls/russian/set15 U src/contrib/tcsh/nls/russian/set16 U src/contrib/tcsh/nls/russian/set17 U src/contrib/tcsh/nls/russian/set18 U src/contrib/tcsh/nls/russian/set19 U src/contrib/tcsh/nls/russian/set2 U src/contrib/tcsh/nls/russian/set20 U src/contrib/tcsh/nls/russian/set21 U src/contrib/tcsh/nls/russian/set22 U src/contrib/tcsh/nls/russian/set23 U src/contrib/tcsh/nls/russian/set24 U src/contrib/tcsh/nls/russian/set25 U src/contrib/tcsh/nls/russian/set26 U src/contrib/tcsh/nls/russian/set27 U src/contrib/tcsh/nls/russian/set29 U src/contrib/tcsh/nls/russian/set3 U src/contrib/tcsh/nls/russian/set30 U src/contrib/tcsh/nls/russian/set31 U src/contrib/tcsh/nls/russian/set4 U src/contrib/tcsh/nls/russian/set5 U src/contrib/tcsh/nls/russian/set6 U src/contrib/tcsh/nls/russian/set7 U src/contrib/tcsh/nls/russian/set8 U src/contrib/tcsh/nls/russian/set9 U src/contrib/tcsh/nls/spanish/set1 U src/contrib/tcsh/nls/spanish/set10 U src/contrib/tcsh/nls/spanish/set11 U src/contrib/tcsh/nls/spanish/set12 U src/contrib/tcsh/nls/spanish/set13 U src/contrib/tcsh/nls/spanish/set14 U src/contrib/tcsh/nls/spanish/set15 U src/contrib/tcsh/nls/spanish/set16 U src/contrib/tcsh/nls/spanish/set17 U src/contrib/tcsh/nls/spanish/set18 U src/contrib/tcsh/nls/spanish/set19 U src/contrib/tcsh/nls/spanish/set2 U src/contrib/tcsh/nls/spanish/set20 U src/contrib/tcsh/nls/spanish/set21 U src/contrib/tcsh/nls/spanish/set22 U src/contrib/tcsh/nls/spanish/set23 U src/contrib/tcsh/nls/spanish/set24 U src/contrib/tcsh/nls/spanish/set25 U src/contrib/tcsh/nls/spanish/set26 U src/contrib/tcsh/nls/spanish/set27 U src/contrib/tcsh/nls/spanish/set29 U src/contrib/tcsh/nls/spanish/set3 U src/contrib/tcsh/nls/spanish/set30 U src/contrib/tcsh/nls/spanish/set31 U src/contrib/tcsh/nls/spanish/set4 U src/contrib/tcsh/nls/spanish/set5 U src/contrib/tcsh/nls/spanish/set6 U src/contrib/tcsh/nls/spanish/set7 U src/contrib/tcsh/nls/spanish/set8 U src/contrib/tcsh/nls/spanish/set9 U src/contrib/tcsh/nls/ukrainian/set1 U src/contrib/tcsh/nls/ukrainian/set10 U src/contrib/tcsh/nls/ukrainian/set11 U src/contrib/tcsh/nls/ukrainian/set12 U src/contrib/tcsh/nls/ukrainian/set13 U src/contrib/tcsh/nls/ukrainian/set14 U src/contrib/tcsh/nls/ukrainian/set15 U src/contrib/tcsh/nls/ukrainian/set16 U src/contrib/tcsh/nls/ukrainian/set17 U src/contrib/tcsh/nls/ukrainian/set18 U src/contrib/tcsh/nls/ukrainian/set19 U src/contrib/tcsh/nls/ukrainian/set2 U src/contrib/tcsh/nls/ukrainian/set20 U src/contrib/tcsh/nls/ukrainian/set21 U src/contrib/tcsh/nls/ukrainian/set22 U src/contrib/tcsh/nls/ukrainian/set23 U src/contrib/tcsh/nls/ukrainian/set24 U src/contrib/tcsh/nls/ukrainian/set25 U src/contrib/tcsh/nls/ukrainian/set26 U src/contrib/tcsh/nls/ukrainian/set27 U src/contrib/tcsh/nls/ukrainian/set29 U src/contrib/tcsh/nls/ukrainian/set3 U src/contrib/tcsh/nls/ukrainian/set30 U src/contrib/tcsh/nls/ukrainian/set31 U src/contrib/tcsh/nls/ukrainian/set4 U src/contrib/tcsh/nls/ukrainian/set5 U src/contrib/tcsh/nls/ukrainian/set6 U src/contrib/tcsh/nls/ukrainian/set7 U src/contrib/tcsh/nls/ukrainian/set8 U src/contrib/tcsh/nls/ukrainian/set9 U src/contrib/tcsh/config/bsd4.4 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sun Apr 24 19:44: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 F2A9916A4E3; Sun, 24 Apr 2005 19:44:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B441243D49; Sun, 24 Apr 2005 19:44:43 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OJihXU011958; Sun, 24 Apr 2005 19:44:43 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OJihWV011957; Sun, 24 Apr 2005 19:44:43 GMT (envelope-from mp) Message-Id: <200504241944.j3OJihWV011957@repoman.freebsd.org> From: Mark Peek Date: Sun, 24 Apr 2005 19:44: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/bin/csh 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, 24 Apr 2005 19:44:44 -0000 mp 2005-04-24 19:44:43 UTC FreeBSD src repository Modified files: bin/csh Makefile Log: Add new file (tc.nls.c) to the build. Revision Changes Path 1.36 +1 -1 src/bin/csh/Makefile From owner-cvs-src@FreeBSD.ORG Sun Apr 24 19:50: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 CC8B716A4CE; Sun, 24 Apr 2005 19:50:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A148B43D48; Sun, 24 Apr 2005 19:50:22 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OJoMJ1012253; Sun, 24 Apr 2005 19:50:22 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OJoMSt012252; Sun, 24 Apr 2005 19:50:22 GMT (envelope-from mp) Message-Id: <200504241950.j3OJoMSt012252@repoman.freebsd.org> From: Mark Peek Date: Sun, 24 Apr 2005 19:50: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/bin/csh 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: Sun, 24 Apr 2005 19:50:22 -0000 mp 2005-04-24 19:50:22 UTC FreeBSD src repository Modified files: bin/csh config.h Log: Add the config.h resulting from running the configure script. Note: the contents of this file has changed between 6.13 and 6.14. The old contents of this file has been repocopied to config_p.h. Revision Changes Path 1.11 +200 -161 src/bin/csh/config.h From owner-cvs-src@FreeBSD.ORG Sun Apr 24 19:51: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 BABA516A4CE; Sun, 24 Apr 2005 19:51:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91DE143D39; Sun, 24 Apr 2005 19:51:57 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OJpvCU012342; Sun, 24 Apr 2005 19:51:57 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OJpv9N012341; Sun, 24 Apr 2005 19:51:57 GMT (envelope-from mp) Message-Id: <200504241951.j3OJpv9N012341@repoman.freebsd.org> From: Mark Peek Date: Sun, 24 Apr 2005 19:51: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/bin/csh config_p.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, 24 Apr 2005 19:51:57 -0000 mp 2005-04-24 19:51:57 UTC FreeBSD src repository Modified files: bin/csh config_p.h Log: Add in FreeBSD specific options for tcsh 6.14. Revision Changes Path 1.11 +11 -53 src/bin/csh/config_p.h From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:08: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 A9CE516A4CE; Sun, 24 Apr 2005 20:08:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4143D5C; Sun, 24 Apr 2005 20:08:29 +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 j3OK8TtB013108; Sun, 24 Apr 2005 20:08:29 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OK8TiS013107; Sun, 24 Apr 2005 20:08:29 GMT (envelope-from des) Message-Id: <200504242008.j3OK8TiS013107@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 24 Apr 2005 20:08: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/sbin/gpt add.c gpt.8 gpt.c gpt.h remove.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 20:08:29 -0000 des 2005-04-24 20:08:29 UTC FreeBSD src repository Modified files: sbin/gpt add.c gpt.8 gpt.c gpt.h remove.c Log: - distinguish between the device name (what the user called it on the command line) and the device path (what we passed to open()). Use the former in diagnostics. - when adding or removing partitions, print a single line to stdout for each partition that was added or removed, indicating its name. - add an -a option to 'gpt remove' which must be explicitly specified to remove all partitions. Approved by: marcel (in prinicple) MFC after: 2 weeks Revision Changes Path 1.11 +2 -0 src/sbin/gpt/add.c 1.12 +11 -2 src/sbin/gpt/gpt.8 1.10 +15 -11 src/sbin/gpt/gpt.c 1.7 +1 -1 src/sbin/gpt/gpt.h 1.4 +16 -3 src/sbin/gpt/remove.c From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:15: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 A03BC16A4CE; Sun, 24 Apr 2005 20:15:35 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D6C843D2D; Sun, 24 Apr 2005 20:15:35 +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 j3OKFYhd075012; Sun, 24 Apr 2005 13:15:34 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3OKFYpU075011; Sun, 24 Apr 2005 13:15:34 -0700 (PDT) (envelope-from obrien) Date: Sun, 24 Apr 2005 13:15:34 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050424201534.GA74964@dragon.NUXI.org> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504221742.j3MHgoG9084110@repoman.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.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 20:15:35 -0000 On Fri, Apr 22, 2005 at 05:42:50PM +0000, Ruslan Ermilov wrote: > ru 2005-04-22 17:42:50 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config main.c > Log: > Ask that "make cleandepend" be run before "make depend", now that > we don't do this automatically. *sigh*. So now the steps are: make cleandepend make depend make That is just ridiculous. Computers are to automate tasks, not increase the effort for humans. Please back out the commits that require 'make cleandepend' in addition to 'make depend'. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:17: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 8F59D16A4CE; Sun, 24 Apr 2005 20:17:26 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B89843D5A; Sun, 24 Apr 2005 20:17:26 +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 j3OKG8Wf075033; Sun, 24 Apr 2005 13:16:08 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3OKG6h6075032; Sun, 24 Apr 2005 13:16:06 -0700 (PDT) (envelope-from obrien) Date: Sun, 24 Apr 2005 13:16:06 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050424201606.GB74538@dragon.NUXI.org> References: <20050418.152011.74745144.imp@bsdimp.com> <20050419182938.GA27941@dragon.NUXI.org> <20050420055904.GA33015@ip.net.ua> <20050420161212.GA52582@dragon.NUXI.org> <20050421125501.W88810@delplex.bde.org> <20050421070011.GA81229@ip.net.ua> <20050421171036.Q2082@epsplex.bde.org> <20050421185925.GA85015@ip.net.ua> <20050422233107.J93439@delplex.bde.org> <20050422200944.GC23926@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050422200944.GC23926@ip.net.ua> 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.9i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: Bruce Evans Subject: Re: cvs commit: src/sys/conf kmod.mk 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, 24 Apr 2005 20:17:26 -0000 On Fri, Apr 22, 2005 at 11:09:44PM +0300, Ruslan Ermilov wrote: > > I check that it doesn't work after "make depend; make; make clean". The > > first error is for amd64's GENERIC is: > > > > %%% > > In file included from ./../../../dev/aic7xxx/aic7xxx_osm.h:44, > > from aic7xxx_reg_print.c:9: > > ../../../sys/bus.h:461:23: device_if.h: No such file or directory > > %%% .. > Should be fixed now. The problem was that aic*_reg_print.c's were not > in CFILES in a makefile produced by config(8), making the corresponding > .o files to *NOT* appear in .depend. Thank you for fixing this problem. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:21: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 DF97216A4CE; Sun, 24 Apr 2005 20:21:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9236E43D5C; Sun, 24 Apr 2005 20:21:23 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OKLNOe013963; Sun, 24 Apr 2005 20:21:23 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OKLN6r013958; Sun, 24 Apr 2005 20:21:23 GMT (envelope-from wpaul) Message-Id: <200504242021.j3OKLN6r013958@repoman.freebsd.org> From: Bill Paul Date: Sun, 24 Apr 2005 20:21: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/modules Makefile src/sys/compat/ndis kern_ndis.c kern_windrv.c ntoskrnl_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c if_ndis_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: Sun, 24 Apr 2005 20:21:24 -0000 wpaul 2005-04-24 20:21:22 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/compat/ndis kern_ndis.c kern_windrv.c ntoskrnl_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c sys/dev/if_ndis if_ndis.c if_ndis_pccard.c if_ndis_pci.c if_ndis_usb.c if_ndisvar.h sys/modules/if_ndis Makefile sys/conf files.amd64 files.i386 usr.sbin/ndiscvt Makefile Added files: usr.sbin/ndiscvt ndisgen.8 ndisgen.sh windrv_stub.c Log: Throw the switch on the new driver generation/loading mechanism. From here on in, if_ndis.ko will be pre-built as a module, and can be built into a static kernel (though it's not part of GENERIC). Drivers are created using the new ndisgen(8) script, which uses ndiscvt(8) under the covers, along with a few other tools. The result is a driver module that can be kldloaded into the kernel. A driver with foo.inf and foo.sys files will be converted into foo_sys.ko (and foo_sys.o, for those who want/need to make static kernels). This module contains all of the necessary info from the .INF file and the driver binary image, converted into an ELF module. You can kldload this module (or add it to /boot/loader.conf) to have it loaded automatically. Any required firmware files can be bundled into the module as well (or converted/loaded separately). Also, add a workaround for a problem in NdisMSleep(). During system bootstrap (cold == 1), msleep() always returns 0 without actually sleeping. The Intel 2200BG driver uses NdisMSleep() to wait for the NIC's firmware to come to life, and fails to load if NdisMSleep() doesn't actually delay. As a workaround, if msleep() (and hence ndis_thsuspend()) returns 0, use a hard DELAY() to sleep instead). This is not really the right thing to do, but we can't really do much else. At the very least, this makes the Intel driver happy. There are probably other drivers that fail in this way during bootstrap. Unfortunately, the only workaround for those is to avoid pre-loading them and kldload them once the system is running instead. Revision Changes Path 1.78 +1 -1 src/sys/compat/ndis/kern_ndis.c 1.8 +80 -28 src/sys/compat/ndis/kern_windrv.c 1.33 +12 -1 src/sys/compat/ndis/ntoskrnl_var.h 1.21 +2 -0 src/sys/compat/ndis/subr_hal.c 1.85 +13 -6 src/sys/compat/ndis/subr_ndis.c 1.65 +2 -3 src/sys/compat/ndis/subr_ntoskrnl.c 1.64 +1 -0 src/sys/conf/files.amd64 1.530 +1 -0 src/sys/conf/files.i386 1.89 +7 -23 src/sys/dev/if_ndis/if_ndis.c 1.11 +40 -51 src/sys/dev/if_ndis/if_ndis_pccard.c 1.15 +38 -52 src/sys/dev/if_ndis/if_ndis_pci.c 1.5 +6 -23 src/sys/dev/if_ndis/if_ndis_usb.c 1.20 +1 -0 src/sys/dev/if_ndis/if_ndisvar.h 1.444 +3 -0 src/sys/modules/Makefile 1.5 +2 -1 src/sys/modules/if_ndis/Makefile 1.7 +7 -0 src/usr.sbin/ndiscvt/Makefile 1.1 +82 -0 src/usr.sbin/ndiscvt/ndisgen.8 (new) 1.1 +500 -0 src/usr.sbin/ndiscvt/ndisgen.sh (new) 1.1 +245 -0 src/usr.sbin/ndiscvt/windrv_stub.c (new) From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:24: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 D291216A4CE; Sun, 24 Apr 2005 20:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A95D243D31; Sun, 24 Apr 2005 20:24:59 +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 j3OKOxS6014532; Sun, 24 Apr 2005 20:24:59 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OKOxtG014531; Sun, 24 Apr 2005 20:24:59 GMT (envelope-from bz) Message-Id: <200504242024.j3OKOxtG014531@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 24 Apr 2005 20:24: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/share/man/man5 nsswitch.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 20:25:00 -0000 bz 2005-04-24 20:24:59 UTC FreeBSD src repository Modified files: share/man/man5 nsswitch.conf.5 Log: Add note to remove nis entries when compiling with NO_NIS. Reviewed by: ru (initial version), simon (updated version) Approved by: pjd (mentor) Revision Changes Path 1.13 +7 -1 src/share/man/man5/nsswitch.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:26: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 8D4D016A4CE; Sun, 24 Apr 2005 20:26:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E0043D2D; Sun, 24 Apr 2005 20:26:09 +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 j3OKQ9V8014633; Sun, 24 Apr 2005 20:26:09 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OKQ95l014632; Sun, 24 Apr 2005 20:26:09 GMT (envelope-from bz) Message-Id: <200504242026.j3OKQ95l014632@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 24 Apr 2005 20:26: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/share/man/man4 sk.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, 24 Apr 2005 20:26:09 -0000 bz 2005-04-24 20:26:09 UTC FreeBSD src repository Modified files: share/man/man4 sk.4 Log: Document sysctl introduced with if_sk.c rev. 1.101. Add D-Link DGE-530T to list of supported hardware. Reviewed by: ru (initial version), simon (updated version) Approved by: pjd (mentor) Revision Changes Path 1.25 +16 -1 src/share/man/man4/sk.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:31: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 6759116A4CE; Sun, 24 Apr 2005 20:31:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9C743D1D; Sun, 24 Apr 2005 20:31:15 +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 j3OKVFow014919; Sun, 24 Apr 2005 20:31:15 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OKVEaY014918; Sun, 24 Apr 2005 20:31:14 GMT (envelope-from bz) Message-Id: <200504242031.j3OKVEaY014918@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 24 Apr 2005 20:31:14 +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 sk.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, 24 Apr 2005 20:31:15 -0000 bz 2005-04-24 20:31:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 sk.4 Log: MFC: rev. 1.25 (HARDWARE section only) Add D-Link DGE-530T to list of supported hardware. Approved by: pjd (mentor) Revision Changes Path 1.21.2.4 +3 -1 src/share/man/man4/sk.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 24 20:33: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 E5FBD16A4CE; Sun, 24 Apr 2005 20:33:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCBE843D1F; Sun, 24 Apr 2005 20:33:06 +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 j3OKX6cQ015002; Sun, 24 Apr 2005 20:33:06 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OKX6oQ015001; Sun, 24 Apr 2005 20:33:06 GMT (envelope-from bz) Message-Id: <200504242033.j3OKX6oQ015001@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 24 Apr 2005 20:33: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/share/man/man5 nsswitch.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 20:33:07 -0000 bz 2005-04-24 20:33:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man5 nsswitch.conf.5 Log: MFC: rev. 1.13 Add note to remove nis entries when compiling with NO_NIS. Approved by: pjd (mentor) Revision Changes Path 1.10.2.1 +7 -1 src/share/man/man5/nsswitch.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Apr 24 22:04: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 0C59716A4CE; Sun, 24 Apr 2005 22:04:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D5143D46; Sun, 24 Apr 2005 22:04:34 +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 j3OM4YvE025675; Sun, 24 Apr 2005 22:04:34 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3OM4YMN025674; Sun, 24 Apr 2005 22:04:34 GMT (envelope-from kientzle) Message-Id: <200504242204.j3OM4YMN025674@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 24 Apr 2005 22:04: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/lib/libz gzio.c zconf.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, 24 Apr 2005 22:04:35 -0000 kientzle 2005-04-24 22:04:34 UTC FreeBSD src repository Modified files: lib/libz gzio.c zconf.h Log: Update zconf.h and gzio.c with changes from ZLib 1.2.1 to ZLib 1.2.2. These are two of the three files that have non-trivial differences from the vendor branch. minigzip.c is the third, but there were no changes from ZLib 1.2.1 to ZLib 1.2.2 in that file. The rest of the files I intend to get reverted back to the vendor branch (with cooperation of cvsadmin@). PR: i386/76294 Revision Changes Path 1.11 +5 -1 src/lib/libz/gzio.c 1.9 +51 -42 src/lib/libz/zconf.h From owner-cvs-src@FreeBSD.ORG Sun Apr 24 23:20: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 B15C616A4CE; Sun, 24 Apr 2005 23:20:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843D143D2D; Sun, 24 Apr 2005 23:20:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3ONKrUg028736; Sun, 24 Apr 2005 23:20:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3ONKrVf028735; Sun, 24 Apr 2005 23:20:53 GMT (envelope-from davidxu) Message-Id: <200504242320.j3ONKrVf028735@repoman.freebsd.org> From: David Xu Date: Sun, 24 Apr 2005 23:20: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/sys proc.h src/sys/kern kern_exit.c kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 23:20:53 -0000 davidxu 2005-04-24 23:20:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sys proc.h sys/kern kern_exit.c kern_sig.c Log: MFC: Fix race between thread_stopped and kern_wait. Revision Changes Path 1.245.2.10 +10 -1 src/sys/kern/kern_exit.c 1.289.2.7 +9 -17 src/sys/kern/kern_sig.c 1.392.2.20 +2 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Mon Apr 25 00:48: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 80F1016A4CE; Mon, 25 Apr 2005 00:48:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5715443D41; Mon, 25 Apr 2005 00:48:05 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3P0m51h038885; Mon, 25 Apr 2005 00:48:05 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P0m52i038884; Mon, 25 Apr 2005 00:48:05 GMT (envelope-from mdodd) Message-Id: <200504250048.j3P0m52i038884@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 25 Apr 2005 00:48: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 uipc_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, 25 Apr 2005 00:48:05 -0000 mdodd 2005-04-25 00:48:05 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Add missing break. Found by: marcus Revision Changes Path 1.154 +1 -0 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 00:52: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 8AA7916A4CE; Mon, 25 Apr 2005 00:52:03 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D30143D3F; Mon, 25 Apr 2005 00:52:03 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j3P0qteV028042; Sun, 24 Apr 2005 20:52:55 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Matthew N. Dodd" In-Reply-To: <200504250048.j3P0m52i038884@repoman.freebsd.org> References: <200504250048.j3P0m52i038884@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-x+fmApmgwxBVcyHa4ZjR" Organization: MarcusCom, Inc. Date: Sun, 24 Apr 2005 20:51:58 -0400 Message-Id: <1114390318.92171.9.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_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, 25 Apr 2005 00:52:03 -0000 --=-x+fmApmgwxBVcyHa4ZjR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-04-25 at 00:48 +0000, Matthew N. Dodd wrote: > mdodd 2005-04-25 00:48:05 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern uipc_usrreq.c=20 > Log: > Add missing break. Thanks! I thought I was losing my mind. Joe > =20 > Found by: marcus > =20 > Revision Changes Path > 1.154 +1 -0 src/sys/kern/uipc_usrreq.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-x+fmApmgwxBVcyHa4ZjR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCbD8ub2iPiv4Uz4cRAvYpAJ9TXYdXqMnz5FGHJwYFEXP+q0OT1gCaAjtd f1zg3MhaPSH3xQ/Rppv/yWo= =O1HV -----END PGP SIGNATURE----- --=-x+fmApmgwxBVcyHa4ZjR-- From owner-cvs-src@FreeBSD.ORG Mon Apr 25 02:29: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 B670616A4CE; Mon, 25 Apr 2005 02:29:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0AF43D39; Mon, 25 Apr 2005 02:29:03 +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 j3P2T3Dt044175; Mon, 25 Apr 2005 02:29:03 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P2T3Tn044174; Mon, 25 Apr 2005 02:29:03 GMT (envelope-from delphij) Message-Id: <200504250229.j3P2T3Tn044174@repoman.freebsd.org> From: Xin LI Date: Mon, 25 Apr 2005 02:29: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/lib/libc/regex cclass.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, 25 Apr 2005 02:29:03 -0000 delphij 2005-04-25 02:29:03 UTC FreeBSD src repository Removed files: lib/libc/regex cclass.h Log: Remove unused file. Confirmed by: tjr [1] [1] PERFORCE CHANGESET 57044: http://perforce.freebsd.org/changeView.cgi?CH=57044 Revision Changes Path 1.5 +0 -63 src/lib/libc/regex/cclass.h (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 05:06: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 84FEE16A4CE; Mon, 25 Apr 2005 05:06:52 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7753043D49; Mon, 25 Apr 2005 05:06:51 +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 j3P5AUR1093395; Mon, 25 Apr 2005 08:10:30 +0300 (EEST) (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 88793-15; Mon, 25 Apr 2005 08:06:48 +0300 (EEST) 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 j3P5ATMt093392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Apr 2005 08:10:30 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3P56u3e042512; Mon, 25 Apr 2005 08:06:56 +0300 (EEST) (envelope-from ru) Date: Mon, 25 Apr 2005 08:06:56 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20050425050656.GA42466@ip.net.ua> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> <20050424201534.GA74964@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20050424201534.GA74964@dragon.NUXI.org> User-Agent: Mutt/1.5.9i 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/usr.sbin/config 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, 25 Apr 2005 05:06:52 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 24, 2005 at 01:15:34PM -0700, David O'Brien wrote: > On Fri, Apr 22, 2005 at 05:42:50PM +0000, Ruslan Ermilov wrote: > > ru 2005-04-22 17:42:50 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > usr.sbin/config main.c=20 > > Log: > > Ask that "make cleandepend" be run before "make depend", now that > > we don't do this automatically. >=20 > *sigh*. >=20 > So now the steps are: > make cleandepend > make depend > make >=20 > That is just ridiculous. Computers are to automate tasks, not increase > the effort for humans. Please back out the commits that require 'make > cleandepend' in addition to 'make depend'. >=20 No. You wanted (and others have agreed) that "make depend" should behave similarly in kernel and userland builds, i.e., to not redundantly rebuild the .depend file every time "make depend" is run. The steps are like above only when you do incremental builds AND use the NO_CLEAN option. Even that, the "cleandepend" will only be necessary in rare cases, when problems that started this discussion arise (i.e., header or source files disappear). If you need automation, use "make buildkernel", or stop using NO_CLEAN. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCbHrwqRfpzJluFF4RAoFYAKCY3Ji2453O6lAngKVuUxVkGvLNqwCffFr7 x0/JjUagHamOuI7CqlL7rds= =GWxb -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-cvs-src@FreeBSD.ORG Mon Apr 25 05:11: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 979EA16A4CE; Mon, 25 Apr 2005 05:11:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC3743D53; Mon, 25 Apr 2005 05:11: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 j3P5BJoQ058375; Mon, 25 Apr 2005 05:11:19 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P5BJNR058374; Mon, 25 Apr 2005 05:11:19 GMT (envelope-from jeff) Message-Id: <200504250511.j3P5BJNR058374@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 25 Apr 2005 05: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/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: Mon, 25 Apr 2005 05:11:19 -0000 jeff 2005-04-25 05:11:19 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never be NULL and we will always leak mrep in the error case. Submitted by: Greg Taleck Revision Changes Path 1.31 +1 -1 src/sys/nfs4client/nfs4_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 06:24: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 A8F6C16A4CE; Mon, 25 Apr 2005 06:24:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BD043D45; Mon, 25 Apr 2005 06:24:20 +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 j3P6OK8k061056; Mon, 25 Apr 2005 06:24:20 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P6OK8O061055; Mon, 25 Apr 2005 06:24:20 GMT (envelope-from njl) Message-Id: <200504250624.j3P6OK8O061055@repoman.freebsd.org> From: Nate Lawson Date: Mon, 25 Apr 2005 06:24: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/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 06:24:20 -0000 njl 2005-04-25 06:24:20 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Remove obsolete option. MFC after: 1 day Revision Changes Path 1.1197 +0 -3 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Apr 25 07:07: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 1AE9216A4CE; Mon, 25 Apr 2005 07:07:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF6843D53; Mon, 25 Apr 2005 07:07: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 j3P77obc067365; Mon, 25 Apr 2005 07:07:50 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P77ouK067364; Mon, 25 Apr 2005 07:07:50 GMT (envelope-from phk) Message-Id: <200504250707.j3P77ouK067364@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 25 Apr 2005 07:07: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/conf NOTES files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 07:07:51 -0000 phk 2005-04-25 07:07:50 UTC FreeBSD src repository Modified files: sys/conf NOTES files Log: retire the musycc E1/T1 driver. Revision Changes Path 1.1313 +0 -1 src/sys/conf/NOTES 1.1017 +0 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Mon Apr 25 07:08: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 DD54B16A4CE; Mon, 25 Apr 2005 07:08:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770A743D53; Mon, 25 Apr 2005 07:08: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 j3P78gYO067437; Mon, 25 Apr 2005 07:08:42 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P78gmC067436; Mon, 25 Apr 2005 07:08:42 GMT (envelope-from phk) Message-Id: <200504250708.j3P78gmC067436@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 25 Apr 2005 07:08: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/dev/musycc musycc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 07:08:43 -0000 phk 2005-04-25 07:08:42 UTC FreeBSD src repository Removed files: sys/dev/musycc musycc.c Log: Retire the musycc E1/T1 driver Revision Changes Path 1.36 +0 -1567 src/sys/dev/musycc/musycc.c (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 07:50: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 89FB916A4CE; Mon, 25 Apr 2005 07:50:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6000043D3F; Mon, 25 Apr 2005 07:50:53 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3P7oqjs069237; Mon, 25 Apr 2005 07:50:52 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P7oqLG069236; Mon, 25 Apr 2005 07:50:52 GMT (envelope-from sos) Message-Id: <200504250750.j3P7oqLG069236@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 25 Apr 2005 07:50: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/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 07:50:53 -0000 sos 2005-04-25 07:50:52 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Only try to allocate and use the SATA resource if they are enabled by the BIOS. It seems some BIOS's doesn't get this right, and that would result in ATA panic'ing. Revision Changes Path 1.112 +40 -44 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 07:57: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 328F216A4CE; Mon, 25 Apr 2005 07:57:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026B343D46; Mon, 25 Apr 2005 07:57:05 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3P7v5bk069451; Mon, 25 Apr 2005 07:57:05 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P7v5a6069450; Mon, 25 Apr 2005 07:57:05 GMT (envelope-from sos) Message-Id: <200504250757.j3P7v5a6069450@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 25 Apr 2005 07:57: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/dev/ata ata-card.c ata-cbus.c ata-isa.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 07:57:06 -0000 sos 2005-04-25 07:57:05 UTC FreeBSD src repository Modified files: sys/dev/ata ata-card.c ata-cbus.c ata-isa.c ata-pci.c Log: Cosmetics Revision Changes Path 1.33 +9 -12 src/sys/dev/ata/ata-card.c 1.20 +11 -15 src/sys/dev/ata/ata-cbus.c 1.27 +4 -6 src/sys/dev/ata/ata-isa.c 1.99 +2 -5 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 10:14: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 84E4216A4CE; Mon, 25 Apr 2005 10:14:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A2EA43D2F; Mon, 25 Apr 2005 10:14:27 +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 j3PAERsN083516; Mon, 25 Apr 2005 10:14:27 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PAERfD083515; Mon, 25 Apr 2005 10:14:27 GMT (envelope-from mlaier) Message-Id: <200504251014.j3PAERfD083515@repoman.freebsd.org> From: Max Laier Date: Mon, 25 Apr 2005 10:14: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/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: Mon, 25 Apr 2005 10:14:27 -0000 mlaier 2005-04-25 10:14:26 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Typeo. Submitted by: Emil Mikulic Revision Changes Path 1.251 +1 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Apr 25 10:18: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 D90C316A4CE; Mon, 25 Apr 2005 10:18:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2BB43D48; Mon, 25 Apr 2005 10:18:24 +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 j3PAIOs1083694; Mon, 25 Apr 2005 10:18:24 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PAIOEI083693; Mon, 25 Apr 2005 10:18:24 GMT (envelope-from bz) Message-Id: <200504251018.j3PAIOEI083693@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 25 Apr 2005 10:18: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/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: Mon, 25 Apr 2005 10:18:25 -0000 bz 2005-04-25 10:18:24 UTC FreeBSD src repository Modified files: sys/pci if_sk.c Log: Deal with failed malloc calls[1]. While there also check for failed device_add_child calls. Found by: Coventry Analysis tool[1]. Submitted by: sam[1] Approved by: pjd (mentor) MFC after: 1 week Revision Changes Path 1.104 +22 -0 src/sys/pci/if_sk.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 10: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 941BF16A4CE; Mon, 25 Apr 2005 10:41:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B93A43D55; Mon, 25 Apr 2005 10:41:26 +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 j3PAfQRM084750; Mon, 25 Apr 2005 10:41:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PAfQxq084749; Mon, 25 Apr 2005 10:41:26 GMT (envelope-from pjd) Message-Id: <200504251041.j3PAfQxq084749@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 25 Apr 2005 10:41: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/sys/geom/mirror g_mirror_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 10:41:26 -0000 pjd 2005-04-25 10:41:26 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror_ctl.c Log: Fix provider's size check for 'insert' command. Before this fix one was able to insert one sector too small provider. MFC after: 3 days Revision Changes Path 1.11 +2 -1 src/sys/geom/mirror/g_mirror_ctl.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 12:22: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 E65E016A4CE; Mon, 25 Apr 2005 12:22:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E3443D1F; Mon, 25 Apr 2005 12:22:25 +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 j3PCMPcq089047; Mon, 25 Apr 2005 12:22:25 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PCMPHG089046; Mon, 25 Apr 2005 12:22:25 GMT (envelope-from den) Message-Id: <200504251222.j3PCMPHG089046@repoman.freebsd.org> From: Denis Peplin Date: Mon, 25 Apr 2005 12:22: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/release/doc/ru_RU.KOI8-R/share/examples dev-auto-translate.pl src/release/doc/ru_RU.KOI8-R/share/sgml artheader.sgml dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 12:22:26 -0000 den 2005-04-25 12:22:25 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/share/examples dev-auto-translate.pl release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.sgml release/doc/ru_RU.KOI8-R/hardware/common artheader.sgml dev.sgml Log: Merge the following from the English version: 1.5 -> 1.7 hardware/common/artheader.sgml 1.276 -> 1.278 hardware/common/dev.sgml Update also Russian override of dev-auto.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +5 -4 src/release/doc/ru_RU.KOI8-R/hardware/common/artheader.sgml 1.13 +9 -3 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.2 +4 -1 src/release/doc/ru_RU.KOI8-R/share/examples/dev-auto-translate.pl 1.3 +4 -1 src/release/doc/ru_RU.KOI8-R/share/sgml/dev-auto-ru.sgml From owner-cvs-src@FreeBSD.ORG Mon Apr 25 12:49: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 4130C16A4CE; Mon, 25 Apr 2005 12:49:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1005843D58; Mon, 25 Apr 2005 12:49:58 +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 j3PCnviS097359; Mon, 25 Apr 2005 12:49:57 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PCnvB7097358; Mon, 25 Apr 2005 12:49:57 GMT (envelope-from den) Message-Id: <200504251249.j3PCnvB7097358@repoman.freebsd.org> From: Denis Peplin Date: Mon, 25 Apr 2005 12: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/release/doc/ru_RU.KOI8-R/hardware/common dev.sgml src/release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.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, 25 Apr 2005 12:49:58 -0000 den 2005-04-25 12:49:57 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/hardware/common dev.sgml release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.sgml Log: Merge the following from the English version: 1.227.2.25 -> 1.227.2.28 hardware/common/dev.sgml Update also Russian override of dev-auto.sgml CVg: Revision Changes Path 1.2.2.5 +11 -23 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.1.2.3 +5 -1 src/release/doc/ru_RU.KOI8-R/share/sgml/dev-auto-ru.sgml From owner-cvs-src@FreeBSD.ORG Mon Apr 25 14:30: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 64BC116A4CE; Mon, 25 Apr 2005 14:30:47 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F048243D5C; Mon, 25 Apr 2005 14:30:46 +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 j3PEUiVN093262; Mon, 25 Apr 2005 07:30:44 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3PEUhLC093261; Mon, 25 Apr 2005 07:30:43 -0700 (PDT) (envelope-from obrien) Date: Mon, 25 Apr 2005 07:30:43 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050425143043.GA93171@dragon.NUXI.org> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> <20050424201534.GA74964@dragon.NUXI.org> <20050425050656.GA42466@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050425050656.GA42466@ip.net.ua> 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.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 14:30:47 -0000 On Mon, Apr 25, 2005 at 08:06:56AM +0300, Ruslan Ermilov wrote: > On Sun, Apr 24, 2005 at 01:15:34PM -0700, David O'Brien wrote: > > On Fri, Apr 22, 2005 at 05:42:50PM +0000, Ruslan Ermilov wrote: > > > ru 2005-04-22 17:42:50 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.sbin/config main.c > > > Log: > > > Ask that "make cleandepend" be run before "make depend", now that > > > we don't do this automatically. > > > > *sigh*. > > > > So now the steps are: > > make cleandepend > > make depend > > make > > > > That is just ridiculous. Computers are to automate tasks, not increase > > the effort for humans. Please back out the commits that require 'make > > cleandepend' in addition to 'make depend'. > > > No. You wanted (and others have agreed) that "make depend" should behave > similarly in kernel and userland builds, Yes. > i.e., to not redundantly rebuild > the .depend file every time "make depend" is run. Nope, not once did I say that. I wanted 'make modules-depend' to be as robust as 'make kernel-depend' was. > The steps are like above only when you do incremental builds AND use the > NO_CLEAN option. The trouble I ran into with modules building had nothing to do with 'NO_CLEAN' as I didn't use it. > Even that, the "cleandepend" will only be necessary in > rare cases, when problems that started this discussion arise (i.e., > header or source files disappear). If 'make depend' isn't 100% garenteed to work, we should make sure it 100% works. > If you need automation, use "make buildkernel", or stop using NO_CLEAN. I didn't use 'NO_CLEAN' for the kernel build, yet you keep bringing up that I am. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 14:52: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 9E7D416A4CE; Mon, 25 Apr 2005 14:52:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761CA43D31; Mon, 25 Apr 2005 14:52:13 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PEqDDG002882; Mon, 25 Apr 2005 14:52:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PEqDCD002881; Mon, 25 Apr 2005 14:52:13 GMT (envelope-from ume) Message-Id: <200504251452.j3PEqDCD002881@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 25 Apr 2005 14:52: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/lib/libc/net gethostbydns.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 14:52:13 -0000 ume 2005-04-25 14:52:13 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c Log: remove unused variable. Revision Changes Path 1.48 +1 -3 src/lib/libc/net/gethostbydns.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 15:12: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 7AB5A16A4CE; Mon, 25 Apr 2005 15:12:00 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C757843D49; Mon, 25 Apr 2005 15:11:58 +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 j3PFFebx051427; Mon, 25 Apr 2005 18:15:40 +0300 (EEST) (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 19363-11; Mon, 25 Apr 2005 18:11:55 +0300 (EEST) 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 j3PFFdQa051424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Apr 2005 18:15:40 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3PFC3fK045715; Mon, 25 Apr 2005 18:12:03 +0300 (EEST) (envelope-from ru) Date: Mon, 25 Apr 2005 18:12:03 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20050425151203.GA43724@ip.net.ua> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> <20050424201534.GA74964@dragon.NUXI.org> <20050425050656.GA42466@ip.net.ua> <20050425143043.GA93171@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <20050425143043.GA93171@dragon.NUXI.org> User-Agent: Mutt/1.5.9i 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/usr.sbin/config 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, 25 Apr 2005 15:12:00 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 25, 2005 at 07:30:43AM -0700, David O'Brien wrote: > If 'make depend' isn't 100% garenteed to work, we should make sure it > 100% works. >=20 I have a patch in the works that should solve this. I hope to post it later today (local time) for review. > > If you need automation, use "make buildkernel", or stop using NO_CLEAN. >=20 > I didn't use 'NO_CLEAN' for the kernel build, yet you keep bringing up > that I am. > =20 You don't listen then. Yes you didn't use the NO_CLEAN, but when you do "config FOO; cd ../compile/FOO; make depend; make" you effectively do NOT run "make clean" or "make cleandepend", that's why I keep saying NO_CLEAN. If you have used "make buildkernel" without NO_CLEAN you wouldn't have ran into this problem. In the above, NO_CLEAN means that NO "make clean" (or at a minimum "make cleandepend") was run. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCbQjDqRfpzJluFF4RAkaQAJ9OIglNAdV7+imXX8krmo96QW75wQCgmwuq n1qEBbDqO6Rki/9+kt2RtrQ= =iKBj -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-cvs-src@FreeBSD.ORG Mon Apr 25 15:21: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 817CE16A4CF; Mon, 25 Apr 2005 15:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5603A43D46; Mon, 25 Apr 2005 15:21:47 +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 j3PFLl69004735; Mon, 25 Apr 2005 15:21:47 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PFLlMl004734; Mon, 25 Apr 2005 15:21:47 GMT (envelope-from glebius) Message-Id: <200504251521.j3PFLlMl004734@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 25 Apr 2005 15:21: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/contrib/pf/net pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 15:21:47 -0000 glebius 2005-04-25 15:21:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net pf.c Log: MFC 1.28: Fix error in synproxy connection completion. Source and destination windows were confused, one instead of other. Approved by: re (kensmith) Revision Changes Path 1.18.2.9 +2 -2 src/sys/contrib/pf/net/pf.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 15:24: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 A221E16A4CE; Mon, 25 Apr 2005 15:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772BE43D48; Mon, 25 Apr 2005 15:24:30 +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 j3PFOUxV004823; Mon, 25 Apr 2005 15:24:30 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PFOUhp004822; Mon, 25 Apr 2005 15:24:30 GMT (envelope-from glebius) Message-Id: <200504251524.j3PFOUhp004822@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 25 Apr 2005 15:24:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/contrib/pf/net pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 15:24:30 -0000 glebius 2005-04-25 15:24:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/contrib/pf/net pf.c Log: MFC 1.28: Fix error in synproxy connection completion. Source and destination windows were confused, one instead of other. Approved by: re (kensmith) Revision Changes Path 1.18.2.7.2.2 +2 -2 src/sys/contrib/pf/net/pf.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 15:32: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 B20D016A4CE; Mon, 25 Apr 2005 15:32:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8836243D2D; Mon, 25 Apr 2005 15:32:59 +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 j3PFWx8F005189; Mon, 25 Apr 2005 15:32:59 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PFWxLM005188; Mon, 25 Apr 2005 15:32:59 GMT (envelope-from bmah) Message-Id: <200504251532.j3PFWxLM005188@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 25 Apr 2005 15:32: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/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, 25 Apr 2005 15:32:59 -0000 bmah 2005-04-25 15:32:59 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-05:05.cvs. MFCs noted: restore(8) of FreeBSD 1 images, syslog(8) expanded hostname specifications. Revision Changes Path 1.849 +9 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:04: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 2CBF616A4E5; Mon, 25 Apr 2005 17:04:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0239543D45; Mon, 25 Apr 2005 17:04:14 +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 j3PH4Dk5015526; Mon, 25 Apr 2005 17:04:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PH4Dpo015525; Mon, 25 Apr 2005 17:04:13 GMT (envelope-from glebius) Message-Id: <200504251704.j3PH4Dpo015525@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 25 Apr 2005 17:04: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/sys/netgraph ng_ksocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:04:14 -0000 glebius 2005-04-25 17:04:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_ksocket.c Log: MFC 1.53: Fix panics with misconfigured routing: - Backout previous revision, the check is useless. - Turn node to queue mode, since it is edge node. Approved by: re (kensmith) Revision Changes Path 1.46.2.5 +8 -6 src/sys/netgraph/ng_ksocket.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17: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 95C5916A4CE; Mon, 25 Apr 2005 17:15:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9AF243D39; Mon, 25 Apr 2005 17:15:13 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PHFDNQ016143; Mon, 25 Apr 2005 17:15:13 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHFDgv016142; Mon, 25 Apr 2005 17:15:13 GMT (envelope-from darrenr) Message-Id: <200504251715.j3PHFDgv016142@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 17:15:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:15:14 -0000 darrenr 2005-04-25 17:15:13 UTC FreeBSD src repository contrib/ipfilter - Imported sources Update of /home/ncvs/contrib/ipfilter In directory repoman.freebsd.org:/tmp/cvs-serv15966 Log Message: import ipf v4.1.8 into the vendor branch Status: Vendor Tag: DARRENR Release Tags: v4-1-8 N contrib/ipfilter/.cvsignore cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/.cvsignore,v: No such file or directory N contrib/ipfilter/BNF cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/BNF,v: No such file or directory N contrib/ipfilter/BugReport cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/BugReport,v: No such file or directory N contrib/ipfilter/FAQ.FreeBSD cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/FAQ.FreeBSD,v: No such file or directory N contrib/ipfilter/HISTORY cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/HISTORY,v: No such file or directory N contrib/ipfilter/IMPORTANT cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/IMPORTANT,v: No such file or directory N contrib/ipfilter/INST.FreeBSD-2.2 cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/INST.FreeBSD-2.2,v: No such file or directory N contrib/ipfilter/INSTALL.FreeBSD cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/INSTALL.FreeBSD,v: No such file or directory N contrib/ipfilter/INSTALL.xBSD cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/INSTALL.xBSD,v: No such file or directory N contrib/ipfilter/IPF.KANJI cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/IPF.KANJI,v: No such file or directory N contrib/ipfilter/IPFILTER.LICENCE cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/IPFILTER.LICENCE,v: No such file or directory N contrib/ipfilter/Makefile cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/Makefile,v: No such file or directory N contrib/ipfilter/NAT.FreeBSD cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/NAT.FreeBSD,v: No such file or directory N contrib/ipfilter/QNX_OCL.txt cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/QNX_OCL.txt,v: No such file or directory N contrib/ipfilter/README cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/README,v: No such file or directory N contrib/ipfilter/STYLE.TXT cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/STYLE.TXT,v: No such file or directory N contrib/ipfilter/WhatsNew40.txt cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/WhatsNew40.txt,v: No such file or directory N contrib/ipfilter/Y2K cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/Y2K,v: No such file or directory N contrib/ipfilter/bpf-ipf.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/bpf-ipf.h,v: No such file or directory N contrib/ipfilter/bpf_filter.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/bpf_filter.c,v: No such file or directory N contrib/ipfilter/bsdinstall cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/bsdinstall,v: No such file or directory N contrib/ipfilter/buildsunos cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/buildsunos,v: No such file or directory N contrib/ipfilter/fil.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/fil.c,v: No such file or directory N contrib/ipfilter/ip_auth.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_auth.c,v: No such file or directory N contrib/ipfilter/ip_auth.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_auth.h,v: No such file or directory N contrib/ipfilter/ip_compat.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_compat.h,v: No such file or directory N contrib/ipfilter/ip_fil.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_fil.c,v: No such file or directory N contrib/ipfilter/ip_fil.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_fil.h,v: No such file or directory N contrib/ipfilter/ip_fil_freebsd.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_fil_freebsd.c,v: No such file or directory N contrib/ipfilter/ipf.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ipf.h,v: No such file or directory N contrib/ipfilter/ip_frag.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_frag.c,v: No such file or directory N contrib/ipfilter/ip_frag.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_frag.h,v: No such file or directory N contrib/ipfilter/ip_ftp_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_ftp_pxy.c,v: No such file or directory N contrib/ipfilter/ip_h323_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_h323_pxy.c,v: No such file or directory N contrib/ipfilter/ip_htable.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_htable.c,v: No such file or directory N contrib/ipfilter/ip_htable.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_htable.h,v: No such file or directory N contrib/ipfilter/ip_ipsec_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_ipsec_pxy.c,v: No such file or directory N contrib/ipfilter/ip_irc_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_irc_pxy.c,v: No such file or directory N contrib/ipfilter/ip_log.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_log.c,v: No such file or directory N contrib/ipfilter/ip_lookup.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_lookup.c,v: No such file or directory N contrib/ipfilter/ip_lookup.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_lookup.h,v: No such file or directory N contrib/ipfilter/ip_msnrpc_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_msnrpc_pxy.c,v: No such file or directory N contrib/ipfilter/ip_nat.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_nat.c,v: No such file or directory N contrib/ipfilter/ip_nat.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_nat.h,v: No such file or directory N contrib/ipfilter/ip_netbios_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_netbios_pxy.c,v: No such file or directory N contrib/ipfilter/ip_pool.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_pool.c,v: No such file or directory N contrib/ipfilter/ip_pool.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_pool.h,v: No such file or directory N contrib/ipfilter/ip_pptp_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_pptp_pxy.c,v: No such file or directory N contrib/ipfilter/ipl.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ipl.h,v: No such file or directory N contrib/ipfilter/ip_proxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_proxy.c,v: No such file or directory N contrib/ipfilter/ip_proxy.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_proxy.h,v: No such file or directory N contrib/ipfilter/ip_raudio_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_raudio_pxy.c,v: No such file or directory N contrib/ipfilter/ip_rcmd_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_rcmd_pxy.c,v: No such file or directory N contrib/ipfilter/ip_rpcb_pxy.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_rpcb_pxy.c,v: No such file or directory N contrib/ipfilter/ip_scan.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_scan.c,v: No such file or directory N contrib/ipfilter/ip_scan.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_scan.h,v: No such file or directory N contrib/ipfilter/ip_state.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_state.c,v: No such file or directory N contrib/ipfilter/ip_state.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_state.h,v: No such file or directory N contrib/ipfilter/ip_sync.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_sync.c,v: No such file or directory N contrib/ipfilter/ip_sync.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ip_sync.h,v: No such file or directory N contrib/ipfilter/ipmon.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ipmon.h,v: No such file or directory N contrib/ipfilter/ipt.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/ipt.h,v: No such file or directory N contrib/ipfilter/kmem.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/kmem.h,v: No such file or directory N contrib/ipfilter/md5.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/md5.c,v: No such file or directory N contrib/ipfilter/md5.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/md5.h,v: No such file or directory N contrib/ipfilter/mkfilters cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/mkfilters,v: No such file or directory N contrib/ipfilter/mlf_ipl.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/mlf_ipl.c,v: No such file or directory N contrib/ipfilter/mlf_rule.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/mlf_rule.c,v: No such file or directory N contrib/ipfilter/mlfk_ipl.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/mlfk_ipl.c,v: No such file or directory N contrib/ipfilter/mlfk_rule.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/mlfk_rule.c,v: No such file or directory N contrib/ipfilter/mlh_rule.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/mlh_rule.c,v: No such file or directory N contrib/ipfilter/opts.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/opts.h,v: No such file or directory N contrib/ipfilter/pcap-ipf.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/pcap-ipf.h,v: No such file or directory N contrib/ipfilter/radix.c cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/radix.c,v: No such file or directory N contrib/ipfilter/radix_ipf.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/radix_ipf.h,v: No such file or directory N contrib/ipfilter/snoop.h cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/snoop.h,v: No such file or directory N contrib/ipfilter/todo cvs: ERROR: cannot write file /home/ncvs/contrib/ipfilter/todo,v: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/BSD -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/FWTK -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/FreeBSD -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/FreeBSD-2.2 -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/FreeBSD-3 -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/FreeBSD-4.0 -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/etc -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/iplang -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/ipsd -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/ipsend -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/l4check -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/lib -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/man -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/net -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/perl -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/rules -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/samples -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/test -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/ipfilter/tools -- not added: No such file or directory No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:20: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 DF4E916A4CE; Mon, 25 Apr 2005 17:20:19 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860C643D49; Mon, 25 Apr 2005 17:20:19 +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; 25 Apr 2005 10:20:19 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j3PHKJxd017136; Mon, 25 Apr 2005 10:20:19 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j3PHKI1i017135; Mon, 25 Apr 2005 10:20:18 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200504251720.j3PHKI1i017135@ambrisko.com> In-Reply-To: <426BDC76.9020106@locore.ca> To: Jake Burkholder Date: Mon, 25 Apr 2005 10:20:18 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Doug Ambrisko cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:20:20 -0000 Jake Burkholder writes: | Doug Ambrisko wrote: | >ambrisko 2005-04-20 23:51:32 UTC | > | > FreeBSD src repository | > | > Modified files: (Branch: RELENG_4) | > sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c | > Log: | > Add in Promise and Intel SATA support based on FreeBSD 5.X ATAng. | > This gets the HW to work but not to deal with SATA errors. So if | > the drive has a read error it will probably lock up. This is | > a small subset of my patches that do deal with these errors and | > other issues in FreeBSD and ata-raid. | > | > Sponsored by: IronPort Systems | > | > Revision Changes Path | > 1.50.2.49 +168 -36 src/sys/dev/ata/ata-all.c | > 1.26.2.15 +166 -13 src/sys/dev/ata/ata-all.h | > 1.35.2.39 +95 -17 src/sys/dev/ata/ata-dma.c | > 1.32.2.22 +164 -18 src/sys/dev/ata/ata-pci.c | | FWIW I get lockups after 10 or 15 minutes moderate disk load with these | changes, no messages on the console or anything, just stops. First time | was during 'make index' on the ports tree, second time was during | 'portinstall -p p5-xmltv'. I backed up src/sys/dev/ata to '2004/04/20 | 00:00:00' and it hasn't happened again, the machine had been up around | 130 days before this with no problems, running 4-STABLE from october | 4th. Its a via epia m10000 motherboard with a 200GB seagate ATA100 | disk, headless nfs server and gateway for a bunch of diskless machines | so its hard to get at the console or take it down for testing. dmesg is | attached. Thanks for the information. I'll look to see if something else slipped in this merge. If I can't find anything then I'll revert it. Doug A. From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:24: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 C5A3516A4CE; Mon, 25 Apr 2005 17:24:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 832AB43D5C; Mon, 25 Apr 2005 17:24:36 +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 j3PHOa9L016465; Mon, 25 Apr 2005 17:24:36 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHOaS9016464; Mon, 25 Apr 2005 17:24:36 GMT (envelope-from glebius) Message-Id: <200504251724.j3PHOaS9016464@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 25 Apr 2005 17:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/netgraph ng_ksocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:24:37 -0000 glebius 2005-04-25 17:24:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/netgraph ng_ksocket.c Log: MFC 1.53: Fix panics with misconfigured routing: - Backout previous revision, the check is useless. - Turn node to queue mode, since it is edge node. Approved by: re (kensmith) Revision Changes Path 1.46.2.4.2.1 +8 -6 src/sys/netgraph/ng_ksocket.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:27: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 3E61416A4CE; Mon, 25 Apr 2005 17:27:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A84D43D39; Mon, 25 Apr 2005 17:27:16 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PHRGed016580; Mon, 25 Apr 2005 17:27:16 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHRGxD016579; Mon, 25 Apr 2005 17:27:16 GMT (envelope-from darrenr) Message-Id: <200504251727.j3PHRGxD016579@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 17:27:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: usr/src/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:27:17 -0000 darrenr 2005-04-25 17:27:16 UTC FreeBSD src repository usr/src/contrib/ipfilter - Imported sources Update of /home/ncvs/usr/src/contrib/ipfilter In directory repoman.freebsd.org:/tmp/cvs-serv16542 Log Message: import ipfilter 4.1.8 into the vendor branch Status: Vendor Tag: DARRENR Release Tags: v4-1-8 N usr/src/contrib/ipfilter/.cvsignore cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/.cvsignore,v: No such file or directory N usr/src/contrib/ipfilter/BNF cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/BNF,v: No such file or directory N usr/src/contrib/ipfilter/BugReport cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/BugReport,v: No such file or directory N usr/src/contrib/ipfilter/FAQ.FreeBSD cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/FAQ.FreeBSD,v: No such file or directory N usr/src/contrib/ipfilter/HISTORY cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/HISTORY,v: No such file or directory N usr/src/contrib/ipfilter/IMPORTANT cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/IMPORTANT,v: No such file or directory N usr/src/contrib/ipfilter/INST.FreeBSD-2.2 cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/INST.FreeBSD-2.2,v: No such file or directory N usr/src/contrib/ipfilter/INSTALL.FreeBSD cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/INSTALL.FreeBSD,v: No such file or directory N usr/src/contrib/ipfilter/INSTALL.xBSD cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/INSTALL.xBSD,v: No such file or directory N usr/src/contrib/ipfilter/IPF.KANJI cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/IPF.KANJI,v: No such file or directory N usr/src/contrib/ipfilter/IPFILTER.LICENCE cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/IPFILTER.LICENCE,v: No such file or directory N usr/src/contrib/ipfilter/Makefile cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/Makefile,v: No such file or directory N usr/src/contrib/ipfilter/NAT.FreeBSD cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/NAT.FreeBSD,v: No such file or directory N usr/src/contrib/ipfilter/QNX_OCL.txt cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/QNX_OCL.txt,v: No such file or directory N usr/src/contrib/ipfilter/README cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/README,v: No such file or directory N usr/src/contrib/ipfilter/STYLE.TXT cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/STYLE.TXT,v: No such file or directory N usr/src/contrib/ipfilter/WhatsNew40.txt cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/WhatsNew40.txt,v: No such file or directory N usr/src/contrib/ipfilter/Y2K cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/Y2K,v: No such file or directory N usr/src/contrib/ipfilter/bpf-ipf.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/bpf-ipf.h,v: No such file or directory N usr/src/contrib/ipfilter/bpf_filter.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/bpf_filter.c,v: No such file or directory N usr/src/contrib/ipfilter/bsdinstall cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/bsdinstall,v: No such file or directory N usr/src/contrib/ipfilter/buildsunos cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/buildsunos,v: No such file or directory N usr/src/contrib/ipfilter/fil.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/fil.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_auth.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_auth.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_auth.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_auth.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_compat.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_compat.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_fil.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_fil.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_fil.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_fil.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_fil_freebsd.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_fil_freebsd.c,v: No such file or directory N usr/src/contrib/ipfilter/ipf.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ipf.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_frag.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_frag.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_frag.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_frag.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_ftp_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_ftp_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_h323_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_h323_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_htable.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_htable.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_htable.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_htable.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_ipsec_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_ipsec_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_irc_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_irc_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_log.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_log.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_lookup.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_lookup.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_lookup.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_lookup.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_msnrpc_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_msnrpc_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_nat.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_nat.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_nat.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_nat.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_netbios_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_netbios_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_pool.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_pool.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_pool.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_pool.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_pptp_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_pptp_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ipl.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ipl.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_proxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_proxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_proxy.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_proxy.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_raudio_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_raudio_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_rcmd_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_rcmd_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_rpcb_pxy.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_rpcb_pxy.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_scan.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_scan.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_scan.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_scan.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_state.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_state.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_state.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_state.h,v: No such file or directory N usr/src/contrib/ipfilter/ip_sync.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_sync.c,v: No such file or directory N usr/src/contrib/ipfilter/ip_sync.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ip_sync.h,v: No such file or directory N usr/src/contrib/ipfilter/ipmon.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ipmon.h,v: No such file or directory N usr/src/contrib/ipfilter/ipt.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/ipt.h,v: No such file or directory N usr/src/contrib/ipfilter/kmem.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/kmem.h,v: No such file or directory N usr/src/contrib/ipfilter/typescript cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/typescript,v: No such file or directory N usr/src/contrib/ipfilter/md5.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/md5.c,v: No such file or directory N usr/src/contrib/ipfilter/md5.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/md5.h,v: No such file or directory N usr/src/contrib/ipfilter/mkfilters cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/mkfilters,v: No such file or directory N usr/src/contrib/ipfilter/mlf_ipl.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/mlf_ipl.c,v: No such file or directory N usr/src/contrib/ipfilter/mlf_rule.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/mlf_rule.c,v: No such file or directory N usr/src/contrib/ipfilter/mlfk_ipl.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/mlfk_ipl.c,v: No such file or directory N usr/src/contrib/ipfilter/mlfk_rule.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/mlfk_rule.c,v: No such file or directory N usr/src/contrib/ipfilter/mlh_rule.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/mlh_rule.c,v: No such file or directory N usr/src/contrib/ipfilter/opts.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/opts.h,v: No such file or directory N usr/src/contrib/ipfilter/pcap-ipf.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/pcap-ipf.h,v: No such file or directory N usr/src/contrib/ipfilter/radix.c cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/radix.c,v: No such file or directory N usr/src/contrib/ipfilter/radix_ipf.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/radix_ipf.h,v: No such file or directory N usr/src/contrib/ipfilter/snoop.h cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/snoop.h,v: No such file or directory N usr/src/contrib/ipfilter/todo cvs: ERROR: cannot write file /home/ncvs/usr/src/contrib/ipfilter/todo,v: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/BSD -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/FWTK -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/FreeBSD -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/FreeBSD-2.2 -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/FreeBSD-3 -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/FreeBSD-4.0 -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/etc -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/iplang -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/ipsd -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/ipsend -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/l4check -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/lib -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/man -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/net -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/perl -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/rules -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/samples -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/test -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/usr/src/contrib/ipfilter/tools -- not added: No such file or directory No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:31: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 B897716A4CE; Mon, 25 Apr 2005 17:31:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD1543D46; Mon, 25 Apr 2005 17:31:53 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PHVrBQ016814; Mon, 25 Apr 2005 17:31:53 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHVrnA016813; Mon, 25 Apr 2005 17:31:53 GMT (envelope-from darrenr) Message-Id: <200504251731.j3PHVrnA016813@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 17:31:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: src/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:31:53 -0000 darrenr 2005-04-25 17:31:52 UTC FreeBSD src repository src/contrib/ipfilter - Imported sources Update of /home/ncvs/src/contrib/ipfilter In directory repoman.freebsd.org:/tmp/cvs-serv16701 Log Message: import ipfilter 4.1.8 into the vendor branch Status: Vendor Tag: DARRENR Release Tags: v4-1-8 N src/contrib/ipfilter/.cvsignore U src/contrib/ipfilter/BNF U src/contrib/ipfilter/BugReport U src/contrib/ipfilter/FAQ.FreeBSD U src/contrib/ipfilter/HISTORY U src/contrib/ipfilter/IMPORTANT U src/contrib/ipfilter/INST.FreeBSD-2.2 U src/contrib/ipfilter/INSTALL.FreeBSD U src/contrib/ipfilter/INSTALL.xBSD U src/contrib/ipfilter/IPF.KANJI U src/contrib/ipfilter/IPFILTER.LICENCE C src/contrib/ipfilter/Makefile U src/contrib/ipfilter/NAT.FreeBSD U src/contrib/ipfilter/QNX_OCL.txt U src/contrib/ipfilter/README N src/contrib/ipfilter/STYLE.TXT N src/contrib/ipfilter/WhatsNew40.txt U src/contrib/ipfilter/Y2K N src/contrib/ipfilter/bpf-ipf.h N src/contrib/ipfilter/bpf_filter.c U src/contrib/ipfilter/bsdinstall C src/contrib/ipfilter/buildsunos C src/contrib/ipfilter/fil.c C src/contrib/ipfilter/ip_auth.c C src/contrib/ipfilter/ip_auth.h C src/contrib/ipfilter/ip_compat.h C src/contrib/ipfilter/ip_fil.c C src/contrib/ipfilter/ip_fil.h N src/contrib/ipfilter/ip_fil_freebsd.c U src/contrib/ipfilter/ipf.h C src/contrib/ipfilter/ip_frag.c C src/contrib/ipfilter/ip_frag.h C src/contrib/ipfilter/ip_ftp_pxy.c C src/contrib/ipfilter/ip_h323_pxy.c N src/contrib/ipfilter/ip_htable.c N src/contrib/ipfilter/ip_htable.h C src/contrib/ipfilter/ip_ipsec_pxy.c N src/contrib/ipfilter/ip_irc_pxy.c C src/contrib/ipfilter/ip_log.c N src/contrib/ipfilter/ip_lookup.c N src/contrib/ipfilter/ip_lookup.h N src/contrib/ipfilter/ip_msnrpc_pxy.c C src/contrib/ipfilter/ip_nat.c C src/contrib/ipfilter/ip_nat.h C src/contrib/ipfilter/ip_netbios_pxy.c N src/contrib/ipfilter/ip_pool.c N src/contrib/ipfilter/ip_pool.h N src/contrib/ipfilter/ip_pptp_pxy.c C src/contrib/ipfilter/ipl.h C src/contrib/ipfilter/ip_proxy.c C src/contrib/ipfilter/ip_proxy.h C src/contrib/ipfilter/ip_raudio_pxy.c C src/contrib/ipfilter/ip_rcmd_pxy.c N src/contrib/ipfilter/ip_rpcb_pxy.c N src/contrib/ipfilter/ip_scan.c N src/contrib/ipfilter/ip_scan.h C src/contrib/ipfilter/ip_state.c C src/contrib/ipfilter/ip_state.h N src/contrib/ipfilter/ip_sync.c N src/contrib/ipfilter/ip_sync.h N src/contrib/ipfilter/ipmon.h U src/contrib/ipfilter/ipt.h U src/contrib/ipfilter/kmem.h N src/contrib/ipfilter/typescript N src/contrib/ipfilter/md5.c N src/contrib/ipfilter/md5.h U src/contrib/ipfilter/mkfilters U src/contrib/ipfilter/mlf_ipl.c N src/contrib/ipfilter/mlf_rule.c C src/contrib/ipfilter/mlfk_ipl.c N src/contrib/ipfilter/mlfk_rule.c N src/contrib/ipfilter/mlh_rule.c N src/contrib/ipfilter/opts.h N src/contrib/ipfilter/pcap-ipf.h N src/contrib/ipfilter/radix.c N src/contrib/ipfilter/radix_ipf.h U src/contrib/ipfilter/snoop.h U src/contrib/ipfilter/todo N src/contrib/ipfilter/BSD/.cvsignore U src/contrib/ipfilter/BSD/Makefile U src/contrib/ipfilter/BSD/Makefile.ipsend U src/contrib/ipfilter/BSD/kupgrade U src/contrib/ipfilter/BSD/make-devices U src/contrib/ipfilter/FWTK/Index U src/contrib/ipfilter/FWTK/README U src/contrib/ipfilter/FWTK/README.ipfilter U src/contrib/ipfilter/FWTK/ftp-gw.diff U src/contrib/ipfilter/FWTK/fwtk_transparent.diff U src/contrib/ipfilter/FWTK/fwtkp U src/contrib/ipfilter/FreeBSD/conf.c.diffs U src/contrib/ipfilter/FreeBSD/files.diffs U src/contrib/ipfilter/FreeBSD/files.newconf.diffs U src/contrib/ipfilter/FreeBSD/files.oldconf.diffs U src/contrib/ipfilter/FreeBSD/filez.diffs U src/contrib/ipfilter/FreeBSD/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD/kinstall U src/contrib/ipfilter/FreeBSD/minstall U src/contrib/ipfilter/FreeBSD/unkinstall U src/contrib/ipfilter/FreeBSD/unminstall U src/contrib/ipfilter/FreeBSD-2.2/files.diffs U src/contrib/ipfilter/FreeBSD-2.2/files.newconf.diffs U src/contrib/ipfilter/FreeBSD-2.2/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/kinstall U src/contrib/ipfilter/FreeBSD-2.2/minstall U src/contrib/ipfilter/FreeBSD-2.2/unkinstall U src/contrib/ipfilter/FreeBSD-2.2/unminstall U src/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3 U src/contrib/ipfilter/FreeBSD-3/kinstall U src/contrib/ipfilter/FreeBSD-3/unkinstall U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 N src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 U src/contrib/ipfilter/FreeBSD-4.0/kinstall U src/contrib/ipfilter/FreeBSD-4.0/unkinstall U src/contrib/ipfilter/etc/protocols U src/contrib/ipfilter/etc/services N src/contrib/ipfilter/iplang/.cvsignore U src/contrib/ipfilter/iplang/BNF U src/contrib/ipfilter/iplang/Makefile U src/contrib/ipfilter/iplang/iplang.h U src/contrib/ipfilter/iplang/iplang.tst U src/contrib/ipfilter/iplang/iplang_l.l C src/contrib/ipfilter/iplang/iplang_y.y U src/contrib/ipfilter/ipsd/Makefile U src/contrib/ipfilter/ipsd/README U src/contrib/ipfilter/ipsd/ipsd.c U src/contrib/ipfilter/ipsd/ipsd.h U src/contrib/ipfilter/ipsd/ipsdr.c U src/contrib/ipfilter/ipsd/linux.h U src/contrib/ipfilter/ipsd/sbpf.c U src/contrib/ipfilter/ipsd/sdlpi.c U src/contrib/ipfilter/ipsd/slinux.c U src/contrib/ipfilter/ipsd/snit.c U src/contrib/ipfilter/ipsd/Celler/ip_compat.h N src/contrib/ipfilter/ipsend/.cvsignore U src/contrib/ipfilter/ipsend/44arp.c U src/contrib/ipfilter/ipsend/Crashable U src/contrib/ipfilter/ipsend/Makefile U src/contrib/ipfilter/ipsend/README U src/contrib/ipfilter/ipsend/arp.c U src/contrib/ipfilter/ipsend/dlcommon.c U src/contrib/ipfilter/ipsend/dltest.h U src/contrib/ipfilter/ipsend/hpux.c U src/contrib/ipfilter/ipsend/in_var.h U src/contrib/ipfilter/ipsend/ip.c U src/contrib/ipfilter/ipsend/ip_var.h U src/contrib/ipfilter/ipsend/ipresend.1 U src/contrib/ipfilter/ipsend/ipresend.c U src/contrib/ipfilter/ipsend/ipsend.1 C src/contrib/ipfilter/ipsend/ipsend.5 C src/contrib/ipfilter/ipsend/ipsend.c U src/contrib/ipfilter/ipsend/ipsend.h U src/contrib/ipfilter/ipsend/ipsopt.c C src/contrib/ipfilter/ipsend/iptest.1 U src/contrib/ipfilter/ipsend/iptest.c C src/contrib/ipfilter/ipsend/iptests.c U src/contrib/ipfilter/ipsend/larp.c U src/contrib/ipfilter/ipsend/linux.h U src/contrib/ipfilter/ipsend/lsock.c U src/contrib/ipfilter/ipsend/resend.c C src/contrib/ipfilter/ipsend/sbpf.c U src/contrib/ipfilter/ipsend/sdlpi.c U src/contrib/ipfilter/ipsend/sirix.c U src/contrib/ipfilter/ipsend/slinux.c U src/contrib/ipfilter/ipsend/snit.c C src/contrib/ipfilter/ipsend/sock.c N src/contrib/ipfilter/ipsend/sockraw.c U src/contrib/ipfilter/ipsend/tcpip.h U src/contrib/ipfilter/ipsend/.OLD/ip_compat.h U src/contrib/ipfilter/l4check/Makefile U src/contrib/ipfilter/l4check/http.check U src/contrib/ipfilter/l4check/http.ok U src/contrib/ipfilter/l4check/l4check.c U src/contrib/ipfilter/l4check/l4check.conf N src/contrib/ipfilter/lib/Makefile N src/contrib/ipfilter/lib/addicmp.c N src/contrib/ipfilter/lib/addipopt.c N src/contrib/ipfilter/lib/addkeep.c N src/contrib/ipfilter/lib/bcopywrap.c N src/contrib/ipfilter/lib/binprint.c N src/contrib/ipfilter/lib/buildopts.c N src/contrib/ipfilter/lib/checkrev.c N src/contrib/ipfilter/lib/count4bits.c N src/contrib/ipfilter/lib/count6bits.c N src/contrib/ipfilter/lib/debug.c N src/contrib/ipfilter/lib/extras.c N src/contrib/ipfilter/lib/facpri.c N src/contrib/ipfilter/lib/facpri.h N src/contrib/ipfilter/lib/fill6bits.c N src/contrib/ipfilter/lib/flags.c N src/contrib/ipfilter/lib/genmask.c N src/contrib/ipfilter/lib/gethost.c N src/contrib/ipfilter/lib/getifname.c N src/contrib/ipfilter/lib/getline.c N src/contrib/ipfilter/lib/getnattype.c N src/contrib/ipfilter/lib/getport.c N src/contrib/ipfilter/lib/getportproto.c N src/contrib/ipfilter/lib/getproto.c N src/contrib/ipfilter/lib/getsumd.c N src/contrib/ipfilter/lib/hexdump.c N src/contrib/ipfilter/lib/hostmask.c N src/contrib/ipfilter/lib/hostname.c N src/contrib/ipfilter/lib/hostnum.c N src/contrib/ipfilter/lib/icmpcode.c N src/contrib/ipfilter/lib/inet_addr.c N src/contrib/ipfilter/lib/initparse.c N src/contrib/ipfilter/lib/ionames.c N src/contrib/ipfilter/lib/ipf_dotuning.c N src/contrib/ipfilter/lib/ipft_ef.c N src/contrib/ipfilter/lib/ipft_hx.c N src/contrib/ipfilter/lib/ipft_pc.c N src/contrib/ipfilter/lib/ipft_sn.c N src/contrib/ipfilter/lib/ipft_td.c N src/contrib/ipfilter/lib/ipft_tx.c N src/contrib/ipfilter/lib/ipoptsec.c N src/contrib/ipfilter/lib/kmem.c N src/contrib/ipfilter/lib/kmem.h N src/contrib/ipfilter/lib/kmemcpywrap.c N src/contrib/ipfilter/lib/kvatoname.c N src/contrib/ipfilter/lib/load_hash.c N src/contrib/ipfilter/lib/load_hashnode.c N src/contrib/ipfilter/lib/load_pool.c N src/contrib/ipfilter/lib/load_poolnode.c N src/contrib/ipfilter/lib/loglevel.c N src/contrib/ipfilter/lib/make_range.c N src/contrib/ipfilter/lib/mutex_emul.c N src/contrib/ipfilter/lib/nametokva.c N src/contrib/ipfilter/lib/nat_setgroupmap.c N src/contrib/ipfilter/lib/natparse.c N src/contrib/ipfilter/lib/ntomask.c N src/contrib/ipfilter/lib/optname.c N src/contrib/ipfilter/lib/optprint.c N src/contrib/ipfilter/lib/optprintv6.c N src/contrib/ipfilter/lib/optvalue.c N src/contrib/ipfilter/lib/parse.c N src/contrib/ipfilter/lib/portname.c N src/contrib/ipfilter/lib/portnum.c N src/contrib/ipfilter/lib/ports.c N src/contrib/ipfilter/lib/print_toif.c N src/contrib/ipfilter/lib/printactivenat.c N src/contrib/ipfilter/lib/printaps.c N src/contrib/ipfilter/lib/printbuf.c N src/contrib/ipfilter/lib/printfr.c N src/contrib/ipfilter/lib/printfraginfo.c N src/contrib/ipfilter/lib/printhash.c N src/contrib/ipfilter/lib/printip.c N src/contrib/ipfilter/lib/printhashnode.c N src/contrib/ipfilter/lib/printhostmap.c N src/contrib/ipfilter/lib/printhostmask.c N src/contrib/ipfilter/lib/printifname.c N src/contrib/ipfilter/lib/printlog.c N src/contrib/ipfilter/lib/printmask.c N src/contrib/ipfilter/lib/printnat.c N src/contrib/ipfilter/lib/printpacket.c N src/contrib/ipfilter/lib/printpacket6.c N src/contrib/ipfilter/lib/printpool.c N src/contrib/ipfilter/lib/printpoolnode.c N src/contrib/ipfilter/lib/printportcmp.c N src/contrib/ipfilter/lib/printsbuf.c N src/contrib/ipfilter/lib/printstate.c N src/contrib/ipfilter/lib/printtunable.c N src/contrib/ipfilter/lib/ratoi.c N src/contrib/ipfilter/lib/ratoui.c N src/contrib/ipfilter/lib/remove_hash.c N src/contrib/ipfilter/lib/remove_hashnode.c N src/contrib/ipfilter/lib/remove_pool.c N src/contrib/ipfilter/lib/remove_poolnode.c N src/contrib/ipfilter/lib/resetlexer.c N src/contrib/ipfilter/lib/rwlock_emul.c N src/contrib/ipfilter/lib/tcp_flags.c N src/contrib/ipfilter/lib/tcpflags.c N src/contrib/ipfilter/lib/tcpoptnames.c N src/contrib/ipfilter/lib/to_interface.c N src/contrib/ipfilter/lib/v6ionames.c N src/contrib/ipfilter/lib/v6optvalue.c N src/contrib/ipfilter/lib/var.c N src/contrib/ipfilter/lib/verbose.c U src/contrib/ipfilter/man/Makefile C src/contrib/ipfilter/man/ipf.4 C src/contrib/ipfilter/man/ipf.5 C src/contrib/ipfilter/man/ipf.8 N src/contrib/ipfilter/man/ipfilter.4 N src/contrib/ipfilter/man/ipfilter.4.mandoc C src/contrib/ipfilter/man/ipfilter.5 U src/contrib/ipfilter/man/ipfs.8 C src/contrib/ipfilter/man/ipfstat.8 C src/contrib/ipfilter/man/ipftest.1 U src/contrib/ipfilter/man/ipl.4 N src/contrib/ipfilter/man/ipmon.5 C src/contrib/ipfilter/man/ipmon.8 C src/contrib/ipfilter/man/ipnat.4 U src/contrib/ipfilter/man/ipnat.5 U src/contrib/ipfilter/man/ipnat.8 N src/contrib/ipfilter/man/ippool.5 N src/contrib/ipfilter/man/ippool.8 N src/contrib/ipfilter/man/ipscan.5 N src/contrib/ipfilter/man/ipscan.8 U src/contrib/ipfilter/man/mkfilters.1 N src/contrib/ipfilter/net/.cvsignore U src/contrib/ipfilter/perl/Ipfanaly.pl U src/contrib/ipfilter/perl/Isbgraph U src/contrib/ipfilter/perl/LICENSE U src/contrib/ipfilter/perl/Services U src/contrib/ipfilter/perl/ipf-mrtg.pl N src/contrib/ipfilter/perl/ipfmeta.pl U src/contrib/ipfilter/perl/logfilter.pl U src/contrib/ipfilter/perl/plog N src/contrib/ipfilter/rules/.cvsignore U src/contrib/ipfilter/rules/BASIC.NAT U src/contrib/ipfilter/rules/BASIC_1.FW U src/contrib/ipfilter/rules/BASIC_2.FW U src/contrib/ipfilter/rules/example.1 U src/contrib/ipfilter/rules/example.10 U src/contrib/ipfilter/rules/example.11 U src/contrib/ipfilter/rules/example.12 U src/contrib/ipfilter/rules/example.13 U src/contrib/ipfilter/rules/example.2 U src/contrib/ipfilter/rules/example.3 U src/contrib/ipfilter/rules/example.4 U src/contrib/ipfilter/rules/example.5 U src/contrib/ipfilter/rules/example.6 U src/contrib/ipfilter/rules/example.7 U src/contrib/ipfilter/rules/example.8 U src/contrib/ipfilter/rules/example.9 U src/contrib/ipfilter/rules/example.sr U src/contrib/ipfilter/rules/firewall U src/contrib/ipfilter/rules/ftp-proxy U src/contrib/ipfilter/rules/ftppxy N src/contrib/ipfilter/rules/ip_rules N src/contrib/ipfilter/rules/ipmon.conf U src/contrib/ipfilter/rules/nat-setup U src/contrib/ipfilter/rules/nat.eg N src/contrib/ipfilter/rules/pool.conf U src/contrib/ipfilter/rules/server U src/contrib/ipfilter/rules/tcpstate N src/contrib/ipfilter/samples/.cvsignore U src/contrib/ipfilter/samples/Makefile U src/contrib/ipfilter/samples/ipfilter-pb.gif U src/contrib/ipfilter/samples/proxy.c N src/contrib/ipfilter/samples/relay.c U src/contrib/ipfilter/samples/userauth.c N src/contrib/ipfilter/test/.cvsignore U src/contrib/ipfilter/test/Makefile U src/contrib/ipfilter/test/README.TXT N src/contrib/ipfilter/test/bpftest U src/contrib/ipfilter/test/dotest U src/contrib/ipfilter/test/dotest6 U src/contrib/ipfilter/test/hextest U src/contrib/ipfilter/test/intest N src/contrib/ipfilter/test/iptest U src/contrib/ipfilter/test/itest C src/contrib/ipfilter/test/logtest U src/contrib/ipfilter/test/mhtest U src/contrib/ipfilter/test/mtest U src/contrib/ipfilter/test/natipftest U src/contrib/ipfilter/test/nattest N src/contrib/ipfilter/test/ptest N src/contrib/ipfilter/test/test.format U src/contrib/ipfilter/test/vfycksum.pl N src/contrib/ipfilter/test/expected/bpf-f1 N src/contrib/ipfilter/test/expected/bpf1 U src/contrib/ipfilter/test/expected/f1 U src/contrib/ipfilter/test/expected/f10 U src/contrib/ipfilter/test/expected/f11 U src/contrib/ipfilter/test/expected/f12 U src/contrib/ipfilter/test/expected/f13 U src/contrib/ipfilter/test/expected/f14 U src/contrib/ipfilter/test/expected/f15 U src/contrib/ipfilter/test/expected/f16 U src/contrib/ipfilter/test/expected/f17 U src/contrib/ipfilter/test/expected/f2 U src/contrib/ipfilter/test/expected/f3 U src/contrib/ipfilter/test/expected/f4 U src/contrib/ipfilter/test/expected/f5 U src/contrib/ipfilter/test/expected/f6 U src/contrib/ipfilter/test/expected/f7 U src/contrib/ipfilter/test/expected/f8 U src/contrib/ipfilter/test/expected/f9 U src/contrib/ipfilter/test/expected/i1 U src/contrib/ipfilter/test/expected/i10 U src/contrib/ipfilter/test/expected/i11 U src/contrib/ipfilter/test/expected/i12 N src/contrib/ipfilter/test/expected/i13 N src/contrib/ipfilter/test/expected/i14 N src/contrib/ipfilter/test/expected/i15 U src/contrib/ipfilter/test/expected/i2 U src/contrib/ipfilter/test/expected/i3 U src/contrib/ipfilter/test/expected/i4 U src/contrib/ipfilter/test/expected/i5 U src/contrib/ipfilter/test/expected/i6 U src/contrib/ipfilter/test/expected/i7 U src/contrib/ipfilter/test/expected/i8 U src/contrib/ipfilter/test/expected/i9 U src/contrib/ipfilter/test/expected/in1 U src/contrib/ipfilter/test/expected/in2 U src/contrib/ipfilter/test/expected/in3 U src/contrib/ipfilter/test/expected/in4 N src/contrib/ipfilter/test/expected/in5 N src/contrib/ipfilter/test/expected/in6 N src/contrib/ipfilter/test/expected/ip1 U src/contrib/ipfilter/test/expected/ipv6.1 U src/contrib/ipfilter/test/expected/ipv6.2 U src/contrib/ipfilter/test/expected/ipv6.3 U src/contrib/ipfilter/test/expected/l1 U src/contrib/ipfilter/test/expected/l1.b U src/contrib/ipfilter/test/expected/n1 N src/contrib/ipfilter/test/expected/n10 N src/contrib/ipfilter/test/expected/n11 N src/contrib/ipfilter/test/expected/n12 U src/contrib/ipfilter/test/expected/n2 U src/contrib/ipfilter/test/expected/n3 U src/contrib/ipfilter/test/expected/n4 U src/contrib/ipfilter/test/expected/n5 U src/contrib/ipfilter/test/expected/n6 U src/contrib/ipfilter/test/expected/n7 N src/contrib/ipfilter/test/expected/n8 N src/contrib/ipfilter/test/expected/n9 U src/contrib/ipfilter/test/expected/ni1 U src/contrib/ipfilter/test/expected/ni10 U src/contrib/ipfilter/test/expected/ni11 N src/contrib/ipfilter/test/expected/ni12 N src/contrib/ipfilter/test/expected/ni13 N src/contrib/ipfilter/test/expected/ni14 N src/contrib/ipfilter/test/expected/ni15 N src/contrib/ipfilter/test/expected/ni16 U src/contrib/ipfilter/test/expected/ni2 U src/contrib/ipfilter/test/expected/ni3 U src/contrib/ipfilter/test/expected/ni4 U src/contrib/ipfilter/test/expected/ni5 N src/contrib/ipfilter/test/expected/ni6 U src/contrib/ipfilter/test/expected/ni7 U src/contrib/ipfilter/test/expected/ni8 N src/contrib/ipfilter/test/expected/ni9 N src/contrib/ipfilter/test/expected/p1 N src/contrib/ipfilter/test/expected/p2 N src/contrib/ipfilter/test/expected/p3 U src/contrib/ipfilter/test/input/f1 U src/contrib/ipfilter/test/input/f10 U src/contrib/ipfilter/test/input/f11 U src/contrib/ipfilter/test/input/f12 U src/contrib/ipfilter/test/input/f13 U src/contrib/ipfilter/test/input/f14 U src/contrib/ipfilter/test/input/f15 U src/contrib/ipfilter/test/input/f16 U src/contrib/ipfilter/test/input/f17 U src/contrib/ipfilter/test/input/f2 U src/contrib/ipfilter/test/input/f3 U src/contrib/ipfilter/test/input/f4 U src/contrib/ipfilter/test/input/f5 U src/contrib/ipfilter/test/input/f6 U src/contrib/ipfilter/test/input/f7 U src/contrib/ipfilter/test/input/f8 U src/contrib/ipfilter/test/input/f9 U src/contrib/ipfilter/test/input/ipv6.1 U src/contrib/ipfilter/test/input/ipv6.2 U src/contrib/ipfilter/test/input/ipv6.3 U src/contrib/ipfilter/test/input/l1 U src/contrib/ipfilter/test/input/n1 N src/contrib/ipfilter/test/input/n10 N src/contrib/ipfilter/test/input/n11 N src/contrib/ipfilter/test/input/n12 U src/contrib/ipfilter/test/input/n2 U src/contrib/ipfilter/test/input/n3 U src/contrib/ipfilter/test/input/n4 U src/contrib/ipfilter/test/input/n5 U src/contrib/ipfilter/test/input/n6 U src/contrib/ipfilter/test/input/n7 N src/contrib/ipfilter/test/input/n8 N src/contrib/ipfilter/test/input/n9 U src/contrib/ipfilter/test/input/ni1 U src/contrib/ipfilter/test/input/ni10 U src/contrib/ipfilter/test/input/ni11 N src/contrib/ipfilter/test/input/ni12 N src/contrib/ipfilter/test/input/ni13 N src/contrib/ipfilter/test/input/ni14 N src/contrib/ipfilter/test/input/ni15 N src/contrib/ipfilter/test/input/ni16 U src/contrib/ipfilter/test/input/ni2 U src/contrib/ipfilter/test/input/ni3 U src/contrib/ipfilter/test/input/ni4 U src/contrib/ipfilter/test/input/ni5 N src/contrib/ipfilter/test/input/ni6 U src/contrib/ipfilter/test/input/ni7 U src/contrib/ipfilter/test/input/ni8 N src/contrib/ipfilter/test/input/ni9 N src/contrib/ipfilter/test/input/p1 N src/contrib/ipfilter/test/input/p2 N src/contrib/ipfilter/test/input/p3 N src/contrib/ipfilter/test/regress/bpf-f1 N src/contrib/ipfilter/test/regress/bpf1 U src/contrib/ipfilter/test/regress/f1 U src/contrib/ipfilter/test/regress/f10 U src/contrib/ipfilter/test/regress/f11 U src/contrib/ipfilter/test/regress/f12 U src/contrib/ipfilter/test/regress/f13 U src/contrib/ipfilter/test/regress/f14 U src/contrib/ipfilter/test/regress/f15 U src/contrib/ipfilter/test/regress/f16 U src/contrib/ipfilter/test/regress/f17 U src/contrib/ipfilter/test/regress/f2 U src/contrib/ipfilter/test/regress/f3 U src/contrib/ipfilter/test/regress/f4 U src/contrib/ipfilter/test/regress/f5 U src/contrib/ipfilter/test/regress/f6 U src/contrib/ipfilter/test/regress/f7 U src/contrib/ipfilter/test/regress/f8 U src/contrib/ipfilter/test/regress/f9 U src/contrib/ipfilter/test/regress/i1 U src/contrib/ipfilter/test/regress/i10 U src/contrib/ipfilter/test/regress/i11 U src/contrib/ipfilter/test/regress/i12 N src/contrib/ipfilter/test/regress/i13 N src/contrib/ipfilter/test/regress/i14 N src/contrib/ipfilter/test/regress/i15 U src/contrib/ipfilter/test/regress/i2 U src/contrib/ipfilter/test/regress/i3 U src/contrib/ipfilter/test/regress/i4 U src/contrib/ipfilter/test/regress/i5 U src/contrib/ipfilter/test/regress/i6 U src/contrib/ipfilter/test/regress/i7 U src/contrib/ipfilter/test/regress/i8 U src/contrib/ipfilter/test/regress/i9 U src/contrib/ipfilter/test/regress/in1 U src/contrib/ipfilter/test/regress/in2 U src/contrib/ipfilter/test/regress/in3 U src/contrib/ipfilter/test/regress/in4 N src/contrib/ipfilter/test/regress/in5 N src/contrib/ipfilter/test/regress/in6 N src/contrib/ipfilter/test/regress/ip1 U src/contrib/ipfilter/test/regress/ipv6.1 U src/contrib/ipfilter/test/regress/ipv6.2 U src/contrib/ipfilter/test/regress/ipv6.3 U src/contrib/ipfilter/test/regress/l1 U src/contrib/ipfilter/test/regress/n1 N src/contrib/ipfilter/test/regress/n10 N src/contrib/ipfilter/test/regress/n11 N src/contrib/ipfilter/test/regress/n12 U src/contrib/ipfilter/test/regress/n2 U src/contrib/ipfilter/test/regress/n3 U src/contrib/ipfilter/test/regress/n4 U src/contrib/ipfilter/test/regress/n5 U src/contrib/ipfilter/test/regress/n6 U src/contrib/ipfilter/test/regress/n7 N src/contrib/ipfilter/test/regress/n8 N src/contrib/ipfilter/test/regress/n9 U src/contrib/ipfilter/test/regress/ni1.ipf U src/contrib/ipfilter/test/regress/ni1.nat U src/contrib/ipfilter/test/regress/ni10.ipf U src/contrib/ipfilter/test/regress/ni10.nat U src/contrib/ipfilter/test/regress/ni11.ipf U src/contrib/ipfilter/test/regress/ni11.nat N src/contrib/ipfilter/test/regress/ni12.ipf N src/contrib/ipfilter/test/regress/ni12.nat N src/contrib/ipfilter/test/regress/ni13.ipf N src/contrib/ipfilter/test/regress/ni13.nat N src/contrib/ipfilter/test/regress/ni14.ipf N src/contrib/ipfilter/test/regress/ni14.nat N src/contrib/ipfilter/test/regress/ni15.ipf N src/contrib/ipfilter/test/regress/ni15.nat N src/contrib/ipfilter/test/regress/ni16.ipf N src/contrib/ipfilter/test/regress/ni16.nat U src/contrib/ipfilter/test/regress/ni2.ipf U src/contrib/ipfilter/test/regress/ni2.nat U src/contrib/ipfilter/test/regress/ni3.ipf U src/contrib/ipfilter/test/regress/ni3.nat U src/contrib/ipfilter/test/regress/ni4.ipf U src/contrib/ipfilter/test/regress/ni4.nat U src/contrib/ipfilter/test/regress/ni5.ipf U src/contrib/ipfilter/test/regress/ni5.nat N src/contrib/ipfilter/test/regress/ni6.ipf N src/contrib/ipfilter/test/regress/ni6.nat U src/contrib/ipfilter/test/regress/ni7.ipf U src/contrib/ipfilter/test/regress/ni7.nat U src/contrib/ipfilter/test/regress/ni8.ipf U src/contrib/ipfilter/test/regress/ni8.nat N src/contrib/ipfilter/test/regress/ni9.ipf N src/contrib/ipfilter/test/regress/ni9.nat N src/contrib/ipfilter/test/regress/p1.ipf N src/contrib/ipfilter/test/regress/p1.pool N src/contrib/ipfilter/test/regress/p2.ipf N src/contrib/ipfilter/test/regress/p3.ipf N src/contrib/ipfilter/test/regress/p3.pool N src/contrib/ipfilter/tools/BNF.ipf N src/contrib/ipfilter/tools/BNF.ipnat N src/contrib/ipfilter/tools/Makefile N src/contrib/ipfilter/tools/ipf.c N src/contrib/ipfilter/tools/ipf_y.y N src/contrib/ipfilter/tools/ipfcomp.c N src/contrib/ipfilter/tools/ipfs.c N src/contrib/ipfilter/tools/ipfstat.c N src/contrib/ipfilter/tools/ipftest.c N src/contrib/ipfilter/tools/ipmon.c N src/contrib/ipfilter/tools/ipmon_y.y N src/contrib/ipfilter/tools/ipnat.c N src/contrib/ipfilter/tools/ipnat_y.y N src/contrib/ipfilter/tools/ippool.c N src/contrib/ipfilter/tools/ippool_y.y N src/contrib/ipfilter/tools/ipscan_y.y N src/contrib/ipfilter/tools/ipsyncm.c N src/contrib/ipfilter/tools/ipsyncs.c N src/contrib/ipfilter/tools/lex_var.h N src/contrib/ipfilter/tools/lexer.c N src/contrib/ipfilter/tools/lexer.h 41 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/contrib/ipfilter From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:36: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 D90B516A4CE; Mon, 25 Apr 2005 17:36:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9043D1D; Mon, 25 Apr 2005 17:36:28 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PHaSRj017064; Mon, 25 Apr 2005 17:36:28 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHaSLP017063; Mon, 25 Apr 2005 17:36:28 GMT (envelope-from ume) Message-Id: <200504251736.j3PHaSLP017063@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 25 Apr 2005 17:36: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/libc/net gethostbydns.c gethostnamadr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:36:29 -0000 ume 2005-04-25 17:36:28 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c gethostnamadr.c Log: ensure parsing numeric address before any host query. Inspired by: NetBSD Revision Changes Path 1.49 +0 -87 src/lib/libc/net/gethostbydns.c 1.23 +126 -13 src/lib/libc/net/gethostnamadr.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:40: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 6C04016A4CE; Mon, 25 Apr 2005 17:40:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3035B43D55; Mon, 25 Apr 2005 17:40:38 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PHecOg018388; Mon, 25 Apr 2005 17:40:38 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHecUG018387; Mon, 25 Apr 2005 17:40:38 GMT (envelope-from darrenr) Message-Id: <200504251740.j3PHecUG018387@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 17:40:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: src/contrib/ipfilter todo typescript X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 17:40:38 -0000 darrenr 2005-04-25 17:40:37 UTC FreeBSD src repository Removed files: (Branch: DARRENR) contrib/ipfilter todo typescript Log: these files should never have been imported...they are junk Revision Changes Path 1.1.1.12 +0 -98 src/contrib/ipfilter/todo (dead) 1.1.1.2 +0 -121 src/contrib/ipfilter/typescript (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 17:41: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 4915716A4CE; Mon, 25 Apr 2005 17:41:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215F443D54; Mon, 25 Apr 2005 17:41:36 +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 j3PHfZva018439; Mon, 25 Apr 2005 17:41:36 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PHfZAg018438; Mon, 25 Apr 2005 17:41:35 GMT (envelope-from ru) Message-Id: <200504251741.j3PHfZAg018438@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 25 Apr 2005 17:41: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/boot/i386/boot0 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, 25 Apr 2005 17:41:36 -0000 ru 2005-04-25 17:41:35 UTC FreeBSD src repository Modified files: sys/boot/i386/boot0 Makefile Log: Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED at compile time. Revision Changes Path 1.32 +28 -5 src/sys/boot/i386/boot0/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:15: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 B793116A4CE; Mon, 25 Apr 2005 18:15:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 725F343D45; Mon, 25 Apr 2005 18:15:45 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIFjSg019951; Mon, 25 Apr 2005 18:15:45 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIFj5D019950; Mon, 25 Apr 2005 18:15:45 GMT (envelope-from darrenr) Message-Id: <200504251815.j3PIFj5D019950@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:15:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 18:15:45 -0000 darrenr 2005-04-25 18:15:44 UTC FreeBSD src repository src/sys/contrib/ipfilter/netinet - Imported sources Update of /home/ncvs/src/sys/contrib/ipfilter/netinet In directory repoman.freebsd.org:/tmp/cvs-serv19795 Log Message: import ipfilter 4.1.8 into the kernel source tree Status: Vendor Tag: DARRENR Release Tags: v4-1-8 C src/sys/contrib/ipfilter/netinet/fil.c C src/sys/contrib/ipfilter/netinet/ip_auth.c C src/sys/contrib/ipfilter/netinet/ip_auth.h C src/sys/contrib/ipfilter/netinet/ip_compat.h N src/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c C src/sys/contrib/ipfilter/netinet/ip_fil.h C src/sys/contrib/ipfilter/netinet/ip_frag.c C src/sys/contrib/ipfilter/netinet/ip_frag.h C src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c C src/sys/contrib/ipfilter/netinet/ip_h323_pxy.c N src/sys/contrib/ipfilter/netinet/ip_htable.c N src/sys/contrib/ipfilter/netinet/ip_htable.h U src/sys/contrib/ipfilter/netinet/ip_ipsec_pxy.c N src/sys/contrib/ipfilter/netinet/ip_irc_pxy.c C src/sys/contrib/ipfilter/netinet/ip_log.c N src/sys/contrib/ipfilter/netinet/ip_lookup.c N src/sys/contrib/ipfilter/netinet/ip_lookup.h C src/sys/contrib/ipfilter/netinet/ip_nat.c C src/sys/contrib/ipfilter/netinet/ip_nat.h U src/sys/contrib/ipfilter/netinet/ip_netbios_pxy.c N src/sys/contrib/ipfilter/netinet/ip_pool.c N src/sys/contrib/ipfilter/netinet/ip_pool.h C src/sys/contrib/ipfilter/netinet/ip_proxy.c N src/sys/contrib/ipfilter/netinet/ip_pptp_pxy.c C src/sys/contrib/ipfilter/netinet/ip_proxy.h C src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c C src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c N src/sys/contrib/ipfilter/netinet/ip_rpcb_pxy.c N src/sys/contrib/ipfilter/netinet/ip_rules.c N src/sys/contrib/ipfilter/netinet/ip_rules.h N src/sys/contrib/ipfilter/netinet/ip_scan.c N src/sys/contrib/ipfilter/netinet/ip_scan.h C src/sys/contrib/ipfilter/netinet/ip_state.c C src/sys/contrib/ipfilter/netinet/ip_state.h N src/sys/contrib/ipfilter/netinet/ip_sync.c N src/sys/contrib/ipfilter/netinet/ip_sync.h C src/sys/contrib/ipfilter/netinet/mlfk_ipl.c C src/sys/contrib/ipfilter/netinet/ipl.h 20 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/sys/contrib/ipfilter/netinet From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:20: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 4B98D16A4CE; Mon, 25 Apr 2005 18:20:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2D143D5A; Mon, 25 Apr 2005 18:20:16 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIKGIB021087; Mon, 25 Apr 2005 18:20:16 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIKGY1021086; Mon, 25 Apr 2005 18:20:16 GMT (envelope-from darrenr) Message-Id: <200504251820.j3PIKGY1021086@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:20: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/contrib/ipfilter INST.FreeBSD-2.2 Makefile UPGRADE_NOTICE bpf-ipf.h bpf.h bpf_filter.c common.c facpri.c facpri.h fils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 25 Apr 2005 18:20:17 -0000 darrenr 2005-04-25 18:20:16 UTC FreeBSD src repository Modified files: contrib/ipfilter INST.FreeBSD-2.2 Makefile bpf-ipf.h bpf_filter.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lookup.c ip_lookup.h ip_msnrpc_pxy.c ip_pool.c ip_pool.h ip_pptp_pxy.c ip_rpcb_pxy.c ip_scan.c ip_scan.h ip_sync.c ip_sync.h ipf.h ipmon.h ipt.h kmem.h md5.c md5.h mlf_ipl.c mlf_rule.c mlfk_rule.c mlh_rule.c opts.h pcap-ipf.h radix.c radix_ipf.h snoop.h contrib/ipfilter/FreeBSD-4.0 ipv6-patch-4.0 ipv6-patch-4.1 ipv6-patch-4.2 contrib/ipfilter/iplang iplang.h iplang_l.l iplang_y.y contrib/ipfilter/ipsd ipsd.c ipsd.h ipsdr.c linux.h sbpf.c sdlpi.c slinux.c snit.c contrib/ipfilter/ipsd/Celler ip_compat.h contrib/ipfilter/ipsend 44arp.c arp.c dlcommon.c dltest.h hpux.c in_var.h ip.c ip_var.h ipresend.1 ipresend.c ipsend.1 ipsend.5 ipsend.c ipsend.h ipsopt.c iptest.1 iptest.c iptests.c larp.c linux.h lsock.c resend.c sbpf.c sdlpi.c sirix.c slinux.c snit.c sock.c sockraw.c tcpip.h contrib/ipfilter/ipsend/.OLD ip_compat.h contrib/ipfilter/l4check l4check.c contrib/ipfilter/lib addicmp.c addipopt.c addkeep.c bcopywrap.c binprint.c buildopts.c checkrev.c count4bits.c count6bits.c debug.c extras.c facpri.c facpri.h fill6bits.c flags.c genmask.c gethost.c getifname.c getline.c getnattype.c getport.c getportproto.c getproto.c getsumd.c hexdump.c hostmask.c hostname.c hostnum.c icmpcode.c inet_addr.c initparse.c ionames.c ipf_dotuning.c ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c ipoptsec.c kmem.c kmem.h kmemcpywrap.c kvatoname.c load_hash.c load_hashnode.c load_pool.c load_poolnode.c loglevel.c make_range.c mutex_emul.c nametokva.c nat_setgroupmap.c natparse.c ntomask.c optname.c optprint.c optprintv6.c optvalue.c parse.c portname.c portnum.c ports.c print_toif.c printactivenat.c printaps.c printbuf.c printfr.c printfraginfo.c printhash.c printhashnode.c printhostmap.c printhostmask.c printifname.c printip.c printlog.c printmask.c printnat.c printpacket.c printpacket6.c printpool.c printpoolnode.c printportcmp.c printsbuf.c printstate.c printtunable.c ratoi.c ratoui.c remove_hash.c remove_hashnode.c remove_pool.c remove_poolnode.c resetlexer.c rwlock_emul.c tcp_flags.c tcpflags.c tcpoptnames.c to_interface.c v6ionames.c v6optvalue.c var.c verbose.c contrib/ipfilter/man ipf.4 ipf.5 ipf.8 ipfilter.4 ipfs.8 ipfstat.8 ipftest.1 ipl.4 ipmon.5 ipmon.8 ipnat.5 ipnat.8 ippool.5 ippool.8 ipscan.5 ipscan.8 mkfilters.1 contrib/ipfilter/samples proxy.c relay.c userauth.c contrib/ipfilter/test logtest contrib/ipfilter/tools ipf.c ipf_y.y ipfcomp.c ipfs.c ipfstat.c ipftest.c ipmon.c ipmon_y.y ipnat.c ipnat_y.y ippool.c ippool_y.y ipscan_y.y ipsyncm.c ipsyncs.c lex_var.h lexer.c lexer.h Removed files: contrib/ipfilter UPGRADE_NOTICE bpf.h common.c facpri.c facpri.h fils.c inet_addr.c ip_lfil.c ip_sfil.c ipf.c ipfs.c ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c ipmon.c ipnat.c ipt.c kmem.c misc.c ml_ipl.c mli_ipl.c mln_ipl.c mls_ipl.c natparse.c opt.c parse.c pcap.h printnat.c printstate.c relay.c contrib/ipfilter/FWTK fwtk-2.1-transparency.txt tproxy.diff contrib/ipfilter/FreeBSD-4.0 INST.FreeBSD-4 contrib/ipfilter/ipsend ultrix.c Log: * Someone imported a lot of files with the wrong CVS tag, so lots of files need that fixed in them.... * Keep unnecessary files out of the non-vendor part of this CVS repository. Revision Changes Path 1.2 +0 -707 src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt (dead) 1.2 +0 -82 src/contrib/ipfilter/FWTK/tproxy.diff (dead) 1.2 +0 -24 src/contrib/ipfilter/FreeBSD-4.0/INST.FreeBSD-4 (dead) 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 1.2 +1 -1 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 1.2 +17 -8 src/contrib/ipfilter/INST.FreeBSD-2.2 1.4 +200 -134 src/contrib/ipfilter/Makefile 1.2 +0 -10 src/contrib/ipfilter/UPGRADE_NOTICE (dead) 1.2 +1 -1 src/contrib/ipfilter/bpf-ipf.h 1.2 +0 -450 src/contrib/ipfilter/bpf.h (dead) 1.2 +1 -1 src/contrib/ipfilter/bpf_filter.c 1.2 +0 -595 src/contrib/ipfilter/common.c (dead) 1.2 +0 -146 src/contrib/ipfilter/facpri.c (dead) 1.2 +0 -42 src/contrib/ipfilter/facpri.h (dead) 1.2 +0 -366 src/contrib/ipfilter/fils.c (dead) 1.2 +0 -182 src/contrib/ipfilter/inet_addr.c (dead) 1.2 +1 -1 src/contrib/ipfilter/ip_fil_freebsd.c 1.2 +1 -1 src/contrib/ipfilter/ip_htable.c 1.2 +1 -1 src/contrib/ipfilter/ip_htable.h 1.2 +1 -1 src/contrib/ipfilter/ip_irc_pxy.c 1.2 +0 -993 src/contrib/ipfilter/ip_lfil.c (dead) 1.2 +1 -1 src/contrib/ipfilter/ip_lookup.c 1.2 +1 -1 src/contrib/ipfilter/ip_lookup.h 1.2 +1 -1 src/contrib/ipfilter/ip_msnrpc_pxy.c 1.2 +1 -1 src/contrib/ipfilter/ip_pool.c 1.2 +1 -1 src/contrib/ipfilter/ip_pool.h 1.2 +1 -1 src/contrib/ipfilter/ip_pptp_pxy.c 1.2 +1 -1 src/contrib/ipfilter/ip_rpcb_pxy.c 1.2 +1 -1 src/contrib/ipfilter/ip_scan.c 1.2 +1 -1 src/contrib/ipfilter/ip_scan.h 1.2 +0 -731 src/contrib/ipfilter/ip_sfil.c (dead) 1.2 +1 -1 src/contrib/ipfilter/ip_sync.c 1.2 +1 -1 src/contrib/ipfilter/ip_sync.h 1.2 +0 -434 src/contrib/ipfilter/ipf.c (dead) 1.2 +283 -44 src/contrib/ipfilter/ipf.h 1.2 +0 -763 src/contrib/ipfilter/ipfs.c (dead) 1.2 +0 -148 src/contrib/ipfilter/ipft_ef.c (dead) 1.2 +0 -140 src/contrib/ipfilter/ipft_hx.c (dead) 1.2 +0 -224 src/contrib/ipfilter/ipft_pc.c (dead) 1.2 +0 -206 src/contrib/ipfilter/ipft_sn.c (dead) 1.2 +0 -184 src/contrib/ipfilter/ipft_td.c (dead) 1.2 +0 -338 src/contrib/ipfilter/ipft_tx.c (dead) 1.2 +7 -4 src/contrib/ipfilter/iplang/iplang.h 1.2 +168 -159 src/contrib/ipfilter/iplang/iplang_l.l 1.6 +11 -29 src/contrib/ipfilter/iplang/iplang_y.y 1.19 +0 -1495 src/contrib/ipfilter/ipmon.c (dead) 1.2 +1 -1 src/contrib/ipfilter/ipmon.h 1.2 +0 -692 src/contrib/ipfilter/ipnat.c (dead) 1.2 +2 -0 src/contrib/ipfilter/ipsd/Celler/ip_compat.h 1.2 +8 -9 src/contrib/ipfilter/ipsd/ipsd.c 1.2 +4 -6 src/contrib/ipfilter/ipsd/ipsd.h 1.2 +6 -7 src/contrib/ipfilter/ipsd/ipsdr.c 1.2 +4 -4 src/contrib/ipfilter/ipsd/linux.h 1.2 +4 -3 src/contrib/ipfilter/ipsd/sbpf.c 1.2 +5 -7 src/contrib/ipfilter/ipsd/sdlpi.c 1.2 +5 -7 src/contrib/ipfilter/ipsd/slinux.c 1.2 +4 -6 src/contrib/ipfilter/ipsd/snit.c 1.2 +2 -0 src/contrib/ipfilter/ipsend/.OLD/ip_compat.h 1.2 +31 -7 src/contrib/ipfilter/ipsend/44arp.c 1.2 +40 -18 src/contrib/ipfilter/ipsend/arp.c 1.2 +27 -3 src/contrib/ipfilter/ipsend/dlcommon.c 1.2 +2 -0 src/contrib/ipfilter/ipsend/dltest.h 1.2 +3 -1 src/contrib/ipfilter/ipsend/hpux.c 1.2 +4 -2 src/contrib/ipfilter/ipsend/in_var.h 1.2 +108 -88 src/contrib/ipfilter/ipsend/ip.c 1.2 +2 -0 src/contrib/ipfilter/ipsend/ip_var.h 1.2 +5 -4 src/contrib/ipfilter/ipsend/ipresend.1 1.2 +29 -34 src/contrib/ipfilter/ipsend/ipresend.c 1.2 +5 -3 src/contrib/ipfilter/ipsend/ipsend.1 1.4 +1 -1 src/contrib/ipfilter/ipsend/ipsend.5 1.12 +47 -69 src/contrib/ipfilter/ipsend/ipsend.c 1.2 +14 -7 src/contrib/ipfilter/ipsend/ipsend.h 1.2 +127 -38 src/contrib/ipfilter/ipsend/ipsopt.c 1.4 +2 -0 src/contrib/ipfilter/ipsend/iptest.1 1.2 +54 -47 src/contrib/ipfilter/ipsend/iptest.c 1.10 +104 -97 src/contrib/ipfilter/ipsend/iptests.c 1.2 +20 -12 src/contrib/ipfilter/ipsend/larp.c 1.2 +3 -1 src/contrib/ipfilter/ipsend/linux.h 1.2 +22 -26 src/contrib/ipfilter/ipsend/lsock.c 1.2 +57 -46 src/contrib/ipfilter/ipsend/resend.c 1.6 +16 -15 src/contrib/ipfilter/ipsend/sbpf.c 1.2 +65 -22 src/contrib/ipfilter/ipsend/sdlpi.c 1.2 +7 -8 src/contrib/ipfilter/ipsend/sirix.c 1.2 +10 -12 src/contrib/ipfilter/ipsend/slinux.c 1.2 +11 -11 src/contrib/ipfilter/ipsend/snit.c 1.15 +26 -24 src/contrib/ipfilter/ipsend/sock.c 1.2 +1 -1 src/contrib/ipfilter/ipsend/sockraw.c 1.2 +58 -10 src/contrib/ipfilter/ipsend/tcpip.h 1.2 +0 -86 src/contrib/ipfilter/ipsend/ultrix.c (dead) 1.2 +0 -199 src/contrib/ipfilter/ipt.c (dead) 1.2 +35 -8 src/contrib/ipfilter/ipt.h 1.2 +0 -68 src/contrib/ipfilter/kmem.c (dead) 1.2 +29 -7 src/contrib/ipfilter/kmem.h 1.2 +11 -9 src/contrib/ipfilter/l4check/l4check.c 1.2 +1 -1 src/contrib/ipfilter/lib/addicmp.c 1.2 +1 -1 src/contrib/ipfilter/lib/addipopt.c 1.2 +1 -1 src/contrib/ipfilter/lib/addkeep.c 1.2 +1 -1 src/contrib/ipfilter/lib/bcopywrap.c 1.2 +1 -1 src/contrib/ipfilter/lib/binprint.c 1.2 +1 -1 src/contrib/ipfilter/lib/buildopts.c 1.2 +1 -1 src/contrib/ipfilter/lib/checkrev.c 1.2 +1 -1 src/contrib/ipfilter/lib/count4bits.c 1.2 +1 -1 src/contrib/ipfilter/lib/count6bits.c 1.2 +1 -1 src/contrib/ipfilter/lib/debug.c 1.2 +1 -1 src/contrib/ipfilter/lib/extras.c 1.2 +1 -1 src/contrib/ipfilter/lib/facpri.c 1.2 +1 -1 src/contrib/ipfilter/lib/facpri.h 1.2 +1 -1 src/contrib/ipfilter/lib/fill6bits.c 1.2 +1 -1 src/contrib/ipfilter/lib/flags.c 1.2 +1 -1 src/contrib/ipfilter/lib/genmask.c 1.2 +1 -1 src/contrib/ipfilter/lib/gethost.c 1.2 +1 -1 src/contrib/ipfilter/lib/getifname.c 1.2 +1 -1 src/contrib/ipfilter/lib/getline.c 1.2 +1 -1 src/contrib/ipfilter/lib/getnattype.c 1.2 +1 -1 src/contrib/ipfilter/lib/getport.c 1.2 +1 -1 src/contrib/ipfilter/lib/getportproto.c 1.2 +1 -1 src/contrib/ipfilter/lib/getproto.c 1.2 +1 -1 src/contrib/ipfilter/lib/getsumd.c 1.2 +1 -1 src/contrib/ipfilter/lib/hexdump.c 1.2 +1 -1 src/contrib/ipfilter/lib/hostmask.c 1.2 +1 -1 src/contrib/ipfilter/lib/hostname.c 1.2 +1 -1 src/contrib/ipfilter/lib/hostnum.c 1.2 +1 -1 src/contrib/ipfilter/lib/icmpcode.c 1.2 +1 -1 src/contrib/ipfilter/lib/inet_addr.c 1.2 +1 -1 src/contrib/ipfilter/lib/initparse.c 1.2 +1 -1 src/contrib/ipfilter/lib/ionames.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipf_dotuning.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipft_ef.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipft_hx.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipft_pc.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipft_sn.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipft_td.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipft_tx.c 1.2 +1 -1 src/contrib/ipfilter/lib/ipoptsec.c 1.2 +1 -1 src/contrib/ipfilter/lib/kmem.c 1.2 +1 -1 src/contrib/ipfilter/lib/kmem.h 1.2 +1 -1 src/contrib/ipfilter/lib/kmemcpywrap.c 1.2 +1 -1 src/contrib/ipfilter/lib/kvatoname.c 1.2 +1 -1 src/contrib/ipfilter/lib/load_hash.c 1.2 +1 -1 src/contrib/ipfilter/lib/load_hashnode.c 1.2 +1 -1 src/contrib/ipfilter/lib/load_pool.c 1.2 +1 -1 src/contrib/ipfilter/lib/load_poolnode.c 1.2 +1 -1 src/contrib/ipfilter/lib/loglevel.c 1.2 +1 -1 src/contrib/ipfilter/lib/make_range.c 1.2 +1 -1 src/contrib/ipfilter/lib/mutex_emul.c 1.2 +1 -1 src/contrib/ipfilter/lib/nametokva.c 1.2 +1 -1 src/contrib/ipfilter/lib/nat_setgroupmap.c 1.2 +1 -1 src/contrib/ipfilter/lib/natparse.c 1.2 +1 -1 src/contrib/ipfilter/lib/ntomask.c 1.2 +1 -1 src/contrib/ipfilter/lib/optname.c 1.2 +1 -1 src/contrib/ipfilter/lib/optprint.c 1.2 +1 -1 src/contrib/ipfilter/lib/optprintv6.c 1.2 +1 -1 src/contrib/ipfilter/lib/optvalue.c 1.2 +1 -1 src/contrib/ipfilter/lib/parse.c 1.2 +1 -1 src/contrib/ipfilter/lib/portname.c 1.2 +1 -1 src/contrib/ipfilter/lib/portnum.c 1.2 +1 -1 src/contrib/ipfilter/lib/ports.c 1.2 +1 -1 src/contrib/ipfilter/lib/print_toif.c 1.2 +1 -1 src/contrib/ipfilter/lib/printactivenat.c 1.2 +1 -1 src/contrib/ipfilter/lib/printaps.c 1.2 +1 -1 src/contrib/ipfilter/lib/printbuf.c 1.2 +1 -1 src/contrib/ipfilter/lib/printfr.c 1.2 +1 -1 src/contrib/ipfilter/lib/printfraginfo.c 1.2 +1 -1 src/contrib/ipfilter/lib/printhash.c 1.2 +1 -1 src/contrib/ipfilter/lib/printhashnode.c 1.2 +1 -1 src/contrib/ipfilter/lib/printhostmap.c 1.2 +1 -1 src/contrib/ipfilter/lib/printhostmask.c 1.2 +1 -1 src/contrib/ipfilter/lib/printifname.c 1.2 +1 -1 src/contrib/ipfilter/lib/printip.c 1.2 +1 -1 src/contrib/ipfilter/lib/printlog.c 1.2 +1 -1 src/contrib/ipfilter/lib/printmask.c 1.2 +1 -1 src/contrib/ipfilter/lib/printnat.c 1.2 +1 -1 src/contrib/ipfilter/lib/printpacket.c 1.2 +1 -1 src/contrib/ipfilter/lib/printpacket6.c 1.2 +1 -1 src/contrib/ipfilter/lib/printpool.c 1.2 +1 -1 src/contrib/ipfilter/lib/printpoolnode.c 1.2 +1 -1 src/contrib/ipfilter/lib/printportcmp.c 1.2 +1 -1 src/contrib/ipfilter/lib/printsbuf.c 1.2 +1 -1 src/contrib/ipfilter/lib/printstate.c 1.2 +1 -1 src/contrib/ipfilter/lib/printtunable.c 1.2 +1 -1 src/contrib/ipfilter/lib/ratoi.c 1.2 +1 -1 src/contrib/ipfilter/lib/ratoui.c 1.2 +1 -1 src/contrib/ipfilter/lib/remove_hash.c 1.2 +1 -1 src/contrib/ipfilter/lib/remove_hashnode.c 1.2 +1 -1 src/contrib/ipfilter/lib/remove_pool.c 1.2 +1 -1 src/contrib/ipfilter/lib/remove_poolnode.c 1.2 +1 -1 src/contrib/ipfilter/lib/resetlexer.c 1.2 +1 -1 src/contrib/ipfilter/lib/rwlock_emul.c 1.2 +1 -1 src/contrib/ipfilter/lib/tcp_flags.c 1.2 +1 -1 src/contrib/ipfilter/lib/tcpflags.c 1.2 +1 -1 src/contrib/ipfilter/lib/tcpoptnames.c 1.2 +1 -1 src/contrib/ipfilter/lib/to_interface.c 1.2 +1 -1 src/contrib/ipfilter/lib/v6ionames.c 1.2 +1 -1 src/contrib/ipfilter/lib/v6optvalue.c 1.2 +1 -1 src/contrib/ipfilter/lib/var.c 1.2 +1 -1 src/contrib/ipfilter/lib/verbose.c 1.7 +3 -3 src/contrib/ipfilter/man/ipf.4 1.9 +20 -7 src/contrib/ipfilter/man/ipf.5 1.7 +30 -6 src/contrib/ipfilter/man/ipf.8 1.2 +1 -1 src/contrib/ipfilter/man/ipfilter.4 1.2 +16 -8 src/contrib/ipfilter/man/ipfs.8 1.9 +27 -25 src/contrib/ipfilter/man/ipfstat.8 1.6 +119 -73 src/contrib/ipfilter/man/ipftest.1 1.2 +46 -27 src/contrib/ipfilter/man/ipl.4 1.2 +1 -1 src/contrib/ipfilter/man/ipmon.5 1.15 +2 -5 src/contrib/ipfilter/man/ipmon.8 1.2 +238 -14 src/contrib/ipfilter/man/ipnat.5 1.2 +28 -5 src/contrib/ipfilter/man/ipnat.8 1.2 +1 -1 src/contrib/ipfilter/man/ippool.5 1.2 +1 -1 src/contrib/ipfilter/man/ippool.8 1.2 +1 -1 src/contrib/ipfilter/man/ipscan.5 1.2 +1 -1 src/contrib/ipfilter/man/ipscan.8 1.2 +4 -3 src/contrib/ipfilter/man/mkfilters.1 1.2 +1 -1 src/contrib/ipfilter/md5.c 1.2 +1 -1 src/contrib/ipfilter/md5.h 1.2 +0 -85 src/contrib/ipfilter/misc.c (dead) 1.2 +0 -167 src/contrib/ipfilter/ml_ipl.c (dead) 1.2 +187 -85 src/contrib/ipfilter/mlf_ipl.c 1.2 +1 -1 src/contrib/ipfilter/mlf_rule.c 1.2 +1 -1 src/contrib/ipfilter/mlfk_rule.c 1.2 +1 -1 src/contrib/ipfilter/mlh_rule.c 1.2 +0 -580 src/contrib/ipfilter/mli_ipl.c (dead) 1.2 +0 -237 src/contrib/ipfilter/mln_ipl.c (dead) 1.2 +0 -174 src/contrib/ipfilter/mls_ipl.c (dead) 1.2 +0 -793 src/contrib/ipfilter/natparse.c (dead) 1.2 +0 -134 src/contrib/ipfilter/opt.c (dead) 1.2 +1 -1 src/contrib/ipfilter/opts.h 1.2 +0 -1249 src/contrib/ipfilter/parse.c (dead) 1.2 +1 -1 src/contrib/ipfilter/pcap-ipf.h 1.2 +0 -35 src/contrib/ipfilter/pcap.h (dead) 1.2 +0 -462 src/contrib/ipfilter/printnat.c (dead) 1.2 +0 -142 src/contrib/ipfilter/printstate.c (dead) 1.2 +1 -1 src/contrib/ipfilter/radix.c 1.2 +1 -1 src/contrib/ipfilter/radix_ipf.h 1.2 +0 -179 src/contrib/ipfilter/relay.c (dead) 1.2 +214 -7 src/contrib/ipfilter/samples/proxy.c 1.2 +1 -1 src/contrib/ipfilter/samples/relay.c 1.2 +10 -5 src/contrib/ipfilter/samples/userauth.c 1.2 +10 -5 src/contrib/ipfilter/snoop.h 1.4 +17 -6 src/contrib/ipfilter/test/logtest 1.2 +1 -1 src/contrib/ipfilter/tools/ipf.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipf_y.y 1.2 +1 -1 src/contrib/ipfilter/tools/ipfcomp.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipfs.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipfstat.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipftest.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipmon.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipmon_y.y 1.2 +1 -1 src/contrib/ipfilter/tools/ipnat.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipnat_y.y 1.2 +1 -1 src/contrib/ipfilter/tools/ippool.c 1.2 +1 -1 src/contrib/ipfilter/tools/ippool_y.y 1.2 +1 -1 src/contrib/ipfilter/tools/ipscan_y.y 1.2 +1 -1 src/contrib/ipfilter/tools/ipsyncm.c 1.2 +1 -1 src/contrib/ipfilter/tools/ipsyncs.c 1.2 +1 -1 src/contrib/ipfilter/tools/lex_var.h 1.2 +1 -1 src/contrib/ipfilter/tools/lexer.c 1.2 +1 -1 src/contrib/ipfilter/tools/lexer.h From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:29: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 71B2516A4CE; Mon, 25 Apr 2005 18:29:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E317743D41; Mon, 25 Apr 2005 18:29:42 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PITg2Z021806; Mon, 25 Apr 2005 18:29:42 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PITgRa021805; Mon, 25 Apr 2005 18:29:42 GMT (envelope-from wpaul) Message-Id: <200504251829.j3PITgRa021805@repoman.freebsd.org> From: Bill Paul Date: Mon, 25 Apr 2005 18:29: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/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 18:29:43 -0000 wpaul 2005-04-25 18:29:42 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, force an autoload and read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. Revision Changes Path 1.7 +11 -0 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:37: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 6764C16A4CE; Mon, 25 Apr 2005 18:37:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F9EF43D5F; Mon, 25 Apr 2005 18:37:28 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIbSNp022377; Mon, 25 Apr 2005 18:37:28 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIbSbV022376; Mon, 25 Apr 2005 18:37:28 GMT (envelope-from wpaul) Message-Id: <200504251837.j3PIbSbV022376@repoman.freebsd.org> From: Bill Paul Date: Mon, 25 Apr 2005 18: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/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 18:37:28 -0000 wpaul 2005-04-25 18:37:28 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Correct the if_link_state_change() logic: when the link went down, if_link_state_change() reported link up, and when the link went up, if_link_state_change() reported link down. These should be swapped. Revision Changes Path 1.8 +2 -2 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:43: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 8704316A4CE; Mon, 25 Apr 2005 18:43:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3376C43D66; Mon, 25 Apr 2005 18:43:15 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIhFRu022973; Mon, 25 Apr 2005 18:43:15 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIhFC2022972; Mon, 25 Apr 2005 18:43:15 GMT (envelope-from darrenr) Message-Id: <200504251843.j3PIhFC2022972@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:43: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/contrib/ipfilter/netinet fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h ipl.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, 25 Apr 2005 18:43:15 -0000 darrenr 2005-04-25 18:43:15 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h mlfk_ipl.c Removed files: sys/contrib/ipfilter/netinet ip_fil.c Log: Merge the changes from 3.4.35 to 4.1.8 into the kernel source tree Revision Changes Path 1.44 +5782 -1988 src/sys/contrib/ipfilter/netinet/fil.c 1.39 +348 -198 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.14 +16 -12 src/sys/contrib/ipfilter/netinet/ip_auth.h 1.25 +1698 -832 src/sys/contrib/ipfilter/netinet/ip_compat.h 1.52 +0 -2358 src/sys/contrib/ipfilter/netinet/ip_fil.c (dead) 1.30 +1007 -299 src/sys/contrib/ipfilter/netinet/ip_fil.h 1.27 +505 -283 src/sys/contrib/ipfilter/netinet/ip_frag.c 1.17 +39 -27 src/sys/contrib/ipfilter/netinet/ip_frag.h 1.25 +664 -428 src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c 1.29 +384 -219 src/sys/contrib/ipfilter/netinet/ip_log.c 1.38 +3322 -1471 src/sys/contrib/ipfilter/netinet/ip_nat.c 1.23 +271 -134 src/sys/contrib/ipfilter/netinet/ip_nat.h 1.24 +401 -159 src/sys/contrib/ipfilter/netinet/ip_proxy.c 1.14 +294 -15 src/sys/contrib/ipfilter/netinet/ip_proxy.h 1.11 +90 -62 src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c 1.12 +115 -50 src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c 1.35 +2676 -1184 src/sys/contrib/ipfilter/netinet/ip_state.c 1.17 +124 -75 src/sys/contrib/ipfilter/netinet/ip_state.h 1.23 +7 -2 src/sys/contrib/ipfilter/netinet/ipl.h 1.16 +196 -130 src/sys/contrib/ipfilter/netinet/mlfk_ipl.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:46: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 2ED3116A4CE; Mon, 25 Apr 2005 18:46:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E2F43D67; Mon, 25 Apr 2005 18:46:00 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIk0r2023198; Mon, 25 Apr 2005 18:46:00 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIk0XC023197; Mon, 25 Apr 2005 18:46:00 GMT (envelope-from darrenr) Message-Id: <200504251846.j3PIk0XC023197@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:46: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/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: Mon, 25 Apr 2005 18:46:01 -0000 darrenr 2005-04-25 18:46:00 UTC FreeBSD src repository Modified files: sys/modules/ipfilter Makefile Log: new files and compile defines to build new ipfilter Revision Changes Path 1.17 +3 -2 src/sys/modules/ipfilter/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:55: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 DEC8016A4CE; Mon, 25 Apr 2005 18:55:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B920743D4C; Mon, 25 Apr 2005 18:55:52 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PItqIU024206; Mon, 25 Apr 2005 18:55:52 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PItq62024205; Mon, 25 Apr 2005 18:55:52 GMT (envelope-from darrenr) Message-Id: <200504251855.j3PItq62024205@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:55: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/sbin/ipf Makefile Makefile.inc src/sbin/ipf/ipf Makefile src/sbin/ipf/ipfs Makefile src/sbin/ipf/ipfstat Makefile src/sbin/ipf/ipftest Makefile src/sbin/ipf/ipmon Makefile src/sbin/ipf/ipnat Makefile src/sbin/ipf/ippool 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, 25 Apr 2005 18:55:53 -0000 darrenr 2005-04-25 18:55:52 UTC FreeBSD src repository Modified files: sbin/ipf Makefile Added files: sbin/ipf Makefile.inc sbin/ipf/ipf Makefile sbin/ipf/ipfs Makefile sbin/ipf/ipfstat Makefile sbin/ipf/ipftest Makefile sbin/ipf/ipmon Makefile sbin/ipf/ipnat Makefile sbin/ipf/ippool Makefile sbin/ipf/ipresend Makefile sbin/ipf/ipsend Makefile sbin/ipf/iptest Makefile sbin/ipf/libipf Makefile sbin/ipf/rules Makefile Log: create a new build heirarchy for ipfilter tools Revision Changes Path 1.16 +6 -16 src/sbin/ipf/Makefile 1.1 +24 -0 src/sbin/ipf/Makefile.inc (new) 1.1 +44 -0 src/sbin/ipf/ipf/Makefile (new) 1.1 +6 -0 src/sbin/ipf/ipfs/Makefile (new) 1.1 +11 -0 src/sbin/ipf/ipfstat/Makefile (new) 1.1 +103 -0 src/sbin/ipf/ipftest/Makefile (new) 1.1 +37 -0 src/sbin/ipf/ipmon/Makefile (new) 1.1 +39 -0 src/sbin/ipf/ipnat/Makefile (new) 1.1 +36 -0 src/sbin/ipf/ippool/Makefile (new) 1.1 +11 -0 src/sbin/ipf/ipresend/Makefile (new) 1.1 +40 -0 src/sbin/ipf/ipsend/Makefile (new) 1.1 +11 -0 src/sbin/ipf/iptest/Makefile (new) 1.1 +33 -0 src/sbin/ipf/libipf/Makefile (new) 1.1 +17 -0 src/sbin/ipf/rules/Makefile (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:56: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 89D8516A4D3; Mon, 25 Apr 2005 18:56:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E8F43D55; Mon, 25 Apr 2005 18:56:42 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIugX1024251; Mon, 25 Apr 2005 18:56:42 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIugpi024250; Mon, 25 Apr 2005 18:56:42 GMT (envelope-from darrenr) Message-Id: <200504251856.j3PIugpi024250@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:56: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/sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 18:56:42 -0000 darrenr 2005-04-25 18:56:42 UTC FreeBSD src repository Modified files: sbin Makefile Log: There's only one ipfilter directory now Revision Changes Path 1.148 +0 -8 src/sbin/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 25 18:59: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 92F9016A4CE; Mon, 25 Apr 2005 18:59:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 647CA43D3F; Mon, 25 Apr 2005 18:59:29 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PIxTrl024459; Mon, 25 Apr 2005 18:59:29 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PIxTcn024458; Mon, 25 Apr 2005 18:59:29 GMT (envelope-from darrenr) Message-Id: <200504251859.j3PIxTcn024458@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 18:59: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/sbin/ipfs Makefile src/sbin/ipmon Makefile src/sbin/ipnat Makefile src/sbin/ipfstat 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, 25 Apr 2005 18:59:29 -0000 darrenr 2005-04-25 18:59:29 UTC FreeBSD src repository Removed files: sbin/ipfs Makefile sbin/ipmon Makefile sbin/ipnat Makefile sbin/ipfstat Makefile Log: remove old directories used to build ipfilter tools Revision Changes Path 1.6 +0 -15 src/sbin/ipfs/Makefile (dead) 1.20 +0 -19 src/sbin/ipfstat/Makefile (dead) 1.16 +0 -15 src/sbin/ipmon/Makefile (dead) 1.17 +0 -20 src/sbin/ipnat/Makefile (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 19:02: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 A3E6016A4CE; Mon, 25 Apr 2005 19:02:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A98143D39; Mon, 25 Apr 2005 19:02:05 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PJ25t5024682; Mon, 25 Apr 2005 19:02:05 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PJ25qw024681; Mon, 25 Apr 2005 19:02:05 GMT (envelope-from darrenr) Message-Id: <200504251902.j3PJ25qw024681@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 19:02: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.sbin/ipresend Makefile src/usr.sbin/iptest Makefile src/usr.sbin/ipftest Makefile src/usr.sbin/ipsend 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, 25 Apr 2005 19:02:05 -0000 darrenr 2005-04-25 19:02:05 UTC FreeBSD src repository Removed files: usr.sbin/ipresend Makefile usr.sbin/iptest Makefile usr.sbin/ipftest Makefile usr.sbin/ipsend Makefile Log: Remove directories no longer used for building ipfilter tools Revision Changes Path 1.14 +0 -19 src/usr.sbin/ipftest/Makefile (dead) 1.12 +0 -17 src/usr.sbin/ipresend/Makefile (dead) 1.16 +0 -23 src/usr.sbin/ipsend/Makefile (dead) 1.12 +0 -16 src/usr.sbin/iptest/Makefile (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 19:04: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 4946F16A4CE; Mon, 25 Apr 2005 19:04:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12EFA43D1D; Mon, 25 Apr 2005 19:04:13 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PJ4C4x024766; Mon, 25 Apr 2005 19:04:12 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PJ4Cc3024765; Mon, 25 Apr 2005 19:04:12 GMT (envelope-from darrenr) Message-Id: <200504251904.j3PJ4Cc3024765@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 19: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/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 19:04:13 -0000 darrenr 2005-04-25 19:04:12 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: all the ipfilter tools are now built from sbin/Makefile, so remove them from this Makefile. Revision Changes Path 1.331 +0 -11 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 25 19:15: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 82D3016A4CE; Mon, 25 Apr 2005 19:15:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B15743D67; Mon, 25 Apr 2005 19:15:20 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PJFKsx025279; Mon, 25 Apr 2005 19:15:20 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PJFKn8025278; Mon, 25 Apr 2005 19:15:20 GMT (envelope-from darrenr) Message-Id: <200504251915.j3PJFKn8025278@repoman.freebsd.org> From: Darren Reed Date: Mon, 25 Apr 2005 19:15: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/contrib/ipfilter solaris.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 19:15:20 -0000 darrenr 2005-04-25 19:15:20 UTC FreeBSD src repository Removed files: contrib/ipfilter solaris.c Log: this file does not belong in a freebsd distribution Revision Changes Path 1.2 +0 -1018 src/contrib/ipfilter/solaris.c (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 25 19:22: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 C4B2716A4CE; Mon, 25 Apr 2005 19:22:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9977043D31; Mon, 25 Apr 2005 19:22:05 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PJM5vt025524; Mon, 25 Apr 2005 19:22:05 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PJM56h025523; Mon, 25 Apr 2005 19:22:05 GMT (envelope-from kris) Message-Id: <200504251922.j3PJM56h025523@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 25 Apr 2005 19:22: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 vm_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 19:22:05 -0000 kris 2005-04-25 19:22:05 UTC FreeBSD src repository Modified files: sys/vm vm_init.c Log: Add the vm.exec_map_entries tunable and read-only sysctl, which controls the number of entries in exec_map (maximum number of simultaneous execs that can be handled by the kernel). The default value of 16 is insufficient on heavily loaded machines (particularly SMP machines), and if it is exceeded then executing further processes will generate a SIGABRT. This is a workaround until a better solution can be implemented. Reviewed by: alc MFC after: 3 days Revision Changes Path 1.46 +7 -1 src/sys/vm/vm_init.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 19:58: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 B8CB416A503; Mon, 25 Apr 2005 19:58:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64AC743D31; Mon, 25 Apr 2005 19:58:21 +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 j3PJwLr9027744; Mon, 25 Apr 2005 19:58:21 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PJwLt9027743; Mon, 25 Apr 2005 19:58:21 GMT (envelope-from scottl) Message-Id: <200504251958.j3PJwLt9027743@repoman.freebsd.org> From: Scott Long Date: Mon, 25 Apr 2005 19:58: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/amd64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 19:58:21 -0000 scottl 2005-04-25 19:58:20 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES Log: Remove the ACPI_MAX_THREADS option. Revision Changes Path 1.33 +0 -3 src/sys/amd64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Apr 25 19:59: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 D736F16A4D3; Mon, 25 Apr 2005 19:59:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DA843D31; Mon, 25 Apr 2005 19:59: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 j3PJx9su027919; Mon, 25 Apr 2005 19:59:09 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PJx9xx027918; Mon, 25 Apr 2005 19:59:09 GMT (envelope-from scottl) Message-Id: <200504251959.j3PJx9xx027918@repoman.freebsd.org> From: Scott Long Date: Mon, 25 Apr 2005 19:59: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/conf NOTES src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 19:59:10 -0000 scottl 2005-04-25 19:59:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/conf NOTES sys/i386/conf NOTES Log: Remove the ACPI_MAX_THREADS option. Revision Changes Path 1.18.2.6 +0 -3 src/sys/amd64/conf/NOTES 1.1168.2.6 +0 -3 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Apr 25 20:03: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 D0F7B16A4CE; Mon, 25 Apr 2005 20:03:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A97A743D41; Mon, 25 Apr 2005 20:03:53 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PK3rWi028404; Mon, 25 Apr 2005 20:03:53 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PK3rek028403; Mon, 25 Apr 2005 20:03:53 GMT (envelope-from kan) Message-Id: <200504252003.j3PK3rek028403@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 25 Apr 2005 20:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/lib/libc/amd64/sys cerror.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: Mon, 25 Apr 2005 20:03:54 -0000 kan 2005-04-25 20:03:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) lib/libc/amd64/sys cerror.S Log: MFC r1.14: Do not try to store 64 bits into 32 bit errno variable. Approved by: re (kensmith) Revision Changes Path 1.13.10.1 +1 -1 src/lib/libc/amd64/sys/cerror.S From owner-cvs-src@FreeBSD.ORG Mon Apr 25 20:04: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 342EC16A4CE; Mon, 25 Apr 2005 20:04:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB8943D1F; Mon, 25 Apr 2005 20:04:54 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PK4rEL028493; Mon, 25 Apr 2005 20:04:53 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PK4rUA028492; Mon, 25 Apr 2005 20:04:53 GMT (envelope-from kan) Message-Id: <200504252004.j3PK4rUA028492@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 25 Apr 2005 20:04: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/lib/libc/amd64/sys cerror.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: Mon, 25 Apr 2005 20:04:54 -0000 kan 2005-04-25 20:04:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/amd64/sys cerror.S Log: MFC r1.14: Do not try to store 64 bits into 32 bit errno variable. Approved by: re (kensmith) Revision Changes Path 1.13.6.1 +1 -1 src/lib/libc/amd64/sys/cerror.S From owner-cvs-src@FreeBSD.ORG Mon Apr 25 20:15: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 D47BC16A50B; Mon, 25 Apr 2005 20:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB04D43D60; Mon, 25 Apr 2005 20:15:49 +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 j3PKFnQM029494; Mon, 25 Apr 2005 20:15:49 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PKFnOi029493; Mon, 25 Apr 2005 20:15:49 GMT (envelope-from scottl) Message-Id: <200504252015.j3PKFnOi029493@repoman.freebsd.org> From: Scott Long Date: Mon, 25 Apr 2005 20:15:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/i386/conf NOTES src/sys/amd64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 20:15:50 -0000 scottl 2005-04-25 20:15:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/i386/conf NOTES sys/amd64/conf NOTES Log: Remove the ACPI_MAX_THREADS option. Approved by: re Revision Changes Path 1.18.2.4.2.1 +0 -3 src/sys/amd64/conf/NOTES 1.1168.2.5.2.1 +0 -3 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Apr 25 20:30: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 0F4F416A4CE; Mon, 25 Apr 2005 20:30:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF05143D49; Mon, 25 Apr 2005 20:30:24 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PKUOxB030769; Mon, 25 Apr 2005 20:30:24 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PKUOI0030768; Mon, 25 Apr 2005 20:30:24 GMT (envelope-from peter) Message-Id: <200504252030.j3PKUOI0030768@repoman.freebsd.org> From: Peter Wemm Date: Mon, 25 Apr 2005 20:30:24 +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/i386/sys Makefile.inc i386_get_fsbase.c i386_get_gsbase.c i386_set_fsbase.c i386_set_gsbase.c src/sys/i386/include sysarch.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, 25 Apr 2005 20:30:25 -0000 peter 2005-04-25 20:30:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/i386/sys Makefile.inc sys/i386/include sysarch.h Added files: (Branch: RELENG_5) lib/libc/i386/sys i386_get_fsbase.c i386_get_gsbase.c i386_set_fsbase.c i386_set_gsbase.c Log: Add 6.x-compatable fs/gsbase functions. This means we can use libraries with these symbols to satisfy things like libpthread.so.0 when running on a 6.x machine when the app is linked against libc.so.5. Note that these don't actually do anything on 5.x kernels yet. I'd actually like to have 5.x use these in the future though, in order to get rid of the evil #ifdef COMPAT_32BIT stuff. Revision Changes Path 1.27.4.2 +1 -0 src/lib/libc/i386/sys/Makefile.inc 1.1.2.1 +37 -0 src/lib/libc/i386/sys/i386_get_fsbase.c (new) 1.1.2.1 +37 -0 src/lib/libc/i386/sys/i386_get_gsbase.c (new) 1.1.2.1 +37 -0 src/lib/libc/i386/sys/i386_set_fsbase.c (new) 1.1.2.1 +37 -0 src/lib/libc/i386/sys/i386_set_gsbase.c (new) 1.20.2.2 +8 -0 src/sys/i386/include/sysarch.h From owner-cvs-src@FreeBSD.ORG Mon Apr 25 22:11: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 214FC16A4CE; Mon, 25 Apr 2005 22:11:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A00643D55; Mon, 25 Apr 2005 22:11:44 +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 j3PMBhjI041437; Mon, 25 Apr 2005 22:11:43 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PMBheb041436; Mon, 25 Apr 2005 22:11:43 GMT (envelope-from scottl) Message-Id: <200504252211.j3PMBheb041436@repoman.freebsd.org> From: Scott Long Date: Mon, 25 Apr 2005 22:11: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/dev/esp ncr53c9x.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 22:11:44 -0000 scottl 2005-04-25 22:11:43 UTC FreeBSD src repository Modified files: sys/dev/esp ncr53c9x.c Log: Apply a torniquet to the problem of the drive unexpectedly disconnecting during a data phase. Before, we would try to recover the autosense, but the DMA engine would still be active with interrupted transfer, and we'd quickly spiral out of control and cause massive data corruption. For now, just reset the chip and cancel everything. The better solution is to cancel the DMA operation, but there is no clear way to do that right now. The data corruption problem is severe enough to warrant this fix in the interim. Thanks to Kris Kenneway to sacrificing countless filesystems to this bug. MFC After: 3 days Revision Changes Path 1.11 +9 -1 src/sys/dev/esp/ncr53c9x.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 22: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 4E05516A4CE for ; Mon, 25 Apr 2005 22:12:04 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A384B43D5C for ; Mon, 25 Apr 2005 22:12:03 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 25766 invoked from network); 25 Apr 2005 22:12:03 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 25 Apr 2005 22:12:03 -0000 Received: from [192.168.0.15] (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j3PMBvfv027487; Mon, 25 Apr 2005 18:11:57 -0400 (EDT) (envelope-from jhb@FreeBSD.org) In-Reply-To: <200504242021.j3OKLN6r013958@repoman.freebsd.org> References: <200504242021.j3OKLN6r013958@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: John Baldwin Date: Mon, 25 Apr 2005 10:15:48 -0400 To: Bill Paul X-Mailer: Apple Mail (2.622) X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED 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: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/compat/ndis kern_ndis.c kern_windrv.c ntoskrnl_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c if_ndis_pccard.c if_ndis_pci.c if_ndis_usb.c if_ndisvar.h src/sys/modules/if_ndis... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 22:12:04 -0000 On Apr 24, 2005, at 4:21 PM, Bill Paul wrote: > wpaul 2005-04-24 20:21:22 UTC > > FreeBSD src repository > > Modified files: > sys/modules Makefile > sys/compat/ndis kern_ndis.c kern_windrv.c ntoskrnl_var.h > subr_hal.c subr_ndis.c subr_ntoskrnl.c > sys/dev/if_ndis if_ndis.c if_ndis_pccard.c if_ndis_pci.c > if_ndis_usb.c if_ndisvar.h > sys/modules/if_ndis Makefile > sys/conf files.amd64 files.i386 > usr.sbin/ndiscvt Makefile > Added files: > usr.sbin/ndiscvt ndisgen.8 ndisgen.sh windrv_stub.c > Log: > Throw the switch on the new driver generation/loading mechanism. From > here on in, if_ndis.ko will be pre-built as a module, and can be > built > into a static kernel (though it's not part of GENERIC). Drivers are > created using the new ndisgen(8) script, which uses ndiscvt(8) under > the covers, along with a few other tools. The result is a driver > module > that can be kldloaded into the kernel. Very cool! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 25 22:12: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 5AC7516A4CF for ; Mon, 25 Apr 2005 22:12:26 +0000 (GMT) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9802943D1D for ; Mon, 25 Apr 2005 22:12:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 32127 invoked from network); 25 Apr 2005 22:12:25 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 25 Apr 2005 22:12:24 -0000 Received: from [192.168.0.15] (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j3PMBvfw027487; Mon, 25 Apr 2005 18:12:17 -0400 (EDT) (envelope-from jhb@FreeBSD.org) In-Reply-To: <20050418175506.E67458@mail.chesapeake.net> References: <200504152145.j3FLj2Oi004736@repoman.freebsd.org> <20050418043305.GA35779@FreeBSD.org> <200504181451.00926.doconnor@gsoft.com.au> <200504181441.37979.peter@wemm.org> <20050418175506.E67458@mail.chesapeake.net> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <895fd21af050f3338685e25e9cfc01e1@FreeBSD.org> Content-Transfer-Encoding: 7bit From: John Baldwin Date: Mon, 25 Apr 2005 12:24:44 -0400 To: Jeff Roberson X-Mailer: Apple Mail (2.622) X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: Alexey Dokuchaev cc: src-committers@FreeBSD.org cc: Peter Wemm cc: Daniel O'Connor cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_pageq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 22:12:26 -0000 On Apr 18, 2005, at 5:55 PM, Jeff Roberson wrote: > On Mon, 18 Apr 2005, Peter Wemm wrote: > >> On Sunday 17 April 2005 10:21 pm, Daniel O'Connor wrote: >>> On Mon, 18 Apr 2005 14:03, Alexey Dokuchaev wrote: >>>>> knows of specific physical addresses that have bit errors (such >>>>> as from a memtest run) so that one can blacklist the bad pages >>>>> while waiting for the new sticks of RAM to arrive. The physical >>>>> addresses of any ignored pages are listed in the message buffer >>>>> as well. >>>> >>>> Should not this list get populated automatically? :-) >>> >>> You could integrate Memtest86+ into the loader and do a run before >>> booting the kernel 8-) >> >> What a brilliant idea! John ran memtest86 at usenix for something >> like >> 40 minutes to find this problem.... I guess this would encourage >> people to write non-crashing kernel code :-) > > Didn't the bios report parity errors? No. The week before Usenix I updated all my ports and the OOo build failed once with as complaining about an invalid instruction 'mgvl'. Note that 'g' is 'o' with the 0x8 bit cleared. So, at Usenix I burned a memtest CD and ran it. Sure enough, it found an address where the 0x8 bit was stuck at zero. So, I whipped up the tunable so I could make my laptop more reliable until I get a chance to get some new memory for it. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 25 22:16: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 9DE6616A4CF; Mon, 25 Apr 2005 22:16:21 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448DC43D58; Mon, 25 Apr 2005 22:16:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 93251530DF; Mon, 25 Apr 2005 15:16:20 -0700 (PDT) Date: Mon, 25 Apr 2005 15:16:20 -0700 From: Kris Kennaway To: Scott Long Message-ID: <20050425221620.GB8938@xor.obsecurity.org> References: <200504252211.j3PMBheb041436@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcHopEYAB45HaUaB" Content-Disposition: inline In-Reply-To: <200504252211.j3PMBheb041436@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/esp ncr53c9x.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 22:16:21 -0000 --qcHopEYAB45HaUaB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 25, 2005 at 10:11:43PM +0000, Scott Long wrote: > scottl 2005-04-25 22:11:43 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/esp ncr53c9x.c=20 > Log: > Apply a torniquet to the problem of the drive unexpectedly disconnecting > during a data phase. Before, we would try to recover the autosense, but > the DMA engine would still be active with interrupted transfer, and we'd > quickly spiral out of control and cause massive data corruption. For n= ow, > just reset the chip and cancel everything. The better solution is to > cancel the DMA operation, but there is no clear way to do that right no= w. > The data corruption problem is severe enough to warrant this fix in the > interim. Thanks to Kris Kenneway to sacrificing countless filesystems = to > this bug. > =20 > MFC After: 3 days Thanks for fixing it! Kris --qcHopEYAB45HaUaB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCbWw0Wry0BWjoQKURAh8PAKDn+iBiohmCYk9hCTMtdsYLyiFMLACfTFwS 81Aousc6CwOGpqwhXezgQvM= =VBTP -----END PGP SIGNATURE----- --qcHopEYAB45HaUaB-- From owner-cvs-src@FreeBSD.ORG Mon Apr 25 22:55: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 A5C1C16A4CE; Mon, 25 Apr 2005 22:55:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC3343D2F; Mon, 25 Apr 2005 22:55:14 +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 j3PMtCtF047676; Mon, 25 Apr 2005 22:55:13 GMT (envelope-from davidxu@freebsd.org) Message-ID: <426D755A.4030401@freebsd.org> Date: Tue, 26 Apr 2005 06:55:22 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050402 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Paul References: <200504251829.j3PITgRa021805@repoman.freebsd.org> In-Reply-To: <200504251829.j3PITgRa021805@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/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 22:55:14 -0000 Bill Paul wrote: >wpaul 2005-04-25 18:29:42 UTC > > FreeBSD src repository > > Modified files: > sys/dev/vge if_vge.c > Log: > Reading the EEPROM to learn the station address doesn't seem to work > on boards with VIA gigE controllers that are embedded in VIA chipsets. > Presumably, they don't have an external EEPROM and store the MAC > address somewhere else. To get around this, force an autoload and > read the station address from the RX filter registers instead. > This has been tested to work on both embedded and standalone > controllers. > > Revision Changes Path > 1.7 +11 -0 src/sys/dev/vge/if_vge.c > > > > with this change, I got following error on my abit av8: vge0: port 0xb800-0xb8ff mem 0xf8122000-0xf81220ff irq 22 at device 14.0 on pci0 vge0: MII read timed out vge0: failed to start MII autopoll vge0: MII without any phy! device_attach: vge0 attach returned 6 before this change, it can work for a while, then it will timeout : vge0: watchdog timeout vge0: soft reset timed outvge0: EEPROM reload timed out vge0: setting CAM filter failed miibus1: unknown CICADA PHY model 0 miibus1: unknown CICADA PHY model 0 rl0: link state changed to DOWN David Xu From owner-cvs-src@FreeBSD.ORG Mon Apr 25 23:02: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 8602E16A4CE; Mon, 25 Apr 2005 23:02:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE5843D2F; Mon, 25 Apr 2005 23:02:21 +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 j3PN2LhY043374; Mon, 25 Apr 2005 23:02:21 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PN2LJL043373; Mon, 25 Apr 2005 23:02:21 GMT (envelope-from marcel) Message-Id: <200504252302.j3PN2LJL043373@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 25 Apr 2005 23:02: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/sys/alpha/osf1 osf1_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 23:02:21 -0000 marcel 2005-04-25 23:02:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/alpha/osf1 osf1_misc.c Log: Intend: unbreak the alpha tinderbox: The use of INT_MAX in the kernel requires the explicit inclusion of Tested: not -- not even compiled. Just like the previous revision. Revision Changes Path 1.47.2.7 +1 -0 src/sys/alpha/osf1/osf1_misc.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 23: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 334CB16A4CE; Mon, 25 Apr 2005 23:03:16 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5938843D58; Mon, 25 Apr 2005 23:03:15 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a172.otenet.gr [212.205.215.172]) j3PN1wTx032557; Tue, 26 Apr 2005 02:01:58 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j3PN2wZZ043825; Tue, 26 Apr 2005 02:02:58 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j3PN2waR043824; Tue, 26 Apr 2005 02:02:58 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 26 Apr 2005 02:02:58 +0300 From: Giorgos Keramidas To: Darren Reed Message-ID: <20050425230258.GA43254@gothmog.gr> References: <200504251855.j3PItq62024205@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504251855.j3PItq62024205@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ipf Makefile Makefile.inc src/sbin/ipf/ipf Makefile src/sbin/ipf/ipfs Makefile src/sbin/ipf/ipfstat Makefile src/sbin/ipf/ipftest Makefile src/sbin/ipf/ipmon Makefile src/sbin/ipf/ipnat Makefile src/sbin/ipf/ippool 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, 25 Apr 2005 23:03:16 -0000 On 2005-04-25 18:55, Darren Reed wrote: >create a new build heirarchy for ipfilter tools > >Revision Changes Path >1.16 +6 -16 src/sbin/ipf/Makefile >1.1 +24 -0 src/sbin/ipf/Makefile.inc (new) >1.1 +44 -0 src/sbin/ipf/ipf/Makefile (new) >[...] Hi Darren, this breaks the src/rescue/rescue build, because one more level is introduced for the IP Filter tools and the ipl.h header cannot be located without src/sys/contrib/ipfilter/netinet/ in the include path too. The following seems to fix the build of at least src/rescue here, at least until the link stage. Then it breaks again because of a missing libipf :-( %%% Index: rescue/rescue/Makefile =================================================================== RCS file: /home/ncvs/src/rescue/rescue/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- rescue/rescue/Makefile 18 Mar 2005 12:55:07 -0000 1.42 +++ rescue/rescue/Makefile 25 Apr 2005 22:05:19 -0000 @@ -124,7 +124,8 @@ .endif .if !defined(NO_IPFILTER) -CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat +CRUNCH_SRCDIRS += sbin/ipf +CRUNCH_PROGS_sbin/ipf += ipf ipfs ipfstat ipmon ipnat .endif # crunchgen does not like C++ programs; this should be fixed someday Index: sbin/ipf/Makefile.inc =================================================================== RCS file: /home/ncvs/src/sbin/ipf/Makefile.inc,v retrieving revision 1.1 diff -u -r1.1 Makefile.inc --- sbin/ipf/Makefile.inc 25 Apr 2005 18:55:50 -0000 1.1 +++ sbin/ipf/Makefile.inc 25 Apr 2005 21:57:36 -0000 @@ -6,6 +6,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter +CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter/netinet CFLAGS+= -DSTATETOP -D__UIO_EXPOSE IPFOBJDIR= ${.OBJDIR}/../libipf %%% From owner-cvs-src@FreeBSD.ORG Mon Apr 25 23:26: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 8EB1416A4CE; Mon, 25 Apr 2005 23:26:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A9443D2F; Mon, 25 Apr 2005 23:26:20 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3PNQKcX044253; Mon, 25 Apr 2005 23:26:20 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3PNQKVP044252; Mon, 25 Apr 2005 23:26:20 GMT (envelope-from wpaul) Message-Id: <200504252326.j3PNQKVP044252@repoman.freebsd.org> From: Bill Paul Date: Mon, 25 Apr 2005 23:26: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/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 23:26:20 -0000 wpaul 2005-04-25 23:26:20 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Remove the extra EEPROM reload step I added before. vge_reset() already does this anyway. Revision Changes Path 1.9 +0 -2 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Mon Apr 25 23:33:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id CFF5B16A4CF; Mon, 25 Apr 2005 23:33:41 +0000 (GMT) In-Reply-To: <426D755A.4030401@freebsd.org> from David Xu at "Apr 26, 2005 06:55:22 am" To: davidxu@freebsd.org (David Xu) Date: Mon, 25 Apr 2005 23:33:41 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20050425233341.CFF5B16A4CF@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 23:33:42 -0000 > with this change, I got following error on my abit av8: > vge0: port 0xb800-0xb8ff mem > 0xf8122000-0xf81220ff irq 22 at device 14.0 on pci0 > vge0: MII read timed out > vge0: failed to start MII autopoll > vge0: MII without any phy! > device_attach: vge0 attach returned 6 Fine, I took the reload step out. This should fix it. (If reading the RX filter registers instead of the EEPROM makes it mad, then I'll scream.) > before this change, it can work for a while, then it will timeout : > > vge0: watchdog timeout > vge0: soft reset timed outvge0: EEPROM reload timed out > vge0: setting CAM filter failed > miibus1: unknown CICADA PHY model 0 > miibus1: unknown CICADA PHY model 0 > rl0: link state changed to DOWN It must not be that important to you since you never bothered to mention this to anyone before. Given all the various things it's complaining about when it fails, it looks like the driver is no longer able to communicate with the device over the PCI bus. All register accesses are failing. This may not be a problem with the driver per-se, but with the PCI bridge. It might be the device has completely locked up, but if vge_reset() doesn't bring it back to life, then I don't know what else to do. You can try changing SYS_RES_MEMORY to SYS_RES_IO to have the driver uses prorgrammed I/O register access instead of memory mapped access, but if that doesn'tmake it go away, I would start looking into PCI bridge bugs and workarounds. -Bill From owner-cvs-src@FreeBSD.ORG Tue Apr 26 00: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 9CE7716A4CE; Tue, 26 Apr 2005 00:06:50 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECF343D31; Tue, 26 Apr 2005 00:06:49 +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.3/8.13.3) with ESMTP id j3Q0BUQF007074; Mon, 25 Apr 2005 18:11:30 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <426D854B.6050801@samsco.org> Date: Mon, 25 Apr 2005 18:03:23 -0600 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: Giorgos Keramidas References: <200504251855.j3PItq62024205@repoman.freebsd.org> <20050425230258.GA43254@gothmog.gr> In-Reply-To: <20050425230258.GA43254@gothmog.gr> 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: Darren Reed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipf Makefile Makefile.inc src/sbin/ipf/ipf src/sbin/ipf/ipftestsrc/sbin/ipf/ippool 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, 26 Apr 2005 00:06:50 -0000 Darren and Giorgos, Even if you enable NO_IPFILTER and NO_RESCUE, the built fails in kdump, apparently due to a nested include problem with ip_fil.h. There doesn't seem to be an easy way to turn this off either. Scott Giorgos Keramidas wrote: > On 2005-04-25 18:55, Darren Reed wrote: > >>create a new build heirarchy for ipfilter tools >> >>Revision Changes Path >>1.16 +6 -16 src/sbin/ipf/Makefile >>1.1 +24 -0 src/sbin/ipf/Makefile.inc (new) >>1.1 +44 -0 src/sbin/ipf/ipf/Makefile (new) >>[...] > > > Hi Darren, > > this breaks the src/rescue/rescue build, because one more level is > introduced for the IP Filter tools and the ipl.h header cannot be > located without src/sys/contrib/ipfilter/netinet/ in the include path > too. The following seems to fix the build of at least src/rescue here, > at least until the link stage. Then it breaks again because of a > missing libipf :-( > > %%% > Index: rescue/rescue/Makefile > =================================================================== > RCS file: /home/ncvs/src/rescue/rescue/Makefile,v > retrieving revision 1.42 > diff -u -r1.42 Makefile > --- rescue/rescue/Makefile 18 Mar 2005 12:55:07 -0000 1.42 > +++ rescue/rescue/Makefile 25 Apr 2005 22:05:19 -0000 > @@ -124,7 +124,8 @@ > .endif > > .if !defined(NO_IPFILTER) > -CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat > +CRUNCH_SRCDIRS += sbin/ipf > +CRUNCH_PROGS_sbin/ipf += ipf ipfs ipfstat ipmon ipnat > .endif > > # crunchgen does not like C++ programs; this should be fixed someday > Index: sbin/ipf/Makefile.inc > =================================================================== > RCS file: /home/ncvs/src/sbin/ipf/Makefile.inc,v > retrieving revision 1.1 > diff -u -r1.1 Makefile.inc > --- sbin/ipf/Makefile.inc 25 Apr 2005 18:55:50 -0000 1.1 > +++ sbin/ipf/Makefile.inc 25 Apr 2005 21:57:36 -0000 > @@ -6,6 +6,7 @@ > CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools > CFLAGS+= -I${.CURDIR}/../../../sys > CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter > +CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter/netinet > CFLAGS+= -DSTATETOP -D__UIO_EXPOSE > > IPFOBJDIR= ${.OBJDIR}/../libipf > %%% From owner-cvs-src@FreeBSD.ORG Tue Apr 26 00:10: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 1540D16A4CE; Tue, 26 Apr 2005 00:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3CF43D1D; Tue, 26 Apr 2005 00:10:19 +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 j3Q0AIYX058905; Tue, 26 Apr 2005 00:10:18 GMT (envelope-from davidxu@freebsd.org) Message-ID: <426D86F3.8000706@freebsd.org> Date: Tue, 26 Apr 2005 08:10:27 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050402 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Paul References: <20050425233341.CFF5B16A4CF@hub.freebsd.org> In-Reply-To: <20050425233341.CFF5B16A4CF@hub.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/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 00:10:20 -0000 Bill Paul wrote: >>with this change, I got following error on my abit av8: >>vge0: port 0xb800-0xb8ff mem >>0xf8122000-0xf81220ff irq 22 at device 14.0 on pci0 >>vge0: MII read timed out >>vge0: failed to start MII autopoll >>vge0: MII without any phy! >>device_attach: vge0 attach returned 6 >> >> > >Fine, I took the reload step out. This should fix it. (If reading >the RX filter registers instead of the EEPROM makes it mad, then >I'll scream.) > > > With your lastest change, I still get same error result. >>before this change, it can work for a while, then it will timeout : >> >>vge0: watchdog timeout >>vge0: soft reset timed outvge0: EEPROM reload timed out >>vge0: setting CAM filter failed >>miibus1: unknown CICADA PHY model 0 >>miibus1: unknown CICADA PHY model 0 >>rl0: link state changed to DOWN >> >> > >It must not be that important to you since you never bothered to mention >this to anyone before. > >Given all the various things it's complaining about when it fails, >it looks like the driver is no longer able to communicate with the device >over the PCI bus. All register accesses are failing. This may not be a >problem with the driver per-se, but with the PCI bridge. It might be >the device has completely locked up, but if vge_reset() doesn't bring >it back to life, then I don't know what else to do. > > > Without recent change, I can kldunload and kldload it to bring it back to work. >You can try changing SYS_RES_MEMORY to SYS_RES_IO to have the driver >uses prorgrammed I/O register access instead of memory mapped access, >but if that doesn'tmake it go away, I would start looking into PCI >bridge bugs and workarounds. > > > Will try. >-Bill > > > > > From owner-cvs-src@FreeBSD.ORG Tue Apr 26 00:29: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 D859616A4CE; Tue, 26 Apr 2005 00:29:20 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1760D43D2F; Tue, 26 Apr 2005 00:29:20 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a172.otenet.gr [212.205.215.172]) j3Q0S01A017141; Tue, 26 Apr 2005 03:28:03 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j3Q0SxGA086462; Tue, 26 Apr 2005 03:28:59 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j3Q0Sxus086461; Tue, 26 Apr 2005 03:28:59 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 26 Apr 2005 03:28:59 +0300 From: Giorgos Keramidas To: Scott Long Message-ID: <20050426002859.GA83943@gothmog.gr> References: <200504251855.j3PItq62024205@repoman.freebsd.org> <20050425230258.GA43254@gothmog.gr> <426D854B.6050801@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <426D854B.6050801@samsco.org> cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ipf Makefile Makefile.inc src/sbin/ipf/ipf Makefile src/sbin/ipf/ipfs Makefile src/sbin/ipf/ipfstat Makefile src/sbin/ipf/ipftest Makefile src/sbin/ipf/ipmon Makefile src/sbin/ipf/ipnat Makefile src/sbin/ipf/ippool 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, 26 Apr 2005 00:29:21 -0000 On 2005-04-25 18:03, Scott Long wrote: >Giorgos Keramidas wrote: >>On 2005-04-25 18:55, Darren Reed wrote: >>> create a new build heirarchy for ipfilter tools >> >> Hi Darren, >> this breaks the src/rescue/rescue build, because one more level is >> introduced for the IP Filter tools and the ipl.h header cannot be >> located without src/sys/contrib/ipfilter/netinet/ in the include path >> too. The following seems to fix the build of at least src/rescue here, >> at least until the link stage. Then it breaks again because of a >> missing libipf :-( > > Darren and Giorgos, > Even if you enable NO_IPFILTER and NO_RESCUE, the built fails in > kdump, apparently due to a nested include problem with ip_fil.h. > There doesn't seem to be an easy way to turn this off either. A buildworld takes a few hours here (slow workstation). I'll look again into this after the current runs finishes, but it may take a few hours before I have a definitive buildworld unbreaking diff. In the mean time, of course, Darren may fix this, but anyway :) From owner-cvs-src@FreeBSD.ORG Tue Apr 26 00:51: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 D9C5116A4CE; Tue, 26 Apr 2005 00:51:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF1543D1D; Tue, 26 Apr 2005 00:51:19 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3Q0pJqM054262; Tue, 26 Apr 2005 00:51:19 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q0pJUp054261; Tue, 26 Apr 2005 00:51:19 GMT (envelope-from jcamou) Message-Id: <200504260051.j3Q0pJUp054261@repoman.freebsd.org> From: "Jesus R. Camou" Date: Tue, 26 Apr 2005 00:51:19 +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/share/man/man4 ip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 00:51:20 -0000 jcamou 2005-04-26 00:51:19 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 ip.4 Log: MFC: o mention the required byte order in the ``ip'' man page. o put the word ``raw'' somewhere in the title of the ``ip'' man page. PR: docs/30873 Submitted by: Douglas De Couto Approved by: trhodes (mentor) Revision Changes Path 1.13.2.11 +197 -25 src/share/man/man4/ip.4 From owner-cvs-src@FreeBSD.ORG Tue Apr 26 02:01: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 6644A16A4CE; Tue, 26 Apr 2005 02:01:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C2AE43D53; Tue, 26 Apr 2005 02:01:40 +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 j3Q21en1056849; Tue, 26 Apr 2005 02:01:40 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q21eS5056848; Tue, 26 Apr 2005 02:01:40 GMT (envelope-from scottl) Message-Id: <200504260201.j3Q21eS5056848@repoman.freebsd.org> From: Scott Long Date: Tue, 26 Apr 2005 02:01: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/include 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, 26 Apr 2005 02:01:40 -0000 scottl 2005-04-26 02:01:39 UTC FreeBSD src repository Modified files: include Makefile Log: Conditionalize the ipfilter header files on NO_IPFILTER. While normally these should be harmless, the kdump(1) build does evil things with collecting system header files, and thus would unconditionally collect and process these. MFC After: 3 days Revision Changes Path 1.240 +4 -0 src/include/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 26 02:32: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 B48DC16A4CE; Tue, 26 Apr 2005 02:32:23 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A61943D39; Tue, 26 Apr 2005 02:32:23 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])j3Q2WLml002896; Tue, 26 Apr 2005 12:32:21 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j3Q2WJIo029131; Tue, 26 Apr 2005 12:32:20 +1000 Date: Tue, 26 Apr 2005 12:31:35 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Darren Reed In-Reply-To: <200504251820.j3PIKGY1021086@repoman.freebsd.org> Message-ID: <20050426122439.F44263@delplex.bde.org> References: <200504251820.j3PIKGY1021086@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/contrib/ipfilter INST.FreeBSD-2.2 Makefile UPGRADE_NOTICE bpf-ipf.h bpf.h bpf_filter.c common.c facpri.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 26 Apr 2005 02:32:24 -0000 On Mon, 25 Apr 2005, Darren Reed wrote: > darrenr 2005-04-25 18:20:16 UTC > > FreeBSD src repository > > Modified files: > contrib/ipfilter INST.FreeBSD-2.2 Makefile bpf-ipf.h > ... > Log: > * Someone imported a lot of files with the wrong CVS tag, so lots of files need > that fixed in them.... > * Keep unnecessary files out of the non-vendor part of this CVS repository. > > Revision Changes Path > 1.2 +0 -707 src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt (dead) > 1.2 +0 -82 src/contrib/ipfilter/FWTK/tproxy.diff (dead) > 1.2 +0 -24 src/contrib/ipfilter/FreeBSD-4.0/INST.FreeBSD-4 (dead) > 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 > 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 > 1.2 +1 -1 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 > ... This seems to make matters much worse by taking vendor files of the vendor branch. Bruce From owner-cvs-src@FreeBSD.ORG Tue Apr 26 02:44:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 487E516A4CF; Tue, 26 Apr 2005 02:44:35 +0000 (GMT) In-Reply-To: <426D86F3.8000706@freebsd.org> from David Xu at "Apr 26, 2005 08:10:27 am" To: davidxu@freebsd.org (David Xu) Date: Tue, 26 Apr 2005 02:44:35 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20050426024435.487E516A4CF@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 02:44:35 -0000 > Bill Paul wrote: > > >>with this change, I got following error on my abit av8: > >>vge0: port 0xb800-0xb8ff mem > >>0xf8122000-0xf81220ff irq 22 at device 14.0 on pci0 > >>vge0: MII read timed out > >>vge0: failed to start MII autopoll > >>vge0: MII without any phy! > >>device_attach: vge0 attach returned 6 > >> > >> > > > >Fine, I took the reload step out. This should fix it. (If reading > >the RX filter registers instead of the EEPROM makes it mad, then > >I'll scream.) > > > > > > > With your lastest change, I still get same error result. I don't believe you. There's no reason why not reading the EEPROM would break it. Especially since it doesn't break my sample card. Whatever your problem is, I'm not even going to try to fix it without access to the hardware, so I guess you just lose. > >It must not be that important to you since you never bothered to mention > >this to anyone before. > > > >Given all the various things it's complaining about when it fails, > >it looks like the driver is no longer able to communicate with the device > >over the PCI bus. All register accesses are failing. This may not be a > >problem with the driver per-se, but with the PCI bridge. It might be > >the device has completely locked up, but if vge_reset() doesn't bring > >it back to life, then I don't know what else to do. > > > > > > > Without recent change, I can kldunload and kldload it to bring it back > to work. *sigh* Is there some reason you didn't feel like telling me this the first time? Why can't people just give me all the information up front instead of making me drag it out of them. Is it so hard? Do I fix the bugs by checking in one line of code at a time? No. So why do people only describe their problems one line at a time? -Bill From owner-cvs-src@FreeBSD.ORG Tue Apr 26 03:25: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 0EA2316A4CE; Tue, 26 Apr 2005 03:25:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D173E43D2F; Tue, 26 Apr 2005 03:25:54 +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 j3Q3Psi2060159; Tue, 26 Apr 2005 03:25:54 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q3Pss8060158; Tue, 26 Apr 2005 03:25:54 GMT (envelope-from maxim) Message-Id: <200504260325.j3Q3Pss8060158@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Apr 2005 03:25:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src UPDATING src/contrib/cvs/src login.c patch.c rcs.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 03:25:55 -0000 maxim 2005-04-26 03:25:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING contrib/cvs/src login.c patch.c rcs.c sys/conf newvers.sh Log: o Merge SA-05:05.cvs. Approved by: so (nectar) Revision Changes Path 1.73.2.80.2.35 +3 -0 src/UPDATING 1.3.2.4.2.1 +2 -2 src/contrib/cvs/src/login.c 1.1.1.7.2.5.2.1 +4 -3 src/contrib/cvs/src/patch.c 1.19.2.5.2.1 +6 -5 src/contrib/cvs/src/rcs.c 1.44.2.29.2.32 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue Apr 26 03:26:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 03D0416A4FB; Tue, 26 Apr 2005 03:25:57 +0000 (GMT) Date: Tue, 26 Apr 2005 03:25:56 +0000 From: Darren Reed To: Bruce Evans Message-ID: <20050426032556.GB14477@hub.freebsd.org> References: <200504251820.j3PIKGY1021086@repoman.freebsd.org> <20050426122439.F44263@delplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050426122439.F44263@delplex.bde.org> User-Agent: Mutt/1.4.2.1i cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/ipfilter INST.FreeBSD-2.2 Makefile UPGRADE_NOTICE bpf-ipf.h bpf.h bpf_filter.c common.c facpri.c facpri.h fils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 26 Apr 2005 03:26:00 -0000 On Tue, Apr 26, 2005 at 12:31:35PM +1000, Bruce Evans wrote: > > Revision Changes Path > > 1.2 +0 -707 src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt > > (dead) > > 1.2 +0 -82 src/contrib/ipfilter/FWTK/tproxy.diff (dead) > > 1.2 +0 -24 src/contrib/ipfilter/FreeBSD-4.0/INST.FreeBSD-4 > > (dead) > > 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 > > 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 > > 1.2 +1 -1 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 > > ... > > This seems to make matters much worse by taking vendor files of the vendor > branch. Hmmm? They shouldn't be present in future imports, either. Darren From owner-cvs-src@FreeBSD.ORG Tue Apr 26 03:26: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 2AA0916A4CE; Tue, 26 Apr 2005 03:26:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB5A43D45; Tue, 26 Apr 2005 03:26:54 +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 j3Q3QsWL060255; Tue, 26 Apr 2005 03:26:54 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q3Qs1Q060254; Tue, 26 Apr 2005 03:26:54 GMT (envelope-from maxim) Message-Id: <200504260326.j3Q3Qs1Q060254@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Apr 2005 03:26:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src UPDATING src/contrib/cvs/src login.c patch.c rcs.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 03:26:55 -0000 maxim 2005-04-26 03:26:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING contrib/cvs/src login.c patch.c rcs.c sys/conf newvers.sh Log: o Merge SA-05:05.cvs. Approved by: so (nectar) Revision Changes Path 1.73.2.89.2.17 +3 -0 src/UPDATING 1.3.2.4.4.1 +2 -2 src/contrib/cvs/src/login.c 1.1.1.7.2.5.4.1 +4 -3 src/contrib/cvs/src/patch.c 1.19.2.5.4.1 +6 -5 src/contrib/cvs/src/rcs.c 1.44.2.32.2.17 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Tue Apr 26 04: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 E5D9116A4CE; Tue, 26 Apr 2005 04:32:58 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E8343D49; Tue, 26 Apr 2005 04:32:58 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])j3Q4Wvml013058; Tue, 26 Apr 2005 14:32:57 +1000 Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) j3Q4Ws0I017154; Tue, 26 Apr 2005 14:32:55 +1000 Date: Tue, 26 Apr 2005 14:32:10 +1000 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Darren Reed In-Reply-To: <20050426032556.GB14477@hub.freebsd.org> Message-ID: <20050426141230.L1713@epsplex.bde.org> References: <200504251820.j3PIKGY1021086@repoman.freebsd.org> <20050426032556.GB14477@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Darren Reed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter INST.FreeBSD-2.2 Makefilefils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 26 Apr 2005 04:32:59 -0000 On Tue, 26 Apr 2005, Darren Reed wrote: > On Tue, Apr 26, 2005 at 12:31:35PM +1000, Bruce Evans wrote: >>> Revision Changes Path >>> 1.2 +0 -707 src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt >>> (dead) >>> 1.2 +0 -82 src/contrib/ipfilter/FWTK/tproxy.diff (dead) >>> 1.2 +0 -24 src/contrib/ipfilter/FreeBSD-4.0/INST.FreeBSD-4 >>> (dead) >>> 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 >>> 1.2 +2 -0 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 >>> 1.2 +1 -1 src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 >>> ... >> >> This seems to make matters much worse by taking vendor files of the vendor >> branch. > > Hmmm? > > They shouldn't be present in future imports, either. Most of them haven't been removed. Changes like +1 -1 indicate non-removal. I trimmed most of the context that has such changes. In the above, the change between 1.1 and 1.2 for FreeBSD-4.0/ipv6-patch-4.2 is from an unexpanded $NetBSD$ tag to an expanded $FreeBSD$ tag. Files in the contrib directory are supposed to have $FreeBSD$ tags if and only if FreeBSD actually changed them, and there shouldn't be many such files. In my year-old copy of the contrib directory, about 4% of the files have a $FreeBSD$ tag, and contrib/ipfilter has the same percentage of such files. Bruce From owner-cvs-src@FreeBSD.ORG Tue Apr 26 06: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 ECFF416A4CE; Tue, 26 Apr 2005 06:38:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA34943D2D; Tue, 26 Apr 2005 06:38:34 +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 j3Q6cY1h075314; Tue, 26 Apr 2005 06:38:34 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q6cYdl075313; Tue, 26 Apr 2005 06:38:34 GMT (envelope-from den) Message-Id: <200504260638.j3Q6cYdl075313@repoman.freebsd.org> From: Denis Peplin Date: Tue, 26 Apr 2005 06:38:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/hardware/common dev.sgml src/release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.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, 26 Apr 2005 06:38:35 -0000 den 2005-04-26 06:38:34 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5_4) release/doc/ru_RU.KOI8-R/hardware/common dev.sgml release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.sgml Log: Merge the following from the English version: 1.227.2.25 -> 1.227.2.26.2.2 hardware/common/dev.sgml Update also Russian override of dev-auto.sgml Approved by: re (hrs) Revision Changes Path 1.2.2.4.2.1 +11 -23 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.1.2.2.2.1 +5 -1 src/release/doc/ru_RU.KOI8-R/share/sgml/dev-auto-ru.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 26 06:42: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 5348416A4CE; Tue, 26 Apr 2005 06:42:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 279A943D39; Tue, 26 Apr 2005 06:42:34 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3Q6gYlD075520; Tue, 26 Apr 2005 06:42:34 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q6gYxf075519; Tue, 26 Apr 2005 06:42:34 GMT (envelope-from sos) Message-Id: <200504260642.j3Q6gYxf075519@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 26 Apr 2005 06:42: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/ata ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 06:42:34 -0000 sos 2005-04-26 06:42:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-raid.c Log: Fix a bug introduced in r1.89 thats caused leak of requests, and possibly bogus data to be written. Revision Changes Path 1.91 +1 -1 src/sys/dev/ata/ata-raid.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 09:23: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 BC6A316A4CE; Tue, 26 Apr 2005 09:23:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B5043D4C; Tue, 26 Apr 2005 09:23:21 +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 j3Q9NLej091491; Tue, 26 Apr 2005 09:23:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3Q9NL3a091490; Tue, 26 Apr 2005 09:23:21 GMT (envelope-from pjd) Message-Id: <200504260923.j3Q9NL3a091490@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 26 Apr 2005 09:23: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/sbin/geom/class/stripe gstripe.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 09:23:21 -0000 pjd 2005-04-26 09:23:21 UTC FreeBSD src repository Modified files: sbin/geom/class/stripe gstripe.8 Log: Fix stripe size in example. Found by: kris MFC after: 3 days Revision Changes Path 1.25 +1 -1 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-src@FreeBSD.ORG Tue Apr 26 10:59: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 2948416A4CE; Tue, 26 Apr 2005 10:59:16 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FC443D1D; Tue, 26 Apr 2005 10:59:15 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix4-2.free.fr (Postfix) with ESMTP id E2C0B23C925; Tue, 26 Apr 2005 12:59:14 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 21E424080; Tue, 26 Apr 2005 12:58:28 +0200 (CEST) Date: Tue, 26 Apr 2005 12:58:28 +0200 From: Jeremie Le Hen To: Darren Reed Message-ID: <20050426105828.GI91329@obiwan.tataz.chchile.org> References: <200504251820.j3PIKGY1021086@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504251820.j3PIKGY1021086@repoman.freebsd.org> User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter INST.FreeBSD-2.2 Makefile UPGRADE_NOTICE bpf-ipf.h bpf.h bpf_filter.c common.c facpri.c facpri.h fils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 26 Apr 2005 10:59:16 -0000 Hi, > Log: > * Someone imported a lot of files with the wrong CVS tag, so lots of files need > that fixed in them.... > * Keep unnecessary files out of the non-vendor part of this CVS repository. If I understand correctly, this brought a lot of junk into the repository. Will there be a repo-remove of it ? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-src@FreeBSD.ORG Tue Apr 26 11:15: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 6CDB616A4CE; Tue, 26 Apr 2005 11:15:50 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193C443D1D; Tue, 26 Apr 2005 11:15:49 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j3QBEQ5e026684; Tue, 26 Apr 2005 14:14:31 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j3QBFfKF078697; Tue, 26 Apr 2005 14:15:41 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)j3QBFZxO078696; Tue, 26 Apr 2005 14:15:35 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 26 Apr 2005 14:15:35 +0300 From: Giorgos Keramidas To: Scott Long Message-ID: <20050426111535.GA76030@orion.daedalusnetworks.priv> References: <200504251855.j3PItq62024205@repoman.freebsd.org> <20050425230258.GA43254@gothmog.gr> <426D854B.6050801@samsco.org> <20050426002859.GA83943@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050426002859.GA83943@gothmog.gr> cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ipf Makefile Makefile.inc src/sbin/ipf/ipf Makefile src/sbin/ipf/ipfs Makefile src/sbin/ipf/ipfstat Makefile src/sbin/ipf/ipftest Makefile src/sbin/ipf/ipmon Makefile src/sbin/ipf/ipnat Makefile src/sbin/ipf/ippool 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, 26 Apr 2005 11:15:50 -0000 On 2005-04-26 03:28, Giorgos Keramidas wrote: > A buildworld takes a few hours here (slow workstation). I'll look again > into this after the current runs finishes, but it may take a few hours > before I have a definitive buildworld unbreaking diff. > > In the mean time, of course, Darren may fix this, but anyway :) So far, I've discovered the following things that may need to change: % --- contrib/ipfilter/ip_fil_freebsd.c 25 Apr 2005 18:20:08 -0000 1.2 % +++ contrib/ipfilter/ip_fil_freebsd.c 26 Apr 2005 10:46:20 -0000 % @@ -61,7 +61,7 @@ % #include % #if __FreeBSD_version >= 300000 % # include % -# if !defined(IPFILTER_LKM) % +# if !defined(IPFILTER_LKM) && defined(KERNEL) % # include "opt_ipfilter.h" % # endif % #endif % @@ -79,7 +79,7 @@ % #include % #include % #ifndef _KERNEL % -# include "netinet/ipf.h" % +# include "ipf.h" % #endif % #include "netinet/ip_compat.h" % #ifdef USE_INET6 I'm not sure if this change is correct. There is no netinet/ipf.h header though. There is an ipf.h in src/contrib/ipfilter, but it's not very obvious if we really need to pull it in ip_fil_freebsd.c % Index: contrib/ipfilter/lib/ipft_tx.c % =================================================================== % RCS file: /home/ncvs/src/contrib/ipfilter/lib/ipft_tx.c,v % retrieving revision 1.2 % diff -u -r1.2 ipft_tx.c % --- contrib/ipfilter/lib/ipft_tx.c 25 Apr 2005 18:20:12 -0000 1.2 % +++ contrib/ipfilter/lib/ipft_tx.c 26 Apr 2005 10:35:12 -0000 % @@ -280,8 +280,6 @@ % ip->ip_dst.s_addr = tx_hostnum(*cpp, &r); % cpp++; % if (*cpp && ip->ip_p == IPPROTO_TCP) { % - extern char _tcp_flagset[]; % - extern u_char _tcp_flags[]; % char *s, *t; The _tcp_flagset[] and _tcp_flags[] vectors are declared as "static" further up in the same file. Declaring them again, as "extern" is not a good idea here. % Index: sys/contrib/ipfilter/netinet/fil.c % Index: sys/contrib/ipfilter/netinet/ip_auth.c % Index: sys/contrib/ipfilter/netinet/ip_frag.c % Index: sys/contrib/ipfilter/netinet/ip_nat.c All these files have grown duplicate rcsid[] vectors; one with a "$FreeBSD$" RCS id and one with a new (obviously) "$Id$" line. IMHO, the duplicates should go away or at least be moved in rcsid_ipf[] vectors. % Index: rescue/rescue/Makefile % =================================================================== % RCS file: /home/ncvs/src/rescue/rescue/Makefile,v % retrieving revision 1.42 % diff -u -r1.42 Makefile % --- rescue/rescue/Makefile 18 Mar 2005 12:55:07 -0000 1.42 % +++ rescue/rescue/Makefile 26 Apr 2005 09:31:45 -0000 % @@ -124,7 +124,8 @@ % .endif % % .if !defined(NO_IPFILTER) % -CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat % +CRUNCH_SRCDIRS+= sbin/ipf % +CRUNCH_PROGS_sbin/ipf+= ipf ipfs ipfstat ipmon ipnat % .endif This is needed to let src/rescue pick the ipf related programs from the correct subdir of the src/sbin/ipf tree. % # crunchgen does not like C++ programs; this should be fixed someday % Index: sbin/ipf/Makefile.inc % =================================================================== % RCS file: /home/ncvs/src/sbin/ipf/Makefile.inc,v % retrieving revision 1.1 % diff -u -r1.1 Makefile.inc % --- sbin/ipf/Makefile.inc 25 Apr 2005 18:55:50 -0000 1.1 % +++ sbin/ipf/Makefile.inc 26 Apr 2005 10:15:43 -0000 % @@ -6,6 +6,7 @@ % CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools % CFLAGS+= -I${.CURDIR}/../../../sys % CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter % +CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter/netinet % CFLAGS+= -DSTATETOP -D__UIO_EXPOSE This is needed for `ipl.h'. Otherwise, the build of src/sbin/ipf breaks with the following error: ===> libipf (depend) rm -f .depend [...] /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/ipf_dotuning.c:4:17: ipl.h: No such file or directory mkdep: compile failed *** Error code 1 % -.PATH: ${.CURDIR}/../../../contrib/ipfilter \ % - ${.CURDIR}/../../../contrib/ipfilter/lib \ % - ${.CURDIR}/../../../contrib/ipfilter/tools \ % - ${.CURDIR}/../../../contrib/ipfilter/man % +.PATH: ${.CURDIR}/../../../contrib/ipfilter \ % + ${.CURDIR}/../../../contrib/ipfilter/lib \ % + ${.CURDIR}/../../../contrib/ipfilter/tools \ % + ${.CURDIR}/../../../contrib/ipfilter/man \ % + ${.CURDIR}/../../../sys/contrib/ipfilter/netinet The misalignment of the \ continuation characters is probably not so bad, but sys/contrib/ipfilter/netinet is needed here, otherwise fil.c cannot be located and "make depend" fails again: ===> ipftest (depend) ${_MKTARGET_CREATE} expands to empty string [...] make: don't know how to make fil.c. Stop *** Error code 2 % Index: sbin/ipf/ipftest/Makefile % =================================================================== % RCS file: /home/ncvs/src/sbin/ipf/ipftest/Makefile,v % retrieving revision 1.1 % diff -u -r1.1 Makefile % --- sbin/ipf/ipftest/Makefile 25 Apr 2005 18:55:51 -0000 1.1 % +++ sbin/ipf/ipftest/Makefile 26 Apr 2005 10:45:47 -0000 % @@ -8,7 +8,7 @@ % SRCS= ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \ % ip_proxy.c ip_auth.c ip_htable.c ip_lookup.c \ % ip_pool.c ip_scan.c ip_sync.c ip_rules.c \ % - ip_fil.c ip_log.c ippool_y.c ippool_l.c ipf_y.c \ % + ip_log.c ippool_y.c ippool_l.c ipf_y.c \ There is no ip_fil.c any more. Changing this to ip_fil_freebsd.c doesn't seem to work quite right either :-( After all these changes are applied and ip_fil.c is replaced with ip_fil_freebsd.c in src/sbin/ipf/ipftest/Makefile, I can "make depend" and get half-way through a build of src/sbin/ipf/*, but things are still broken, but I am really running out of clues about what else could be done to fix ipfilter in CURRENT... % In file included from /usr/src/sbin/ipf/ipftest/../../../contrib/ipfilter/ip_fil_freebsd.c:49: % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:156: warning: conflicting types for built-in function 'log' % In file included from /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:248, % from /usr/src/sbin/ipf/ipftest/../../../contrib/ipfilter/ip_fil_freebsd.c:49: % /usr/src/sbin/ipf/ipftest/../../../sys/sys/libkern.h:101: warning: conflicting types for built-in function 'strdup' % In file included from /usr/src/sbin/ipf/ipftest/../../../contrib/ipfilter/ip_fil_freebsd.c:49: % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:278: error: syntax error before "splbio" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:278: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:279: error: syntax error before "splcam" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:279: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:280: error: syntax error before "splclock" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:280: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:281: error: syntax error before "splhigh" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:281: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:282: error: syntax error before "splimp" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:282: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:283: error: syntax error before "splnet" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:283: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:284: error: syntax error before "splsoftcam" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:284: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:285: error: syntax error before "splsoftclock" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:285: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:286: error: syntax error before "splsofttty" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:286: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:287: error: syntax error before "splsoftvm" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:287: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:288: error: syntax error before "splsofttq" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:288: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:289: error: syntax error before "splstatclock" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:289: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:290: error: syntax error before "spltty" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:290: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:291: error: syntax error before "splvm" % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:291: warning: return type defaults to `int' % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:292: error: syntax error before "ipl" % In file included from /usr/src/sbin/ipf/ipftest/../../../contrib/ipfilter/ip_fil_freebsd.c:49: % /usr/src/sbin/ipf/ipftest/../../../sys/sys/systm.h:38:1: unterminated #ifndef % *** Error code 1 % % Stop in /usr/src/sbin/ipf/ipftest. % *** Error code 1 % % Stop in /usr/src/sbin/ipf. From owner-cvs-src@FreeBSD.ORG Tue Apr 26 13:15: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 F329116A4CE; Tue, 26 Apr 2005 13:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC7443D54; Tue, 26 Apr 2005 13:15:49 +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 j3QDFnau007322; Tue, 26 Apr 2005 13:15:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QDFn5b007321; Tue, 26 Apr 2005 13:15:49 GMT (envelope-from rwatson) Message-Id: <200504261315.j3QDFn5b007321@repoman.freebsd.org> From: Robert Watson Date: Tue, 26 Apr 2005 13:15: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/sys pcpu.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, 26 Apr 2005 13:15:50 -0000 rwatson 2005-04-26 13:15:49 UTC FreeBSD src repository Modified files: sys/sys pcpu.h Log: Add 'curcpu', a shortcut to the current CPU ID, similar to curthread, curproc, et al. Useful for indexing into per-CPU data structures. MFC after: 2 weeks Revision Changes Path 1.15 +1 -0 src/sys/sys/pcpu.h From owner-cvs-src@FreeBSD.ORG Tue Apr 26 13:38: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 1996316A4CE; Tue, 26 Apr 2005 13:38:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E643A43D1F; Tue, 26 Apr 2005 13:38:29 +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 j3QDcTEu008333; Tue, 26 Apr 2005 13:38:29 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QDcTtO008332; Tue, 26 Apr 2005 13:38:29 GMT (envelope-from scottl) Message-Id: <200504261338.j3QDcTtO008332@repoman.freebsd.org> From: Scott Long Date: Tue, 26 Apr 2005 13:38: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/ips ips.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 13:38:30 -0000 scottl 2005-04-26 13:38:29 UTC FreeBSD src repository Modified files: sys/dev/ips ips.c Log: Remove an extra mutex unlock in the morpheus interrupt handler. PR: 80246 Submitted by: Dean Strik MFC After: 3 days Revision Changes Path 1.17 +4 -1 src/sys/dev/ips/ips.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14: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 5208816A4CE; Tue, 26 Apr 2005 14:25:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2906743D2F; Tue, 26 Apr 2005 14:25:12 +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 j3QEPCej010256; Tue, 26 Apr 2005 14:25:12 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QEPBkH010249; Tue, 26 Apr 2005 14:25:11 GMT (envelope-from mux) Message-Id: <200504261425.j3QEPBkH010249@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 26 Apr 2005 14:25: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/lib/libnetgraph debug.c msg.c sock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:25:12 -0000 mux 2005-04-26 14:25:11 UTC FreeBSD src repository Modified files: lib/libnetgraph debug.c msg.c sock.c Log: Make this compile with GCC4 by fixing a few signedness related warnings. Reviewed by: md5(1) Revision Changes Path 1.8 +1 -1 src/lib/libnetgraph/debug.c 1.11 +5 -4 src/lib/libnetgraph/msg.c 1.8 +1 -1 src/lib/libnetgraph/sock.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14:27: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 F023916A4CE; Tue, 26 Apr 2005 14:27:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C530743D2F; Tue, 26 Apr 2005 14:27:12 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QERC93010347; Tue, 26 Apr 2005 14:27:12 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QERCEA010346; Tue, 26 Apr 2005 14:27:12 GMT (envelope-from darrenr) Message-Id: <200504261427.j3QERCEA010346@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 14:27: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/contrib/ipfilter/lib ipf_dotuning.c ipft_tx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:27:13 -0000 darrenr 2005-04-26 14:27:12 UTC FreeBSD src repository Modified files: contrib/ipfilter/lib ipf_dotuning.c ipft_tx.c Log: Fix problems with building libipf: ipf_dontuning.c - change the include to look in netinet for ipl.h ipft_tx.c - make the private use of arrays with tcp flags info in them more not use names that can be "confusing" Revision Changes Path 1.3 +1 -1 src/contrib/ipfilter/lib/ipf_dotuning.c 1.3 +4 -6 src/contrib/ipfilter/lib/ipft_tx.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14:29:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 9CF8016A4CF; Tue, 26 Apr 2005 14:29:41 +0000 (GMT) Date: Tue, 26 Apr 2005 14:29:41 +0000 From: Darren Reed To: Bruce Evans Message-ID: <20050426142941.GD14477@hub.freebsd.org> References: <200504251820.j3PIKGY1021086@repoman.freebsd.org> <20050426122439.F44263@delplex.bde.org> <20050426032556.GB14477@hub.freebsd.org> <20050426141230.L1713@epsplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050426141230.L1713@epsplex.bde.org> User-Agent: Mutt/1.4.2.1i cc: Darren Reed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter INST.FreeBSD-2.2 Makefile UPGRADE_NOTICE bpf-ipf.h bpf.h bpf_filter.c common.c facpri.c facpri.h fils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 26 Apr 2005 14:29:41 -0000 On Tue, Apr 26, 2005 at 02:32:10PM +1000, Bruce Evans wrote: ... > unexpanded $NetBSD$ tag to an expanded $FreeBSD$ tag. > > Files in the contrib directory are supposed to have $FreeBSD$ tags if > and only if FreeBSD actually changed them, and there shouldn't be many > such files. In my year-old copy of the contrib directory, about 4% > of the files have a $FreeBSD$ tag, and contrib/ipfilter has the same > percentage of such files. Ahh....the script i used to build the directory tree and populate it came from NetBSD which has $NetBSD$ in all the files....and then I got hassled by cvs about the lack of $FreeBSD$ when I went to commit something so just ran over all the files to shut cvs up. DArren From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14:45: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 BBD2616A4CE; Tue, 26 Apr 2005 14:45:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9222943D2D; Tue, 26 Apr 2005 14:45:58 +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 j3QEjwsx011381; Tue, 26 Apr 2005 14:45:58 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QEjw1E011380; Tue, 26 Apr 2005 14:45:58 GMT (envelope-from bmah) Message-Id: <200504261445.j3QEjw1E011380@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 26 Apr 2005 14:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:45:58 -0000 bmah 2005-04-26 14:45:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-05:05.cvs, restore(8) reads FreeBSD 1 dumps, syslogd(8) supports more characters in hostname specifications. Approved by: re (hrs) Revision Changes Path 1.761.2.41.2.7 +14 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14:51: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 6449D16A4CE; Tue, 26 Apr 2005 14:51:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA4043D31; Tue, 26 Apr 2005 14:51:10 +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 j3QEpAl2011605; Tue, 26 Apr 2005 14:51:10 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QEpAbf011604; Tue, 26 Apr 2005 14:51:10 GMT (envelope-from mux) Message-Id: <200504261451.j3QEpAbf011604@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 26 Apr 2005 14:51: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/lib/libdevstat devstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:51:10 -0000 mux 2005-04-26 14:51:10 UTC FreeBSD src repository Modified files: lib/libdevstat devstat.c Log: Make this compile with GCC4 by fixing a signedness issue. Reviewed by: md5(1) Revision Changes Path 1.27 +1 -1 src/lib/libdevstat/devstat.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14:55: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 B100D16A4CE; Tue, 26 Apr 2005 14:55:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8570B43D1D; Tue, 26 Apr 2005 14:55:48 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QEtmdZ012127; Tue, 26 Apr 2005 14:55:48 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QEtmRZ012126; Tue, 26 Apr 2005 14:55:48 GMT (envelope-from ume) Message-Id: <200504261455.j3QEtmRZ012126@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 26 Apr 2005 14: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/lib/libc/net gethostbyname.3 gethostbynis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:55:48 -0000 ume 2005-04-26 14:55:48 UTC FreeBSD src repository Modified files: lib/libc/net gethostbyname.3 gethostbynis.c Log: add IPv6 awareness for NIS query of gethostby*(). Inspired by: NetBSD Revision Changes Path 1.33 +0 -10 src/lib/libc/net/gethostbyname.3 1.18 +56 -15 src/lib/libc/net/gethostbynis.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 14:59: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 E6E5E16A4CE; Tue, 26 Apr 2005 14:59:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDDD43D1F; Tue, 26 Apr 2005 14:59:27 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QExRT5012257; Tue, 26 Apr 2005 14:59:27 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QExRtc012256; Tue, 26 Apr 2005 14:59:27 GMT (envelope-from darrenr) Message-Id: <200504261459.j3QExRtc012256@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 14:59:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: src/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:59:28 -0000 darrenr 2005-04-26 14:59:27 UTC FreeBSD src repository src/contrib/ipfilter - Imported sources Update of /home/ncvs/src/contrib/ipfilter In directory repoman.freebsd.org:/tmp/cvs-serv12244 Log Message: Missing file from vendor branch import. Status: Vendor Tag: DARRENR Release Tags: v4-1-8 C src/contrib/ipfilter/ip_fil.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/contrib/ipfilter From owner-cvs-src@FreeBSD.ORG Tue Apr 26 15:02: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 9AEAD16A4CE; Tue, 26 Apr 2005 15:02:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736A543D46; Tue, 26 Apr 2005 15:02:03 +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 j3QF23nH012413; Tue, 26 Apr 2005 15:02:03 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QF224l012412; Tue, 26 Apr 2005 15:02:02 GMT (envelope-from mux) Message-Id: <200504261502.j3QF224l012412@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 26 Apr 2005 15:02: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/lib/libdevstat devstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 15:02:03 -0000 mux 2005-04-26 15:02:01 UTC FreeBSD src repository Modified files: lib/libdevstat devstat.c Log: Use __func__ throughout devstat.c instead of defining a func_name variable in each function. Revision Changes Path 1.28 +21 -31 src/lib/libdevstat/devstat.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 15:05: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 9A43F16A4CE; Tue, 26 Apr 2005 15:05:51 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C6C43D1D; Tue, 26 Apr 2005 15:05:50 +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 j3QF9fb2056229; Tue, 26 Apr 2005 18:09:41 +0300 (EEST) (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 81487-09; Tue, 26 Apr 2005 18:05:48 +0300 (EEST) 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 j3QF9e2Y056226 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Apr 2005 18:09:40 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3QF5unX095084; Tue, 26 Apr 2005 18:05:56 +0300 (EEST) (envelope-from ru) Date: Tue, 26 Apr 2005 18:05:56 +0300 From: Ruslan Ermilov To: Darren Reed Message-ID: <20050426150556.GD94543@ip.net.ua> References: <200504261459.j3QExRtc012256@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pQhZXvAqiZgbeUkD" Content-Disposition: inline In-Reply-To: <200504261459.j3QExRtc012256@repoman.freebsd.org> User-Agent: Mutt/1.5.9i 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/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 15:05:51 -0000 --pQhZXvAqiZgbeUkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 26, 2005 at 02:59:27PM +0000, Darren Reed wrote: > darrenr 2005-04-26 14:59:27 UTC >=20 > FreeBSD src repository >=20 > src/contrib/ipfilter - Imported sources > Update of /home/ncvs/src/contrib/ipfilter > In directory repoman.freebsd.org:/tmp/cvs-serv12244 > =20 > Log Message: > Missing file from vendor branch import. > =20 > Status: > =20 > Vendor Tag: DARRENR > Release Tags: v4-1-8 > =09 > C src/contrib/ipfilter/ip_fil.c > =20 > 1 conflicts created by this import. > Use the following command to help the merge: > =20 > cvs checkout -jDARRENR:yesterday -jDARRENR src/contrib/ipfilter > =20 Here's some more changes that are needed in contrib/ipfilter: %%% Index: tools/ipfs.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/contrib/ipfilter/tools/ipfs.c,v retrieving revision 1.2 diff -u -r1.2 ipfs.c --- tools/ipfs.c 25 Apr 2005 18:20:15 -0000 1.2 +++ tools/ipfs.c 26 Apr 2005 14:56:11 -0000 @@ -41,7 +41,7 @@ #include #include #include "ipf.h" -#include "ipl.h" +#include "netinet/ipl.h" =20 #if !defined(lint) static const char rcsid[] =3D "@(#)Id: ipfs.c,v 1.12 2003/12/01 01:56:53 d= arrenr Exp"; Index: tools/ipnat.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/contrib/ipfilter/tools/ipnat.c,v retrieving revision 1.2 diff -u -r1.2 ipnat.c --- tools/ipnat.c 25 Apr 2005 18:20:15 -0000 1.2 +++ tools/ipnat.c 26 Apr 2005 15:00:49 -0000 @@ -51,7 +51,7 @@ # include #endif #include "ipf.h" -#include "ipl.h" +#include "netinet/ipl.h" #include "kmem.h" =20 #ifdef __hpux %%% I've temporarily disconnected (locally) ipftest from build, but I hope the above commit (after merging changes) will fix it. I'm now working on fixing the rescue build, by making a libipf a true library with a namespace in bsd.libnames.mk (though I must admit the location choosen for the library is far from the best, and will require some magic). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --pQhZXvAqiZgbeUkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCbljUqRfpzJluFF4RAkegAJsE1k77ToA04vWupeIe/B3zfPVViACcCFRJ xYWcniyuD7o4sqNnU69b1pI= =BuKs -----END PGP SIGNATURE----- --pQhZXvAqiZgbeUkD-- From owner-cvs-src@FreeBSD.ORG Tue Apr 26 15:13: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 3DFD316A4CE; Tue, 26 Apr 2005 15:13:30 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C56E43D41; Tue, 26 Apr 2005 15:13:29 +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 j3QFHKX1056899; Tue, 26 Apr 2005 18:17:20 +0300 (EEST) (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 81968-04; Tue, 26 Apr 2005 18:13:27 +0300 (EEST) 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 j3QFHJe8056896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Apr 2005 18:17:19 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3QFDZEY095176; Tue, 26 Apr 2005 18:13:35 +0300 (EEST) (envelope-from ru) Date: Tue, 26 Apr 2005 18:13:35 +0300 From: Ruslan Ermilov To: Darren Reed Message-ID: <20050426151335.GE94543@ip.net.ua> References: <200504261459.j3QExRtc012256@repoman.freebsd.org> <20050426150556.GD94543@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="47eKBCiAZYFK5l32" Content-Disposition: inline In-Reply-To: <20050426150556.GD94543@ip.net.ua> User-Agent: Mutt/1.5.9i 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/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 15:13:30 -0000 --47eKBCiAZYFK5l32 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 26, 2005 at 06:05:56PM +0300, Ruslan Ermilov wrote: > Here's some more changes that are needed in contrib/ipfilter: >=20 libipf requires NO_WERROR in a makefile, to be compiled on 64-bit platforms, otherwise it breaks due to: : =3D=3D=3D> sbin/ipf/libipf (all) : cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/ipf/libipf/../../../co= ntrib/ipfilter -I/usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/tools -= I/usr/src/sbin/ipf/libipf/../../../sys -I/usr/src/sbin/ipf/libipf/../../../= sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/ipf/libipf/../../../= contrib/ipfilter/lib/printstate.c : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c: In f= unction `printstate': : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 2) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 3) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 4) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 5) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 6) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 7) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 8) : /usr/src/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printstate.c:71: w= arning: long long int format, long unsigned int arg (arg 9) : *** Error code 1 :=20 : Stop in /usr/src/sbin/ipf/libipf. : *** Error code 1 The same holds true for ipmon: : =3D=3D=3D> sbin/ipf/ipmon (all) : cc -O2 -fno-strict-aliasing -pipe -DLOGFAC=3DLOG_LOCAL0 -I. -I/usr/src/s= bin/ipf/ipmon/../../../contrib/ipfilter -I/usr/src/sbin/ipf/ipmon/../../../= contrib/ipfilter/tools -I/usr/src/sbin/ipf/ipmon/../../../sys -I/usr/src/sb= in/ipf/ipmon/../../../sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE -Wsyst= em-headers -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/ipf/ip= mon/../../../contrib/ipfilter/tools/ipmon.c : /usr/src/sbin/ipf/ipmon/../../../contrib/ipfilter/tools/ipmon.c: In funct= ion `print_statelog': : /usr/src/sbin/ipf/ipmon/../../../contrib/ipfilter/tools/ipmon.c:887: warn= ing: long long int format, long unsigned int arg (arg 3) : /usr/src/sbin/ipf/ipmon/../../../contrib/ipfilter/tools/ipmon.c:887: warn= ing: long long int format, long unsigned int arg (arg 4) : /usr/src/sbin/ipf/ipmon/../../../contrib/ipfilter/tools/ipmon.c:887: warn= ing: long long int format, long unsigned int arg (arg 5) : /usr/src/sbin/ipf/ipmon/../../../contrib/ipfilter/tools/ipmon.c:887: warn= ing: long long int format, long unsigned int arg (arg 6) [...] and ippool: : cc -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/sbin/ipf/ippool/../../.= =2E/contrib/ipfilter -I/usr/src/sbin/ipf/ippool/../../../contrib/ipfilter/t= ools -I/usr/src/sbin/ipf/ippool/../../../sys -I/usr/src/sbin/ipf/ippool/../= =2E./../sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE -Wsystem-headers -We= rror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/ipf/ippool/.= =2E/../../contrib/ipfilter/tools/ippool.c : /usr/src/sbin/ipf/ippool/../../../contrib/ipfilter/tools/ippool.c: In fun= ction `poolflush': : /usr/src/sbin/ipf/ippool/../../../contrib/ipfilter/tools/ippool.c:643: wa= rning: unsigned int format, different type arg (arg 2) : *** Error code 1 Other than that, it compiled OK (on amd64 at least). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --47eKBCiAZYFK5l32 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCblqfqRfpzJluFF4RApFcAJ4ik2oJ36LIKMUkROzNCyCUU+6GcACdFzWL dRvovsB6jo9Imh6B+VhfsLg= =fKOS -----END PGP SIGNATURE----- --47eKBCiAZYFK5l32-- From owner-cvs-src@FreeBSD.ORG Tue Apr 26 15:13: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 3598016A513; Tue, 26 Apr 2005 15:13:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0566743D48; Tue, 26 Apr 2005 15:13:39 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QFDc5E012932; Tue, 26 Apr 2005 15:13:38 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QFDchp012931; Tue, 26 Apr 2005 15:13:38 GMT (envelope-from darrenr) Message-Id: <200504261513.j3QFDchp012931@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 15:13:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Subject: cvs commit: src/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 15:13:39 -0000 darrenr 2005-04-26 15:13:38 UTC FreeBSD src repository src/contrib/ipfilter - Imported sources Update of /home/ncvs/src/contrib/ipfilter In directory repoman.freebsd.org:/tmp/cvs-serv12859 Log Message: Lets try this again...previous file imported wasn't the correct one. Status: Vendor Tag: DARRENR Release Tags: v4-1-8 U src/contrib/ipfilter/ip_fil.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Apr 26 15:18: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 E4ED816A4CE; Tue, 26 Apr 2005 15:18:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB7E43D39; Tue, 26 Apr 2005 15:18:45 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QFIj4t013220; Tue, 26 Apr 2005 15:18:45 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QFIjYi013219; Tue, 26 Apr 2005 15:18:45 GMT (envelope-from darrenr) Message-Id: <200504261518.j3QFIjYi013219@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 15:18: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/contrib/ipfilter bpf_filter.c ip_fil.c src/contrib/ipfilter/samples relay.c src/contrib/ipfilter/tools ipfs.c ipnat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 15:18:46 -0000 darrenr 2005-04-26 15:18:45 UTC FreeBSD src repository Modified files: contrib/ipfilter bpf_filter.c contrib/ipfilter/samples relay.c contrib/ipfilter/tools ipfs.c ipnat.c Added files: contrib/ipfilter ip_fil.c Log: Fix include directives that were missing the netinet include directory, where the ipl.h file is found. Also add back in ip_fil.c, which somehow went missing in action. Revision Changes Path 1.3 +1 -1 src/contrib/ipfilter/bpf_filter.c 1.3 +967 -0 src/contrib/ipfilter/ip_fil.c (new) 1.3 +1 -1 src/contrib/ipfilter/samples/relay.c 1.3 +1 -1 src/contrib/ipfilter/tools/ipfs.c 1.3 +1 -1 src/contrib/ipfilter/tools/ipnat.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 15:35: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 2ADC916A4CE; Tue, 26 Apr 2005 15:35:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C6043D55; Tue, 26 Apr 2005 15:35:51 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QFZodG014544; Tue, 26 Apr 2005 15:35:50 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QFZoHI014543; Tue, 26 Apr 2005 15:35:50 GMT (envelope-from darrenr) Message-Id: <200504261535.j3QFZoHI014543@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 15:35: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/sbin/ipf/ipftest 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, 26 Apr 2005 15:35:51 -0000 darrenr 2005-04-26 15:35:50 UTC FreeBSD src repository Modified files: sbin/ipf/ipftest Makefile Log: Not looking for ipfilter source files in the right place Revision Changes Path 1.2 +1 -1 src/sbin/ipf/ipftest/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 26 16: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 B7C3816A4CE; Tue, 26 Apr 2005 16:07:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC3F43D54; Tue, 26 Apr 2005 16:07:50 +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 j3QG7oXI015751; Tue, 26 Apr 2005 16:07:50 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QG7oNx015750; Tue, 26 Apr 2005 16:07:50 GMT (envelope-from obrien) Message-Id: <200504261607.j3QG7oNx015750@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 26 Apr 2005 16:07: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/nve if_nve.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 16:07:50 -0000 obrien 2005-04-26 16:07:50 UTC FreeBSD src repository Modified files: sys/dev/nve if_nve.c Log: I missed a s/nv/nve/. Submitted by: Tai-hwa Liang Revision Changes Path 1.3 +1 -1 src/sys/dev/nve/if_nve.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 16:43: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 903CB16A52A; Tue, 26 Apr 2005 16:43:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4449343D1D; Tue, 26 Apr 2005 16:43: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 j3QGhO4Y017185; Tue, 26 Apr 2005 16:43:24 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QGhO4L017184; Tue, 26 Apr 2005 16:43:24 GMT (envelope-from harti) Message-Id: <200504261643.j3QGhO4L017184@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 26 Apr 2005 16:43:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Subject: cvs commit: src/contrib/bsnmp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 16:43:24 -0000 harti 2005-04-26 16:43:24 UTC FreeBSD src repository src/contrib/bsnmp - Imported sources Update of /home/ncvs/src/contrib/bsnmp In directory repoman.freebsd.org:/tmp/cvs-serv17168 Log Message: Virgin import of bsnmp 1.9 Status: Vendor Tag: BEGEMOT Release Tags: BSNMP_1_9 U src/contrib/bsnmp/NEWS U src/contrib/bsnmp/README U src/contrib/bsnmp/TODO U src/contrib/bsnmp/VERSION U src/contrib/bsnmp/oid-list U src/contrib/bsnmp/lib/asn1.3 U src/contrib/bsnmp/lib/asn1.c U src/contrib/bsnmp/lib/asn1.h U src/contrib/bsnmp/lib/bsnmpagent.3 U src/contrib/bsnmp/lib/bsnmpclient.3 U src/contrib/bsnmp/lib/bsnmplib.3 U src/contrib/bsnmp/lib/snmp.c U src/contrib/bsnmp/lib/snmp.h U src/contrib/bsnmp/lib/snmpagent.c U src/contrib/bsnmp/lib/snmpagent.h U src/contrib/bsnmp/lib/snmpclient.c U src/contrib/bsnmp/lib/snmpclient.h U src/contrib/bsnmp/lib/snmppriv.h U src/contrib/bsnmp/lib/support.c U src/contrib/bsnmp/lib/support.h U src/contrib/bsnmp/gensnmpdef/gensnmpdef.1 U src/contrib/bsnmp/gensnmpdef/gensnmpdef.c U src/contrib/bsnmp/gensnmptree/gensnmptree.1 U src/contrib/bsnmp/gensnmptree/gensnmptree.c U src/contrib/bsnmp/snmp_mibII/mibII.c U src/contrib/bsnmp/snmp_mibII/mibII.h U src/contrib/bsnmp/snmp_mibII/mibII_ifmib.c U src/contrib/bsnmp/snmp_mibII/mibII_ifstack.c U src/contrib/bsnmp/snmp_mibII/mibII_interfaces.c U src/contrib/bsnmp/snmp_mibII/mibII_ip.c U src/contrib/bsnmp/snmp_mibII/mibII_ipaddr.c U src/contrib/bsnmp/snmp_mibII/mibII_nettomedia.c U src/contrib/bsnmp/snmp_mibII/mibII_rcvaddr.c U src/contrib/bsnmp/snmp_mibII/mibII_route.c U src/contrib/bsnmp/snmp_mibII/mibII_tcp.c U src/contrib/bsnmp/snmp_mibII/mibII_tree.def U src/contrib/bsnmp/snmp_mibII/mibII_udp.c U src/contrib/bsnmp/snmp_mibII/snmp_mibII.3 U src/contrib/bsnmp/snmp_mibII/snmp_mibII.h N src/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt N src/contrib/bsnmp/snmp_ntp/NTP-MIB.txt N src/contrib/bsnmp/snmp_ntp/NTP-PROXY-MIB.txt N src/contrib/bsnmp/snmp_ntp/ntp_tree.def N src/contrib/bsnmp/snmp_ntp/snmp_ntp.c U src/contrib/bsnmp/snmpd/BEGEMOT-MIB.txt U src/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt U src/contrib/bsnmp/snmpd/FOKUS-MIB.txt U src/contrib/bsnmp/snmpd/action.c U src/contrib/bsnmp/snmpd/bsnmpd.1 U src/contrib/bsnmp/snmpd/config.c U src/contrib/bsnmp/snmpd/export.c U src/contrib/bsnmp/snmpd/main.c U src/contrib/bsnmp/snmpd/snmpd.config U src/contrib/bsnmp/snmpd/snmpd.h U src/contrib/bsnmp/snmpd/snmpd.sh U src/contrib/bsnmp/snmpd/snmpmod.3 U src/contrib/bsnmp/snmpd/snmpmod.h U src/contrib/bsnmp/snmpd/trans_lsock.c U src/contrib/bsnmp/snmpd/trans_lsock.h U src/contrib/bsnmp/snmpd/trans_udp.c U src/contrib/bsnmp/snmpd/trans_udp.h U src/contrib/bsnmp/snmpd/trap.c U src/contrib/bsnmp/snmpd/tree.def No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Apr 26 16:49: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 DA86916A4CE; Tue, 26 Apr 2005 16:49:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A050543D41; Tue, 26 Apr 2005 16:49: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 j3QGnFVM024224; Tue, 26 Apr 2005 16:49:15 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QGnFZK024223; Tue, 26 Apr 2005 16:49:15 GMT (envelope-from harti) Message-Id: <200504261649.j3QGnFZK024223@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 26 Apr 2005 16:49: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.sbin/bsnmpd/bsnmpd 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, 26 Apr 2005 16:49:16 -0000 harti 2005-04-26 16:49:15 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/bsnmpd Makefile Log: Enable tcp-wrapper support in the SNMP daemon. Submitted by: glebius Revision Changes Path 1.11 +2 -1 src/usr.sbin/bsnmpd/bsnmpd/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 26 17:07: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 B328216A4CE; Tue, 26 Apr 2005 17:07:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6F143D5A; Tue, 26 Apr 2005 17:07:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QH7ei5027052; Tue, 26 Apr 2005 17:07:40 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QH7e9b027051; Tue, 26 Apr 2005 17:07:40 GMT (envelope-from jhb) Message-Id: <200504261707.j3QH7e9b027051@repoman.freebsd.org> From: John Baldwin Date: Tue, 26 Apr 2005 17:07: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 pcpu.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, 26 Apr 2005 17:07:40 -0000 jhb 2005-04-26 17:07:40 UTC FreeBSD src repository Modified files: sys/sys pcpu.h Log: Drop the CURPROC, curkse, and curksegrp aliases as they aren't used anywhere. Revision Changes Path 1.16 +0 -3 src/sys/sys/pcpu.h From owner-cvs-src@FreeBSD.ORG Tue Apr 26 17:58: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 4DE3D16A4CE; Tue, 26 Apr 2005 17:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CB943D5D; Tue, 26 Apr 2005 17:58:06 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QHw6I1029415; Tue, 26 Apr 2005 17:58:06 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QHw6et029414; Tue, 26 Apr 2005 17:58:06 GMT (envelope-from darrenr) Message-Id: <200504261758.j3QHw6et029414@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 17:58: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/contrib/ipfilter/netinet ip_fil.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, 26 Apr 2005 17:58:06 -0000 darrenr 2005-04-26 17:58:05 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_fil.h Log: Add an include for netinet/ip_compat.h directly so that we don't need to add another special file in the creation of ioctls.c for kdump. Revision Changes Path 1.31 +2 -0 src/sys/contrib/ipfilter/netinet/ip_fil.h From owner-cvs-src@FreeBSD.ORG Tue Apr 26 18: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 B394D16A4CE; Tue, 26 Apr 2005 18:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B82143D1D; Tue, 26 Apr 2005 18:01:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QI1V53029742; Tue, 26 Apr 2005 18:01:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QI1VEk029741; Tue, 26 Apr 2005 18:01:31 GMT (envelope-from jhb) Message-Id: <200504261801.j3QI1VEk029741@repoman.freebsd.org> From: John Baldwin Date: Tue, 26 Apr 2005 18:01:31 +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_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 18:01:31 -0000 jhb 2005-04-26 18:01:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_sleepqueue.c Log: MFC: Close a race between sleepq_broadcast() and sleepq_catch_signals() by merging sleepq_resume_thread() and sleepq_remove_thread(). This also reduces the overall number of lock operations for sleep queue operations. Revision Changes Path 1.10.2.5 +21 -47 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 18:04: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 8571316A4CE; Tue, 26 Apr 2005 18:04:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC1B43D46; Tue, 26 Apr 2005 18:04:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QI49pR029877; Tue, 26 Apr 2005 18:04:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QI49vM029876; Tue, 26 Apr 2005 18:04:09 GMT (envelope-from ume) Message-Id: <200504261804.j3QI49vM029876@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 26 Apr 2005 18:04: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/lib/libc/net getprotoent.3 getservent.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: Tue, 26 Apr 2005 18:04:09 -0000 ume 2005-04-26 18:04:09 UTC FreeBSD src repository Modified files: lib/libc/net getprotoent.3 getservent.3 Log: our get{proto,serv}by*() use a thread-specific data space. Revision Changes Path 1.11 +1 -1 src/lib/libc/net/getprotoent.3 1.14 +1 -1 src/lib/libc/net/getservent.3 From owner-cvs-src@FreeBSD.ORG Tue Apr 26 18:10: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 7CFD416A4CE; Tue, 26 Apr 2005 18:10:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6671943D5A; Tue, 26 Apr 2005 18:10:21 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QIAL3i030210; Tue, 26 Apr 2005 18:10:21 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QIALSA030209; Tue, 26 Apr 2005 18:10:21 GMT (envelope-from brooks) Message-Id: <200504261810.j3QIALSA030209@repoman.freebsd.org> From: Brooks Davis Date: Tue, 26 Apr 2005 18:10: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/sys param.h src/sys/netinet ip_fw2.c ip_icmp.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, 26 Apr 2005 18:10:21 -0000 brooks 2005-04-26 18:10:21 UTC FreeBSD src repository Modified files: sys/sys param.h sys/netinet ip_fw2.c ip_icmp.h Log: Introduce a struct icmphdr which contains the type, code, and cksum fields of an ICMP packet. Use this to allow ipfw to pullup only these values since it does not use the rest of the packet and it was failed on ICMP packets because they were not long enough. struct icmp should probably be modified to use these at some point, but that will break a fair bit of code so it can wait for another day. On the off chance that adding this struct breaks something in ports, bump __FreeBSD_version. Reported by: Randy Bush Tested by: Randy Bush Revision Changes Path 1.96 +5 -9 src/sys/netinet/ip_fw2.c 1.25 +11 -0 src/sys/netinet/ip_icmp.h 1.237 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Apr 26 18:29: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 F268C16A4D2 for ; Tue, 26 Apr 2005 18:29:49 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6150243D2F for ; Tue, 26 Apr 2005 18:29:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7205 invoked from network); 26 Apr 2005 18:29:49 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 26 Apr 2005 18:29:48 -0000 Received: from roboboy.corp.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j3QITfvQ034307; Tue, 26 Apr 2005 14:29:42 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: David Xu Date: Tue, 26 Apr 2005 11:43:56 -0400 User-Agent: KMail/1.8 References: <200504190811.j3J8BSdx072259@repoman.freebsd.org> In-Reply-To: <200504190811.j3J8BSdx072259@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504261143.58152.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: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 18:29:50 -0000 On Tuesday 19 April 2005 04:11 am, David Xu wrote: > davidxu 2005-04-19 08:11:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_sig.c > Log: > Oops, forgot to update this file. > Fix a race condition between kern_wait() and thread_stopped(). > Problem is in kern_wait(), parent process steps through children list, > once a child process is skipped, and later even if the child is stopped, > parent process still sleeps in msleep(), the race happens if parent > masked SIGCHLD. > > Submitted by : Peter Edwards peadar.edwards at gmail dot com > MFC after : 4 days You're not setting P_STOPPED_SIG anymore, is that on purpose? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Apr 26 18:29: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 3B25816A4D3 for ; Tue, 26 Apr 2005 18:29:54 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC24243D5D for ; Tue, 26 Apr 2005 18:29:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5180 invoked from network); 26 Apr 2005 18:29:53 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 26 Apr 2005 18:29:53 -0000 Received: from roboboy.corp.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j3QITfvR034307; Tue, 26 Apr 2005 14:29:47 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Joseph Koshy Date: Tue, 26 Apr 2005 12:25:56 -0400 User-Agent: KMail/1.8 References: <200504191630.j3JGUP6U008050@repoman.freebsd.org> In-Reply-To: <200504191630.j3JGUP6U008050@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504261225.57729.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: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 sleepqueue.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, 26 Apr 2005 18:29:57 -0000 On Tuesday 19 April 2005 12:30 pm, Joseph Koshy wrote: > jkoshy 2005-04-19 16:30:25 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 sleepqueue.9 > Log: > Bring API documentation for sleepqueue(9) in sync with the code > in -current. > > Reviewed by: ru Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20: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 5CB7516A4CF; Tue, 26 Apr 2005 20:00:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB9C43D45; Tue, 26 Apr 2005 20:00:08 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QK07vL037636; Tue, 26 Apr 2005 20:00:07 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QK07JX037635; Tue, 26 Apr 2005 20:00:07 GMT (envelope-from brooks) Message-Id: <200504262000.j3QK07JX037635@repoman.freebsd.org> From: Brooks Davis Date: Tue, 26 Apr 2005 20:00: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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:00:08 -0000 brooks 2005-04-26 20:00:07 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Don't force IPv6 proto to be printed numericaly. Noticed by: ceri Revision Changes Path 1.72 +0 -2 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:10: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 8B9F816A4CE; Tue, 26 Apr 2005 20:10:31 +0000 (GMT) Received: from shrike.submonkey.net (cpc4-cdif3-6-1-cust116.cdif.cable.ntl.com [82.23.41.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229A443D67; Tue, 26 Apr 2005 20:10:31 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.50 (FreeBSD)) id 1DQWO5-0004C0-TL; Tue, 26 Apr 2005 21:10:29 +0100 Date: Tue, 26 Apr 2005 21:10:29 +0100 From: Ceri Davies To: Brooks Davis Message-ID: <20050426201029.GA7729@submonkey.net> Mail-Followup-To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200504262000.j3QK07JX037635@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iAzLNm1y1mIRgolD" Content-Disposition: inline In-Reply-To: <200504262000.j3QK07JX037635@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:10:31 -0000 --iAzLNm1y1mIRgolD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 26, 2005 at 08:00:07PM +0000, Brooks Davis wrote: > brooks 2005-04-26 20:00:07 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sbin/ipfw ipfw2.c=20 > Log: > Don't force IPv6 proto to be printed numericaly. > | @@ -1599,8 +1599,6 @@ show_ipfw(struct ip_fw *rule, int pcwidt > | if (cmd->len & F_NOT) > | printf(" not"); > | proto =3D cmd->arg1; > | - if (proto !=3D 41) /* XXX: IPv6 is special */ > | - pe =3D getprotobynumber(cmd->arg1); > | if (flags & HAVE_OPTIONS) > | printf(" proto"); > | if (pe) Thanks; are you sure you wanted to remove that getprotobynumber call (pe will always be NULL now) though? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --iAzLNm1y1mIRgolD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCbqA1ocfcwTS3JF8RAiH7AKCoZOc5f5MTH2pBDUdq+hQmRsn95QCeOxsY RRfMbuY0RYJ9OW3o6qiPGlc= =N5FO -----END PGP SIGNATURE----- --iAzLNm1y1mIRgolD-- From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:22: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 CBA0816A4E2; Tue, 26 Apr 2005 20:22:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E3A43D62; Tue, 26 Apr 2005 20:22:31 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKMVLp038475; Tue, 26 Apr 2005 20:22:31 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKMVgi038474; Tue, 26 Apr 2005 20:22:31 GMT (envelope-from brooks) Message-Id: <200504262022.j3QKMVgi038474@repoman.freebsd.org> From: Brooks Davis Date: Tue, 26 Apr 2005 20:22: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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:22:32 -0000 brooks 2005-04-26 20:22:31 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Fix a the previous commit. I wanted to remove the if and always run the body not remove both. Reported by: ceri Pointy hat: brooks Revision Changes Path 1.73 +1 -0 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:22: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 A8C2D16A4D4; Tue, 26 Apr 2005 20:22:46 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720E543D62; Tue, 26 Apr 2005 20:22:46 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j3QKMkYV016031; Tue, 26 Apr 2005 13:22:46 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j3QKMkF9016030; Tue, 26 Apr 2005 13:22:46 -0700 Date: Tue, 26 Apr 2005 13:22:46 -0700 From: Brooks Davis To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050426202246.GA15439@odin.ac.hmc.edu> References: <200504262000.j3QK07JX037635@repoman.freebsd.org> <20050426201029.GA7729@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20050426201029.GA7729@submonkey.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:22:46 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 26, 2005 at 09:10:29PM +0100, Ceri Davies wrote: > On Tue, Apr 26, 2005 at 08:00:07PM +0000, Brooks Davis wrote: > > brooks 2005-04-26 20:00:07 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sbin/ipfw ipfw2.c=20 > > Log: > > Don't force IPv6 proto to be printed numericaly. >=20 > > | @@ -1599,8 +1599,6 @@ show_ipfw(struct ip_fw *rule, int pcwidt > > | if (cmd->len & F_NOT) > > | printf(" not"); > > | proto =3D cmd->arg1; > > | - if (proto !=3D 41) /* XXX: IPv6 is special */ > > | - pe =3D getprotobynumber(cmd->arg1); > > | if (flags & HAVE_OPTIONS) > > | printf(" proto"); > > | if (pe) >=20 > Thanks; are you sure you wanted to remove that getprotobynumber call (pe > will always be NULL now) though? Arg, that's not want I ment to do. I'll add that back. Thanks. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCbqMVXY6L6fI4GtQRAiixAKDhb3zAeOyKvXaGHLPga68AgoeXOgCfSIyy +mMaSXK5IWyijA3bmt5L7kE= =Fh4y -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:38: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 C458016A4CE; Tue, 26 Apr 2005 20:38:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2E543D53; Tue, 26 Apr 2005 20:38:44 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKcidX039100; Tue, 26 Apr 2005 20:38:44 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKciVI039099; Tue, 26 Apr 2005 20:38:44 GMT (envelope-from peter) Message-Id: <200504262038.j3QKciVI039099@repoman.freebsd.org> From: Peter Wemm Date: Tue, 26 Apr 2005 20:38: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/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:38:44 -0000 peter 2005-04-26 20:38:44 UTC FreeBSD src repository Modified files: libexec/rtld-elf/i386 reloc.c Log: Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel implements i386_set_gsbase(), so there is no need for the variation. Revision Changes Path 1.16 +2 -9 src/libexec/rtld-elf/i386/reloc.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20: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 61AEF16A4CE; Tue, 26 Apr 2005 20:41:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353A143D58; Tue, 26 Apr 2005 20:41:48 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKfm0Y039304; Tue, 26 Apr 2005 20:41:48 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKfmtO039303; Tue, 26 Apr 2005 20:41:48 GMT (envelope-from peter) Message-Id: <200504262041.j3QKfmtO039303@repoman.freebsd.org> From: Peter Wemm Date: Tue, 26 Apr 2005 20:41: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/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/arch/i386/include pthread_md.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, 26 Apr 2005 20:41:48 -0000 peter 2005-04-26 20:41:48 UTC FreeBSD src repository Modified files: lib/libpthread/arch/i386/i386 pthread_md.c lib/libpthread/arch/i386/include pthread_md.h Log: Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, now that the amd64 kernel implements i386_get/set_gsbase(). All the rest of the ldt backwards compat code should go away soon. Revision Changes Path 1.6 +0 -6 src/lib/libpthread/arch/i386/i386/pthread_md.c 1.15 +0 -4 src/lib/libpthread/arch/i386/include/pthread_md.h From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20: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 EA12B16A4CE; Tue, 26 Apr 2005 20:45:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25BA43D5A; Tue, 26 Apr 2005 20:45:29 +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 j3QKjTj9039599; Tue, 26 Apr 2005 20:45:29 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKjTkl039598; Tue, 26 Apr 2005 20:45:29 GMT (envelope-from des) Message-Id: <200504262045.j3QKjTkl039598@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 26 Apr 2005 20:45: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/nfsclient bootp_subr.c nfs_diskless.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:45:30 -0000 des 2005-04-26 20:45:29 UTC FreeBSD src repository Modified files: sys/nfsclient bootp_subr.c nfs_diskless.c Log: When netbooting, as soon as we've figured out which interface we booted from, store its name in a kenv variable. Revision Changes Path 1.64 +2 -0 src/sys/nfsclient/bootp_subr.c 1.10 +1 -0 src/sys/nfsclient/nfs_diskless.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:46: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 B82B216A4CF; Tue, 26 Apr 2005 20:46:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A66343D5F; Tue, 26 Apr 2005 20:46:11 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKkBJT039677; Tue, 26 Apr 2005 20:46:11 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKkBoB039676; Tue, 26 Apr 2005 20:46:11 GMT (envelope-from peter) Message-Id: <200504262046.j3QKkBoB039676@repoman.freebsd.org> From: Peter Wemm Date: Tue, 26 Apr 2005 20:46: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/lib/libc/i386/gen _set_tp.c src/lib/libc/i386/sys Makefile.inc _amd64_get_fsbase.c _amd64_get_gsbase.c _amd64_set_fsbase.c _amd64_set_gsbase.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:46:11 -0000 peter 2005-04-26 20:46:11 UTC FreeBSD src repository Modified files: lib/libc/i386/gen _set_tp.c lib/libc/i386/sys Makefile.inc Removed files: lib/libc/i386/sys _amd64_get_fsbase.c _amd64_get_gsbase.c _amd64_set_fsbase.c _amd64_set_gsbase.c Log: No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when building for amd64. Revision Changes Path 1.4 +1 -1 src/lib/libc/i386/gen/_set_tp.c 1.30 +1 -3 src/lib/libc/i386/sys/Makefile.inc 1.3 +0 -44 src/lib/libc/i386/sys/_amd64_get_fsbase.c (dead) 1.3 +0 -44 src/lib/libc/i386/sys/_amd64_get_gsbase.c (dead) 1.2 +0 -37 src/lib/libc/i386/sys/_amd64_set_fsbase.c (dead) 1.2 +0 -37 src/lib/libc/i386/sys/_amd64_set_gsbase.c (dead) From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20: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 B153116A4CE; Tue, 26 Apr 2005 20:47:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E9743D5A; Tue, 26 Apr 2005 20:47:59 +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 j3QKlxhO046506; Tue, 26 Apr 2005 20:47:59 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKlx4G046505; Tue, 26 Apr 2005 20:47:59 GMT (envelope-from des) Message-Id: <200504262047.j3QKlx4G046505@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 26 Apr 2005 20: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/nfsclient nfs_diskless.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:47:59 -0000 des 2005-04-26 20:47:59 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_diskless.c Log: While I'm here, list the new kenv (boot.netif.name) along with the others. Revision Changes Path 1.11 +1 -0 src/sys/nfsclient/nfs_diskless.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20: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 2498F16A4CE; Tue, 26 Apr 2005 20:51:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC29743D2F; Tue, 26 Apr 2005 20:51:15 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKpFHx046752; Tue, 26 Apr 2005 20:51:15 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKpFgu046751; Tue, 26 Apr 2005 20:51:15 GMT (envelope-from peter) Message-Id: <200504262051.j3QKpFgu046751@repoman.freebsd.org> From: Peter Wemm Date: Tue, 26 Apr 2005 20:51: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/lib/libc/i386/gen _set_tp.c src/lib/libc/i386/sys Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:51:16 -0000 peter 2005-04-26 20:51:15 UTC FreeBSD src repository Modified files: lib/libc/i386/gen _set_tp.c lib/libc/i386/sys Makefile.inc Log: Provide stub functions for i386_set_ldt() and i386_get_ldt() even when compiling as an amd64 support binary. They will return EINVAL on an amd64 kernel, but this simplifies other #ifdefs that were getting a bit nasty. Revision Changes Path 1.5 +0 -4 src/lib/libc/i386/gen/_set_tp.c 1.31 +4 -3 src/lib/libc/i386/sys/Makefile.inc From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:52: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 5C0EB16A4CE; Tue, 26 Apr 2005 20:52:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A2443D1F; Tue, 26 Apr 2005 20:52:08 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKq8Yp046831; Tue, 26 Apr 2005 20:52:08 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKq8In046830; Tue, 26 Apr 2005 20:52:08 GMT (envelope-from julian) Message-Id: <200504262052.j3QKq8In046830@repoman.freebsd.org> From: Julian Elischer Date: Tue, 26 Apr 2005 20:52:08 +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/usb ehci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:52:08 -0000 julian 2005-04-26 20:52:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ehci_pci.c Log: Add missing include. Revision Changes Path 1.9.2.4 +1 -0 src/sys/dev/usb/ehci_pci.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 21: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 B7E8D16A4CE; Tue, 26 Apr 2005 21:20:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981ED43D1F; Tue, 26 Apr 2005 21:20:20 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QLKKVD048014; Tue, 26 Apr 2005 21:20:20 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QLKKhg048013; Tue, 26 Apr 2005 21:20:20 GMT (envelope-from peter) Message-Id: <200504262120.j3QLKKhg048013@repoman.freebsd.org> From: Peter Wemm Date: Tue, 26 Apr 2005 21:20: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/i386/i386 genassym.c machdep.c mp_machdep.c swtch.s sys_machdep.c src/sys/i386/include pcb.h pcpu.h segments.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, 26 Apr 2005 21:20:20 -0000 peter 2005-04-26 21:20:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 genassym.c machdep.c mp_machdep.c swtch.s sys_machdep.c sys/i386/include pcb.h pcpu.h segments.h Log: Partial MFC: implement kernel side of i386_set_gsbase(2) and friends. Add symbol to tell NDIS which slot to use. Notable differences to -current: * gdt renumber not merged * user %cs/%ds still live in the ldt. * NDIS_SEL defined to same value as ndis code had hardcoded(!). We could have libc and rtld switch to using this as the primary API to implement TLS and avoid having a custom LDT for every process. Revision Changes Path 1.148.2.3 +2 -0 src/sys/i386/i386/genassym.c 1.597.2.7 +27 -18 src/sys/i386/i386/machdep.c 1.235.2.7 +2 -0 src/sys/i386/i386/mp_machdep.c 1.147.2.1 +14 -2 src/sys/i386/i386/swtch.s 1.92.2.2 +64 -0 src/sys/i386/i386/sys_machdep.c 1.52.2.2 +2 -0 src/sys/i386/include/pcb.h 1.42.2.1 +2 -1 src/sys/i386/include/pcpu.h 1.37.2.1 +4 -2 src/sys/i386/include/segments.h From owner-cvs-src@FreeBSD.ORG Tue Apr 26 21:31: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 AB9E716A4CE; Tue, 26 Apr 2005 21:31:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C5443D54; Tue, 26 Apr 2005 21:31:40 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QLVePM048478; Tue, 26 Apr 2005 21:31:40 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QLVeNM048477; Tue, 26 Apr 2005 21:31:40 GMT (envelope-from ps) Message-Id: <200504262131.j3QLVeNM048477@repoman.freebsd.org> From: Paul Saab Date: Tue, 26 Apr 2005 21:31:40 +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/ata ata-all.c ata-dma.c ata-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, 26 Apr 2005 21:31:40 -0000 ps 2005-04-26 21:31:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-dma.c ata-pci.c Log: Add support for the Intel ICH6 Revision Changes Path 1.50.2.50 +1 -0 src/sys/dev/ata/ata-all.c 1.35.2.40 +4 -1 src/sys/dev/ata/ata-dma.c 1.32.2.23 +14 -0 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 21:50: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 94EC016A4CE; Tue, 26 Apr 2005 21:50:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774A543D31; Tue, 26 Apr 2005 21:50:14 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QLoEft049226; Tue, 26 Apr 2005 21:50:14 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QLoETT049225; Tue, 26 Apr 2005 21:50:14 GMT (envelope-from julian) Message-Id: <200504262150.j3QLoETT049225@repoman.freebsd.org> From: Julian Elischer Date: Tue, 26 Apr 2005 21:50:14 +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/pci ohci_pci.c uhci_pci.c src/sys/dev/usb ohci.c ohcireg.h ohcivar.h uhci.c uhcireg.h uhcivar.h 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: Tue, 26 Apr 2005 21:50:14 -0000 julian 2005-04-26 21:50:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci ohci_pci.c uhci_pci.c sys/dev/usb ohci.c ohcireg.h ohcivar.h uhci.c uhcireg.h uhcivar.h usb.c Log: MFC Basic drivers from -current Also bring in the code that probves the non EHCI controllers after the EHCI controllers, thus ensuring that high speed devices are not pingponged all aver theplace during startup. Revision Changes Path 1.39.2.15 +63 -26 src/sys/dev/usb/ohci.c 1.13.2.3 +2 -2 src/sys/dev/usb/ohcireg.h 1.15.2.6 +12 -2 src/sys/dev/usb/ohcivar.h 1.40.2.16 +59 -14 src/sys/dev/usb/uhci.c 1.14.2.3 +1 -1 src/sys/dev/usb/uhcireg.h 1.16.2.7 +11 -2 src/sys/dev/usb/uhcivar.h 1.26.2.11 +87 -27 src/sys/dev/usb/usb.c 1.16.2.7 +51 -13 src/sys/pci/ohci_pci.c 1.26.2.10 +31 -17 src/sys/pci/uhci_pci.c From owner-cvs-src@FreeBSD.ORG Tue Apr 26 22: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 6F81B16A4CE; Tue, 26 Apr 2005 22:45:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 599A643D46; Tue, 26 Apr 2005 22:45:06 +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 j3QMj48t063415; Tue, 26 Apr 2005 22:45:05 GMT (envelope-from davidxu@freebsd.org) Message-ID: <426EC46E.8010701@freebsd.org> Date: Wed, 27 Apr 2005 06:45:02 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050306 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200504190811.j3J8BSdx072259@repoman.freebsd.org> <200504261143.58152.jhb@FreeBSD.org> In-Reply-To: <200504261143.58152.jhb@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_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 22:45:06 -0000 John Baldwin wrote: >On Tuesday 19 April 2005 04:11 am, David Xu wrote: > > >>davidxu 2005-04-19 08:11:28 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_sig.c >> Log: >> Oops, forgot to update this file. >> Fix a race condition between kern_wait() and thread_stopped(). >> Problem is in kern_wait(), parent process steps through children list, >> once a child process is skipped, and later even if the child is stopped, >> parent process still sleeps in msleep(), the race happens if parent >> masked SIGCHLD. >> >> Submitted by : Peter Edwards peadar.edwards at gmail dot com >> MFC after : 4 days >> >> > >You're not setting P_STOPPED_SIG anymore, is that on purpose? > > > It is already tested in thread_stopped(), original stop() is called after the test, so there is no different. From owner-cvs-src@FreeBSD.ORG Tue Apr 26 23:43: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 0E43716A4CE; Tue, 26 Apr 2005 23:43:59 +0000 (GMT) Received: from schizoid.village.org (schizoid.village.org [168.103.84.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E33C43D49; Tue, 26 Apr 2005 23:43:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (schizoid.village.org [10.200.4.1]) j3QNhpVY028229; Tue, 26 Apr 2005 17:43:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 26 Apr 2005 17:44:23 -0600 (MDT) Message-Id: <20050426.174423.78702631.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050425151203.GA43724@ip.net.ua> References: <20050425050656.GA42466@ip.net.ua> <20050425143043.GA93171@dragon.NUXI.org> <20050425151203.GA43724@ip.net.ua> 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 cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config 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: Tue, 26 Apr 2005 23:43:59 -0000 In message: <20050425151203.GA43724@ip.net.ua> Ruslan Ermilov writes: : On Mon, Apr 25, 2005 at 07:30:43AM -0700, David O'Brien wrote: : > If 'make depend' isn't 100% garenteed to work, we should make sure it : > 100% works. : > : I have a patch in the works that should solve this. I hope to post it : later today (local time) for review. I'd love to see it. : > > If you need automation, use "make buildkernel", or stop using NO_CLEAN. : > : > I didn't use 'NO_CLEAN' for the kernel build, yet you keep bringing up : > that I am. : > : You don't listen then. Yes you didn't use the NO_CLEAN, but when you : do "config FOO; cd ../compile/FOO; make depend; make" you effectively : do NOT run "make clean" or "make cleandepend", that's why I keep : saying NO_CLEAN. If you have used "make buildkernel" without NO_CLEAN : you wouldn't have ran into this problem. : : In the above, NO_CLEAN means that NO "make clean" (or at a minimum : "make cleandepend") was run. I can say that confused me as well... Since we're starting to churn a bit here, it might make sense to get a little more review before the next set of patches go in. Warner From owner-cvs-src@FreeBSD.ORG Wed Apr 27 01:29: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 A528216A4CE; Wed, 27 Apr 2005 01:29:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC9243D54; Wed, 27 Apr 2005 01:29:03 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3R1T3gX072263; Wed, 27 Apr 2005 01:29:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R1T3iE072262; Wed, 27 Apr 2005 01:29:03 GMT (envelope-from davidxu) Message-Id: <200504270129.j3R1T3iE072262@repoman.freebsd.org> From: David Xu Date: Wed, 27 Apr 2005 01:29: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/lib/libthr/arch/i386/include pthread_md.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, 27 Apr 2005 01:29:03 -0000 davidxu 2005-04-27 01:29:03 UTC FreeBSD src repository Modified files: lib/libthr/arch/i386/include pthread_md.h Log: Remove COMPAT_32BIT, it is no longer needed. Revision Changes Path 1.4 +0 -5 src/lib/libthr/arch/i386/include/pthread_md.h From owner-cvs-src@FreeBSD.ORG Wed Apr 27 03:48: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 8D9A416A4CE; Wed, 27 Apr 2005 03:48:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC0343D39; Wed, 27 Apr 2005 03:48:10 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3R3mAJw077918; Wed, 27 Apr 2005 03:48:10 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R3mAsK077917; Wed, 27 Apr 2005 03:48:10 GMT (envelope-from darrenr) Message-Id: <200504270348.j3R3mAsK077917@repoman.freebsd.org> From: Darren Reed Date: Wed, 27 Apr 2005 03: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/contrib/ipfilter/netinet fil.c ip_auth.c ip_frag.c ip_nat.c ip_nat.h ip_proxy.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, 27 Apr 2005 03:48:10 -0000 darrenr 2005-04-27 03:48:10 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_frag.c ip_nat.c ip_nat.h ip_proxy.h Log: - Comment out duplicate rcsid strings in *.c files - Move SIOCPROXY from ip_nat.h to ip_proxy.h and fix ip_proxy.h so that it can be easily compiled into kdump, et al. Revision Changes Path 1.45 +1 -1 src/sys/contrib/ipfilter/netinet/fil.c 1.40 +1 -1 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.28 +1 -1 src/sys/contrib/ipfilter/netinet/ip_frag.c 1.39 +1 -1 src/sys/contrib/ipfilter/netinet/ip_nat.c 1.24 +2 -2 src/sys/contrib/ipfilter/netinet/ip_nat.h 1.15 +12 -5 src/sys/contrib/ipfilter/netinet/ip_proxy.h From owner-cvs-src@FreeBSD.ORG Wed Apr 27 05:15: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 0D12E16A4CE for ; Wed, 27 Apr 2005 05:15:35 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B81D43D4C for ; Wed, 27 Apr 2005 05:15:34 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so235267nzk for ; Tue, 26 Apr 2005 22:15:34 -0700 (PDT) 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:content-disposition:references; b=RLGXAOsTfx6YO3tw6hFafmXVsr7WiUCeNbdXX4Ns8BhB7TQ5k2zAAU7fnaRnm56UxwQTd5A/WqP9Wbn4qTiFEy2LE2XMv/e9UEFZOM11Ap+axYSEPE8s2WzwfHg20BpX93Cy6EPlLlRhXyepy6BAjV4oXhIkTc7ZNdMIQxivSsA= Received: by 10.36.49.17 with SMTP id w17mr25363nzw; Tue, 26 Apr 2005 22:15:33 -0700 (PDT) Received: by 10.36.91.20 with HTTP; Tue, 26 Apr 2005 22:15:33 -0700 (PDT) Message-ID: Date: Wed, 27 Apr 2005 13:15:33 +0800 From: Jiawei Ye To: Peter Wemm In-Reply-To: <200504262038.j3QKciVI039099@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200504262038.j3QKciVI039099@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 05:15:35 -0000 On 4/27/05, Peter Wemm wrote: > peter 2005-04-26 20:38:44 UTC >=20 > FreeBSD src repository >=20 > Modified files: > libexec/rtld-elf/i386 reloc.c > Log: > Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel > implements i386_set_gsbase(), so there is no need for the variation. >=20 > Revision Changes Path > 1.16 +2 -9 src/libexec/rtld-elf/i386/reloc.c This seem to break builworld: =3D=3D=3D> libexec/rtld-elf (all) cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 -Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=3D2 -Wno-format-extra-args -Werror -c /usr/src/libexec/rtld-elf/i386/rtld_start.S cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 -Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=3D2 -Wno-format-extra-args -Werror -c /usr/src/libexec/rtld-elf/i386/reloc.c /usr/src/libexec/rtld-elf/i386/reloc.c: In function `allocate_initial_tls': /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: implicit declaration of function `alloca_tls' /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: assignment makes pointer from integer without a cast *** Error code 1 --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Wed Apr 27 05: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 BA0F416A4CE; Wed, 27 Apr 2005 05:16:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9B443D1F; Wed, 27 Apr 2005 05:16:31 +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 j3R5GVw4089311; Wed, 27 Apr 2005 05:16:31 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R5GVSA089310; Wed, 27 Apr 2005 05:16:31 GMT (envelope-from dougb) Message-Id: <200504270516.j3R5GVSA089310@repoman.freebsd.org> From: Doug Barton Date: Wed, 27 Apr 2005 05:16:31 +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 named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 05:16:31 -0000 dougb 2005-04-27 05:16:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/rc.d named Log: MFC 1.17 - 1.21: 1. Make sure that the /etc/namedb symlink is pointing to the right place. 2. Unmount the devfs when stop'ing (including on shutdown). 3. Require cleanvar. Revision Changes Path 1.9.2.5 +14 -1 src/etc/rc.d/named From owner-cvs-src@FreeBSD.ORG Wed Apr 27 05:17: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 16A4816A4CE; Wed, 27 Apr 2005 05:17:29 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E3143D5A; Wed, 27 Apr 2005 05:17:28 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from [192.168.0.3] (c-24-130-110-32.hsd1.ca.comcast.net[24.130.110.32]) by comcast.net (sccrmhc12) with ESMTP id <2005042705172701200de779e>; Wed, 27 Apr 2005 05:17:27 +0000 Message-ID: <426F2065.4030703@FreeBSD.org> Date: Tue, 26 Apr 2005 22:17:25 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050326) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jiawei Ye References: <200504262038.j3QKciVI039099@repoman.freebsd.org> In-Reply-To: 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 cc: Peter Wemm Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 05:17:29 -0000 Jiawei Ye wrote: > On 4/27/05, Peter Wemm wrote: > >>peter 2005-04-26 20:38:44 UTC >> >> FreeBSD src repository >> >> Modified files: >> libexec/rtld-elf/i386 reloc.c >> Log: >> Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel >> implements i386_set_gsbase(), so there is no need for the variation. >> >> Revision Changes Path >> 1.16 +2 -9 src/libexec/rtld-elf/i386/reloc.c > > This seem to break builworld: > > ===> libexec/rtld-elf (all) > cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -Wall -DFREEBSD_ELF > -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf > -elf -fpic -DPIC -Wformat=2 -Wno-format-extra-args -Werror -c > /usr/src/libexec/rtld-elf/i386/rtld_start.S > cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -Wall -DFREEBSD_ELF > -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf > -elf -fpic -DPIC -Wformat=2 -Wno-format-extra-args -Werror -c > /usr/src/libexec/rtld-elf/i386/reloc.c > /usr/src/libexec/rtld-elf/i386/reloc.c: In function `allocate_initial_tls': > /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: implicit > declaration of function `alloca_tls' > /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: assignment makes > pointer from integer without a cast > *** Error code 1 Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Wed Apr 27 05:51: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 8B28916A4CE; Wed, 27 Apr 2005 05:51:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D9E43D53; Wed, 27 Apr 2005 05:51:13 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3R5pDfS090612; Wed, 27 Apr 2005 05:51:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R5pDq0090611; Wed, 27 Apr 2005 05:51:13 GMT (envelope-from jkoshy) Message-Id: <200504270551.j3R5pDq0090611@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 27 Apr 2005 05:51: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/hwpmc hwpmc_amd.c hwpmc_intel.c hwpmc_mod.c hwpmc_pentium.c hwpmc_piv.c hwpmc_ppro.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 05:51:13 -0000 jkoshy 2005-04-27 05:51:13 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_amd.c hwpmc_intel.c hwpmc_mod.c hwpmc_pentium.c hwpmc_piv.c hwpmc_ppro.c Log: Forced commit to note the move from "src/sys/hwpmc" to "src/sys/dev/hwpmc". Revision Changes Path 1.3 +0 -0 src/sys/dev/hwpmc/hwpmc_amd.c 1.3 +0 -0 src/sys/dev/hwpmc/hwpmc_intel.c 1.5 +0 -0 src/sys/dev/hwpmc/hwpmc_mod.c 1.3 +0 -0 src/sys/dev/hwpmc/hwpmc_pentium.c 1.4 +0 -0 src/sys/dev/hwpmc/hwpmc_piv.c 1.3 +0 -0 src/sys/dev/hwpmc/hwpmc_ppro.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 05:53: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 ECEEB16A4CE; Wed, 27 Apr 2005 05:53:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17EA43D39; Wed, 27 Apr 2005 05:53:12 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3R5rCaX090701; Wed, 27 Apr 2005 05:53:12 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R5rCsH090700; Wed, 27 Apr 2005 05:53:12 GMT (envelope-from darrenr) Message-Id: <200504270553.j3R5rCsH090700@repoman.freebsd.org> From: Darren Reed Date: Wed, 27 Apr 2005 05:53: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/contrib/ipfilter/netinet ip_proxy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 05:53:13 -0000 darrenr 2005-04-27 05:53:12 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_proxy.c Log: The current H.323 proxy source has a license that isn't suitable for inclusion with FreeBSD so we shouldn't be trying to include it here. Revision Changes Path 1.25 +3 -1 src/sys/contrib/ipfilter/netinet/ip_proxy.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 08:14: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 80A6816A4CE; Wed, 27 Apr 2005 08:14:49 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE6C643D5C; Wed, 27 Apr 2005 08:14:48 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])j3R8Elml004139; Wed, 27 Apr 2005 18:14:47 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j3R8EiIo011190; Wed, 27 Apr 2005 18:14:45 +1000 Date: Wed, 27 Apr 2005 18:14:44 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Darren Reed In-Reply-To: <20050426142941.GD14477@hub.freebsd.org> Message-ID: <20050427180928.I61544@delplex.bde.org> References: <200504251820.j3PIKGY1021086@repoman.freebsd.org> <20050426032556.GB14477@hub.freebsd.org> <20050426142941.GD14477@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Darren Reed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter INST.FreeBSD-2.2 Makefilefils.c inet_addr.c ip_fil_freebsd.c ip_htable.c ip_htable.h ip_irc_pxy.c ip_lfil.c ip_lookup.c ip_lookup.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, 27 Apr 2005 08:14:49 -0000 On Tue, 26 Apr 2005, Darren Reed wrote: > On Tue, Apr 26, 2005 at 02:32:10PM +1000, Bruce Evans wrote: > ... >> unexpanded $NetBSD$ tag to an expanded $FreeBSD$ tag. >> >> Files in the contrib directory are supposed to have $FreeBSD$ tags if >> and only if FreeBSD actually changed them, and there shouldn't be many >> such files. In my year-old copy of the contrib directory, about 4% >> of the files have a $FreeBSD$ tag, and contrib/ipfilter has the same >> percentage of such files. > > Ahh....the script i used to build the directory tree and populate it came > from NetBSD which has $NetBSD$ in all the files....and then I got hassled > by cvs about the lack of $FreeBSD$ when I went to commit something so just > ran over all the files to shut cvs up. Cvs doesn't "hassle" about tags in the contrib directory (or in certain other directories). See /home/ncvs/CVSROOT*/commit_prep.pl. Bruce From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:00: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 8669616A4CE; Wed, 27 Apr 2005 09:00:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD1543D39; Wed, 27 Apr 2005 09:00:48 +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 j3R90mDd005289; Wed, 27 Apr 2005 09:00:48 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R90m82005288; Wed, 27 Apr 2005 09:00:48 GMT (envelope-from jeff) Message-Id: <200504270900.j3R90m82005288@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:00: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/sys namei.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, 27 Apr 2005 09:00:48 -0000 jeff 2005-04-27 09:00:48 UTC FreeBSD src repository Modified files: sys/sys namei.h Log: - Add an ISOPEN flag that filesystems can use to determine if a namei() caller will be interested in the actual data contents of a vnode after a successful lookup. This intended to help deal with lifetime issues for device cloning and to alert autofs when filesystems need to be mounted. Revision Changes Path 1.47 +1 -0 src/sys/sys/namei.h From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:05: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 A2A7E16A4CE; Wed, 27 Apr 2005 09:05:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87ABB43D2F; Wed, 27 Apr 2005 09:05: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 j3R95J2a005581; Wed, 27 Apr 2005 09:05:19 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R95Jrq005580; Wed, 27 Apr 2005 09:05:19 GMT (envelope-from jeff) Message-Id: <200504270905.j3R95Jrq005580@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:05: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/compat/linux linux_misc.c src/sys/vm swap_pager.c src/sys/kern kern_exec.c vfs_vnops.c src/sys/i386/ibcs2 imgact_coff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 09:05:19 -0000 jeff 2005-04-27 09:05:19 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c sys/vm swap_pager.c sys/kern vfs_vnops.c kern_exec.c sys/i386/ibcs2 imgact_coff.c Log: - Pass the ISOPEN flag to namei so filesystems will know we're about to open them or otherwise access the data. Revision Changes Path 1.168 +1 -1 src/sys/compat/linux/linux_misc.c 1.65 +2 -1 src/sys/i386/ibcs2/imgact_coff.c 1.268 +1 -1 src/sys/kern/kern_exec.c 1.230 +2 -2 src/sys/kern/vfs_vnops.c 1.269 +1 -1 src/sys/vm/swap_pager.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:06: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 2FE6016A4E7; Wed, 27 Apr 2005 09:06:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D2343D3F; Wed, 27 Apr 2005 09:06:07 +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 j3R966rH005693; Wed, 27 Apr 2005 09:06:06 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R966fi005692; Wed, 27 Apr 2005 09:06:06 GMT (envelope-from jeff) Message-Id: <200504270906.j3R966fi005692@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:06: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/fs/unionfs union_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, 27 Apr 2005 09:06:07 -0000 jeff 2005-04-27 09:06:06 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_subr.c Log: - Pass the ISOPEN flag down to our lower filesystems. - Remove an erroneous VOP lock assert. Revision Changes Path 1.86 +1 -2 src/sys/fs/unionfs/union_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:07: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 ABF7316A4CE; Wed, 27 Apr 2005 09:07:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8336743D1D; Wed, 27 Apr 2005 09:07:13 +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 j3R97DK7005754; Wed, 27 Apr 2005 09:07:13 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R97DvD005753; Wed, 27 Apr 2005 09:07:13 GMT (envelope-from jeff) Message-Id: <200504270907.j3R97DvD005753@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:07: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/fs/unionfs union_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, 27 Apr 2005 09:07:13 -0000 jeff 2005-04-27 09:07:13 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_vfsops.c Log: - Fix several locking problems in unionfs_mount so that it will come closer to passing DEBUG_VFS_LOCKS. Revision Changes Path 1.76 +7 -23 src/sys/fs/unionfs/union_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:17: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 94E0D16A4CE; Wed, 27 Apr 2005 09:17:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC1E43D1D; Wed, 27 Apr 2005 09:17: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 j3R9HBv8006251; Wed, 27 Apr 2005 09:17:11 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R9HBCA006250; Wed, 27 Apr 2005 09:17:11 GMT (envelope-from jeff) Message-Id: <200504270917.j3R9HBCA006250@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:17: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 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: Wed, 27 Apr 2005 09:17:11 -0000 jeff 2005-04-27 09:17:11 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: - Stop checking vxthread, we've asserted that it was useless for several weeks. Revision Changes Path 1.231 +2 -4 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:17: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 7145316A4CE; Wed, 27 Apr 2005 09:17:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481A343D31; Wed, 27 Apr 2005 09:17: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 j3R9HXoe006285; Wed, 27 Apr 2005 09:17:33 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R9HXLn006284; Wed, 27 Apr 2005 09:17:33 GMT (envelope-from jeff) Message-Id: <200504270917.j3R9HXLn006284@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:17: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/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: Wed, 27 Apr 2005 09:17:33 -0000 jeff 2005-04-27 09:17:33 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Stop setting vxthread, we've asserted that it was useless for several weeks now. Revision Changes Path 1.618 +0 -2 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:18: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 E007916A4CE; Wed, 27 Apr 2005 09:18:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EE743D31; Wed, 27 Apr 2005 09:18: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 j3R9IA5X006327; Wed, 27 Apr 2005 09:18:10 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3R9IAQf006326; Wed, 27 Apr 2005 09:18:10 GMT (envelope-from jeff) Message-Id: <200504270918.j3R9IAQf006326@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 09:18: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/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: Wed, 27 Apr 2005 09:18:11 -0000 jeff 2005-04-27 09:18:10 UTC FreeBSD src repository Modified files: sys/sys vnode.h Log: - Changes to vgone() and related teardown code have meant that the vxthread pointer is no longer needed. Revision Changes Path 1.299 +0 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:46: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 1080416A4CE; Wed, 27 Apr 2005 09:46:41 +0000 (GMT) Received: from mx0.thekeelecentre.com (mx0.thekeelecentre.com [217.206.238.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id A581F43D55; Wed, 27 Apr 2005 09:46:40 +0000 (GMT) (envelope-from richardtector@thekeelecentre.com) Received: from av.mx0.thekeelecentre.com (av.mx0.thekeelecentre.com [217.206.238.166]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 98F084094; Wed, 27 Apr 2005 10:46:39 +0100 (BST) Received: from mx0.thekeelecentre.com ([217.206.238.167]) [217.206.238.166]) (amavisd-new, port 10024) with ESMTP id 73450-04; Wed, 27 Apr 2005 10:46:39 +0100 (BST) Received: from webmail.thekeelecentre.com (webmail.thekeelecentre.com [217.206.238.169]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 19CAB408E; Wed, 27 Apr 2005 10:46:38 +0100 (BST) Received: from gateway.home.tector.org.uk (gateway.home.tector.org.uk with; Wed, 27 Apr 2005 10:46:38 +0100 Message-ID: <20050427104638.7mdcmx6gn4488owg@webmail.thekeelecentre.com> Date: Wed, 27 Apr 2005 10:46:38 +0100 From: Richard Tector To: Doug Barton References: <200504262038.j3QKciVI039099@repoman.freebsd.org> <426F2065.4030703@FreeBSD.org> In-Reply-To: <426F2065.4030703@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-5.4 X-Virus-Scanned: by amavisd-new at mx0.thekeelecentre.com cc: cvs-src@freebsd.org cc: alsrc-committers@freebsd.org cc: Jiawei Ye cc: Peter Wemm Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 09:46:41 -0000 Quoting Doug Barton : > Jiawei Ye wrote: >> On 4/27/05, Peter Wemm wrote: >> >>> peter 2005-04-26 20:38:44 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> libexec/rtld-elf/i386 reloc.c >>> Log: >>> Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel >>> implements i386_set_gsbase(), so there is no need for the variation. >>> >>> Revision Changes Path >>> 1.16 +2 -9 src/libexec/rtld-elf/i386/reloc.c >> >> This seem to break builworld: >> >> /usr/src/libexec/rtld-elf/i386/reloc.c >> /usr/src/libexec/rtld-elf/i386/reloc.c: In function `allocate_initial_tls': >> /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: implicit >> declaration of function `alloca_tls' >> /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: assignment makes >> pointer from integer without a cast >> *** Error code 1 > On line 339, chaning alloca_tls to allocate_tls fixed the build for me last night. Regards, Richard Tector From owner-cvs-src@FreeBSD.ORG Wed Apr 27 10:03: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 B820F16A4CE; Wed, 27 Apr 2005 10:03:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF1143D64; Wed, 27 Apr 2005 10:03:21 +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 j3RA3LOi008111; Wed, 27 Apr 2005 10:03:21 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RA3LPg008110; Wed, 27 Apr 2005 10:03:21 GMT (envelope-from jeff) Message-Id: <200504271003.j3RA3LPg008110@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 27 Apr 2005 10:03: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_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, 27 Apr 2005 10:03:21 -0000 jeff 2005-04-27 10:03:21 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed. This fixes forced unmounts via nullfs. Reported by: kkenn Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.619 +8 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 11:32: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 8A76016A4CE; Wed, 27 Apr 2005 11:32:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6104743D3F; Wed, 27 Apr 2005 11:32:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RBWOFm011547; Wed, 27 Apr 2005 11:32:24 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RBWOR4011546; Wed, 27 Apr 2005 11:32:24 GMT (envelope-from davidxu) Message-Id: <200504271132.j3RBWOR4011546@repoman.freebsd.org> From: David Xu Date: Wed, 27 Apr 2005 11:32:24 +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 kern_fork.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 11:32:24 -0000 davidxu 2005-04-27 11:32:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_fork.c Log: MFC Revision 1.251: Inherit signal mask from parent process. Revision Changes Path 1.234.2.9 +1 -0 src/sys/kern/kern_fork.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 13:00: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 3E0BB16A4CE; Wed, 27 Apr 2005 13:00:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14FB443D3F; Wed, 27 Apr 2005 13:00:30 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RD0Ta2021878; Wed, 27 Apr 2005 13:00:29 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RD0TCl021877; Wed, 27 Apr 2005 13:00:29 GMT (envelope-from davidxu) Message-Id: <200504271300.j3RD0TCl021877@repoman.freebsd.org> From: David Xu Date: Wed, 27 Apr 2005 13:00: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/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: Wed, 27 Apr 2005 13:00:30 -0000 davidxu 2005-04-27 13:00:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_exit.c Log: MFC Revision 1.261: Wake up swapper process. Revision Changes Path 1.245.2.11 +9 -0 src/sys/kern/kern_exit.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 13:17: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 356FD16A4CE; Wed, 27 Apr 2005 13:17:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D39D43D41; Wed, 27 Apr 2005 13:17:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RDHN6e022549; Wed, 27 Apr 2005 13:17:23 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RDHNr0022548; Wed, 27 Apr 2005 13:17:23 GMT (envelope-from davidxu) Message-Id: <200504271317.j3RDHNr0022548@repoman.freebsd.org> From: David Xu Date: Wed, 27 Apr 2005 13:17: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/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 13:17:24 -0000 davidxu 2005-04-27 13:17:23 UTC FreeBSD src repository Modified files: libexec/rtld-elf/i386 reloc.c Log: Fix compilation problem. Revision Changes Path 1.17 +1 -1 src/libexec/rtld-elf/i386/reloc.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 13:23: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 56BEF16A4CE; Wed, 27 Apr 2005 13:23:09 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E1D43D60; Wed, 27 Apr 2005 13:23:04 +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.3/8.13.3) with ESMTP id j3RDRSdx016947; Wed, 27 Apr 2005 07:27:28 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <426F9168.7050503@samsco.org> Date: Wed, 27 Apr 2005 07:19:36 -0600 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 Xu References: <200504271317.j3RDHNr0022548@repoman.freebsd.org> In-Reply-To: <200504271317.j3RDHNr0022548@repoman.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: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 13:23:09 -0000 David Xu wrote: > davidxu 2005-04-27 13:17:23 UTC > > FreeBSD src repository > > Modified files: > libexec/rtld-elf/i386 reloc.c > Log: > Fix compilation problem. > > Revision Changes Path > 1.17 +1 -1 src/libexec/rtld-elf/i386/reloc.c Thank you very much for fixing this. scott From owner-cvs-src@FreeBSD.ORG Wed Apr 27 13:29: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 641D316A4CE; Wed, 27 Apr 2005 13:29:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8E143D2F; Wed, 27 Apr 2005 13:29:54 +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 j3RDTsnA023150; Wed, 27 Apr 2005 13:29:54 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RDTsZE023149; Wed, 27 Apr 2005 13:29:54 GMT (envelope-from cognet) Message-Id: <200504271329.j3RDTsZE023149@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 27 Apr 2005 13:29: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/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: Wed, 27 Apr 2005 13:29:54 -0000 cognet 2005-04-27 13:29:54 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 iq31244_machdep.c Log: Allocating the memory for the kernel stack one time is enough. Revision Changes Path 1.11 +0 -7 src/sys/arm/xscale/i80321/iq31244_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 13:52: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 4341716A4CE; Wed, 27 Apr 2005 13:52:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2308E43D64; Wed, 27 Apr 2005 13:52:36 +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 j3RDqa3M024200; Wed, 27 Apr 2005 13:52:36 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RDqZhn024199; Wed, 27 Apr 2005 13:52:35 GMT (envelope-from harti) Message-Id: <200504271352.j3RDqZhn024199@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 27 Apr 2005 13:52:35 +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/mk bsd.files.mk bsd.incs.mk bsd.init.mk bsd.lib.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 13:52:36 -0000 harti 2005-04-27 13:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/mk bsd.files.mk bsd.incs.mk bsd.init.mk bsd.lib.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk Log: MFC: insert a comment character between .else/.endif and strings following on the same line. Revision Changes Path 1.3.8.1 +2 -2 src/share/mk/bsd.files.mk 1.3.10.1 +2 -2 src/share/mk/bsd.incs.mk 1.1.10.2 +1 -1 src/share/mk/bsd.init.mk 1.160.2.2 +3 -3 src/share/mk/bsd.lib.mk 1.10.8.1 +1 -1 src/share/mk/bsd.nls.mk 1.51.2.1 +2 -2 src/share/mk/bsd.obj.mk 1.41.2.1 +1 -1 src/share/mk/bsd.own.mk 1.136.2.1 +2 -2 src/share/mk/bsd.prog.mk From owner-cvs-src@FreeBSD.ORG Wed Apr 27 13:52: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 A7ADB16A4CF; Wed, 27 Apr 2005 13:52:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB0243D1D; Wed, 27 Apr 2005 13:52:45 +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 j3RDqjdh024229; Wed, 27 Apr 2005 13:52:45 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RDqjX8024228; Wed, 27 Apr 2005 13:52:45 GMT (envelope-from kensmith) Message-Id: <200504271352.j3RDqjX8024228@repoman.freebsd.org> From: Ken Smith Date: Wed, 27 Apr 2005 13:52: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/release/scripts package-split.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: Wed, 27 Apr 2005 13:52:45 -0000 kensmith 2005-04-27 13:52:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/scripts package-split.py Log: MFC of revision 1.5 : > date: 2005/04/17 23:30:20; author: kensmith; state: Exp; lines: +0 -3 > Needed to drop "lang/gnat", "print/teTeX", and "textproc/docproj-jadetex" > to make the packages fit on the CDs... Revision Changes Path 1.3.2.3 +0 -3 src/release/scripts/package-split.py From owner-cvs-src@FreeBSD.ORG Wed Apr 27 14:13: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 BBA2116A4CE; Wed, 27 Apr 2005 14:13:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECFC43D39; Wed, 27 Apr 2005 14:13:56 +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 j3REDuv2025159; Wed, 27 Apr 2005 14:13:56 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3REDuXt025158; Wed, 27 Apr 2005 14:13:56 GMT (envelope-from scottl) Message-Id: <200504271413.j3REDuXt025158@repoman.freebsd.org> From: Scott Long Date: Wed, 27 Apr 2005 14:13: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/share/mk sys.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, 27 Apr 2005 14:13:56 -0000 scottl 2005-04-27 14:13:56 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: Disable the IPFILTER bits until they compile again. This can be overriden by adding WANT_IPFILTER to /etc/make.conf. Note that this is only a partial hack and only works when building the world and kernel the 'sanctioned' way. I hope that this hack is only temporary and can be reverted soon. Revision Changes Path 1.84 +5 -0 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Wed Apr 27 14:46: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 87C7716A4CE; Wed, 27 Apr 2005 14:46:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7154B43D1F; Wed, 27 Apr 2005 14:46:02 +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 j3REk2I0026655; Wed, 27 Apr 2005 14:46:02 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3REk2O9026654; Wed, 27 Apr 2005 14:46:02 GMT (envelope-from des) Message-Id: <200504271446.j3REk2O9026654@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 27 Apr 2005 14:46: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/nfsclient nfs_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, 27 Apr 2005 14:46:02 -0000 des 2005-04-27 14:46:02 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: When NFS was converted to the new mount syscall, code was written that sets the MNT_RDONLY flag if the "ro" option was passed in from userland, and clears it otherwise. In the diskless case, the MNT_RDONLY flag is already set when this code is reached, but there are no mount options, so it was incorrectly cleared. Change the logic so the MNT_RDONLY flag is set if the "ro" option was specified, and left alone otherwise. Note that the NFS code will still happily let you mount a filesystem RW even if the server exports it RO. I'm not sure how to fix that. Revision Changes Path 1.173 +1 -3 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 15:18: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 AE07016A4CE; Wed, 27 Apr 2005 15:18:21 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535F643D41; Wed, 27 Apr 2005 15:18:18 +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 j3RFIFCv026121; Wed, 27 Apr 2005 08:18:15 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3RFIFc6026120; Wed, 27 Apr 2005 08:18:15 -0700 (PDT) (envelope-from obrien) Date: Wed, 27 Apr 2005 08:18:14 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050427151814.GA25876@dragon.NUXI.org> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> <20050424201534.GA74964@dragon.NUXI.org> <20050425050656.GA42466@ip.net.ua> <20050425143043.GA93171@dragon.NUXI.org> <20050425151203.GA43724@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050425151203.GA43724@ip.net.ua> 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.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 15:18:21 -0000 On Mon, Apr 25, 2005 at 06:12:03PM +0300, Ruslan Ermilov wrote: > On Mon, Apr 25, 2005 at 07:30:43AM -0700, David O'Brien wrote: > > If 'make depend' isn't 100% garenteed to work, we should make sure it > > 100% works. > > > I have a patch in the works that should solve this. I hope to post it > later today (local time) for review. > > > > If you need automation, use "make buildkernel", or stop using NO_CLEAN. > > > > I didn't use 'NO_CLEAN' for the kernel build, yet you keep bringing up > > that I am. > > > You don't listen then. Yes you didn't use the NO_CLEAN, but when you > do "config FOO; cd ../compile/FOO; make depend; make" you effectively > do NOT run "make clean" or "make cleandepend", that's why I keep > saying NO_CLEAN. If you have used "make buildkernel" without NO_CLEAN > you wouldn't have ran into this problem. Well then speak accurately. I don't use NO_CLEAN - it isn't in my environment nor on my command line, I build kernels the "traditional way". That I would have clearly understood. > In the above, NO_CLEAN means that NO "make clean" (or at a minimum > "make cleandepend") was run. Please explictly state 'NO "make clean"' next time. thanks, -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Apr 27 17:16: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 2D02816A4CE; Wed, 27 Apr 2005 17:16:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19A443D54; Wed, 27 Apr 2005 17:16:27 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RHGR35039873; Wed, 27 Apr 2005 17:16:27 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RHGRSq039872; Wed, 27 Apr 2005 17:16:27 GMT (envelope-from julian) Message-Id: <200504271716.j3RHGRSq039872@repoman.freebsd.org> From: Julian Elischer Date: Wed, 27 Apr 2005 17:16: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/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 17:16:28 -0000 julian 2005-04-27 17:16:27 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c Log: Add code from Kazuhito HONDA that allows the user to see the available modes in /dev/sndstat. e.g. pcm1: at addr ? (0p/1r/0v channels duplex) mode 1:(input) 1ch, 16/16bit, pcm, 44100Hz mode 2:(input) 1ch, 16/16bit, pcm, 22050Hz mode 3:(input) 1ch, 16/16bit, pcm, 11025Hz mode 4:(input) 1ch, 16/16bit, pcm, 8000Hz Revision Changes Path 1.14 +153 -0 src/sys/dev/sound/usb/uaudio.c 1.6 +1 -0 src/sys/dev/sound/usb/uaudio.h 1.15 +3 -0 src/sys/dev/sound/usb/uaudio_pcm.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 17: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 CAE0116A4CE; Wed, 27 Apr 2005 17:39:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EDEB43D49; Wed, 27 Apr 2005 17:39:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RHdUwi040729; Wed, 27 Apr 2005 17:39:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RHdUte040728; Wed, 27 Apr 2005 17:39:30 GMT (envelope-from jhb) Message-Id: <200504271739.j3RHdUte040728@repoman.freebsd.org> From: John Baldwin Date: Wed, 27 Apr 2005 17:39:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 17:39:30 -0000 jhb 2005-04-27 17:39:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/kern subr_sleepqueue.c Log: MF5: Close a race between sleepq_broadcast() and sleepq_catch_signals() by merging sleepq_resume_thread() and sleepq_remove_thread(). This also reduces the overall number of lock operations for sleep queue operations. Approved by: re (kensmith) Revision Changes Path 1.10.2.4.2.1 +21 -47 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 17:53: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 01F5916A4CE; Wed, 27 Apr 2005 17:53:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46B543D64; Wed, 27 Apr 2005 17:53:47 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RHrlZR041424; Wed, 27 Apr 2005 17:53:47 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RHrlnD041423; Wed, 27 Apr 2005 17:53:47 GMT (envelope-from peter) Message-Id: <200504271753.j3RHrlnD041423@repoman.freebsd.org> From: Peter Wemm Date: Wed, 27 Apr 2005 17:53:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/i386/include sysarch.h src/lib/libc/i386/sys Makefile.inc i386_get_fsbase.c i386_get_gsbase.c i386_set_fsbase.c i386_set_gsbase.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 17:53:48 -0000 peter 2005-04-27 17:53:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/i386/include sysarch.h lib/libc/i386/sys Makefile.inc Added files: (Branch: RELENG_5_4) lib/libc/i386/sys i386_get_fsbase.c i386_get_gsbase.c i386_set_fsbase.c i386_set_gsbase.c Log: MF5: add i386_[gs]et_[fg]sbase(2) stubs to make a usable libc.so.5 for 6.x's compat5x packages when paired with 6.x's libpthread.so.0. Approved by: re (kensmith) Revision Changes Path 1.27.4.1.2.1 +1 -0 src/lib/libc/i386/sys/Makefile.inc 1.1.4.1 +37 -0 src/lib/libc/i386/sys/i386_get_fsbase.c (new) 1.1.4.1 +37 -0 src/lib/libc/i386/sys/i386_get_gsbase.c (new) 1.1.4.1 +37 -0 src/lib/libc/i386/sys/i386_set_fsbase.c (new) 1.1.4.1 +37 -0 src/lib/libc/i386/sys/i386_set_gsbase.c (new) 1.20.2.1.2.1 +8 -0 src/sys/i386/include/sysarch.h From owner-cvs-src@FreeBSD.ORG Wed Apr 27 19:00: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 CAD0416A4CE; Wed, 27 Apr 2005 19:00:46 +0000 (GMT) Received: from drizzle.cc.mcgill.ca (drizzle.CC.McGill.CA [132.206.27.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594CB43D3F; Wed, 27 Apr 2005 19:00:46 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan3.cc.mcgill.ca (mailscan3.CC.McGill.CA [132.216.77.250])j3RJ0aU4021877; Wed, 27 Apr 2005 15:00:44 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j3RJ0Om5021891; Wed, 27 Apr 2005 15:00:24 -0400 (EDT) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j3RJ0N5i011340; Wed, 27 Apr 2005 15:00:24 -0400 Received: from localhost.localdomain (acid [127.0.0.1]) j3RJ0N3r014208; Wed, 27 Apr 2005 15:00:23 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j3RJ0Nhr014207; Wed, 27 Apr 2005 15:00:23 -0400 Date: Wed, 27 Apr 2005 15:00:22 -0400 From: Mathew Kanner To: Julian Elischer Message-ID: <20050427190022.GD11709@cnd.mcgill.ca> References: <200504271716.j3RHGRSq039872@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504271716.j3RHGRSq039872@repoman.freebsd.org> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 19:00:47 -0000 On Apr 27, Julian Elischer wrote: > julian 2005-04-27 17:16:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c > Log: > Add code from Kazuhito HONDA that allows the user to see > the available modes in /dev/sndstat. > e.g. > pcm1: at addr ? (0p/1r/0v channels duplex) > mode 1:(input) 1ch, 16/16bit, pcm, 44100Hz > mode 2:(input) 1ch, 16/16bit, pcm, 22050Hz > mode 3:(input) 1ch, 16/16bit, pcm, 11025Hz > mode 4:(input) 1ch, 16/16bit, pcm, 8000Hz Hiya, As I said before, I object to this as it is inconsistent with the rest of sound. This information should be available via dmesg and boot_verbose. --Mat -- From owner-cvs-src@FreeBSD.ORG Wed Apr 27 19:12: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 DACE316A4CE; Wed, 27 Apr 2005 19:12:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBFF643D1D; Wed, 27 Apr 2005 19:12:57 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RJCvxM052368; Wed, 27 Apr 2005 19:12:57 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RJCv6C052367; Wed, 27 Apr 2005 19:12:57 GMT (envelope-from ume) Message-Id: <200504271912.j3RJCv6C052367@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 27 Apr 2005 19:12: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/include netdb.h src/lib/libc/net gethostbydns.c gethostbyht.c gethostnamadr.c getnetnamadr.c name6.c netdb_private.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, 27 Apr 2005 19:12:58 -0000 ume 2005-04-27 19:12:57 UTC FreeBSD src repository Modified files: include netdb.h lib/libc/net gethostbydns.c gethostbyht.c gethostnamadr.c getnetnamadr.c name6.c netdb_private.h Log: hide implementation specific internal functions from netdb.h. it is needed to make get{host,net}by*() thread-safe. Revision Changes Path 1.35 +0 -12 src/include/netdb.h 1.50 +1 -0 src/lib/libc/net/gethostbydns.c 1.18 +1 -0 src/lib/libc/net/gethostbyht.c 1.24 +1 -0 src/lib/libc/net/gethostnamadr.c 1.18 +1 -0 src/lib/libc/net/getnetnamadr.c 1.46 +1 -0 src/lib/libc/net/name6.c 1.5 +12 -0 src/lib/libc/net/netdb_private.h From owner-cvs-src@FreeBSD.ORG Wed Apr 27 20:47: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 B18DB16A4CE; Wed, 27 Apr 2005 20:47:37 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B3A643D60; Wed, 27 Apr 2005 20:47:37 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 374287A41E; Wed, 27 Apr 2005 13:47:37 -0700 (PDT) Message-ID: <426FFA68.10003@elischer.org> Date: Wed, 27 Apr 2005 13:47:36 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050423 X-Accept-Language: en, hu MIME-Version: 1.0 To: Mathew Kanner References: <200504271716.j3RHGRSq039872@repoman.freebsd.org> <20050427190022.GD11709@cnd.mcgill.ca> In-Reply-To: <20050427190022.GD11709@cnd.mcgill.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 20:47:37 -0000 Mathew Kanner wrote: >On Apr 27, Julian Elischer wrote: > > >>julian 2005-04-27 17:16:27 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c >> Log: >> Add code from Kazuhito HONDA that allows the user to see >> the available modes in /dev/sndstat. >> e.g. >> pcm1: at addr ? (0p/1r/0v channels duplex) >> mode 1:(input) 1ch, 16/16bit, pcm, 44100Hz >> mode 2:(input) 1ch, 16/16bit, pcm, 22050Hz >> mode 3:(input) 1ch, 16/16bit, pcm, 11025Hz >> mode 4:(input) 1ch, 16/16bit, pcm, 8000Hz >> >> > > Hiya, > As I said before, I object to this as it is inconsistent with >the rest of sound. This information should be available via dmesg and >boot_verbose. > --Mat > > only got your email after doing the commit.. As I said inthe other email.. I think dfferently. We can put it in either place (or both), but I think it's much more useful here. From owner-cvs-src@FreeBSD.ORG Wed Apr 27 20:48: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 ACE9916A4CE; Wed, 27 Apr 2005 20:48:03 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C0143D58; Wed, 27 Apr 2005 20:48:03 +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 <0IFM00MJRHIIZ960@bgo1smout1.broadpark.no>; Wed, 27 Apr 2005 22:42:18 +0200 (CEST) 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 <0IFM003M6HTPHW10@bgo1sminn1.broadpark.no>; Wed, 27 Apr 2005 22:49:01 +0200 (CEST) Received: by dsa.des.no (Pony Express, from userid 666) id A8381452D2; Wed, 27 Apr 2005 22:48:01 +0200 (CEST) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id DABDA45171; Wed, 27 Apr 2005 22:47:55 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id D0A7E33C09; Wed, 27 Apr 2005 22:47:55 +0200 (CEST) Date: Wed, 27 Apr 2005 22:47:55 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <20050427190022.GD11709@cnd.mcgill.ca> To: Mathew Kanner Message-id: <86br800ww4.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: <200504271716.j3RHGRSq039872@repoman.freebsd.org> <20050427190022.GD11709@cnd.mcgill.ca> 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: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 20:48:04 -0000 Mathew Kanner writes: > On Apr 27, Julian Elischer wrote: > > julian 2005-04-27 17:16:27 UTC > > Log: > > Add code from Kazuhito HONDA that allows the user to see > > the available modes in /dev/sndstat. > As I said before, I object to this as it is inconsistent with > the rest of sound. This information should be available via dmesg and > boot_verbose. It is pretty pointless anyway since the kernel will happily resample and convert any other format (within reason). Just pick the one that best fits the data you're working with and feed it to the kernel, and the sound code will do the rest. AFAIK it supports straight linear sampling and logarithmic (u-law / a-law) sampling in 4-, 8- and 16-bit mono and stereo at any sampling rate between 4 and 48 kHz in 25 Hz increments. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Apr 27 20:58: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 DCE1816A4CE; Wed, 27 Apr 2005 20:58:33 +0000 (GMT) Received: from torrent.cc.mcgill.ca (torrent.cc.mcgill.ca [132.206.27.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E9643D2F; Wed, 27 Apr 2005 20:58:33 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan2.cc.mcgill.ca (mailscan2.CC.McGill.CA [132.216.77.249])j3RKwDHq018180; Wed, 27 Apr 2005 16:58:23 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j3RKw8Tg020141; Wed, 27 Apr 2005 16:58:08 -0400 (EDT) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j3RKvsam012998; Wed, 27 Apr 2005 16:57:54 -0400 Received: from localhost.localdomain (acid [127.0.0.1]) j3RKvsiX014227; Wed, 27 Apr 2005 16:57:54 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j3RKvrpN014226; Wed, 27 Apr 2005 16:57:53 -0400 Date: Wed, 27 Apr 2005 16:57:53 -0400 From: Mathew Kanner To: Julian Elischer Message-ID: <20050427205753.GE11709@cnd.mcgill.ca> References: <200504271716.j3RHGRSq039872@repoman.freebsd.org> <20050427190022.GD11709@cnd.mcgill.ca> <426FFA68.10003@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <426FFA68.10003@elischer.org> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org cc: Mathew Kanner Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 20:58:34 -0000 On Apr 27, Julian Elischer wrote: > > only got your email after doing the commit.. > As I said inthe other email.. > I think dfferently. > We can put it in either place (or both), but I think it's much more > useful here. Let's keep it here until I commit the version that does it in boot verbose (it's much shorter than what I remeber the PR having) The information will appear under boot_veborbose for that 1 time in 1000 that you want more information about your USB device. If people complain, I'll put this back. Hope this is ok for you. --Mat From owner-cvs-src@FreeBSD.ORG Wed Apr 27 21:24: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 7CE5616A4CE; Wed, 27 Apr 2005 21:24:28 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F9243D66; Wed, 27 Apr 2005 21:24:28 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 3FEE37A403; Wed, 27 Apr 2005 14:24:28 -0700 (PDT) Message-ID: <4270030B.3020300@elischer.org> Date: Wed, 27 Apr 2005 14:24:27 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050423 X-Accept-Language: en, hu MIME-Version: 1.0 To: Mathew Kanner References: <200504271716.j3RHGRSq039872@repoman.freebsd.org> <20050427190022.GD11709@cnd.mcgill.ca> <426FFA68.10003@elischer.org> <20050427205753.GE11709@cnd.mcgill.ca> In-Reply-To: <20050427205753.GE11709@cnd.mcgill.ca> 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: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 21:24:28 -0000 Mathew Kanner wrote: >On Apr 27, Julian Elischer wrote: > > >>only got your email after doing the commit.. >>As I said inthe other email.. >>I think dfferently. >>We can put it in either place (or both), but I think it's much more >>useful here. >> >> > > Let's keep it here until I commit the version that does it in >boot verbose (it's much shorter than what I remeber the PR having) The >information will appear under boot_veborbose for that 1 time in 1000 >that you want more information about your USB device. If people >complain, I'll put this back. Hope this is ok for you. > > Well in dmesg is better than never, but you can't get to the information without rebooting if it's under verbose (because most people don't boot verbose). In sndstat it's there whenever you ask for it. > > --Mat > > From owner-cvs-src@FreeBSD.ORG Wed Apr 27 21:30: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 6243716A4CE; Wed, 27 Apr 2005 21:30:58 +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 E1E4743D62; Wed, 27 Apr 2005 21:30:57 +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 j3RLUaTt043265; Wed, 27 Apr 2005 14:30:36 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.3/8.13.3/Submit) id j3RLUabe043264; Wed, 27 Apr 2005 14:30:36 -0700 (PDT) (envelope-from marcel) Date: Wed, 27 Apr 2005 14:30:36 -0700 From: Marcel Moolenaar To: Mathew Kanner Message-ID: <20050427213036.GA43114@ns1.xcllnt.net> References: <200504271716.j3RHGRSq039872@repoman.freebsd.org> <20050427190022.GD11709@cnd.mcgill.ca> <426FFA68.10003@elischer.org> <20050427205753.GE11709@cnd.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050427205753.GE11709@cnd.mcgill.ca> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 21:30:58 -0000 On Wed, Apr 27, 2005 at 04:57:53PM -0400, Mathew Kanner wrote: > On Apr 27, Julian Elischer wrote: > > > > only got your email after doing the commit.. > > As I said inthe other email.. > > I think dfferently. > > We can put it in either place (or both), but I think it's much more > > useful here. > > Let's keep it here until I commit the version that does it in > boot verbose (it's much shorter than what I remeber the PR having) The > information will appear under boot_veborbose for that 1 time in 1000 > that you want more information about your USB device. If people > complain, I'll put this back. Hope this is ok for you. My $0.02: Firstly, I would think that this information (or part of it) is also useful for programs. Secondly, dmesg(8) is unreliable in that there may be so many other messages that the information you're looking for is not in the message buffer anymore. Thirdly, verbose boot is already too verbose. Let's not make it worse. I think verbose boot should help diagnose boot problems or device attach and/or device configure problems. Everything else is non-critical information and should ideally be available in some form or another when the machine has booted. Reality disagrees with me, but it's a valid datapoint nonetheless. FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Wed Apr 27 21:35: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 6FE7A16A4CE; Wed, 27 Apr 2005 21:35:55 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A328243D39; Wed, 27 Apr 2005 21:35:54 +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 j3RLdtWW090191; Thu, 28 Apr 2005 00:39:55 +0300 (EEST) (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 73163-11; Thu, 28 Apr 2005 00:35:52 +0300 (EEST) 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 j3RLds0W090188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Apr 2005 00:39:54 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3RLa1JP093495; Thu, 28 Apr 2005 00:36:01 +0300 (EEST) (envelope-from ru) Date: Thu, 28 Apr 2005 00:36:01 +0300 From: Ruslan Ermilov To: Scott Long Message-ID: <20050427213601.GD53340@ip.net.ua> References: <200504271413.j3REDuXt025158@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AbQceqfdZEv+FvjW" Content-Disposition: inline In-Reply-To: <200504271413.j3REDuXt025158@repoman.freebsd.org> User-Agent: Mutt/1.5.9i 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/share/mk sys.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, 27 Apr 2005 21:35:55 -0000 --AbQceqfdZEv+FvjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 27, 2005 at 02:13:56PM +0000, Scott Long wrote: > scottl 2005-04-27 14:13:56 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/mk sys.mk=20 > Log: > Disable the IPFILTER bits until they compile again. This can be overri= den > by adding WANT_IPFILTER to /etc/make.conf. Note that this is only a pa= rtial > hack and only works when building the world and kernel the 'sanctioned'= way. > I hope that this hack is only temporary and can be reverted soon. > =20 > Revision Changes Path > 1.84 +5 -0 src/share/mk/sys.mk >=20 I'll make sure to let you know when it's safe to remove this. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --AbQceqfdZEv+FvjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCcAXBqRfpzJluFF4RApObAJ9ecRw1QRCkamwhg4tr1czIQetkaQCdGVa0 j4k/YHhhHjZTxIrpdC2YpDE= =uKE3 -----END PGP SIGNATURE----- --AbQceqfdZEv+FvjW-- From owner-cvs-src@FreeBSD.ORG Wed Apr 27 21:57: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 A154616A4CE; Wed, 27 Apr 2005 21:57:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8420F43D46; Wed, 27 Apr 2005 21:57:51 +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 j3RLvpuj067293; Wed, 27 Apr 2005 21:57:51 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RLvpJ0067292; Wed, 27 Apr 2005 21:57:51 GMT (envelope-from marcel) Message-Id: <200504272157.j3RLvpJ0067292@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 27 Apr 2005 21:57: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/uart uart_dev_z8530.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 21:57:51 -0000 marcel 2005-04-27 21:57:51 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: Make the Z8530 more reliable as low-level console by making use of the fact that access to RR0 does not need a prior write to the register index because the index always reverts to 0 after the indexed register has been accessed. Typically when a RR or WR is to accessed, one programs the index (which is a write to the control register), followed by a read or write to the actual indexed register (a read pr write to the same control register). When this non-atomic sequence is interrupted after having written the index and low-level console I/O is done in that situation, the write to program the index will actually write to the indexed register and nuke state. This almost always yields a wedge. By not programming the index register and instead just reading from RR0, the worst case scenario is non-fatal. For if we don't actually read from RR0 but some other register we get an invalid status, which may lead us to conclude that the transit data register is empty when it's not or that the receive data register contains data when it doesn't. Hence, we may lose an output character or get a sporadic input character, but given the situation this is a non-issue. Full serialization is not possible due to the fact that this code needs to work from DDB and before mutex initialization has happened. In collaboration with: kris@, marius@ Tested by: kris@ MFC after: 1 day X-MFC: 5.4-RELEASE candidate Revision Changes Path 1.12 +3 -3 src/sys/dev/uart/uart_dev_z8530.c From owner-cvs-src@FreeBSD.ORG Wed Apr 27 22:26: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 6A89C16A4CE; Wed, 27 Apr 2005 22:26:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5D743D62; Wed, 27 Apr 2005 22:26:45 +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 j3RMQjEA068621; Wed, 27 Apr 2005 22:26:45 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RMQjNe068620; Wed, 27 Apr 2005 22:26:45 GMT (envelope-from marcel) Message-Id: <200504272226.j3RMQjNe068620@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 27 Apr 2005 22:26: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/libkern crc32.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: Wed, 27 Apr 2005 22:26:45 -0000 marcel 2005-04-27 22:26:45 UTC FreeBSD src repository Modified files: sys/libkern crc32.c sys/sys systm.h Log: Refactor the CRC-32 code to enhance its usability. Move the actual CRC logic to a new function: crc32_raw() that obtains the initial CRC value as well as leaves any post-processing to the caller. As such, it can be used when the initial CRC value is not ~0U or when the final CRC value does need to be inverted (bitwise). It also means that crc32_raw() can be called repeatedly when the data is not available as a single block, such as for scatter/gather lists and the likes. Avoid the additional call overhead incured by the refactoring by moving the implementation off crc32() to sys/systm.h and making it inlinable. Since crc32_raw() is itself trivial and since it may be used in loops that iterate over fragments, having it available for inlining can be beneficial. Hence, move its implementation to sys/systm.h as well. Keep the original implementation of crc32() in libkern/crc32.c for documentation purposes (as a comment of course). Triggered by: Jose M Rodriguez (josemi at freebsd dot jazztel dot es) Discussed on: current@ Tested on: amd64, ia64 (BVO having GPT partitions) Jargon file candidate: BVO = By Virtue Of :-) Revision Changes Path 1.4 +18 -15 src/sys/libkern/crc32.c 1.233 +21 -1 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 00:14: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 E9B1B16A4CE; Thu, 28 Apr 2005 00:14:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFC743D62; Thu, 28 Apr 2005 00:14:09 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3S0E9fl077842; Thu, 28 Apr 2005 00:14:09 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S0E99Q077841; Thu, 28 Apr 2005 00:14:09 GMT (envelope-from julian) Message-Id: <200504280014.j3S0E99Q077841@repoman.freebsd.org> From: Julian Elischer Date: Thu, 28 Apr 2005 00:14:09 +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/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: Thu, 28 Apr 2005 00:14:10 -0000 julian 2005-04-28 00:14:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern subr_bus.c sys/sys bus.h Log: MFC a helper routine that will be used in a USB MFC. Revision Changes Path 1.54.2.10 +6 -0 src/sys/kern/subr_bus.c 1.30.2.6 +1 -0 src/sys/sys/bus.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 00:29: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 65A9216A4CE; Thu, 28 Apr 2005 00:29:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB6C43D31; Thu, 28 Apr 2005 00:29:25 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3S0TOi0078390; Thu, 28 Apr 2005 00:29:25 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S0TOXp078389; Thu, 28 Apr 2005 00:29:24 GMT (envelope-from kris) Message-Id: <200504280029.j3S0TOXp078389@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 28 Apr 2005 00:29:24 +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/vm vm_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 00:29:25 -0000 kris 2005-04-28 00:29:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_init.c Log: MFC: Add the vm.exec_map_entries tunable and read-only sysctl, which controls the number of entries in exec_map (maximum number of simultaneous execs that can be handled by the kernel). The default value of 16 is insufficient on heavily loaded machines (particularly SMP machines), and if it is exceeded then executing further processes will generate a SIGABRT. This is a workaround until a better solution can be implemented. Revision Changes Path 1.44.2.2 +7 -1 src/sys/vm/vm_init.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 00:53: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 02BCB16A4CE; Thu, 28 Apr 2005 00:53:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE74543D48; Thu, 28 Apr 2005 00:53:45 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3S0rjEx086091; Thu, 28 Apr 2005 00:53:45 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S0rjIt086090; Thu, 28 Apr 2005 00:53:45 GMT (envelope-from jkoshy) Message-Id: <200504280053.j3S0rjIt086090@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 28 Apr 2005 00:53: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/modules/hwpmc 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, 28 Apr 2005 00:53:46 -0000 jkoshy 2005-04-28 00:53:45 UTC FreeBSD src repository Modified files: sys/modules/hwpmc Makefile Log: Use the new path (post repo-copy) to our sources. Revision Changes Path 1.2 +1 -1 src/sys/modules/hwpmc/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 28 01: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 B817216A4CE; Thu, 28 Apr 2005 01:32:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C4143D41; Thu, 28 Apr 2005 01:32:58 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3S1WwUR087603; Thu, 28 Apr 2005 01:32:58 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S1Wwwx087602; Thu, 28 Apr 2005 01:32:58 GMT (envelope-from jkoshy) Message-Id: <200504280132.j3S1Wwwx087602@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 28 Apr 2005 01: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/hwpmc hwpmc_amd.c hwpmc_intel.c hwpmc_mod.c hwpmc_pentium.c hwpmc_piv.c hwpmc_ppro.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 01:32:58 -0000 jkoshy 2005-04-28 01:32:58 UTC FreeBSD src repository Removed files: sys/hwpmc hwpmc_amd.c hwpmc_intel.c hwpmc_mod.c hwpmc_pentium.c hwpmc_piv.c hwpmc_ppro.c Log: Delete stale files post their move to "sys/dev/hwpmc/". Revision Changes Path 1.3 +0 -995 src/sys/hwpmc/hwpmc_amd.c (dead) 1.3 +0 -141 src/sys/hwpmc/hwpmc_intel.c (dead) 1.5 +0 -3670 src/sys/hwpmc/hwpmc_mod.c (dead) 1.3 +0 -50 src/sys/hwpmc/hwpmc_pentium.c (dead) 1.4 +0 -1480 src/sys/hwpmc/hwpmc_piv.c (dead) 1.3 +0 -741 src/sys/hwpmc/hwpmc_ppro.c (dead) From owner-cvs-src@FreeBSD.ORG Thu Apr 28 02:52: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 E13DA16A4CE; Thu, 28 Apr 2005 02:52:10 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F2C943D1D; Thu, 28 Apr 2005 02:52:10 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])j3S2q9Ju008818; Thu, 28 Apr 2005 12:52:09 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j3S2q6Io006444; Thu, 28 Apr 2005 12:52:07 +1000 Date: Thu, 28 Apr 2005 12:52:06 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Kris Kennaway In-Reply-To: <200504280029.j3S0TOXp078389@repoman.freebsd.org> Message-ID: <20050428124206.C85412@delplex.bde.org> References: <200504280029.j3S0TOXp078389@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/sys/vm vm_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 02:52:11 -0000 On Thu, 28 Apr 2005, Kris Kennaway wrote: > kris 2005-04-28 00:29:24 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/vm vm_init.c > Log: > MFC: > > Add the vm.exec_map_entries tunable and read-only sysctl, which controls > the number of entries in exec_map (maximum number of simultaneous execs > that can be handled by the kernel). The default value of 16 is > insufficient on heavily loaded machines (particularly SMP machines), and > if it is exceeded then executing further processes will generate a SIGABRT. > > This is a workaround until a better solution can be implemented. It seems to be insufficient on all reasonably fast machines. Just fork-execing 16+ processes in the following benchmark seems to trigger it: %%% #!/bin/sh for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 do nice -$i sh -c "while :; do echo -n;done" & done top -o time %%% Lately, this has started failing with a strange "Abort trap" messages printed by the shell after I exit top. The 3 processes with niceness 1, 2 and 3 tend to get killed more than others. Bruce From owner-cvs-src@FreeBSD.ORG Thu Apr 28 02:59: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 A90A916A4CE; Thu, 28 Apr 2005 02:59:55 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1C743D54; Thu, 28 Apr 2005 02:59:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7884B513A7; Wed, 27 Apr 2005 19:59:53 -0700 (PDT) Date: Wed, 27 Apr 2005 19:59:53 -0700 From: Kris Kennaway To: Bruce Evans Message-ID: <20050428025953.GA50766@xor.obsecurity.org> References: <200504280029.j3S0TOXp078389@repoman.freebsd.org> <20050428124206.C85412@delplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20050428124206.C85412@delplex.bde.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/vm vm_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 02:59:55 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 28, 2005 at 12:52:06PM +1000, Bruce Evans wrote: > On Thu, 28 Apr 2005, Kris Kennaway wrote: >=20 > >kris 2005-04-28 00:29:24 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_5) > > sys/vm vm_init.c > > Log: > > MFC: > > > > Add the vm.exec_map_entries tunable and read-only sysctl, which contr= ols > > the number of entries in exec_map (maximum number of simultaneous exe= cs > > that can be handled by the kernel). The default value of 16 is > > insufficient on heavily loaded machines (particularly SMP machines), = and > > if it is exceeded then executing further processes will generate a=20 > > SIGABRT. > > > > This is a workaround until a better solution can be implemented. >=20 > It seems to be insufficient on all reasonably fast machines. Just > fork-execing 16+ processes in the following benchmark seems to trigger it: >=20 > %%% > #!/bin/sh >=20 > for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 > do > nice -$i sh -c "while :; do echo -n;done" & > done > top -o time > %%% >=20 > Lately, this has started failing with a strange "Abort trap" messages > printed by the shell after I exit top. The 3 processes with niceness > 1, 2 and 3 tend to get killed more than others. I didn't change the default value of 16 simultaneous execs to be conservative and because of the proximity of 5.4, but on my SMP package machines I typically need to increase it. Perhaps the default should be increased - this change was a minimal bandaid to at least allow the problem to be worked around for now. Alan has a patch that addresses 2 of the 3 failure cases, so hopefully he'll be able to fix the remaining one soon. Kris --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCcFGoWry0BWjoQKURAokpAJ9gJxlh9ac2RideoKS6EeEOzuDYTgCfRGfV wSMJC3sxNIk8ojAZI8kRGeg= =WQeD -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-cvs-src@FreeBSD.ORG Thu Apr 28 03:19: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 95EB916A4CE; Thu, 28 Apr 2005 03:19:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A47D43D1F; Thu, 28 Apr 2005 03:19:50 +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 j3S3Jo7F092974; Thu, 28 Apr 2005 03:19:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S3JouV092973; Thu, 28 Apr 2005 03:19:50 GMT (envelope-from marcel) Message-Id: <200504280319.j3S3JouV092973@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Apr 2005 03: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/sys libkern.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: Thu, 28 Apr 2005 03:19:50 -0000 marcel 2005-04-28 03:19:50 UTC FreeBSD src repository Modified files: sys/sys libkern.h systm.h Log: Inline functions belong in , not in . Move crc32() and crc32_raw() from the latter to the former. Move the declaration of crc32_tab[] to as well. Pointed out by: bde@ Tested on: ia64, sparc64 Revision Changes Path 1.49 +20 -0 src/sys/sys/libkern.h 1.234 +0 -22 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 03:33: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 ED73D16A4CE; Thu, 28 Apr 2005 03:33:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48A043D68; Thu, 28 Apr 2005 03:33:46 +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 j3S3Xk92093557; Thu, 28 Apr 2005 03:33:46 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S3XkOj093556; Thu, 28 Apr 2005 03:33:46 GMT (envelope-from marcel) Message-Id: <200504280333.j3S3XkOj093556@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Apr 2005 03:33: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/sparc64/pci apb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 03:33:47 -0000 marcel 2005-04-28 03:33:46 UTC FreeBSD src repository Modified files: sys/sparc64/pci apb.c Log: Slightly reformat apb_alloc_resource() to create some horizontal space for enhancements. Shorten apb_map_checkrange() to apb_checkrange() for the same reason. No functional change. Revision Changes Path 1.11 +42 -43 src/sys/sparc64/pci/apb.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 05:50: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 57F5016A4CE; Thu, 28 Apr 2005 05:50:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F48843D2D; Thu, 28 Apr 2005 05:50:19 +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 j3S5oJBC005661; Thu, 28 Apr 2005 05:50:19 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S5oJ44005660; Thu, 28 Apr 2005 05:50:19 GMT (envelope-from marcel) Message-Id: <200504280550.j3S5oJ44005660@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Apr 2005 05:50: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/libkern crc32.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 05:50:19 -0000 marcel 2005-04-28 05:50:18 UTC FreeBSD src repository Modified files: sys/libkern crc32.c Log: Update comment to direct the reader to libkern.h instead of systm.h. The functions were moved. Pointed out by: johan@ Revision Changes Path 1.5 +1 -1 src/sys/libkern/crc32.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 07:55: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 1E61716A4CE; Thu, 28 Apr 2005 07:55:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D0643D31; Thu, 28 Apr 2005 07:55:57 +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 j3S7tuCr010364; Thu, 28 Apr 2005 07:55:56 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S7tukK010363; Thu, 28 Apr 2005 07:55:56 GMT (envelope-from harti) Message-Id: <200504280755.j3S7tukK010363@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 07:55: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/usr.bin/make Makefile directive_hash.c directive_hash.h 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: Thu, 28 Apr 2005 07:55:57 -0000 harti 2005-04-28 07:55:56 UTC FreeBSD src repository Modified files: usr.bin/make Makefile parse.c Added files: usr.bin/make directive_hash.c directive_hash.h Log: Move the hash function for directives into its own file and add a Makefile target to re-created this file. Note, that there is no explicite dependency to automatically re-create the file, because this is needed only when the directive table changes and it requires the (yet to come) devel/mph port. Submitted by: Max Okumoto (first version) Revision Changes Path 1.46 +55 -2 src/usr.bin/make/Makefile 1.1 +66 -0 src/usr.bin/make/directive_hash.c (new) 1.1 +36 -0 src/usr.bin/make/directive_hash.h (new) 1.97 +3 -65 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 07:59: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 7967416A4CE; Thu, 28 Apr 2005 07:59:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F71A43D45; Thu, 28 Apr 2005 07:59:10 +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 j3S7xAWI010517; Thu, 28 Apr 2005 07:59:10 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S7xAFp010516; Thu, 28 Apr 2005 07:59:10 GMT (envelope-from des) Message-Id: <200504280759.j3S7xAFp010516@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 28 Apr 2005 07:59: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/etc/pam.d xdm X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 07:59:10 -0000 des 2005-04-28 07:59:09 UTC FreeBSD src repository Modified files: etc/pam.d xdm Log: X logins should be recorded in lastlog / wtmp / utmp. I have no idea why this wasn't there already... it makes much more sense this way. MFC after: 2 weeks Revision Changes Path 1.10 +1 -1 src/etc/pam.d/xdm From owner-cvs-src@FreeBSD.ORG Thu Apr 28 08:04: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 75F0B16A4CE; Thu, 28 Apr 2005 08:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E2D43D5D; Thu, 28 Apr 2005 08:04:47 +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 j3S84lT8010769; Thu, 28 Apr 2005 08:04:47 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S84kuH010766; Thu, 28 Apr 2005 08:04:46 GMT (envelope-from harti) Message-Id: <200504280804.j3S84kuH010766@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 08:04: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 Makefile directive_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: Thu, 28 Apr 2005 08:04:47 -0000 harti 2005-04-28 08:04:46 UTC FreeBSD src repository Modified files: usr.bin/make Makefile directive_hash.c Log: Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.c so that it doesn't get replaced with the Makefile's revision. Revision Changes Path 1.47 +1 -1 src/usr.bin/make/Makefile 1.2 +1 -1 src/usr.bin/make/directive_hash.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 08:13: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 F198116A4CE; Thu, 28 Apr 2005 08:13:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D494D43D5F; Thu, 28 Apr 2005 08:13:19 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3S8DJum011278; Thu, 28 Apr 2005 08:13:19 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S8DJCA011277; Thu, 28 Apr 2005 08:13:19 GMT (envelope-from jkoshy) Message-Id: <200504280813.j3S8DJCA011277@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 28 Apr 2005 08:13: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/sys pmc.h src/sys/dev/hwpmc hwpmc_amd.c hwpmc_mod.c hwpmc_piv.c hwpmc_ppro.c src/sys/i386/include pmc_mdep.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, 28 Apr 2005 08:13:20 -0000 jkoshy 2005-04-28 08:13:19 UTC FreeBSD src repository Modified files: sys/sys pmc.h sys/dev/hwpmc hwpmc_amd.c hwpmc_mod.c hwpmc_piv.c hwpmc_ppro.c sys/i386/include pmc_mdep.h Log: Return the correct register number in the 'get_msr()' MD function. Only allow a process to use the x86 RDPMC instruction if it has allocated and attached a PMC to itself. Inform the MD layer of the "pseudo context switch out" that needs to be done when the last thread of a process is exiting. Revision Changes Path 1.4 +20 -7 src/sys/dev/hwpmc/hwpmc_amd.c 1.6 +24 -7 src/sys/dev/hwpmc/hwpmc_mod.c 1.5 +23 -5 src/sys/dev/hwpmc/hwpmc_piv.c 1.4 +11 -2 src/sys/dev/hwpmc/hwpmc_ppro.c 1.3 +3 -0 src/sys/i386/include/pmc_mdep.h 1.3 +8 -8 src/sys/sys/pmc.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 08:29: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 BD82516A4CE; Thu, 28 Apr 2005 08:29:53 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3797243D5A; Thu, 28 Apr 2005 08:29:53 +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 <0IFN000DUE07WT10@bgo1smout1.broadpark.no>; Thu, 28 Apr 2005 10:24:07 +0200 (CEST) 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 <0IFN005ZBEBETX60@bgo1sminn1.broadpark.no>; Thu, 28 Apr 2005 10:30:50 +0200 (CEST) Received: by dsa.des.no (Pony Express, from userid 666) id 9BFBF459C1; Thu, 28 Apr 2005 10:29:51 +0200 (CEST) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id CF62845171; Thu, 28 Apr 2005 10:29:46 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id BDD1133C09; Thu, 28 Apr 2005 10:29:46 +0200 (CEST) Date: Thu, 28 Apr 2005 10:29:46 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <200504251922.j3PJM56h025523@repoman.freebsd.org> To: Kris Kennaway Message-id: <86y8b3qp6t.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: <200504251922.j3PJM56h025523@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,AWL 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/vm vm_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 08:29:53 -0000 Kris Kennaway writes: > Log: > Add the vm.exec_map_entries tunable and read-only sysctl, which controls > the number of entries in exec_map (maximum number of simultaneous execs > that can be handled by the kernel). The default value of 16 is > insufficient on heavily loaded machines (particularly SMP machines), and > if it is exceeded then executing further processes will generate a SIGA= BRT. Why not just have them block until a slot becomes available? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Apr 28 09:04: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 73F1016A4CE; Thu, 28 Apr 2005 09:04:05 +0000 (GMT) Received: from fafoe.narf.at (chello213047085026.6.14.vie.surfer.at [213.47.85.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC66343D2F; Thu, 28 Apr 2005 09:04:04 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42]) by fafoe.narf.at (Postfix) with ESMTP id 0AE193FA7; Thu, 28 Apr 2005 11:04:00 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id C101FE3; Thu, 28 Apr 2005 11:03:58 +0200 (CEST) Date: Thu, 28 Apr 2005 11:03:58 +0200 From: Stefan Farfeleder To: David Schultz Message-ID: <20050428090356.GB67414@wombat.fafoe.narf.at> References: <200504220830.j3M8UXSC030662@repoman.freebsd.org> <20050422084616.GB87979@wombat.fafoe.narf.at> <20050423132715.GA59057@VARK.MIT.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050423132715.GA59057@VARK.MIT.EDU> User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 09:04:05 -0000 On Sat, Apr 23, 2005 at 09:27:15AM -0400, David Schultz wrote: > On Fri, Apr 22, 2005, Stefan Farfeleder wrote: > > > Please ignore my last message, I'll just use double addition to generate > > the exception. > > Couldn't that result in a spurious underflow when logn double x gets > converted to double precision? Consider x = 0x1p-2000L. Indeed, that does happen. Should I back out the last change and leave it broken on sparc64 until someone fixes the quad emulation? Stefan From owner-cvs-src@FreeBSD.ORG Thu Apr 28 10:19: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 9AC9516A4CE; Thu, 28 Apr 2005 10:19:33 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429BA43D39; Thu, 28 Apr 2005 10:19:33 +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 j3SAGdf3015685; Thu, 28 Apr 2005 06:16:39 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j3SAGdd4015684; Thu, 28 Apr 2005 06:16:39 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 28 Apr 2005 06:16:39 -0400 From: David Schultz To: Stefan Farfeleder Message-ID: <20050428101639.GA15653@VARK.MIT.EDU> Mail-Followup-To: Stefan Farfeleder , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200504220830.j3M8UXSC030662@repoman.freebsd.org> <20050422084616.GB87979@wombat.fafoe.narf.at> <20050423132715.GA59057@VARK.MIT.EDU> <20050428090356.GB67414@wombat.fafoe.narf.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050428090356.GB67414@wombat.fafoe.narf.at> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 10:19:33 -0000 On Thu, Apr 28, 2005, Stefan Farfeleder wrote: > On Sat, Apr 23, 2005 at 09:27:15AM -0400, David Schultz wrote: > > On Fri, Apr 22, 2005, Stefan Farfeleder wrote: > > > > > Please ignore my last message, I'll just use double addition to generate > > > the exception. > > > > Couldn't that result in a spurious underflow when logn double x gets > > converted to double precision? Consider x = 0x1p-2000L. > > Indeed, that does happen. Should I back out the last change and leave > it broken on sparc64 until someone fixes the quad emulation? Yeah, I think so. There's no sense in having a hack to do things right in one case when the real problem is that things are broken for all the other cases, including addition. From owner-cvs-src@FreeBSD.ORG Thu Apr 28 12:05: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 32F3716A4CE; Thu, 28 Apr 2005 12:05:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0452443D39; Thu, 28 Apr 2005 12:05:44 +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 j3SC5hlS035143; Thu, 28 Apr 2005 12:05:43 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SC5h1L035142; Thu, 28 Apr 2005 12:05:43 GMT (envelope-from harti) Message-Id: <200504281205.j3SC5h1L035142@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 12:05: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.bin/make Makefile directive_hash.c directive_hash.h 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: Thu, 28 Apr 2005 12:05:44 -0000 harti 2005-04-28 12:05:43 UTC FreeBSD src repository Modified files: usr.bin/make Makefile directive_hash.c directive_hash.h parse.c Log: Use a minimal perfect hash for the special sources/targets too. Add the corresponding magic to create the hash function to the Makefile. Revision Changes Path 1.48 +25 -6 src/usr.bin/make/Makefile 1.3 +63 -0 src/usr.bin/make/directive_hash.c 1.2 +1 -0 src/usr.bin/make/directive_hash.h 1.98 +25 -43 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 12:37: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 9E61816A4CE; Thu, 28 Apr 2005 12:37:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5B843D45; Thu, 28 Apr 2005 12:37:15 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SCbFRO036469; Thu, 28 Apr 2005 12:37:15 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SCbFBr036468; Thu, 28 Apr 2005 12:37:15 GMT (envelope-from robert) Message-Id: <200504281237.j3SCbFBr036468@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 28 Apr 2005 12:37: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/rs rs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 12:37:15 -0000 robert 2005-04-28 12:37:15 UTC FreeBSD src repository Modified files: usr.bin/rs rs.c Log: - Set negative row or column argument values to zero. Negative values would produce undefined behaviour including a possible segmentation fault. - Explicitly initialize the global row and column variables to zero. PR: bin/80348 Revision Changes Path 1.13 +5 -3 src/usr.bin/rs/rs.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 12:44: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 8911E16A4CE; Thu, 28 Apr 2005 12:44:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5D943D41; Thu, 28 Apr 2005 12:44:02 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SCi2uV036767; Thu, 28 Apr 2005 12:44:02 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SCi25B036766; Thu, 28 Apr 2005 12:44:02 GMT (envelope-from robert) Message-Id: <200504281244.j3SCi25B036766@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 28 Apr 2005 12: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/usr.sbin/adduser adduser.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 12:44:02 -0000 robert 2005-04-28 12:44:02 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.sh Log: - Act according to the documentation (man page): When adding users from a preformatted file, do not exit silently when empty lines or lines starting with a '#' are encountered - ignore them instead. - Fix a spelling error in a comment. PR: bin/80058 Revision Changes Path 1.26 +1 -2 src/usr.sbin/adduser/adduser.sh From owner-cvs-src@FreeBSD.ORG Thu Apr 28 13:09: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 CFA5E16A4CE; Thu, 28 Apr 2005 13:09:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A799743D1F; Thu, 28 Apr 2005 13:09:00 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SD90U9044634; Thu, 28 Apr 2005 13:09:00 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SD90GE044633; Thu, 28 Apr 2005 13:09:00 GMT (envelope-from le) Message-Id: <200504281309.j3SD90GE044633@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 28 Apr 2005 13:09: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/geom/vinum geom_vinum_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 13:09:01 -0000 le 2005-04-28 13:09:00 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_init.c Log: Only allow RAID5 plexes to be parity checked. PR: kern/80427 Submitty by: Stijn Hoop Revision Changes Path 1.10 +4 -0 src/sys/geom/vinum/geom_vinum_init.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 13:17: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 AFBB916A4CE; Thu, 28 Apr 2005 13:17:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880AD43D5D; Thu, 28 Apr 2005 13:17:47 +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 j3SDHlaV045101; Thu, 28 Apr 2005 13:17:47 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SDHlDb045100; Thu, 28 Apr 2005 13:17:47 GMT (envelope-from harti) Message-Id: <200504281317.j3SDHlDb045100@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 13:17:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 13:17:47 -0000 harti 2005-04-28 13:17:46 UTC FreeBSD src repository Modified files: . exclude Log: Exclude some kinds of files for the upcoming make regression test suite from beeing checked for headers. Revision Changes Path 1.123 +3 -0 CVSROOT/exclude From owner-cvs-src@FreeBSD.ORG Thu Apr 28 13:19: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 04BB416A4CE; Thu, 28 Apr 2005 13:19:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D125E43D5D; Thu, 28 Apr 2005 13:19:35 +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 j3SDJZP5045322; Thu, 28 Apr 2005 13:19:35 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SDJZUG045321; Thu, 28 Apr 2005 13:19:35 GMT (envelope-from harti) Message-Id: <200504281319.j3SDJZUG045321@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 13:19:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 13:19:36 -0000 harti 2005-04-28 13:19:35 UTC FreeBSD src repository Modified files: . exclude Log: Exclude stderr output also for the make regression tests. Revision Changes Path 1.124 +1 -1 CVSROOT/exclude From owner-cvs-src@FreeBSD.ORG Thu Apr 28 13:20: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 94AB516A4CE; Thu, 28 Apr 2005 13:20:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF86043D4C; Thu, 28 Apr 2005 13:20:48 +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 j3SDKm2T046015; Thu, 28 Apr 2005 13:20:48 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SDKmEo046013; Thu, 28 Apr 2005 13:20:48 GMT (envelope-from harti) Message-Id: <200504281320.j3SDKmEo046013@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 13:20: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/tools/regression/usr.bin/make README all.sh common.sh src/tools/regression/usr.bin/make/archives/t0 Makefile expected.status expected.stderr expected.stdout libtest.a test.t expected.status ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 13:20:49 -0000 harti 2005-04-28 13:20:48 UTC FreeBSD src repository Added files: tools/regression/usr.bin/make README all.sh common.sh tools/regression/usr.bin/make/archives/t0 Makefile expected.status expected.stderr expected.stdout libtest.a test.t tools/regression/usr.bin/make/archives/t1 Makefile expected.status expected.stderr expected.stdout libtest.a test.t tools/regression/usr.bin/make/archives/t2 Makefile expected.status expected.stderr expected.stdout libtest.a test.t tools/regression/usr.bin/make/basic/t0 expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/basic/t1 expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/basic/t2 expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/basic/t3 expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/suffixes/t0 Makefile TEST1.a expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/suffixes/t1 Makefile TEST1.a TEST2.a expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/suffixes/t2 Makefile TEST1.a TEST2.a expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/variables/t0 expected.status expected.stderr expected.stdout test.t tools/regression/usr.bin/make/variables/t1 expected.status expected.stderr expected.stdout test.t Log: Add an initial regression test suite for make(1). Submitted by: Max Okumoto (partly, initial version) Revision Changes Path 1.1 +60 -0 src/tools/regression/usr.bin/make/README (new) 1.1 +16 -0 src/tools/regression/usr.bin/make/all.sh (new) 1.1 +63 -0 src/tools/regression/usr.bin/make/archives/t0/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/archives/t0/expected.status (new) 1.1 +3 -0 src/tools/regression/usr.bin/make/archives/t0/expected.stderr (new) 1.1 +7 -0 src/tools/regression/usr.bin/make/archives/t0/expected.stdout (new) 1.1 +10 -0 src/tools/regression/usr.bin/make/archives/t0/libtest.a (new) 1.1 +18 -0 src/tools/regression/usr.bin/make/archives/t0/test.t (new) 1.1 +66 -0 src/tools/regression/usr.bin/make/archives/t1/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/archives/t1/expected.status (new) 1.1 +3 -0 src/tools/regression/usr.bin/make/archives/t1/expected.stderr (new) 1.1 +7 -0 src/tools/regression/usr.bin/make/archives/t1/expected.stdout (new) 1.1 +10 -0 src/tools/regression/usr.bin/make/archives/t1/libtest.a (new) 1.1 +18 -0 src/tools/regression/usr.bin/make/archives/t1/test.t (new) 1.1 +64 -0 src/tools/regression/usr.bin/make/archives/t2/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/archives/t2/expected.status (new) 1.1 +2 -0 src/tools/regression/usr.bin/make/archives/t2/expected.stderr (new) 1.1 +7 -0 src/tools/regression/usr.bin/make/archives/t2/expected.stdout (new) 1.1 +9 -0 src/tools/regression/usr.bin/make/archives/t2/libtest.a (new) 1.1 +18 -0 src/tools/regression/usr.bin/make/archives/t2/test.t (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/basic/t0/expected.status (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/basic/t0/expected.stderr (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/basic/t0/expected.stdout (new) 1.1 +18 -0 src/tools/regression/usr.bin/make/basic/t0/test.t (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/basic/t1/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/basic/t1/expected.stderr (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/basic/t1/expected.stdout (new) 1.1 +20 -0 src/tools/regression/usr.bin/make/basic/t1/test.t (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/basic/t2/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/basic/t2/expected.stderr (new) 1.1 +2 -0 src/tools/regression/usr.bin/make/basic/t2/expected.stdout (new) 1.1 +21 -0 src/tools/regression/usr.bin/make/basic/t2/test.t (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/basic/t3/expected.status (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/basic/t3/expected.stderr (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/basic/t3/expected.stdout (new) 1.1 +18 -0 src/tools/regression/usr.bin/make/basic/t3/test.t (new) 1.1 +276 -0 src/tools/regression/usr.bin/make/common.sh (new) 1.1 +11 -0 src/tools/regression/usr.bin/make/suffixes/t0/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t0/TEST1.a (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t0/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/suffixes/t0/expected.stderr (new) 1.1 +2 -0 src/tools/regression/usr.bin/make/suffixes/t0/expected.stdout (new) 1.1 +30 -0 src/tools/regression/usr.bin/make/suffixes/t0/test.t (new) 1.1 +7 -0 src/tools/regression/usr.bin/make/suffixes/t1/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t1/TEST1.a (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t1/TEST2.a (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t1/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/suffixes/t1/expected.stderr (new) 1.1 +2 -0 src/tools/regression/usr.bin/make/suffixes/t1/expected.stdout (new) 1.1 +30 -0 src/tools/regression/usr.bin/make/suffixes/t1/test.t (new) 1.1 +9 -0 src/tools/regression/usr.bin/make/suffixes/t2/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t2/TEST1.a (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t2/TEST2.a (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/suffixes/t2/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/suffixes/t2/expected.stderr (new) 1.1 +2 -0 src/tools/regression/usr.bin/make/suffixes/t2/expected.stdout (new) 1.1 +30 -0 src/tools/regression/usr.bin/make/suffixes/t2/test.t (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/variables/t0/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/variables/t0/expected.stderr (new) 1.1 +31 -0 src/tools/regression/usr.bin/make/variables/t0/expected.stdout (new) 1.1 +38 -0 src/tools/regression/usr.bin/make/variables/t0/test.t (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/variables/t1/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/variables/t1/expected.stderr (new) 1.1 +7 -0 src/tools/regression/usr.bin/make/variables/t1/expected.stdout (new) 1.1 +33 -0 src/tools/regression/usr.bin/make/variables/t1/test.t (new) From owner-cvs-src@FreeBSD.ORG Thu Apr 28 13:48: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 EA64816A4CE; Thu, 28 Apr 2005 13:48:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C329F43D53; Thu, 28 Apr 2005 13:48:34 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SDmYKl047106; Thu, 28 Apr 2005 13:48:34 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SDmYn3047105; Thu, 28 Apr 2005 13:48:34 GMT (envelope-from nyan) Message-Id: <200504281348.j3SDmYn3047105@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 28 Apr 2005 13:48:34 +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/pc98/i386 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, 28 Apr 2005 13:48:35 -0000 nyan 2005-04-28 13:48:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pc98/i386 machdep.c Log: MFi386: revision 1.597.2.7. Revision Changes Path 1.342.2.8 +27 -18 src/sys/pc98/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 14:40: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 0F40C16A4CE; Thu, 28 Apr 2005 14:40:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0C143D31; Thu, 28 Apr 2005 14:40:23 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SEeNHP049069; Thu, 28 Apr 2005 14:40:23 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SEeN0s049068; Thu, 28 Apr 2005 14:40:23 GMT (envelope-from ps) Message-Id: <200504281440.j3SEeN0s049068@repoman.freebsd.org> From: Paul Saab Date: Thu, 28 Apr 2005 14:40: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/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 14:40:24 -0000 ps 2005-04-28 14:40:23 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Add support for the P600 and name the E400. Revision Changes Path 1.62 +2 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 14:45: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 5866816A4CE; Thu, 28 Apr 2005 14:45:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8D443D53; Thu, 28 Apr 2005 14:45:58 +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 j3SEjw7h049428; Thu, 28 Apr 2005 14:45:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SEjw2K049427; Thu, 28 Apr 2005 14:45:58 GMT (envelope-from ru) Message-Id: <200504281445.j3SEjw2K049427@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 28 Apr 2005 14:45: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/conf kern.post.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 14:45:58 -0000 ru 2005-04-28 14:45:58 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk Log: Be resistant to DESTDIR being set to some unkosher value, e.g. "/". Noticed by: Steve Ames Revision Changes Path 1.81 +1 -1 src/sys/conf/kern.post.mk From owner-cvs-src@FreeBSD.ORG Thu Apr 28 14: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 BE6E116A4CE; Thu, 28 Apr 2005 14:47:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9436743D4C; Thu, 28 Apr 2005 14:47:05 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SEl5pF049500; Thu, 28 Apr 2005 14:47:05 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SEl5pp049499; Thu, 28 Apr 2005 14:47:05 GMT (envelope-from ps) Message-Id: <200504281447.j3SEl5pp049499@repoman.freebsd.org> From: Paul Saab Date: Thu, 28 Apr 2005 14:47:05 +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/ciss ciss.c cissreg.h cissvar.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, 28 Apr 2005 14:47:06 -0000 ps 2005-04-28 14:47:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ciss ciss.c cissreg.h cissvar.h Log: MFC: Provide a way to soft reset a proxy controller such as an MSA20 or MSA500. Revision Changes Path 1.56.2.2 +55 -0 src/sys/dev/ciss/ciss.c 1.14.2.1 +1 -0 src/sys/dev/ciss/cissreg.h 1.9.2.1 +2 -0 src/sys/dev/ciss/cissvar.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 14:49: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 E726D16A4CE; Thu, 28 Apr 2005 14:49:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D0C43D2F; Thu, 28 Apr 2005 14:49:52 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SEnqRf049591; Thu, 28 Apr 2005 14:49:52 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SEnqI5049590; Thu, 28 Apr 2005 14:49:52 GMT (envelope-from ps) Message-Id: <200504281449.j3SEnqI5049590@repoman.freebsd.org> From: Paul Saab Date: Thu, 28 Apr 2005 14:49: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/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 14:49:53 -0000 ps 2005-04-28 14:49:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ciss ciss.c Log: MFC: Add support for the P600 and name the E400. Revision Changes Path 1.56.2.3 +2 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 15: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 548AF16A4CE; Thu, 28 Apr 2005 15:32:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E4343D3F; Thu, 28 Apr 2005 15:32:56 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SFWuBa051408; Thu, 28 Apr 2005 15:32:56 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SFWuwm051407; Thu, 28 Apr 2005 15:32:56 GMT (envelope-from ume) Message-Id: <200504281532.j3SFWuwm051407@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 28 Apr 2005 15:32: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/lib/libc/net getnetbydns.c getnetbyht.c getnetbynis.c getnetent.3 getnetnamadr.c getprotoent.c getservent.c netdb_private.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, 28 Apr 2005 15:32:56 -0000 ume 2005-04-28 15:32:56 UTC FreeBSD src repository Modified files: lib/libc/net getnetbydns.c getnetbyht.c getnetbynis.c getnetent.3 getnetnamadr.c getprotoent.c getservent.c netdb_private.h Log: make getnetby*() thread-safe. Revision Changes Path 1.29 +43 -39 src/lib/libc/net/getnetbydns.c 1.13 +82 -53 src/lib/libc/net/getnetbyht.c 1.16 +56 -35 src/lib/libc/net/getnetbynis.c 1.20 +1 -1 src/lib/libc/net/getnetent.3 1.19 +107 -26 src/lib/libc/net/getnetnamadr.c 1.5 +2 -2 src/lib/libc/net/getprotoent.c 1.19 +5 -5 src/lib/libc/net/getservent.c 1.6 +43 -14 src/lib/libc/net/netdb_private.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 15:37: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 5ACE316A4CE; Thu, 28 Apr 2005 15:37:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B96B43D31; Thu, 28 Apr 2005 15:37:26 +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 j3SFbQfM051641; Thu, 28 Apr 2005 15:37:26 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SFbQGR051640; Thu, 28 Apr 2005 15:37:26 GMT (envelope-from harti) Message-Id: <200504281537.j3SFbQGR051640@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 28 Apr 2005 15:37: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/make cond.c globals.h main.c make.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, 28 Apr 2005 15:37:26 -0000 harti 2005-04-28 15:37:26 UTC FreeBSD src repository Modified files: usr.bin/make cond.c globals.h main.c make.h Log: Introduce a flag to enable extended warnings (-x) and make them off by default. This should fix the problem of getting lots of errors when building with an up-to-date make and old *.mk files. Revision Changes Path 1.47 +7 -4 src/usr.bin/make/cond.c 1.4 +4 -0 src/usr.bin/make/globals.h 1.134 +13 -4 src/usr.bin/make/main.c 1.30 +7 -0 src/usr.bin/make/make.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 15:55: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 D289516A4CE; Thu, 28 Apr 2005 15:55:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68B543D46; Thu, 28 Apr 2005 15:55:54 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SFtsnv052287; Thu, 28 Apr 2005 15:55:54 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SFtsYB052286; Thu, 28 Apr 2005 15:55:54 GMT (envelope-from robert) Message-Id: <200504281555.j3SFtsYB052286@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 28 Apr 2005 15:55: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/usr.bin/id id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 15:55:55 -0000 robert 2005-04-28 15:55:54 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: - Merge two functions for printing `id' output. Showing the ids of both an user given by an argument to `id', and the current user, is now handled in a single function. Displaying the current user's ids was inaccurate because getgroups(2) had been used. getgroups(2) returns the current kernel state of a user's groups, which may not always be correct if /etc/group was recently changed. - Fix a few style bugs. PR: bin/78085 Revision Changes Path 1.24 +33 -57 src/usr.bin/id/id.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 16:11: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 551A216A4CE; Thu, 28 Apr 2005 16:11:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC0643D5E; Thu, 28 Apr 2005 16:11:38 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SGBc8l052857; Thu, 28 Apr 2005 16:11:38 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SGBcPF052856; Thu, 28 Apr 2005 16:11:38 GMT (envelope-from robert) Message-Id: <200504281611.j3SGBcPF052856@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 28 Apr 2005 16:11: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.bin/id id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 16:11:38 -0000 robert 2005-04-28 16:11:37 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: We need to pass NGROUPS + 1 to getgrouplist(3) to display NGROUPS groups. getgrouplist(3) may put a duplicate group id into the passed array (it sets [0] and [1] to the value of the gid argument), but id_print() sorts them out. Revision Changes Path 1.25 +1 -1 src/usr.bin/id/id.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 16:26: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 B696616A4CE; Thu, 28 Apr 2005 16:26:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9668A43D31; Thu, 28 Apr 2005 16:26:35 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SGQZWK053636; Thu, 28 Apr 2005 16:26:35 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SGQZro053635; Thu, 28 Apr 2005 16:26:35 GMT (envelope-from darrenr) Message-Id: <200504281626.j3SGQZro053635@repoman.freebsd.org> From: Darren Reed Date: Thu, 28 Apr 2005 16:26: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/contrib/ipfilter/tools ippool.c src/rescue/rescue Makefile src/sbin/ipf/ipf Makefile src/sbin/ipf/ipftest Makefile src/sbin/ipf/ipmon Makefile src/sbin/ipf/ipnat Makefile src/sbin/ipf/ippool Makefile src/sbin/ipf/ipresend 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, 28 Apr 2005 16:26:35 -0000 darrenr 2005-04-28 16:26:35 UTC FreeBSD src repository Modified files: contrib/ipfilter/tools ippool.c rescue/rescue Makefile sbin/ipf/ipf Makefile sbin/ipf/ipftest Makefile sbin/ipf/ipmon Makefile sbin/ipf/ipnat Makefile sbin/ipf/ippool Makefile sbin/ipf/ipresend Makefile sbin/ipf/ipsend Makefile sbin/ipf/libipf Makefile Log: Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup build problems with rescue. Revision Changes Path 1.3 +1 -1 src/contrib/ipfilter/tools/ippool.c 1.43 +2 -1 src/rescue/rescue/Makefile 1.2 +3 -8 src/sbin/ipf/ipf/Makefile 1.3 +0 -13 src/sbin/ipf/ipftest/Makefile 1.2 +0 -3 src/sbin/ipf/ipmon/Makefile 1.2 +0 -3 src/sbin/ipf/ipnat/Makefile 1.2 +0 -3 src/sbin/ipf/ippool/Makefile 1.2 +0 -2 src/sbin/ipf/ipresend/Makefile 1.2 +0 -1 src/sbin/ipf/ipsend/Makefile 1.2 +1 -5 src/sbin/ipf/libipf/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 28 16:33: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 960BA16A4CE; Thu, 28 Apr 2005 16:33:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAA243D2F; Thu, 28 Apr 2005 16:33:15 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SGXF0f054917; Thu, 28 Apr 2005 16:33:15 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SGXFOx054916; Thu, 28 Apr 2005 16:33:15 GMT (envelope-from darrenr) Message-Id: <200504281633.j3SGXFOx054916@repoman.freebsd.org> From: Darren Reed Date: Thu, 28 Apr 2005 16:33: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/conf NOTES files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 16:33:15 -0000 darrenr 2005-04-28 16:33:15 UTC FreeBSD src repository Modified files: sys/conf NOTES files options Log: Patches from Ruslan Ermilov to address problems compiling LINT Revision Changes Path 1.1314 +1 -0 src/sys/conf/NOTES 1.1018 +5 -1 src/sys/conf/files 1.500 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Thu Apr 28 17:44: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 2F38C16A4CF; Thu, 28 Apr 2005 17:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043A143D5A; Thu, 28 Apr 2005 17:44:45 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SHii2R065960; Thu, 28 Apr 2005 17:44:44 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SHiiml065959; Thu, 28 Apr 2005 17:44:44 GMT (envelope-from ume) Message-Id: <200504281744.j3SHiiml065959@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 28 Apr 2005 17:44: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/libc/net name6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 17:44:45 -0000 ume 2005-04-28 17:44:44 UTC FreeBSD src repository Modified files: lib/libc/net name6.c Log: _gethostbynis{addr,name}() can handle an IPv6, now. Revision Changes Path 1.47 +11 -16 src/lib/libc/net/name6.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 17:55: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 5244916A4CE for ; Thu, 28 Apr 2005 17:55:41 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA2F43D48 for ; Thu, 28 Apr 2005 17:55:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29889 invoked from network); 28 Apr 2005 17:55:35 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 28 Apr 2005 17:55:35 -0000 Received: from [10.50.41.242] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j3SHtM9e053409; Thu, 28 Apr 2005 13:55:29 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Drehmel Date: Thu, 28 Apr 2005 13:08:49 -0400 User-Agent: KMail/1.8 References: <200504281555.j3SFtsYB052286@repoman.freebsd.org> In-Reply-To: <200504281555.j3SFtsYB052286@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504281308.51058.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: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/id id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 17:55:41 -0000 On Thursday 28 April 2005 11:55 am, Robert Drehmel wrote: > robert 2005-04-28 15:55:54 UTC > > FreeBSD src repository > > Modified files: > usr.bin/id id.c > Log: > - Merge two functions for printing `id' output. > Showing the ids of both an user given by an argument to `id', > and the current user, is now handled in a single function. > Displaying the current user's ids was inaccurate because > getgroups(2) had been used. getgroups(2) returns the current > kernel state of a user's groups, which may not always be > correct if /etc/group was recently changed. > - Fix a few style bugs. > > PR: bin/78085 I thought that was a feature rather than a bug since it shows you your real actual credentials. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Apr 28 18:03: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 AE24F16A4CE; Thu, 28 Apr 2005 18:03:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751E143D1D; Thu, 28 Apr 2005 18:03:43 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SI3hnL066870; Thu, 28 Apr 2005 18:03:43 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SI3h3k066869; Thu, 28 Apr 2005 18:03:43 GMT (envelope-from ume) Message-Id: <200504281803.j3SI3h3k066869@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 28 Apr 2005 18:03: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/libc/net gethostbydns.c gethostbyht.c gethostbyname.3 gethostbynis.c gethostnamadr.c netdb_private.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, 28 Apr 2005 18:03:43 -0000 ume 2005-04-28 18:03:43 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c gethostbyht.c gethostbyname.3 gethostbynis.c gethostnamadr.c netdb_private.h Log: make gethostby*() thread-safe. Revision Changes Path 1.51 +91 -93 src/lib/libc/net/gethostbydns.c 1.19 +88 -62 src/lib/libc/net/gethostbyht.c 1.34 +6 -6 src/lib/libc/net/gethostbyname.3 1.19 +90 -52 src/lib/libc/net/gethostbynis.c 1.25 +162 -70 src/lib/libc/net/gethostnamadr.c 1.7 +41 -2 src/lib/libc/net/netdb_private.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 18:10: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 2FE2D16A4F6; Thu, 28 Apr 2005 18:10:33 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D3843D53; Thu, 28 Apr 2005 18:10:32 +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 j3SIEdTI075387; Thu, 28 Apr 2005 21:14:39 +0300 (EEST) (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 31308-14; Thu, 28 Apr 2005 21:10:30 +0300 (EEST) 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 j3SIEcTU075384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Apr 2005 21:14:38 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3SIAeoG094020; Thu, 28 Apr 2005 21:10:40 +0300 (EEST) (envelope-from ru) Date: Thu, 28 Apr 2005 21:10:40 +0300 From: Ruslan Ermilov To: Hartmut Brandt Message-ID: <20050428181040.GB93281@ip.net.ua> References: <200504281537.j3SFbQGR051640@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj" Content-Disposition: inline In-Reply-To: <200504281537.j3SFbQGR051640@repoman.freebsd.org> User-Agent: Mutt/1.5.9i 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/usr.bin/make cond.c globals.h main.c make.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, 28 Apr 2005 18:10:33 -0000 --kORqDWCi7qDJ0mEj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 28, 2005 at 03:37:26PM +0000, Hartmut Brandt wrote: > harti 2005-04-28 15:37:26 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/make cond.c globals.h main.c make.h=20 > Log: > Introduce a flag to enable extended warnings (-x) and make them off > by default. This should fix the problem of getting lots of errors > when building with an up-to-date make and old *.mk files. > =20 > Revision Changes Path > 1.47 +7 -4 src/usr.bin/make/cond.c > 1.4 +4 -0 src/usr.bin/make/globals.h > 1.134 +13 -4 src/usr.bin/make/main.c > 1.30 +7 -0 src/usr.bin/make/make.h >=20 I think it should be masked after -d, i.e., -dx, as the former increases chances of introducing various compatibility problems later. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --kORqDWCi7qDJ0mEj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCcScgqRfpzJluFF4RArG8AKCaPgJgXLVuqvZ704ZZVtmvDNC3uwCfbHop RiSQA7cdS4zJ5e+jdSEOiH0= =RqI7 -----END PGP SIGNATURE----- --kORqDWCi7qDJ0mEj-- From owner-cvs-src@FreeBSD.ORG Thu Apr 28 18:21: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 AC25616A4CE; Thu, 28 Apr 2005 18:21:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B4643D46; Thu, 28 Apr 2005 18:21:11 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SILBhW067693; Thu, 28 Apr 2005 18:21:11 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SILBNv067692; Thu, 28 Apr 2005 18:21:11 GMT (envelope-from ume) Message-Id: <200504281821.j3SILBNv067692@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 28 Apr 2005 18:21: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/lib/libc/net getipnodebyname.3 name6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 18:21:11 -0000 ume 2005-04-28 18:21:11 UTC FreeBSD src repository Modified files: lib/libc/net getipnodebyname.3 name6.c Log: we don't need mutex lock to call _gethostbynis*(), anymore. Revision Changes Path 1.17 +0 -9 src/lib/libc/net/getipnodebyname.3 1.48 +2 -10 src/lib/libc/net/name6.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 18:52: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 105F116A4CE; Thu, 28 Apr 2005 18:52:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB50743D48; Thu, 28 Apr 2005 18:52:41 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SIqfZE068937; Thu, 28 Apr 2005 18:52:41 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SIqfml068936; Thu, 28 Apr 2005 18:52:41 GMT (envelope-from ume) Message-Id: <200504281852.j3SIqfml068936@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 28 Apr 2005 18:52: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/lib/libc/net gethostbydns.c gethostnamadr.c map_v4v6.c netdb_private.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, 28 Apr 2005 18:52:42 -0000 ume 2005-04-28 18:52:40 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c gethostnamadr.c map_v4v6.c netdb_private.h Log: sync _map_v4v6_host*() with bind9's. it treats align better bit. Obtained from: BIND9 Revision Changes Path 1.52 +2 -2 src/lib/libc/net/gethostbydns.c 1.26 +1 -1 src/lib/libc/net/gethostnamadr.c 1.9 +11 -14 src/lib/libc/net/map_v4v6.c 1.8 +1 -1 src/lib/libc/net/netdb_private.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 18:59: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 E43EE16A4CE; Thu, 28 Apr 2005 18:59:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A2943D45; Thu, 28 Apr 2005 18:59:52 +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 j3SIxqkA069290; Thu, 28 Apr 2005 18:59:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SIxqLP069289; Thu, 28 Apr 2005 18:59:52 GMT (envelope-from marcel) Message-Id: <200504281859.j3SIxqLP069289@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Apr 2005 18:59: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/uart uart_dev_z8530.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 18:59:53 -0000 marcel 2005-04-28 18:59:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/uart uart_dev_z8530.c Log: MFC rev. 1.12: Make the Z8530 more reliable as low-level console. Revision Changes Path 1.8.2.3 +3 -3 src/sys/dev/uart/uart_dev_z8530.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 19:45: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 18D9616A4CE; Thu, 28 Apr 2005 19:45:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8C643D31; Thu, 28 Apr 2005 19:45:55 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SJjt3I071088; Thu, 28 Apr 2005 19:45:55 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SJjtOf071087; Thu, 28 Apr 2005 19:45:55 GMT (envelope-from stefanf) Message-Id: <200504281945.j3SJjtOf071087@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 28 Apr 2005 19:45: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/lib/msun/src s_ceill.c s_floorl.c s_truncl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 19:45:56 -0000 stefanf 2005-04-28 19:45:55 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c Log: Revert the last change, the conversion from long double to double can raise unwanted underflow exceptions. Pointed out by: das Revision Changes Path 1.4 +4 -4 src/lib/msun/src/s_ceill.c 1.4 +4 -4 src/lib/msun/src/s_floorl.c 1.4 +4 -4 src/lib/msun/src/s_truncl.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 20:43: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 0981B16A4EF; Thu, 28 Apr 2005 20:43:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EAF43D5A; Thu, 28 Apr 2005 20:43:28 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SKhStE073308; Thu, 28 Apr 2005 20:43:28 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SKhSSi073307; Thu, 28 Apr 2005 20:43:28 GMT (envelope-from ps) Message-Id: <200504282043.j3SKhSSi073307@repoman.freebsd.org> From: Paul Saab Date: Thu, 28 Apr 2005 20:43:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h cissvar.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, 28 Apr 2005 20:43:29 -0000 ps 2005-04-28 20:43:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/dev/ciss ciss.c cissreg.h cissvar.h Log: MFC: Provide a way to soft reset a proxy controller such as an MSA20 or MSA500. Approved by: re Revision Changes Path 1.56.2.1.2.1 +55 -0 src/sys/dev/ciss/ciss.c 1.14.6.1 +1 -0 src/sys/dev/ciss/cissreg.h 1.9.6.1 +2 -0 src/sys/dev/ciss/cissvar.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 20:45: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 99DA716A4CE; Thu, 28 Apr 2005 20:45:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704C443D46; Thu, 28 Apr 2005 20:45:58 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SKjwRJ073442; Thu, 28 Apr 2005 20:45:58 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SKjwJX073441; Thu, 28 Apr 2005 20:45:58 GMT (envelope-from ps) Message-Id: <200504282045.j3SKjwJX073441@repoman.freebsd.org> From: Paul Saab Date: Thu, 28 Apr 2005 20:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 20:45:58 -0000 ps 2005-04-28 20:45:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/dev/ciss ciss.c Log: MFC: Add support for the P600 and name the E400 Approved by: re Revision Changes Path 1.56.2.1.2.2 +2 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 21:36: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 9765E16A4CE; Thu, 28 Apr 2005 21:36:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6713443D5F; Thu, 28 Apr 2005 21:36:31 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SLaVli082027; Thu, 28 Apr 2005 21:36:31 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SLaV2R082026; Thu, 28 Apr 2005 21:36:31 GMT (envelope-from darrenr) Message-Id: <200504282136.j3SLaV2R082026@repoman.freebsd.org> From: Darren Reed Date: Thu, 28 Apr 2005 21:36: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/contrib/ipfilter/lib printstate.c src/sys/contrib/ipfilter/netinet ip_compat.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, 28 Apr 2005 21:36:31 -0000 darrenr 2005-04-28 21:36:30 UTC FreeBSD src repository Modified files: contrib/ipfilter/lib printstate.c sys/contrib/ipfilter/netinet ip_compat.h Log: Don't use quad_t on FreeBSD (deprecated) so use "long long" instead. Someday this should be converted to uint64_t and printstate.c changed to use those horrid PRiud64 things. Revision Changes Path 1.3 +1 -1 src/contrib/ipfilter/lib/printstate.c 1.26 +3 -3 src/sys/contrib/ipfilter/netinet/ip_compat.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 22:08: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 11C4416A4CE; Thu, 28 Apr 2005 22:08:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D275C43D31; Thu, 28 Apr 2005 22:08:08 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SM888s083396; Thu, 28 Apr 2005 22:08:08 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SM888Z083395; Thu, 28 Apr 2005 22:08:08 GMT (envelope-from sos) Message-Id: <200504282208.j3SM888Z083395@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 28 Apr 2005 22:08: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/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.c ata_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 22:08:09 -0000 sos 2005-04-28 22:08:08 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.c ata_if.m Log: Rearrange the way the reset code is called. Prepare for different looking controllers. Revision Changes Path 1.246 +2 -2 src/sys/dev/ata/ata-all.c 1.98 +2 -2 src/sys/dev/ata/ata-all.h 1.113 +7 -0 src/sys/dev/ata/ata-chipset.c 1.62 +1 -6 src/sys/dev/ata/ata-lowlevel.c 1.100 +2 -0 src/sys/dev/ata/ata-pci.c 1.3 +4 -4 src/sys/dev/ata/ata_if.m From owner-cvs-src@FreeBSD.ORG Thu Apr 28 22:15: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 8EACA16A4CE; Thu, 28 Apr 2005 22:15:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6080B43D41; Thu, 28 Apr 2005 22:15:44 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SMFix3083872; Thu, 28 Apr 2005 22:15:44 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SMFiqG083871; Thu, 28 Apr 2005 22:15:44 GMT (envelope-from sos) Message-Id: <200504282215.j3SMFiqG083871@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 28 Apr 2005 22:15: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/dev/ata ata-card.c ata-cbus.c ata-isa.c ata_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 22:15:44 -0000 sos 2005-04-28 22:15:44 UTC FreeBSD src repository Modified files: sys/dev/ata ata-card.c ata-cbus.c ata-isa.c ata_if.m Log: Provide a default setmode method. This shaves off multiple copies of the same setmode stub. Revision Changes Path 1.34 +0 -11 src/sys/dev/ata/ata-card.c 1.21 +0 -10 src/sys/dev/ata/ata-cbus.c 1.28 +0 -12 src/sys/dev/ata/ata-isa.c 1.4 +9 -3 src/sys/dev/ata/ata_if.m From owner-cvs-src@FreeBSD.ORG Thu Apr 28 22:31: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 19E5116A4CE; Thu, 28 Apr 2005 22:31:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E427043D39; Thu, 28 Apr 2005 22:31:37 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SMVbZk084541; Thu, 28 Apr 2005 22:31:37 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SMVbVR084540; Thu, 28 Apr 2005 22:31:37 GMT (envelope-from jcamou) Message-Id: <200504282231.j3SMVbVR084540@repoman.freebsd.org> From: "Jesus R. Camou" Date: Thu, 28 Apr 2005 22:31: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/ppp ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 22:31:38 -0000 jcamou 2005-04-28 22:31:37 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/ppp ppp.8.m4 Log: Update the manual page for ppp(8). PR: docs/78605 Submitted by: John E. Hein Approved by: trhodes (mentor) MFC after: 1 day Revision Changes Path 1.321 +3 -21 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Thu Apr 28 22:50: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 27D2216A4CF; Thu, 28 Apr 2005 22:50:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB34043D2D; Thu, 28 Apr 2005 22:50:06 +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 j3SMo4bW077581; Thu, 28 Apr 2005 22:50:05 GMT (envelope-from davidxu@freebsd.org) Message-ID: <427168A7.3070702@freebsd.org> Date: Fri, 29 Apr 2005 06:50:15 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050402 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Paul References: <20050426024435.487E516A4CF@hub.freebsd.org> In-Reply-To: <20050426024435.487E516A4CF@hub.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/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 22:50:07 -0000 Bill Paul wrote: >>Bill Paul wrote: >> >> >> >>>>with this change, I got following error on my abit av8: >>>>vge0: port 0xb800-0xb8ff mem >>>>0xf8122000-0xf81220ff irq 22 at device 14.0 on pci0 >>>>vge0: MII read timed out >>>>vge0: failed to start MII autopoll >>>>vge0: MII without any phy! >>>>device_attach: vge0 attach returned 6 >>>> >>>> >>>> >>>> >>>Fine, I took the reload step out. This should fix it. (If reading >>>the RX filter registers instead of the EEPROM makes it mad, then >>>I'll scream.) >>> >>> >>> >>> >>> >>With your lastest change, I still get same error result. >> >> > >I don't believe you. There's no reason why not reading the EEPROM >would break it. Especially since it doesn't break my sample card. >Whatever your problem is, I'm not even going to try to fix it without >access to the hardware, so I guess you just lose. > > I think the reason is I didn't power off the machine after updating, the the chip was in weird state. Now it seems working fine. > > >>>It must not be that important to you since you never bothered to mention >>>this to anyone before. >>> >>>Given all the various things it's complaining about when it fails, >>>it looks like the driver is no longer able to communicate with the device >>>over the PCI bus. All register accesses are failing. This may not be a >>>problem with the driver per-se, but with the PCI bridge. It might be >>>the device has completely locked up, but if vge_reset() doesn't bring >>>it back to life, then I don't know what else to do. >>> >>> >>> >>> >>> >>Without recent change, I can kldunload and kldload it to bring it back >>to work. >> >> > >*sigh* Is there some reason you didn't feel like telling me this the >first time? Why can't people just give me all the information up front >instead of making me drag it out of them. Is it so hard? Do I fix the >bugs by checking in one line of code at a time? No. So why do people >only describe their problems one line at a time? > >-Bill > > > > I am lazy to report the problem since I have an alternative rl0 which works just fine. sorry. :) David Xu From owner-cvs-src@FreeBSD.ORG Thu Apr 28 22: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 EA05416A4CE; Thu, 28 Apr 2005 22:51:58 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C289843D1F; Thu, 28 Apr 2005 22:51:58 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B697D5CADC; Thu, 28 Apr 2005 15:51:58 -0700 (PDT) Date: Thu, 28 Apr 2005 15:51:58 -0700 From: Alfred Perlstein To: Hajimu UMEMOTO Message-ID: <20050428225158.GZ73780@elvis.mu.org> References: <200504281532.j3SFWuwm051407@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504281532.j3SFWuwm051407@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/net getnetbydns.c getnetbyht.c getnetbynis.c getnetent.3 getnetnamadr.c getprotoent.c getservent.c netdb_private.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, 28 Apr 2005 22:51:59 -0000 Awesome! thank you! * Hajimu UMEMOTO [050428 08:32] wrote: > ume 2005-04-28 15:32:56 UTC > > FreeBSD src repository > > Modified files: > lib/libc/net getnetbydns.c getnetbyht.c getnetbynis.c > getnetent.3 getnetnamadr.c getprotoent.c > getservent.c netdb_private.h > Log: > make getnetby*() thread-safe. > > Revision Changes Path > 1.29 +43 -39 src/lib/libc/net/getnetbydns.c > 1.13 +82 -53 src/lib/libc/net/getnetbyht.c > 1.16 +56 -35 src/lib/libc/net/getnetbynis.c > 1.20 +1 -1 src/lib/libc/net/getnetent.3 > 1.19 +107 -26 src/lib/libc/net/getnetnamadr.c > 1.5 +2 -2 src/lib/libc/net/getprotoent.c > 1.19 +5 -5 src/lib/libc/net/getservent.c > 1.6 +43 -14 src/lib/libc/net/netdb_private.h -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Thu Apr 28 23: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 1885C16A4CE; Thu, 28 Apr 2005 23:29:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34A143D39; Thu, 28 Apr 2005 23:29:00 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SNT0uE086691; Thu, 28 Apr 2005 23:29:00 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SNT087086690; Thu, 28 Apr 2005 23:29:00 GMT (envelope-from darrenr) Message-Id: <200504282329.j3SNT087086690@repoman.freebsd.org> From: Darren Reed Date: Thu, 28 Apr 2005 23: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/share/mk sys.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: Thu, 28 Apr 2005 23:29:01 -0000 darrenr 2005-04-28 23:29:00 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: IPFIlter problems that prevented building should all now be resolved so remove this temporary measure. Revision Changes Path 1.85 +0 -5 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Thu Apr 28 23:37: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 C2EE216A4CE; Thu, 28 Apr 2005 23:37:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D7B43D39; Thu, 28 Apr 2005 23:37:19 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SNbJtM087009; Thu, 28 Apr 2005 23:37:19 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SNbJ6Y087008; Thu, 28 Apr 2005 23:37:19 GMT (envelope-from davidxu) Message-Id: <200504282337.j3SNbJ6Y087008@repoman.freebsd.org> From: David Xu Date: Thu, 28 Apr 2005 23:37:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 23:37:19 -0000 davidxu 2005-04-28 23:37:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/kern kern_fork.c Log: MFC Revision 1.251: Inherit signal mask from parent process. Approved by: re (kensmith) Revision Changes Path 1.234.2.8.2.1 +1 -0 src/sys/kern/kern_fork.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 23: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 73C4716A4CE; Thu, 28 Apr 2005 23:41:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CDC43D55; Thu, 28 Apr 2005 23:41:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SNfcD4087229; Thu, 28 Apr 2005 23:41:38 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SNfcAi087228; Thu, 28 Apr 2005 23:41:38 GMT (envelope-from kris) Message-Id: <200504282341.j3SNfcAi087228@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 28 Apr 2005 23:41:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/vm vm_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 23:41:38 -0000 kris 2005-04-28 23:41:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/vm vm_init.c Log: MFC: Add the vm.exec_map_entries tunable and read-only sysctl, which controls the number of entries in exec_map (maximum number of simultaneous execs that can be handled by the kernel). The default value of 16 is insufficient on heavily loaded machines (particularly SMP machines), and if it is exceeded then executing further processes will generate a SIGABRT. This is a workaround until a better solution can be implemented. Approved by: re (kensmith) Revision Changes Path 1.44.2.1.2.1 +7 -1 src/sys/vm/vm_init.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 23:42: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 BDC8E16A4CE; Thu, 28 Apr 2005 23:42:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA7A43D1D; Thu, 28 Apr 2005 23:42:10 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SNgAaB087299; Thu, 28 Apr 2005 23:42:10 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SNgAOb087298; Thu, 28 Apr 2005 23:42:10 GMT (envelope-from davidxu) Message-Id: <200504282342.j3SNgAOb087298@repoman.freebsd.org> From: David Xu Date: Thu, 28 Apr 2005 23:42:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_exit.c kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 23:42:10 -0000 davidxu 2005-04-28 23:42:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/sys proc.h sys/kern kern_exit.c kern_sig.c Log: MFC: Fix race between thread_stopped and kern_wait. Approved by: re (kensmith) Revision Changes Path 1.245.2.8.2.1 +10 -1 src/sys/kern/kern_exit.c 1.289.2.6.2.1 +9 -17 src/sys/kern/kern_sig.c 1.392.2.19.2.1 +1 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Thu Apr 28 23:45: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 00E3416A4CE; Thu, 28 Apr 2005 23:45:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0BE43D46; Thu, 28 Apr 2005 23:45:03 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SNj3Ge087502; Thu, 28 Apr 2005 23:45:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SNj3hO087501; Thu, 28 Apr 2005 23:45:03 GMT (envelope-from davidxu) Message-Id: <200504282345.j3SNj3hO087501@repoman.freebsd.org> From: David Xu Date: Thu, 28 Apr 2005 23:45:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 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: Thu, 28 Apr 2005 23:45:04 -0000 davidxu 2005-04-28 23:45:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/kern kern_exit.c Log: MFC Revision 1.261: Wake up swapper process. Approved by: re (kersmith) Revision Changes Path 1.245.2.8.2.2 +9 -0 src/sys/kern/kern_exit.c From owner-cvs-src@FreeBSD.ORG Thu Apr 28 23:49: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 9CCF416A4DD; Thu, 28 Apr 2005 23:49:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF5E43D1D; Thu, 28 Apr 2005 23:49:15 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SNnFGM087664; Thu, 28 Apr 2005 23:49:15 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SNnFmV087663; Thu, 28 Apr 2005 23:49:15 GMT (envelope-from julian) Message-Id: <200504282349.j3SNnFmV087663@repoman.freebsd.org> From: Julian Elischer Date: Thu, 28 Apr 2005 23:49:15 +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/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, 28 Apr 2005 23:49:15 -0000 julian 2005-04-28 23:49:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usb.c Log: We probe USB1.1. busses late enough to get and use interrupts so don't ignore them.. it leads to an interrupt storm which freezes the system. Revision Changes Path 1.26.2.12 +2 -2 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 01:58: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 CA2D616A4CE; Fri, 29 Apr 2005 01:58:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DE843D1D; Fri, 29 Apr 2005 01:58:27 +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 j3T1wREN099376; Fri, 29 Apr 2005 01:58:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T1wRNM099375; Fri, 29 Apr 2005 01:58:27 GMT (envelope-from marcel) Message-Id: <200504290158.j3T1wRNM099375@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 29 Apr 2005 01:58: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/dev/pci pcireg.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, 29 Apr 2005 01:58:28 -0000 marcel 2005-04-29 01:58:27 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add defines for the Bridge Control Register bits. Obtained from: jhb@ Revision Changes Path 1.44 +13 -0 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Apr 29 02:03: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 32B7D16A4CE; Fri, 29 Apr 2005 02:03:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0723743D46; Fri, 29 Apr 2005 02:03:12 +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 j3T23BtU099591; Fri, 29 Apr 2005 02:03:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T23B7v099590; Fri, 29 Apr 2005 02:03:11 GMT (envelope-from marcel) Message-Id: <200504290203.j3T23B7v099590@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 29 Apr 2005 02:03: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/dev/pci pcivar.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, 29 Apr 2005 02:03:12 -0000 marcel 2005-04-29 02:03:11 UTC FreeBSD src repository Modified files: sys/dev/pci pcivar.h Log: Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inline functions. These functions centralize the details of which I/O port and memory ranges belong to VGA. Reviewed by: imp@, jhb@ Revision Changes Path 1.66 +18 -0 src/sys/dev/pci/pcivar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 29 02:10: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 5E01916A4CE; Fri, 29 Apr 2005 02:10:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3C043D49; Fri, 29 Apr 2005 02:10:11 +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 j3T2A8g2003183; Fri, 29 Apr 2005 02:10:09 GMT (envelope-from davidxu@freebsd.org) Message-ID: <427197B8.9080609@freebsd.org> Date: Fri, 29 Apr 2005 10:11:04 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200504282345.j3SNj3hO087501@repoman.freebsd.org> In-Reply-To: <200504282345.j3SNj3hO087501@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_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: Fri, 29 Apr 2005 02:10:11 -0000 David Xu wrote: >davidxu 2005-04-28 23:45:03 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_4) > sys/kern kern_exit.c > Log: > MFC Revision 1.261: > Wake up swapper process. > > Approved by: re (kersmith) > > > Sorry for typo, it should be kensmith. From owner-cvs-src@FreeBSD.ORG Fri Apr 29 02:15: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 752D916A4CE; Fri, 29 Apr 2005 02:15:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4796843D2F; Fri, 29 Apr 2005 02:15:41 +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 j3T2Ff9F002127; Fri, 29 Apr 2005 02:15:41 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T2FfTO002126; Fri, 29 Apr 2005 02:15:41 GMT (envelope-from marcel) Message-Id: <200504290215.j3T2FfTO002126@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 29 Apr 2005 02:15: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/dev/pci pci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 02:15:42 -0000 marcel 2005-04-29 02:15:40 UTC FreeBSD src repository Modified files: sys/dev/pci pci_pci.c Log: In pcib_alloc_resource() check if the resource allocation request is for the VGA I/O or memory ranges, when it's not within the default ranges decoded by the bridge. When allocation for VGA addresses is attempted, check that the bridge has the VGA Enable bit set before allowing it. As such, newbusified VGA drivers can allocate their resources when the VGA adapter is behind a PCI-to-PCI bridge. Reviewed by: imp@, jhb@ Revision Changes Path 1.36 +16 -0 src/sys/dev/pci/pci_pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 02:40: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 ED93816A4CE; Fri, 29 Apr 2005 02:40:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8DB43D46; Fri, 29 Apr 2005 02:40:16 +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 j3T2eGcZ002985; Fri, 29 Apr 2005 02:40:16 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T2eGsT002984; Fri, 29 Apr 2005 02:40:16 GMT (envelope-from scottl) Message-Id: <200504290240.j3T2eGsT002984@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 02:40: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/conf files files.amd64 files.i386 files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 02:40:17 -0000 scottl 2005-04-29 02:40:16 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 files.i386 files.pc98 Log: Update the file.* entries for the new home of hwpmc Revision Changes Path 1.1019 +1 -1 src/sys/conf/files 1.65 +1 -1 src/sys/conf/files.amd64 1.531 +5 -5 src/sys/conf/files.i386 1.321 +5 -5 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Fri Apr 29 02:58: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 F097C16A4CE; Fri, 29 Apr 2005 02:58:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B22043D1D; Fri, 29 Apr 2005 02:58:23 +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 j3T2wNeb003676; Fri, 29 Apr 2005 02:58:23 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T2wN6q003675; Fri, 29 Apr 2005 02:58:23 GMT (envelope-from scottl) Message-Id: <200504290258.j3T2wN6q003675@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 02:58: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/dev/arcmsr arcmsr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 02:58:24 -0000 scottl 2005-04-29 02:58:23 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It's a concept that is fundamentally broken with PAE. Revision Changes Path 1.3 +1 -5 src/sys/dev/arcmsr/arcmsr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 02:59: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 33EA716A4CE; Fri, 29 Apr 2005 02:59:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D4F43D31; Fri, 29 Apr 2005 02:59:20 +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 j3T2xJol003745; Fri, 29 Apr 2005 02:59:19 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T2xJON003744; Fri, 29 Apr 2005 02:59:19 GMT (envelope-from scottl) Message-Id: <200504290259.j3T2xJON003744@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 02:59: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: Fri, 29 Apr 2005 02:59:20 -0000 scottl 2005-04-29 02:59:19 UTC FreeBSD src repository Modified files: sys/i386/conf PAE Log: For whatever reason, we don't allow USB on PAE. Since it's a dependency for EHCI, exclude that driver also. Revision Changes Path 1.15 +1 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:11: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 D7EDD16A4CE; Fri, 29 Apr 2005 04:11:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7086243D64; Fri, 29 Apr 2005 04:11:31 +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 j3T4BVcg007739; Fri, 29 Apr 2005 04:11:31 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T4BVgl007738; Fri, 29 Apr 2005 04:11:31 GMT (envelope-from scottl) Message-Id: <200504290411.j3T4BVgl007738@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 04:11:31 +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/arcmsr arcmsr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 04:11:32 -0000 scottl 2005-04-29 04:11:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/arcmsr arcmsr.c Log: MFC: Don't pretend to support CAM_DATA_PHYS Revision Changes Path 1.2.2.2 +1 -5 src/sys/dev/arcmsr/arcmsr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:12: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 DAB0616A4CF; Fri, 29 Apr 2005 04:12:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF39243D39; Fri, 29 Apr 2005 04:12:12 +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 j3T4CCAR007779; Fri, 29 Apr 2005 04:12:12 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T4CC0I007778; Fri, 29 Apr 2005 04:12:12 GMT (envelope-from scottl) Message-Id: <200504290412.j3T4CC0I007778@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 04:12: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/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: Fri, 29 Apr 2005 04:12:13 -0000 scottl 2005-04-29 04:12:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/conf PAE Log: MFC: Don't compile EHCI for PAE. Revision Changes Path 1.9.2.5 +1 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:24: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 8FCA616A4CE; Fri, 29 Apr 2005 04:24:12 +0000 (GMT) Received: from delight.idiom.com (delight.idiom.com [216.240.32.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3E543D2D; Fri, 29 Apr 2005 04:24:12 +0000 (GMT) (envelope-from julian@elischer.org) Received: from idiom.com (idiom.com [216.240.32.1]) by delight.idiom.com (Postfix) with ESMTP id DD17B1F61A4; Thu, 28 Apr 2005 21:24:11 -0700 (PDT) Received: from [192.168.2.3] (home.elischer.org [216.240.48.38]) by idiom.com (8.12.11/8.12.11) with ESMTP id j3T4OAwK079103; Thu, 28 Apr 2005 21:24:11 -0700 (PDT) (envelope-from julian@elischer.org) Message-ID: <4271B6E9.4010302@elischer.org> Date: Thu, 28 Apr 2005 21:24:09 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050424 X-Accept-Language: en, hu MIME-Version: 1.0 To: Scott Long References: <200504290259.j3T2xJON003744@repoman.freebsd.org> In-Reply-To: <200504290259.j3T2xJON003744@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/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: Fri, 29 Apr 2005 04:24:12 -0000 Scott Long wrote: > scottl 2005-04-29 02:59:19 UTC > > FreeBSD src repository > > Modified files: > sys/i386/conf PAE > Log: > For whatever reason, we don't allow USB on PAE. Since it's a dependency > for EHCI, exclude that driver also. > > Revision Changes Path > 1.15 +1 -0 src/sys/i386/conf/PAE EHCI can actually support 64 bit physical addresses. We haven't doen it yet but it will probably happen. of course with bus-dma specifying addresses < 4G, it should still work with > 32 bit memory addresses (bounce buffering). From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:28: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 EAB4616A4CE; Fri, 29 Apr 2005 04:28:21 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5836B43D1D; Fri, 29 Apr 2005 04:28:21 +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.3/8.13.3) with ESMTP id j3T4WSaU027189; Thu, 28 Apr 2005 22:32:28 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4271B712.8080903@samsco.org> Date: Thu, 28 Apr 2005 22:24:50 -0600 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: Julian Elischer References: <200504290259.j3T2xJON003744@repoman.freebsd.org> <4271B6E9.4010302@elischer.org> In-Reply-To: <4271B6E9.4010302@elischer.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: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: 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: Fri, 29 Apr 2005 04:28:22 -0000 Julian Elischer wrote: > Scott Long wrote: > >> scottl 2005-04-29 02:59:19 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/conf PAE Log: >> For whatever reason, we don't allow USB on PAE. Since it's a >> dependency >> for EHCI, exclude that driver also. >> Revision Changes Path >> 1.15 +1 -0 src/sys/i386/conf/PAE > > > EHCI can actually support 64 bit physical addresses. > We haven't doen it yet but it will probably happen. > of course with bus-dma specifying addresses < 4G, it should still work > with > 32 bit memory addresses (bounce buffering). > > Yeah, I can't think of a good reason why the USB stack shouldn't work on PAE since it does work on real 64-bit platforms. Maybe there are some 'sizeof(void*) != sizeof(bus_addr_t)' spots in it? My only concern was making the tree build, though. Feel free to correct it. I can probably make a PAE system available if you'd like. Scott From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:47: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 C5F6C16A4CE; Fri, 29 Apr 2005 04:47:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACC643D46; Fri, 29 Apr 2005 04:47:11 +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 j3T4lBJR015942; Fri, 29 Apr 2005 04:47:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T4lBZa015941; Fri, 29 Apr 2005 04:47:11 GMT (envelope-from scottl) Message-Id: <200504290447.j3T4lBZa015941@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 04:47: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/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 04:47:11 -0000 scottl 2005-04-29 04:47:11 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Only create the rdpti alias if the asr device creation succeeds. Revision Changes Path 1.68 +2 -1 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:48: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 5927116A4CE; Fri, 29 Apr 2005 04:48:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5D143D46; Fri, 29 Apr 2005 04:48:13 +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 j3T4mDBp015993; Fri, 29 Apr 2005 04:48:13 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T4mDUR015992; Fri, 29 Apr 2005 04:48:13 GMT (envelope-from scottl) Message-Id: <200504290448.j3T4mDUR015992@repoman.freebsd.org> From: Scott Long Date: Fri, 29 Apr 2005 04:48: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/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 04:48:13 -0000 scottl 2005-04-29 04:48:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/asr asr.c Log: MFC rev 1.67 and 1.68: Create /dev/rdpt alias for /dev/asr to make the management tools happy. Revision Changes Path 1.64.2.2 +2 -0 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 05: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 E888A16A4CE; Fri, 29 Apr 2005 05:51:05 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58E543D53; Fri, 29 Apr 2005 05:51:04 +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 j3T5tE1A014265; Fri, 29 Apr 2005 08:55:14 +0300 (EEST) (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 52533-01; Fri, 29 Apr 2005 08:51:02 +0300 (EEST) 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 j3T5tDrr014262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Apr 2005 08:55:13 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j3T5pCAQ039497; Fri, 29 Apr 2005 08:51:12 +0300 (EEST) (envelope-from ru) Date: Fri, 29 Apr 2005 08:51:12 +0300 From: Ruslan Ermilov To: Darren Reed Message-ID: <20050429055112.GA39446@ip.net.ua> References: <200504282136.j3SLaV2R082026@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <200504282136.j3SLaV2R082026@repoman.freebsd.org> User-Agent: Mutt/1.5.9i 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/contrib/ipfilter/lib printstate.c src/sys/contrib/ipfilter/netinet ip_compat.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, 29 Apr 2005 05:51:06 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 28, 2005 at 09:36:30PM +0000, Darren Reed wrote: > darrenr 2005-04-28 21:36:30 UTC >=20 > FreeBSD src repository >=20 > Modified files: > contrib/ipfilter/lib printstate.c=20 > sys/contrib/ipfilter/netinet ip_compat.h=20 > Log: > Don't use quad_t on FreeBSD (deprecated) so use "long long" instead. > Someday this should be converted to uint64_t and printstate.c changed to > use those horrid PRiud64 things. > =20 > Revision Changes Path > 1.3 +1 -1 src/contrib/ipfilter/lib/printstate.c > 1.26 +3 -3 src/sys/contrib/ipfilter/netinet/ip_compat.h >=20 %llu should have been used instead. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCcctQqRfpzJluFF4RAiX1AJ0S53zbFi9YgG66ezOHfVWXA8gp4wCdHpBq hT6gNR13ZGhDy9uk83X4Fpg= =vpaK -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-cvs-src@FreeBSD.ORG Fri Apr 29 05:57: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 2B66B16A4CE; Fri, 29 Apr 2005 05:57:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7FF43D1D; Fri, 29 Apr 2005 05:57:18 +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 j3T5vHqa018577; Fri, 29 Apr 2005 05:57:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T5vH8g018576; Fri, 29 Apr 2005 05:57:17 GMT (envelope-from ru) Message-Id: <200504290557.j3T5vH8g018576@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 29 Apr 2005 05:57: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/contrib/ipfilter/netinet ip_frag.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 05:57:18 -0000 ru 2005-04-29 05:57:17 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_frag.c Log: Fix the following warnings on amd64: /usr/src/sbin/ipf/ipftest/../../../sys/contrib/ipfilter/netinet/ip_frag.c: In function `fr_ipid_newfrag': /usr/src/sbin/ipf/ipftest/../../../sys/contrib/ipfilter/netinet/ip_frag.c:397: warning: cast to pointer from integer of different size /usr/src/sbin/ipf/ipftest/../../../sys/contrib/ipfilter/netinet/ip_frag.c: In function `fr_ipid_knownfrag': /usr/src/sbin/ipf/ipftest/../../../sys/contrib/ipfilter/netinet/ip_frag.c:582: warning: cast from pointer to integer of different size Revision Changes Path 1.29 +2 -2 src/sys/contrib/ipfilter/netinet/ip_frag.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 06: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 6E97516A4CE; Fri, 29 Apr 2005 06:22:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4077643D39; Fri, 29 Apr 2005 06:22:42 +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 j3T6MgK8019690; Fri, 29 Apr 2005 06:22:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T6MgKM019689; Fri, 29 Apr 2005 06:22:42 GMT (envelope-from imp) Message-Id: <200504290622.j3T6MgKM019689@repoman.freebsd.org> From: Warner Losh Date: Fri, 29 Apr 2005 06:22: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/pci pci.c pci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 06:22:42 -0000 imp 2005-04-29 06:22:41 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pci_pci.c Log: Add a detach for pci bridge and pci bus drivers. This allows one to theoretically unload pci bridges or pci drivers. It will also allow detach to work if one needed to detach a subtree. This is inspired by looking at the p4 commits from bms to his 5.4 tree, but I didn't look at the final results. Revision Changes Path 1.289 +1 -0 src/sys/dev/pci/pci.c 1.37 +1 -0 src/sys/dev/pci/pci_pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 06: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 0DA3C16A4CE; Fri, 29 Apr 2005 06:54:07 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id B761143D3F; Fri, 29 Apr 2005 06:54:05 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Fri, 29 Apr 2005 08:54:04 +0200 Date: Fri, 29 Apr 2005 08:54:05 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Ruslan Ermilov In-Reply-To: <20050428181040.GB93281@ip.net.ua> Message-ID: <20050429084802.G39531@beagle.kn.op.dlr.de> References: <200504281537.j3SFbQGR051640@repoman.freebsd.org> <20050428181040.GB93281@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 29 Apr 2005 06:54:04.0355 (UTC) FILETIME=[3B44B930:01C54C88] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make cond.c globals.h main.c make.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 06:54:07 -0000 On Thu, 28 Apr 2005, Ruslan Ermilov wrote: RE>On Thu, Apr 28, 2005 at 03:37:26PM +0000, Hartmut Brandt wrote: RE>> harti 2005-04-28 15:37:26 UTC RE>> RE>> FreeBSD src repository RE>> RE>> Modified files: RE>> usr.bin/make cond.c globals.h main.c make.h RE>> Log: RE>> Introduce a flag to enable extended warnings (-x) and make them off RE>> by default. This should fix the problem of getting lots of errors RE>> when building with an up-to-date make and old *.mk files. RE>> RE>> Revision Changes Path RE>> 1.47 +7 -4 src/usr.bin/make/cond.c RE>> 1.4 +4 -0 src/usr.bin/make/globals.h RE>> 1.134 +13 -4 src/usr.bin/make/main.c RE>> 1.30 +7 -0 src/usr.bin/make/make.h RE>> RE>I think it should be masked after -d, i.e., -dx, as the former RE>increases chances of introducing various compatibility problems RE>later. What compatibility problems? I choose -x and not -w to not collide with gmake. I'm not aware of any make that uses -x. Also -x allows you to selectively toggle warnings (there is only one yet) so that would require kind of an argument to an argument to -d which certainly is not so nice. harti From owner-cvs-src@FreeBSD.ORG Fri Apr 29 07:57: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 87F5516A4CE; Fri, 29 Apr 2005 07:57:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1BD43D1F; Fri, 29 Apr 2005 07:57: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 j3T7vpxl024921; Fri, 29 Apr 2005 07:57:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T7vprn024920; Fri, 29 Apr 2005 07:57:51 GMT (envelope-from pjd) Message-Id: <200504290757.j3T7vprn024920@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 07:57: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/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: Fri, 29 Apr 2005 07:57:51 -0000 pjd 2005-04-29 07:57:50 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Remove trailing spaces. Revision Changes Path 1.22 +1 -1 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 07:58: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 2E79B16A4CE; Fri, 29 Apr 2005 07:58:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FF443D3F; Fri, 29 Apr 2005 07:58:30 +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 j3T7wT58024983; Fri, 29 Apr 2005 07:58:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T7wTYP024982; Fri, 29 Apr 2005 07:58:29 GMT (envelope-from pjd) Message-Id: <200504290758.j3T7wTYP024982@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 07:58: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/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: Fri, 29 Apr 2005 07:58:30 -0000 pjd 2005-04-29 07:58:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/geom/core geom.c Log: MFC: geom.c 1.21 Empty error buffer is not an error. Revision Changes Path 1.6.2.6 +1 -1 src/sbin/geom/core/geom.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08:00: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 352E916A4CE; Fri, 29 Apr 2005 08:00:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8B943D1F; Fri, 29 Apr 2005 08:00: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 j3T80koa025151; Fri, 29 Apr 2005 08:00:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T80kDr025150; Fri, 29 Apr 2005 08:00:46 GMT (envelope-from pjd) Message-Id: <200504290800.j3T80kDr025150@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:00:46 +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/sbin/geom/class Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:00:47 -0000 pjd 2005-04-29 08:00:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/geom/class Makefile.inc Log: MFC: Makefile.inc 1.7 Allow classes to specify local source files. Revision Changes Path 1.6.2.1 +2 -2 src/sbin/geom/class/Makefile.inc From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08: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 DF0CF16A4CE; Fri, 29 Apr 2005 08:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41E543D46; Fri, 29 Apr 2005 08:07:01 +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 j3T871cX025381; Fri, 29 Apr 2005 08:07:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T8717n025380; Fri, 29 Apr 2005 08:07:01 GMT (envelope-from pjd) Message-Id: <200504290807.j3T8717n025380@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:07:01 +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/geom/mirror g_mirror_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:07:02 -0000 pjd 2005-04-29 08:07:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/mirror g_mirror_ctl.c Log: MFC: g_mirror_ctl.c 1.11 Fix provider's size check for 'insert' command. Before this fix one was able to insert one sector too small provider. Revision Changes Path 1.4.2.3 +3 -2 src/sys/geom/mirror/g_mirror_ctl.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08:08: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 AC68616A4CE; Fri, 29 Apr 2005 08:08:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F5843D46; Fri, 29 Apr 2005 08:08: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 j3T88Sup025454; Fri, 29 Apr 2005 08:08:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T88S6l025453; Fri, 29 Apr 2005 08:08:28 GMT (envelope-from pjd) Message-Id: <200504290808.j3T88S6l025453@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:08:28 +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/sbin/geom/class/stripe gstripe.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:08:28 -0000 pjd 2005-04-29 08:08:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/geom/class/stripe gstripe.8 Log: MFC: gstripe.8 1.25 Fix stripe size in example. Found by: kris Revision Changes Path 1.15.2.5 +1 -1 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08:15: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 3F23616A4CE; Fri, 29 Apr 2005 08:15:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1772043D2F; Fri, 29 Apr 2005 08:15: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 j3T8FeFA025734; Fri, 29 Apr 2005 08:15:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T8Fe72025733; Fri, 29 Apr 2005 08:15:40 GMT (envelope-from pjd) Message-Id: <200504290815.j3T8Fe72025733@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:15:40 +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/geom/mirror g_mirror_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:15:41 -0000 pjd 2005-04-29 08:15:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/mirror g_mirror_ctl.c Log: MFC: g_mirror_ctl.c 1.10 Check for return values. Found by: Coverity Prevent analysis tool Revision Changes Path 1.4.2.4 +12 -0 src/sys/geom/mirror/g_mirror_ctl.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08:17: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 0190716A4CE; Fri, 29 Apr 2005 08:17:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD20C43D1F; Fri, 29 Apr 2005 08:17:15 +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 j3T8HFYq025840; Fri, 29 Apr 2005 08:17:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T8HFD1025839; Fri, 29 Apr 2005 08:17:15 GMT (envelope-from pjd) Message-Id: <200504290817.j3T8HFD1025839@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:17:15 +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/geom/raid3 g_raid3_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:17:16 -0000 pjd 2005-04-29 08:17:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/raid3 g_raid3_ctl.c Log: MFC: g_raid3_ctl.c 1.9 Check for return values. Found by: Coverity Prevent analysis tool Revision Changes Path 1.1.2.4 +9 -1 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08:24: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 8137716A4CE; Fri, 29 Apr 2005 08:24:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5696843D4C; Fri, 29 Apr 2005 08:24: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 j3T8Ovjk026141; Fri, 29 Apr 2005 08:24:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T8Ove2026140; Fri, 29 Apr 2005 08:24:57 GMT (envelope-from pjd) Message-Id: <200504290824.j3T8Ove2026140@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:24: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/geom/mirror g_mirror.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:24:57 -0000 pjd 2005-04-29 08:24:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/mirror g_mirror.c Log: MFC: g_mirror.c 1.61 Make the code more obvious - when an error occurs in g_mirror_connect_disk(), detach and destroy consumer before returning. Revision Changes Path 1.19.2.9 +13 -9 src/sys/geom/mirror/g_mirror.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08:27: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 26B6016A4CE; Fri, 29 Apr 2005 08:27:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F216F43D54; Fri, 29 Apr 2005 08:27:40 +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 j3T8ReWI026279; Fri, 29 Apr 2005 08:27:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T8ReBC026278; Fri, 29 Apr 2005 08:27:40 GMT (envelope-from pjd) Message-Id: <200504290827.j3T8ReBC026278@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 29 Apr 2005 08:27:40 +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/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:27:41 -0000 pjd 2005-04-29 08:27:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/raid3 g_raid3.c Log: MFC: g_raid3.c 1.40 If an error occurs, clean up before returning from g_raid3_connect_disk(). Revision Changes Path 1.4.2.8 +17 -14 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 08: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 EAC9316A4CE; Fri, 29 Apr 2005 08:37:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41AE43D2F; Fri, 29 Apr 2005 08:37:52 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3T8bqCP026514; Fri, 29 Apr 2005 08:37:52 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3T8bqcZ026513; Fri, 29 Apr 2005 08:37:52 GMT (envelope-from robert) Message-Id: <200504290837.j3T8bqcZ026513@repoman.freebsd.org> From: Robert Drehmel Date: Fri, 29 Apr 2005 08:37: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/usr.bin/id id.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 08:37:53 -0000 robert 2005-04-29 08:37:52 UTC FreeBSD src repository Modified files: usr.bin/id id.1 Log: Fix spelling error. Revision Changes Path 1.15 +1 -1 src/usr.bin/id/id.1 From owner-cvs-src@FreeBSD.ORG Fri Apr 29 10:11: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 5F2A716A4CE; Fri, 29 Apr 2005 10:11:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3598C43D1D; Fri, 29 Apr 2005 10:11:19 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TABIMw036368; Fri, 29 Apr 2005 10:11:19 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TABIaM036367; Fri, 29 Apr 2005 10:11:18 GMT (envelope-from robert) Message-Id: <200504291011.j3TABIaM036367@repoman.freebsd.org> From: Robert Drehmel Date: Fri, 29 Apr 2005 10:11: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/usr.bin/id id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 10:11:19 -0000 robert 2005-04-29 10:11:18 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: Add flag to choose whether to use getgrouplist(3) or getgroups(2) to the id_print() function. Use getgrouplist(3) for the case when an user was specified, and getgroups(2) when no user was given. That reverts to the expected behaviour and makes it easy to implement an option later to force using getgrouplist(3). Revision Changes Path 1.26 +11 -6 src/usr.bin/id/id.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 11:02: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 B963D16A4CE; Fri, 29 Apr 2005 11:02:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9132F43D53; Fri, 29 Apr 2005 11:02:18 +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 j3TB2IlN038672; Fri, 29 Apr 2005 11:02:18 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TB2IvM038671; Fri, 29 Apr 2005 11:02:18 GMT (envelope-from harti) Message-Id: <200504291102.j3TB2IvM038671@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 29 Apr 2005 11:02:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Subject: cvs commit: src/contrib/bsnmp/snmpd 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, 29 Apr 2005 11:02:18 -0000 harti 2005-04-29 11:02:18 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) contrib/bsnmp/snmpd main.c Log: Vendor patch: fix a bug that was introduced when moving from libisc to libbegemot: the rpoll_start_timer function needs the timeout value in milli-seconds, not the absolute time when the timer should tick. Revision Changes Path 1.1.1.7 +4 -14 src/contrib/bsnmp/snmpd/main.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 11:10: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 4DEF116A4CE; Fri, 29 Apr 2005 11:10:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2709F43D48; Fri, 29 Apr 2005 11:10:28 +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 j3TBASqX038996; Fri, 29 Apr 2005 11:10:28 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TBASTH038995; Fri, 29 Apr 2005 11:10:28 GMT (envelope-from maxim) Message-Id: <200504291110.j3TBASTH038995@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 29 Apr 2005 11:10: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/bin/ps ps.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 11:10:28 -0000 maxim 2005-04-29 11:10:28 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: o Typo: s/teminal/terminal/. Submitted by: Michal Varga Revision Changes Path 1.86 +1 -1 src/bin/ps/ps.1 From owner-cvs-src@FreeBSD.ORG Fri Apr 29 11:30: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 121CD16A4CE; Fri, 29 Apr 2005 11:30:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D4343D41; Fri, 29 Apr 2005 11:30:03 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TBU35f039662; Fri, 29 Apr 2005 11:30:03 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TBU3Ff039661; Fri, 29 Apr 2005 11:30:03 GMT (envelope-from sos) Message-Id: <200504291130.j3TBU3Ff039661@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 29 Apr 2005 11:30: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/dev/ata ata-all.c ata-all.h ata-lowlevel.c ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 11:30:04 -0000 sos 2005-04-29 11:30:03 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c ata-queue.c Log: Now that probing is working in the new fashion, we need to go back to having ata_getparm issue an ata_request and not fool around with the HW on its own. Needed for new HW support. Revision Changes Path 1.247 +165 -55 src/sys/dev/ata/ata-all.c 1.99 +0 -1 src/sys/dev/ata/ata-all.h 1.63 +0 -138 src/sys/dev/ata/ata-lowlevel.c 1.46 +1 -0 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 12:01: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 9509A16A4CF; Fri, 29 Apr 2005 12:01:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486D243D5C; Fri, 29 Apr 2005 12:01:37 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TC1bqj042610; Fri, 29 Apr 2005 12:01:37 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TC1agn042609; Fri, 29 Apr 2005 12:01:36 GMT (envelope-from ume) Message-Id: <200504291201.j3TC1agn042609@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 29 Apr 2005 12:01: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/lib/libc/net gethostbydns.c gethostbynis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 12:01:37 -0000 ume 2005-04-29 12:01:36 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c gethostbynis.c Log: we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead. Revision Changes Path 1.53 +7 -3 src/lib/libc/net/gethostbydns.c 1.20 +4 -2 src/lib/libc/net/gethostbynis.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 13:41: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 7C08116A4CE; Fri, 29 Apr 2005 13:41:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5230443D48; Fri, 29 Apr 2005 13:41:51 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TDfp4j055184; Fri, 29 Apr 2005 13:41:51 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TDfpsR055183; Fri, 29 Apr 2005 13:41:51 GMT (envelope-from davidxu) Message-Id: <200504291341.j3TDfpsR055183@repoman.freebsd.org> From: David Xu Date: Fri, 29 Apr 2005 13:41:51 +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/ata ata-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, 29 Apr 2005 13:41:51 -0000 davidxu 2005-04-29 13:41:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-pci.c Log: MFC Revision 1.73: > Dont set prefetch etc on VIA chips, causes problems on newer chips and > ATAPI devices. Revision Changes Path 1.32.2.24 +4 -2 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 14:37: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 33CC316A4CE; Fri, 29 Apr 2005 14:37:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1791843D5D; Fri, 29 Apr 2005 14:37: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 j3TEbib3057240; Fri, 29 Apr 2005 14:37:44 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TEbiP7057239; Fri, 29 Apr 2005 14:37:44 GMT (envelope-from harti) Message-Id: <200504291437.j3TEbiP7057239@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 29 Apr 2005 14:37: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/usr.bin/make cond.c directive_hash.c globals.h main.c nonints.h 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: Fri, 29 Apr 2005 14:37:45 -0000 harti 2005-04-29 14:37:44 UTC FreeBSD src repository Modified files: usr.bin/make cond.c directive_hash.c globals.h main.c nonints.h parse.c Log: Implement a pseudo-target .WARN that allows toggeling the warning flags for the current make. This does not override flags specified on the command line and these settings are not passed to sub-makes. Revision Changes Path 1.48 +2 -2 src/usr.bin/make/cond.c 1.4 +24 -24 src/usr.bin/make/directive_hash.c 1.5 +3 -1 src/usr.bin/make/globals.h 1.135 +56 -4 src/usr.bin/make/main.c 1.33 +1 -1 src/usr.bin/make/nonints.h 1.99 +23 -0 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 14:37: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 EB26216A4E3; Fri, 29 Apr 2005 14:37:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A4A43D41; Fri, 29 Apr 2005 14:37:51 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TEbpep057272; Fri, 29 Apr 2005 14:37:51 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TEbpET057271; Fri, 29 Apr 2005 14:37:51 GMT (envelope-from ume) Message-Id: <200504291437.j3TEbpET057271@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 29 Apr 2005 14: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/lib/libc/net getaddrinfo.3 getnameinfo.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: Fri, 29 Apr 2005 14:37:52 -0000 ume 2005-04-29 14:37:51 UTC FreeBSD src repository Modified files: lib/libc/net getaddrinfo.3 getnameinfo.3 Log: our get{addr,name}info() is considered thread-safe. Revision Changes Path 1.31 +0 -4 src/lib/libc/net/getaddrinfo.3 1.23 +0 -4 src/lib/libc/net/getnameinfo.3 From owner-cvs-src@FreeBSD.ORG Fri Apr 29 14:44: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 A339E16A4CE; Fri, 29 Apr 2005 14:44:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A6243D31; Fri, 29 Apr 2005 14:44: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 j3TEiA17057557; Fri, 29 Apr 2005 14:44:10 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TEiAjc057556; Fri, 29 Apr 2005 14:44:10 GMT (envelope-from harti) Message-Id: <200504291444.j3TEiAjc057556@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 29 Apr 2005 14:44: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/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 14:44:10 -0000 harti 2005-04-29 14:44:10 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: Toggle on warnings. This resolves the problem with building old releases (getting zillions of warnings). Building an old release uses that release's sys.mk which does not switch on these warnings, so make will be silent. They can be switch on on the command line with the -x option to make. This has been tested by building RELENG_5_4 on CURRENT. Revision Changes Path 1.86 +3 -0 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Fri Apr 29 15:07: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 BF1AB16A4CE; Fri, 29 Apr 2005 15:07:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EE743D1D; Fri, 29 Apr 2005 15:07:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TF7iIw058655; Fri, 29 Apr 2005 15:07:44 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TF7i30058654; Fri, 29 Apr 2005 15:07:44 GMT (envelope-from brooks) Message-Id: <200504291507.j3TF7i30058654@repoman.freebsd.org> From: Brooks Davis Date: Fri, 29 Apr 2005 15:07: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/man/man4 ath.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, 29 Apr 2005 15:07:45 -0000 brooks 2005-04-29 15:07:44 UTC FreeBSD src repository Modified files: share/man/man4 ath.4 Log: Remove the Netgear WG311 from the list. The v1 card is supported, but the v2 card is a TI. Since we're not attempting to keep this list complete, removing this is best. Reported by: Brian Candler Evan Dower MFC After: 1 day Revision Changes Path 1.31 +0 -1 src/share/man/man4/ath.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 29 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 5909516A4CE; Fri, 29 Apr 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 3A66B43D2D; Fri, 29 Apr 2005 15:15: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 j3TFFTMP060095; Fri, 29 Apr 2005 15:15:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TFFTc8060094; Fri, 29 Apr 2005 15:15:29 GMT (envelope-from harti) Message-Id: <200504291515.j3TFFTc8060094@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 29 Apr 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/usr.bin/make Makefile directive_hash.c directive_hash.h hash_tables.c hash_tables.h 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: Fri, 29 Apr 2005 15:15:29 -0000 harti 2005-04-29 15:15:29 UTC FreeBSD src repository Modified files: usr.bin/make Makefile parse.c Added files: usr.bin/make hash_tables.c hash_tables.h Removed files: usr.bin/make directive_hash.c directive_hash.h Log: Rename the directive_hash.[ch] files to hash_tables.[ch] now that there are more than one hash table in them. There is no history to preserve here, so go without a repo-copy. Asked for by: Max Okumoto Revision Changes Path 1.49 +5 -5 src/usr.bin/make/Makefile 1.5 +0 -129 src/usr.bin/make/directive_hash.c (dead) 1.3 +0 -37 src/usr.bin/make/directive_hash.h (dead) 1.1 +129 -0 src/usr.bin/make/hash_tables.c (new) 1.1 +36 -0 src/usr.bin/make/hash_tables.h (new) 1.100 +1 -1 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 17: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 39BEF16A4CE; Fri, 29 Apr 2005 17:36:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48FB43D39; Fri, 29 Apr 2005 17:36:54 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3THaslh074767; Fri, 29 Apr 2005 17:36:54 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3THasPo074765; Fri, 29 Apr 2005 17:36:54 GMT (envelope-from ume) Message-Id: <200504291736.j3THasPo074765@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 29 Apr 2005 17:36: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/lib/libc/net gethostbyht.c gethostbynis.c getnetbyht.c getnetbynis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 17:36:55 -0000 ume 2005-04-29 17:36:54 UTC FreeBSD src repository Modified files: lib/libc/net gethostbyht.c gethostbynis.c getnetbyht.c getnetbynis.c Log: NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno. Revision Changes Path 1.20 +1 -1 src/lib/libc/net/gethostbyht.c 1.21 +1 -1 src/lib/libc/net/gethostbynis.c 1.14 +1 -1 src/lib/libc/net/getnetbyht.c 1.17 +1 -1 src/lib/libc/net/getnetbynis.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 18:12: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 3DAB916A4CE; Fri, 29 Apr 2005 18:12:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE4043D2F; Fri, 29 Apr 2005 18:12:22 +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 j3TICMPj076222; Fri, 29 Apr 2005 18:12:22 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TICM0c076221; Fri, 29 Apr 2005 18:12:22 GMT (envelope-from obrien) Message-Id: <200504291812.j3TICM0c076221@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 29 Apr 2005 18:12: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/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: Fri, 29 Apr 2005 18:12:23 -0000 obrien 2005-04-29 18:12:22 UTC FreeBSD src repository Modified files: sys/i386/conf PAE Log: Enable dc(4) and rl(4) in the PAE kernel. Both have been busdma'ed for use and tested in the Sparc64 kenrel. Revision Changes Path 1.16 +0 -2 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Fri Apr 29 18:56: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 19FCB16A4EA; Fri, 29 Apr 2005 18:56:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003AA43D39; Fri, 29 Apr 2005 18:56: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 j3TIuaRc077942; Fri, 29 Apr 2005 18:56:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TIuapc077941; Fri, 29 Apr 2005 18:56:36 GMT (envelope-from rwatson) Message-Id: <200504291856.j3TIuapc077941@repoman.freebsd.org> From: Robert Watson Date: Fri, 29 Apr 2005 18:56: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/vm uma_core.c uma_int.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, 29 Apr 2005 18:56:37 -0000 rwatson 2005-04-29 18:56:36 UTC FreeBSD src repository Modified files: sys/vm uma_core.c uma_int.h Log: Modify UMA to use critical sections to protect per-CPU caches, rather than mutexes, which offers lower overhead on both UP and SMP. When allocating from or freeing to the per-cpu cache, without INVARIANTS enabled, we now no longer perform any mutex operations, which offers a 1%-3% performance improvement in a variety of micro-benchmarks. We rely on critical sections to prevent (a) preemption resulting in reentrant access to UMA on a single CPU, and (b) migration of the thread during access. In the event we need to go back to the zone for a new bucket, we release the critical section to acquire the global zone mutex, and must re-acquire the critical section and re-evaluate which cache we are accessing in case migration has occured, or circumstances have changed in the current cache. Per-CPU cache statistics are now gathered lock-free by the sysctl, which can result in small races in statistics reporting for caches. Reviewed by: bmilekic, jeff (somewhat) Tested by: rwatson, kris, gnn, scottl, mike at sentex dot net, others Revision Changes Path 1.119 +120 -103 src/sys/vm/uma_core.c 1.30 +0 -10 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Fri Apr 29 19:55: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 E34BB16A4CF; Fri, 29 Apr 2005 19:55:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA2543D2D; Fri, 29 Apr 2005 19:55:23 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TJtNWO080222; Fri, 29 Apr 2005 19:55:23 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TJtNRI080221; Fri, 29 Apr 2005 19:55:23 GMT (envelope-from ume) Message-Id: <200504291955.j3TJtNRI080221@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 29 Apr 2005 19:55: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/lib/libc/net gethostbydns.c gethostnamadr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 19:55:24 -0000 ume 2005-04-29 19:55:23 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c gethostnamadr.c Log: - do validation check and IPv4-mapped IPv6 address handling before any query. - don't query against IPv6 link-local address. - use IN6_IS_ADDR_V4{MAPPED,COMPAT} macros. - use memcpy() instead of bcopy(). Inspired by: NetBSD Revision Changes Path 1.54 +5 -35 src/lib/libc/net/gethostbydns.c 1.27 +36 -1 src/lib/libc/net/gethostnamadr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 20: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 E8C2016A4CE; Fri, 29 Apr 2005 20:03:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A3F43D41; Fri, 29 Apr 2005 20:03:20 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TK3KwV080530; Fri, 29 Apr 2005 20:03:20 GMT (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TK3K11080529; Fri, 29 Apr 2005 20:03:20 GMT (envelope-from vkashyap) Message-Id: <200504292003.j3TK3K11080529@repoman.freebsd.org> From: Vinod Kashyap Date: Fri, 29 Apr 2005 20: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/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 20:03:21 -0000 vkashyap 2005-04-29 20:03:20 UTC FreeBSD src repository Modified files: sys/dev/twa tw_osl_cam.c Log: Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on the return value from tw_cl_interrupt. Revision Changes Path 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 20:30: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 7058616A4E3; Fri, 29 Apr 2005 20:30:10 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AE443D46; Fri, 29 Apr 2005 20:30:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 5E4961FF9AF; Fri, 29 Apr 2005 22:30:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 240F41FF9AB; Fri, 29 Apr 2005 22:30:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 5F66915380; Fri, 29 Apr 2005 20:28:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 54E0D15329; Fri, 29 Apr 2005 20:28:35 +0000 (UTC) Date: Fri, 29 Apr 2005 20:28:35 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Vinod Kashyap In-Reply-To: <200504292003.j3TK3K11080529@repoman.freebsd.org> Message-ID: References: <200504292003.j3TK3K11080529@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 20:30:11 -0000 On Fri, 29 Apr 2005, Vinod Kashyap wrote: > vkashyap 2005-04-29 20:03:20 UTC > > FreeBSD src repository > > Modified files: > sys/dev/twa tw_osl_cam.c > Log: > Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on the > return value from tw_cl_interrupt. > > Revision Changes Path > 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c With this I can reboot the machine again. Thanks. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Fri Apr 29 21:14: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 895F716A4CE; Fri, 29 Apr 2005 21:14:59 +0000 (GMT) Received: from hadar.amcc.com (hadar.amcc.com [192.195.69.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16ED443D41; Fri, 29 Apr 2005 21:14:59 +0000 (GMT) (envelope-from vkashyap@amcc.com) Received: from mailhost01.amcc.com ([192.195.69.30]) by hadar.amcc.com (Netscape Messaging Server 4.15) with SMTP id IFQ8CY02.172; Fri, 29 Apr 2005 14:14:58 -0700 Received: (from vkashyap-pc [10.66.13.13]) by mailhost01.amcc.com (SMSSMTP 4.0.0.59) with SMTP id M2005042914154716567 ; Fri, 29 Apr 2005 14:15:47 -0700 From: "Vinod Kashyap" To: "Bjoern A. Zeeb" Date: Fri, 29 Apr 2005 14:14:54 -0700 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 51114 (9.0.6627) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 21:14:59 -0000 > -----Original Message----- > From: owner-src-committers@FreeBSD.org > [mailto:owner-src-committers@FreeBSD.org]On Behalf Of Bjoern A. Zeeb > Sent: Friday, April 29, 2005 1:29 PM > To: Vinod Kashyap > Cc: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; = > cvs-all@FreeBSD.org > Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c > = > = > On Fri, 29 Apr 2005, Vinod Kashyap wrote: > = > > vkashyap 2005-04-29 20:03:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/twa tw_osl_cam.c > > Log: > > Make call to tw_cl_deferred_interrupt in twa_poll, not = > dependent on the > > return value from tw_cl_interrupt. > > > > Revision Changes Path > > 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c > = > With this I can reboot the machine again. Thanks. > = I still believe that CAM should not be calling the polling function when interrupts are active, but in the absence of an answer to why that is so, this can be a work-around. From owner-cvs-src@FreeBSD.ORG Fri Apr 29 21:24: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 B61C616A4CE; Fri, 29 Apr 2005 21:24:25 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B50843D41; Fri, 29 Apr 2005 21:24:20 +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.3/8.13.3) with ESMTP id j3TLSI7H033034; Fri, 29 Apr 2005 15:28:18 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4272A5F6.4000902@samsco.org> Date: Fri, 29 Apr 2005 15:24:06 -0600 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: Vinod Kashyap References: In-Reply-To: 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: "Bjoern A. Zeeb" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 21:24:25 -0000 Vinod Kashyap wrote: > >>-----Original Message----- >>From: owner-src-committers@FreeBSD.org >>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of Bjoern A. Zeeb >>Sent: Friday, April 29, 2005 1:29 PM >>To: Vinod Kashyap >>Cc: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; >>cvs-all@FreeBSD.org >>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c >> >> >>On Fri, 29 Apr 2005, Vinod Kashyap wrote: >> >> >>>vkashyap 2005-04-29 20:03:20 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/twa tw_osl_cam.c >>> Log: >>> Make call to tw_cl_deferred_interrupt in twa_poll, not >> >>dependent on the >> >>> return value from tw_cl_interrupt. >>> >>> Revision Changes Path >>> 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c >> >>With this I can reboot the machine again. Thanks. >> > > > I still believe that CAM should not be calling the polling function > when interrupts are active, but in the absence of an answer to why > that is so, this can be a work-around. > > CAM calls the poll routine when it's not sure if interrupts are enabled and it wants to make sure that SIM will complete all outstanding commands. It's the same way that every other CAM driver in the tree is written. Scott From owner-cvs-src@FreeBSD.ORG Fri Apr 29 21:24: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 4755D16A527; Fri, 29 Apr 2005 21:24:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294643D41; Fri, 29 Apr 2005 21:24: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 j3TLORU5090181; Fri, 29 Apr 2005 21:24:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TLORv0090180; Fri, 29 Apr 2005 21:24:27 GMT (envelope-from phk) Message-Id: <200504292124.j3TLORv0090180@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 29 Apr 2005 21:24: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/sbin/fdisk fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 21:24:31 -0000 phk 2005-04-29 21:24:27 UTC FreeBSD src repository Modified files: sbin/fdisk fdisk.c Log: If we resort to opening a slice instead of the base device, do so with the correct mode for our arguments. Revision Changes Path 1.77 +1 -1 src/sbin/fdisk/fdisk.c From owner-cvs-src@FreeBSD.ORG Fri Apr 29 21:53: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 4B9F916A4CE; Fri, 29 Apr 2005 21:53:14 +0000 (GMT) Received: from hadar.amcc.com (hadar.amcc.com [192.195.69.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB67343D48; Fri, 29 Apr 2005 21:53:13 +0000 (GMT) (envelope-from vkashyap@amcc.com) Received: from mailhost01.amcc.com ([192.195.69.30]) by hadar.amcc.com (Netscape Messaging Server 4.15) with SMTP id IFQA4P03.R6P; Fri, 29 Apr 2005 14:53:13 -0700 Received: (from vkashyap-pc [10.66.13.13]) by mailhost01.amcc.com (SMSSMTP 4.0.0.59) with SMTP id M2005042914540416957 ; Fri, 29 Apr 2005 14:54:05 -0700 From: "Vinod Kashyap" To: Scott Long Date: Fri, 29 Apr 2005 14:53:08 -0700 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 51114 (9.0.6627) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: cc: "Bjoern A. Zeeb" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 21:53:14 -0000 > -----Original Message----- > From: owner-src-committers@FreeBSD.org > [mailto:owner-src-committers@FreeBSD.org]On Behalf Of Scott Long > Sent: Friday, April 29, 2005 2:24 PM > To: Vinod Kashyap > Cc: Bjoern A. Zeeb; src-committers@FreeBSD.org; cvs-src@FreeBSD.org; > cvs-all@FreeBSD.org > Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c > = > = > Vinod Kashyap wrote: > > = > >>-----Original Message----- > >>From: owner-src-committers@FreeBSD.org > >>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of Bjoern A. Zeeb > >>Sent: Friday, April 29, 2005 1:29 PM > >>To: Vinod Kashyap > >>Cc: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; = > >>cvs-all@FreeBSD.org > >>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c > >> > >> > >>On Fri, 29 Apr 2005, Vinod Kashyap wrote: > >> > >> > >>>vkashyap 2005-04-29 20:03:20 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/dev/twa tw_osl_cam.c > >>> Log: > >>> Make call to tw_cl_deferred_interrupt in twa_poll, not = > >> > >>dependent on the > >> > >>> return value from tw_cl_interrupt. > >>> > >>> Revision Changes Path > >>> 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c > >> > >>With this I can reboot the machine again. Thanks. > >> > > = > > = > > I still believe that CAM should not be calling the polling function > > when interrupts are active, but in the absence of an answer to why > > that is so, this can be a work-around. > > = > > = > = > CAM calls the poll routine when it's not sure if interrupts are > enabled and it wants to make sure that SIM will complete all > outstanding commands. It's the same way that every other CAM In that case, it's probably a good idea to define SIM entry points that CAM can call to enable/disable interrupts on the controller. By doing this, CAM can first disable interrupts, and then go ahead and poll. > driver in the tree is written. > = > Scott > From owner-cvs-src@FreeBSD.ORG Fri Apr 29 21:57: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 7EBFF16A4CE; Fri, 29 Apr 2005 21:57:05 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CE143D55; Fri, 29 Apr 2005 21:57:04 +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.3/8.13.3) with ESMTP id j3TM12qq033218; Fri, 29 Apr 2005 16:01:03 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4272ADA3.1090009@samsco.org> Date: Fri, 29 Apr 2005 15:56:51 -0600 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: Vinod Kashyap References: In-Reply-To: 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: "Bjoern A. Zeeb" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 21:57:05 -0000 Vinod Kashyap wrote: > >>-----Original Message----- >>From: owner-src-committers@FreeBSD.org >>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of Scott Long >>Sent: Friday, April 29, 2005 2:24 PM >>To: Vinod Kashyap >>Cc: Bjoern A. Zeeb; src-committers@FreeBSD.org; cvs-src@FreeBSD.org; >>cvs-all@FreeBSD.org >>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c >> >> >>Vinod Kashyap wrote: >> >>>>-----Original Message----- >>>>From: owner-src-committers@FreeBSD.org >>>>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of Bjoern A. Zeeb >>>>Sent: Friday, April 29, 2005 1:29 PM >>>>To: Vinod Kashyap >>>>Cc: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; >>>>cvs-all@FreeBSD.org >>>>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c >>>> >>>> >>>>On Fri, 29 Apr 2005, Vinod Kashyap wrote: >>>> >>>> >>>> >>>>>vkashyap 2005-04-29 20:03:20 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/dev/twa tw_osl_cam.c >>>>> Log: >>>>> Make call to tw_cl_deferred_interrupt in twa_poll, not >>>> >>>>dependent on the >>>> >>>> >>>>> return value from tw_cl_interrupt. >>>>> >>>>> Revision Changes Path >>>>> 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c >>>> >>>>With this I can reboot the machine again. Thanks. >>>> >>> >>> >>>I still believe that CAM should not be calling the polling function >>>when interrupts are active, but in the absence of an answer to why >>>that is so, this can be a work-around. >>> >>> >> >>CAM calls the poll routine when it's not sure if interrupts are >>enabled and it wants to make sure that SIM will complete all >>outstanding commands. It's the same way that every other CAM > > > In that case, it's probably a good idea to define SIM entry points > that CAM can call to enable/disable interrupts on the controller. > By doing this, CAM can first disable interrupts, and then go ahead > and poll. > Why exactly does CAM need to go in and mess with the hardware behind the back of the driver? If you really need to disable interrupts that badly, just do it from the poll routine. But, that's not the problem here. The problem is that you have races in between setting and checking state, and you assume that the scheduler will always be running and allow the taskqueue to run. Scott From owner-cvs-src@FreeBSD.ORG Fri Apr 29 22: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 F268B16A4CE; Fri, 29 Apr 2005 22:38:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C807143D55; Fri, 29 Apr 2005 22:38:02 +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 j3TMc2V7093078; Fri, 29 Apr 2005 22:38:02 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TMc2pm093077; Fri, 29 Apr 2005 22:38:02 GMT (envelope-from cperciva) Message-Id: <200504292238.j3TMc2pm093077@repoman.freebsd.org> From: Colin Percival Date: Fri, 29 Apr 2005 22:38: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 ptrace.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, 29 Apr 2005 22:38:03 -0000 cperciva 2005-04-29 22:38:02 UTC FreeBSD src repository Modified files: sys/sys ptrace.h Log: Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessary due to a change made in revision 1.284 of sys/kern/kern_sig.c in August 2004 which made ptracestop() return with the process still locked. Submitted by: Mauritz Sundell MFC After: 3 days Revision Changes Path 1.26 +1 -0 src/sys/sys/ptrace.h From owner-cvs-src@FreeBSD.ORG Fri Apr 29 22:40: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 D3C1216A4CF; Fri, 29 Apr 2005 22:40:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A54C643D60; Fri, 29 Apr 2005 22:40:47 +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 j3TMelw7093255; Fri, 29 Apr 2005 22:40:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TMel9s093254; Fri, 29 Apr 2005 22:40:47 GMT (envelope-from cperciva) Message-Id: <200504292240.j3TMel9s093254@repoman.freebsd.org> From: Colin Percival Date: Fri, 29 Apr 2005 22:40: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/etc netstart X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 22:40:48 -0000 cperciva 2005-04-29 22:40:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc netstart Log: MFC rev. 1.65: netstart is now obsoleted by /etc/rc.d/*, not by /etc/rc.network. Revision Changes Path 1.64.2.1 +1 -1 src/etc/netstart From owner-cvs-src@FreeBSD.ORG Fri Apr 29 23:02: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 DB2D916A4CE; Fri, 29 Apr 2005 23:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE9443D3F; Fri, 29 Apr 2005 23:02:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TN2uUk094094; Fri, 29 Apr 2005 23:02:56 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TN2u5g094093; Fri, 29 Apr 2005 23:02:56 GMT (envelope-from brooks) Message-Id: <200504292302.j3TN2u5g094093@repoman.freebsd.org> From: Brooks Davis Date: Fri, 29 Apr 2005 23:02: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/etc Makefile rc rc.initdiskless src/etc/rc.d Makefile initdiskless preseedrandom rcconf.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 23:02:57 -0000 brooks 2005-04-29 23:02:56 UTC FreeBSD src repository Modified files: etc Makefile rc rc.initdiskless etc/rc.d Makefile rcconf.sh Removed files: etc/rc.d initdiskless preseedrandom Log: To allow /etc to be as minimal as possible in a diskless setup, we need to run initdiskless before we run rcorder on /etc/rc.d. To allow this, move /etc/rc.d/initdiskless to /etc/rc.initdiskless and run it directly from /etc/rc. Remove /etc/rc.d/preseedrandom as it is no longer necessicary (we start with entropy unblocked) and was only used by initdiskless when it was needed. Discussed on: freebsd-rc Repocopy by: peter Revision Changes Path 1.343 +2 -1 src/etc/Makefile 1.336 +5 -0 src/etc/rc 1.52 +2 -2 src/etc/rc.d/Makefile 1.42 +0 -323 src/etc/rc.d/initdiskless (dead) 1.6 +0 -39 src/etc/rc.d/preseedrandom (dead) 1.4 +0 -1 src/etc/rc.d/rcconf.sh 1.42 +0 -7 src/etc/rc.initdiskless From owner-cvs-src@FreeBSD.ORG Sat Apr 30 00:16: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 06DEB16A4CE; Sat, 30 Apr 2005 00:16:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC1643D3F; Sat, 30 Apr 2005 00:16:00 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3U0G0Fn099331; Sat, 30 Apr 2005 00:16:00 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3U0G0eO099330; Sat, 30 Apr 2005 00:16:00 GMT (envelope-from csjp) Message-Id: <200504300016.j3U0G0eO099330@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 30 Apr 2005 00:16: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/etc/rc.d jail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 00:16:01 -0000 csjp 2005-04-30 00:16:00 UTC FreeBSD src repository Modified files: etc/rc.d jail Log: Do not unconditionally mount devfs to ${jail_devdir}/dev. First check to see if a prior devfs has been mounted. If no devfs is mounted on ${jail_devdir}/dev then proceed. This will prevent the stack up of multiple devfs mounts on the same mount point. Discussed with: pjd MFC after: 1 week Revision Changes Path 1.22 +12 -9 src/etc/rc.d/jail From owner-cvs-src@FreeBSD.ORG Sat Apr 30 00:25: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 75EDA16A4CE; Sat, 30 Apr 2005 00:25:42 +0000 (GMT) Received: from hadar.amcc.com (hadar.amcc.com [192.195.69.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1490143D41; Sat, 30 Apr 2005 00:25:42 +0000 (GMT) (envelope-from vkashyap@amcc.com) Received: from mailhost01.amcc.com ([192.195.69.30]) by hadar.amcc.com (Netscape Messaging Server 4.15) with SMTP id IFQH6T04.06T; Fri, 29 Apr 2005 17:25:41 -0700 Received: (from vkashyap-pc [10.66.13.13]) by mailhost01.amcc.com (SMSSMTP 4.0.0.59) with SMTP id M2005042917264518190 ; Fri, 29 Apr 2005 17:26:45 -0700 From: "Vinod Kashyap" To: Scott Long Date: Fri, 29 Apr 2005 17:25:21 -0700 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 51114 (9.0.6627) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: cc: "Bjoern A. Zeeb" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/twa tw_osl_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 00:25:42 -0000 > -----Original Message----- > From: owner-src-committers@FreeBSD.org > [mailto:owner-src-committers@FreeBSD.org]On Behalf Of Scott Long > Sent: Friday, April 29, 2005 2:57 PM > To: Vinod Kashyap > Cc: Bjoern A. Zeeb; src-committers@FreeBSD.org; cvs-src@FreeBSD.org; > cvs-all@FreeBSD.org > Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c > = > = > Vinod Kashyap wrote: > > = > >>-----Original Message----- > >>From: owner-src-committers@FreeBSD.org > >>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of Scott Long > >>Sent: Friday, April 29, 2005 2:24 PM > >>To: Vinod Kashyap > >>Cc: Bjoern A. Zeeb; src-committers@FreeBSD.org; cvs-src@FreeBSD.org; > >>cvs-all@FreeBSD.org > >>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c > >> > >> > >>Vinod Kashyap wrote: > >> > >>>>-----Original Message----- > >>>>From: owner-src-committers@FreeBSD.org > >>>>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of = > Bjoern A. Zeeb > >>>>Sent: Friday, April 29, 2005 1:29 PM > >>>>To: Vinod Kashyap > >>>>Cc: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; = > >>>>cvs-all@FreeBSD.org > >>>>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c > >>>> > >>>> > >>>>On Fri, 29 Apr 2005, Vinod Kashyap wrote: > >>>> > >>>> > >>>> > >>>>>vkashyap 2005-04-29 20:03:20 UTC > >>>>> > >>>>> FreeBSD src repository > >>>>> > >>>>> Modified files: > >>>>> sys/dev/twa tw_osl_cam.c > >>>>> Log: > >>>>> Make call to tw_cl_deferred_interrupt in twa_poll, not = > >>>> > >>>>dependent on the > >>>> > >>>> > >>>>> return value from tw_cl_interrupt. > >>>>> > >>>>> Revision Changes Path > >>>>> 1.2 +12 -2 src/sys/dev/twa/tw_osl_cam.c > >>>> > >>>>With this I can reboot the machine again. Thanks. > >>>> > >>> > >>> > >>>I still believe that CAM should not be calling the polling function > >>>when interrupts are active, but in the absence of an answer to why > >>>that is so, this can be a work-around. > >>> > >>> > >> > >>CAM calls the poll routine when it's not sure if interrupts are > >>enabled and it wants to make sure that SIM will complete all > >>outstanding commands. It's the same way that every other CAM > > = > > = > > In that case, it's probably a good idea to define SIM entry points > > that CAM can call to enable/disable interrupts on the controller. > > By doing this, CAM can first disable interrupts, and then go ahead > > and poll. > > = > = > Why exactly does CAM need to go in and mess with the hardware behind > the back of the driver? If you really need to disable interrupts > that badly, just do it from the poll routine. But, that's not the If I did it in the poll routine, I wouldn't know when to undo it if needed,= unlike in the case of the caller of the poll routine. > problem here. The problem is that you have races in between setting > and checking state, and you assume that the scheduler will always be > running and allow the taskqueue to run. No, I do not assume that taskqueue handlers can be run at all times. In fact, that's the reason I don't register taskqueue handlers in the poll rou= tine. I just don't expect the poll routine to be called when interrupts are activ= e. Whatever that is, I don't want to get into a prolonged discussion/argument about this. Now that a work-around is in place, I will just go with it. From owner-cvs-src@FreeBSD.ORG Sat Apr 30 01:48: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 09E8E16A4CE; Sat, 30 Apr 2005 01:48:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB91C43D54; Sat, 30 Apr 2005 01:48:02 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3U1m2CN011619; Sat, 30 Apr 2005 01:48:02 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3U1m2ZE011618; Sat, 30 Apr 2005 01:48:02 GMT (envelope-from julian) Message-Id: <200504300148.j3U1m2ZE011618@repoman.freebsd.org> From: Julian Elischer Date: Sat, 30 Apr 2005 01:48:02 +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/usb usb.c usb_port.h usb_subr.c usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.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, 30 Apr 2005 01:48:03 -0000 julian 2005-04-30 01:48:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usb.c usb_port.h usb_subr.c usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h Log: A bunch more MFCs. import a lot of the new bus management stuff. Revision Changes Path 1.26.2.13 +5 -2 src/sys/dev/usb/usb.c 1.25.2.9 +17 -6 src/sys/dev/usb/usb_port.h 1.23.2.21 +84 -92 src/sys/dev/usb/usb_subr.c 1.34.2.12 +103 -8 src/sys/dev/usb/usbdi.c 1.21.2.7 +78 -66 src/sys/dev/usb/usbdi.h 1.15.2.7 +43 -7 src/sys/dev/usb/usbdi_util.c 1.9.2.5 +8 -3 src/sys/dev/usb/usbdi_util.h 1.14.2.5 +2 -1 src/sys/dev/usb/usbdivar.h From owner-cvs-src@FreeBSD.ORG Sat Apr 30 01:54: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 5128A16A4CE; Sat, 30 Apr 2005 01:54:25 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA9B43D1F; Sat, 30 Apr 2005 01:54:24 +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 j3U1sN1h083606; Fri, 29 Apr 2005 21:54:23 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)j3U1sN2X083602; Fri, 29 Apr 2005 21:54:23 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Fri, 29 Apr 2005 21:54:23 -0400 (EDT) From: Jeff Roberson To: Robert Watson In-Reply-To: <200504291856.j3TIuapc077941@repoman.freebsd.org> Message-ID: <20050429215256.E5127@mail.chesapeake.net> References: <200504291856.j3TIuapc077941@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/vm uma_core.c uma_int.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, 30 Apr 2005 01:54:25 -0000 On Fri, 29 Apr 2005, Robert Watson wrote: > rwatson 2005-04-29 18:56:36 UTC > > FreeBSD src repository > > Modified files: > sys/vm uma_core.c uma_int.h > Log: > Modify UMA to use critical sections to protect per-CPU caches, rather than > mutexes, which offers lower overhead on both UP and SMP. When allocating > from or freeing to the per-cpu cache, without INVARIANTS enabled, we now > no longer perform any mutex operations, which offers a 1%-3% performance > improvement in a variety of micro-benchmarks. We rely on critical > sections to prevent (a) preemption resulting in reentrant access to UMA on > a single CPU, and (b) migration of the thread during access. In the event > we need to go back to the zone for a new bucket, we release the critical > section to acquire the global zone mutex, and must re-acquire the critical > section and re-evaluate which cache we are accessing in case migration has > occured, or circumstances have changed in the current cache. Excellent work. thanks. You could also use sched_pin() in uma_zalloc to prevent migration so you can be certain that you're still accessing the same cache. You wont be able to trust the state of that cache. I'm not sure whether or not this would make a difference, but it could be beneificial if we decide to do per-cpu slab lists for locality on NUMA machines. > > Per-CPU cache statistics are now gathered lock-free by the sysctl, which > can result in small races in statistics reporting for caches. > > Reviewed by: bmilekic, jeff (somewhat) > Tested by: rwatson, kris, gnn, scottl, mike at sentex dot net, others > > Revision Changes Path > 1.119 +120 -103 src/sys/vm/uma_core.c > 1.30 +0 -10 src/sys/vm/uma_int.h > From owner-cvs-src@FreeBSD.ORG Sat Apr 30 08:25: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 CB20916A4CE; Sat, 30 Apr 2005 08:25:07 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DEC43D48; Sat, 30 Apr 2005 08:25:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 7E54A46B20; Sat, 30 Apr 2005 04:25:06 -0400 (EDT) Date: Sat, 30 Apr 2005 09:27:55 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Jeff Roberson In-Reply-To: <20050429215256.E5127@mail.chesapeake.net> Message-ID: <20050430091629.O31768@fledge.watson.org> References: <200504291856.j3TIuapc077941@repoman.freebsd.org> <20050429215256.E5127@mail.chesapeake.net> 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/vm uma_core.c uma_int.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, 30 Apr 2005 08:25:07 -0000 On Fri, 29 Apr 2005, Jeff Roberson wrote: >> Modify UMA to use critical sections to protect per-CPU caches, rather than >> mutexes, which offers lower overhead on both UP and SMP. When allocating >> from or freeing to the per-cpu cache, without INVARIANTS enabled, we now >> no longer perform any mutex operations, which offers a 1%-3% performance >> improvement in a variety of micro-benchmarks. We rely on critical >> sections to prevent (a) preemption resulting in reentrant access to UMA on >> a single CPU, and (b) migration of the thread during access. In the event >> we need to go back to the zone for a new bucket, we release the critical >> section to acquire the global zone mutex, and must re-acquire the critical >> section and re-evaluate which cache we are accessing in case migration has >> occured, or circumstances have changed in the current cache. > > Excellent work. thanks. You could also use sched_pin() in uma_zalloc > to prevent migration so you can be certain that you're still accessing > the same cache. You wont be able to trust the state of that cache. > I'm not sure whether or not this would make a difference, but it could > be beneificial if we decide to do per-cpu slab lists for locality on > NUMA machines. In my first pass, I did use sched_pin, but I found that since I had to revalidate the state of the cache anyway in the event the critical section was released so we could acquire a mutex, pinning added complexity without immediate measurable benefit. I'm also a bit tepid about over-pinning, as that prevents the scheduler from balancing the load well, such as migrating the thread in the event a higher priority thread wants to run on the current CPU (such as a pinned ithread that preempts). I don't have any measurement to suggest to what extent this occurs in practice, currently, but think these are issues we should explore. A case like that isn't quite priority inversion, since the tread with the right priority will take precedence, but might result in less effective utilization if pinneds thread uses quite a bit of CPU. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Sat Apr 30 09:26: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 C595E16A4CE; Sat, 30 Apr 2005 09:26:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FA943D5A; Sat, 30 Apr 2005 09:26:22 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3U9QMs5043294; Sat, 30 Apr 2005 09:26:22 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3U9QMKO043293; Sat, 30 Apr 2005 09:26:22 GMT (envelope-from joel) Message-Id: <200504300926.j3U9QMKO043293@repoman.freebsd.org> From: Joel Dahl Date: Sat, 30 Apr 2005 09:26: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/usr.sbin/jail jail.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 09:26:22 -0000 joel 2005-04-30 09:26:22 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/jail jail.8 Log: Fix spelling errors. Approved by: brueffer (mentor) Revision Changes Path 1.63 +2 -2 src/usr.sbin/jail/jail.8 From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11:22: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 40AFE16A4CE; Sat, 30 Apr 2005 11:22:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 153FF43D41; Sat, 30 Apr 2005 11:22: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 j3UBMeuN050080; Sat, 30 Apr 2005 11:22:40 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBMeUW050079; Sat, 30 Apr 2005 11:22:40 GMT (envelope-from jeff) Message-Id: <200504301122.j3UBMeUW050079@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:22: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_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 11:22:41 -0000 jeff 2005-04-30 11:22:40 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - In vnlru_free() remove the vnode from the free list before we call vtryrecycle(). We could sometimes get into situations where two threads could try to recycle the same vnode before this. - vtryrecycle() is now responsible for returning the vnode to the free list if it fails and someone else hasn't done it. - Make a new function vfreehead() which moves a vnode to the head of the free list and use it in vgone() to clean up that code a bit. Sponsored by: Isilon Systems, Inc. Reported by: pho, kkenn Revision Changes Path 1.620 +51 -33 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11: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 67A0316A4CE; Sat, 30 Apr 2005 11:24:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413E343D3F; Sat, 30 Apr 2005 11:24:17 +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 j3UBOHg1050144; Sat, 30 Apr 2005 11:24:17 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBOHpc050143; Sat, 30 Apr 2005 11:24:17 GMT (envelope-from jeff) Message-Id: <200504301124.j3UBOHpc050143@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:24: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/fs/devfs devfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 11:24:17 -0000 jeff 2005-04-30 11:24:17 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vfsops.c Log: - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. Sponsored by: Isilon Systems, Inc. Agreed in principle by: phk Revision Changes Path 1.44 +1 -0 src/sys/fs/devfs/devfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11:25: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 1850716A4CE; Sat, 30 Apr 2005 11:25:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4AC743D1F; Sat, 30 Apr 2005 11:25:49 +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 j3UBPn9n050281; Sat, 30 Apr 2005 11:25:49 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBPniX050280; Sat, 30 Apr 2005 11:25:49 GMT (envelope-from jeff) Message-Id: <200504301125.j3UBPniX050280@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:25: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/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: Sat, 30 Apr 2005 11:25:50 -0000 jeff 2005-04-30 11:25:49 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c Log: - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call it without Giant. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.270 +2 -0 src/sys/vm/swap_pager.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11: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 0061816A4CE; Sat, 30 Apr 2005 11:26:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FD743D2F; Sat, 30 Apr 2005 11:26: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 j3UBQwMZ050323; Sat, 30 Apr 2005 11:26:58 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBQwwN050322; Sat, 30 Apr 2005 11:26:58 GMT (envelope-from jeff) Message-Id: <200504301126.j3UBQwwN050322@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:26: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/kern vfs_cluster.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 11:26:59 -0000 jeff 2005-04-30 11:26:58 UTC FreeBSD src repository Modified files: sys/kern vfs_cluster.c Log: - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFS will not be acquiring Giant before calling this function anymore. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.164 +2 -0 src/sys/kern/vfs_cluster.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11:27: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 42E0A16A4CE; Sat, 30 Apr 2005 11:27:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1B343D45; Sat, 30 Apr 2005 11:27: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 j3UBRVoD050380; Sat, 30 Apr 2005 11:27:32 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBRVkS050379; Sat, 30 Apr 2005 11:27:31 GMT (envelope-from jeff) Message-Id: <200504301127.j3UBRVkS050379@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:27: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/kern 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: Sat, 30 Apr 2005 11:27:32 -0000 jeff 2005-04-30 11:27:31 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: - Acquire Giant in AIO's iodone routine. VFS will no longer do it for us soon. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.184 +2 -0 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11:28: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 72AAA16A4CE; Sat, 30 Apr 2005 11:28:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C7643D1D; Sat, 30 Apr 2005 11:28: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 j3UBSJo5050449; Sat, 30 Apr 2005 11:28:19 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBSJam050448; Sat, 30 Apr 2005 11:28:19 GMT (envelope-from jeff) Message-Id: <200504301128.j3UBSJam050448@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:28: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/ufs/ffs ffs_rawread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 11:28:19 -0000 jeff 2005-04-30 11:28:19 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_rawread.c Log: - Use bdone() directly instead of calling it indirectly through ffs_rawreaddone(). Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.25 +1 -11 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 11:44: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 D6A7D16A4CE; Sat, 30 Apr 2005 11:44:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA7843D1D; Sat, 30 Apr 2005 11:44:22 +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 j3UBiMbG051188; Sat, 30 Apr 2005 11:44:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UBiMGe051187; Sat, 30 Apr 2005 11:44:22 GMT (envelope-from jeff) Message-Id: <200504301144.j3UBiMGe051187@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 11:44: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/kern vfs_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: Sat, 30 Apr 2005 11:44:23 -0000 jeff 2005-04-30 11:44:22 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Don't acquire Giant before calling b_biodone, individual consumers are now required to do so themselves. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.484 +0 -6 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 12:18: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 86E3E16A4CE; Sat, 30 Apr 2005 12:18:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A3743D54; Sat, 30 Apr 2005 12:18: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 j3UCIp4D052495; Sat, 30 Apr 2005 12:18:51 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UCIp3i052494; Sat, 30 Apr 2005 12:18:51 GMT (envelope-from jeff) Message-Id: <200504301218.j3UCIp3i052494@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Apr 2005 12:18: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_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: Sat, 30 Apr 2005 12:18:51 -0000 jeff 2005-04-30 12:18:51 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Remove long dead splbio() calls and comments relating to the old synchronization mechanism. Revision Changes Path 1.485 +4 -71 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 13:02: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 EFD9216A4CE; Sat, 30 Apr 2005 13:02:29 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879E443D54; Sat, 30 Apr 2005 13:02:29 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 63AD7ACBD6; Sat, 30 Apr 2005 15:02:27 +0200 (CEST) Date: Sat, 30 Apr 2005 15:02:27 +0200 From: Pawel Jakub Dawidek To: "Christian S.J. Peron" Message-ID: <20050430130227.GA837@darkness.comp.waw.pl> References: <200504300016.j3U0G0eO099330@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d+HVnKf17tRgD4xw" Content-Disposition: inline In-Reply-To: <200504300016.j3U0G0eO099330@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/etc/rc.d jail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 13:02:30 -0000 --d+HVnKf17tRgD4xw Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 30, 2005 at 12:16:00AM +0000, Christian S.J. Peron wrote: +> csjp 2005-04-30 00:16:00 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> etc/rc.d jail=20 +> Log: +> Do not unconditionally mount devfs to ${jail_devdir}/dev. First check +> to see if a prior devfs has been mounted. If no devfs is mounted on +> ${jail_devdir}/dev then proceed. This will prevent the stack up of +> multiple devfs mounts on the same mount point. As I'm thinking about this now, it would be probably better to unmount devfs inside a jail and mount it again, because someone could change devfs rules in meantime and wants to restart the jail with new devfs rules. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --d+HVnKf17tRgD4xw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCc4HjForvXbEpPzQRAvSXAKCwN6Gk2/XMR300afplwNOIEf6/SwCgwvAt UbQlTsJHtDpmaLHjVeFlVds= =A6So -----END PGP SIGNATURE----- --d+HVnKf17tRgD4xw-- From owner-cvs-src@FreeBSD.ORG Sat Apr 30 15:45: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 6A5EF16A4CE; Sat, 30 Apr 2005 15:45:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB8043D41; Sat, 30 Apr 2005 15:45:08 +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 j3UFj86D068708; Sat, 30 Apr 2005 15:45:08 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UFj8Nc068707; Sat, 30 Apr 2005 15:45:08 GMT (envelope-from des) Message-Id: <200504301545.j3UFj8Nc068707@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 15:45:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 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: Sat, 30 Apr 2005 15:45:08 -0000 des 2005-04-30 15:45:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) share/man/man5 rc.conf.5 Log: Revert part of rev 1.221.2.7 which MFCed documentation for a feature which does not yet exist in RELENG_5. Approved by: re (scottl) Revision Changes Path 1.221.2.11.2.1 +1 -6 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Sat Apr 30 15: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 9C0D516A4E4; Sat, 30 Apr 2005 15:53:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D5543D41; Sat, 30 Apr 2005 15:53:24 +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 j3UFrOLk069014; Sat, 30 Apr 2005 15:53:24 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UFrO4A069013; Sat, 30 Apr 2005 15:53:24 GMT (envelope-from scottl) Message-Id: <200504301553.j3UFrO4A069013@repoman.freebsd.org> From: Scott Long Date: Sat, 30 Apr 2005 15:53:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 15:53:24 -0000 scottl 2005-04-30 15:53:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/dev/asr asr.c Log: MFC Rev 1.64.2.2: Create the alias rdpt device. Approved by: re Revision Changes Path 1.64.2.1.2.1 +2 -0 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 15:55: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 C1A5516A4CE; Sat, 30 Apr 2005 15:55:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA3D43D64; Sat, 30 Apr 2005 15:55:39 +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 j3UFtdoC069138; Sat, 30 Apr 2005 15:55:39 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UFtd3U069137; Sat, 30 Apr 2005 15:55:39 GMT (envelope-from scottl) Message-Id: <200504301555.j3UFtd3U069137@repoman.freebsd.org> From: Scott Long Date: Sat, 30 Apr 2005 15:55:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 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: Sat, 30 Apr 2005 15:55:39 -0000 scottl 2005-04-30 15:55:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/i386/conf PAE Log: MFC rev 1.9.2.5: Don't include the EHCI driver in the PAE kernel. Approved by: re Revision Changes Path 1.9.2.4.2.1 +1 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Sat Apr 30 15:58: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 A2D1F16A4D0; Sat, 30 Apr 2005 15:58:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7890043D1F; Sat, 30 Apr 2005 15:58:47 +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 j3UFwlEe069297; Sat, 30 Apr 2005 15:58:47 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UFwlIg069296; Sat, 30 Apr 2005 15:58:47 GMT (envelope-from scottl) Message-Id: <200504301558.j3UFwlIg069296@repoman.freebsd.org> From: Scott Long Date: Sat, 30 Apr 2005 15:58:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/dev/arcmsr arcmsr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 15:58:47 -0000 scottl 2005-04-30 15:58:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/dev/arcmsr arcmsr.c Log: Merge rev 1.2.2.2: Don't pretend to support CAM_DATA_PHYS. Approved by: re Revision Changes Path 1.2.2.1.2.1 +1 -5 src/sys/dev/arcmsr/arcmsr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:09: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 D40BE16A4CE; Sat, 30 Apr 2005 16:09:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD7F43D46; Sat, 30 Apr 2005 16:09:23 +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 j3UG9NBx069683; Sat, 30 Apr 2005 16:09:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UG9Nhd069682; Sat, 30 Apr 2005 16:09:23 GMT (envelope-from imp) Message-Id: <200504301609.j3UG9Nhd069682@repoman.freebsd.org> From: Warner Losh Date: Sat, 30 Apr 2005 16:09: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 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, 30 Apr 2005 16:09:24 -0000 imp 2005-04-30 16:09:23 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Add some subversive code to cleandir: remove the sbin/ipf tree entirely to fix the tinderbox machine. This change will be reverted once the tinderboxen are tindering again. Revision Changes Path 1.493 +1 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:14: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 E793916A4CE; Sat, 30 Apr 2005 16:14:40 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC1F43D1F; Sat, 30 Apr 2005 16:14:40 +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 <0IFR005HJOUG8350@bgo1smout1.broadpark.no>; Sat, 30 Apr 2005 18:08:40 +0200 (CEST) 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 <0IFR00DGQP5LZ590@bgo1sminn1.broadpark.no>; Sat, 30 Apr 2005 18:15:21 +0200 (CEST) Received: by dsa.des.no (Pony Express, from userid 666) id AA1D1453D1; Sat, 30 Apr 2005 18:14:24 +0200 (CEST) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 07CF345171; Sat, 30 Apr 2005 18:14:21 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id F1FA133C09; Sat, 30 Apr 2005 18:14:20 +0200 (CEST) Date: Sat, 30 Apr 2005 18:14:20 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <200504301609.j3UG9Nhd069682@repoman.freebsd.org> To: Warner Losh Message-id: <863bt8nswz.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: <200504301609.j3UG9Nhd069682@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,AWL 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 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, 30 Apr 2005 16:14:41 -0000 Warner Losh writes: > Log: > Add some subversive code to cleandir: remove the sbin/ipf tree > entirely to fix the tinderbox machine. This change will be reverted > once the tinderboxen are tindering again. Umm, you could have just asked me to fix it manually. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:17: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 5592E16A4CE; Sat, 30 Apr 2005 16:17:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3979943D41; Sat, 30 Apr 2005 16:17:24 +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 j3UGHOZ7070265; Sat, 30 Apr 2005 16:17:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UGHOlC070264; Sat, 30 Apr 2005 16:17:24 GMT (envelope-from marius) Message-Id: <200504301617.j3UGHOlC070264@repoman.freebsd.org> From: Marius Strobl Date: Sat, 30 Apr 2005 16:17:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/sparc64/include cpufunc.hsrc/sys/sparc64/sparc64 tick.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 16:17:24 -0000 marius 2005-04-30 16:17:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/sparc64/include cpufunc.h sys/sparc64/sparc64 tick.c Log: Merge from RELENG_5: cpufunc.h 1.18.2.1; tick.c 1.14.4.2 - Add a workaround for a bug in BlackBird CPUs (said to be part of the SpitFire erratum #54) which can cause writes to the TICK_CMPR register to fail. This seems to fix the dying clocks problem reported by jhb@ and kris@. - In tick_init() just use tick_stop() for stopping the tick interrupts until a proper handler is set up later. This also stops the system tick interrupt on USIII systems earlier. - Some minor changes, e.g. use FBSDID, remove unused headers, etc. Requested by: kris Approved by: re (kensmith) Revision Changes Path 1.18.6.1 +19 -1 src/sys/sparc64/include/cpufunc.h 1.14.4.1.2.1 +23 -23 src/sys/sparc64/sparc64/tick.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:19: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 3F05C16A4CE; Sat, 30 Apr 2005 16:19:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2852843D46; Sat, 30 Apr 2005 16:19:05 +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 j3UGJ5dx070328; Sat, 30 Apr 2005 16:19:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UGJ5bd070327; Sat, 30 Apr 2005 16:19:05 GMT (envelope-from marius) Message-Id: <200504301619.j3UGJ5bd070327@repoman.freebsd.org> From: Marius Strobl Date: Sat, 30 Apr 2005 16:19:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/sparc64/sparc64 intr_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: Sat, 30 Apr 2005 16:19:05 -0000 marius 2005-04-30 16:19:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/sparc64/sparc64 intr_machdep.c Log: Merge from RELENG_5: 1.19.2.2 Some changes to intr_execute_handlers(): - Fix NULL pointer dereferences caused when an ithread or a handler is NULL which happens when a stray interrupt triggers after the respective device interrupt was torn down. - Remove the critical section around INTR_FAST handlers which actually was a nested critical section. Both tl0_intr() and tl1_intr() already enter a critical section for calling intr_execute_handlers(). Approved by: re (kensmith) Revision Changes Path 1.19.2.1.2.1 +6 -6 src/sys/sparc64/sparc64/intr_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:21: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 5524E16A4CE; Sat, 30 Apr 2005 16:21:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA7E43D31; Sat, 30 Apr 2005 16:21:05 +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 j3UGL5uE070507; Sat, 30 Apr 2005 16:21:05 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UGL5dC070506; Sat, 30 Apr 2005 16:21:05 GMT (envelope-from des) Message-Id: <200504301621.j3UGL5dC070506@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 16:21:05 +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 dumpon savecore X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 16:21:05 -0000 des 2005-04-30 16:21:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/rc.d dumpon savecore Log: MFC: if dumpdev is "AUTO", pick the first usable swap device from fstab. Revision Changes Path 1.3.2.2 +14 -0 src/etc/rc.d/dumpon 1.7.2.2 +12 -4 src/etc/rc.d/savecore From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:22: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 0923616A4CE; Sat, 30 Apr 2005 16:22:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93C343D41; Sat, 30 Apr 2005 16:22:07 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UGM7TH070616; Sat, 30 Apr 2005 16:22:07 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UGM7v0070615; Sat, 30 Apr 2005 16:22:07 GMT (envelope-from sos) Message-Id: <200504301622.j3UGM7v0070615@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 30 Apr 2005 16:22: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/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c ata-raid.c ata-raid.h ata_if.m atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 16:22:08 -0000 sos 2005-04-30 16:22:07 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c ata-raid.c ata-raid.h ata_if.m atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Take newbusification one step further, ie use the device_t more consequently all way through the code down the layers, instead of the mix'n'match that resulted from the conversion done earlier. Sponsored by: pair.com Revision Changes Path 1.248 +16 -12 src/sys/dev/ata/ata-all.c 1.100 +70 -70 src/sys/dev/ata/ata-all.h 1.35 +2 -2 src/sys/dev/ata/ata-card.c 1.22 +2 -2 src/sys/dev/ata/ata-cbus.c 1.114 +302 -267 src/sys/dev/ata/ata-chipset.c 1.187 +6 -7 src/sys/dev/ata/ata-disk.c 1.135 +24 -22 src/sys/dev/ata/ata-dma.c 1.29 +2 -2 src/sys/dev/ata/ata-isa.c 1.64 +31 -25 src/sys/dev/ata/ata-lowlevel.c 1.101 +24 -19 src/sys/dev/ata/ata-pci.c 1.45 +8 -8 src/sys/dev/ata/ata-pci.h 1.47 +10 -7 src/sys/dev/ata/ata-queue.c 1.92 +1 -1 src/sys/dev/ata/ata-raid.c 1.32 +26 -26 src/sys/dev/ata/ata-raid.h 1.5 +1 -1 src/sys/dev/ata/ata_if.m 1.41 +28 -28 src/sys/dev/ata/atapi-cam.c 1.177 +27 -46 src/sys/dev/ata/atapi-cd.c 1.101 +5 -7 src/sys/dev/ata/atapi-fd.c 1.98 +14 -29 src/sys/dev/ata/atapi-tape.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 16:27: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 81B5E16A4CE; Sat, 30 Apr 2005 16:27:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B4F43D3F; Sat, 30 Apr 2005 16:27:20 +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 j3UGRKKo070854; Sat, 30 Apr 2005 16:27:20 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UGRK4t070853; Sat, 30 Apr 2005 16:27:20 GMT (envelope-from des) Message-Id: <200504301627.j3UGRK4t070853@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 16:27: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/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: Sat, 30 Apr 2005 16:27:20 -0000 des 2005-04-30 16:27:20 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Fix an old pasto. Revision Changes Path 1.56 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 17:01: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 26B7216A4CE; Sat, 30 Apr 2005 17:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF8143D41; Sat, 30 Apr 2005 17:01:18 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UH1IYB078898; Sat, 30 Apr 2005 17:01:18 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UH1I8O078897; Sat, 30 Apr 2005 17:01:18 GMT (envelope-from ume) Message-Id: <200504301701.j3UH1I8O078897@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 30 Apr 2005 17:01: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/lib/libc/net gethostbyht.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 17:01:19 -0000 ume 2005-04-30 17:01:18 UTC FreeBSD src repository Modified files: lib/libc/net gethostbyht.c Log: _ht_gethostbyname didn't handle RES_USE_INET6 correctly. Revision Changes Path 1.21 +18 -6 src/lib/libc/net/gethostbyht.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 17:57: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 B1A7816A4CE; Sat, 30 Apr 2005 17:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863AC43D45; Sat, 30 Apr 2005 17:57: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 j3UHvBP5080925; Sat, 30 Apr 2005 17:57:11 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UHvBEY080924; Sat, 30 Apr 2005 17:57:11 GMT (envelope-from des) Message-Id: <200504301757.j3UHvBEY080924@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 17: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/tools/tools/tinderbox/etc default.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 17:57:11 -0000 des 2005-04-30 17:57:11 UTC FreeBSD src repository Modified files: tools/tools/tinderbox/etc default.rc Log: Add 'cleanobj' to the default target list. Revision Changes Path 1.7 +1 -1 src/tools/tools/tinderbox/etc/default.rc From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18:22: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 9615016A4CE; Sat, 30 Apr 2005 18:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EBB43D45; Sat, 30 Apr 2005 18:22:12 +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 j3UIMCZA081904; Sat, 30 Apr 2005 18:22:12 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIMCn3081903; Sat, 30 Apr 2005 18:22:12 GMT (envelope-from des) Message-Id: <200504301822.j3UIMCn3081903@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 18:22: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/tools/tools/tinderbox tinderbox.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 18:22:12 -0000 des 2005-04-30 18:22:12 UTC FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.pl Log: Split the 'clean' command into 'cleansrc', 'cleanobj' and 'cleanroot'. Specifying 'clean' is equivalent to specifying all three. Revision Changes Path 1.42 +11 -2 src/tools/tools/tinderbox/tinderbox.pl From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18:25: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 607C016A4CE; Sat, 30 Apr 2005 18:25:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326A343D41; Sat, 30 Apr 2005 18:25:02 +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 j3UIP29Y081994; Sat, 30 Apr 2005 18:25:02 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIP27B081993; Sat, 30 Apr 2005 18:25:02 GMT (envelope-from des) Message-Id: <200504301825.j3UIP27B081993@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 18:25: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/tools/tools/tinderbox/etc default.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 18:25:02 -0000 des 2005-04-30 18:25:02 UTC FreeBSD src repository Modified files: tools/tools/tinderbox/etc default.rc Log: Remove a line which merely echoed the builtin default. Revision Changes Path 1.8 +0 -1 src/tools/tools/tinderbox/etc/default.rc From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18: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 D33ED16A4CE; Sat, 30 Apr 2005 18:26:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D6B43D46; Sat, 30 Apr 2005 18:26:05 +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 j3UIQ5A7082106; Sat, 30 Apr 2005 18:26:05 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIQ5aq082105; Sat, 30 Apr 2005 18:26:05 GMT (envelope-from des) Message-Id: <200504301826.j3UIQ5aq082105@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 18: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/tools/tools/tinderbox/etc default.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 18:26:06 -0000 des 2005-04-30 18:26:05 UTC FreeBSD src repository Modified files: tools/tools/tinderbox/etc default.rc Log: Reduce diffs against actual production configuration. Revision Changes Path 1.9 +1 -1 src/tools/tools/tinderbox/etc/default.rc From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18:29: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 5A3AD16A4CE; Sat, 30 Apr 2005 18:29:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B50943D49; Sat, 30 Apr 2005 18:29: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 j3UIT8lQ082246; Sat, 30 Apr 2005 18:29:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIT8VQ082245; Sat, 30 Apr 2005 18:29:08 GMT (envelope-from phk) Message-Id: <200504301829.j3UIT8VQ082245@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 30 Apr 2005 18:29: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/sbin/fdisk fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 18:29:08 -0000 phk 2005-04-30 18:29:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/fdisk fdisk.c Log: MFC: Add Solaris new slice identifier. Don't prepend /dev if already absolute path. Open in correct mode if we resort to trying the slices. Approved by: re Revision Changes Path 1.74.2.1 +3 -2 src/sbin/fdisk/fdisk.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18:37: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 199D816A4CE; Sat, 30 Apr 2005 18:37:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E17AD43D1F; Sat, 30 Apr 2005 18:37:35 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UIbZJc082563; Sat, 30 Apr 2005 18:37:35 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIbZvJ082562; Sat, 30 Apr 2005 18:37:35 GMT (envelope-from ume) Message-Id: <200504301837.j3UIbZvJ082562@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 30 Apr 2005 18:37: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/libc/net gethostbynis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 18:37:36 -0000 ume 2005-04-30 18:37:35 UTC FreeBSD src repository Modified files: lib/libc/net gethostbynis.c Log: _gethostbynisname() didn't support RES_USE_INET6. Revision Changes Path 1.22 +9 -0 src/lib/libc/net/gethostbynis.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18:40: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 C18B916A4CE; Sat, 30 Apr 2005 18:40:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9254143D45; Sat, 30 Apr 2005 18:40:47 +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 j3UIelRo082728; Sat, 30 Apr 2005 18:40:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIelOt082727; Sat, 30 Apr 2005 18:40:47 GMT (envelope-from des) Message-Id: <200504301840.j3UIelOt082727@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 30 Apr 2005 18:40: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/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: Sat, 30 Apr 2005 18:40:47 -0000 des 2005-04-30 18:40:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/pseudofs pseudofs_vnops.c Log: MFC: (1.52) fix two long-standing bugs in pfs_readdir() (1.56) fix an old cosmetic pasto Revision Changes Path 1.45.2.2 +15 -13 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 18:46: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 EF17E16A4CE; Sat, 30 Apr 2005 18:46:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21D443D48; Sat, 30 Apr 2005 18:46:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UIkRBh082976; Sat, 30 Apr 2005 18:46:27 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UIkRr4082975; Sat, 30 Apr 2005 18:46:27 GMT (envelope-from ume) Message-Id: <200504301846.j3UIkRr4082975@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 30 Apr 2005 18:46: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/lib/libc/net gethostbyht.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 18:46:28 -0000 ume 2005-04-30 18:46:27 UTC FreeBSD src repository Modified files: lib/libc/net gethostbyht.c Log: _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly. Revision Changes Path 1.22 +1 -1 src/lib/libc/net/gethostbyht.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 19:28: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 D5C9116A4CE; Sat, 30 Apr 2005 19:28:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A5943D2D; Sat, 30 Apr 2005 19:28:31 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UJSViC084538; Sat, 30 Apr 2005 19:28:31 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UJSVnL084537; Sat, 30 Apr 2005 19:28:31 GMT (envelope-from ume) Message-Id: <200504301928.j3UJSVnL084537@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 30 Apr 2005 19:28: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/libc/net gethostbynis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 19:28:32 -0000 ume 2005-04-30 19:28:31 UTC FreeBSD src repository Modified files: lib/libc/net gethostbynis.c Log: handling RES_USE_INET6 better. Revision Changes Path 1.23 +5 -4 src/lib/libc/net/gethostbynis.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 19:39: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 6E9C516A4CE; Sat, 30 Apr 2005 19:39:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5182A43D5A; Sat, 30 Apr 2005 19:39:28 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UJdSc6085057; Sat, 30 Apr 2005 19:39:28 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UJdSD4085056; Sat, 30 Apr 2005 19:39:28 GMT (envelope-from dwhite) Message-Id: <200504301939.j3UJdSD4085056@repoman.freebsd.org> From: Doug White Date: Sat, 30 Apr 2005 19:39:28 +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 mp_machdep.c src/sys/i386/i386 mp_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: Sat, 30 Apr 2005 19:39:28 -0000 dwhite 2005-04-30 19:39:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c Log: Enable interrupts in smp_tlb_shootdown() and smp_targeted_tlb_shootdown() to workaround Opteron Errata 106. The while loop runs entirely out of the instruction cache, which blocks updates to the cache from other CPUs. Interrupts break the lock, allowing the write to post. Many thanks to Paul Vixie and Peter Losher at ISC for providing resources to troubleshoot the issue; Stephen Uphoff and Alan Cox for their expertise; and the rest of the RE team for pushing the resolution along so we can ship 5.4 with this fix. Revision Changes Path 1.242.2.9 +16 -0 src/sys/amd64/amd64/mp_machdep.c 1.235.2.8 +16 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 19:42: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 4B3A016A4CE; Sat, 30 Apr 2005 19:42:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1967643D2D; Sat, 30 Apr 2005 19:42:57 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UJgurS085267; Sat, 30 Apr 2005 19:42:56 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UJgu9V085266; Sat, 30 Apr 2005 19:42:56 GMT (envelope-from dwhite) Message-Id: <200504301942.j3UJgu9V085266@repoman.freebsd.org> From: Doug White Date: Sat, 30 Apr 2005 19:42:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_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: Sat, 30 Apr 2005 19:42:57 -0000 dwhite 2005-04-30 19:42:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c Log: Merge from RELENG_5: src/sys/amd64/amd64/mp_machdep.c 1.242.2.9 src/sys/i386/i386/mp_machdep.c 1.235.2.8 Workaround Opteron Errata 106 by enabling interrupts in SMP TLB shootdowns. Approved by: re Revision Changes Path 1.242.2.7.2.2 +16 -0 src/sys/amd64/amd64/mp_machdep.c 1.235.2.6.2.1 +16 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 20:01: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 A93C216A4CE; Sat, 30 Apr 2005 20:01:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7743B43D39; Sat, 30 Apr 2005 20:01:00 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UK10cN086199; Sat, 30 Apr 2005 20:01:00 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UK10XF086196; Sat, 30 Apr 2005 20:01:00 GMT (envelope-from dwhite) Message-Id: <200504302001.j3UK10XF086196@repoman.freebsd.org> From: Doug White Date: Sat, 30 Apr 2005 20:01: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/amd64/amd64 mp_machdep.c trap.c src/sys/amd64/conf NOTES src/sys/amd64/include smp.h src/sys/conf options.amd64 options.i386 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: Sat, 30 Apr 2005 20:01:00 -0000 dwhite 2005-04-30 20:01:00 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c trap.c sys/amd64/conf NOTES sys/amd64/include smp.h sys/conf options.amd64 options.i386 sys/i386/conf NOTES sys/i386/i386 mp_machdep.c trap.c sys/i386/include smp.h sys/kern subr_kdb.c subr_smp.c sys/sys smp.h Log: Implement an alternate method to stop CPUs when entering DDB. Normally we use a regular IPI vector, but this vector is blocked when interrupts are disabled. With "options KDB_STOP_NMI" and debug.kdb.stop_cpus_with_nmi set, KDB will send an NMI to each CPU instead. The code also has a context-stuffing feature which helps ddb extract the state of processes running on the stopped CPUs. KDB_STOP_NMI is only useful with SMP and complains if SMP is not defined. This feature only applies to i386 and amd64 at the moment, but could be used on other architectures with the appropriate MD bits. Submitted by: ups Revision Changes Path 1.253 +74 -0 src/sys/amd64/amd64/mp_machdep.c 1.284 +8 -0 src/sys/amd64/amd64/trap.c 1.34 +6 -0 src/sys/amd64/conf/NOTES 1.84 +5 -0 src/sys/amd64/include/smp.h 1.20 +3 -0 src/sys/conf/options.amd64 1.220 +3 -0 src/sys/conf/options.i386 1.1198 +5 -0 src/sys/i386/conf/NOTES 1.247 +74 -0 src/sys/i386/i386/mp_machdep.c 1.273 +8 -0 src/sys/i386/i386/trap.c 1.82 +5 -0 src/sys/i386/include/smp.h 1.11 +50 -0 src/sys/kern/subr_kdb.c 1.195 +29 -0 src/sys/kern/subr_smp.c 1.84 +4 -0 src/sys/sys/smp.h From owner-cvs-src@FreeBSD.ORG Sat Apr 30 20:03: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 4B85716A4CE; Sat, 30 Apr 2005 20:03:54 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018F243D41; Sat, 30 Apr 2005 20:03:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CBA265148A; Sat, 30 Apr 2005 13:03:52 -0700 (PDT) Date: Sat, 30 Apr 2005 13:03:52 -0700 From: Kris Kennaway To: Dag-Erling Sm?rgrav Message-ID: <20050430200352.GA21340@xor.obsecurity.org> References: <200504301609.j3UG9Nhd069682@repoman.freebsd.org> <863bt8nswz.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <863bt8nswz.fsf@xps.des.no> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: 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, 30 Apr 2005 20:03:54 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 30, 2005 at 06:14:20PM +0200, Dag-Erling Sm?rgrav wrote: > Warner Losh writes: > > Log: > > Add some subversive code to cleandir: remove the sbin/ipf tree > > entirely to fix the tinderbox machine. This change will be reverted > > once the tinderboxen are tindering again. >=20 > Umm, you could have just asked me to fix it manually. I thought Ruslan did ask a few days ago. Kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCc+SoWry0BWjoQKURAhhSAKDpr5TK4lFRkDnb2hIMBYBqGOFFBgCg08vD pTJcUcGNRZwz6IrZdcTU5MQ= =UHnE -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-cvs-src@FreeBSD.ORG Sat Apr 30 20: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 7FACB16A4CE; Sat, 30 Apr 2005 20:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F29D43D46; Sat, 30 Apr 2005 20:07:01 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UK719v086533; Sat, 30 Apr 2005 20:07:01 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UK7135086532; Sat, 30 Apr 2005 20:07:01 GMT (envelope-from ume) Message-Id: <200504302007.j3UK7135086532@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 30 Apr 2005 20:07: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/lib/libc/net gethostbyht.c gethostbynis.c gethostnamadr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Apr 2005 20:07:01 -0000 ume 2005-04-30 20:07:01 UTC FreeBSD src repository Modified files: lib/libc/net gethostbyht.c gethostbynis.c gethostnamadr.c Log: oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped IPv6 address when RES_USE_INET6 was set, according to RFC 2133 section 6.2. Revision Changes Path 1.23 +8 -1 src/lib/libc/net/gethostbyht.c 1.24 +4 -5 src/lib/libc/net/gethostbynis.c 1.28 +5 -0 src/lib/libc/net/gethostnamadr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 30 21:05: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 455BF16A4CE; Sat, 30 Apr 2005 21:05:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190B143D39; Sat, 30 Apr 2005 21:05:58 +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 j3UL5vMH095736; Sat, 30 Apr 2005 21:05:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UL5vgG095735; Sat, 30 Apr 2005 21:05:57 GMT (envelope-from sam) Message-Id: <200504302105.j3UL5vgG095735@repoman.freebsd.org> From: Sam Leffler Date: Sat, 30 Apr 2005 21:05:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 21:05:58 -0000 sam 2005-04-30 21:05:57 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that avatar is no longer being mentor'd. Revision Changes Path 1.703 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Apr 30 22:59: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 69AA316A4CE for ; Sat, 30 Apr 2005 22:59:28 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id C55DC43D3F for ; Sat, 30 Apr 2005 22:59:27 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.205.64 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 30 Apr 2005 22:59:26 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 15DA960F7; Sat, 30 Apr 2005 17:59:26 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00605-03; Sat, 30 Apr 2005 17:59:23 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 0A9B360ED; Sat, 30 Apr 2005 17:59:23 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.3/8.13.3) with ESMTP id j3UMxLSa000949; Sat, 30 Apr 2005 17:59:22 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <42740DC9.7030209@alumni.rice.edu> Date: Sat, 30 Apr 2005 17:59:21 -0500 From: Jonathan Noack User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050428) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jeff@freebsd.org X-Enigmail-Version: 0.91.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: cvs-src@freebsd.org Subject: panic: sleeping without a mutex (cvs commit: src/sys/fs/devfs devfs_vfsops.c) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 22:59:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > jeff 2005-04-30 11:24:17 UTC > > FreeBSD src repository > > Modified files: > sys/fs/devfs devfs_vfsops.c > Log: > - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. > > Sponsored by: Isilon Systems, Inc. > Agreed in principle by: phk > > Revision Changes Path > 1.44 +1 -0 src/sys/fs/devfs/devfs_vfsops.c devfs->ums->usb->usbd->msleep->KASSERT(mutex held when timo==0)->panic. I have the dump if you're interested... Short version: panic: sleeping without a mutex KDB: stack backtrace: panic(c06b3b4f,0,c06b3b18,c06abfaa,200) at panic+0x13a msleep(c23cc200,0,4c,c06abfaa,0) at msleep+0x4af usbd_transfer(c23cc200,c23ac000,0,1388,e505c8f8) at usbd_transfer+0x158 usbd_do_request_flags_pipe(c23ac000,c23ac180,e505c8f8,0,0) at usbd_do_request_flags_pipe+0x7b usbd_do_request_flags(c23ac000,e505c8f8,0,0,0) at usbd_do_request_flags+0x3c usbd_do_request(c23ac000,e505c8f8,0,102,81) at usbd_do_request+0x37 usbd_clear_endpoint_stall(c25f0680,c06df2c0,1,0,1) at usbd_clear_endpoint_stall+0x56 usbd_setup_pipe(c23ac000,c2392d00,c23c4ba0,ffffffff,e505c950) at usbd_setup_pipe+0xa2 usbd_open_pipe_ival(1,e505c988,ffffffff,0,c06b1682) at usbd_open_pipe_ival+0xa1 usbd_open_pipe_intr(c2392d00,81,4,c23ce008,c23ce000) at usbd_open_pipe_intr+0x36 ums_open(c23cc300,7,2000,c2360a80,c23cc300) at ums_open+0xf5 devfs_open(e505ca50,e505cd04,7) at devfs_open+0x24e VOP_OPEN_APV(c06df8a0,e505ca50,0,0,0) at VOP_OPEN_APV+0x69 vn_open_cred(e505cbc0,e505ccc0,96c,c2275d00,3) at vn_open_cred+0x352 vn_open(e505cbc0,e505ccc0,96c,3,3a4) at vn_open+0x33 kern_open(c2360a80,bfbfef38,0,7,804eb7c) at kern_open+0xd2 open(c2360a80,e505cd04,c,3ff,3) at open+0x36 syscall(3b,3b,3b,804e65d,bfbfe9fc) at syscall+0x13b Xint0x80_syscall() at Xint0x80_syscall+0x1f - --- syscall (5, FreeBSD ELF32, open), eip = 0x280ca00f, esp = 0xbfbfe89c, ebp = 0xbfbfee58 --- Long version (What's up with the line numbers? The KASSERT triggered in frame #22 was on line 138-139, not 141.): #21 0xc04f4053 in panic (fmt=0xc06b3b4f "sleeping without a mutex") at /usr/src/sys/kern/kern_shutdown.c:537 #22 0xc04fb8e1 in msleep (ident=0xc23cc200, mtx=0x0, priority=76, wmesg=0xc06abfaa "usbsyn", timo=0) at /usr/src/sys/kern/kern_synch.c:141 #23 0xc049c999 in usbd_transfer (xfer=0xc23cc200) at /usr/src/sys/dev/usb/usbdi.c:344 #24 0xc049d255 in usbd_do_request_flags_pipe (dev=0xc23ac000, pipe=0x0, req=0xe505c8f8, data=0x0, flags=0, actlen=0x0, timeout=0) at /usr/src/sys/dev/usb/usbdi.c:978 #25 0xc049d3a8 in usbd_do_request_flags (dev=0x0, req=0x0, data=0x0, flags=0, actlen=0x0, timo=0) at /usr/src/sys/dev/usb/usbdi.c:949 #26 0xc049d3e1 in usbd_do_request (dev=0x0, req=0x0, data=0x0) at /usr/src/sys/dev/usb/usbdi.c:941 #27 0xc049d515 in usbd_clear_endpoint_stall (pipe=0xc25f0680) at /usr/src/sys/dev/usb/usbdi.c:587 #28 0xc049b83d in usbd_setup_pipe (dev=0x0, iface=0x0, ep=0xc23c4ba0, ival=0, pipe=0x0) at /usr/src/sys/dev/usb/usb_subr.c:783 #29 0xc049c789 in usbd_open_pipe_ival (iface=0xc2392d00, address=129 '\201', flags=1 '\001', pipe=0x0, ival=0) at /usr/src/sys/dev/usb/usbdi.c:210 #30 0xc049cb7f in usbd_open_pipe_intr (iface=0xc2392d00, address=129 '\201', flags=4 '\004', pipe=0x0, priv=0x0, buffer=0x0, len=0, cb=0, ival=0) at /usr/src/sys/dev/usb/usbdi.c:231 #31 0xc0498d02 in ums_open (dev=0x0, flag=7, fmt=8192, p=0xc2360a80) at /usr/src/sys/dev/usb/ums.c:600 #32 0xc04a1c97 in devfs_open (ap=0xe505ca50) at /usr/src/sys/fs/devfs/devfs_vnops.c:821 #33 0xc06903c8 in VOP_OPEN_APV (vop=0x0, a=0xe505ca50) at vnode_if.c:373 #34 0xc0562d80 in vn_open_cred (ndp=0xe505cbc0, flagp=0xe505ccc0, cmode=2412, cred=0xc2275d00, fdidx=3) at vnode_if.h:198 #35 0xc0562fb1 in vn_open (ndp=0x0, flagp=0x0, cmode=0, fdidx=0) at /usr/src/sys/kern/vfs_vnops.c:91 #36 0xc0559e3c in kern_open (td=0xc2360a80, path=0x0, pathseg=UIO_USERSPACE, flags=7, mode=134540156) at /usr/src/sys/kern/vfs_syscalls.c:972 #37 0xc055a65f in open (td=0x0, uap=0xe505cd04) at /usr/src/sys/kern/vfs_syscalls.c:938 #38 0xc0678f99 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 134538845, tf_esi = - -1077941764, tf_ebp = -1077940648, tf_isp = -452604572, tf_ebx = 0, tf_edx = 0, tf_ecx = 2, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = 671916047, tf_cs = 51, tf_eflags = 582, tf_esp = -1077942116, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:951 #39 0xc06672bf in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 - -- Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCdA3JUFz01pkdgZURArTDAJ9gy5MO8SESNJj8Xp7zBHje0YLh9wCfbyHv cwjq0KIIpXapO47xIDhbsnA= =3foK -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Sat Apr 30 23:08: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 3986516A4CE; Sat, 30 Apr 2005 23:08:14 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BAC43D2D; Sat, 30 Apr 2005 23:08:13 +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 j3UN891h080333; Sat, 30 Apr 2005 19:08:09 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)j3UN89Rj080330; Sat, 30 Apr 2005 19:08:09 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sat, 30 Apr 2005 19:08:09 -0400 (EDT) From: Jeff Roberson To: Jonathan Noack In-Reply-To: <42740DC9.7030209@alumni.rice.edu> Message-ID: <20050430190731.M71837@mail.chesapeake.net> References: <42740DC9.7030209@alumni.rice.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: phk@freebsd.org Subject: Re: panic: sleeping without a mutex (cvs commit: src/sys/fs/devfs devfs_vfsops.c) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 23:08:14 -0000 On Sat, 30 Apr 2005, Jonathan Noack wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > jeff 2005-04-30 11:24:17 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/fs/devfs devfs_vfsops.c > > Log: > > - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. > > > > Sponsored by: Isilon Systems, Inc. > > Agreed in principle by: phk > > > > Revision Changes Path > > 1.44 +1 -0 src/sys/fs/devfs/devfs_vfsops.c > > devfs->ums->usb->usbd->msleep->KASSERT(mutex held when timo==0)->panic. > I have the dump if you're interested... > > Short version: > > panic: sleeping without a mutex > KDB: stack backtrace: > panic(c06b3b4f,0,c06b3b18,c06abfaa,200) at panic+0x13a > msleep(c23cc200,0,4c,c06abfaa,0) at msleep+0x4af > usbd_transfer(c23cc200,c23ac000,0,1388,e505c8f8) at usbd_transfer+0x158 > usbd_do_request_flags_pipe(c23ac000,c23ac180,e505c8f8,0,0) at > usbd_do_request_flags_pipe+0x7b > usbd_do_request_flags(c23ac000,e505c8f8,0,0,0) at usbd_do_request_flags+0x3c > usbd_do_request(c23ac000,e505c8f8,0,102,81) at usbd_do_request+0x37 > usbd_clear_endpoint_stall(c25f0680,c06df2c0,1,0,1) at > usbd_clear_endpoint_stall+0x56 > usbd_setup_pipe(c23ac000,c2392d00,c23c4ba0,ffffffff,e505c950) at > usbd_setup_pipe+0xa2 > usbd_open_pipe_ival(1,e505c988,ffffffff,0,c06b1682) at > usbd_open_pipe_ival+0xa1 > usbd_open_pipe_intr(c2392d00,81,4,c23ce008,c23ce000) at > usbd_open_pipe_intr+0x36 > ums_open(c23cc300,7,2000,c2360a80,c23cc300) at ums_open+0xf5 > devfs_open(e505ca50,e505cd04,7) at devfs_open+0x24e Looks like devfs needs to acquire Giant here. I'll sort it out soon. > VOP_OPEN_APV(c06df8a0,e505ca50,0,0,0) at VOP_OPEN_APV+0x69 > vn_open_cred(e505cbc0,e505ccc0,96c,c2275d00,3) at vn_open_cred+0x352 > vn_open(e505cbc0,e505ccc0,96c,3,3a4) at vn_open+0x33 > kern_open(c2360a80,bfbfef38,0,7,804eb7c) at kern_open+0xd2 > open(c2360a80,e505cd04,c,3ff,3) at open+0x36 > syscall(3b,3b,3b,804e65d,bfbfe9fc) at syscall+0x13b > Xint0x80_syscall() at Xint0x80_syscall+0x1f > - --- syscall (5, FreeBSD ELF32, open), eip = 0x280ca00f, esp = > 0xbfbfe89c, ebp = 0xbfbfee58 --- > > Long version (What's up with the line numbers? The KASSERT triggered in > frame #22 was on line 138-139, not 141.): > > #21 0xc04f4053 in panic (fmt=0xc06b3b4f "sleeping without a mutex") at > /usr/src/sys/kern/kern_shutdown.c:537 > #22 0xc04fb8e1 in msleep (ident=0xc23cc200, mtx=0x0, priority=76, > wmesg=0xc06abfaa "usbsyn", timo=0) > at /usr/src/sys/kern/kern_synch.c:141 > #23 0xc049c999 in usbd_transfer (xfer=0xc23cc200) at > /usr/src/sys/dev/usb/usbdi.c:344 > #24 0xc049d255 in usbd_do_request_flags_pipe (dev=0xc23ac000, pipe=0x0, > req=0xe505c8f8, data=0x0, flags=0, actlen=0x0, timeout=0) > at /usr/src/sys/dev/usb/usbdi.c:978 > #25 0xc049d3a8 in usbd_do_request_flags (dev=0x0, req=0x0, data=0x0, > flags=0, actlen=0x0, timo=0) > at /usr/src/sys/dev/usb/usbdi.c:949 > #26 0xc049d3e1 in usbd_do_request (dev=0x0, req=0x0, data=0x0) at > /usr/src/sys/dev/usb/usbdi.c:941 > #27 0xc049d515 in usbd_clear_endpoint_stall (pipe=0xc25f0680) at > /usr/src/sys/dev/usb/usbdi.c:587 > #28 0xc049b83d in usbd_setup_pipe (dev=0x0, iface=0x0, ep=0xc23c4ba0, > ival=0, pipe=0x0) at /usr/src/sys/dev/usb/usb_subr.c:783 > #29 0xc049c789 in usbd_open_pipe_ival (iface=0xc2392d00, address=129 > '\201', flags=1 '\001', pipe=0x0, ival=0) > at /usr/src/sys/dev/usb/usbdi.c:210 > #30 0xc049cb7f in usbd_open_pipe_intr (iface=0xc2392d00, address=129 > '\201', flags=4 '\004', pipe=0x0, priv=0x0, buffer=0x0, > len=0, cb=0, ival=0) at /usr/src/sys/dev/usb/usbdi.c:231 > #31 0xc0498d02 in ums_open (dev=0x0, flag=7, fmt=8192, p=0xc2360a80) at > /usr/src/sys/dev/usb/ums.c:600 > #32 0xc04a1c97 in devfs_open (ap=0xe505ca50) at > /usr/src/sys/fs/devfs/devfs_vnops.c:821 > #33 0xc06903c8 in VOP_OPEN_APV (vop=0x0, a=0xe505ca50) at vnode_if.c:373 > #34 0xc0562d80 in vn_open_cred (ndp=0xe505cbc0, flagp=0xe505ccc0, > cmode=2412, cred=0xc2275d00, fdidx=3) at vnode_if.h:198 > #35 0xc0562fb1 in vn_open (ndp=0x0, flagp=0x0, cmode=0, fdidx=0) at > /usr/src/sys/kern/vfs_vnops.c:91 > #36 0xc0559e3c in kern_open (td=0xc2360a80, path=0x0, > pathseg=UIO_USERSPACE, flags=7, mode=134540156) > at /usr/src/sys/kern/vfs_syscalls.c:972 > #37 0xc055a65f in open (td=0x0, uap=0xe505cd04) at > /usr/src/sys/kern/vfs_syscalls.c:938 > #38 0xc0678f99 in syscall (frame= > {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 134538845, tf_esi = > - -1077941764, tf_ebp = -1077940648, tf_isp = -452604572, tf_ebx = 0, > tf_edx = 0, tf_ecx = 2, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = > 671916047, tf_cs = 51, tf_eflags = 582, tf_esp = -1077942116, tf_ss = > 59}) at /usr/src/sys/i386/i386/trap.c:951 > #39 0xc06672bf in Xint0x80_syscall () at > /usr/src/sys/i386/i386/exception.s:200 > > - -- > Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (FreeBSD) > > iD8DBQFCdA3JUFz01pkdgZURArTDAJ9gy5MO8SESNJj8Xp7zBHje0YLh9wCfbyHv > cwjq0KIIpXapO47xIDhbsnA= > =3foK > -----END PGP SIGNATURE----- >