From owner-cvs-src@FreeBSD.ORG Sun Jun 11 00:21:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437FF16A418; Sun, 11 Jun 2006 00:21:09 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94E443D48; Sun, 11 Jun 2006 00:21:08 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B0J1br003990; Sun, 11 Jun 2006 00:19:01 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B0J1T1003989; Sun, 11 Jun 2006 00:19:01 GMT (envelope-from rodrigc) Message-Id: <200606110019.k5B0J1T1003989@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Jun 2006 00:19:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/xfs xfs_trans.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 00:21:09 -0000 rodrigc 2006-06-11 00:19:01 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs xfs_trans.c Log: Remove debugging printf Revision Changes Path 1.4 +0 -1 src/sys/gnu/fs/xfs/xfs_trans.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 00:56:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1865216A41F; Sun, 11 Jun 2006 00:56:46 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D9043D70; Sun, 11 Jun 2006 00:56:43 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B0sZMo013085; Sun, 11 Jun 2006 00:54:35 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B0sZ8d013084; Sun, 11 Jun 2006 00:54:35 GMT (envelope-from rodrigc) Message-Id: <200606110054.k5B0sZ8d013084@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Jun 2006 00:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/xfs/FreeBSD/support spin.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 00:56:46 -0000 rodrigc 2006-06-11 00:54:35 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs/FreeBSD/support spin.h Log: Restore changes to spinlock macros before merge. Revision Changes Path 1.3 +8 -10 src/sys/gnu/fs/xfs/FreeBSD/support/spin.h From owner-cvs-src@FreeBSD.ORG Sun Jun 11 00:57:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4671516A41B; Sun, 11 Jun 2006 00:57:41 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038B143D45; Sun, 11 Jun 2006 00:57:41 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B0tXnW013199; Sun, 11 Jun 2006 00:55:33 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B0tXl1013198; Sun, 11 Jun 2006 00:55:33 GMT (envelope-from rodrigc) Message-Id: <200606110055.k5B0tXl1013198@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Jun 2006 00:55:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 00:57:41 -0000 rodrigc 2006-06-11 00:55:32 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs/FreeBSD xfs_vnops.c Log: Restore routines for getting and listing extended attributes which were lost in the last merge. Revision Changes Path 1.4 +125 -1 src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 03:34:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946F716A41A; Sun, 11 Jun 2006 03:34:59 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5365443D45; Sun, 11 Jun 2006 03:34:59 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B3WoOD022610; Sun, 11 Jun 2006 03:32:50 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B3Wote022609; Sun, 11 Jun 2006 03:32:50 GMT (envelope-from rodrigc) Message-Id: <200606110332.k5B3Wote022609@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Jun 2006 03:32:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 03:34:59 -0000 rodrigc 2006-06-11 03:32:50 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs/FreeBSD xfs_vnops.c Log: Implement vnode operations for setting and removing extended attributes. Revision Changes Path 1.5 +96 -2 src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 04:16:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2882716A41A; Sun, 11 Jun 2006 04:16:45 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE22B43D45; Sun, 11 Jun 2006 04:16:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B4Eadx025454; Sun, 11 Jun 2006 04:14:36 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B4Ea5i025453; Sun, 11 Jun 2006 04:14:36 GMT (envelope-from alc) Message-Id: <200606110414.k5B4Ea5i025453@repoman.freebsd.org> From: Alan Cox Date: Sun, 11 Jun 2006 04:14:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 04:16:45 -0000 alc 2006-06-11 04:14:36 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Eliminate spl calls. Revision Changes Path 1.62 +0 -11 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 04:55:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA54B16A41B; Sun, 11 Jun 2006 04:55:15 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B21B43D45; Sun, 11 Jun 2006 04:55:15 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B4r6xR034585; Sun, 11 Jun 2006 04:53:06 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B4r6vH034584; Sun, 11 Jun 2006 04:53:06 GMT (envelope-from alc) Message-Id: <200606110453.k5B4r6vH034584@repoman.freebsd.org> From: Alan Cox Date: Sun, 11 Jun 2006 04:53:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 04:55:16 -0000 alc 2006-06-11 04:53:06 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Remove pmap_pagedaemon_waken and update pmap_get_pv_entry() to match the current interface with the machine-independent layer. Without this change, the page daemon would only have been awakened the first time that the number of pv entries went above the high water mark, not each time. Revision Changes Path 1.63 +2 -6 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 08:32:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4845716A418; Sun, 11 Jun 2006 08:32:48 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D130843D49; Sun, 11 Jun 2006 08:32:47 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B8UcrA047663; Sun, 11 Jun 2006 08:30:38 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B8Ucfb047662; Sun, 11 Jun 2006 08:30:38 GMT (envelope-from jkoshy) Message-Id: <200606110830.k5B8Ucfb047662@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 11 Jun 2006 08:30:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 build.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 08:32:48 -0000 jkoshy 2006-06-11 08:30:38 UTC FreeBSD src repository Modified files: share/man/man7 build.7 Log: Cross-reference src.conf(5). Revision Changes Path 1.43 +1 -0 src/share/man/man7/build.7 From owner-cvs-src@FreeBSD.ORG Sun Jun 11 08:51:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1EC16A41B; Sun, 11 Jun 2006 08:51:39 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C2D43D46; Sun, 11 Jun 2006 08:51:39 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B8nT57056308; Sun, 11 Jun 2006 08:49:29 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B8nT81056307; Sun, 11 Jun 2006 08:49:29 GMT (envelope-from stefanf) Message-Id: <200606110849.k5B8nT81056307@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 11 Jun 2006 08:49:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/id id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 08:51:39 -0000 stefanf 2006-06-11 08:49:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/id id.c Log: MFC id.c rev 1.27: Print the euid after the gid. Revision Changes Path 1.26.2.1 +3 -3 src/usr.bin/id/id.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 09:16:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 277FC16A46F; Sun, 11 Jun 2006 09:16:17 +0000 (UTC) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D72A043D45; Sun, 11 Jun 2006 09:16:16 +0000 (GMT) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B9E7LX058546; Sun, 11 Jun 2006 09:14:07 GMT (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B9E7Gd058545; Sun, 11 Jun 2006 09:14:07 GMT (envelope-from akiyama) Message-Id: <200606110914.k5B9E7Gd058545@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 11 Jun 2006 09:14:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 09:16:17 -0000 akiyama 2006-06-11 09:14:07 UTC FreeBSD src repository Modified files: lib/libutil Makefile Log: Specify default path for SHLIBDIR before bsd.own.mk does. This fix shared library installed correct place. Revision Changes Path 1.62 +3 -1 src/lib/libutil/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jun 11 11:36:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5219D16A473; Sun, 11 Jun 2006 11:36:20 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8DC43D46; Sun, 11 Jun 2006 11:36:20 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BBYARa067254; Sun, 11 Jun 2006 11:34:10 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BBYAEo067253; Sun, 11 Jun 2006 11:34:10 GMT (envelope-from philip) Message-Id: <200606111134.k5BBYAEo067253@repoman.freebsd.org> From: Philip Paeps Date: Sun, 11 Jun 2006 11:34:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_fujitsu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 11:36:20 -0000 philip 2006-06-11 11:34:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpi_support acpi_fujitsu.c Log: Long-overdue MFC: Allow non-P laptops to make use of this module. Other major changes (from the author): o Individual method probing o Finally figured out what the RBLL, RVOL, GHKS, GSIF are: - RBLL - lcd_brightness radix - RVOL - volume radix - GHKS - Currently activated hotkey (internal) - GSIF - Hotkey mask (internal) Submitted by: Anish Mistry Revision Changes Path 1.2.2.2 +233 -81 src/sys/dev/acpi_support/acpi_fujitsu.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 11:45:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7EB16A420; Sun, 11 Jun 2006 11:45:50 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3A043D46; Sun, 11 Jun 2006 11:45:50 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BBherJ067648; Sun, 11 Jun 2006 11:43:40 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BBheh8067647; Sun, 11 Jun 2006 11:43:40 GMT (envelope-from philip) Message-Id: <200606111143.k5BBheh8067647@repoman.freebsd.org> From: Philip Paeps Date: Sun, 11 Jun 2006 11:43:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_asus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 11:45:50 -0000 philip 2006-06-11 11:43:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpi_support acpi_asus.c Log: Long-overdue MFC: r1.28: Add support for Asus W5A laptops r1.27: Add support for Asus A4D laptops r1.26: Add support for Asus A6VM laptops Revision Changes Path 1.24.2.2 +34 -0 src/sys/dev/acpi_support/acpi_asus.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 11:55:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55CCC16A418; Sun, 11 Jun 2006 11:55:50 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11AC643D45; Sun, 11 Jun 2006 11:55:50 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BBrevs068233; Sun, 11 Jun 2006 11:53:40 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BBreLn068232; Sun, 11 Jun 2006 11:53:40 GMT (envelope-from philip) Message-Id: <200606111153.k5BBreLn068232@repoman.freebsd.org> From: Philip Paeps Date: Sun, 11 Jun 2006 11:53:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/i386/acpica acpi_asus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 11:55:50 -0000 philip 2006-06-11 11:53:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/acpica acpi_asus.c Log: Long-overdue MFC: r1.28: Add support for Asus W5A laptops r1.27: Add support for Asus A4D laptops r1.26: Add support for Asus A6VM laptops Revision Changes Path 1.11.2.4 +34 -0 src/sys/i386/acpica/acpi_asus.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 12:02:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7305B16A420; Sun, 11 Jun 2006 12:02:58 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5681943D88; Sun, 11 Jun 2006 12:02:52 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BC0gUE068681; Sun, 11 Jun 2006 12:00:42 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BC0gol068680; Sun, 11 Jun 2006 12:00:42 GMT (envelope-from philip) Message-Id: <200606111200.k5BC0gol068680@repoman.freebsd.org> From: Philip Paeps Date: Sun, 11 Jun 2006 12:00:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4/man4.i386 acpi_asus.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 12:02:58 -0000 philip 2006-06-11 12:00:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4/man4.i386 acpi_asus.4 Log: MFC acpi_asus(4) documentation. Forgotten by: philip Reminded by: brueffer Revision Changes Path 1.9.2.3 +9 -1 src/share/man/man4/man4.i386/acpi_asus.4 From owner-cvs-src@FreeBSD.ORG Sun Jun 11 12:04:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252C816A41A; Sun, 11 Jun 2006 12:04:45 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FD343D4C; Sun, 11 Jun 2006 12:04:44 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BC2YHX068761; Sun, 11 Jun 2006 12:02:34 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BC2YeJ068760; Sun, 11 Jun 2006 12:02:34 GMT (envelope-from philip) Message-Id: <200606111202.k5BC2YeJ068760@repoman.freebsd.org> From: Philip Paeps Date: Sun, 11 Jun 2006 12:02:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man4/man4.i386 acpi_asus.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 12:04:45 -0000 philip 2006-06-11 12:02:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4/man4.i386 acpi_asus.4 Log: MFC acpi_asus(4) documentation. Forgotten by: philip Reminded by: brueffer Revision Changes Path 1.4.2.2 +22 -2 src/share/man/man4/man4.i386/acpi_asus.4 From owner-cvs-src@FreeBSD.ORG Sun Jun 11 12:59:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0EE16A41A; Sun, 11 Jun 2006 12:59:52 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4947A43D4C; Sun, 11 Jun 2006 12:59:52 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BCvgmj080125; Sun, 11 Jun 2006 12:57:42 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BCvgXm080124; Sun, 11 Jun 2006 12:57:42 GMT (envelope-from bz) Message-Id: <200606111257.k5BCvgXm080124@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 11 Jun 2006 12:57:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 12:59:52 -0000 bz 2006-06-11 12:57:42 UTC FreeBSD src repository Modified files: usr.sbin/jail jail.8 Log: Use IP addresses out of "TEST-NET" (for use in documentation and example code) [RFC3330]. Reviewed by: simon Revision Changes Path 1.80 +9 -9 src/usr.sbin/jail/jail.8 From owner-cvs-src@FreeBSD.ORG Sun Jun 11 14:45:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B803A16A41F; Sun, 11 Jun 2006 14:45:29 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CEB43D45; Sun, 11 Jun 2006 14:45:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BEhIqL087794; Sun, 11 Jun 2006 14:43:18 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BEhI3A087793; Sun, 11 Jun 2006 14:43:18 GMT (envelope-from simon) Message-Id: <200606111443.k5BEhI3A087793@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 11 Jun 2006 14:43:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/monetdef pt_PT.ISO8859-1.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 14:45:29 -0000 simon 2006-06-11 14:43:18 UTC FreeBSD src repository Modified files: share/monetdef pt_PT.ISO8859-1.src Log: The monetary decimal point (mon_decimal_point) for pt_PT.ISO8859-1 should be a comma (,) and not a dot (.). PR: misc/98813 Submitted by: Rui Lopes MFC after: 1 week Approved by: cperciva (mentor) Revision Changes Path 1.3 +2 -2 src/share/monetdef/pt_PT.ISO8859-1.src From owner-cvs-src@FreeBSD.ORG Sun Jun 11 15:55:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAAD16A41B; Sun, 11 Jun 2006 15:55:48 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF3343D46; Sun, 11 Jun 2006 15:55:47 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BFrbFM093614; Sun, 11 Jun 2006 15:53:37 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BFrbgL093613; Sun, 11 Jun 2006 15:53:37 GMT (envelope-from maxim) Message-Id: <200606111553.k5BFrbgL093613@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Jun 2006 15:53:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ffsinfo ffsinfo.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:55:48 -0000 maxim 2006-06-11 15:53:37 UTC FreeBSD src repository Modified files: sbin/ffsinfo ffsinfo.8 Log: o Fix typo. Obtained from: DragonFlyBSD Revision Changes Path 1.18 +1 -1 src/sbin/ffsinfo/ffsinfo.8 From owner-cvs-src@FreeBSD.ORG Sun Jun 11 16:19:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 189CB16A418; Sun, 11 Jun 2006 16:19:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABAB43D6A; Sun, 11 Jun 2006 16:19:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BGHMqQ096040; Sun, 11 Jun 2006 16:17:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BGHMdJ096039; Sun, 11 Jun 2006 16:17:22 GMT (envelope-from rwatson) Message-Id: <200606111617.k5BGHMdJ096039@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 16:17:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netatalk ddp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:19:34 -0000 rwatson 2006-06-11 16:17:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netatalk ddp_usrreq.c Log: Merge ddp_usrreq.c:1.47 from HEAD to RELENG_6: In at_setsockaddr(), assert that ddp != NULL, rather than returning an error if it's NULL, as so_pcb != NULL is now an invariant. Revision Changes Path 1.45.2.1 +2 -3 src/sys/netatalk/ddp_usrreq.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 16:21:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F8916A41F; Sun, 11 Jun 2006 16:21:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6424743D5E; Sun, 11 Jun 2006 16:21:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BGIoHW096144; Sun, 11 Jun 2006 16:18:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BGIoS1096143; Sun, 11 Jun 2006 16:18:50 GMT (envelope-from rwatson) Message-Id: <200606111618.k5BGIoS1096143@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 16:18:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:21:02 -0000 rwatson 2006-06-11 16:18:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_input.c tcp_timer.c Log: Merge tcp_input.c:1.292, tcp_timer.c:1.77 from HEAD to RELENG_6: Explicitly assert socket pointer is non-NULL in tcp_input() so as to provide better debugging information. Prefer explicit comparison to NULL for tcpcb pointers rather than treating them as booleans. Revision Changes Path 1.281.2.7 +4 -3 src/sys/netinet/tcp_input.c 1.74.2.3 +8 -8 src/sys/netinet/tcp_timer.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 16:23:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85E416A41A; Sun, 11 Jun 2006 16:23:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FB843D45; Sun, 11 Jun 2006 16:23:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BGKtrD096320; Sun, 11 Jun 2006 16:20:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BGKtjl096319; Sun, 11 Jun 2006 16:20:55 GMT (envelope-from rwatson) Message-Id: <200606111620.k5BGKtjl096319@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 16:20:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet in_pcb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:23:07 -0000 rwatson 2006-06-11 16:20:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet in_pcb.h Log: Merge in_pcb.h:1.84 from HEAD to RELENG_6: Minor style tweak: tab after #define, not space. Revision Changes Path 1.80.2.3 +4 -4 src/sys/netinet/in_pcb.h From owner-cvs-src@FreeBSD.ORG Sun Jun 11 16:25:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 729B716A41B; Sun, 11 Jun 2006 16:25:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23FA43D48; Sun, 11 Jun 2006 16:25:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BGMovF096443; Sun, 11 Jun 2006 16:22:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BGMoOZ096442; Sun, 11 Jun 2006 16:22:50 GMT (envelope-from rwatson) Message-Id: <200606111622.k5BGMoOZ096442@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 16:22:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys sysctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:25:01 -0000 rwatson 2006-06-11 16:22:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys sysctl.h Log: Merge sysctl.h:1.140 from HEAD to RELENG_6: Declare regression subtree in sysctl.h so that components outside of kern_mib.c can easily add regression sysctls. Revision Changes Path 1.138.2.2 +1 -0 src/sys/sys/sysctl.h From owner-cvs-src@FreeBSD.ORG Sun Jun 11 16:25:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D3E16A418; Sun, 11 Jun 2006 16:25:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D489B43D45; Sun, 11 Jun 2006 16:25:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BGNjQ9096486; Sun, 11 Jun 2006 16:23:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BGNjAk096485; Sun, 11 Jun 2006 16:23:45 GMT (envelope-from rwatson) Message-Id: <200606111623.k5BGNjAk096485@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 16:23:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_socket2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:25:56 -0000 rwatson 2006-06-11 16:23:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_socket2.c Log: Merge uipc_socket2.c:1.153 from HEAD to RELENG_6: Add a sysctl, regression.sonewconn_earlytest, which when options REGRESSION is enabled, allows user space to dictate that sonewconn() should skip it's "skip the hard work" check to see if the listen queue is full, and instead proceed with allocation of a socket and trimming of the overflowed queue. This makes it easier to test the queue overflow logic. Revision Changes Path 1.147.2.4 +10 -0 src/sys/kern/uipc_socket2.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 16:33:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C9116A420; Sun, 11 Jun 2006 16:33:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918B343D46; Sun, 11 Jun 2006 16:33:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BGVJPS097015; Sun, 11 Jun 2006 16:31:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BGVJj4097014; Sun, 11 Jun 2006 16:31:19 GMT (envelope-from rwatson) Message-Id: <200606111631.k5BGVJj4097014@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 16:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_arc.h if_arcsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:33:30 -0000 rwatson 2006-06-11 16:31:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_arc.h if_arcsubr.c Log: Merge if_arc.h:1.9, if_arcsubr.c:1.30 from HEAD to RELENG_6: Use ANSI C function protypes and declarations for if_arcsubr. Revision Changes Path 1.8.2.1 +1 -1 src/sys/net/if_arc.h 1.25.2.3 +13 -33 src/sys/net/if_arcsubr.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 17:03:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F36EE16A418; Sun, 11 Jun 2006 17:03:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA5943D45; Sun, 11 Jun 2006 17:03:48 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BH1bw9072838; Sun, 11 Jun 2006 17:01:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BH1bli072824; Sun, 11 Jun 2006 17:01:37 GMT (envelope-from rwatson) Message-Id: <200606111701.k5BH1bli072824@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 17:01:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys protosw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 17:03:49 -0000 rwatson 2006-06-11 17:01:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys protosw.h Log: Merge protosw.h:1.53 from HEAD to RELENG_6: Update comments in struct protosw to reflect changing times: - Between 1996 and 1997, wollman eliminated pr_usrreq() and replaced it with direct function pointers. Update comment to reflect these changes. - In 2003, I added pru_sosetlabel(). Update comment to reflect this change. Revision Changes Path 1.45.2.1 +10 -6 src/sys/sys/protosw.h From owner-cvs-src@FreeBSD.ORG Sun Jun 11 17:04:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797DD16A41B; Sun, 11 Jun 2006 17:04:21 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1371243D53; Sun, 11 Jun 2006 17:04:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BH2Arn073322; Sun, 11 Jun 2006 17:02:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BH2AJk073321; Sun, 11 Jun 2006 17:02:10 GMT (envelope-from rwatson) Message-Id: <200606111702.k5BH2AJk073321@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jun 2006 17:02:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netatalk COPYRIGHT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 17:04:21 -0000 rwatson 2006-06-11 17:02:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netatalk COPYRIGHT Log: Merge COPYRIGHT:1.3 from HEAD to RELENG_6: Update global copyright statement for netatalk, as I claim copyright on changes in a number of files in netatalk. Revision Changes Path 1.2.2.1 +1 -0 src/sys/netatalk/COPYRIGHT From owner-cvs-src@FreeBSD.ORG Sun Jun 11 17:19:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4673716A41B for ; Sun, 11 Jun 2006 17:19:43 +0000 (UTC) (envelope-from saturnero@freesbie.org) Received: from freesbie.org (staff.freesbie.org [83.149.156.188]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EC7143D45 for ; Sun, 11 Jun 2006 17:19:41 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: (qmail 92276 invoked by uid 1002); 11 Jun 2006 19:22:46 +0200 Date: Sun, 11 Jun 2006 19:22:46 +0200 From: Dario Freni To: Shunsuke Akiyama Message-ID: <20060611172245.GA84540@builder.freesbie.org> References: <200606110914.k5B9E7Gd058545@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <200606110914.k5B9E7Gd058545@repoman.freebsd.org> X-Operating-System: FreeBSD 6.1-RC (What else? ;) X-Crypto: GnuPG/1.2.0 http://www.gnupg.org X-GPG-Key: http://www.saturnero.net/saturnero.asc X-GPG-Fingerprint: 0976 43C7 CECC B933 21FE 5B16 6755 EA5A 3D4E A941 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 17:19:43 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Shunsuke Akiyama (akiyama@FreeBSD.org) wrote: > akiyama 2006-06-11 09:14:07 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libutil Makefile=20 > Log: > Specify default path for SHLIBDIR before bsd.own.mk does. > This fix shared library installed correct place. On a clean build/install, this makes libutil install on /usr/lib instead of /lib. But this breaks the actual initrandom rc script, which calls `date' command before /usr is mounted, so the system won't boot correctly. Also df is executed in the same line, and it needs libutil too. I don't know if there are any other places in the rc scripts involved. A rapid solution would be reverting this commit. Bye, Dario --=20 Dario Freni (saturnero@freesbie.org) FreeSBIE project is looking for a new builder machine! Check http://www.freesbie.org/donations.html --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjFFlymi72IiShysRAi1GAJ9AumFtXsKY8fI2gnO2Engh4bJ7xwCfXNyC QtbF+xDWbYVwB5fFtwprTxs= =CkA5 -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-cvs-src@FreeBSD.ORG Sun Jun 11 17:26:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0735D16A418 for ; Sun, 11 Jun 2006 17:26:24 +0000 (UTC) (envelope-from saturnero@freesbie.org) Received: from freesbie.org (staff.freesbie.org [83.149.156.188]) by mx1.FreeBSD.org (Postfix) with SMTP id AEFB343D46 for ; Sun, 11 Jun 2006 17:26:22 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: (qmail 92417 invoked by uid 1002); 11 Jun 2006 19:29:30 +0200 Date: Sun, 11 Jun 2006 19:29:30 +0200 From: Dario Freni To: Shunsuke Akiyama Message-ID: <20060611172930.GB84540@builder.freesbie.org> References: <200606110914.k5B9E7Gd058545@repoman.freebsd.org> <20060611172245.GA84540@builder.freesbie.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <20060611172245.GA84540@builder.freesbie.org> X-Operating-System: FreeBSD 6.1-RC (What else? ;) X-Crypto: GnuPG/1.2.0 http://www.gnupg.org X-GPG-Key: http://www.saturnero.net/saturnero.asc X-GPG-Fingerprint: 0976 43C7 CECC B933 21FE 5B16 6755 EA5A 3D4E A941 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 17:26:24 -0000 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dario Freni (saturnero@freesbie.org) wrote: > Shunsuke Akiyama (akiyama@FreeBSD.org) wrote: > > akiyama 2006-06-11 09:14:07 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > lib/libutil Makefile=20 > > Log: > > Specify default path for SHLIBDIR before bsd.own.mk does. > > This fix shared library installed correct place. >=20 > On a clean build/install, this makes libutil install on /usr/lib > instead of /lib. But this breaks the actual initrandom rc script, > which calls `date' command before /usr is mounted, so the system won't > boot correctly. Also df is executed in the same line, and it needs > libutil too. I don't know if there are any other places in the rc > scripts involved. A rapid solution would be reverting this commit. Please ignore me, I just realised I was using 1.61 and not 1.62, which actually fixed the problem I mentioned before. Sorry about that. Bye, Dario --=20 Dario Freni (saturnero@freesbie.org) FreeSBIE project is looking for a new builder machine! Check http://www.freesbie.org/donations.html --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjFLqymi72IiShysRAkarAJ4kAN6fMyzXjtXWyXBjOF5P/NiLDACfW3yS 91BetDFjo/mG0lKajucqZqA= =n5kS -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- From owner-cvs-src@FreeBSD.ORG Sun Jun 11 17:42:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CD916A41A; Sun, 11 Jun 2006 17:42:37 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D57743D45; Sun, 11 Jun 2006 17:42:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BHeQAV008253; Sun, 11 Jun 2006 17:40:26 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BHePeD008251; Sun, 11 Jun 2006 17:40:25 GMT (envelope-from maxim) Message-Id: <200606111740.k5BHePeD008251@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Jun 2006 17:40:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/locate/locate locate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 17:42:37 -0000 maxim 2006-06-11 17:40:25 UTC FreeBSD src repository Modified files: usr.bin/locate/locate locate.c Log: o Sync usage() with reality. Revision Changes Path 1.17 +1 -1 src/usr.bin/locate/locate/locate.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 19:20:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AAF416A41F; Sun, 11 Jun 2006 19:20:51 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB81E43D45; Sun, 11 Jun 2006 19:20:50 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BJIdLi051760; Sun, 11 Jun 2006 19:18:39 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BJIdTN051759; Sun, 11 Jun 2006 19:18:39 GMT (envelope-from se) Message-Id: <200606111918.k5BJIdTN051759@repoman.freebsd.org> From: Stefan Esser Date: Sun, 11 Jun 2006 19:18:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 19:20:51 -0000 se 2006-06-11 19:18:39 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: Fix display of idle processes, which had been broken since rev. 1.56 of machine.c. The traditional condition was (pctcpu > 0 || SRUN), but the negation of the condition logic (from select to skip) made this come out as (pctcpu > 0 && SRUN), leading to a very erratic display, except for purely CPU bound processes. This has been discussed in the mail lists some time ago and I have used top with this patch on my systems for more than a year without problems (just forgot to commit it earlier, since my systems were all fixed ...). Revision Changes Path 1.77 +2 -1 src/usr.bin/top/machine.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 19:43:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E613D16A46F; Sun, 11 Jun 2006 19:43:28 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF1C43D70; Sun, 11 Jun 2006 19:43:19 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BJf7TD053105; Sun, 11 Jun 2006 19:41:07 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BJf7Oa053104; Sun, 11 Jun 2006 19:41:07 GMT (envelope-from maxim) Message-Id: <200606111941.k5BJf7Oa053104@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Jun 2006 19:41:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vinum.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 19:43:29 -0000 maxim 2006-06-11 19:41:07 UTC FreeBSD src repository Modified files: share/man/man4 vinum.4 Log: o vinum.8 -> gvinum.8 as the former was replaced by the latter. PR: docs/98340 MFC after: 1 week Revision Changes Path 1.52 +16 -16 src/share/man/man4/vinum.4 From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:05:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F2F816A474; Sun, 11 Jun 2006 20:05:10 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4816343D45; Sun, 11 Jun 2006 20:05:10 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BK2wLb054093; Sun, 11 Jun 2006 20:02:58 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BK2wRv054092; Sun, 11 Jun 2006 20:02:58 GMT (envelope-from marcel) Message-Id: <200606112002.k5BK2wRv054092@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jun 2006 20:02:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:05:10 -0000 marcel 2006-06-11 20:02:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_gpt.c Log: MFC rev 1.38: Fix unaligned memory accesses on Alpha and possible other platforms. Tested by: wilko@ Revision Changes Path 1.32.2.2 +4 -3 src/sys/geom/geom_gpt.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:19:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE9A16A41A; Sun, 11 Jun 2006 20:19:33 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C3843D68; Sun, 11 Jun 2006 20:19:30 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BKHJm5056115; Sun, 11 Jun 2006 20:17:19 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BKHItt056114; Sun, 11 Jun 2006 20:17:18 GMT (envelope-from maxim) Message-Id: <200606112017.k5BKHItt056114@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Jun 2006 20:17:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/cron/cron do_command.c popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:19:33 -0000 maxim 2006-06-11 20:17:18 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron do_command.c popen.c Log: o Spell "privledges" correctly. Re-style comment. Revision Changes Path 1.25 +1 -1 src/usr.sbin/cron/cron/do_command.c 1.14 +4 -2 src/usr.sbin/cron/cron/popen.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:32:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F7116A41A; Sun, 11 Jun 2006 20:32:18 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78E43D79; Sun, 11 Jun 2006 20:32:10 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FpWbR-000K1p-1S; Sun, 11 Jun 2006 21:32:09 +0100 Date: Sun, 11 Jun 2006 21:32:08 +0100 From: Ceri Davies To: Maxim Konovalov Message-ID: <20060611203208.GL23618@submonkey.net> Mail-Followup-To: Ceri Davies , Maxim Konovalov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200606112017.k5BKHItt056114@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GcSOTaE82DYSpZPK" Content-Disposition: inline In-Reply-To: <200606112017.k5BKHItt056114@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/cron/cron do_command.c popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:32:19 -0000 --GcSOTaE82DYSpZPK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 11, 2006 at 08:17:18PM +0000, Maxim Konovalov wrote: > maxim 2006-06-11 20:17:18 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/cron/cron do_command.c popen.c=20 > Log: > o Spell "privledges" correctly. Re-style comment. Umm, it's "privileges". Ceri > | --- src/usr.sbin/cron/cron/do_command.c 2006/06/01 15:03:06 1.24 > | +++ src/usr.sbin/cron/cron/do_command.c 2006/06/11 20:17:18 1.25 > | @@ -17,7 +17,7 @@ > | =20 > | #if !defined(lint) && !defined(LINT) > | static const char rcsid[] =3D > | - "$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/usr.sbin/cron/cron/do_= command.c,v 1.24 2006/06/01 15:03:06 maxim Exp $"; > | + "$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/usr.sbin/cron/cron/do_= command.c,v 1.25 2006/06/11 20:17:18 maxim Exp $"; > | #endif > | =20 > | =20 > | @@ -243,7 +243,7 @@ child_process(e, u) > | (void) endpwent(); > | # endif > | /* set our directory, uid and gid. Set gid first, > | - * since once we set uid, we've lost root privledges. > | + * since once we set uid, we've lost root priviledges. > | */ > | if (setgid(e->gid) !=3D 0) { > | log_it(usernm, getpid(), > http://cvsweb.FreeBSD.org/src/usr.sbin/cron/cron/popen.c.diff?r1=3D1.13&r= 2=3D1.14 > | =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: /usr/local/www/cvsroot/FreeBSD/src/usr.sbin/cron/cron/popen.c= ,v > | retrieving revision 1.13 > | retrieving revision 1.14 > | diff -u -p -r1.13 -r1.14 > | --- src/usr.sbin/cron/cron/popen.c 2006/06/01 15:03:06 1.13 > | +++ src/usr.sbin/cron/cron/popen.c 2006/06/11 20:17:18 1.14 > | @@ -28,7 +28,7 @@ > | static char sccsid[] =3D "@(#)popen.c 5.7 (Berkeley) 2/14/89"; > | #endif > | static const char rcsid[] =3D > | - "$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/usr.sbin/cron/cron/pop= en.c,v 1.13 2006/06/01 15:03:06 maxim Exp $"; > | + "$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/usr.sbin/cron/cron/pop= en.c,v 1.14 2006/06/11 20:17:18 maxim Exp $"; > | #endif /* not lint */ > | =20 > | #include "cron.h" > | @@ -172,8 +172,10 @@ cron_popen(program, type, e) > | /* fall back to the old method */ > | (void) endpwent(); > | # endif > | - /* set our directory, uid and gid. Set gid first, > | - * since once we set uid, we've lost root privledges. > | + /* > | + * Set our directory, uid and gid. Set gid > | + * first since once we set uid, we've lost > | + * root priviledges. > | */ > | if (setgid(e->gid) !=3D 0) > | _exit(ERROR_EXIT); --=20 That must be wonderful! I don't understand it at all. -- Moliere --GcSOTaE82DYSpZPK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjH3IocfcwTS3JF8RAjPTAJ9J99JffLEOiH1HlmGAv9vjNVn3MgCfYCQs 4PWepwS4zR89ZOxpeS1qnLY= =4wEU -----END PGP SIGNATURE----- --GcSOTaE82DYSpZPK-- From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:33:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 331D816A41B; Sun, 11 Jun 2006 20:33:53 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E325743D45; Sun, 11 Jun 2006 20:33:52 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BKVfiZ056763; Sun, 11 Jun 2006 20:31:41 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BKVf8u056762; Sun, 11 Jun 2006 20:31:41 GMT (envelope-from njl) Message-Id: <200606112031.k5BKVf8u056762@repoman.freebsd.org> From: Nate Lawson Date: Sun, 11 Jun 2006 20:31:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:33:53 -0000 njl 2006-06-11 20:31:41 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: By default, don't disable ACPI during reboot. This appears to hang some systems. Introduce a new sysctl "hw.acpi.disable_on_reboot" that allows users to re-enable the old behavior in case it's needed for some systems. We never disable in the power-off path. Original approach submitted by Alexander Logvinov with reworking by Jung-uk Kim and myself. Revision Changes Path 1.226 +13 -3 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:41:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8D216A41B; Sun, 11 Jun 2006 20:41:24 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BFF43D5A; Sun, 11 Jun 2006 20:41:24 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BKdCsV057095; Sun, 11 Jun 2006 20:39:12 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BKdCRG057094; Sun, 11 Jun 2006 20:39:12 GMT (envelope-from maxim) Message-Id: <200606112039.k5BKdCRG057094@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Jun 2006 20:39:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/periodic/daily 470.status-named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:41:25 -0000 maxim 2006-06-11 20:39:12 UTC FreeBSD src repository Modified files: etc/periodic/daily 470.status-named Log: o Add missed $start variable in the grep statement back. PR: conf/96658 Submitted by: James Snow MFC after: 1 week Revision Changes Path 1.8 +1 -1 src/etc/periodic/daily/470.status-named From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:43:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEEBB16A418; Sun, 11 Jun 2006 20:43:29 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3B043D58; Sun, 11 Jun 2006 20:43:24 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k5BKhNTV044483; Mon, 12 Jun 2006 00:43:23 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 12 Jun 2006 00:43:23 +0400 (MSD) From: Maxim Konovalov To: Ceri Davies In-Reply-To: <20060611203208.GL23618@submonkey.net> Message-ID: <20060612004241.B44471@mp2.macomnet.net> References: <200606112017.k5BKHItt056114@repoman.freebsd.org> <20060611203208.GL23618@submonkey.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/cron/cron do_command.c popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:43:29 -0000 On Sun, 11 Jun 2006, 21:32+0100, Ceri Davies wrote: > On Sun, Jun 11, 2006 at 08:17:18PM +0000, Maxim Konovalov wrote: > > maxim 2006-06-11 20:17:18 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/cron/cron do_command.c popen.c > > Log: > > o Spell "privledges" correctly. Re-style comment. > > Umm, it's "privileges". It was "privledges". Now it is "priviledges". -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Sun Jun 11 20:52:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B698A16A473; Sun, 11 Jun 2006 20:52:20 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8561E43D6A; Sun, 11 Jun 2006 20:52:20 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BKo8gR065306; Sun, 11 Jun 2006 20:50:08 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BKo8Qc065305; Sun, 11 Jun 2006 20:50:08 GMT (envelope-from njl) Message-Id: <200606112050.k5BKo8Qc065305@repoman.freebsd.org> From: Nate Lawson Date: Sun, 11 Jun 2006 20:50:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_battery.c acpi_cmbat.c acpi_resource.c acpi_thermal.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:52:20 -0000 njl 2006-06-11 20:50:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpica acpi.c acpi_battery.c acpi_cmbat.c acpi_resource.c acpi_thermal.c acpivar.h Log: MFC: reduce diffs to current and include changes to allow the eventual acpi_dock MFC and enabling reset register support. Revision Changes Path 1.214.2.5 +31 -13 src/sys/dev/acpica/acpi.c 1.12.2.5 +1 -1 src/sys/dev/acpica/acpi_battery.c 1.39.2.5 +7 -0 src/sys/dev/acpica/acpi_cmbat.c 1.34.2.2 +1 -1 src/sys/dev/acpica/acpi_resource.c 1.53.2.4 +2 -2 src/sys/dev/acpica/acpi_thermal.c 1.95.2.3 +1 -1 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Sun Jun 11 21:06:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CFD16A41A; Sun, 11 Jun 2006 21:06:17 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E2D43D45; Sun, 11 Jun 2006 21:06:13 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FpX8O-0007yv-Cp; Sun, 11 Jun 2006 22:06:12 +0100 Date: Sun, 11 Jun 2006 22:06:12 +0100 From: Ceri Davies To: Maxim Konovalov Message-ID: <20060611210612.GM23618@submonkey.net> Mail-Followup-To: Ceri Davies , Maxim Konovalov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200606112017.k5BKHItt056114@repoman.freebsd.org> <20060611203208.GL23618@submonkey.net> <20060612004241.B44471@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JefYhWJ8RkX3aR0a" Content-Disposition: inline In-Reply-To: <20060612004241.B44471@mp2.macomnet.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/cron/cron do_command.c popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 21:06:18 -0000 --JefYhWJ8RkX3aR0a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 12, 2006 at 12:43:23AM +0400, Maxim Konovalov wrote: > On Sun, 11 Jun 2006, 21:32+0100, Ceri Davies wrote: >=20 > > On Sun, Jun 11, 2006 at 08:17:18PM +0000, Maxim Konovalov wrote: > > > maxim 2006-06-11 20:17:18 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.sbin/cron/cron do_command.c popen.c > > > Log: > > > o Spell "privledges" correctly. Re-style comment. > > > > Umm, it's "privileges". >=20 > It was "privledges". Now it is "priviledges". Yes, it's still spelled incorrectly. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --JefYhWJ8RkX3aR0a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjIXEocfcwTS3JF8RAtERAJ486X6qoEelaygXrOEY8OD7/Sc+5QCcCv6v Bozbwd3ljC3OURDGp0GuNsU= =y7zz -----END PGP SIGNATURE----- --JefYhWJ8RkX3aR0a-- From owner-cvs-src@FreeBSD.ORG Sun Jun 11 21:16:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFEE16A418; Sun, 11 Jun 2006 21:16:02 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC98443D48; Sun, 11 Jun 2006 21:16:01 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BLDoTV067700; Sun, 11 Jun 2006 21:13:50 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BLDoOZ067699; Sun, 11 Jun 2006 21:13:50 GMT (envelope-from maxim) Message-Id: <200606112113.k5BLDoOZ067699@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Jun 2006 21:13:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/cron/cron do_command.c popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 21:16:02 -0000 maxim 2006-06-11 21:13:49 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron do_command.c popen.c Log: o Finally learn how to spell "privileges". English trainer: ceri Revision Changes Path 1.26 +1 -1 src/usr.sbin/cron/cron/do_command.c 1.15 +1 -1 src/usr.sbin/cron/cron/popen.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 21:19:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3292C16A418; Sun, 11 Jun 2006 21:19:08 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BFB43D45; Sun, 11 Jun 2006 21:19:07 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FpXKs-0009N9-00; Sun, 11 Jun 2006 22:19:06 +0100 Date: Sun, 11 Jun 2006 22:19:04 +0100 From: Ceri Davies To: Maxim Konovalov Message-ID: <20060611211904.GN23618@submonkey.net> Mail-Followup-To: Ceri Davies , Maxim Konovalov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200606112113.k5BLDoOZ067699@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Jsn5+Lu/ZvzbAGtZ" Content-Disposition: inline In-Reply-To: <200606112113.k5BLDoOZ067699@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/cron/cron do_command.c popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 21:19:08 -0000 --Jsn5+Lu/ZvzbAGtZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 11, 2006 at 09:13:49PM +0000, Maxim Konovalov wrote: > maxim 2006-06-11 21:13:49 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/cron/cron do_command.c popen.c=20 > Log: > o Finally learn how to spell "privileges". :) Cheers! Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --Jsn5+Lu/ZvzbAGtZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjIjIocfcwTS3JF8RAg9QAJ4jZfdQQ33rDCuLmY9aylzNfh0MaQCfVdWF iA+ckNPW2b+PRNyqKCww2mE= =wLlo -----END PGP SIGNATURE----- --Jsn5+Lu/ZvzbAGtZ-- From owner-cvs-src@FreeBSD.ORG Sun Jun 11 22:11:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A076F16A41F; Sun, 11 Jun 2006 22:11:40 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1D643D45; Sun, 11 Jun 2006 22:11:40 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BM9SLM071469; Sun, 11 Jun 2006 22:09:28 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BM9Sef071468; Sun, 11 Jun 2006 22:09:28 GMT (envelope-from fjoe) Message-Id: <200606112209.k5BM9Sef071468@repoman.freebsd.org> From: Max Khon Date: Sun, 11 Jun 2006 22:09:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 22:11:40 -0000 fjoe 2006-06-11 22:09:28 UTC FreeBSD src repository Modified files: sys/net if.c Log: Fix KASSERT conditions in if_deregister_com_alloc(). Revision Changes Path 1.257 +2 -2 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Sun Jun 11 22:27:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7B116A476; Sun, 11 Jun 2006 22:27:17 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A88C43D5A; Sun, 11 Jun 2006 22:27:13 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BMP1KZ072114; Sun, 11 Jun 2006 22:25:01 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BMP1UC072113; Sun, 11 Jun 2006 22:25:01 GMT (envelope-from fjoe) Message-Id: <200606112225.k5BMP1UC072113@repoman.freebsd.org> From: Max Khon Date: Sun, 11 Jun 2006 22:25:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cm if_cm_isa.c smc90cx6.c smc90cx6reg.h smc90cx6var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 22:27:17 -0000 fjoe 2006-06-11 22:25:01 UTC FreeBSD src repository Modified files: sys/dev/cm if_cm_isa.c smc90cx6.c smc90cx6reg.h smc90cx6var.h Log: Make cm(4) driver MPSAFE. Revision Changes Path 1.9 +55 -26 src/sys/dev/cm/if_cm_isa.c 1.17 +87 -201 src/sys/dev/cm/smc90cx6.c 1.2 +1 -0 src/sys/dev/cm/smc90cx6reg.h 1.5 +23 -9 src/sys/dev/cm/smc90cx6var.h From owner-cvs-src@FreeBSD.ORG Mon Jun 12 01:41:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24CB16A418; Mon, 12 Jun 2006 01:41:02 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D2BC43D64; Mon, 12 Jun 2006 01:41:02 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C1cnVd090745; Mon, 12 Jun 2006 01:38:49 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C1cn8P090744; Mon, 12 Jun 2006 01:38:49 GMT (envelope-from bmah) Message-Id: <200606120138.k5C1cn8P090744@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 12 Jun 2006 01:38:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 01:41:02 -0000 bmah 2006-06-12 01:38:49 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release note: KDE 3.5.3. Revision Changes Path 1.940 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Jun 12 01:45:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A726816A41A; Mon, 12 Jun 2006 01:45:03 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A463A43D6B; Mon, 12 Jun 2006 01:44:58 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C1gj01091102; Mon, 12 Jun 2006 01:42:45 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C1gjJn091101; Mon, 12 Jun 2006 01:42:45 GMT (envelope-from bmah) Message-Id: <200606120142.k5C1gjJn091101@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 12 Jun 2006 01:42:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 01:45:03 -0000 bmah 2006-06-12 01:42:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: GNOME 2.14.2, KDE 3.5.3. Revision Changes Path 1.883.2.23 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Jun 12 01:49:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF3716A473; Mon, 12 Jun 2006 01:49:42 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF1043D6E; Mon, 12 Jun 2006 01:49:41 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C1lTH3091598; Mon, 12 Jun 2006 01:47:29 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C1lTmq091597; Mon, 12 Jun 2006 01:47:29 GMT (envelope-from bmah) Message-Id: <200606120147.k5C1lTmq091597@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 12 Jun 2006 01:47:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: 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.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 01:49:42 -0000 bmah 2006-06-12 01:47:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: GNOME 2.14.2, KDE 3.5.3. Revision Changes Path 1.761.2.62 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Jun 12 03:19:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F70716A41F; Mon, 12 Jun 2006 03:19:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE08B43D55; Mon, 12 Jun 2006 03:19:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C3HP9N097443; Mon, 12 Jun 2006 03:17:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C3HPO1097442; Mon, 12 Jun 2006 03:17:25 GMT (envelope-from imp) Message-Id: <200606120317.k5C3HPO1097442@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 03:17:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 03:19:38 -0000 imp 2006-06-12 03:17:25 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: When we can't parse the CIS, note with a warning that the bogus CIS was ignored, rather than freaking out. In the past, it wasn't possible to not parse the CIS, so this changes no behavior. Revision Changes Path 1.62 +2 -5 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 03:22:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9449E16A473; Mon, 12 Jun 2006 03:22:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5C643D5E; Mon, 12 Jun 2006 03:22:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C3KjLO097601; Mon, 12 Jun 2006 03:20:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C3Kjeb097600; Mon, 12 Jun 2006 03:20:45 GMT (envelope-from imp) Message-Id: <200606120320.k5C3Kjeb097600@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 03:20:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 03:22:58 -0000 imp 2006-06-12 03:20:45 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Better error message when the CIS is a non-standards conforming '0'. Revision Changes Path 1.59 +3 -1 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 03:30:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50BEC16A41A; Mon, 12 Jun 2006 03:30:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E86643D46; Mon, 12 Jun 2006 03:30:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C3Sg7R098143; Mon, 12 Jun 2006 03:28:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C3Sg1F098142; Mon, 12 Jun 2006 03:28:42 GMT (envelope-from imp) Message-Id: <200606120328.k5C3Sg1F098142@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 03:28:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 03:30:55 -0000 imp 2006-06-12 03:28:42 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Minor cleanup of CIS parsing. Revision Changes Path 1.60 +1 -5 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 04:02:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAED316A46F; Mon, 12 Jun 2006 04:02:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779A743D46; Mon, 12 Jun 2006 04:02:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C40XWh007786; Mon, 12 Jun 2006 04:00:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C40X8A007785; Mon, 12 Jun 2006 04:00:33 GMT (envelope-from imp) Message-Id: <200606120400.k5C40X8A007785@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 04:00:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/firewire fwohci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 04:02:46 -0000 imp 2006-06-12 04:00:33 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c Log: Better printf Revision Changes Path 1.54 +1 -1 src/sys/dev/firewire/fwohci_pci.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 04:08:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9774E16A418; Mon, 12 Jun 2006 04:08:34 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5376F43D45; Mon, 12 Jun 2006 04:08:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C46LBW009278; Mon, 12 Jun 2006 04:06:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C46L4S009277; Mon, 12 Jun 2006 04:06:21 GMT (envelope-from imp) Message-Id: <200606120406.k5C46L4S009277@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 04:06:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 04:08:34 -0000 imp 2006-06-12 04:06:21 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_rman.c Log: Add a convenience function rman_init_from_resource for initializing a rman from a resource. Also, include _bus.h since the implementation of bus_space isn't needed here, just the definitions of the types. Revision Changes Path 1.51 +10 -0 src/sys/kern/subr_rman.c 1.34 +2 -1 src/sys/sys/rman.h From owner-cvs-src@FreeBSD.ORG Mon Jun 12 04:24:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E309F16A46F; Mon, 12 Jun 2006 04:24:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBE343D48; Mon, 12 Jun 2006 04:24:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C4Lo4w010056; Mon, 12 Jun 2006 04:21:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C4LoVE010055; Mon, 12 Jun 2006 04:21:50 GMT (envelope-from imp) Message-Id: <200606120421.k5C4LoVE010055@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 04:21:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 04:24:04 -0000 imp 2006-06-12 04:21:50 UTC FreeBSD src repository Modified files: sys/conf files sys/amd64/conf DEFAULTS sys/i386/conf DEFAULTS sys/ia64/conf DEFAULTS sys/pc98/conf DEFAULTS sys/powerpc/conf DEFAULTS sys/sparc64/conf DEFAULTS Log: Add the ability to subset the devices that UART pulls in. This allows the arm to compile without all the extras that don't appear, at least not in the flavors of ARM I deal with. This helps us save about 100k. If I've botched the available devices on a platform, please let me know and I'll correct ASAP. Revision Changes Path 1.6 +3 -0 src/sys/amd64/conf/DEFAULTS 1.1122 +3 -3 src/sys/conf/files 1.5 +3 -0 src/sys/i386/conf/DEFAULTS 1.5 +3 -0 src/sys/ia64/conf/DEFAULTS 1.5 +4 -0 src/sys/pc98/conf/DEFAULTS 1.3 +3 -0 src/sys/powerpc/conf/DEFAULTS 1.5 +5 -0 src/sys/sparc64/conf/DEFAULTS From owner-cvs-src@FreeBSD.ORG Mon Jun 12 04:32:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4490E16A41B; Mon, 12 Jun 2006 04:32:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1721443D48; Mon, 12 Jun 2006 04:32:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C4UhfL010445; Mon, 12 Jun 2006 04:30:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C4Uhno010444; Mon, 12 Jun 2006 04:30:43 GMT (envelope-from imp) Message-Id: <200606120430.k5C4Uhno010444@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 04:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 04:32:56 -0000 imp 2006-06-12 04:30:42 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h Log: MFp4: o Implement a bunch of sysctl's to report the information that's now always reported. Mvoe reporting of that info to bootverbose, but maybe it can go away entirely. dev.ed.X.type: string name dev.ed.X.TxMem: amount of memory used for tx side of the card dev.ed.X.RxMem: amount of memory used for rx side of the card dev.ed.X.Mem: Total amount of mem on card. o Better comments about where NE-2000 (and clones) gets their MAC address from. Revision Changes Path 1.270 +20 -1 src/sys/dev/ed/if_ed.c 1.10 +4 -2 src/sys/dev/ed/if_ed_novell.c 1.42 +2 -0 src/sys/dev/ed/if_edvar.h From owner-cvs-src@FreeBSD.ORG Mon Jun 12 07:58:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C779716A41B; Mon, 12 Jun 2006 07:58:47 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8506643D45; Mon, 12 Jun 2006 07:58:47 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5C7uXvt030036; Mon, 12 Jun 2006 07:56:33 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5C7uX3J030035; Mon, 12 Jun 2006 07:56:33 GMT (envelope-from wilko) Message-Id: <200606120756.k5C7uX3J030035@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 12 Jun 2006 07:56:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 07:58:47 -0000 wilko 2006-06-12 07:56:33 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Any sufficiently simple directive can be obfuscated beyond reason given proper legal council. - Alfred Perlstein Revision Changes Path 1.217 +5 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Jun 12 12:41:10 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0101D16A41F; Mon, 12 Jun 2006 12:41:10 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E4543D4C; Mon, 12 Jun 2006 12:41:08 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from osx.baldwin.cx (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5CCf7vU011957; Mon, 12 Jun 2006 08:41:07 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Ian Dowse Date: Mon, 12 Jun 2006 08:41:01 -0400 User-Agent: KMail/1.9.1 References: <200606101704.k5AH479k065331@repoman.freebsd.org> In-Reply-To: <200606101704.k5AH479k065331@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606120841.02447.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 12 Jun 2006 08:41:07 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1532/Sun Jun 11 18:57:47 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-104.4 required=4.2 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 12:41:10 -0000 On Saturday 10 June 2006 13:04, Ian Dowse wrote: > iedowse 2006-06-10 17:04:07 UTC > > FreeBSD src repository > > Modified files: > sys/sys firmware.h > sys/kern subr_firmware.c > Log: > Keep firmware images on the list until they have been unregistered > with firmware_unregister(). Previously when the last driver reference > had been dropped we would clear the list entry under the assumption > that the firmware module was about to be unloaded, but this was not > true if the firmware image had been loaded manually with kldload. > > This makes it possible to manually kldload firmware images as a > workaround for drivers such as ipw that attempt to load firmware > while resuming after a suspend. > > Reviewed by: mlaier (an earlier version of the patch) I ran into additional problems with firmware(9) as well. One problem is that if you kldload a firmware blob, you can kldunload it even while it is in use(!) because the awk script doesn't include any error checking in the mod_event function it generates. I've patched the awk script to fix this and tested it. With this the kldunload of a firmware module that a driver currently has a reference to now fails: Index: fw_stub.awk =================================================================== RCS file: /usr/cvs/src/sys/tools/fw_stub.awk,v retrieving revision 1.2 diff -u -r1.2 fw_stub.awk --- fw_stub.awk 30 Jan 2006 16:32:08 -0000 1.2 +++ fw_stub.awk 2 Jun 2006 16:00:42 -0000 @@ -125,7 +125,8 @@ printc("\nstatic int\n"\ opt_m "_fw_modevent(module_t mod, int type, void *unused)\ {\ - struct firmware *fp;\ + struct firmware *fp, *parent;\ + int error;\ switch (type) {\ case MOD_LOAD:"); @@ -136,11 +137,7 @@ # '-', '.' and '/' are converted to '_' by ld/objcopy gsub(/-|\.|\//, "_", symb); - if (file_i == 0) - reg = "\t\tfp = "; - else - reg = "\t\t(void)"; - + reg = "\t\tfp = "; reg = reg "firmware_register(\"" short "\", _binary_" symb "_start , "; reg = reg "(size_t)(_binary_" symb "_end - _binary_" symb "_start), "; reg = reg version ", "; @@ -148,21 +145,37 @@ if (file_i == 0) reg = reg "NULL);"; else - reg = reg "fp);"; + reg = reg "parent);"; printc(reg); + + printc("\t\tif (fp == NULL)"); + printc("\t\t\tgoto fail_" file_i ";"); + if (file_i == 0) + printc("\t\tparent = fp;"); } -printc("\t\treturn (0);\ - case MOD_UNLOAD:"); +printc("\t\treturn (0);"); + +for (file_i = num_files - 1; file_i > 0; file_i--) { + printc("\tfail_" file_i ":") + printc("\t\t(void)firmware_unregister(\"" shortnames[file_i - 1] "\");"); +} + +printc("\tfail_0:"); +printc("\t\treturn (ENXIO);"); + +printc("\tcase MOD_UNLOAD:"); for (file_i = 1; file_i < num_files; file_i++) { - printc("\t\tfirmware_unregister(\"" shortnames[file_i] "\");"); + printc("\t\terror = firmware_unregister(\"" shortnames[file_i] "\");"); + printc("\t\tif (error)"); + printc("\t\t\treturn (error);"); } -printc("\t\tfirmware_unregister(\"" shortnames[0] "\");"); +printc("\t\terror = firmware_unregister(\"" shortnames[0] "\");"); -printc("\t\treturn (0);\ +printc("\t\treturn (error);\ }\ return (EINVAL);\ }\ -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jun 12 12:55:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28C916A418; Mon, 12 Jun 2006 12:55:09 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D98243D81; Mon, 12 Jun 2006 12:53:10 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 0B2092088; Mon, 12 Jun 2006 14:52:15 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id F123A2087; Mon, 12 Jun 2006 14:52:14 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id D178A33C31; Mon, 12 Jun 2006 14:52:14 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Colin Percival References: <200606090340.k593e59A014207@repoman.freebsd.org> Date: Mon, 12 Jun 2006 14:52:14 +0200 In-Reply-To: <200606090340.k593e59A014207@repoman.freebsd.org> (Colin Percival's message of "Fri, 9 Jun 2006 03:40:04 +0000 (UTC)") Message-ID: <86y7w2sfi9.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 12:55:10 -0000 Colin Percival writes: > Log: > When deleting empty directories prior to building the release tarballs, > pass the "-empty" flag to find(1). This change has no effect other > than to get rid of a few pages of "rmdir: ...: Directory not empty" > error messages. (Note that the "-empty" flag has been supported by > find(1) since 4.3-RELEASE.) you might as well drop the xargs (which isn't idiomatically correct anyway, you should use -print0 / xargs -0) and replace -print with -delete. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:06:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1065C16A418; Mon, 12 Jun 2006 13:06:14 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D68543D6E; Mon, 12 Jun 2006 13:06:13 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 06B702085; Mon, 12 Jun 2006 15:06:09 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 846ED2083; Mon, 12 Jun 2006 15:06:08 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 6BA9833C31; Mon, 12 Jun 2006 15:06:08 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Wilko Bulte References: <200606120756.k5C7uX3J030035@repoman.freebsd.org> Date: Mon, 12 Jun 2006 15:06:07 +0200 In-Reply-To: <200606120756.k5C7uX3J030035@repoman.freebsd.org> (Wilko Bulte's message of "Mon, 12 Jun 2006 07:56:33 +0000 (UTC)") Message-ID: <86u06qsev4.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:06:14 -0000 Wilko Bulte writes: > Log: > Any sufficiently simple directive can be obfuscated beyond reason > given proper legal council. The correct spelling is "counsel". DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:25:17 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D77F216A46F; Mon, 12 Jun 2006 13:25:17 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3219143D48; Mon, 12 Jun 2006 13:25:17 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.181.158] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1FpmPr0A8F-0001Nq; Mon, 12 Jun 2006 15:25:15 +0200 From: Max Laier Organization: FreeBSD To: "Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=" Date: Mon, 12 Jun 2006 15:24:58 +0200 User-Agent: KMail/1.9.1 References: <200606120756.k5C7uX3J030035@repoman.freebsd.org> <86u06qsev4.fsf@xps.des.no> In-Reply-To: <86u06qsev4.fsf@xps.des.no> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1508275.r987B2dPga"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200606121525.11970.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Wilko Bulte Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:25:18 -0000 --nextPart1508275.r987B2dPga Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 12 June 2006 15:06, Dag-Erling Sm=F8rgrav wrote: > Wilko Bulte writes: > > Log: > > Any sufficiently simple directive can be obfuscated beyond reason > > given proper legal council. > > The correct spelling is "counsel". but the correct quote is "council [sic]". =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1508275.r987B2dPga Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEjWs3XyyEoT62BG0RAnJGAJ0fkAXZAGIqP5GYN9hqD26jE9KT2QCfUttw EJp1XWY2gGxDOdRs5oUonOI= =axEg -----END PGP SIGNATURE----- --nextPart1508275.r987B2dPga-- From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:28:24 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A733B16A473; Mon, 12 Jun 2006 13:28:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1775543D46; Mon, 12 Jun 2006 13:28:23 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from osx.baldwin.cx (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5CDSNV4012219; Mon, 12 Jun 2006 09:28:23 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Tom Rhodes Date: Mon, 12 Jun 2006 08:46:51 -0400 User-Agent: KMail/1.9.1 References: <200606070333.k573XmRc067920@repoman.freebsd.org> <200606090853.48604.jhb@freebsd.org> <20060609203802.7cbdf70f.trhodes@FreeBSD.org> In-Reply-To: <20060609203802.7cbdf70f.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606120846.53006.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 12 Jun 2006 09:28:23 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1534/Mon Jun 12 08:30:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: grog@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:28:24 -0000 On Friday 09 June 2006 20:38, Tom Rhodes wrote: > On Fri, 9 Jun 2006 08:53:47 -0400 > John Baldwin wrote: > > > On Wednesday 07 June 2006 20:48, Greg 'groggy' Lehey wrote: > > > On Wednesday, 7 June 2006 at 10:51:45 -0400, John Baldwin wrote: > > > > On Tuesday 06 June 2006 23:33, Tom Rhodes wrote: > > > >> trhodes 2006-06-07 03:33:48 UTC > > > >> > > > >> FreeBSD src repository > > > >> > > > >> Modified files: > > > >> . Makefile README > > > >> Log: > > > >> Simply running ``make world'' will bomb unless you dig up the > > > >> undocumented HISTORICAL_MAKE_WORLD variable and set it. Note it > > > >> here so the blow up will not really be a surprise to people who > > > >> read. > > > > > > > > I thought the obfuscation was intentional as very few people should > > > > be doing a 'make world' without a custom DESTDIR these days. > > > > > > Then there's no reason not to document it. > > > > > > Warning: FORCE_ROOT_INSTALL can render your system unusable by > > > overwriting existing configuration files. Do not use it unless you > > > are completely aware of the consequences. > > > > > > And yes, a descriptive name like FORCE_ROOT_INSTALL, not > > > HISTORICAL_MAKE_WORLD. > > > > Describing it would subvert the intended obfuscation. > > > > > > Certainly people new to FreeBSD shouldn't be doing it; only those > > > > with the command hardwired into their brains. We've had > > > > buildworld/installworld since 2.2.5 (or 2.2.6) I think as I've only > > > > had to do a 'make world' once to go from 2.2.2 to 2.2.6. :) > > > > > > FWIW, that's when the rot set in IMO. One of the nice things about > > > FreeBSD *used* to be that to upgrade the system you just needed to do > > > "make world". Now you have a lot more work. > > > > > > The only justification for this regression is that it's really > > > difficult to get everything right. But that's a bug, not a feature. > > > > No, the justification is that 'make world' completely ignores the kernel and > > only handles userland, and an operating system is both a kernel and a > > userland and that users should update those together. If you as a developer > > want to use make world you can either run the two commands back to back or > > you can put I_REALLY_KNOW_WHAT_IM_DOING_AND_WANT_TO_HOSE_MY_MACHINE in > > make.conf or something. However, developers wanting to do this are in the > > _VAST_ minority and I'd much rather cater to the other 99% of the world. > > Hmmm. Perhaps a warning like this and then kill the > HISTORICAL_MAKE_WORLD target and related docs? This warning is too late, you might already have a hosed system at this point. :) -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:28:26 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE2C16A41F; Mon, 12 Jun 2006 13:28:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F44F43D46; Mon, 12 Jun 2006 13:28:25 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from osx.baldwin.cx (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5CDSNV5012219; Mon, 12 Jun 2006 09:28:23 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Greg 'groggy' Lehey" Date: Mon, 12 Jun 2006 08:49:56 -0400 User-Agent: KMail/1.9.1 References: <200606070333.k573XmRc067920@repoman.freebsd.org> <200606090853.48604.jhb@freebsd.org> <20060610005707.GK7549@wantadilla.lemis.com> In-Reply-To: <20060610005707.GK7549@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606120849.57695.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 12 Jun 2006 09:28:24 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1534/Mon Jun 12 08:30:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Tom Rhodes , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:28:26 -0000 On Friday 09 June 2006 20:57, Greg 'groggy' Lehey wrote: > On Friday, 9 June 2006 at 8:53:47 -0400, John Baldwin wrote: > > On Wednesday 07 June 2006 20:48, Greg 'groggy' Lehey wrote: > >> On Wednesday, 7 June 2006 at 10:51:45 -0400, John Baldwin wrote: > >>> I thought the obfuscation was intentional as very few people should > >>> be doing a 'make world' without a custom DESTDIR these days. > >> > >> Then there's no reason not to document it. > >> > >> Warning: FORCE_ROOT_INSTALL can render your system unusable by > >> overwriting existing configuration files. Do not use it unless you > >> are completely aware of the consequences. > >> > >> And yes, a descriptive name like FORCE_ROOT_INSTALL, not > >> HISTORICAL_MAKE_WORLD. > > > > Describing it would subvert the intended obfuscation. > > s/subvert/correct/ > > Obfuscation is always wrong. Not in this case. > >> The only justification for this regression is that it's really > >> difficult to get everything right. But that's a bug, not a > >> feature. > > > > No, the justification is that 'make world' completely ignores the > > kernel and only handles userland, and an operating system is both a > > kernel and a userland and that users should update those together. > > That's a bug in make world. Introducing a second one doesn't fix it. The bug was fixed by the 'buildworld / buildkernel / installkernel / installworld' process that we now use. The bug is fundamental to the way that make world works and you can either change how make world works or you can require no ABI changes in the kernel <-> userland interface. We chose to change how make world works. > > If you as a developer want to use make world you can either run the > > two commands back to back or you can put > > I_REALLY_KNOW_WHAT_IM_DOING_AND_WANT_TO_HOSE_MY_MACHINE in make.conf > > or something. However, developers wanting to do this are in the > > _VAST_ minority and I'd much rather cater to the other 99% of the > > world. > > As I say, > > >> The only justification for this regression is that it's really > >> difficult to get everything right. > > Otherwise people would have fixed it. No, you aren't reading what I'm saying. The justification is a _fundamental_ _design_ FLAW in how 'make world' works. You can't just patch around that. You can't force 'make world' to boot up a new kernel for you that will work with the new userland you are about to install. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:40:09 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EEBE16A4A9; Mon, 12 Jun 2006 13:40:09 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1202843DAC; Mon, 12 Jun 2006 13:39:39 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id E93A42087; Mon, 12 Jun 2006 15:39:34 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id DA3952083; Mon, 12 Jun 2006 15:39:34 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id C282E33C31; Mon, 12 Jun 2006 15:39:34 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Max Laier References: <200606120756.k5C7uX3J030035@repoman.freebsd.org> <86u06qsev4.fsf@xps.des.no> <200606121525.11970.max@love2party.net> Date: Mon, 12 Jun 2006 15:39:34 +0200 In-Reply-To: <200606121525.11970.max@love2party.net> (Max Laier's message of "Mon, 12 Jun 2006 15:24:58 +0200") Message-ID: <86irn6sdbd.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Wilko Bulte Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:40:09 -0000 Max Laier writes: > On Monday 12 June 2006 15:06, Dag-Erling Sm=F8rgrav wrote: > > Wilko Bulte writes: > > > Log: > > > Any sufficiently simple directive can be obfuscated beyond reason > > > given proper legal council. > > The correct spelling is "counsel". > but the correct quote is "council [sic]". ...which is meaningless. If Winston Churchil had cleared his throat in the middle of a speech, do you think historians would have recorded it as "but it may well be the harrrrk end of the beginning?" DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:44:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF4816A41B; Mon, 12 Jun 2006 13:44:36 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA93543D5A; Mon, 12 Jun 2006 13:44:35 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr11.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5CDiXDs095612; Mon, 12 Jun 2006 15:44:33 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k5CDiW00032474; Mon, 12 Jun 2006 15:44:33 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k5CDiWtt032473; Mon, 12 Jun 2006 15:44:32 +0200 (CEST) (envelope-from wb) Date: Mon, 12 Jun 2006 15:44:32 +0200 From: Wilko Bulte To: Max Laier Message-ID: <20060612134432.GA32445@freebie.xs4all.nl> References: <200606120756.k5C7uX3J030035@repoman.freebsd.org> <86u06qsev4.fsf@xps.des.no> <200606121525.11970.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200606121525.11970.max@love2party.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Wilko Bulte , cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:44:36 -0000 On Mon, Jun 12, 2006 at 03:24:58PM +0200, Max Laier wrote.. > On Monday 12 June 2006 15:06, Dag-Erling Smørgrav wrote: > > Wilko Bulte writes: > > > Log: > > > Any sufficiently simple directive can be obfuscated beyond reason > > > given proper legal council. > > > > The correct spelling is "counsel". > > but the correct quote is "council [sic]". Yes, I know. Like you say: it is a 1:1 cut-n-paste. /me no native speaker no ;-) Wilko -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:46:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BB616A418; Mon, 12 Jun 2006 13:46:33 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA2B43D53; Mon, 12 Jun 2006 13:46:32 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CDiIcK069381; Mon, 12 Jun 2006 13:44:18 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CDiICx069380; Mon, 12 Jun 2006 13:44:18 GMT (envelope-from wilko) Message-Id: <200606121344.k5CDiICx069380@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 12 Jun 2006 13:44:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:46:33 -0000 wilko 2006-06-12 13:44:17 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Who am I to correct the native speakers... anyway, s/council/counsel/ Noted by: des Revision Changes Path 1.218 +1 -1 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:56:18 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 479CD16A41A; Mon, 12 Jun 2006 13:56:18 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF88E43D5A; Mon, 12 Jun 2006 13:56:17 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id C676C170DE; Mon, 12 Jun 2006 13:56:15 +0000 (UTC) To: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 12 Jun 2006 15:39:34 +0200." <86irn6sdbd.fsf@xps.des.no> Date: Mon, 12 Jun 2006 13:56:15 +0000 Message-ID: <35347.1150120575@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Max Laier , src-committers@freebsd.org, cvs-all@freebsd.org, Wilko Bulte , cvs-src@freebsd.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:56:18 -0000 In message <86irn6sdbd.fsf@xps.des.no>, Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= writes: >> > The correct spelling is "counsel". >> but the correct quote is "council [sic]". This is indeed the correct way to quote when the original contains a spelling or grammer mistake. >If Winston Churchil had cleared his throat in the middle of a speech, >do you think historians would have recorded it as "but it may well be >the harrrrk end of the beginning?" Having just read Roy Jenkins excellent (read it!) Winston Chuchill biography I can assure you that not only would they do that, they would also try to track down which particular bit of his breakfast was responsible :-) Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Mon Jun 12 13:56:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E0A16A41F; Mon, 12 Jun 2006 13:56:39 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272AD43D48; Mon, 12 Jun 2006 13:56:37 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr11.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5CDuaVs004221; Mon, 12 Jun 2006 15:56:36 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k5CDuanM032563; Mon, 12 Jun 2006 15:56:36 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k5CDual9032562; Mon, 12 Jun 2006 15:56:36 +0200 (CEST) (envelope-from wb) Date: Mon, 12 Jun 2006 15:56:36 +0200 From: Wilko Bulte To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20060612135636.GA32538@freebie.xs4all.nl> References: <200606120756.k5C7uX3J030035@repoman.freebsd.org> <86u06qsev4.fsf@xps.des.no> <200606121525.11970.max@love2party.net> <86irn6sdbd.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86irn6sdbd.fsf@xps.des.no> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Max Laier , src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Wilko Bulte , cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:56:39 -0000 On Mon, Jun 12, 2006 at 03:39:34PM +0200, Dag-Erling Smrgrav wrote.. > Max Laier writes: > > On Monday 12 June 2006 15:06, Dag-Erling Smørgrav wrote: > > > Wilko Bulte writes: > > > > Log: > > > > Any sufficiently simple directive can be obfuscated beyond reason > > > > given proper legal council. > > > The correct spelling is "counsel". > > but the correct quote is "council [sic]". > > ...which is meaningless. > > If Winston Churchil had cleared his throat in the middle of a speech, > do you think historians would have recorded it as "but it may well be > the harrrrk end of the beginning?" Historians probably not, Wikipedia certainly would have ;-) Or at least Google would have.. I fixed the fortune file. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jun 12 14:49:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190C316A418; Mon, 12 Jun 2006 14:49:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A4B43D48; Mon, 12 Jun 2006 14:48:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CEkikI074120; Mon, 12 Jun 2006 14:46:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CEkif0074119; Mon, 12 Jun 2006 14:46:44 GMT (envelope-from imp) Message-Id: <200606121446.k5CEkif0074119@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 14:46:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/atkbdc atkbdc_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 14:49:00 -0000 imp 2006-06-12 14:46:44 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbdc_isa.c Log: MFp4: need machine/bus.h here since we use bus space macros. It used to be brought in by name-space polluted sys/rman.h. Pointy hat to: imp Revision Changes Path 1.35 +1 -0 src/sys/dev/atkbdc/atkbdc_isa.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 15:08:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA7116A478; Mon, 12 Jun 2006 15:08:38 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6487243D5D; Mon, 12 Jun 2006 15:08:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CF6MNR076243; Mon, 12 Jun 2006 15:06:22 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CF6M2V076242; Mon, 12 Jun 2006 15:06:22 GMT (envelope-from maxim) Message-Id: <200606121506.k5CF6M2V076242@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 12 Jun 2006 15:06:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 15:08:38 -0000 maxim 2006-06-12 15:06:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_fault.c Log: MFC rev. 1.213: fix a comment. Revision Changes Path 1.205.2.5 +1 -1 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 16:44:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FB816A473; Mon, 12 Jun 2006 16:44:13 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4011F43D45; Mon, 12 Jun 2006 16:44:13 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id BC5202085; Mon, 12 Jun 2006 18:44:08 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 34D9A2083; Mon, 12 Jun 2006 18:44:08 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 0BB9B33C8D; Mon, 12 Jun 2006 18:44:07 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Nate Lawson References: <200606112031.k5BKVf8u056762@repoman.freebsd.org> Date: Mon, 12 Jun 2006 18:44:07 +0200 In-Reply-To: <200606112031.k5BKVf8u056762@repoman.freebsd.org> (Nate Lawson's message of "Sun, 11 Jun 2006 20:31:41 +0000 (UTC)") Message-ID: <867j3m2ujs.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 16:44:13 -0000 Nate Lawson writes: > Log: > By default, don't disable ACPI during reboot. This appears to hang some > systems. Introduce a new sysctl "hw.acpi.disable_on_reboot" that allows > users to re-enable the old behavior in case it's needed for some system= s. > We never disable in the power-off path. Seems like you forgot something: cc -O2 -pipe -march=3Dpentium4 -DACPI_USE_LOCAL_CACHE -fno-strict-aliasing = -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/acpi/a= cpi/../../../contrib/dev/acpica -DHAVE_KERNEL_OPTION_HEADERS -include /usr/= obj/usr/src/sys/xps/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=3D= 8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 = -fno-common -g -I/usr/obj/usr/src/sys/xps -mno-align-long-strings -mpreferr= ed-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ff= reestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-= extensions -std=3Dc99 -c /usr/src/sys/modules/acpi/acpi/../../../dev/acpica= /acpi.c /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c: In function `acp= i_attach': /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:525: error: struc= ture has no member named `acpi_do_disable' /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c: In function `acp= i_shutdown_final': /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:1672: error: stru= cture has no member named `acpi_do_disable' *** Error code 1 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 12 17:16:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E49616A41A; Mon, 12 Jun 2006 17:16:13 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C91A43D5D; Mon, 12 Jun 2006 17:16:13 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CHDwGj093132; Mon, 12 Jun 2006 17:13:58 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CHDwtx093131; Mon, 12 Jun 2006 17:13:58 GMT (envelope-from njl) Message-Id: <200606121713.k5CHDwtx093131@repoman.freebsd.org> From: Nate Lawson Date: Mon, 12 Jun 2006 17:13:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 17:16:13 -0000 njl 2006-06-12 17:13:57 UTC FreeBSD src repository Modified files: sys/dev/acpica acpivar.h Log: Check in file missed in last commit. It made it into the MFC properly though. Revision Changes Path 1.101 +1 -1 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Mon Jun 12 17:20:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1FD016A41A; Mon, 12 Jun 2006 17:20:47 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4022A43D49; Mon, 12 Jun 2006 17:20:45 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k5CHKUuo030036; Mon, 12 Jun 2006 13:20:31 -0400 X-ORBL: [71.139.104.128] Received: from [10.0.5.50] (ppp-71-139-104-128.dsl.snfc21.pacbell.net [71.139.104.128]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k5CHKfBR135214; Mon, 12 Jun 2006 13:20:42 -0400 Message-ID: <448DA202.5020009@root.org> Date: Mon, 12 Jun 2006 10:18:58 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200606112031.k5BKVf8u056762@repoman.freebsd.org> <867j3m2ujs.fsf@xps.des.no> In-Reply-To: <867j3m2ujs.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 17:20:47 -0000 Dag-Erling Smørgrav wrote: > Nate Lawson writes: >> Log: >> By default, don't disable ACPI during reboot. This appears to hang some >> systems. Introduce a new sysctl "hw.acpi.disable_on_reboot" that allows >> users to re-enable the old behavior in case it's needed for some systems. >> We never disable in the power-off path. > > Seems like you forgot something: > > cc -O2 -pipe -march=pentium4 -DACPI_USE_LOCAL_CACHE -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/xps/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/xps -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -std=c99 -c /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c: In function `acpi_attach': > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:525: error: structure has no member named `acpi_do_disable' > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c: In function `acpi_shutdown_final': > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:1672: error: structure has no member named `acpi_do_disable' > *** Error code 1 > > DES Thanks, wasn't in the original commit but was in the MFC. pointy hat for today -- Nate From owner-cvs-src@FreeBSD.ORG Mon Jun 12 17:22:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1861A16A41F; Mon, 12 Jun 2006 17:22:26 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C4E43D79; Mon, 12 Jun 2006 17:22:08 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 8C0BB2085; Mon, 12 Jun 2006 19:22:04 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 1D7972082; Mon, 12 Jun 2006 19:22:04 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id E2EAF33C8D; Mon, 12 Jun 2006 19:22:03 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Warner Losh References: <200606121446.k5CEkif0074119@repoman.freebsd.org> Date: Mon, 12 Jun 2006 19:22:03 +0200 In-Reply-To: <200606121446.k5CEkif0074119@repoman.freebsd.org> (Warner Losh's message of "Mon, 12 Jun 2006 14:46:44 +0000 (UTC)") Message-ID: <86y7w21e84.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/atkbdc atkbdc_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 17:22:26 -0000 Warner Losh writes: > Log: > MFp4: need machine/bus.h here since we use bus space macros. It used to > be brought in by name-space polluted sys/rman.h. puc has the same issue. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 12 18:17:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9D116A41A; Mon, 12 Jun 2006 18:17:05 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD3543D6A; Mon, 12 Jun 2006 18:17:05 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CIEnr1098263; Mon, 12 Jun 2006 18:14:49 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CIEn0H098262; Mon, 12 Jun 2006 18:14:49 GMT (envelope-from des) Message-Id: <200606121814.k5CIEn0H098262@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 12 Jun 2006 18:14:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 18:17:05 -0000 des 2006-06-12 18:14:49 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: Add the model name, obtained from the hw.model sysctl variable. MFC after: 3 weeks Revision Changes Path 1.95 +12 -2 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 19:25:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736CA16A46F; Mon, 12 Jun 2006 19:25:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D1C43D48; Mon, 12 Jun 2006 19:25:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CJMid6003003; Mon, 12 Jun 2006 19:22:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CJMigF003002; Mon, 12 Jun 2006 19:22:44 GMT (envelope-from imp) Message-Id: <200606121922.k5CJMigF003002@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jun 2006 19:22:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 19:25:00 -0000 imp 2006-06-12 19:22:44 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Need machine/bus.h here too Revision Changes Path 1.56 +1 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 20:07:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A0416A473; Mon, 12 Jun 2006 20:07:44 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A77243D5A; Mon, 12 Jun 2006 20:07:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CK5S3B006282; Mon, 12 Jun 2006 20:05:28 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CK5SkI006281; Mon, 12 Jun 2006 20:05:28 GMT (envelope-from alc) Message-Id: <200606122005.k5CK5SkI006281@repoman.freebsd.org> From: Alan Cox Date: Mon, 12 Jun 2006 20:05:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:07:44 -0000 alc 2006-06-12 20:05:28 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid. Most often, it isn't. Reviewed by: tegge@ Revision Changes Path 1.556 +14 -9 src/sys/amd64/amd64/pmap.c 1.560 +14 -9 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 20:13:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAAA516A418; Mon, 12 Jun 2006 20:13:02 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BB843D55; Mon, 12 Jun 2006 20:13:02 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CKAkgv006570; Mon, 12 Jun 2006 20:10:46 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CKAkk4006569; Mon, 12 Jun 2006 20:10:46 GMT (envelope-from marcel) Message-Id: <200606122010.k5CKAkk4006569@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 12 Jun 2006 20:10:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:13:03 -0000 marcel 2006-06-12 20:10:46 UTC FreeBSD src repository Modified files: sys/powerpc/conf DEFAULTS Log: Some machines have an ESCC. Make sure we build uart(4) with support for the z8530. Revision Changes Path 1.4 +1 -0 src/sys/powerpc/conf/DEFAULTS From owner-cvs-src@FreeBSD.ORG Mon Jun 12 20:31:13 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1BD316A60D; Mon, 12 Jun 2006 20:31:13 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5575843D46; Mon, 12 Jun 2006 20:31:13 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5CKVB3e015271; Mon, 12 Jun 2006 16:31:12 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Ian Dowse Date: Mon, 12 Jun 2006 16:31:06 -0400 User-Agent: KMail/1.9.1 References: <200606101704.k5AH479k065331@repoman.freebsd.org> In-Reply-To: <200606101704.k5AH479k065331@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606121631.07177.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 12 Jun 2006 16:31:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1534/Mon Jun 12 08:30:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:31:14 -0000 On Saturday 10 June 2006 13:04, Ian Dowse wrote: > iedowse 2006-06-10 17:04:07 UTC > > FreeBSD src repository > > Modified files: > sys/sys firmware.h > sys/kern subr_firmware.c > Log: > Keep firmware images on the list until they have been unregistered > with firmware_unregister(). Previously when the last driver reference > had been dropped we would clear the list entry under the assumption > that the firmware module was about to be unloaded, but this was not > true if the firmware image had been loaded manually with kldload. > > This makes it possible to manually kldload firmware images as a > workaround for drivers such as ipw that attempt to load firmware > while resuming after a suspend. > > Reviewed by: mlaier (an earlier version of the patch) I think you still need to clear the entire entry in unloadentry() and not just clear fp->file. Otherwise, another thread could gain a reference on this entry in the table after you drop the firmware mutex and before firmware_unregister() is ran by the kernel linker. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jun 12 20:38:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8FE516A473; Mon, 12 Jun 2006 20:38:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632BA43D49; Mon, 12 Jun 2006 20:38:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CKa0GM008167; Mon, 12 Jun 2006 20:36:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CKa06B008164; Mon, 12 Jun 2006 20:36:00 GMT (envelope-from jhb) Message-Id: <200606122036.k5CKa06B008164@repoman.freebsd.org> From: John Baldwin Date: Mon, 12 Jun 2006 20:36:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/ndis winx32_wrap.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:38:16 -0000 jhb 2006-06-12 20:36:00 UTC FreeBSD src repository Modified files: sys/compat/ndis winx32_wrap.S Log: Forcefully turn off GPROF in this file if it is enabled as GPROF's attempt to use a macro for 'ret' doesn't play well with the wrappers trying to implement 'Pascal-style' calling conventions. Revision Changes Path 1.5 +5 -0 src/sys/compat/ndis/winx32_wrap.S From owner-cvs-src@FreeBSD.ORG Mon Jun 12 20:40:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AD0F16A479; Mon, 12 Jun 2006 20:40:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DC443D49; Mon, 12 Jun 2006 20:40:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CKcHTL008263; Mon, 12 Jun 2006 20:38:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CKcHvU008262; Mon, 12 Jun 2006 20:38:17 GMT (envelope-from jhb) Message-Id: <200606122038.k5CKcHvU008262@repoman.freebsd.org> From: John Baldwin Date: Mon, 12 Jun 2006 20:38:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf NOTES src/sys/i386/conf NOTES src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:40:35 -0000 jhb 2006-06-12 20:38:17 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES sys/i386/conf NOTES sys/pc98/conf NOTES Log: Enable a few more things in x86 NOTES to get broader LINT coverage: - Turn on iwi(4), ipw(4), and ndis(4) on amd64 and i386. - Turn on ral(4) and ural(4) on i386, pc98, and amd64. Revision Changes Path 1.56 +12 -0 src/sys/amd64/conf/NOTES 1.1228 +14 -2 src/sys/i386/conf/NOTES 1.78 +5 -1 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Jun 12 21:04:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8EF16A41A; Mon, 12 Jun 2006 21:04:36 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0554143D45; Mon, 12 Jun 2006 21:04:36 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CL2JqC016982; Mon, 12 Jun 2006 21:02:19 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CL2JIf016981; Mon, 12 Jun 2006 21:02:19 GMT (envelope-from philip) Message-Id: <200606122102.k5CL2JIf016981@repoman.freebsd.org> From: Philip Paeps Date: Mon, 12 Jun 2006 21:02:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:04:36 -0000 philip 2006-06-12 21:02:19 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Add two little nuggets of wisdom I picked up at work today: The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea. -- The Wizardry Compiled by Rick Cook and Debugging is anticipated with distaste, performed with reluctance, and bragged about forever. -- Button at the Boston Computer Museum I wonder why people call me a cynic. ;-) Revision Changes Path 1.219 +7 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Jun 12 21:08:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8CA516A418; Mon, 12 Jun 2006 21:08:16 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D36143D48; Mon, 12 Jun 2006 21:08:16 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CL60TR018370; Mon, 12 Jun 2006 21:06:00 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CL60RC018369; Mon, 12 Jun 2006 21:06:00 GMT (envelope-from stefanf) Message-Id: <200606122106.k5CL60RC018369@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Jun 2006 21:06:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:08:17 -0000 stefanf 2006-06-12 21:06:00 UTC FreeBSD src repository Modified files: bin/sh cd.c Log: Don't strip a leading ./ from the path for the cd builtin to avoid interpreting .//dir as /dir. Rather strip it only for the purpose of checking if the directory path should be printed. PR: 88813 Submitted by: Josh Elsasser Patch from: NetBSD (cd.c rev 1.38) MFC after: 2 weeks Revision Changes Path 1.35 +3 -2 src/bin/sh/cd.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 21:09:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FF816A608; Mon, 12 Jun 2006 21:09:34 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0E043D6B; Mon, 12 Jun 2006 21:09:29 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CL7DHZ018468; Mon, 12 Jun 2006 21:07:13 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CL7DJt018467; Mon, 12 Jun 2006 21:07:13 GMT (envelope-from marius) Message-Id: <200606122107.k5CL7DJt018467@repoman.freebsd.org> From: Marius Strobl Date: Mon, 12 Jun 2006 21:07:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files options src/sys/i386/conf DEFAULTS src/sys/isa isa_common.c src/sys/pc98/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:09:34 -0000 marius 2006-06-12 21:07:13 UTC FreeBSD src repository Modified files: sys/conf files options sys/i386/conf DEFAULTS sys/isa isa_common.c sys/pc98/conf DEFAULTS Log: Make the ISAPNP code optional and only enable it on i386 and pc98 (used for CBUS-PNP cards there) by default, as there are no amd64 and sparc64 machines with ISA slots and which therefore could make use of this code known to exist. For sparc64 this additionally allows to get rid of the compat shims for in{b,w,l}()/out{b,w,l}() etc and the associated hacks. OK'ed by: imp, peter Revision Changes Path 1.1123 +2 -2 src/sys/conf/files 1.545 +4 -1 src/sys/conf/options 1.6 +1 -0 src/sys/i386/conf/DEFAULTS 1.45 +6 -0 src/sys/isa/isa_common.c 1.6 +1 -0 src/sys/pc98/conf/DEFAULTS From owner-cvs-src@FreeBSD.ORG Mon Jun 12 21:48:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EF316A41A; Mon, 12 Jun 2006 21:48:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E4543D53; Mon, 12 Jun 2006 21:48:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CLkNLI023572; Mon, 12 Jun 2006 21:46:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CLkNax023570; Mon, 12 Jun 2006 21:46:23 GMT (envelope-from jhb) Message-Id: <200606122146.k5CLkNax023570@repoman.freebsd.org> From: John Baldwin Date: Mon, 12 Jun 2006 21:46:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:48:40 -0000 jhb 2006-06-12 21:46:23 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: Use fget() in kqueue_register() instead of doing all the work by hand. Revision Changes Path 1.103 +3 -17 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 22:28:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898DB16A477; Mon, 12 Jun 2006 22:28:59 +0000 (UTC) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5E143D45; Mon, 12 Jun 2006 22:28:58 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.6/8.13.6) with ESMTP id k5CMSwvu007049; Mon, 12 Jun 2006 15:28:58 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.6/8.13.1/Submit) id k5CMSvJp007036; Mon, 12 Jun 2006 15:28:57 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Jun 2006 15:28:57 -0700 From: "David O'Brien" To: Dag-Erling Smorgrav Message-ID: <20060612222857.GA87072@dragon.NUXI.org> References: <200508121248.j7CCmpxU046150@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508121248.j7CCmpxU046150@repoman.freebsd.org> X-Operating-System: FreeBSD 7.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.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 12 Jun 2006 22:28:59 -0000 On Fri, Aug 12, 2005 at 12:48:51PM +0000, Dag-Erling Smorgrav wrote: > des 2005-08-12 12:48:51 UTC > > FreeBSD src repository > > Modified files: > lib/libfetch ftp.c > Log: > Change directory one level at a time, and use CDUP to back out. This is a > work in progress; it partially fixed bin/83278 and is a prerequisite to > fixing bin/83277. > > PR: bin/83277, bin/83278 This may be a case of trying to fix bin/83278 and not yet fixing bin/83277, but this commit broke 'pkg_add -r foo' where "foo" has dependancies. Can you take a look at this fix ASAP? (I will privately email you debug output.) thanks, -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Jun 12 22:34:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F9C16A418; Mon, 12 Jun 2006 22:34:40 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3583043D5A; Mon, 12 Jun 2006 22:34:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0CD561A4DA8; Mon, 12 Jun 2006 15:34:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DB0765134C; Mon, 12 Jun 2006 18:34:33 -0400 (EDT) Date: Mon, 12 Jun 2006 18:34:32 -0400 From: Kris Kennaway To: David O'Brien Message-ID: <20060612223432.GA75317@xor.obsecurity.org> References: <200508121248.j7CCmpxU046150@repoman.freebsd.org> <20060612222857.GA87072@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20060612222857.GA87072@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 22:34:40 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 12, 2006 at 03:28:57PM -0700, David O'Brien wrote: > On Fri, Aug 12, 2005 at 12:48:51PM +0000, Dag-Erling Smorgrav wrote: > > des 2005-08-12 12:48:51 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > lib/libfetch ftp.c=20 > > Log: > > Change directory one level at a time, and use CDUP to back out. This= is a > > work in progress; it partially fixed bin/83278 and is a prerequisite = to > > fixing bin/83277. > > =20 > > PR: bin/83277, bin/83278 >=20 > This may be a case of trying to fix bin/83278 and not yet fixing > bin/83277, but this commit broke 'pkg_add -r foo' where "foo" has > dependancies. >=20 > Can you take a look at this fix ASAP? > (I will privately email you debug output.) I've seen this problem too actually. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjev4Wry0BWjoQKURAqNxAJ9vkxhzlw+0TURWGJfhyKYopEwEgQCdGhJG fFBnwk+9WADoAAKXhadkB6Q= =Gsq6 -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-cvs-src@FreeBSD.ORG Mon Jun 12 22:41:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F1616A46F; Mon, 12 Jun 2006 22:41:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C798743D48; Mon, 12 Jun 2006 22:41:48 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CMdWH4031285; Mon, 12 Jun 2006 22:39:32 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CMdW9u031284; Mon, 12 Jun 2006 22:39:32 GMT (envelope-from obrien) Message-Id: <200606122239.k5CMdW9u031284@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 12 Jun 2006 22:39:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add main.c src/usr.sbin/pkg_install/create main.c src/usr.sbin/pkg_install/delete main.c src/usr.sbin/pkg_install/info main.c src/usr.sbin/pkg_install/lib global.c lib.h src/usr.sbin/pkg_install/version main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 22:41:49 -0000 obrien 2006-06-12 22:39:32 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c usr.sbin/pkg_install/create main.c usr.sbin/pkg_install/delete main.c usr.sbin/pkg_install/info main.c usr.sbin/pkg_install/lib global.c lib.h usr.sbin/pkg_install/version main.c Log: Allow variable amounts of verbosity. Revision Changes Path 1.68 +1 -1 src/usr.sbin/pkg_install/add/main.c 1.39 +1 -1 src/usr.sbin/pkg_install/create/main.c 1.28 +1 -1 src/usr.sbin/pkg_install/delete/main.c 1.50 +1 -1 src/usr.sbin/pkg_install/info/main.c 1.11 +1 -1 src/usr.sbin/pkg_install/lib/global.c 1.59 +1 -1 src/usr.sbin/pkg_install/lib/lib.h 1.7 +1 -1 src/usr.sbin/pkg_install/version/main.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 22:45:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0372C16A418; Mon, 12 Jun 2006 22:45:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6062A43D62; Mon, 12 Jun 2006 22:45:54 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CMhcEf031772; Mon, 12 Jun 2006 22:43:38 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CMhcIq031771; Mon, 12 Jun 2006 22:43:38 GMT (envelope-from thompsa) Message-Id: <200606122243.k5CMhcIq031771@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 12 Jun 2006 22:43:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 22:45:58 -0000 thompsa 2006-06-12 22:43:37 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Use bit operations to get a locally administered address rather than using a hardcoded OUI code. Revision Changes Path 1.63 +4 -5 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 22:59:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8A516A41B; Mon, 12 Jun 2006 22:59:41 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16D43D49; Mon, 12 Jun 2006 22:59:41 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CMvOnp033333; Mon, 12 Jun 2006 22:57:24 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CMvOVS033332; Mon, 12 Jun 2006 22:57:24 GMT (envelope-from cognet) Message-Id: <200606122257.k5CMvOVS033332@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jun 2006 22:57:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 kb920x_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 22:59:41 -0000 cognet 2006-06-12 22:57:24 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: MFp4: Increase the L1 pagetable needed for the kernel from 8 to 22, to be able to boot fat kernels. Revision Changes Path 1.6 +1 -1 src/sys/arm/at91/kb920x_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Jun 12 23:01:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1FC16A46F; Mon, 12 Jun 2006 23:01:10 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F116743D5F; Mon, 12 Jun 2006 23:01:06 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CMwoAM033536; Mon, 12 Jun 2006 22:58:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CMwolS033535; Mon, 12 Jun 2006 22:58:50 GMT (envelope-from cognet) Message-Id: <200606122258.k5CMwolS033535@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jun 2006 22:58:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf Makefile.arm src/sys/arm/arm elf_trampoline.c inckern.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 23:01:10 -0000 cognet 2006-06-12 22:58:50 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm sys/arm/arm elf_trampoline.c inckern.S Log: MFp4: - Try hard to calculate a safe sp, so that the stack doesn't get smashed while uncompressing or relocating the kernel. - Bring in code needed to calculate the cacheline size etc, needed for arm9_idcache_wbinv_all. Revision Changes Path 1.7 +131 -10 src/sys/arm/arm/elf_trampoline.c 1.3 +8 -0 src/sys/arm/arm/inckern.S 1.28 +3 -1 src/sys/conf/Makefile.arm From owner-cvs-src@FreeBSD.ORG Mon Jun 12 23:31:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1471416A476; Mon, 12 Jun 2006 23:31:10 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C552E43D45; Mon, 12 Jun 2006 23:31:09 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5CNSrDn037937; Mon, 12 Jun 2006 23:28:53 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5CNSrMw037936; Mon, 12 Jun 2006 23:28:53 GMT (envelope-from grog) Message-Id: <200606122328.k5CNSrMw037936@repoman.freebsd.org> From: Greg Lehey Date: Mon, 12 Jun 2006 23:28:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 23:31:10 -0000 grog 2006-06-12 23:28:53 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Burying UNIX--a quote by Rob Pike, Seen on The UNIX Heritage Society mailing list. Revision Changes Path 1.220 +13 -3 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Jun 12 23:37:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD51816A41A; Mon, 12 Jun 2006 23:37:54 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3994443D45; Mon, 12 Jun 2006 23:37:54 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 202F7131D73; Tue, 13 Jun 2006 09:07:53 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E87DA8675C; Tue, 13 Jun 2006 09:07:52 +0930 (CST) Date: Tue, 13 Jun 2006 09:07:52 +0930 From: Greg 'groggy' Lehey To: John Baldwin Message-ID: <20060612233752.GH79172@wantadilla.lemis.com> References: <200606070333.k573XmRc067920@repoman.freebsd.org> <200606090853.48604.jhb@freebsd.org> <20060610005707.GK7549@wantadilla.lemis.com> <200606120849.57695.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZYOWEO2dMm2Af3e3" Content-Disposition: inline In-Reply-To: <200606120849.57695.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Tom Rhodes , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 23:37:55 -0000 --ZYOWEO2dMm2Af3e3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 12 June 2006 at 8:49:56 -0400, John Baldwin wrote: > On Friday 09 June 2006 20:57, Greg 'groggy' Lehey wrote: >> On Friday, 9 June 2006 at 8:53:47 -0400, John Baldwin wrote: >>> On Wednesday 07 June 2006 20:48, Greg 'groggy' Lehey wrote: >> Obfuscation is always wrong. > > Not in this case. There's only one value of "always. Obfuscation is always wrong. >>>> The only justification for this regression is that it's really >>>> difficult to get everything right. >> >> Otherwise people would have fixed it. > > No, you aren't reading what I'm saying. In fact, it's the other way round. You're not understanding what *I* am saying. The real issue here is distinguishing between a feature and bug that is difficult to fix. > The justification is a _fundamental_ _design_ FLAW in how 'make > world' works. You can't just patch around that. You can't force > 'make world' to boot up a new kernel for you that will work with the > new userland you are about to install. Why not? This is in fact pretty much what System V does in a slightly different situation. It's not done well, but as I said, it's difficult. Greg -- See complete headers for address and phone numbers. --ZYOWEO2dMm2Af3e3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFEjfrQIubykFB6QiMRAhoMAJ96LkeeI1PViX2sjh305boXpZdNiACfcZFl pKzX3UmNlzpY5E2/aWcycTU= =RgWs -----END PGP SIGNATURE----- --ZYOWEO2dMm2Af3e3-- From owner-cvs-src@FreeBSD.ORG Mon Jun 12 23:42:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A1716A418; Mon, 12 Jun 2006 23:42:43 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D992843D45; Mon, 12 Jun 2006 23:42:42 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id D94DC131D73; Tue, 13 Jun 2006 09:12:41 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id B63F28675C; Tue, 13 Jun 2006 09:12:41 +0930 (CST) Date: Tue, 13 Jun 2006 09:12:41 +0930 From: Greg 'groggy' Lehey To: Wilko Bulte Message-ID: <20060612234241.GI79172@wantadilla.lemis.com> References: <200606120756.k5C7uX3J030035@repoman.freebsd.org> <86u06qsev4.fsf@xps.des.no> <200606121525.11970.max@love2party.net> <20060612134432.GA32445@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jQIvE3yXcK9X9HBh" Content-Disposition: inline In-Reply-To: <20060612134432.GA32445@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , Max Laier , Wilko Bulte Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 23:42:43 -0000 --jQIvE3yXcK9X9HBh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Monday, 12 June 2006 at 15:44:32 +0200, Wilko Bulte wrote: > On Mon, Jun 12, 2006 at 03:24:58PM +0200, Max Laier wrote.. >> On Monday 12 June 2006 15:06, Dag-Erling Sm=F8rgrav wrote: >>> Wilko Bulte writes: >>>> Log: >>>> Any sufficiently simple directive can be obfuscated beyond reason >>>> given proper legal council. >>> >>> The correct spelling is "counsel". >> >> but the correct quote is "council [sic]". > > Yes, I know. Like you say: it is a 1:1 cut-n-paste. > /me no native speaker no ;-) I'm a fan of literal quotations. I'm not sure whether you fixed it or broke it. Greg -- See complete headers for address and phone numbers. --jQIvE3yXcK9X9HBh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFEjfvxIubykFB6QiMRAohpAKCb8dmmY7eMVLemAfQ05UlL1/EEAwCgnENj J2/jCJZJ+tLPgLJxkbXgeTg= =w3lF -----END PGP SIGNATURE----- --jQIvE3yXcK9X9HBh-- From owner-cvs-src@FreeBSD.ORG Tue Jun 13 00:50:50 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5518D16A418; Tue, 13 Jun 2006 00:50:50 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 0549A43D5C; Tue, 13 Jun 2006 00:50:48 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 13 Jun 2006 01:50:47 +0100 (IST) To: John Baldwin In-Reply-To: Your message of "Mon, 12 Jun 2006 16:31:06 EDT." <200606121631.07177.john@baldwin.cx> Date: Tue, 13 Jun 2006 01:50:43 +0100 From: Ian Dowse Message-ID: <200606130150.aa12882@nowhere.iedowse.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Ian Dowse Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 00:50:50 -0000 In message <200606121631.07177.john@baldwin.cx>, John Baldwin writes: >On Saturday 10 June 2006 13:04, Ian Dowse wrote: >> Keep firmware images on the list until they have been unregistered >> with firmware_unregister(). Previously when the last driver reference >> had been dropped we would clear the list entry under the assumption >> that the firmware module was about to be unloaded, but this was not >> true if the firmware image had been loaded manually with kldload. > >I think you still need to clear the entire entry in unloadentry() and not just >clear fp->file. Otherwise, another thread could gain a reference on this >entry in the table after you drop the firmware mutex and before >firmware_unregister() is ran by the kernel linker. That would bring back the original issue where a manually kldloaded firmware image would be removed from the list when a driver calls firmware_put(), even though the kld will remain loaded; there is nothing that a driver can do to get the entry back on the list since calling linker_reference_module() will not result in a call to firmware_register() because the module is already (manually) loaded. Shouldn't this race be fixed by your other suggested change of having a firmware_unregister() failure preventing the image module from unloading? (I didn't realise it wasn't already checking) The firmware_unregister() function atomically checks for references and clears the full entry, so with your change there is no way for the module to be unloaded while a reference exists. Ian From owner-cvs-src@FreeBSD.ORG Tue Jun 13 00:59:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D59F16A474; Tue, 13 Jun 2006 00:59:28 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C5443D48; Tue, 13 Jun 2006 00:59:27 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5D0vAvW053182; Tue, 13 Jun 2006 00:57:10 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5D0vAxe053181; Tue, 13 Jun 2006 00:57:10 GMT (envelope-from cognet) Message-Id: <200606130057.k5D0vAxe053181@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 13 Jun 2006 00:57:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 00:59:28 -0000 cognet 2006-06-13 00:57:10 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk Log: Handle MFS_IMAGE in the ${FULLKERNEL} target, so that we can build kernel with MFS root without debugging. Revision Changes Path 1.94 +9 -9 src/sys/conf/kern.post.mk From owner-cvs-src@FreeBSD.ORG Tue Jun 13 01:42:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6241A16A46F; Tue, 13 Jun 2006 01:42:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A50A43D45; Tue, 13 Jun 2006 01:42:05 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5D1dmu4056705; Tue, 13 Jun 2006 01:39:48 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5D1dmNS056704; Tue, 13 Jun 2006 01:39:48 GMT (envelope-from yongari) Message-Id: <200606130139.k5D1dmNS056704@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 13 Jun 2006 01:39:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h src/sys/modules/sk Makefile src/sys/pci if_sk.c if_skreg.h xmaciireg.h yukonreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 01:42:05 -0000 yongari 2006-06-13 01:39:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/modules/sk Makefile Added files: (Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h Removed files: (Branch: RELENG_6) sys/pci if_sk.c if_skreg.h xmaciireg.h yukonreg.h Log: Moved sk(4) to /sys/dev/sk to sync with HEAD. Revision Changes Path 1.1031.2.30 +1 -1 src/sys/conf/files 1.125.2.1 +3065 -0 src/sys/dev/sk/if_sk.c (new) 1.36.2.1 +1507 -0 src/sys/dev/sk/if_skreg.h (new) 1.5.2.1 +403 -0 src/sys/dev/sk/xmaciireg.h (new) 1.3.2.1 +171 -0 src/sys/dev/sk/yukonreg.h (new) 1.12.14.1 +2 -2 src/sys/modules/sk/Makefile 1.106.2.9 +0 -3054 src/sys/pci/if_sk.c (dead) 1.29.2.2 +0 -1504 src/sys/pci/if_skreg.h (dead) 1.4.2.1 +0 -403 src/sys/pci/xmaciireg.h (dead) 1.2.2.1 +0 -171 src/sys/pci/yukonreg.h (dead) From owner-cvs-src@FreeBSD.ORG Tue Jun 13 01:53:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE2F916A41F; Tue, 13 Jun 2006 01:53:51 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A5643D4C; Tue, 13 Jun 2006 01:53:51 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5D1pYWM057326; Tue, 13 Jun 2006 01:51:34 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5D1pYql057325; Tue, 13 Jun 2006 01:51:34 GMT (envelope-from emaste) Message-Id: <200606130151.k5D1pYql057325@repoman.freebsd.org> From: Ed Maste Date: Tue, 13 Jun 2006 01:51:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 01:53:52 -0000 emaste 2006-06-13 01:51:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_ethersubr.c Log: MFC r1.184: Check for non-NULL ac_netgraph field in interface arpcom, instead of checking global presence of ng_ether(4). Reviewed by: ru Revision Changes Path 1.177.2.13 +4 -4 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 02:14:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D43416A418; Tue, 13 Jun 2006 02:14:10 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3463B43D45; Tue, 13 Jun 2006 02:14:10 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5D2Brnl059565; Tue, 13 Jun 2006 02:11:53 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5D2Brlc059564; Tue, 13 Jun 2006 02:11:53 GMT (envelope-from yongari) Message-Id: <200606130211.k5D2Brlc059564@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 13 Jun 2006 02:11:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 02:14:10 -0000 yongari 2006-06-13 02:11:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h Log: Sync with HEAD. - bus_dma(9), MPSAFE conversion - rework PHY setup - fix false watchdog timeout Revision Changes Path 1.125.2.2 +1688 -583 src/sys/dev/sk/if_sk.c 1.36.2.2 +124 -45 src/sys/dev/sk/if_skreg.h 1.5.2.2 +3 -0 src/sys/dev/sk/xmaciireg.h 1.3.2.2 +30 -11 src/sys/dev/sk/yukonreg.h From owner-cvs-src@FreeBSD.ORG Tue Jun 13 02:38:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DBD16A41B; Tue, 13 Jun 2006 02:38:25 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A4B43D48; Tue, 13 Jun 2006 02:38:24 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5D2a7Gc060811; Tue, 13 Jun 2006 02:36:07 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5D2a78T060810; Tue, 13 Jun 2006 02:36:07 GMT (envelope-from yongari) Message-Id: <200606130236.k5D2a78T060810@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 13 Jun 2006 02:36:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 02:38:25 -0000 yongari 2006-06-13 02:36:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/conf GENERIC Log: MFC 1.108 to RELENG_6 Uncomment sk(4) as it's now working. Revision Changes Path 1.96.2.7 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Jun 13 02:54:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC3816A41A; Tue, 13 Jun 2006 02:54:41 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32ABD43D46; Tue, 13 Jun 2006 02:54:41 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k5D2v9u0068654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Jun 2006 22:57:09 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 12 Jun 2006 22:54:26 -0400 From: Tom Rhodes To: Ceri Davies Message-Id: <20060612225426.67e2108c.trhodes@FreeBSD.org> In-Reply-To: <20060610112155.GF23618@submonkey.net> References: <200606070333.k573XmRc067920@repoman.freebsd.org> <200606071051.47070.jhb@freebsd.org> <20060608004803.GK81573@wantadilla.lemis.com> <200606090853.48604.jhb@freebsd.org> <20060609203802.7cbdf70f.trhodes@FreeBSD.org> <20060610112155.GF23618@submonkey.net> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: grog@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 02:54:41 -0000 On Sat, 10 Jun 2006 12:21:55 +0100 Ceri Davies wrote: > On Fri, Jun 09, 2006 at 08:38:02PM -0400, Tom Rhodes wrote: > > On Fri, 9 Jun 2006 08:53:47 -0400 > > John Baldwin wrote: > > > > > On Wednesday 07 June 2006 20:48, Greg 'groggy' Lehey wrote: > > > > On Wednesday, 7 June 2006 at 10:51:45 -0400, John Baldwin wrote: > > > > > On Tuesday 06 June 2006 23:33, Tom Rhodes wrote: > > > > >> trhodes 2006-06-07 03:33:48 UTC > > > > >> > > > > >> FreeBSD src repository > > > > >> > > > > >> Modified files: > > > > >> . Makefile README > > > > >> Log: > > > > >> Simply running ``make world'' will bomb unless you dig up the > > > > >> undocumented HISTORICAL_MAKE_WORLD variable and set it. Note it > > > > >> here so the blow up will not really be a surprise to people who > > > > >> read. > > > > > > > > > > I thought the obfuscation was intentional as very few people should > > > > > be doing a 'make world' without a custom DESTDIR these days. > > > > > > > > Then there's no reason not to document it. > > > > > > > > Warning: FORCE_ROOT_INSTALL can render your system unusable by > > > > overwriting existing configuration files. Do not use it unless you > > > > are completely aware of the consequences. > > > > > > > > And yes, a descriptive name like FORCE_ROOT_INSTALL, not > > > > HISTORICAL_MAKE_WORLD. > > > > > > Describing it would subvert the intended obfuscation. > > > > > > > > Certainly people new to FreeBSD shouldn't be doing it; only those > > > > > with the command hardwired into their brains. We've had > > > > > buildworld/installworld since 2.2.5 (or 2.2.6) I think as I've only > > > > > had to do a 'make world' once to go from 2.2.2 to 2.2.6. :) > > > > > > > > FWIW, that's when the rot set in IMO. One of the nice things about > > > > FreeBSD *used* to be that to upgrade the system you just needed to do > > > > "make world". Now you have a lot more work. > > > > > > > > The only justification for this regression is that it's really > > > > difficult to get everything right. But that's a bug, not a feature. > > > > > > No, the justification is that 'make world' completely ignores the kernel and > > > only handles userland, and an operating system is both a kernel and a > > > userland and that users should update those together. If you as a developer > > > want to use make world you can either run the two commands back to back or > > > you can put I_REALLY_KNOW_WHAT_IM_DOING_AND_WANT_TO_HOSE_MY_MACHINE in > > > make.conf or something. However, developers wanting to do this are in the > > > _VAST_ minority and I'd much rather cater to the other 99% of the world. > > > > Hmmm. Perhaps a warning like this and then kill the > > HISTORICAL_MAKE_WORLD target and related docs? > > I don't like that. Our users should now be in the habit of not running > "make world", so I don't really see the win. They have needed to do > this since July 2004 (revisions 1.302 and 1.303), when a core hat was used > to achieve the situation prior to Tom's commit (see revision 1.304). I > don't see why this needs to change again, or how doing so serves the > user base. > > I suggest that the archives are consulted for the original discussion > re: this particular colour of bikeshed before we waste any more time. John already gave another good reason for why idea was bad, consider it dropped. Unless someone has a better fix? -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Tue Jun 13 03:14:51 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D1D16A418; Tue, 13 Jun 2006 03:14:51 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA21E43D48; Tue, 13 Jun 2006 03:14:50 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k5D3Elrh004009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Jun 2006 06:14:47 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6) with ESMTP id k5D3ElC6071298; Tue, 13 Jun 2006 06:14:47 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k5D3Elu2071297; Tue, 13 Jun 2006 06:14:47 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 13 Jun 2006 06:14:46 +0300 From: Kostik Belousov To: Pyun YongHyeon Message-ID: <20060613031446.GQ54415@deviant.kiev.zoral.com.ua> References: <200606130211.k5D2Brlc059564@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="glwmnIOgU1tcuP7N" Content-Disposition: inline In-Reply-To: <200606130211.k5D2Brlc059564@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 03:14:51 -0000 --glwmnIOgU1tcuP7N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 13, 2006 at 02:11:53AM +0000, Pyun YongHyeon wrote: > yongari 2006-06-13 02:11:53 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h=20 > Log: > Sync with HEAD. > - bus_dma(9), MPSAFE conversion I updated my home machine (with P4P800 motherboard). sk0 interface works. In dmesg I have: skc0: <3Com 3C940 Gigabit Ethernet> port 0xd800-0xd8ff mem 0xfeaf8000-0xfea= fbfff irq 22 at device 5.0 on pci2 skc0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfeaf8000 skc0: interrupt moderation is 100 us skc0: 3Com Gigabit LOM (3C940) rev. (0x1) skc0: PN: 40-0779-000 skc0: EC: Rev. 1.2 skc0: MN: 3Com skc0: SN: HFSR9B01E8 skc0: chip ver =3D 0xb0 skc0: chip rev =3D 0x01 skc0: SK_EPROM0 =3D 0x00 skc0: SRAM size =3D 0x020000 sk0: on skc0 sk0: bpf attached sk0: Ethernet address: 00:0e:a6:45:c7:75 miibus0: on sk0 e1000phy0: on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX= , auto ioapic0: routing intpin 22 (PCI IRQ 22) to vector 50 skc0: [GIANT-LOCKED] ^^^^^^^^^^^^^^^^^^^^^ Is it right ? --glwmnIOgU1tcuP7N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEji2lC3+MBN1Mb4gRAobrAKDWnW6xKMolEcBw2T7zAZtVcn1t3QCfQeir PsIYBsJVBBmAjjjmhpN8joE= =pcKj -----END PGP SIGNATURE----- --glwmnIOgU1tcuP7N-- From owner-cvs-src@FreeBSD.ORG Tue Jun 13 03:41:26 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C96416A41F for ; Tue, 13 Jun 2006 03:41:26 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9433243D49 for ; Tue, 13 Jun 2006 03:41:23 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so933994nzf for ; Mon, 12 Jun 2006 20:41:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=t7rAkbpL/3C9bA2oiyQBCiawfKxnRhC3A79tYjpzerjaecIIafa8w3isuVVzQxJQhkH164GJuo/N7ioML75ELQMYOdtCZJhA+hd/+ZGV215E8OzDMJsKs8gv1cUx8a4b4+RCkgK08vnPGmt55tVvSApRd2WwAO1o1lsGvgg4/NI= Received: by 10.36.113.12 with SMTP id l12mr8818935nzc; Mon, 12 Jun 2006 20:41:23 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 16sm10130579nzo.2006.06.12.20.41.20; Mon, 12 Jun 2006 20:41:22 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k5D3fTME007108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Jun 2006 12:41:29 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k5D3fSl0007107; Tue, 13 Jun 2006 12:41:28 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 13 Jun 2006 12:41:28 +0900 From: Pyun YongHyeon To: Kostik Belousov Message-ID: <20060613034128.GB5446@cdnetworks.co.kr> References: <200606130211.k5D2Brlc059564@repoman.freebsd.org> <20060613031446.GQ54415@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060613031446.GQ54415@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 03:41:26 -0000 On Tue, Jun 13, 2006 at 06:14:46AM +0300, Kostik Belousov wrote: > On Tue, Jun 13, 2006 at 02:11:53AM +0000, Pyun YongHyeon wrote: > > yongari 2006-06-13 02:11:53 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h > > Log: > > Sync with HEAD. > > - bus_dma(9), MPSAFE conversion > I updated my home machine (with P4P800 motherboard). sk0 interface > works. In dmesg I have: > > skc0: <3Com 3C940 Gigabit Ethernet> port 0xd800-0xd8ff mem 0xfeaf8000-0xfeafbfff > irq 22 at device 5.0 on pci2 > skc0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfeaf8000 > skc0: interrupt moderation is 100 us > skc0: 3Com Gigabit LOM (3C940) rev. (0x1) > skc0: PN: 40-0779-000 > skc0: EC: Rev. 1.2 > skc0: MN: 3Com > skc0: SN: HFSR9B01E8 > skc0: chip ver = 0xb0 > skc0: chip rev = 0x01 > skc0: SK_EPROM0 = 0x00 > skc0: SRAM size = 0x020000 > sk0: on skc0 > sk0: bpf attached > sk0: Ethernet address: 00:0e:a6:45:c7:75 > miibus0: on sk0 > e1000phy0: on miibus0 > e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto > ioapic0: routing intpin 22 (PCI IRQ 22) to vector 50 > skc0: [GIANT-LOCKED] > ^^^^^^^^^^^^^^^^^^^^^ Is it right ? Maybe debug.mpsafenet=0 due to the instability of the driver? -- Regards, Pyun YongHyeon From owner-cvs-src@FreeBSD.ORG Tue Jun 13 03:55:30 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E95416A41A; Tue, 13 Jun 2006 03:55:30 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7175B43D45; Tue, 13 Jun 2006 03:55:29 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k5D3tPNq005001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Jun 2006 06:55:25 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6) with ESMTP id k5D3tRtE044640; Tue, 13 Jun 2006 06:55:27 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k5D3tQwH044622; Tue, 13 Jun 2006 06:55:26 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 13 Jun 2006 06:55:26 +0300 From: Konstantin Belousov To: Pyun YongHyeon Message-ID: <20060613035526.GR54415@deviant.kiev.zoral.com.ua> References: <200606130211.k5D2Brlc059564@repoman.freebsd.org> <20060613031446.GQ54415@deviant.kiev.zoral.com.ua> <20060613034128.GB5446@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eyYj78xbwv+yMvU1" Content-Disposition: inline In-Reply-To: <20060613034128.GB5446@cdnetworks.co.kr> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 03:55:30 -0000 --eyYj78xbwv+yMvU1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 13, 2006 at 12:41:28PM +0900, Pyun YongHyeon wrote: > On Tue, Jun 13, 2006 at 06:14:46AM +0300, Kostik Belousov wrote: > > skc0: [GIANT-LOCKED] > > ^^^^^^^^^^^^^^^^^^^^^ Is it right ? >=20 > Maybe debug.mpsafenet=3D0 due to the instability of the driver? Yes, I have IPSEC in the kernel, and debug.mpsafenet: 0. So, it is propagated to the drivers. Thanks for the explanation. --eyYj78xbwv+yMvU1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjjctC3+MBN1Mb4gRAoMkAJ9oa/46pOuweNWrhoA6I6UkEIFoKwCgs4un 6aaugYm8hUXGfecmBFmwU7I= =+MEo -----END PGP SIGNATURE----- --eyYj78xbwv+yMvU1-- From owner-cvs-src@FreeBSD.ORG Tue Jun 13 10:22:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F0716A418; Tue, 13 Jun 2006 10:22:20 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E6D43D5A; Tue, 13 Jun 2006 10:22:17 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DAJxeF004779; Tue, 13 Jun 2006 10:19:59 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DAJx9G004778; Tue, 13 Jun 2006 10:19:59 GMT (envelope-from des) Message-Id: <200606131019.k5DAJx9G004778@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 13 Jun 2006 10:19:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 10:22:20 -0000 des 2006-06-13 10:19:59 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: Fix a bug introduced in rev 1.92, where, when changing from one directory to another, the first CWD after a string of CDUPs would incorrectly include a slash before the directory name. Reported by: obrien PR: bin/83278 Revision Changes Path 1.94 +2 -0 src/lib/libfetch/ftp.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 10:22:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2A3216A473; Tue, 13 Jun 2006 10:22:54 +0000 (UTC) (envelope-from harry@schmalzbauer.de) Received: from flb.schmalzbauer.de (flb.schmalzbauer.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3228B43D48; Tue, 13 Jun 2006 10:22:50 +0000 (GMT) (envelope-from harry@schmalzbauer.de) Received: from sam.flintsbach.schmalzbauer.de (sam.flintsbach.schmalzbauer.de [172.21.2.4]) by flb.schmalzbauer.de (8.13.6/8.13.6) with ESMTP id k5DAMnW7086227; Tue, 13 Jun 2006 12:22:49 +0200 (CEST) (envelope-from harry@schmalzbauer.de) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.222]) by sam.flintsbach.schmalzbauer.de (Postfix) with ESMTP id 16E0FB62D; Tue, 13 Jun 2006 12:22:49 +0200 (CEST) Received: from cale.flintsbach.schmalzbauer.de (localhost [127.0.0.1]) by cale.flintsbach.schmalzbauer.de (8.13.6/8.13.6) with ESMTP id k5DAMmnh028391; Tue, 13 Jun 2006 12:22:48 +0200 (CEST) (envelope-from harry@schmalzbauer.de) Received: by cale.flintsbach.schmalzbauer.de (8.13.6/8.13.6/Submit) id k5DAMlpv028390; Tue, 13 Jun 2006 12:22:48 +0200 (CEST) (envelope-from harry@schmalzbauer.de) X-Authentication-Warning: cale.flintsbach.schmalzbauer.de: harry set sender to harry@schmalzbauer.de using -f From: Harald Schmalzbauer To: cvs-src@freebsd.org Date: Tue, 13 Jun 2006 12:22:46 +0200 User-Agent: KMail/1.9.1 References: <200606062156.k56Lun1r036666@repoman.freebsd.org> In-Reply-To: <200606062156.k56Lun1r036666@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606131222.47489.harry@schmalzbauer.de> Cc: Craig Rodrigues , src-committers@freebsd.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 10:22:54 -0000 Am Dienstag, 6. Juni 2006 23:56 schrieb Craig Rodrigues: > rodrigc 2006-06-06 21:56:49 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/mountd mountd.c > Log: > For network filesystems (NFS, samba, etc.), do not pass "export" nmount() > parameter to try to delete an NFS export. It won't work, and will log > a spurious warning to syslog. > > Tested by: Arno J. Klaassen fr> MFC after: 3 days I'd really love to see this in RELENG_6! Just out of curiosity: Does cvs give you a reminder if one commits something with a MFC mark/tag? Thanks, -Harry > > Revision Changes Path > 1.87 +15 -0 src/usr.sbin/mountd/mountd.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Tue Jun 13 10:23:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6B116A4C2; Tue, 13 Jun 2006 10:23:23 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E7843D49; Tue, 13 Jun 2006 10:23:22 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DAL3W5004932; Tue, 13 Jun 2006 10:21:03 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DAL3Ux004931; Tue, 13 Jun 2006 10:21:03 GMT (envelope-from des) Message-Id: <200606131021.k5DAL3Ux004931@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 13 Jun 2006 10:21:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 10:23:23 -0000 des 2006-06-13 10:21:03 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: Respect FETCH_BIND_ADDRESS when opening the data connection. PR: misc/98872 Revision Changes Path 1.95 +5 -0 src/lib/libfetch/ftp.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 10:26:32 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4183816A41A; Tue, 13 Jun 2006 10:26:32 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B9D43D70; Tue, 13 Jun 2006 10:26:31 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 3C57C2085; Tue, 13 Jun 2006 12:26:25 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 2E9E82082; Tue, 13 Jun 2006 12:26:25 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 0D7D733C28; Tue, 13 Jun 2006 12:26:25 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Harald Schmalzbauer References: <200606062156.k56Lun1r036666@repoman.freebsd.org> <200606131222.47489.harry@schmalzbauer.de> Date: Tue, 13 Jun 2006 12:26:24 +0200 In-Reply-To: <200606131222.47489.harry@schmalzbauer.de> (Harald Schmalzbauer's message of "Tue, 13 Jun 2006 12:22:46 +0200") Message-ID: <86r71tnygf.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Craig Rodrigues , cvs-src@freebsd.org, src-committers@freebsd.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 10:26:32 -0000 Harald Schmalzbauer writes: > Just out of curiosity: Does cvs give you a reminder if one commits > something with a MFC mark/tag? CVS doesn't, but we have a home-grown script that does. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Jun 13 10:52:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5250116A41B; Tue, 13 Jun 2006 10:52:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D0E43D77; Tue, 13 Jun 2006 10:52:48 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DAoT7S006286; Tue, 13 Jun 2006 10:50:29 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DAoTki006285; Tue, 13 Jun 2006 10:50:29 GMT (envelope-from kib) Message-Id: <200606131050.k5DAoTki006285@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 13 Jun 2006 10:50:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c nfs_srvsubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 10:52:52 -0000 kib 2006-06-13 10:50:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_serv.c nfs_srvsubs.c Log: MFC of the temporary fix for nfsd leaking GIANT. src/sys/nfsserver/nfs_serv.c rev. 1.165 src/sys/nfsserver/nfs_srvsubs.c rev. 1.141 Approved by: pjd (mentor) Revision Changes Path 1.156.2.3 +16 -0 src/sys/nfsserver/nfs_serv.c 1.136.2.3 +4 -0 src/sys/nfsserver/nfs_srvsubs.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 12:25:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE17A16A41A; Tue, 13 Jun 2006 12:25:42 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F61243D48; Tue, 13 Jun 2006 12:25:42 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DCNNJC020708; Tue, 13 Jun 2006 12:23:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DCNNMl020707; Tue, 13 Jun 2006 12:23:23 GMT (envelope-from phk) Message-Id: <200606131223.k5DCNNMl020707@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jun 2006 12:23:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys stat.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 12:25:42 -0000 phk 2006-06-13 12:23:23 UTC FreeBSD src repository Modified files: lib/libc/sys stat.2 Log: Add xref to statfs(2) Revision Changes Path 1.44 +1 -0 src/lib/libc/sys/stat.2 From owner-cvs-src@FreeBSD.ORG Tue Jun 13 12:48:24 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B251F16A41A; Tue, 13 Jun 2006 12:48:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6FE43D46; Tue, 13 Jun 2006 12:48:23 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5DCmM0c022699; Tue, 13 Jun 2006 08:48:22 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Greg 'groggy' Lehey" Date: Tue, 13 Jun 2006 08:48:21 -0400 User-Agent: KMail/1.9.1 References: <200606070333.k573XmRc067920@repoman.freebsd.org> <200606120849.57695.jhb@freebsd.org> <20060612233752.GH79172@wantadilla.lemis.com> In-Reply-To: <20060612233752.GH79172@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606130848.22261.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 13 Jun 2006 08:48:22 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1537/Tue Jun 13 07:24:06 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Tom Rhodes , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 12:48:24 -0000 On Monday 12 June 2006 19:37, Greg 'groggy' Lehey wrote: > On Monday, 12 June 2006 at 8:49:56 -0400, John Baldwin wrote: > > On Friday 09 June 2006 20:57, Greg 'groggy' Lehey wrote: > >> On Friday, 9 June 2006 at 8:53:47 -0400, John Baldwin wrote: > >>> On Wednesday 07 June 2006 20:48, Greg 'groggy' Lehey wrote: > >> Obfuscation is always wrong. > > > > Not in this case. >=20 > There's only one value of "always. Obfuscation is always wrong. Your use of "always" here is wrong. Look, the fact that 'make world' still exists is a compromise. It should be removed altogether, but as a compromise when that was brought up it was only allowed to work if one either specified a DESTDIR (as it can still be useful for cross-building the world for a netbooted box) or the undocumented knob. That was the _intentional_ nature of the compromise agreed to at least a year or so ago. Go archive-diving if you don't believe that. At this point I'd actually say we just axe HISTORICAL_MAKE_WORLD altogether and just always bomb if DESTDIR isn't set. > >>>> The only justification for this regression is that it's really > >>>> difficult to get everything right. > >> > >> Otherwise people would have fixed it. > > > > No, you aren't reading what I'm saying. >=20 > In fact, it's the other way round. You're not understanding what *I* > am saying. The real issue here is distinguishing between a feature > and bug that is difficult to fix. Makefiles don't reboot machines and control which kernel gets booted along with the AI to handle the case that something breaks! That's not in make(1)'s problem domain at all. > > The justification is a _fundamental_ _design_ FLAW in how 'make > > world' works. You can't just patch around that. You can't force > > 'make world' to boot up a new kernel for you that will work with the > > new userland you are about to install. >=20 > Why not? This is in fact pretty much what System V does in a slightly > different situation. It's not done well, but as I said, it's > difficult. Then how about this. Until you submit a patch to "fix" 'make world' to actually work, it is going to stay obfuscated since it's current implementation is unsafe and we don't want our users unnecessarily trashing their machines. If you can make a patch for /usr/src/Makefile that safely reboots the machine into a new test kernel and then does the installworld in single user mode then go for it. Oh, and it needs to handle all of the non-automatable stuff about booting kernels that we normally rely on a human to handle for OS upgrades (like if the new kernel fails to boot). =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 13 12:51:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6184A16A41B; Tue, 13 Jun 2006 12:51:34 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F35C43D53; Tue, 13 Jun 2006 12:51:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DCnFJC032485; Tue, 13 Jun 2006 12:49:15 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DCnFJo032484; Tue, 13 Jun 2006 12:49:15 GMT (envelope-from maxim) Message-Id: <200606131249.k5DCnFJo032484@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 13 Jun 2006 12:49:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys stat.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 12:51:34 -0000 maxim 2006-06-13 12:49:15 UTC FreeBSD src repository Modified files: lib/libc/sys stat.2 Log: o Sort .Xrs. Revision Changes Path 1.45 +1 -1 src/lib/libc/sys/stat.2 From owner-cvs-src@FreeBSD.ORG Tue Jun 13 13:08:27 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A549116A418; Tue, 13 Jun 2006 13:08:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A81E43D46; Tue, 13 Jun 2006 13:08:26 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5DD8P92022803; Tue, 13 Jun 2006 09:08:26 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ian Dowse Date: Tue, 13 Jun 2006 08:56:54 -0400 User-Agent: KMail/1.9.1 References: <200606130150.aa12882@nowhere.iedowse.com> In-Reply-To: <200606130150.aa12882@nowhere.iedowse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606130856.55255.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 13 Jun 2006 09:08:26 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1537/Tue Jun 13 07:24:06 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Ian Dowse Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 13:08:27 -0000 On Monday 12 June 2006 20:50, Ian Dowse wrote: > In message <200606121631.07177.john@baldwin.cx>, John Baldwin writes: > >On Saturday 10 June 2006 13:04, Ian Dowse wrote: > >> Keep firmware images on the list until they have been unregistered > >> with firmware_unregister(). Previously when the last driver reference > >> had been dropped we would clear the list entry under the assumption > >> that the firmware module was about to be unloaded, but this was not > >> true if the firmware image had been loaded manually with kldload. > > > >I think you still need to clear the entire entry in unloadentry() and no= t just > >clear fp->file. Otherwise, another thread could gain a reference on thi= s=20 > >entry in the table after you drop the firmware mutex and before=20 > >firmware_unregister() is ran by the kernel linker. >=20 > That would bring back the original issue where a manually kldloaded > firmware image would be removed from the list when a driver calls > firmware_put(), even though the kld will remain loaded; there is > nothing that a driver can do to get the entry back on the list since > calling linker_reference_module() will not result in a call to > firmware_register() because the module is already (manually) loaded. No it wouldn't. :) unloadentry() is only called when we are unloading an explicitly loaded module from the taskqueue. That is where I think the 'fp->file =3D NULL' should be changed to 'clearentry()'. Either that or don't clear fp->file at all. > Shouldn't this race be fixed by your other suggested change of > having a firmware_unregister() failure preventing the image module > from unloading? (I didn't realise it wasn't already checking) The > firmware_unregister() function atomically checks for references and > clears the full entry, so with your change there is no way for the > module to be unloaded while a reference exists. No. You've cleared fp->file. This means that if the other thread gets a reference, the firmware_unregister() will fail, but now the kernel will never unload this file on a subsequent firmware_put() since it won't see that it was explicitly loaded by the kernel since fp->file =3D=3D NULL. The awk script patch fixes a different race where kldunload would succeed even though there were open references and drivers would have pointers into unmapped memory (or possibly mapped to something else). =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 13 13:15:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815D016A418; Tue, 13 Jun 2006 13:15:16 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA1E43D45; Tue, 13 Jun 2006 13:15:16 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DDCvHT034814; Tue, 13 Jun 2006 13:12:57 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DDCvbZ034813; Tue, 13 Jun 2006 13:12:57 GMT (envelope-from davidxu) Message-Id: <200606131312.k5DDCvbZ034813@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jun 2006 13:12:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES files options src/sys/kern kern_clock.c kern_switch.c sched_4bsd.c sched_core.c sched_ule.c src/sys/sys sched.h src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 13:15:16 -0000 davidxu 2006-06-13 13:12:57 UTC FreeBSD src repository Modified files: sys/conf NOTES files options sys/kern kern_clock.c kern_switch.c sched_4bsd.c sched_ule.c sys/sys sched.h sys/i386/conf GENERIC sys/amd64/conf GENERIC Added files: sys/kern sched_core.c Log: Add scheduler CORE, the work I have done half a year ago, recent, I picked it up again. The scheduler is forked from ULE, but the algorithm to detect an interactive process is almost completely different with ULE, it comes from Linux paper "Understanding the Linux 2.6.8.1 CPU Scheduler", although I still use same word "score" as a priority boost in ULE scheduler. Briefly, the scheduler has following characteristic: 1. Timesharing process's nice value is seriously respected, timeslice and interaction detecting algorithm are based on nice value. 2. per-cpu scheduling queue and load balancing. 3. O(1) scheduling. 4. Some cpu affinity code in wakeup path. 5. Support POSIX SCHED_FIFO and SCHED_RR. Unlike scheduler 4BSD and ULE which using fuzzy RQ_PPQ, the scheduler uses 256 priority queues. Unlike ULE which using pull and push, the scheduelr uses pull method, the main reason is to let relative idle cpu do the work, but current the whole scheduler is protected by the big sched_lock, so the benefit is not visible, it really can be worse than nothing because all other cpu are locked out when we are doing balancing work, which the 4BSD scheduelr does not have this problem. The scheduler does not support hyperthreading very well, in fact, the scheduler does not make the difference between physical CPU and logical CPU, this should be improved in feature. The scheduler has priority inversion problem on MP machine, it is not good for realtime scheduling, it can cause realtime process starving. As a result, it seems the MySQL super-smack runs better on my Pentium-D machine when using libthr, despite on UP or SMP kernel. Revision Changes Path 1.459 +1 -0 src/sys/amd64/conf/GENERIC 1.1366 +1 -0 src/sys/conf/NOTES 1.1124 +1 -0 src/sys/conf/files 1.546 +1 -0 src/sys/conf/options 1.449 +1 -0 src/sys/i386/conf/GENERIC 1.189 +1 -0 src/sys/kern/kern_clock.c 1.122 +6 -1 src/sys/kern/kern_switch.c 1.82 +5 -0 src/sys/kern/sched_4bsd.c 1.1 +2329 -0 src/sys/kern/sched_core.c (new) 1.163 +5 -0 src/sys/kern/sched_ule.c 1.25 +1 -0 src/sys/sys/sched.h From owner-cvs-src@FreeBSD.ORG Tue Jun 13 13:50:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F0D16A474; Tue, 13 Jun 2006 13:50:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B51E43D53; Tue, 13 Jun 2006 13:50:30 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5DDoQSY023084; Tue, 13 Jun 2006 09:50:29 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: David Xu Date: Tue, 13 Jun 2006 09:50:10 -0400 User-Agent: KMail/1.9.1 References: <200606131312.k5DDCvbZ034813@repoman.freebsd.org> In-Reply-To: <200606131312.k5DDCvbZ034813@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606130950.11435.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 13 Jun 2006 09:50:29 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1537/Tue Jun 13 07:24:06 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES files options src/sys/kern kern_clock.c kern_switch.c sched_4bsd.c sched_core.c sched_ule.c src/sys/sys sched.h src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 13:50:31 -0000 On Tuesday 13 June 2006 09:12, David Xu wrote: > davidxu 2006-06-13 13:12:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/conf NOTES files options=20 > sys/kern kern_clock.c kern_switch.c sched_4bsd.c=20 > sched_ule.c=20 > sys/sys sched.h=20 > sys/i386/conf GENERIC=20 > sys/amd64/conf GENERIC=20 > Added files: > sys/kern sched_core.c=20 > Log: > Add scheduler CORE, the work I have done half a year ago, recent, > I picked it up again. The scheduler is forked from ULE, but the > algorithm to detect an interactive process is almost completely > different with ULE, it comes from Linux paper "Understanding the > Linux 2.6.8.1 CPU Scheduler", although I still use same word > "score" as a priority boost in ULE scheduler. Is there a particular reason you added sched_tick() instead of doing that work in sched_clock()? =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 13 13:55:22 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B835416A47D; Tue, 13 Jun 2006 13:55:21 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: John Baldwin Date: Tue, 13 Jun 2006 21:55:12 +0800 User-Agent: KMail/1.8.2 References: <200606131312.k5DDCvbZ034813@repoman.freebsd.org> <200606130950.11435.jhb@freebsd.org> In-Reply-To: <200606130950.11435.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606132155.12520.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES files options src/sys/kern kern_clock.c kern_switch.c sched_4bsd.c sched_core.c sched_ule.c src/sys/sys sched.h src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 13:55:22 -0000 On Tuesday 13 June 2006 21:50, John Baldwin wrote: > Is there a particular reason you added sched_tick() instead of doing > that work in sched_clock()? the sched_clock runs at 133 hz, which I don't want to use, I want to keep accurate time slice, the number can cause problem when doing multiplication and division. David Xu From owner-cvs-src@FreeBSD.ORG Tue Jun 13 13:56:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DCB16A418; Tue, 13 Jun 2006 13:56:13 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB4643D5D; Tue, 13 Jun 2006 13:56:12 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DDrrBv038123; Tue, 13 Jun 2006 13:53:53 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DDrrVQ038122; Tue, 13 Jun 2006 13:53:53 GMT (envelope-from gallatin) Message-Id: <200606131353.k5DDrrVQ038122@repoman.freebsd.org> From: Andrew Gallatin Date: Tue, 13 Jun 2006 13:53:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile mxge.4 src/sys/dev/mxge if_mxge.c if_mxge_var.h mxge_mcp.h src/sys/modules Makefile src/sys/modules/mxge Makefile src/sys/modules/mxge/mxge Makefile src/sys/modules/mxge/mxge_eth_z8e Makefile src/sys/modules/mxge/mxge_ethp_z8e ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 13:56:13 -0000 gallatin 2006-06-13 13:53:52 UTC FreeBSD src repository Modified files: share/man/man4 Makefile mxge.4 sys/dev/mxge if_mxge.c if_mxge_var.h mxge_mcp.h sys/modules Makefile sys/modules/mxge Makefile sys/modules/mxge/mxge Makefile sys/modules/mxge/mxge_eth_z8e Makefile sys/modules/mxge/mxge_ethp_z8e Makefile Log: - Complete the myri10ge -> mxge name change by doing a mechanical s/myri10ge/mxge/g replacement in the myri10ge files. A few contuation lines were joined because of the regained columns. - Hook the mxge driver back to the build. Revision Changes Path 1.353 +1 -0 src/share/man/man4/Makefile 1.2 +11 -11 src/share/man/man4/mxge.4 1.3 +323 -341 src/sys/dev/mxge/if_mxge.c 1.2 +35 -35 src/sys/dev/mxge/if_mxge_var.h 1.2 +69 -69 src/sys/dev/mxge/mxge_mcp.h 1.498 +3 -0 src/sys/modules/Makefile 1.2 +3 -3 src/sys/modules/mxge/Makefile 1.2 +3 -3 src/sys/modules/mxge/mxge/Makefile 1.2 +6 -6 src/sys/modules/mxge/mxge_eth_z8e/Makefile 1.2 +6 -6 src/sys/modules/mxge/mxge_ethp_z8e/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jun 13 14:12:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 074DA16A418; Tue, 13 Jun 2006 14:12:12 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6444343D58; Tue, 13 Jun 2006 14:12:09 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DE9n8k040125; Tue, 13 Jun 2006 14:09:49 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DE9noL040124; Tue, 13 Jun 2006 14:09:49 GMT (envelope-from brueffer) Message-Id: <200606131409.k5DE9noL040124@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 13 Jun 2006 14:09:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 bge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 14:12:12 -0000 brueffer 2006-06-13 14:09:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 bge.4 Log: MFC: rev. 1.27 Be explicit about which chips support jumbo frames. Revision Changes Path 1.18.2.5 +2 -1 src/share/man/man4/bge.4 From owner-cvs-src@FreeBSD.ORG Tue Jun 13 14:25:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D74C16A512; Tue, 13 Jun 2006 14:25:40 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCC843D9B; Tue, 13 Jun 2006 14:25:35 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DENE7u040723; Tue, 13 Jun 2006 14:23:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DENETL040722; Tue, 13 Jun 2006 14:23:14 GMT (envelope-from brueffer) Message-Id: <200606131423.k5DENETL040722@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 13 Jun 2006 14:23:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 14:25:40 -0000 brueffer 2006-06-13 14:23:14 UTC FreeBSD src repository Modified files: share/man/man4 mxge.4 Log: s/MYRI10GE/MXGE/ and a typo fixed. Revision Changes Path 1.3 +2 -2 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Tue Jun 13 14:30:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C2E16A41B; Tue, 13 Jun 2006 14:30:22 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE64A43D95; Tue, 13 Jun 2006 14:30:12 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DERrxQ040965; Tue, 13 Jun 2006 14:27:53 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DERrI8040964; Tue, 13 Jun 2006 14:27:53 GMT (envelope-from ambrisko) Message-Id: <200606131427.k5DERrI8040964@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 13 Jun 2006 14:27:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 14:30:22 -0000 ambrisko 2006-06-13 14:27:53 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Fix missing \n and when there are no arg's that means just print out the description so we don't have to do any more queries. Disable the event query code until it figured out since but it is similar to the AEN detail so we should be able to get that working. Revision Changes Path 1.6 +11 -8 src/sys/dev/mfi/mfi.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 14:35:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C83416A474; Tue, 13 Jun 2006 14:35:56 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F84B43D77; Tue, 13 Jun 2006 14:35:54 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DEXZK3041254; Tue, 13 Jun 2006 14:33:35 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DEXZTW041253; Tue, 13 Jun 2006 14:33:35 GMT (envelope-from maxim) Message-Id: <200606131433.k5DEXZTW041253@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 13 Jun 2006 14:33:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 14:35:56 -0000 maxim 2006-06-13 14:33:35 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: o There are two methods to get a process credentials over the unix sockets: 1) A sender sends SCM_CREDS message to a reciever, struct cmsgcred; 2) A reciever sets LOCAL_CREDS socket option and gets sender credentials in control message, struct sockcred. Both methods use the same control message type SCM_CREDS with the same control message level SOL_SOCKET, so they are indistinguishable for the receiver. A difference in struct cmsgcred and struct sockcred layouts may lead to unwanted effects. Now for sockets with LOCAL_CREDS option remove all previous linked SCM_CREDS control messages and then add a control message with struct sockcred so the process specifically asked for the peer credentials by LOCAL_CREDS option always gets struct sockcred. PR: kern/90800 Submitted by: Andrey Simonenko Regres. tests: tools/regression/sockets/unix_cmsg/ MFC after: 1 month Revision Changes Path 1.168 +24 -10 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 15:01:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EED816A41A; Tue, 13 Jun 2006 15:01:27 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27CA43D6D; Tue, 13 Jun 2006 15:01:26 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DEx7w2042627; Tue, 13 Jun 2006 14:59:07 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DEx7g6042626; Tue, 13 Jun 2006 14:59:07 GMT (envelope-from dwmalone) Message-Id: <200606131459.k5DEx7g6042626@repoman.freebsd.org> From: David Malone Date: Tue, 13 Jun 2006 14:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/traceroute traceroute.8 traceroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 15:01:27 -0000 dwmalone 2006-06-13 14:59:07 UTC FreeBSD src repository Modified files: contrib/traceroute traceroute.8 traceroute.c Log: Make traceroute decode all the ICMP unreachable messages defined in http://www.iana.org/assignments/icmp-parameters. Thankfully IANA's list aggrees with . I've tried to do this in a way which is mostly consistent with tcptraceroute and Debian's version of traceroute. However, sometimes a letter is used twice by these versions, so I've gone with: LBL tcptr Debian (chosen) ICMP_UNREACH_NET !N !N !N !N ICMP_UNREACH_HOST !H !H !H !H ICMP_UNREACH_PROTOCOL !P !P !P !P ICMP_UNREACH_PORT ! !p ! ! ICMP_UNREACH_NEEDFRAG !F-%d !F !F-<%d> !F-<%d> ICMP_UNREACH_SRCFAIL !S !S !S !S ICMP_UNREACH_NET_UNKNOWN !<%d> !U !<%d> !U ICMP_UNREACH_HOST_UNKNOWN !<%d> !U !<%d> !W ICMP_UNREACH_ISOLATED !<%d> !I !I !I ICMP_UNREACH_NET_PROHIB !<%d> !A !A !A ICMP_UNREACH_HOST_PROHIB !<%d> !C !C !Z ICMP_UNREACH_TOSNET !<%d> !T !T !Q ICMP_UNREACH_TOSHOST !<%d> !T !T !T ICMP_UNREACH_FILTER_PROHIB !X !A !A !X ICMP_UNREACH_HOST_PRECEDENCE !V !<%d> !V !V ICMP_UNREACH_PRECEDENCE_CUTOFF !C !<%d> !C !C Graham Wilson is planning to use the same codes in Debian's version. MFC after: 3 weeks Revision Changes Path 1.14 +14 -0 src/contrib/traceroute/traceroute.8 1.30 +35 -0 src/contrib/traceroute/traceroute.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 15:27:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4228516A477; Tue, 13 Jun 2006 15:27:53 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8247243D73; Tue, 13 Jun 2006 15:27:52 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DFPXhd045063; Tue, 13 Jun 2006 15:25:33 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DFPXWg045062; Tue, 13 Jun 2006 15:25:33 GMT (envelope-from mjacob) Message-Id: <200606131525.k5DFPXWg045062@repoman.freebsd.org> From: Matt Jacob Date: Tue, 13 Jun 2006 15:25:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 15:27:53 -0000 mjacob 2006-06-13 15:25:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_cam.c Log: MFC 1.24- add ability to reset individual targets and negotiate specific rates. Revision Changes Path 1.1.2.3 +48 -50 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 16:50:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B7016A484; Tue, 13 Jun 2006 16:50:46 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B22DC43D92; Tue, 13 Jun 2006 16:50:45 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k5DGmfkO023999; Tue, 13 Jun 2006 10:48:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jun 2006 10:48:41 -0600 (MDT) Message-Id: <20060613.104841.74726173.imp@bsdimp.com> To: jhb@FreeBSD.org From: Warner Losh In-Reply-To: <200606130848.22261.jhb@freebsd.org> References: <200606120849.57695.jhb@freebsd.org> <20060612233752.GH79172@wantadilla.lemis.com> <200606130848.22261.jhb@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: grog@FreeBSD.org, trhodes@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: HISTORICAL_MAKE_WORLD X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 16:50:46 -0000 From: John Baldwin Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) Date: Tue, 13 Jun 2006 08:48:21 -0400 > That was the _intentional_ nature of the compromise agreed to at least > a year or so ago. Go archive-diving if you don't believe that. At > this point I'd actually say we just axe HISTORICAL_MAKE_WORLD altogether > and just always bomb if DESTDIR isn't set. Time to cut the gordian knot: I plan on doing exactly this in one weeks time unless someone can give me a good reason not to it. It simplifies things, and provides just enough anti-foot-shooting ncessary for this case. It seems like a natural evolution of the thinking on this matter, and fits well with the compromise that was agreed to a while back. BTW, Good reasons do not include 'but make world should just work.' It doesn't work today. Until such time as it does, and we have the infrastructure in place to install a new kernel, and then run things early in the boot process once to do the installworld, make world will remain broken.... Such a mechanism could also be used for binary upgrades... But since no such mythical beast exists... Warner From owner-cvs-src@FreeBSD.ORG Tue Jun 13 17:24:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62E816A602; Tue, 13 Jun 2006 17:24:27 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D9843D45; Tue, 13 Jun 2006 17:24:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6CF291A4DD1; Tue, 13 Jun 2006 10:24:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 87C3351566; Tue, 13 Jun 2006 13:24:26 -0400 (EDT) Date: Tue, 13 Jun 2006 13:24:26 -0400 From: Kris Kennaway To: Konstantin Belousov Message-ID: <20060613172425.GA4317@xor.obsecurity.org> References: <200606131050.k5DAoTki006285@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <200606131050.k5DAoTki006285@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.c nfs_srvsubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 17:24:27 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 13, 2006 at 10:50:29AM +0000, Konstantin Belousov wrote: > kib 2006-06-13 10:50:29 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/nfsserver nfs_serv.c nfs_srvsubs.c=20 > Log: > MFC of the temporary fix for nfsd leaking GIANT. > =20 > src/sys/nfsserver/nfs_serv.c rev. 1.165 > src/sys/nfsserver/nfs_srvsubs.c rev. 1.141 > =20 > Approved by: pjd (mentor) Thanks! Kris --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjvTJWry0BWjoQKURAsYnAJ4jkHyxJhlJiUpXkUXD1eM5/B8EDgCgtRFo RyhoPIfspopjeweJDD6DUHA= =6wF2 -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-cvs-src@FreeBSD.ORG Tue Jun 13 17:51:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C0FE16A476; Tue, 13 Jun 2006 17:51:56 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C09843D64; Tue, 13 Jun 2006 17:51:53 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DHnXoL068054; Tue, 13 Jun 2006 17:49:33 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DHnXc4068053; Tue, 13 Jun 2006 17:49:33 GMT (envelope-from bmah) Message-Id: <200606131749.k5DHnXc4068053@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 13 Jun 2006 17:49:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/sparc64 proc-sparc64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 17:51:56 -0000 bmah 2006-06-13 17:49:33 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/sparc64 proc-sparc64.sgml Log: FreeBSD/sparc64 supports the Ultra1 (with a serial console) on (at least) 6.1-RELEASE, so move it to the "supported" list. Submitted by: Gheorghe Ardelean ardelean at ww.uni-erlangen.de Revision Changes Path 1.13 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/sparc64/proc-sparc64.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 13 17:56:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089E916A474; Tue, 13 Jun 2006 17:56:54 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B619943D53; Tue, 13 Jun 2006 17:56:53 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DHsXgT068316; Tue, 13 Jun 2006 17:54:33 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DHsXba068315; Tue, 13 Jun 2006 17:54:33 GMT (envelope-from bmah) Message-Id: <200606131754.k5DHsXba068315@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 13 Jun 2006 17:54:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/sparc64 proc-sparc64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 17:56:54 -0000 bmah 2006-06-13 17:54:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/sparc64 proc-sparc64.sgml Log: MFC: FreeBSD/sparc64 supports the Ultra 1, so move to the "supported" list. Revision Changes Path 1.12.2.1 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/sparc64/proc-sparc64.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 13 18:06:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140B916A477; Tue, 13 Jun 2006 18:06:06 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DA143D5C; Tue, 13 Jun 2006 18:06:03 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k5DI8fqh072772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 Jun 2006 14:08:43 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Tue, 13 Jun 2006 14:05:59 -0400 From: Tom Rhodes To: "Bruce A. Mah" Message-Id: <20060613140559.4af1211d.trhodes@FreeBSD.org> In-Reply-To: <200606131754.k5DHsXba068315@repoman.freebsd.org> References: <200606131754.k5DHsXba068315@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/sparc64 proc-sparc64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 18:06:06 -0000 On Tue, 13 Jun 2006 17:54:33 +0000 (UTC) "Bruce A. Mah" wrote: > bmah 2006-06-13 17:54:33 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > release/doc/en_US.ISO8859-1/hardware/sparc64 proc-sparc64.sgml > Log: > MFC: FreeBSD/sparc64 supports the Ultra 1, so move to the "supported" > list. FWIW: I have two or three of these machines if anyone would like them. Email donations@ and I'll be sure to work out all the details. Thanks, -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Tue Jun 13 18:43:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E2516A476; Tue, 13 Jun 2006 18:43:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2294E43D46; Tue, 13 Jun 2006 18:43:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DIeeNR073160; Tue, 13 Jun 2006 18:40:40 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DIeetO073157; Tue, 13 Jun 2006 18:40:40 GMT (envelope-from marius) Message-Id: <200606131840.k5DIeetO073157@repoman.freebsd.org> From: Marius Strobl Date: Tue, 13 Jun 2006 18:40:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 18:43:00 -0000 marius 2006-06-13 18:40:40 UTC FreeBSD src repository Modified files: sys/sparc64/conf DEFAULTS Log: Correct transposed digits in device names which were added in the previous revision. Revision Changes Path 1.6 +2 -2 src/sys/sparc64/conf/DEFAULTS From owner-cvs-src@FreeBSD.ORG Tue Jun 13 18:46:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A7F16A41A; Tue, 13 Jun 2006 18:46:16 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C6743D45; Tue, 13 Jun 2006 18:46:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DIhuWk073421; Tue, 13 Jun 2006 18:43:56 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DIhuOB073420; Tue, 13 Jun 2006 18:43:56 GMT (envelope-from netchild) Message-Id: <200606131843.k5DIhuOB073420@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 13 Jun 2006 18:43:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 18:46:16 -0000 netchild 2006-06-13 18:43:55 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master sys/i386/linux syscalls.master Log: MFP4 (soc2006/rdivacky_linuxolator) Update of syscall.master: o Adding of several new dummy syscalls (268-310) o Synchronization of amd64 syscall.master with i386 one o Auditing added to amd64 syscall.master o Change auditing type for lstat syscall (bugfix). [1] P4-Changes: 98672, 98674 Noticed by: rwatson [1] Sponsored by: Google SoC 2006 Submitted by: rdivacky Revision Changes Path 1.10 +225 -180 src/sys/amd64/linux32/syscalls.master 1.67 +44 -1 src/sys/i386/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Tue Jun 13 18:50:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF3116A474; Tue, 13 Jun 2006 18:50:50 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E8143D45; Tue, 13 Jun 2006 18:50:50 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DImUZr073747; Tue, 13 Jun 2006 18:48:30 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DImUl5073746; Tue, 13 Jun 2006 18:48:30 GMT (envelope-from netchild) Message-Id: <200606131848.k5DImUl5073746@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 13 Jun 2006 18:48:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 18:50:50 -0000 netchild 2006-06-13 18:48:30 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.master P4-Changes: similar to 98673 and 98675 but regenerated locally Sponsored by: Google SoC 2006 Submitted by: rdivacky Revision Changes Path 1.12 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.12 +2 -2 src/sys/amd64/linux32/linux32_syscall.h 1.12 +203 -160 src/sys/amd64/linux32/linux32_sysent.c 1.70 +1 -1 src/sys/i386/linux/linux_proto.h 1.64 +2 -2 src/sys/i386/linux/linux_syscall.h 1.71 +45 -2 src/sys/i386/linux/linux_sysent.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 19:20:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BA716A477; Tue, 13 Jun 2006 19:20:30 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C765243D49; Tue, 13 Jun 2006 19:20:29 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DJI9ku076461; Tue, 13 Jun 2006 19:18:09 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DJI911076460; Tue, 13 Jun 2006 19:18:09 GMT (envelope-from marius) Message-Id: <200606131918.k5DJI911076460@repoman.freebsd.org> From: Marius Strobl Date: Tue, 13 Jun 2006 19:18:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/include _bus.h bus.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 19:20:30 -0000 marius 2006-06-13 19:18:09 UTC FreeBSD src repository Modified files: sys/sparc64/include _bus.h bus.h Log: - Complete breaking out the definition of bus_space_{tag,handle}_t by moving the typedef of bus_space_tag_t from sys/sparc64/include/bus.h to sys/sparc64/include/_bus.h. This brings sparc64 in sync with the other platforms and fixes the compilation of drivers which include before after sys/sys/rman.h rev. 1.34. - Remove the definition of bus_type_t from sys/sparc64/include/_bus.h as it's unused since sys/sparc64/include/bus.h rev. 1.6 and sys/sparc64/sparc64/bus_machdep.c rev. 1.3. - Remove some pointless comments. Revision Changes Path 1.2 +4 -7 src/sys/sparc64/include/_bus.h 1.39 +0 -5 src/sys/sparc64/include/bus.h From owner-cvs-src@FreeBSD.ORG Tue Jun 13 19:47:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68DC916A41B; Tue, 13 Jun 2006 19:47:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C1243D45; Tue, 13 Jun 2006 19:47:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DJj8fq080287; Tue, 13 Jun 2006 19:45:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DJj8NZ080286; Tue, 13 Jun 2006 19:45:08 GMT (envelope-from jhb) Message-Id: <200606131945.k5DJj8NZ080286@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 19:45:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 19:47:29 -0000 jhb 2006-06-13 19:45:08 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Handle the simple case of just dropping a reference near the start of linker_file_unload() instead of in the middle of a bunch of code for the case of dropping the last reference to improve readability and sanity. While I'm here, remove pointless goto's that were just jumping to a return statement. Revision Changes Path 1.121 +27 -28 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 20:29:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD26116A516; Tue, 13 Jun 2006 20:29:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC5043D53; Tue, 13 Jun 2006 20:29:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DKRN0W083306; Tue, 13 Jun 2006 20:27:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DKRNdi083305; Tue, 13 Jun 2006 20:27:23 GMT (envelope-from jhb) Message-Id: <200606132027.k5DKRNdi083305@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 20:27:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 20:29:48 -0000 jhb 2006-06-13 20:27:23 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Remove some more pointless goto's and don't check to see if malloc(M_WAITOK) returns NULL. Revision Changes Path 1.122 +9 -16 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 20:51:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0EE16A41B; Tue, 13 Jun 2006 20:51:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A35B743D46; Tue, 13 Jun 2006 20:51:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DKn7JR092925; Tue, 13 Jun 2006 20:49:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DKn7vR092924; Tue, 13 Jun 2006 20:49:07 GMT (envelope-from jhb) Message-Id: <200606132049.k5DKn7vR092924@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 20:49:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 20:51:28 -0000 jhb 2006-06-13 20:49:07 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Unexpand TAILQ_FOREACH() and TAILQ_FOREACH_SAFE(). Revision Changes Path 1.123 +2 -4 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 21:02:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED23916A478 for ; Tue, 13 Jun 2006 21:02:31 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D71943D49 for ; Tue, 13 Jun 2006 21:02:29 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so1604961nzn for ; Tue, 13 Jun 2006 14:02:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MW7onZ50UP0pu0Z2XHLtlc07w37MAgo/agDQw1UHsoojE9/YaQIvPlxCDzX2Jjc/tsdTlgPappS5HKE6nIM/DDkMBXOTEpb1IE+uKLDwfqJXRmNe5sSYvHo14ZTL5x9UhvouryIgooMqSC1MylkWJHSStOZwTMhNBpCm5N0YGPc= Received: by 10.65.237.20 with SMTP id o20mr5883679qbr; Tue, 13 Jun 2006 14:02:28 -0700 (PDT) Received: by 10.64.148.18 with HTTP; Tue, 13 Jun 2006 14:02:28 -0700 (PDT) Message-ID: <6eb82e0606131402mc471fa7m5a88703aeed3fe59@mail.gmail.com> Date: Tue, 13 Jun 2006 17:02:28 -0400 From: "Rong-en Fan" To: "Kris Kennaway" , "Konstantin Belousov" In-Reply-To: <20060613172425.GA4317@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606131050.k5DAoTki006285@repoman.freebsd.org> <20060613172425.GA4317@xor.obsecurity.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.c nfs_srvsubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:02:32 -0000 On 6/13/06, Kris Kennaway wrote: > On Tue, Jun 13, 2006 at 10:50:29AM +0000, Konstantin Belousov wrote: > > kib 2006-06-13 10:50:29 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/nfsserver nfs_serv.c nfs_srvsubs.c > > Log: > > MFC of the temporary fix for nfsd leaking GIANT. > > > > src/sys/nfsserver/nfs_serv.c rev. 1.165 > > src/sys/nfsserver/nfs_srvsubs.c rev. 1.141 > > > > Approved by: pjd (mentor) > > Thanks! Thanks! Is there any plan to merge this into RELENG_6_1 and perhaps with other fixes related to snapshot w/ quota? Thanks, Rong-En Fan From owner-cvs-src@FreeBSD.ORG Tue Jun 13 21:08:43 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08C2A16A477; Tue, 13 Jun 2006 21:08:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819FB43D5C; Tue, 13 Jun 2006 21:08:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6B3511A4DD6; Tue, 13 Jun 2006 14:08:39 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BE6D95134C; Tue, 13 Jun 2006 17:08:38 -0400 (EDT) Date: Tue, 13 Jun 2006 17:08:38 -0400 From: Kris Kennaway To: Rong-en Fan Message-ID: <20060613210838.GC5267@xor.obsecurity.org> References: <200606131050.k5DAoTki006285@repoman.freebsd.org> <20060613172425.GA4317@xor.obsecurity.org> <6eb82e0606131402mc471fa7m5a88703aeed3fe59@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wzJLGUyc3ArbnUjN" Content-Disposition: inline In-Reply-To: <6eb82e0606131402mc471fa7m5a88703aeed3fe59@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: src-committers@freebsd.org, re@FreeBSD.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Konstantin Belousov , Kris Kennaway Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.c nfs_srvsubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:08:43 -0000 --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 13, 2006 at 05:02:28PM -0400, Rong-en Fan wrote: > On 6/13/06, Kris Kennaway wrote: > >On Tue, Jun 13, 2006 at 10:50:29AM +0000, Konstantin Belousov wrote: > >> kib 2006-06-13 10:50:29 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_6) > >> sys/nfsserver nfs_serv.c nfs_srvsubs.c > >> Log: > >> MFC of the temporary fix for nfsd leaking GIANT. > >> > >> src/sys/nfsserver/nfs_serv.c rev. 1.165 > >> src/sys/nfsserver/nfs_srvsubs.c rev. 1.141 > >> > >> Approved by: pjd (mentor) > > > >Thanks! >=20 > Thanks! >=20 > Is there any plan to merge this into RELENG_6_1 and perhaps with > other fixes related to snapshot w/ quota? I think they certainly should be (I've spoken to Ken about this already). Kris --wzJLGUyc3ArbnUjN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjylWWry0BWjoQKURAheUAJ0b2dMLR3cvZkL5oGBtQidakhbd9wCfftHb MYBs5d+Iun/uPq+1YY3ydo0= =PGz/ -----END PGP SIGNATURE----- --wzJLGUyc3ArbnUjN-- From owner-cvs-src@FreeBSD.ORG Tue Jun 13 21:13:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E5C16A41B; Tue, 13 Jun 2006 21:13:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECEF43D48; Tue, 13 Jun 2006 21:13:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DLBCjS095614; Tue, 13 Jun 2006 21:11:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DLBCbO095613; Tue, 13 Jun 2006 21:11:12 GMT (envelope-from jhb) Message-Id: <200606132111.k5DLBCbO095613@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 21:11:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:13:33 -0000 jhb 2006-06-13 21:11:12 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: - Push down Giant some in kldstat(). - Use a 'struct kld_file_stat' on the stack to read data under the lock and then do one copyout() w/o holding the lock at the end to push the data out to userland. Revision Changes Path 1.124 +21 -29 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 21:30:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F0B16A49A; Tue, 13 Jun 2006 21:30:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205B243D45; Tue, 13 Jun 2006 21:30:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DLSIcI096402; Tue, 13 Jun 2006 21:28:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DLSId9096401; Tue, 13 Jun 2006 21:28:18 GMT (envelope-from jhb) Message-Id: <200606132128.k5DLSId9096401@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 21:28:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c src/sys/sys syscallsubr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:30:39 -0000 jhb 2006-06-13 21:28:18 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c sys/sys syscallsubr.h Log: - Add a kern_kldload() that is most of the previous kldload() and push Giant down in it. - Push Giant down in kern_kldunload() and reorganize it slightly to avoid using gotos. Also, expose this function to the rest of the kernel. Revision Changes Path 1.125 +47 -39 src/sys/kern/kern_linker.c 1.37 +2 -0 src/sys/sys/syscallsubr.h From owner-cvs-src@FreeBSD.ORG Tue Jun 13 21:36:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4141216A503; Tue, 13 Jun 2006 21:36:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F09643D45; Tue, 13 Jun 2006 21:36:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DLYD7X096728; Tue, 13 Jun 2006 21:34:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DLYDbK096727; Tue, 13 Jun 2006 21:34:13 GMT (envelope-from jhb) Message-Id: <200606132134.k5DLYDbK096727@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 21:34:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:36:34 -0000 jhb 2006-06-13 21:34:13 UTC FreeBSD src repository Modified files: sys/kern subr_firmware.c Log: A couple of minor style tweaks. Revision Changes Path 1.3 +4 -2 src/sys/kern/subr_firmware.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 21:38:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A730616A47D; Tue, 13 Jun 2006 21:38:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF8543D48; Tue, 13 Jun 2006 21:38:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DLaNsT096979; Tue, 13 Jun 2006 21:36:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DLaNwg096978; Tue, 13 Jun 2006 21:36:23 GMT (envelope-from jhb) Message-Id: <200606132136.k5DLaNwg096978@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jun 2006 21:36:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_init.c src/sys/net80211 ieee80211_freebsd.c src/sys/netgraph ng_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:38:44 -0000 jhb 2006-06-13 21:36:23 UTC FreeBSD src repository Modified files: sys/kern vfs_init.c sys/net80211 ieee80211_freebsd.c sys/netgraph ng_socket.c Log: Use kern_kldload() and kern_kldunload() to load and unload modules when we intend for the user to be able to unload them later via kldunload(2) instead of calling linker_load_module() and then directly adjusting the ref count on the linker file structure. This makes the resulting consumer code simpler and cleaner and better hides the linker internals making it possible to sanely lock the linker. Revision Changes Path 1.82 +5 -7 src/sys/kern/vfs_init.c 1.11 +2 -7 src/sys/net80211/ieee80211_freebsd.c 1.76 +5 -6 src/sys/netgraph/ng_socket.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 23:04:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD29A16A54A; Tue, 13 Jun 2006 23:04:12 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB7143D4C; Tue, 13 Jun 2006 23:04:12 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DN1plT003239; Tue, 13 Jun 2006 23:01:51 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DN1pU6003238; Tue, 13 Jun 2006 23:01:51 GMT (envelope-from davidxu) Message-Id: <200606132301.k5DN1pU6003238@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jun 2006 23:01:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 23:04:12 -0000 davidxu 2006-06-13 23:01:50 UTC FreeBSD src repository Modified files: sys/kern sched_core.c Log: Pass boolean value to __predict_false. Try to keep KSE slot count correct for migrating thread, the count is a bit mess. Revision Changes Path 1.2 +2 -2 src/sys/kern/sched_core.c From owner-cvs-src@FreeBSD.ORG Tue Jun 13 23:48:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E84516A41B; Tue, 13 Jun 2006 23:48:20 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C54443D45; Tue, 13 Jun 2006 23:48:20 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DNjx65006083; Tue, 13 Jun 2006 23:45:59 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DNjxL7006082; Tue, 13 Jun 2006 23:45:59 GMT (envelope-from davidxu) Message-Id: <200606132345.k5DNjxL7006082@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jun 2006 23:45:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 23:48:20 -0000 davidxu 2006-06-13 23:45:59 UTC FreeBSD src repository Modified files: sys/kern sched_core.c Log: Fox a typo in sched_is_timeshare. Revision Changes Path 1.3 +1 -1 src/sys/kern/sched_core.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 01:40:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5810716A494; Wed, 14 Jun 2006 01:40:38 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1487243D49; Wed, 14 Jun 2006 01:40:38 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E1cGCU020941; Wed, 14 Jun 2006 01:38:16 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E1cGqT020940; Wed, 14 Jun 2006 01:38:16 GMT (envelope-from mjacob) Message-Id: <200606140138.k5E1cGqT020940@repoman.freebsd.org> From: Matt Jacob Date: Wed, 14 Jun 2006 01:38:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 01:40:38 -0000 mjacob 2006-06-14 01:38:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mpt mpt_cam.c Log: MFC 1.24- add ability to reset individual targets and negotiate specific rates. Revision Changes Path 1.23.2.2 +48 -50 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 02:19:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B757616A47A; Wed, 14 Jun 2006 02:19:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 719AB43D45; Wed, 14 Jun 2006 02:19:13 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E2Gqgj025050; Wed, 14 Jun 2006 02:16:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E2GqOu025049; Wed, 14 Jun 2006 02:16:52 GMT (envelope-from delphij) Message-Id: <200606140216.k5E2GqOu025049@repoman.freebsd.org> From: Xin LI Date: Wed, 14 Jun 2006 02:16:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile sched_4bsd.4 sched_core.4 sched_ule.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 02:19:14 -0000 delphij 2006-06-14 02:16:51 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sched_4bsd.4 sched_ule.4 Added files: share/man/man4 sched_core.4 Log: Add a manpage for the CORE scheduler. Revision Changes Path 1.354 +1 -0 src/share/man/man4/Makefile 1.4 +1 -0 src/share/man/man4/sched_4bsd.4 1.1 +89 -0 src/share/man/man4/sched_core.4 (new) 1.3 +1 -0 src/share/man/man4/sched_ule.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 14 02:25:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39ED016A474; Wed, 14 Jun 2006 02:25:50 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E845D43D46; Wed, 14 Jun 2006 02:25:49 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E2NSFY025425; Wed, 14 Jun 2006 02:23:28 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E2NSJh025424; Wed, 14 Jun 2006 02:23:28 GMT (envelope-from csjp) Message-Id: <200606140223.k5E2NSJh025424@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 14 Jun 2006 02:23:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c bpf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 02:25:50 -0000 csjp 2006-06-14 02:23:28 UTC FreeBSD src repository Modified files: sys/net bpf.c bpf.h Log: If bpf(4) has not been compiled into the kernel, initialize the bpf interface pointer to a zeroed, statically allocated bpf_if structure. This way the LIST_EMPTY() macro will always return true. This allows us to remove the additional unconditional memory reference for each packet in the fast path. Discussed with: sam Revision Changes Path 1.167 +5 -0 src/sys/net/bpf.c 1.45 +1 -1 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Wed Jun 14 03:03:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D5816A47B; Wed, 14 Jun 2006 03:03:28 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C0B43D49; Wed, 14 Jun 2006 03:03:28 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E31670027552; Wed, 14 Jun 2006 03:01:06 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E316XG027551; Wed, 14 Jun 2006 03:01:06 GMT (envelope-from marcel) Message-Id: <200606140301.k5E316XG027551@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 14 Jun 2006 03:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 03:03:29 -0000 marcel 2006-06-14 03:01:06 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is a pointer to an integer and td->td_retval[0] is of type register_t. On 64-bit architectures register_t is wider than an integer. Revision Changes Path 1.126 +6 -4 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 03:05:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B0416A41B; Wed, 14 Jun 2006 03:05:30 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CECD43D49; Wed, 14 Jun 2006 03:05:30 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E338kk028811; Wed, 14 Jun 2006 03:03:08 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E3387X028810; Wed, 14 Jun 2006 03:03:08 GMT (envelope-from marcel) Message-Id: <200606140303.k5E3387X028810@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 14 Jun 2006 03:03:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 03:05:30 -0000 marcel 2006-06-14 03:03:08 UTC FreeBSD src repository Modified files: sys/conf files Log: Unbreak build on platforms that don't have uart_sab82532 and uart_z8530 for uart(4) by default, but have scc(4). Revision Changes Path 1.1125 +2 -0 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Jun 14 03:16:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 361A016A4A1; Wed, 14 Jun 2006 03:16:49 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AA243D49; Wed, 14 Jun 2006 03:16:48 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E3EQYu029419; Wed, 14 Jun 2006 03:14:26 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E3EQcA029418; Wed, 14 Jun 2006 03:14:26 GMT (envelope-from delphij) Message-Id: <200606140314.k5E3EQcA029418@repoman.freebsd.org> From: Xin LI Date: Wed, 14 Jun 2006 03:14:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 03:16:49 -0000 delphij 2006-06-14 03:14:26 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c Log: Unexpand an instance of TAILQ_EMPTY() Revision Changes Path 1.190 +1 -1 src/sys/kern/kern_clock.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 03:48:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFA116A47E; Wed, 14 Jun 2006 03:48:25 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0882A43D48; Wed, 14 Jun 2006 03:48:25 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E3k3Qv031075; Wed, 14 Jun 2006 03:46:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E3k3fh031074; Wed, 14 Jun 2006 03:46:03 GMT (envelope-from davidxu) Message-Id: <200606140346.k5E3k3fh031074@repoman.freebsd.org> From: David Xu Date: Wed, 14 Jun 2006 03:46:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 03:48:25 -0000 davidxu 2006-06-14 03:46:03 UTC FreeBSD src repository Modified files: sys/kern sched_core.c Log: Clear ke_runq before calling maybe_preempt, this avoids a KASSERT(ke->ke_runq == NULL) panic when the sched_add is recursively called by maybe_preempt. Reported by: Wojciech A. Koszek < dunstan at freebsd dot czest dot pl > Revision Changes Path 1.4 +2 -0 src/sys/kern/sched_core.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 07:45:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A304616A47B; Wed, 14 Jun 2006 07:45:08 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5106543D5F; Wed, 14 Jun 2006 07:45:08 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E7gjpV055712; Wed, 14 Jun 2006 07:42:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E7gj9W055711; Wed, 14 Jun 2006 07:42:45 GMT (envelope-from yar) Message-Id: <200606140742.k5E7gj9W055711@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 14 Jun 2006 07:42:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/ftpd Makefile ftpcmd.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 07:45:08 -0000 yar 2006-06-14 07:42:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/ftpd Makefile ftpcmd.y Log: MFC: Make it actually possible to disable INET6 support in ftpd(8). Revision Changes Path 1.55.2.1 +4 -1 src/libexec/ftpd/Makefile 1.64.2.1 +4 -0 src/libexec/ftpd/ftpcmd.y From owner-cvs-src@FreeBSD.ORG Wed Jun 14 08:34:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDB716A41A; Wed, 14 Jun 2006 08:34:48 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7998343D46; Wed, 14 Jun 2006 08:34:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E8WP9i060035; Wed, 14 Jun 2006 08:32:25 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E8WPNZ060034; Wed, 14 Jun 2006 08:32:25 GMT (envelope-from joel) Message-Id: <200606140832.k5E8WPNZ060034@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Jun 2006 08:32:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 sched_core.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 08:34:48 -0000 joel 2006-06-14 08:32:25 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 sched_core.4 Log: Fix spelling. Revision Changes Path 1.2 +2 -2 src/share/man/man4/sched_core.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 14 08:43:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE9716A41A; Wed, 14 Jun 2006 08:43:38 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B830043D49; Wed, 14 Jun 2006 08:43:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5E8fFnu062576; Wed, 14 Jun 2006 08:41:15 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5E8fFAg062575; Wed, 14 Jun 2006 08:41:15 GMT (envelope-from maxim) Message-Id: <200606140841.k5E8fFAg062575@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 14 Jun 2006 08:41:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c src/lib/libc/sys truncate.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 08:43:38 -0000 maxim 2006-06-14 08:41:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_vnops.c lib/libc/sys truncate.2 Log: MFC revs. 1.276 and 1.277 ufs_vnops.c and rev. 1.18 truncate.2: silently ignore truncate requests for all but VREG, VLNK and VDIR. Revision Changes Path 1.17.2.1 +5 -1 src/lib/libc/sys/truncate.2 1.271.2.5 +17 -4 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 11:14:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3190216A474; Wed, 14 Jun 2006 11:14:18 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFB6243D55; Wed, 14 Jun 2006 11:14:17 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EBBs1A080750; Wed, 14 Jun 2006 11:11:54 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EBBsWY080749; Wed, 14 Jun 2006 11:11:54 GMT (envelope-from mlaier) Message-Id: <200606141111.k5EBBsWY080749@repoman.freebsd.org> From: Max Laier Date: Wed, 14 Jun 2006 11:11:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 11:14:18 -0000 mlaier 2006-06-14 11:11:54 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pfsync.c Log: Fix byteorder of syncpeer and make it actually work. Submitted by: glebius MFC after: 1 week Revision Changes Path 1.27 +23 -6 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 11:47:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B52E16A482; Wed, 14 Jun 2006 11:47:27 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B12243D66; Wed, 14 Jun 2006 11:47:25 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EBj1p0082212; Wed, 14 Jun 2006 11:45:01 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EBj1j5082211; Wed, 14 Jun 2006 11:45:01 GMT (envelope-from maxim) Message-Id: <200606141145.k5EBj1j5082211@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 14 Jun 2006 11:45:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/devfs devfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 11:47:27 -0000 maxim 2006-06-14 11:45:01 UTC FreeBSD src repository Modified files: sbin/devfs devfs.c Log: o Replace (an incorrect) string copy gymnastics with strlcpy(3). PR: bin/98905 Submitted by: Fabian Keil MFC after: 1 week Revision Changes Path 1.6 +1 -2 src/sbin/devfs/devfs.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 13:05:40 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908FA16A47A; Wed, 14 Jun 2006 13:05:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C9AD43D45; Wed, 14 Jun 2006 13:05:39 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5ED5cGV032625; Wed, 14 Jun 2006 09:05:38 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Marcel Moolenaar Date: Wed, 14 Jun 2006 08:32:13 -0400 User-Agent: KMail/1.9.1 References: <200606140301.k5E316XG027551@repoman.freebsd.org> In-Reply-To: <200606140301.k5E316XG027551@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606140832.14299.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Wed, 14 Jun 2006 09:05:38 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1538/Tue Jun 13 16:17:56 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:05:40 -0000 On Tuesday 13 June 2006 23:01, Marcel Moolenaar wrote: > marcel 2006-06-14 03:01:06 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern kern_linker.c=20 > Log: > Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is > a pointer to an integer and td->td_retval[0] is of type register_t. > On 64-bit architectures register_t is wider than an integer. Oof, thanks for fixing. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Jun 14 15:12:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A2E16A474; Wed, 14 Jun 2006 15:12:16 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A06243D53; Wed, 14 Jun 2006 15:12:16 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EF9qYS005716; Wed, 14 Jun 2006 15:09:52 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EF9qlC005715; Wed, 14 Jun 2006 15:09:52 GMT (envelope-from maxim) Message-Id: <200606141509.k5EF9qlC005715@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 14 Jun 2006 15:09:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/devfs devfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 15:12:16 -0000 maxim 2006-06-14 15:09:52 UTC FreeBSD src repository Modified files: sbin/devfs devfs.c Log: o Revert a previous delta as strlcpy(3) operates with NUL-terminated strings and cp is not. Fix logic in the original code and eliminate core dumps on lines without '\n'. Revision Changes Path 1.7 +2 -1 src/sbin/devfs/devfs.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 15:35:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478FA16A51C; Wed, 14 Jun 2006 15:35:17 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEAD43D4C; Wed, 14 Jun 2006 15:35:14 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EFWo5N007211; Wed, 14 Jun 2006 15:32:50 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EFWoe5007210; Wed, 14 Jun 2006 15:32:50 GMT (envelope-from brueffer) Message-Id: <200606141532.k5EFWoe5007210@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Jun 2006 15:32:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/share/misc dev.archlist.txt src/release/doc/zh_CN.GB2312/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 15:35:17 -0000 brueffer 2006-06-14 15:32:50 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/misc dev.archlist.txt release/doc/zh_CN.GB2312/hardware/common dev.sgml Log: Change the myri10ge dev entity and all consumers to mxge. Revision Changes Path 1.302 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.941 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.85 +1 -1 src/release/doc/share/misc/dev.archlist.txt 1.10 +2 -2 src/release/doc/zh_CN.GB2312/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:00:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA29216A41A; Wed, 14 Jun 2006 16:00:47 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA4943D58; Wed, 14 Jun 2006 16:00:47 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EFwNvo008759; Wed, 14 Jun 2006 15:58:23 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EFwNBV008758; Wed, 14 Jun 2006 15:58:23 GMT (envelope-from cperciva) Message-Id: <200606141558.k5EFwNBV008758@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 15:58:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/sendmail/src deliver.c mime.c sendmail.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:00:48 -0000 cperciva 2006-06-14 15:58:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/sendmail/src deliver.c mime.c sendmail.h Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Revision Changes Path 1.1.1.23.2.3 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.13.2.3 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.26.2.3 +2 -1 src/contrib/sendmail/src/sendmail.h From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:01:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E57516A47A; Wed, 14 Jun 2006 16:01:57 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF3143D6D; Wed, 14 Jun 2006 16:01:52 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EFxSbf008874; Wed, 14 Jun 2006 15:59:28 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EFxS4g008873; Wed, 14 Jun 2006 15:59:28 GMT (envelope-from cperciva) Message-Id: <200606141559.k5EFxS4g008873@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 15:59:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/contrib/sendmail/src deliver.c mime.c sendmail.h src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:01:57 -0000 cperciva 2006-06-14 15:59:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING contrib/sendmail/src deliver.c mime.c sendmail.h sys/conf newvers.sh Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Approved by: so (cperciva) Revision Changes Path 1.416.2.22.2.4 +5 -0 src/UPDATING 1.1.1.23.2.2.2.1 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.13.2.2.2.1 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.26.2.2.2.1 +2 -1 src/contrib/sendmail/src/sendmail.h 1.69.2.11.2.4 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:02:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 821F316A482; Wed, 14 Jun 2006 16:02:06 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D749843D5E; Wed, 14 Jun 2006 16:02:01 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EFxbv4008950; Wed, 14 Jun 2006 15:59:37 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EFxbVR008949; Wed, 14 Jun 2006 15:59:37 GMT (envelope-from cperciva) Message-Id: <200606141559.k5EFxbVR008949@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 15:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src UPDATING src/contrib/sendmail/src deliver.c mime.c sendmail.h src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:02:06 -0000 cperciva 2006-06-14 15:59:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) . UPDATING contrib/sendmail/src deliver.c mime.c sendmail.h sys/conf newvers.sh Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Approved by: so (cperciva) Revision Changes Path 1.416.2.3.2.14 +5 -0 src/UPDATING 1.1.1.23.4.2 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.13.4.2 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.26.4.2 +2 -1 src/contrib/sendmail/src/sendmail.h 1.69.2.8.2.10 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:02:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E11716A494; Wed, 14 Jun 2006 16:02:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D4843D67; Wed, 14 Jun 2006 16:02:26 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EG02T9009041; Wed, 14 Jun 2006 16:00:02 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EG02ck009040; Wed, 14 Jun 2006 16:00:02 GMT (envelope-from cperciva) Message-Id: <200606141600.k5EG02ck009040@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 16:00:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/sendmail/src deliver.c mime.c sendmail.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:02:29 -0000 cperciva 2006-06-14 16:00:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/sendmail/src deliver.c mime.c sendmail.h Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Revision Changes Path 1.1.1.21.2.5 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.12.2.4 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.23.2.5 +2 -1 src/contrib/sendmail/src/sendmail.h From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:02:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3900716A51F; Wed, 14 Jun 2006 16:02:47 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16043D45; Wed, 14 Jun 2006 16:02:46 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EG0MFe009131; Wed, 14 Jun 2006 16:00:22 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EG0Mnb009130; Wed, 14 Jun 2006 16:00:22 GMT (envelope-from cperciva) Message-Id: <200606141600.k5EG0Mnb009130@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 16:00:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src UPDATING src/contrib/sendmail/src deliver.c mime.c sendmail.h src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:02:47 -0000 cperciva 2006-06-14 16:00:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) . UPDATING contrib/sendmail/src deliver.c mime.c sendmail.h sys/conf newvers.sh Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Approved by: so (cperciva) Revision Changes Path 1.342.2.35.2.2 +5 -0 src/UPDATING 1.1.1.21.2.4.2.1 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.12.2.3.2.1 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.23.2.4.2.1 +2 -1 src/contrib/sendmail/src/sendmail.h 1.62.2.21.2.4 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:03:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E1B16A59F; Wed, 14 Jun 2006 16:03:06 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A293043D48; Wed, 14 Jun 2006 16:03:06 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EG0gHO009221; Wed, 14 Jun 2006 16:00:42 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EG0grt009220; Wed, 14 Jun 2006 16:00:42 GMT (envelope-from cperciva) Message-Id: <200606141600.k5EG0grt009220@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 16:00:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Cc: Subject: cvs commit: src UPDATING src/contrib/sendmail/src deliver.c mime.c sendmail.h src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:03:06 -0000 cperciva 2006-06-14 16:00:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) . UPDATING contrib/sendmail/src deliver.c mime.c sendmail.h sys/conf newvers.sh Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Approved by: so (cperciva) Revision Changes Path 1.342.2.24.2.25 +5 -0 src/UPDATING 1.1.1.21.2.1.2.2 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.12.2.1.2.2 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.23.2.1.2.2 +2 -1 src/contrib/sendmail/src/sendmail.h 1.62.2.18.2.21 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:03:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A1916A4D5; Wed, 14 Jun 2006 16:03:21 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5AB343D49; Wed, 14 Jun 2006 16:03:20 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EG0uwH009300; Wed, 14 Jun 2006 16:00:56 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EG0ueI009299; Wed, 14 Jun 2006 16:00:56 GMT (envelope-from cperciva) Message-Id: <200606141600.k5EG0ueI009299@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 16:00:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Cc: Subject: cvs commit: src UPDATING src/contrib/sendmail/src deliver.c mime.c sendmail.h src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:03:21 -0000 cperciva 2006-06-14 16:00:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) . UPDATING contrib/sendmail/src deliver.c mime.c sendmail.h sys/conf newvers.sh Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Approved by: so (cperciva) Revision Changes Path 1.342.2.13.2.34 +5 -0 src/UPDATING 1.1.1.21.4.2 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.12.4.2 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.23.4.2 +2 -1 src/contrib/sendmail/src/sendmail.h 1.62.2.15.2.36 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:03:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA4A16A883; Wed, 14 Jun 2006 16:03:31 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B3543D5A; Wed, 14 Jun 2006 16:03:30 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EG16sr009339; Wed, 14 Jun 2006 16:01:06 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EG167D009338; Wed, 14 Jun 2006 16:01:06 GMT (envelope-from cperciva) Message-Id: <200606141601.k5EG167D009338@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 16:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/contrib/sendmail/src deliver.c mime.c sendmail.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:03:31 -0000 cperciva 2006-06-14 16:01:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/sendmail/src deliver.c mime.c sendmail.h Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Revision Changes Path 1.1.1.3.2.22 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.3.2.12 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.4.2.24 +2 -1 src/contrib/sendmail/src/sendmail.h From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:03:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC1116A5BA; Wed, 14 Jun 2006 16:03:45 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF8F43D45; Wed, 14 Jun 2006 16:03:45 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EG1LXx009436; Wed, 14 Jun 2006 16:01:21 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EG1Lmp009435; Wed, 14 Jun 2006 16:01:21 GMT (envelope-from cperciva) Message-Id: <200606141601.k5EG1Lmp009435@repoman.freebsd.org> From: Colin Percival Date: Wed, 14 Jun 2006 16:01:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Cc: Subject: cvs commit: src UPDATING src/contrib/sendmail/src deliver.c mime.c sendmail.h src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:03:45 -0000 cperciva 2006-06-14 16:01:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) . UPDATING contrib/sendmail/src deliver.c mime.c sendmail.h sys/conf newvers.sh Log: Correct a bug in the handling of multipart messages by sendmail(8) which can allow a malformed message to crash a sendmail queue processing process. Security: FreeBSD-SA-06:17.sendmail Approved by: so (cperciva) Revision Changes Path 1.73.2.91.2.20 +5 -0 src/UPDATING 1.1.1.3.2.17.2.2 +2 -2 src/contrib/sendmail/src/deliver.c 1.1.1.3.2.8.2.2 +29 -7 src/contrib/sendmail/src/mime.c 1.1.1.4.2.19.2.2 +2 -1 src/contrib/sendmail/src/sendmail.h 1.44.2.39.2.23 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:25:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B4416A479; Wed, 14 Jun 2006 16:25:30 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1B643D45; Wed, 14 Jun 2006 16:25:29 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGN5XZ011779; Wed, 14 Jun 2006 16:23:05 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGN5aX011778; Wed, 14 Jun 2006 16:23:05 GMT (envelope-from gshapiro) Message-Id: <200606141623.k5EGN5aX011778@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 14 Jun 2006 16:23:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: SENDMAIL Cc: Subject: cvs commit: src/contrib/sendmail - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:25:30 -0000 gshapiro 2006-06-14 16:23:05 UTC FreeBSD src repository src/contrib/sendmail - Imported sources Update of /home/ncvs/src/contrib/sendmail In directory repoman.freebsd.org:/tmp/cvs-serv11731 Log Message: Import sendmail 8.13.7 Security: FreeBSD-SA-06:17.sendmail Status: Vendor Tag: SENDMAIL Release Tags: v8_13_7 U src/contrib/sendmail/CACerts U src/contrib/sendmail/FAQ U src/contrib/sendmail/INSTALL U src/contrib/sendmail/KNOWNBUGS U src/contrib/sendmail/LICENSE U src/contrib/sendmail/Makefile U src/contrib/sendmail/PGPKEYS U src/contrib/sendmail/README U src/contrib/sendmail/RELEASE_NOTES U src/contrib/sendmail/cf/README U src/contrib/sendmail/cf/sendmail.schema U src/contrib/sendmail/cf/cf/chez.cs.mc U src/contrib/sendmail/cf/cf/clientproto.mc U src/contrib/sendmail/cf/cf/cs-hpux10.mc U src/contrib/sendmail/cf/cf/cs-hpux9.mc U src/contrib/sendmail/cf/cf/cs-osf1.mc U src/contrib/sendmail/cf/cf/cs-solaris2.mc U src/contrib/sendmail/cf/cf/cs-sunos4.1.mc U src/contrib/sendmail/cf/cf/cs-ultrix4.mc U src/contrib/sendmail/cf/cf/cyrusproto.mc U src/contrib/sendmail/cf/cf/generic-bsd4.4.mc U src/contrib/sendmail/cf/cf/generic-hpux10.mc U src/contrib/sendmail/cf/cf/generic-hpux9.mc U src/contrib/sendmail/cf/cf/generic-linux.mc U src/contrib/sendmail/cf/cf/generic-mpeix.mc U src/contrib/sendmail/cf/cf/generic-nextstep3.3.mc U src/contrib/sendmail/cf/cf/generic-osf1.mc U src/contrib/sendmail/cf/cf/generic-solaris.mc U src/contrib/sendmail/cf/cf/generic-sunos4.1.mc U src/contrib/sendmail/cf/cf/knecht.mc U src/contrib/sendmail/cf/cf/generic-ultrix4.mc U src/contrib/sendmail/cf/cf/huginn.cs.mc U src/contrib/sendmail/cf/cf/mail.cs.mc U src/contrib/sendmail/cf/cf/mail.eecs.mc U src/contrib/sendmail/cf/cf/mailspool.cs.mc U src/contrib/sendmail/cf/cf/Makefile U src/contrib/sendmail/cf/cf/python.cs.mc U src/contrib/sendmail/cf/cf/README U src/contrib/sendmail/cf/cf/s2k-osf1.mc U src/contrib/sendmail/cf/cf/s2k-ultrix4.mc U src/contrib/sendmail/cf/cf/submit.cf U src/contrib/sendmail/cf/cf/submit.mc U src/contrib/sendmail/cf/cf/tcpproto.mc U src/contrib/sendmail/cf/cf/ucbarpa.mc U src/contrib/sendmail/cf/cf/ucbvax.mc U src/contrib/sendmail/cf/cf/uucpproto.mc U src/contrib/sendmail/cf/cf/vangogh.cs.mc U src/contrib/sendmail/cf/domain/berkeley-only.m4 U src/contrib/sendmail/cf/domain/Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/CS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/EECS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/generic.m4 U src/contrib/sendmail/cf/domain/S2K.Berkeley.EDU.m4 U src/contrib/sendmail/cf/feature/accept_unqualified_senders.m4 U src/contrib/sendmail/cf/feature/accept_unresolvable_domains.m4 U src/contrib/sendmail/cf/feature/access_db.m4 U src/contrib/sendmail/cf/feature/allmasquerade.m4 U src/contrib/sendmail/cf/feature/always_add_domain.m4 U src/contrib/sendmail/cf/feature/authinfo.m4 U src/contrib/sendmail/cf/feature/bestmx_is_local.m4 U src/contrib/sendmail/cf/feature/bitdomain.m4 U src/contrib/sendmail/cf/feature/blacklist_recipients.m4 U src/contrib/sendmail/cf/feature/compat_check.m4 U src/contrib/sendmail/cf/feature/conncontrol.m4 U src/contrib/sendmail/cf/feature/delay_checks.m4 U src/contrib/sendmail/cf/feature/dnsbl.m4 U src/contrib/sendmail/cf/feature/domaintable.m4 U src/contrib/sendmail/cf/feature/enhdnsbl.m4 U src/contrib/sendmail/cf/feature/generics_entire_domain.m4 U src/contrib/sendmail/cf/feature/genericstable.m4 U src/contrib/sendmail/cf/feature/greet_pause.m4 U src/contrib/sendmail/cf/feature/ldap_routing.m4 U src/contrib/sendmail/cf/feature/limited_masquerade.m4 U src/contrib/sendmail/cf/feature/local_lmtp.m4 U src/contrib/sendmail/cf/feature/local_no_masquerade.m4 U src/contrib/sendmail/cf/feature/local_procmail.m4 U src/contrib/sendmail/cf/feature/lookupdotdomain.m4 U src/contrib/sendmail/cf/feature/loose_relay_check.m4 U src/contrib/sendmail/cf/feature/mailertable.m4 U src/contrib/sendmail/cf/feature/masquerade_entire_domain.m4 U src/contrib/sendmail/cf/feature/masquerade_envelope.m4 U src/contrib/sendmail/cf/feature/msp.m4 U src/contrib/sendmail/cf/feature/mtamark.m4 U src/contrib/sendmail/cf/feature/no_default_msa.m4 U src/contrib/sendmail/cf/feature/nocanonify.m4 U src/contrib/sendmail/cf/feature/notsticky.m4 U src/contrib/sendmail/cf/feature/nouucp.m4 U src/contrib/sendmail/cf/feature/nullclient.m4 U src/contrib/sendmail/cf/feature/preserve_local_plus_detail.m4 U src/contrib/sendmail/cf/feature/preserve_luser_host.m4 U src/contrib/sendmail/cf/feature/promiscuous_relay.m4 U src/contrib/sendmail/cf/feature/queuegroup.m4 U src/contrib/sendmail/cf/feature/ratecontrol.m4 U src/contrib/sendmail/cf/feature/redirect.m4 U src/contrib/sendmail/cf/feature/relay_based_on_MX.m4 U src/contrib/sendmail/cf/feature/relay_entire_domain.m4 U src/contrib/sendmail/cf/feature/relay_hosts_only.m4 U src/contrib/sendmail/cf/feature/relay_local_from.m4 U src/contrib/sendmail/cf/feature/relay_mail_from.m4 U src/contrib/sendmail/cf/feature/smrsh.m4 U src/contrib/sendmail/cf/feature/stickyhost.m4 U src/contrib/sendmail/cf/feature/use_client_ptr.m4 U src/contrib/sendmail/cf/feature/use_ct_file.m4 U src/contrib/sendmail/cf/feature/use_cw_file.m4 U src/contrib/sendmail/cf/feature/uucpdomain.m4 U src/contrib/sendmail/cf/feature/virtuser_entire_domain.m4 U src/contrib/sendmail/cf/feature/virtusertable.m4 U src/contrib/sendmail/cf/hack/cssubdomain.m4 U src/contrib/sendmail/cf/m4/cf.m4 U src/contrib/sendmail/cf/m4/cfhead.m4 U src/contrib/sendmail/cf/m4/proto.m4 U src/contrib/sendmail/cf/m4/version.m4 U src/contrib/sendmail/cf/mailer/cyrus.m4 U src/contrib/sendmail/cf/mailer/cyrusv2.m4 U src/contrib/sendmail/cf/mailer/fax.m4 U src/contrib/sendmail/cf/mailer/local.m4 U src/contrib/sendmail/cf/mailer/mail11.m4 U src/contrib/sendmail/cf/mailer/phquery.m4 U src/contrib/sendmail/cf/mailer/pop.m4 U src/contrib/sendmail/cf/mailer/procmail.m4 U src/contrib/sendmail/cf/mailer/qpage.m4 U src/contrib/sendmail/cf/mailer/smtp.m4 U src/contrib/sendmail/cf/mailer/usenet.m4 U src/contrib/sendmail/cf/mailer/uucp.m4 U src/contrib/sendmail/cf/ostype/a-ux.m4 U src/contrib/sendmail/cf/ostype/aix3.m4 U src/contrib/sendmail/cf/ostype/aix4.m4 U src/contrib/sendmail/cf/ostype/aix5.m4 U src/contrib/sendmail/cf/ostype/altos.m4 U src/contrib/sendmail/cf/ostype/amdahl-uts.m4 U src/contrib/sendmail/cf/ostype/bsd4.3.m4 U src/contrib/sendmail/cf/ostype/bsd4.4.m4 U src/contrib/sendmail/cf/ostype/bsdi.m4 U src/contrib/sendmail/cf/ostype/bsdi1.0.m4 U src/contrib/sendmail/cf/ostype/bsdi2.0.m4 U src/contrib/sendmail/cf/ostype/darwin.m4 U src/contrib/sendmail/cf/ostype/dgux.m4 U src/contrib/sendmail/cf/ostype/domainos.m4 U src/contrib/sendmail/cf/ostype/dragonfly.m4 U src/contrib/sendmail/cf/ostype/dynix3.2.m4 U src/contrib/sendmail/cf/ostype/freebsd4.m4 U src/contrib/sendmail/cf/ostype/freebsd5.m4 U src/contrib/sendmail/cf/ostype/freebsd6.m4 U src/contrib/sendmail/cf/ostype/gnu.m4 U src/contrib/sendmail/cf/ostype/hpux10.m4 U src/contrib/sendmail/cf/ostype/hpux11.m4 U src/contrib/sendmail/cf/ostype/hpux9.m4 U src/contrib/sendmail/cf/ostype/irix4.m4 U src/contrib/sendmail/cf/ostype/osf1.m4 U src/contrib/sendmail/cf/ostype/irix5.m4 U src/contrib/sendmail/cf/ostype/irix6.m4 U src/contrib/sendmail/cf/ostype/isc4.1.m4 U src/contrib/sendmail/cf/ostype/linux.m4 U src/contrib/sendmail/cf/ostype/maxion.m4 U src/contrib/sendmail/cf/ostype/mklinux.m4 U src/contrib/sendmail/cf/ostype/mpeix.m4 U src/contrib/sendmail/cf/ostype/nextstep.m4 U src/contrib/sendmail/cf/ostype/openbsd.m4 U src/contrib/sendmail/cf/ostype/powerux.m4 U src/contrib/sendmail/cf/ostype/ptx2.m4 U src/contrib/sendmail/cf/ostype/qnx.m4 U src/contrib/sendmail/cf/ostype/riscos4.5.m4 U src/contrib/sendmail/cf/ostype/sco-uw-2.1.m4 U src/contrib/sendmail/cf/ostype/sco3.2.m4 U src/contrib/sendmail/cf/ostype/sinix.m4 U src/contrib/sendmail/cf/ostype/solaris2.m4 U src/contrib/sendmail/cf/ostype/solaris2.ml.m4 U src/contrib/sendmail/cf/ostype/solaris2.pre5.m4 U src/contrib/sendmail/cf/ostype/solaris8.m4 U src/contrib/sendmail/cf/ostype/sunos3.5.m4 U src/contrib/sendmail/cf/ostype/sunos4.1.m4 U src/contrib/sendmail/cf/ostype/svr4.m4 U src/contrib/sendmail/cf/ostype/ultrix4.m4 U src/contrib/sendmail/cf/ostype/unicos.m4 U src/contrib/sendmail/cf/ostype/unicosmk.m4 U src/contrib/sendmail/cf/ostype/unicosmp.m4 U src/contrib/sendmail/cf/ostype/unixware7.m4 U src/contrib/sendmail/cf/ostype/unknown.m4 U src/contrib/sendmail/cf/ostype/uxpds.m4 U src/contrib/sendmail/cf/sh/makeinfo.sh U src/contrib/sendmail/cf/siteconfig/uucp.cogsci.m4 U src/contrib/sendmail/cf/siteconfig/uucp.old.arpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbarpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbvax.m4 U src/contrib/sendmail/contrib/bitdomain.c U src/contrib/sendmail/contrib/bounce-resender.pl U src/contrib/sendmail/contrib/bsdi.mc U src/contrib/sendmail/contrib/buildvirtuser U src/contrib/sendmail/contrib/cidrexpand U src/contrib/sendmail/contrib/dnsblaccess.m4 U src/contrib/sendmail/contrib/domainmap.m4 U src/contrib/sendmail/contrib/doublebounce.pl U src/contrib/sendmail/contrib/etrn.0 U src/contrib/sendmail/contrib/etrn.pl U src/contrib/sendmail/contrib/expn.pl U src/contrib/sendmail/contrib/link_hash.sh U src/contrib/sendmail/contrib/mail.local.linux U src/contrib/sendmail/contrib/mailprio U src/contrib/sendmail/contrib/mh.patch U src/contrib/sendmail/contrib/mmuegel U src/contrib/sendmail/contrib/movemail.conf U src/contrib/sendmail/contrib/movemail.pl U src/contrib/sendmail/contrib/passwd-to-alias.pl U src/contrib/sendmail/contrib/qtool.8 U src/contrib/sendmail/contrib/qtool.pl U src/contrib/sendmail/contrib/re-mqueue.pl U src/contrib/sendmail/contrib/README U src/contrib/sendmail/contrib/rmail.oldsys.patch U src/contrib/sendmail/contrib/smcontrol.pl U src/contrib/sendmail/contrib/socketmapClient.pl U src/contrib/sendmail/contrib/socketmapServer.pl U src/contrib/sendmail/doc/op/Makefile U src/contrib/sendmail/doc/op/op.me U src/contrib/sendmail/doc/op/README U src/contrib/sendmail/editmap/editmap.8 U src/contrib/sendmail/editmap/editmap.c U src/contrib/sendmail/editmap/Makefile U src/contrib/sendmail/editmap/Makefile.m4 U src/contrib/sendmail/include/libmilter/mfapi.h U src/contrib/sendmail/include/libmilter/mfdef.h U src/contrib/sendmail/include/libmilter/milter.h U src/contrib/sendmail/include/libsmdb/smdb.h U src/contrib/sendmail/include/sendmail/mailstats.h U src/contrib/sendmail/include/sendmail/pathnames.h U src/contrib/sendmail/include/sendmail/sendmail.h U src/contrib/sendmail/include/sm/assert.h U src/contrib/sendmail/include/sm/bdb.h U src/contrib/sendmail/include/sm/bitops.h U src/contrib/sendmail/include/sm/cdefs.h U src/contrib/sendmail/include/sm/cf.h U src/contrib/sendmail/include/sm/clock.h U src/contrib/sendmail/include/sm/conf.h U src/contrib/sendmail/include/sm/config.h U src/contrib/sendmail/include/sm/debug.h U src/contrib/sendmail/include/sm/errstring.h U src/contrib/sendmail/include/sm/exc.h U src/contrib/sendmail/include/sm/fdset.h U src/contrib/sendmail/include/sm/gen.h U src/contrib/sendmail/include/sm/heap.h U src/contrib/sendmail/include/sm/io.h U src/contrib/sendmail/include/sm/ldap.h U src/contrib/sendmail/include/sm/limits.h U src/contrib/sendmail/include/sm/mbdb.h U src/contrib/sendmail/include/sm/path.h U src/contrib/sendmail/include/sm/rpool.h U src/contrib/sendmail/include/sm/sem.h U src/contrib/sendmail/include/sm/setjmp.h U src/contrib/sendmail/include/sm/shm.h U src/contrib/sendmail/include/sm/signal.h U src/contrib/sendmail/include/sm/string.h U src/contrib/sendmail/include/sm/sysexits.h U src/contrib/sendmail/include/sm/test.h U src/contrib/sendmail/include/sm/time.h U src/contrib/sendmail/include/sm/types.h U src/contrib/sendmail/include/sm/varargs.h U src/contrib/sendmail/include/sm/xtrap.h U src/contrib/sendmail/include/sm/os/sm_os_aix.h U src/contrib/sendmail/include/sm/os/sm_os_dragonfly.h U src/contrib/sendmail/include/sm/os/sm_os_freebsd.h U src/contrib/sendmail/include/sm/os/sm_os_hp.h U src/contrib/sendmail/include/sm/os/sm_os_irix.h U src/contrib/sendmail/include/sm/os/sm_os_linux.h U src/contrib/sendmail/include/sm/os/sm_os_mpeix.h U src/contrib/sendmail/include/sm/os/sm_os_next.h U src/contrib/sendmail/include/sm/os/sm_os_openbsd.h U src/contrib/sendmail/include/sm/os/sm_os_openunix.h U src/contrib/sendmail/include/sm/os/sm_os_osf1.h U src/contrib/sendmail/include/sm/os/sm_os_sunos.h U src/contrib/sendmail/include/sm/os/sm_os_ultrix.h U src/contrib/sendmail/include/sm/os/sm_os_unicos.h U src/contrib/sendmail/include/sm/os/sm_os_unicosmk.h U src/contrib/sendmail/include/sm/os/sm_os_unicosmp.h U src/contrib/sendmail/include/sm/os/sm_os_unixware.h U src/contrib/sendmail/libmilter/comm.c U src/contrib/sendmail/libmilter/engine.c U src/contrib/sendmail/libmilter/handler.c U src/contrib/sendmail/libmilter/libmilter.h U src/contrib/sendmail/libmilter/listener.c U src/contrib/sendmail/libmilter/main.c U src/contrib/sendmail/libmilter/Makefile U src/contrib/sendmail/libmilter/Makefile.m4 U src/contrib/sendmail/libmilter/README U src/contrib/sendmail/libmilter/signal.c U src/contrib/sendmail/libmilter/sm_gethost.c U src/contrib/sendmail/libmilter/smfi.c U src/contrib/sendmail/libmilter/docs/api.html U src/contrib/sendmail/libmilter/docs/design.html U src/contrib/sendmail/libmilter/docs/figure1.fig U src/contrib/sendmail/libmilter/docs/figure1.jpg U src/contrib/sendmail/libmilter/docs/figure1.ps U src/contrib/sendmail/libmilter/docs/figure2.fig U src/contrib/sendmail/libmilter/docs/figure2.jpg U src/contrib/sendmail/libmilter/docs/figure2.ps U src/contrib/sendmail/libmilter/docs/index.html U src/contrib/sendmail/libmilter/docs/installation.html U src/contrib/sendmail/libmilter/docs/other.html U src/contrib/sendmail/libmilter/docs/overview.html U src/contrib/sendmail/libmilter/docs/sample.html U src/contrib/sendmail/libmilter/docs/smfi_addheader.html U src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html U src/contrib/sendmail/libmilter/docs/smfi_chgheader.html U src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html U src/contrib/sendmail/libmilter/docs/smfi_getpriv.html U src/contrib/sendmail/libmilter/docs/smfi_getsymval.html U src/contrib/sendmail/libmilter/docs/smfi_insheader.html U src/contrib/sendmail/libmilter/docs/smfi_main.html U src/contrib/sendmail/libmilter/docs/smfi_opensocket.html U src/contrib/sendmail/libmilter/docs/smfi_progress.html U src/contrib/sendmail/libmilter/docs/smfi_quarantine.html U src/contrib/sendmail/libmilter/docs/smfi_register.html U src/contrib/sendmail/libmilter/docs/smfi_replacebody.html U src/contrib/sendmail/libmilter/docs/smfi_setbacklog.html U src/contrib/sendmail/libmilter/docs/smfi_setconn.html U src/contrib/sendmail/libmilter/docs/smfi_setdbg.html U src/contrib/sendmail/libmilter/docs/smfi_setmlreply.html U src/contrib/sendmail/libmilter/docs/smfi_setpriv.html U src/contrib/sendmail/libmilter/docs/smfi_setreply.html U src/contrib/sendmail/libmilter/docs/smfi_settimeout.html U src/contrib/sendmail/libmilter/docs/smfi_stop.html U src/contrib/sendmail/libmilter/docs/xxfi_abort.html U src/contrib/sendmail/libmilter/docs/xxfi_body.html U src/contrib/sendmail/libmilter/docs/xxfi_close.html U src/contrib/sendmail/libmilter/docs/xxfi_connect.html U src/contrib/sendmail/libmilter/docs/xxfi_envfrom.html U src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html U src/contrib/sendmail/libmilter/docs/xxfi_eoh.html U src/contrib/sendmail/libmilter/docs/xxfi_eom.html U src/contrib/sendmail/libmilter/docs/xxfi_header.html U src/contrib/sendmail/libmilter/docs/xxfi_helo.html U src/contrib/sendmail/libsm/assert.c U src/contrib/sendmail/libsm/assert.html U src/contrib/sendmail/libsm/b-strcmp.c U src/contrib/sendmail/libsm/b-strl.c U src/contrib/sendmail/libsm/cdefs.html U src/contrib/sendmail/libsm/cf.c U src/contrib/sendmail/libsm/clock.c U src/contrib/sendmail/libsm/clrerr.c U src/contrib/sendmail/libsm/config.c U src/contrib/sendmail/libsm/debug.c U src/contrib/sendmail/libsm/debug.html U src/contrib/sendmail/libsm/errstring.c U src/contrib/sendmail/libsm/exc.c U src/contrib/sendmail/libsm/exc.html U src/contrib/sendmail/libsm/fclose.c U src/contrib/sendmail/libsm/feof.c U src/contrib/sendmail/libsm/ferror.c U src/contrib/sendmail/libsm/fflush.c U src/contrib/sendmail/libsm/fget.c U src/contrib/sendmail/libsm/findfp.c U src/contrib/sendmail/libsm/flags.c U src/contrib/sendmail/libsm/fopen.c U src/contrib/sendmail/libsm/fpos.c U src/contrib/sendmail/libsm/fprintf.c U src/contrib/sendmail/libsm/fpurge.c U src/contrib/sendmail/libsm/fput.c U src/contrib/sendmail/libsm/fread.c U src/contrib/sendmail/libsm/fscanf.c U src/contrib/sendmail/libsm/fseek.c U src/contrib/sendmail/libsm/fvwrite.c U src/contrib/sendmail/libsm/fvwrite.h U src/contrib/sendmail/libsm/fwalk.c U src/contrib/sendmail/libsm/fwrite.c U src/contrib/sendmail/libsm/gen.html U src/contrib/sendmail/libsm/get.c U src/contrib/sendmail/libsm/glue.h U src/contrib/sendmail/libsm/heap.c U src/contrib/sendmail/libsm/heap.html U src/contrib/sendmail/libsm/index.html U src/contrib/sendmail/libsm/io.html U src/contrib/sendmail/libsm/ldap.c U src/contrib/sendmail/libsm/local.h U src/contrib/sendmail/libsm/makebuf.c U src/contrib/sendmail/libsm/Makefile U src/contrib/sendmail/libsm/Makefile.m4 U src/contrib/sendmail/libsm/match.c U src/contrib/sendmail/libsm/mbdb.c U src/contrib/sendmail/libsm/memstat.c U src/contrib/sendmail/libsm/mpeix.c U src/contrib/sendmail/libsm/niprop.c U src/contrib/sendmail/libsm/path.c U src/contrib/sendmail/libsm/put.c U src/contrib/sendmail/libsm/README U src/contrib/sendmail/libsm/rpool.c U src/contrib/sendmail/libsm/refill.c U src/contrib/sendmail/libsm/rewind.c U src/contrib/sendmail/libsm/rpool.html U src/contrib/sendmail/libsm/sem.c U src/contrib/sendmail/libsm/setvbuf.c U src/contrib/sendmail/libsm/shm.c U src/contrib/sendmail/libsm/signal.c U src/contrib/sendmail/libsm/smstdio.c U src/contrib/sendmail/libsm/snprintf.c U src/contrib/sendmail/libsm/sscanf.c U src/contrib/sendmail/libsm/stdio.c U src/contrib/sendmail/libsm/strcasecmp.c U src/contrib/sendmail/libsm/strdup.c U src/contrib/sendmail/libsm/strerror.c U src/contrib/sendmail/libsm/strexit.c U src/contrib/sendmail/libsm/string.c U src/contrib/sendmail/libsm/stringf.c U src/contrib/sendmail/libsm/strio.c U src/contrib/sendmail/libsm/strl.c U src/contrib/sendmail/libsm/strrevcmp.c U src/contrib/sendmail/libsm/strto.c U src/contrib/sendmail/libsm/syslogio.c U src/contrib/sendmail/libsm/t-cf.c U src/contrib/sendmail/libsm/t-event.c U src/contrib/sendmail/libsm/t-exc.c U src/contrib/sendmail/libsm/t-float.c U src/contrib/sendmail/libsm/t-fopen.c U src/contrib/sendmail/libsm/t-heap.c U src/contrib/sendmail/libsm/t-match.c U src/contrib/sendmail/libsm/t-memstat.c U src/contrib/sendmail/libsm/t-path.c U src/contrib/sendmail/libsm/t-rpool.c U src/contrib/sendmail/libsm/t-scanf.c U src/contrib/sendmail/libsm/t-sem.c U src/contrib/sendmail/libsm/t-shm.c U src/contrib/sendmail/libsm/t-smstdio.c U src/contrib/sendmail/libsm/t-string.c U src/contrib/sendmail/libsm/t-strio.c U src/contrib/sendmail/libsm/t-strl.c U src/contrib/sendmail/libsm/t-strrevcmp.c U src/contrib/sendmail/libsm/t-types.c U src/contrib/sendmail/libsm/test.c U src/contrib/sendmail/libsm/ungetc.c U src/contrib/sendmail/libsm/vasprintf.c U src/contrib/sendmail/libsm/vfprintf.c U src/contrib/sendmail/libsm/vfscanf.c U src/contrib/sendmail/libsm/vprintf.c U src/contrib/sendmail/libsm/vsnprintf.c U src/contrib/sendmail/libsm/wbuf.c U src/contrib/sendmail/libsm/wsetup.c U src/contrib/sendmail/libsm/xtrap.c U src/contrib/sendmail/libsmdb/Makefile U src/contrib/sendmail/libsmdb/Makefile.m4 U src/contrib/sendmail/libsmdb/smdb.c U src/contrib/sendmail/libsmdb/smdb1.c U src/contrib/sendmail/libsmdb/smdb2.c U src/contrib/sendmail/libsmdb/smndbm.c U src/contrib/sendmail/libsmutil/cf.c U src/contrib/sendmail/libsmutil/debug.c U src/contrib/sendmail/libsmutil/err.c U src/contrib/sendmail/libsmutil/lockfile.c U src/contrib/sendmail/libsmutil/Makefile U src/contrib/sendmail/libsmutil/Makefile.m4 U src/contrib/sendmail/libsmutil/safefile.c U src/contrib/sendmail/libsmutil/snprintf.c U src/contrib/sendmail/mail.local/mail.local.8 U src/contrib/sendmail/mail.local/mail.local.c U src/contrib/sendmail/mail.local/Makefile U src/contrib/sendmail/mail.local/Makefile.m4 U src/contrib/sendmail/mail.local/README U src/contrib/sendmail/mailstats/mailstats.8 U src/contrib/sendmail/mailstats/mailstats.c U src/contrib/sendmail/mailstats/Makefile U src/contrib/sendmail/mailstats/Makefile.m4 U src/contrib/sendmail/makemap/Makefile U src/contrib/sendmail/makemap/Makefile.m4 U src/contrib/sendmail/makemap/makemap.8 U src/contrib/sendmail/makemap/makemap.c U src/contrib/sendmail/praliases/Makefile U src/contrib/sendmail/praliases/Makefile.m4 U src/contrib/sendmail/praliases/praliases.8 U src/contrib/sendmail/praliases/praliases.c U src/contrib/sendmail/rmail/Makefile U src/contrib/sendmail/rmail/Makefile.m4 U src/contrib/sendmail/rmail/rmail.8 U src/contrib/sendmail/rmail/rmail.c U src/contrib/sendmail/smrsh/Makefile U src/contrib/sendmail/smrsh/Makefile.m4 U src/contrib/sendmail/smrsh/README U src/contrib/sendmail/smrsh/smrsh.8 U src/contrib/sendmail/smrsh/smrsh.c U src/contrib/sendmail/src/alias.c U src/contrib/sendmail/src/aliases U src/contrib/sendmail/src/aliases.5 U src/contrib/sendmail/src/arpadate.c U src/contrib/sendmail/src/bf.c U src/contrib/sendmail/src/bf.h U src/contrib/sendmail/src/collect.c C src/contrib/sendmail/src/conf.c U src/contrib/sendmail/src/conf.h U src/contrib/sendmail/src/control.c U src/contrib/sendmail/src/convtime.c U src/contrib/sendmail/src/daemon.c U src/contrib/sendmail/src/deliver.c U src/contrib/sendmail/src/domain.c U src/contrib/sendmail/src/envelope.c U src/contrib/sendmail/src/err.c C src/contrib/sendmail/src/headers.c U src/contrib/sendmail/src/helpfile U src/contrib/sendmail/src/macro.c U src/contrib/sendmail/src/mailq.1 U src/contrib/sendmail/src/main.c U src/contrib/sendmail/src/Makefile U src/contrib/sendmail/src/Makefile.m4 U src/contrib/sendmail/src/map.c C src/contrib/sendmail/src/mci.c U src/contrib/sendmail/src/milter.c U src/contrib/sendmail/src/mime.c U src/contrib/sendmail/src/newaliases.1 U src/contrib/sendmail/src/parseaddr.c U src/contrib/sendmail/src/queue.c U src/contrib/sendmail/src/ratectrl.c U src/contrib/sendmail/src/readcf.c U src/contrib/sendmail/src/README U src/contrib/sendmail/src/recipient.c U src/contrib/sendmail/src/sasl.c C src/contrib/sendmail/src/savemail.c U src/contrib/sendmail/src/SECURITY U src/contrib/sendmail/src/sendmail.8 U src/contrib/sendmail/src/sendmail.h U src/contrib/sendmail/src/sfsasl.c U src/contrib/sendmail/src/sfsasl.h U src/contrib/sendmail/src/shmticklib.c U src/contrib/sendmail/src/sm_resolve.c U src/contrib/sendmail/src/sm_resolve.h U src/contrib/sendmail/src/srvrsmtp.c U src/contrib/sendmail/src/stab.c U src/contrib/sendmail/src/stats.c U src/contrib/sendmail/src/statusd_shm.h U src/contrib/sendmail/src/sysexits.c U src/contrib/sendmail/src/timers.c U src/contrib/sendmail/src/timers.h U src/contrib/sendmail/src/tls.c U src/contrib/sendmail/src/trace.c U src/contrib/sendmail/src/TRACEFLAGS U src/contrib/sendmail/src/TUNING U src/contrib/sendmail/src/udb.c U src/contrib/sendmail/src/usersmtp.c U src/contrib/sendmail/src/util.c U src/contrib/sendmail/src/version.c U src/contrib/sendmail/test/Makefile U src/contrib/sendmail/test/Makefile.m4 U src/contrib/sendmail/test/README U src/contrib/sendmail/test/Results U src/contrib/sendmail/test/t_dropgid.c U src/contrib/sendmail/test/t_exclopen.c U src/contrib/sendmail/test/t_pathconf.c U src/contrib/sendmail/test/t_seteuid.c U src/contrib/sendmail/test/t_setgid.c U src/contrib/sendmail/test/t_setreuid.c U src/contrib/sendmail/test/t_setuid.c U src/contrib/sendmail/test/t_snprintf.c U src/contrib/sendmail/vacation/Makefile U src/contrib/sendmail/vacation/Makefile.m4 U src/contrib/sendmail/vacation/vacation.1 U src/contrib/sendmail/vacation/vacation.c 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jSENDMAIL:yesterday -jSENDMAIL src/contrib/sendmail From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:25:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1563B16A5AD; Wed, 14 Jun 2006 16:25:46 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7296243D46; Wed, 14 Jun 2006 16:25:41 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGNH4r011818; Wed, 14 Jun 2006 16:23:17 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGNHmv011817; Wed, 14 Jun 2006 16:23:17 GMT (envelope-from gallatin) Message-Id: <200606141623.k5EGNHmv011817@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 14 Jun 2006 16:23:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_mxge.c if_mxge_var.h mxge_mcp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:25:47 -0000 gallatin 2006-06-14 16:23:17 UTC FreeBSD src repository Modified files: sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_mxge.c if_mxge_var.h mxge_mcp.h Log: Update the mxge driver. - Update the firmware to the latest released firmware (1.4.3), which corresponds to the firmware in the latest shipping drivers from Myricom. This firmware fixes several bugs in the firmware's PCI-e implementation, and it also changes the driver/firmware interface: o TSO was added, and changed the format of the transmit descriptors. o The firmware no longer counts transmits descriptors, but frames. So the driver needs to keep a count of the number of frames sent. o The weird interrupt strategy changed to a normal receive return ring. This ring is much bigger, and we may be able to support DEVICE_POLLING. o Myricom's header files changed the name of firmware related #define's and enums (s/_MCP_/FW_). - Stopped spamming the console with lots of printfs unless mxge_verbose (or bootverbose) is set. - Made additional information available via sysctl, including the results of a PCI-e DMA benchmark run at device reset. - Decreased the excessively long timeouts when sending commands from 2 seconds to 20ms. Sponsored by: Myricom Inc. Revision Changes Path 1.2 +730 -596 src/sys/dev/mxge/eth_z8e.dat.gz.uu 1.2 +732 -602 src/sys/dev/mxge/ethp_z8e.dat.gz.uu 1.4 +399 -374 src/sys/dev/mxge/if_mxge.c 1.3 +27 -19 src/sys/dev/mxge/if_mxge_var.h 1.3 +118 -114 src/sys/dev/mxge/mxge_mcp.h From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:27:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D05916A479; Wed, 14 Jun 2006 16:27:56 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462D543D45; Wed, 14 Jun 2006 16:27:56 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGPWDR011946; Wed, 14 Jun 2006 16:25:32 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGPW75011945; Wed, 14 Jun 2006 16:25:32 GMT (envelope-from gshapiro) Message-Id: <200606141625.k5EGPW75011945@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 14 Jun 2006 16:25:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/sendmail/src conf.c headers.c mci.c savemail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:27:56 -0000 gshapiro 2006-06-14 16:25:32 UTC FreeBSD src repository Modified files: contrib/sendmail/src conf.c headers.c mci.c savemail.c Log: Resolve conflicts from sendmail 8.13.7 import Revision Changes Path 1.30 +2 -2 src/contrib/sendmail/src/conf.c 1.23 +4 -4 src/contrib/sendmail/src/headers.c 1.22 +9 -1 src/contrib/sendmail/src/mci.c 1.19 +5 -5 src/contrib/sendmail/src/savemail.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:31:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92F516A474; Wed, 14 Jun 2006 16:31:33 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A12643D78; Wed, 14 Jun 2006 16:31:30 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGT6vI012189; Wed, 14 Jun 2006 16:29:06 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGT6Il012188; Wed, 14 Jun 2006 16:29:06 GMT (envelope-from hrs) Message-Id: <200606141629.k5EGT6Il012188@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 14 Jun 2006 16:29:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:31:34 -0000 hrs 2006-06-14 16:29:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Document FreeBSD-SA-06:17.sendmail. Revision Changes Path 1.73.2.25 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:31:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF0016A479; Wed, 14 Jun 2006 16:31:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C09B143D77; Wed, 14 Jun 2006 16:31:29 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGT5Hm012172; Wed, 14 Jun 2006 16:29:05 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGT5eQ012171; Wed, 14 Jun 2006 16:29:05 GMT (envelope-from hrs) Message-Id: <200606141629.k5EGT5eQ012171@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 14 Jun 2006 16:29:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:31:34 -0000 hrs 2006-06-14 16:29:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Document FreeBSD-SA-06:17.sendmail. Revision Changes Path 1.69.2.41 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.761.2.63 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:31:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBFC416A47B; Wed, 14 Jun 2006 16:31:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A7643D6E; Wed, 14 Jun 2006 16:31:30 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGT6ie012206; Wed, 14 Jun 2006 16:29:06 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGT6Ki012205; Wed, 14 Jun 2006 16:29:06 GMT (envelope-from hrs) Message-Id: <200606141629.k5EGT6Ki012205@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 14 Jun 2006 16:29:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:31:35 -0000 hrs 2006-06-14 16:29:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Document FreeBSD-SA-06:17.sendmail. Revision Changes Path 1.883.2.24 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:36:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F042616A47A; Wed, 14 Jun 2006 16:36:23 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F8743D45; Wed, 14 Jun 2006 16:36:23 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGXxID012513; Wed, 14 Jun 2006 16:33:59 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGXx05012512; Wed, 14 Jun 2006 16:33:59 GMT (envelope-from gshapiro) Message-Id: <200606141633.k5EGXx05012512@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 14 Jun 2006 16:33:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:36:24 -0000 gshapiro 2006-06-14 16:33:59 UTC FreeBSD src repository Modified files: contrib/sendmail FREEBSD-upgrade Log: Update FreeBSD info regarding sendmail 8.13.7 import Revision Changes Path 1.31 +4 -4 src/contrib/sendmail/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:37:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD77016A474; Wed, 14 Jun 2006 16:37:04 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB4F943D45; Wed, 14 Jun 2006 16:37:03 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGYdFg012557; Wed, 14 Jun 2006 16:34:39 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGYdio012556; Wed, 14 Jun 2006 16:34:39 GMT (envelope-from gshapiro) Message-Id: <200606141634.k5EGYdio012556@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 14 Jun 2006 16:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:37:04 -0000 gshapiro 2006-06-14 16:34:39 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Record sendmail 8.13.7 import Revision Changes Path 1.942 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:38:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC6016A474; Wed, 14 Jun 2006 16:38:44 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B728F43DB5; Wed, 14 Jun 2006 16:38:33 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGa8fG012684; Wed, 14 Jun 2006 16:36:08 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGa8OW012683; Wed, 14 Jun 2006 16:36:08 GMT (envelope-from hrs) Message-Id: <200606141636.k5EGa8OW012683@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 14 Jun 2006 16:36:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:38:44 -0000 hrs 2006-06-14 16:36:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Document FreeBSD-SA-06:17.sendmail. Revision Changes Path 1.1.2.130 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 16:56:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660D216A479; Wed, 14 Jun 2006 16:56:00 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E16D43D68; Wed, 14 Jun 2006 16:56:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EGrZs7021376; Wed, 14 Jun 2006 16:53:35 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EGrZgl021375; Wed, 14 Jun 2006 16:53:35 GMT (envelope-from hrs) Message-Id: <200606141653.k5EGrZgl021375@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 14 Jun 2006 16:53:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:56:00 -0000 hrs 2006-06-14 16:53:35 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: - Document FreeBSD-SA-06:17.sendmail. - Split an item of sendmail import since 8.13.7 is not merged yet. Revision Changes Path 1.943 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 14 17:09:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0E316A484; Wed, 14 Jun 2006 17:09:46 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA31443D53; Wed, 14 Jun 2006 17:09:45 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EH7LFQ023484; Wed, 14 Jun 2006 17:07:21 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EH7LpH023483; Wed, 14 Jun 2006 17:07:21 GMT (envelope-from gallatin) Message-Id: <200606141707.k5EH7LpH023483@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 14 Jun 2006 17:07:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 myri10ge.4 src/sys/modules/myri10ge Makefile src/sys/modules/myri10ge/myri10ge Makefile src/sys/modules/myri10ge/myri10ge_eth_z8e Makefile src/sys/modules/myri10ge/myri10ge_ethp_z8e Makefile src/sys/dev/myri10ge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 17:09:46 -0000 gallatin 2006-06-14 17:07:21 UTC FreeBSD src repository Removed files: share/man/man4 myri10ge.4 sys/modules/myri10ge Makefile sys/modules/myri10ge/myri10ge Makefile sys/modules/myri10ge/myri10ge_eth_z8e Makefile sys/modules/myri10ge/myri10ge_ethp_z8e Makefile sys/dev/myri10ge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_myri10ge.c if_myri10ge_var.h mcp_gen_header.h myri10ge_mcp.h Log: Remove the initial myri10ge driver, now that it has been renamed mxge. Revision Changes Path 1.2 +0 -146 src/share/man/man4/myri10ge.4 (dead) 1.2 +0 -633 src/sys/dev/myri10ge/eth_z8e.dat.gz.uu (dead) 1.2 +0 -639 src/sys/dev/myri10ge/ethp_z8e.dat.gz.uu (dead) 1.3 +0 -2488 src/sys/dev/myri10ge/if_myri10ge.c (dead) 1.2 +0 -203 src/sys/dev/myri10ge/if_myri10ge_var.h (dead) 1.2 +0 -107 src/sys/dev/myri10ge/mcp_gen_header.h (dead) 1.2 +0 -265 src/sys/dev/myri10ge/myri10ge_mcp.h (dead) 1.2 +0 -7 src/sys/modules/myri10ge/Makefile (dead) 1.2 +0 -8 src/sys/modules/myri10ge/myri10ge/Makefile (dead) 1.2 +0 -13 src/sys/modules/myri10ge/myri10ge_eth_z8e/Makefile (dead) 1.2 +0 -13 src/sys/modules/myri10ge/myri10ge_ethp_z8e/Makefile (dead) From owner-cvs-src@FreeBSD.ORG Wed Jun 14 17:51:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B780316A47E; Wed, 14 Jun 2006 17:51:10 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73BA843D46; Wed, 14 Jun 2006 17:51:10 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EHmklC025292; Wed, 14 Jun 2006 17:48:46 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EHmkPE025291; Wed, 14 Jun 2006 17:48:46 GMT (envelope-from alc) Message-Id: <200606141748.k5EHmkPE025291@repoman.freebsd.org> From: Alan Cox Date: Wed, 14 Jun 2006 17:48:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 17:51:10 -0000 alc 2006-06-14 17:48:46 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Correct an error in the previous revision that could lead to a panic: Found mapped cache page. Specifically, if cnt.v_free_count dips below cnt.v_free_reserved after p_start has been set to a non-NULL value, then vm_map_pmap_enter() would break out of the loop and incorrectly call pmap_enter_object() for the remaining address range. To correct this error, this revision truncates the address range so that pmap_enter_object() will not map any cache pages. In collaboration with: tegge@ Reported by: kris@ Revision Changes Path 1.376 +1 -0 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 17:54:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F87516A47D; Wed, 14 Jun 2006 17:54:59 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0A943D5F; Wed, 14 Jun 2006 17:54:55 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EHqVsf025495; Wed, 14 Jun 2006 17:52:31 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EHqVCb025494; Wed, 14 Jun 2006 17:52:31 GMT (envelope-from gallatin) Message-Id: <200606141752.k5EHqVCb025494@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 14 Jun 2006 17:52:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 17:54:59 -0000 gallatin 2006-06-14 17:52:31 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(), and call IFQ_SET_READY(). Submitted by: brueffer Revision Changes Path 1.5 +2 -1 src/sys/dev/mxge/if_mxge.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 18:26:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F9416A479; Wed, 14 Jun 2006 18:26:35 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33DCE43D45; Wed, 14 Jun 2006 18:26:35 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EIQZ88028113; Wed, 14 Jun 2006 18:26:35 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EIQZ7P028112; Wed, 14 Jun 2006 18:26:35 GMT (envelope-from brueffer) Message-Id: <200606141826.k5EIQZ7P028112@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Jun 2006 18:26:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:26:35 -0000 brueffer 2006-06-14 18:26:34 UTC FreeBSD src repository Modified files: share/man/man4 mxge.4 Log: - new sentence -> new line - s/freebsd/FreeBSD/ for consistency - eol and eof whitespace removed Revision Changes Path 1.4 +11 -9 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 14 19:32:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F5616A479; Wed, 14 Jun 2006 19:32:02 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E5F43D45; Wed, 14 Jun 2006 19:32:01 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EJW1WI032246; Wed, 14 Jun 2006 19:32:01 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EJW1RM032245; Wed, 14 Jun 2006 19:32:01 GMT (envelope-from gallatin) Message-Id: <200606141932.k5EJW1RM032245@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 14 Jun 2006 19:32:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:32:02 -0000 gallatin 2006-06-14 19:32:01 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even if !IFQ_DRV_IS_EMPTY(). Taking this into account, I re-structured the transmit routine so as to avoid adding another if/then in the critical path. Thanks to brueffer for showing my how to test with altq/pf. Revision Changes Path 1.6 +11 -13 src/sys/dev/mxge/if_mxge.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 19:47:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE1D16A4A6; Wed, 14 Jun 2006 19:47:24 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A9F43D48; Wed, 14 Jun 2006 19:47:23 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EJlNcq034123; Wed, 14 Jun 2006 19:47:23 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EJlNsd034122; Wed, 14 Jun 2006 19:47:23 GMT (envelope-from mjacob) Message-Id: <200606141947.k5EJlNsd034122@repoman.freebsd.org> From: Matt Jacob Date: Wed, 14 Jun 2006 19:47:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:47:24 -0000 mjacob 2006-06-14 19:47:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mpt mpt_cam.c Log: MFC 1.24- add ability to reset individual targets and negotiate specific rates. Revision Changes Path 1.23.4.2 +48 -50 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 21:20:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B4E16A41A; Wed, 14 Jun 2006 21:20:46 +0000 (UTC) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C425643D6E; Wed, 14 Jun 2006 21:20:39 +0000 (GMT) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5ELKdm7048448; Wed, 14 Jun 2006 21:20:39 GMT (envelope-from ghelmer@repoman.freebsd.org) Received: (from ghelmer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5ELKdDB048447; Wed, 14 Jun 2006 21:20:39 GMT (envelope-from ghelmer) Message-Id: <200606142120.k5ELKdDB048447@repoman.freebsd.org> From: Guy Helmer Date: Wed, 14 Jun 2006 21:20:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/procfs procfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:20:46 -0000 ghelmer 2006-06-14 21:20:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/procfs procfs.c Log: MFC procfs.c revisions 1.13 and 1.14: 1.13: Revision 1.4 set access for all sensitive files in /proc/ to mode 0 if a process's uid or gid has changed, but the /proc/ directory itself was also set to mode 0. Assuming this doesn't open any security holes, open access to the /proc/ directory for users other than root to read or search the directory. 1.14: Upon further review, DES prefers this change over that in revision 1.13 to resolve the directory access problem for processes with P_SUGID flag set. Revision Changes Path 1.12.2.1 +4 -3 src/sys/fs/procfs/procfs.c From owner-cvs-src@FreeBSD.ORG Wed Jun 14 23:03:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CFAE16A41A; Wed, 14 Jun 2006 23:03:42 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194F443D45; Wed, 14 Jun 2006 23:03:42 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5EN3fdv056471; Wed, 14 Jun 2006 23:03:42 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5EN3fbD056470; Wed, 14 Jun 2006 23:03:41 GMT (envelope-from gshapiro) Message-Id: <200606142303.k5EN3fbD056470@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 14 Jun 2006 23:03:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 23:03:42 -0000 gshapiro 2006-06-14 23:03:41 UTC FreeBSD src repository Modified files: etc/sendmail freebsd.mc freebsd.submit.mc Log: Bump the version of src/etc/sendmail/freebsd*mc so mergemaster will merge /etc/mail/freebsd*cf Submitted by: Rostislav Krasny Revision Changes Path 1.32 +0 -0 src/etc/sendmail/freebsd.mc 1.3 +0 -0 src/etc/sendmail/freebsd.submit.mc From owner-cvs-src@FreeBSD.ORG Thu Jun 15 01:01:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B480816A47A; Thu, 15 Jun 2006 01:01:06 +0000 (UTC) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7691043D4C; Thu, 15 Jun 2006 01:01:06 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F116gK070627; Thu, 15 Jun 2006 01:01:06 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F116fX070626; Thu, 15 Jun 2006 01:01:06 GMT (envelope-from ups) Message-Id: <200606150101.k5F116fX070626@repoman.freebsd.org> From: Stephan Uphoff Date: Thu, 15 Jun 2006 01:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc mmu_if.m mmu_oea.c pmap_dispatch.c src/sys/sparc64/sparc64 pmap.c src/sys/vm pmap.h vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 01:01:06 -0000 ups 2006-06-15 01:01:06 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc mmu_if.m mmu_oea.c pmap_dispatch.c sys/sparc64/sparc64 pmap.c sys/vm pmap.h vm_fault.c Log: Remove mpte optimization from pmap_enter_quick(). There is a race with the current locking scheme and removing it should have no measurable performance impact. This fixes page faults leading to panics in pmap_enter_quick_locked() on amd64/i386. Reviewed by: alc,jhb,peter,ps Revision Changes Path 1.557 +3 -5 src/sys/amd64/amd64/pmap.c 1.64 +2 -4 src/sys/arm/arm/pmap.c 1.561 +3 -5 src/sys/i386/i386/pmap.c 1.176 +2 -4 src/sys/ia64/ia64/pmap.c 1.5 +1 -5 src/sys/powerpc/powerpc/mmu_if.m 1.106 +4 -5 src/sys/powerpc/powerpc/mmu_oea.c 1.6 +3 -4 src/sys/powerpc/powerpc/pmap_dispatch.c 1.156 +2 -4 src/sys/sparc64/sparc64/pmap.c 1.77 +2 -2 src/sys/vm/pmap.h 1.216 +2 -4 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 01:16:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDB816A47F; Thu, 15 Jun 2006 01:16:37 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB1043D46; Thu, 15 Jun 2006 01:16:36 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F1Garn072980; Thu, 15 Jun 2006 01:16:36 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F1Ga1P072979; Thu, 15 Jun 2006 01:16:36 GMT (envelope-from grog) Message-Id: <200606150116.k5F1Ga1P072979@repoman.freebsd.org> From: Greg Lehey Date: Thu, 15 Jun 2006 01:16:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/calendar day.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 01:16:37 -0000 grog 2006-06-15 01:16:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar day.c Log: MFC: Don't go past the end of the month with a repetitive entry of the style "every Monday": mon * Do Foo. Previously, at the end of the month, this could cause a printout of the following nature when invoked with -A 7: 36 May* Do Foo If the entry runs into the following month, adjust month and day, wrapping round into next year where necessary. Revision Changes Path 1.21.2.1 +5 -0 src/usr.bin/calendar/day.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 04:52:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B64F416A41A; Thu, 15 Jun 2006 04:52:52 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740AF43D49; Thu, 15 Jun 2006 04:52:52 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F4qqEV093511; Thu, 15 Jun 2006 04:52:52 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F4qqqO093510; Thu, 15 Jun 2006 04:52:52 GMT (envelope-from rodrigc) Message-Id: <200606150452.k5F4qqqO093510@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 15 Jun 2006 04:52:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 04:52:52 -0000 rodrigc 2006-06-15 04:52:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/mountd mountd.c Log: MFC: 1.87 For network filesystems (NFS, samba, etc.), do not pass "export" nmount() parameter to try to delete an NFS export. It won't work, and will log a spurious warning to syslog. Tested by: Arno J. Klaassen Revision Changes Path 1.81.2.3 +15 -0 src/usr.sbin/mountd/mountd.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 06:37:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F12516A41A; Thu, 15 Jun 2006 06:37:40 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3CCF43D4C; Thu, 15 Jun 2006 06:37:39 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F6bdrj000158; Thu, 15 Jun 2006 06:37:39 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F6bdax000157; Thu, 15 Jun 2006 06:37:39 GMT (envelope-from davidxu) Message-Id: <200606150637.k5F6bdax000157@repoman.freebsd.org> From: David Xu Date: Thu, 15 Jun 2006 06:37:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sched.h src/sys/posix4 ksched.c src/sys/kern sched_4bsd.c sched_core.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 06:37:40 -0000 davidxu 2006-06-15 06:37:39 UTC FreeBSD src repository Modified files: sys/sys sched.h sys/posix4 ksched.c sys/kern sched_4bsd.c sched_core.c sched_ule.c Log: Add scheduler API sched_relinquish(), the API is used to implement yield() and sched_yield() syscalls. Every scheduler has its own way to relinquish cpu, the ULE and CORE schedulers have two internal run- queues, a timesharing thread which calls yield() syscall should be moved to inactive queue. Revision Changes Path 1.83 +15 -0 src/sys/kern/sched_4bsd.c 1.5 +15 -0 src/sys/kern/sched_core.c 1.164 +13 -0 src/sys/kern/sched_ule.c 1.29 +1 -3 src/sys/posix4/ksched.c 1.26 +1 -0 src/sys/sys/sched.h From owner-cvs-src@FreeBSD.ORG Thu Jun 15 06:41:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4ED716A479; Thu, 15 Jun 2006 06:41:57 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828A443D49; Thu, 15 Jun 2006 06:41:57 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F6fvCE000463; Thu, 15 Jun 2006 06:41:57 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F6fv15000462; Thu, 15 Jun 2006 06:41:57 GMT (envelope-from davidxu) Message-Id: <200606150641.k5F6fv15000462@repoman.freebsd.org> From: David Xu Date: Thu, 15 Jun 2006 06:41:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_synch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 06:41:57 -0000 davidxu 2006-06-15 06:41:57 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Use scheduler API sched_relinquish() to implement yield() syscall. Revision Changes Path 1.281 +2 -8 src/sys/kern/kern_synch.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 07:00:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF1F16A4C1; Thu, 15 Jun 2006 07:00:50 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5365E43D48; Thu, 15 Jun 2006 07:00:50 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F70oaT001417; Thu, 15 Jun 2006 07:00:50 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F70oQ6001416; Thu, 15 Jun 2006 07:00:50 GMT (envelope-from stefanf) Message-Id: <200606150700.k5F70oQ6001416@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 15 Jun 2006 07:00:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh eval.c sh.1 var.c var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:50 -0000 stefanf 2006-06-15 07:00:50 UTC FreeBSD src repository Modified files: bin/sh eval.c sh.1 var.c var.h Log: Implement the PS4 variable which is defined by the POSIX User Portability Utilities option. Its value is printed at the beginning of the line if tracing (-x) is active. PS4 defaults to the string "+ " which is compatible with the old behaviour to always print "+ ". We still need to expand variables in PS1, PS2 and PS4. PR: 46441 (part of) Submitted by: schweikh Obtained from: NetBSD Revision Changes Path 1.52 +8 -3 src/bin/sh/eval.c 1.119 +10 -3 src/bin/sh/sh.1 1.32 +3 -0 src/bin/sh/var.c 1.14 +2 -0 src/bin/sh/var.h From owner-cvs-src@FreeBSD.ORG Thu Jun 15 07:57:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E40B116A47C; Thu, 15 Jun 2006 07:57:05 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC0D43D48; Thu, 15 Jun 2006 07:57:05 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F7v5rL004886; Thu, 15 Jun 2006 07:57:05 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F7v5sW004885; Thu, 15 Jun 2006 07:57:05 GMT (envelope-from stefanf) Message-Id: <200606150757.k5F7v5sW004885@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 15 Jun 2006 07:57:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh eval.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:57:06 -0000 stefanf 2006-06-15 07:57:05 UTC FreeBSD src repository Modified files: bin/sh eval.c Log: Merge NetBSD's revision 1.86: Don't crash on " | { }". Revision Changes Path 1.53 +1 -1 src/bin/sh/eval.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 08:53:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49FB816A47A; Thu, 15 Jun 2006 08:53:16 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1889F43D70; Thu, 15 Jun 2006 08:53:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F8rAd5016462; Thu, 15 Jun 2006 08:53:10 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F8rAKI016461; Thu, 15 Jun 2006 08:53:10 GMT (envelope-from maxim) Message-Id: <200606150853.k5F8rAKI016461@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 15 Jun 2006 08:53:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_module.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 08:53:16 -0000 maxim 2006-06-15 08:53:10 UTC FreeBSD src repository Modified files: sys/kern kern_module.c Log: o Expand an exclusive lock scope to prevent a race between two simultaneous module_register(). Original work done by: Alex Lyashkov Reviewed by: jhb MFC after: 2 weeks Revision Changes Path 1.50 +5 -5 src/sys/kern/kern_module.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 08:54:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B989016A41A; Thu, 15 Jun 2006 08:54:29 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C5243D45; Thu, 15 Jun 2006 08:54:29 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F8sTxP016608; Thu, 15 Jun 2006 08:54:29 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F8sT3O016607; Thu, 15 Jun 2006 08:54:29 GMT (envelope-from oleg) Message-Id: <200606150854.k5F8sT3O016607@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 15 Jun 2006 08:54:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 08:54:29 -0000 oleg 2006-06-15 08:54:29 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: install_state(): style(9) cleanup Approved by: glebius (mentor) MFC after: 1 month Revision Changes Path 1.134 +36 -33 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 09:21:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F63E16A41A; Thu, 15 Jun 2006 09:21:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BAD43D46; Thu, 15 Jun 2006 09:21:20 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 6E605EB0EC2; Thu, 15 Jun 2006 17:21:18 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id zBRQNj4-mf56; Thu, 15 Jun 2006 17:21:10 +0800 (CST) Received: from [10.217.12.210] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 5C53EEB0994; Thu, 15 Jun 2006 17:21:08 +0800 (CST) From: Xin LI To: David Xu In-Reply-To: <200606150637.k5F6bdax000157@repoman.freebsd.org> References: <200606150637.k5F6bdax000157@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0ZDUKE0V/9EKaTE4hk9s" Organization: The FreeBSD Project Date: Thu, 15 Jun 2006 17:21:02 +0800 Message-Id: <1150363262.937.44.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sched.h src/sys/posix4 ksched.c src/sys/kern sched_4bsd.c sched_core.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:21:23 -0000 --=-0ZDUKE0V/9EKaTE4hk9s Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, David, =E5=9C=A8 2006-06-15=E5=9B=9B=E7=9A=84 06:37 +0000=EF=BC=8CDavid Xu=E5=86= =99=E9=81=93=EF=BC=9A > davidxu 2006-06-15 06:37:39 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/sys sched.h=20 > sys/posix4 ksched.c=20 > sys/kern sched_4bsd.c sched_core.c sched_ule.c=20 > Log: > Add scheduler API sched_relinquish(), the API is used to implement > yield() and sched_yield() syscalls. Every scheduler has its own way > to relinquish cpu, the ULE and CORE schedulers have two internal run- > queues, a timesharing thread which calls yield() syscall should be > moved to inactive queue. A question that might be related: We have sched_sizeof_proc(), etc. in every scheduler, which returns a constant. Is it worthy to convert them to constants that just expand inline during the kernel compile? Cheers, --=20 Xin LI http://www.delphij.net/ --=-0ZDUKE0V/9EKaTE4hk9s Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEkSZ+hcUczkLqiksRAvBuAKCdzxsnuzEljEhrCPnFNUMqvEgoxACgoIQl hEJoVoPlFfdX0iD+u1YeaVc= =36ZL -----END PGP SIGNATURE----- --=-0ZDUKE0V/9EKaTE4hk9s-- From owner-cvs-src@FreeBSD.ORG Thu Jun 15 09:30:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB1B16A47C; Thu, 15 Jun 2006 09:30:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95C743D4C; Thu, 15 Jun 2006 09:30:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 9DDBF46C1F; Thu, 15 Jun 2006 05:29:59 -0400 (EDT) Date: Thu, 15 Jun 2006 10:29:59 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Xin LI In-Reply-To: <1150363262.937.44.camel@spirit> Message-ID: <20060615102900.C9158@fledge.watson.org> References: <200606150637.k5F6bdax000157@repoman.freebsd.org> <1150363262.937.44.camel@spirit> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1050479043-1150363799=:9158" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, David Xu , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sched.h src/sys/posix4 ksched.c src/sys/kern sched_4bsd.c sched_core.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:30:18 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1050479043-1150363799=:9158 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 15 Jun 2006, Xin LI wrote: > =FF=FF 2006-06-15=FF=FF=FF=FF 06:37 +0000=FF=FFDavid Xu=FF=FF=FF=FF=FF=FF >> davidxu 2006-06-15 06:37:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/sys sched.h >> sys/posix4 ksched.c >> sys/kern sched_4bsd.c sched_core.c sched_ule.c >> Log: >> Add scheduler API sched_relinquish(), the API is used to implement >> yield() and sched_yield() syscalls. Every scheduler has its own way >> to relinquish cpu, the ULE and CORE schedulers have two internal run- >> queues, a timesharing thread which calls yield() syscall should be >> moved to inactive queue. > > A question that might be related: We have sched_sizeof_proc(), etc. in= =20 > every scheduler, which returns a constant. Is it worthy to convert them = to=20 > constants that just expand inline during the kernel compile? It should make no difference -- sched_sizeof_proc() is evaluated exactly on= ce,=20 when the process zone is created. After that, the size is cached in the=20 process zone and never re-evaluated. The current model allows the size to = be=20 calculated based on data structures private to sched_foo.c, which has some= =20 nice implementation hiding advantages :-). Robert N M Watson Computer Laboratory Universty of Cambridge --0-1050479043-1150363799=:9158-- From owner-cvs-src@FreeBSD.ORG Thu Jun 15 09:33:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E5B8616A47F; Thu, 15 Jun 2006 09:33:10 +0000 (UTC) (envelope-from davidxu@freebsd.org) Message-ID: <44912955.3000307@freebsd.org> Date: Thu, 15 Jun 2006 17:33:09 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060519 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Xin LI References: <200606150637.k5F6bdax000157@repoman.freebsd.org> <1150363262.937.44.camel@spirit> In-Reply-To: <1150363262.937.44.camel@spirit> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sched.h src/sys/posix4 ksched.c src/sys/kern sched_4bsd.c sched_core.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:33:12 -0000 Xin LI wrote: > Hi, David, > > 在 2006-06-15四的 06:37 +0000,David Xu写é“: > >>davidxu 2006-06-15 06:37:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/sys sched.h >> sys/posix4 ksched.c >> sys/kern sched_4bsd.c sched_core.c sched_ule.c >> Log: >> Add scheduler API sched_relinquish(), the API is used to implement >> yield() and sched_yield() syscalls. Every scheduler has its own way >> to relinquish cpu, the ULE and CORE schedulers have two internal run- >> queues, a timesharing thread which calls yield() syscall should be >> moved to inactive queue. > > > A question that might be related: We have sched_sizeof_proc(), etc. in > every scheduler, which returns a constant. Is it worthy to convert them > to constants that just expand inline during the kernel compile? > > Cheers, If you think this is right, we don't need td_kse either, we could include a scheduler header file by proc.h, and all scheduler data can be embedded into thread structure, this will eliminate many indirect pointer references in scheduler code, but some people are already working on kernel code cleanup, I won't touch this, this may happen in future though. Regards, From owner-cvs-src@FreeBSD.ORG Thu Jun 15 09:39:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30CB216A505; Thu, 15 Jun 2006 09:39:23 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE0543D53; Thu, 15 Jun 2006 09:39:22 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F9dMnf019959; Thu, 15 Jun 2006 09:39:22 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F9dMrB019958; Thu, 15 Jun 2006 09:39:22 GMT (envelope-from oleg) Message-Id: <200606150939.k5F9dMrB019958@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 15 Jun 2006 09:39:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:39:23 -0000 oleg 2006-06-15 09:39:22 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw.8 ipfw2.c Log: Add support of 'tablearg' feature for: - 'tag' & 'untag' action parameters. - 'tagged' & 'limit' rule options. Rule examples: pipe 1 tag tablearg ip from table(1) to any allow ip from any to table(2) tagged tablearg allow tcp from table(3) to any 25 setup limit src-addr tablearg sbin/ipfw/ipfw2.c: 1) new macros GET_UINT_ARG - support of 'tablearg' keyword, argument range checking. PRINT_UINT_ARG - support of 'tablearg' keyword. 2) strtoport(): do not silently truncate/accept invalid port list expressions like: '1,2-abc' or '1,2-3-4' or '1,2-3x4'. style(9) cleanup. Approved by: glebius (mentor) MFC after: 1 month Revision Changes Path 1.189 +7 -3 src/sbin/ipfw/ipfw.8 1.91 +121 -77 src/sbin/ipfw/ipfw2.c 1.135 +30 -15 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 09:49:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641A816A479; Thu, 15 Jun 2006 09:49:05 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B8D43D45; Thu, 15 Jun 2006 09:49:04 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 6A00FEB252B; Thu, 15 Jun 2006 17:48:59 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id oWg3lSk6Qg9W; Thu, 15 Jun 2006 17:48:56 +0800 (CST) Received: from [10.217.12.210] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id E33A6EB253E; Thu, 15 Jun 2006 17:48:22 +0800 (CST) From: Xin LI To: Robert Watson In-Reply-To: <20060615102900.C9158@fledge.watson.org> References: <200606150637.k5F6bdax000157@repoman.freebsd.org> <1150363262.937.44.camel@spirit> <20060615102900.C9158@fledge.watson.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kdg06OI+bS2JzMP0n+g1" Organization: The FreeBSD Project Date: Thu, 15 Jun 2006 17:48:15 +0800 Message-Id: <1150364895.2108.13.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, David Xu , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sched.h src/sys/posix4 ksched.c src/sys/kern sched_4bsd.c sched_core.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:49:05 -0000 --=-kdg06OI+bS2JzMP0n+g1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2006-06-15=E5=9B=9B=E7=9A=84 10:29 +0100=EF=BC=8CRobert Watson=E5= =86=99=E9=81=93=EF=BC=9A > On Thu, 15 Jun 2006, Xin LI wrote: > [...]> A question that might be related: We have sched_sizeof_proc(), et= c. in=20 > > every scheduler, which returns a constant. Is it worthy to convert the= m to=20 > > constants that just expand inline during the kernel compile? >=20 > It should make no difference -- sched_sizeof_proc() is evaluated exactly = once,=20 > when the process zone is created. After that, the size is cached in the=20 > process zone and never re-evaluated. The current model allows the size t= o be=20 > calculated based on data structures private to sched_foo.c, which has som= e=20 > nice implementation hiding advantages :-). Oh... Yes that's quite reasonable. Thanks for the explanation! Cheers, --=20 Xin LI http://www.delphij.net/ --=-kdg06OI+bS2JzMP0n+g1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEkSzfhcUczkLqiksRAortAJ9gxwVg55Xm6hW3wVIkGevTFYPDcgCgitqA Og6d3B6TF/w547MPuN1sHpw= =UrlE -----END PGP SIGNATURE----- --=-kdg06OI+bS2JzMP0n+g1-- From owner-cvs-src@FreeBSD.ORG Thu Jun 15 13:56:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 438FF16A479; Thu, 15 Jun 2006 13:56:21 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from jim.arved.priv.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D88C143D46; Thu, 15 Jun 2006 13:56:19 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from [192.168.3.25] (minimac.arved.de [192.168.3.25]) by jim.arved.priv.at (8.13.4/8.13.4) with ESMTP id k5FDuIu5048217; Thu, 15 Jun 2006 15:56:18 +0200 (CEST) (envelope-from arved@FreeBSD.org) In-Reply-To: <200606141748.k5EHmkPE025291@repoman.freebsd.org> References: <200606141748.k5EHmkPE025291@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <128AAC30-210A-4DE3-B316-797CA19C601F@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Tilman Linneweh Date: Thu, 15 Jun 2006 15:56:17 +0200 To: Alan Cox X-Mailer: Apple Mail (2.750) Cc: cvs-src@FreeBSD.org, Tilman Linneweh , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 13:56:21 -0000 On Jun 14, 2006, at 19:48, Alan Cox wrote: > alc 2006-06-14 17:48:46 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_map.c > Log: > Correct an error in the previous revision that could lead to a > panic: > Found mapped cache page. Specifically, if cnt.v_free_count dips > below > cnt.v_free_reserved after p_start has been set to a non-NULL value, > then vm_map_pmap_enter() would break out of the loop and incorrectly > call pmap_enter_object() for the remaining address range. To > correct > this error, this revision truncates the address range so that > pmap_enter_object() will not map any cache pages. > Hello Alan, I am still getting "Found mapped cache page" panics with this revision on amd64 #10 0xffffffff802b5652 in panic ( fmt=0xffffffff80501330 "Found mapped cache page %p") at /usr/src/sys/kern/kern_shutdown.c:549 bootopt = 256 newpanic = 18 ap = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0xffffffffa3f82920, reg_save_area = 0xffffffffa3f82840}} buf = "Found mapped cache page 0xffffff003ef9c520", '\0' #11 0xffffffff804362ac in vm_page_select_cache (color=13) at /usr/src/sys/vm/vm_page.c:765 object = 0x0 m = 0xffffff003ef9c520 was_trylocked = 13 #12 0xffffffff804363c9 in vm_page_alloc (object=0xffffff0002e01578, pindex=8318, req=64) at /usr/src/sys/vm/vm_page.c:841 m = 0xffffff003c328700 color = 13 flags = 0 page_req = 0 #13 0xffffffff80428615 in vm_fault (map=0xffffff0009bbc760, vaddr=34403745792, fault_type=2 '\002', fault_flags=8) at /usr/src/sys/vm/vm_fault.c:453 retry_object = 0xffffffffa3f82c00 retry_pindex = 18446744072165534544 retry_prot = 0 '\0' prot = 3 '\003' is_first_object_locked = 163301216 result = 0 growstack = 1 wired = 0 map_generation = 723 next_object = 0x0 marray = {0xffffff00232cdac0, 0xffffff0009bbc760, 0xffffffffa3f82b50, 0xffffffff80431781, 0xffffffff00000000, 0x0, 0x0, 0xffffff0007442c00, 0xffffff00232cdac0, 0x0, 0x3, 0xffffff00284b0d20, 0xffffffffa3f82b50, 0x8029ed000, 0xffffff0006b91000, 0xffffff00232cdac0} hardfault = 0 fs = {m = 0x0, object = 0xffffff0002e01578, pindex = 8318, first_m = 0x0, first_object = 0xffffff0002e01578, first_pindex = 8318, map = 0xffffff0009bbc760, entry = 0xffffff001a2ee460, lookup_still_valid = 1, vp = 0x0} regards tilman From owner-cvs-src@FreeBSD.ORG Thu Jun 15 14:31:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 813AF16A41A; Thu, 15 Jun 2006 14:31:50 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED1D43D48; Thu, 15 Jun 2006 14:31:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FEVogY051182; Thu, 15 Jun 2006 14:31:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FEVoEN051181; Thu, 15 Jun 2006 14:31:50 GMT (envelope-from glebius) Message-Id: <200606151431.k5FEVoEN051181@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 15 Jun 2006 14:31:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 14:31:50 -0000 glebius 2006-06-15 14:31:50 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Possess some work from OpenBSD, with some local additions. - Add more device IDs, ASIC revisions and chip IDs. - Rewrite a bit code that picks the description for device. - Introduce several macros to shorten quirks for bugs and features.[*] - Use some magic values, that OpenBSD has successfully possessed from Linux (Broadcom supplied) driver. - Remove disabled code that tried to access VPD. [*] The macro that matches Jumbo capable NICs is rewritten to preserve our current behavior. I need clarify whether our or theirs is correct. PR: 68351 (and may be others) Obtained from: OpenBSD, brad@ mostly Revision Changes Path 1.132 +323 -272 src/sys/dev/bge/if_bge.c 1.49 +58 -20 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Thu Jun 15 14:35:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D91A16A474; Thu, 15 Jun 2006 14:35:32 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D952343D45; Thu, 15 Jun 2006 14:35:31 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FEZVvT051361; Thu, 15 Jun 2006 14:35:31 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FEZVbL051360; Thu, 15 Jun 2006 14:35:31 GMT (envelope-from glebius) Message-Id: <200606151435.k5FEZVbL051360@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 15 Jun 2006 14:35:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 14:35:32 -0000 glebius 2006-06-15 14:35:31 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Forced commit to note that previous commit was also: Partially submitted by: Pavel Merdin Tested by: Lucas Nussbaum Revision Changes Path 1.133 +0 -0 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 15:15:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5016916A474; Thu, 15 Jun 2006 15:15:08 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF3C43D46; Thu, 15 Jun 2006 15:15:07 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FFF7Ie056095; Thu, 15 Jun 2006 15:15:07 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FFF7kT056094; Thu, 15 Jun 2006 15:15:07 GMT (envelope-from ambrisko) Message-Id: <200606151515.k5FFF7kT056094@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 15:15:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 15:15:08 -0000 ambrisko 2006-06-15 15:15:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ichwd ichwd.c ichwd.h Log: MFC enhancements and fix-up for ichwd: Re-work the bus attachment somewhat. Make the rids unique for the SMI/TCO address space. Switch the bus space I/O to the one specific for either the SMI or TCO space. Re-calibrate the tick. Add some more device id's, 82801FBR submitted by des. This makes it work on the platforms I've tested with. Revision Changes Path 1.5.2.1 +47 -36 src/sys/dev/ichwd/ichwd.c 1.2.2.1 +4 -1 src/sys/dev/ichwd/ichwd.h From owner-cvs-src@FreeBSD.ORG Thu Jun 15 15:37:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA9B16A47B; Thu, 15 Jun 2006 15:37:35 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7FF743D4C; Thu, 15 Jun 2006 15:37:34 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FFbYhp057165; Thu, 15 Jun 2006 15:37:34 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FFbYf1057164; Thu, 15 Jun 2006 15:37:34 GMT (envelope-from ambrisko) Message-Id: <200606151537.k5FFbYf1057164@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 15:37:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys ipmi.h src/share/man/man4 ipmi.4 src/sys/modules/ipmi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 15:37:35 -0000 ambrisko 2006-06-15 15:37:34 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/sys ipmi.h share/man/man4 ipmi.4 sys/modules/ipmi Makefile Log: MFC ipmi(4) (OpenIPMI like driver). I'll hook it up to the build shortly. Revision Changes Path 1.4.2.1 +187 -0 src/share/man/man4/ipmi.4 (new) 1.1.2.1 +9 -0 src/sys/modules/ipmi/Makefile (new) 1.1.2.1 +119 -0 src/sys/sys/ipmi.h (new) From owner-cvs-src@FreeBSD.ORG Thu Jun 15 15:39:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5005716A47A; Thu, 15 Jun 2006 15:39:13 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E9043D46; Thu, 15 Jun 2006 15:39:12 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FFdCGU057232; Thu, 15 Jun 2006 15:39:12 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FFdC1m057231; Thu, 15 Jun 2006 15:39:12 GMT (envelope-from csjp) Message-Id: <200606151539.k5FFdC1m057231@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 15 Jun 2006 15:39:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 15:39:13 -0000 csjp 2006-06-15 15:39:12 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Since we are doing some bpf(4) clean up, change a couple of function prototypes to be consistent. Also, ANSI'fy function definitions. There is no functional change here. Revision Changes Path 1.168 +48 -142 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 15:52:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A599616A47C; Thu, 15 Jun 2006 15:52:05 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9A043D49; Thu, 15 Jun 2006 15:52:05 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FFq5IS058149; Thu, 15 Jun 2006 15:52:05 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FFq519058148; Thu, 15 Jun 2006 15:52:05 GMT (envelope-from ambrisko) Message-Id: <200606151552.k5FFq519058148@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 15:52:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/linux linux_stats.c linux_util.c linux_util.h src/sys/i386/linux linux_sysvec.c src/sys/modules/linux Makefile src/sys/compat/linprocfs ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 15:52:05 -0000 ambrisko 2006-06-15 15:52:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux32_sysvec.c sys/compat/linux linux_stats.c linux_util.c linux_util.h sys/i386/linux linux_sysvec.c sys/modules/linux Makefile sys/compat/linprocfs linprocfs.c Added files: (Branch: RELENG_6) share/man/man5 linsysfs.5 sys/compat/linsysfs linsysfs.c Log: MFC the enhancements to the Linux emulation layer so the MegaRAID SAS management tools can work. This is not totally connected to the build yet. The mfi(4) change have not been MFC'ed yet. This will be done shortly. I'm trying to do this in chunks so I don't totally break the build on a missed commit. This has passed make universe a while ago: Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. Add back in a scheme to emulate old type major/minor numbers via hooks into stat, linprocfs to return major/minors that Linux app's expect. Currently only /dev/null is always registered. Drivers can register via the Linux type shim similar to the ioctl shim but by using linux_device_register_handler/linux_device_unregister_handler functions. The structure is: struct linux_device_handler { char *bsd_driver_name; char *linux_driver_name; char *bsd_device_name; char *linux_device_name; int linux_major; int linux_minor; int linux_char_device; }; Linprocfs uses this to display the major number of the driver. The soon to be available linsysfs will use it to fill in the driver name. Linux_stat uses it to translate the major/minor into Linux type values. Note major numbers are dynamically assigned via passing in a -1 for the major number so we don't need to keep track of them. This is somewhat needed due to us switching to our devfs. Revision Changes Path 1.2.2.1 +85 -0 src/share/man/man5/linsysfs.5 (new) 1.7.2.3 +6 -0 src/sys/amd64/linux32/linux32_sysvec.c 1.89.2.2 +37 -12 src/sys/compat/linprocfs/linprocfs.c 1.2.2.1 +283 -0 src/sys/compat/linsysfs/linsysfs.c (new) 1.72.2.2 +75 -2 src/sys/compat/linux/linux_stats.c 1.29.2.1 +137 -0 src/sys/compat/linux/linux_util.c 1.25.2.2 +18 -0 src/sys/compat/linux/linux_util.h 1.137.2.2 +6 -0 src/sys/i386/linux/linux_sysvec.c 1.63.2.2 +1 -1 src/sys/modules/linux/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jun 15 15:55:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C315F16A41A; Thu, 15 Jun 2006 15:55:02 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 711C743D6D; Thu, 15 Jun 2006 15:55:00 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FFt0h8058290; Thu, 15 Jun 2006 15:55:00 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FFt0vO058289; Thu, 15 Jun 2006 15:55:00 GMT (envelope-from ambrisko) Message-Id: <200606151555.k5FFt0vO058289@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 15:55:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/linsysfs Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 15:55:03 -0000 ambrisko 2006-06-15 15:55:00 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/modules/linsysfs Makefile Log: cvs update -r 1 is not the same as -j 1 ... so pull this file in correctly: MFC the enhancements to the Linux emulation layer so the MegaRAID SAS management tools can work. This is not totally connected to the build yet. The mfi(4) change have not been MFC'ed yet. This will be done shortly. I'm trying to do this in chunks so I don't totally break the build on a missed commit. This has passed make universe a while ago: Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. Add back in a scheme to emulate old type major/minor numbers via hooks into stat, linprocfs to return major/minors that Linux app's expect. Currently only /dev/null is always registered. Drivers can register via the Linux type shim similar to the ioctl shim but by using linux_device_register_handler/linux_device_unregister_handler functions. The structure is: struct linux_device_handler { char *bsd_driver_name; char *linux_driver_name; char *bsd_device_name; char *linux_device_name; int linux_major; int linux_minor; int linux_char_device; }; Linprocfs uses this to display the major number of the driver. The soon to be available linsysfs will use it to fill in the driver name. Linux_stat uses it to translate the major/minor into Linux type values. Note major numbers are dynamically assigned via passing in a -1 for the major number so we don't need to keep track of them. This is somewhat needed due to us switching to our devfs. Revision Changes Path 1.1.2.1 +11 -0 src/sys/modules/linsysfs/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Jun 15 15:56:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F9216A474; Thu, 15 Jun 2006 15:56:56 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B4443D46; Thu, 15 Jun 2006 15:56:56 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FFutD8058423; Thu, 15 Jun 2006 15:56:55 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FFutos058422; Thu, 15 Jun 2006 15:56:55 GMT (envelope-from maxim) Message-Id: <200606151556.k5FFutos058422@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 15 Jun 2006 15:56:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/string strlcpy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 15:56:56 -0000 maxim 2006-06-15 15:56:55 UTC FreeBSD src repository Modified files: lib/libc/string strlcpy.c Log: o Make grep ^strlcpy work: put a return value type on separate line. Revision Changes Path 1.9 +2 -1 src/lib/libc/string/strlcpy.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 16:07:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89C5E16A481; Thu, 15 Jun 2006 16:07:58 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C0F43D5D; Thu, 15 Jun 2006 16:07:57 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FG7vrm060360; Thu, 15 Jun 2006 16:07:57 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FG7vKr060359; Thu, 15 Jun 2006 16:07:57 GMT (envelope-from ambrisko) Message-Id: <200606151607.k5FG7vKr060359@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 16:07:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/mfi Makefile src/sys/modules/mfi/mfi_linux Makefile src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 16:07:58 -0000 ambrisko 2006-06-15 16:07:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/mfi Makefile sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h Added files: (Branch: RELENG_6) sys/modules/mfi/mfi_linux Makefile sys/dev/mfi mfi_linux.c Log: MFC in all the changes to the mfi(4) driver. The high light is: Add in a bunch of things to the mfi driver: - Linux ioctl support, with the other Linux changes MegaCli will run if you mount linprocfs & linsysfs then set sysctl compat.linux.osrelease=2.6.12 or similar. This works on i386. It should work on amd64 but not well tested yet. StoreLib may or may not work. Remember to kldload mfi_linux. - Add in AEN (Async Event Notification) support so we can get messages from the firmware when something happens. Not all messages are in defined in event detail. Use event_log to try to figure out what happened. - Try to implement something like SIGIO for StoreLib. Since mrmonitor doesn't work right I can't fully test it. StoreLib works best with the rh9 base. In theory mrmonitor isn't needed due to native driver support of AEN :-) Now we can configure and monitor the RAID better. Revision Changes Path 1.3.2.2 +820 -11 src/sys/dev/mfi/mfi.c 1.2.2.2 +2 -0 src/sys/dev/mfi/mfi_disk.c 1.1.2.2 +23 -0 src/sys/dev/mfi/mfi_ioctl.h 1.1.2.1 +90 -0 src/sys/dev/mfi/mfi_linux.c (new) 1.1.2.2 +2 -0 src/sys/dev/mfi/mfi_pci.c 1.1.2.2 +194 -23 src/sys/dev/mfi/mfireg.h 1.1.2.2 +12 -0 src/sys/dev/mfi/mfivar.h 1.1.2.2 +4 -5 src/sys/modules/mfi/Makefile 1.1.2.1 +8 -0 src/sys/modules/mfi/mfi_linux/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Jun 15 16:27:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 728AD16A479; Thu, 15 Jun 2006 16:27:16 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230CD43D53; Thu, 15 Jun 2006 16:27:16 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FGRFBZ061187; Thu, 15 Jun 2006 16:27:15 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FGRFsa061186; Thu, 15 Jun 2006 16:27:15 GMT (envelope-from gnn) Message-Id: <200606151627.k5FGRFsa061186@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 15 Jun 2006 16:27:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netipsec ipsec_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 16:27:16 -0000 gnn 2006-06-15 16:27:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipsec ipsec_input.c Log: MFC: 1.10 Extend the notdef #ifdef to cover the packet copy as there is no point in doing that if we're not doing the rest of the work. Submitted by: thompsa Revision Changes Path 1.9.2.1 +5 -9 src/sys/netipsec/ipsec_input.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 16:44:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755F016A47A; Thu, 15 Jun 2006 16:44:28 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC05643D46; Thu, 15 Jun 2006 16:44:27 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FGiRp9061893; Thu, 15 Jun 2006 16:44:27 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FGiRv3061892; Thu, 15 Jun 2006 16:44:27 GMT (envelope-from ambrisko) Message-Id: <200606151644.k5FGiRv3061892@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 16:44:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/amr amr.c amr_linux.c amr_pci.c amrvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 16:44:28 -0000 ambrisko 2006-06-15 16:44:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/amr amr.c amr_linux.c amr_pci.c amrvar.h Log: MFC a bunch of fixes: - Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int from the amr_linux. This simplifies the amr_linux shim and puts the smarts into amr.c. - 1.76 - 1.77 of amr.c (race conditions). - 1.34 of amr_pci.c (compiler warning). Revision Changes Path 1.65.2.6 +51 -16 src/sys/dev/amr/amr.c 1.1.2.3 +11 -122 src/sys/dev/amr/amr_linux.c 1.29.2.3 +4 -5 src/sys/dev/amr/amr_pci.c 1.26.2.3 +0 -2 src/sys/dev/amr/amrvar.h From owner-cvs-src@FreeBSD.ORG Thu Jun 15 17:57:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D41C16A474; Thu, 15 Jun 2006 17:57:51 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2718B43D4C; Thu, 15 Jun 2006 17:57:51 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FHvpin073987; Thu, 15 Jun 2006 17:57:51 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FHvp1f073986; Thu, 15 Jun 2006 17:57:51 GMT (envelope-from ambrisko) Message-Id: <200606151757.k5FHvp1f073986@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 17:57:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files files.amd64 files.i386 options src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/linprocfs Makefile src/sys/pc98/conf NOTES src/share/man/man4 Makefile src/share/man/man5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 17:57:51 -0000 ambrisko 2006-06-15 17:57:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files files.amd64 files.i386 options sys/i386/conf NOTES sys/modules Makefile sys/modules/linprocfs Makefile sys/pc98/conf NOTES share/man/man4 Makefile share/man/man5 Makefile Log: MFC, let's hook up things to the build and see what I messed up! - enable linsysfs - enable mfi_linux - enable ipmi A new make universe will be fired off shortly once this makes it back via cvsup. Revision Changes Path 1.320.2.14 +2 -0 src/share/man/man4/Makefile 1.58.2.3 +1 -0 src/share/man/man5/Makefile 1.1031.2.31 +2 -0 src/sys/conf/files 1.71.2.8 +3 -0 src/sys/conf/files.amd64 1.538.2.8 +3 -0 src/sys/conf/files.i386 1.510.2.10 +1 -0 src/sys/conf/options 1.1202.2.9 +3 -0 src/sys/i386/conf/NOTES 1.450.2.18 +6 -0 src/sys/modules/Makefile 1.13.2.1 +1 -0 src/sys/modules/linprocfs/Makefile 1.59.2.4 +3 -0 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Jun 15 19:08:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EAF616A41A; Thu, 15 Jun 2006 19:08:04 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5746A43D45; Thu, 15 Jun 2006 19:08:04 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FJ849p082380; Thu, 15 Jun 2006 19:08:04 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FJ84sM082379; Thu, 15 Jun 2006 19:08:04 GMT (envelope-from ambrisko) Message-Id: <200606151908.k5FJ84sM082379@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 19:08:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 19:08:04 -0000 ambrisko 2006-06-15 19:08:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linux linux_stats.c Log: Forgot to bring this fix into my commit tree to include opt_compat.h. This should unbreak the amd64 build. Revision Changes Path 1.72.2.3 +1 -0 src/sys/compat/linux/linux_stats.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 19:38:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB4416A41A; Thu, 15 Jun 2006 19:38:43 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E222743D49; Thu, 15 Jun 2006 19:38:42 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FJcgnn083768; Thu, 15 Jun 2006 19:38:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FJcgMZ083767; Thu, 15 Jun 2006 19:38:42 GMT (envelope-from brueffer) Message-Id: <200606151938.k5FJcgMZ083767@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Jun 2006 19:38:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 19:38:43 -0000 brueffer 2006-06-15 19:38:42 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 Log: mxge(4) works with altq. Tested by: gallatin Revision Changes Path 1.20 +2 -1 src/share/man/man4/altq.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 15 19:58:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE1316A474; Thu, 15 Jun 2006 19:58:54 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9250B43D46; Thu, 15 Jun 2006 19:58:53 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FJwrkc085446; Thu, 15 Jun 2006 19:58:53 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FJwrCP085445; Thu, 15 Jun 2006 19:58:53 GMT (envelope-from netchild) Message-Id: <200606151958.k5FJwrCP085445@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 15 Jun 2006 19:58:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC XBOX src/sys/amd64/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/arm/conf IQ31244 KB920X SIMICS SKYEYE src/sys/ia64/conf GENERIC SKI src/sys/pc98/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 19:58:54 -0000 netchild 2006-06-15 19:58:53 UTC FreeBSD src repository Modified files: sys/i386/conf XBOX GENERIC sys/amd64/conf GENERIC sys/sparc64/conf GENERIC sys/powerpc/conf GENERIC sys/arm/conf IQ31244 KB920X SIMICS SKYEYE sys/ia64/conf GENERIC SKI sys/pc98/conf GENERIC Log: Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's an explicit comment that it's needed for the linuxolator. This is not the case anymore. For all other architectures there was only a "KEEP THIS". I'm (and other people too) running a COMPAT_43-less kernel since it's not necessary anymore for the linuxolator. Roman is running such a kernel for a for longer time. No problems so far. And I doubt other (newer than ia32 or alpha) architectures really depend on it. This may result in a small performance increase for some workloads. If the removal of COMPAT_43 results in a not working program, please recompile it and all dependencies and try again before reporting a problem. The only place where COMPAT_43 is needed (as in: does not compile without it) is in the (outdated/not usable since too old) svr4 code. Note: this does not remove the COMPAT_43TTY option. Nagging by: rdivacky Revision Changes Path 1.460 +0 -1 src/sys/amd64/conf/GENERIC 1.15 +0 -1 src/sys/arm/conf/IQ31244 1.6 +0 -1 src/sys/arm/conf/KB920X 1.10 +0 -1 src/sys/arm/conf/SIMICS 1.5 +0 -1 src/sys/arm/conf/SKYEYE 1.450 +0 -1 src/sys/i386/conf/GENERIC 1.5 +0 -1 src/sys/i386/conf/XBOX 1.79 +0 -1 src/sys/ia64/conf/GENERIC 1.24 +0 -1 src/sys/ia64/conf/SKI 1.280 +0 -1 src/sys/pc98/conf/GENERIC 1.55 +0 -1 src/sys/powerpc/conf/GENERIC 1.110 +0 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Jun 15 20:57:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1FB616A47B; Thu, 15 Jun 2006 20:57:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738E343D49; Thu, 15 Jun 2006 20:57:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FKv5Dh097896; Thu, 15 Jun 2006 20:57:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FKv5tt097895; Thu, 15 Jun 2006 20:57:05 GMT (envelope-from jhb) Message-Id: <200606152057.k5FKv5tt097895@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Jun 2006 20:57:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/mii brgphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 20:57:05 -0000 jhb 2006-06-15 20:57:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mii brgphy.c Log: MFC 1.27: Fix a typo when setting wirespeed. Revision Changes Path 1.1.2.12 +1 -1 src/sys/dev/mii/brgphy.c From owner-cvs-src@FreeBSD.ORG Thu Jun 15 21:12:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 560ED16A479; Thu, 15 Jun 2006 21:12:19 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BFF943D83; Thu, 15 Jun 2006 21:12:15 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5FLCFqd099814; Thu, 15 Jun 2006 21:12:15 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5FLCFvs099813; Thu, 15 Jun 2006 21:12:15 GMT (envelope-from ambrisko) Message-Id: <200606152112.k5FLCFvs099813@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 15 Jun 2006 21:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ipmi ipmi.c ipmi_pci.c ipmi_smbios.c ipmivars.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:12:19 -0000 ambrisko 2006-06-15 21:12:15 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/ipmi ipmi.c ipmi_pci.c ipmi_smbios.c ipmivars.h Log: Not my day, try to get this really checking into 6.X Revision Changes Path 1.3.2.1 +1095 -0 src/sys/dev/ipmi/ipmi.c (new) 1.1.2.1 +309 -0 src/sys/dev/ipmi/ipmi_pci.c (new) 1.1.2.1 +538 -0 src/sys/dev/ipmi/ipmi_smbios.c (new) 1.1.2.1 +138 -0 src/sys/dev/ipmi/ipmivars.h (new) From owner-cvs-src@FreeBSD.ORG Fri Jun 16 00:49:47 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A0D16A41A; Fri, 16 Jun 2006 00:49:47 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 176AD43D48; Fri, 16 Jun 2006 00:49:45 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 16 Jun 2006 01:49:44 +0100 (IST) To: John Baldwin In-Reply-To: Your message of "Tue, 13 Jun 2006 08:56:54 EDT." <200606130856.55255.jhb@freebsd.org> Date: Fri, 16 Jun 2006 01:49:44 +0100 From: Ian Dowse Message-ID: <200606160149.aa83404@nowhere.iedowse.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 00:49:47 -0000 In message <200606130856.55255.jhb@freebsd.org>, John Baldwin writes: >On Monday 12 June 2006 20:50, Ian Dowse wrote: >> That would bring back the original issue where a manually kldloaded >> firmware image would be removed from the list when a driver calls >> firmware_put(), even though the kld will remain loaded; there is >> nothing that a driver can do to get the entry back on the list since >> calling linker_reference_module() will not result in a call to >> firmware_register() because the module is already (manually) loaded. > >No it wouldn't. :) unloadentry() is only called when we are unloading >an explicitly loaded module from the taskqueue. That is where I think >the 'fp->file = NULL' should be changed to 'clearentry()'. Either >that or don't clear fp->file at all. Sorry for the delay in replying. True, but clearing the entry is still assuming that there are no other linker references, and firmware(9) doesn't really know this. For example if you manually load a module that depends on a firmware image module, then the firmware image module will stay loaded after unloadentry() calls linker_file_unload(), so clearing the entry then would cause future firmware_get() calls to fail. I guess I'm just looking at firmware(9) as three relatively independent pieces, so it seems that mixing them only complicate things (e.g. clearing the entire entry when setting fp->file to NULL): o When a firmware image module loads, it registers itself. When it unloads it unregisters itself. o When a driver does "get" on an image, the reference count is incremented, when it does "put" it is decremented. o When firmware(9) holds a reference on a firmware image module, fp->file is non-NULL, and when it doesn't hold a reference, fp->file is NULL >> Shouldn't this race be fixed by your other suggested change of >> having a firmware_unregister() failure preventing the image module >> from unloading? (I didn't realise it wasn't already checking) The >> firmware_unregister() function atomically checks for references and >> clears the full entry, so with your change there is no way for the >> module to be unloaded while a reference exists. > >No. You've cleared fp->file. This means that if the other thread gets >a reference, the firmware_unregister() will fail, but now the kernel will >never unload this file on a subsequent firmware_put() since it won't see >that it was explicitly loaded by the kernel since fp->file == NULL. The >awk script patch fixes a different race where kldunload would succeed >even though there were open references and drivers would have pointers >into unmapped memory (or possibly mapped to something else). In theory whatever code was attempting to unload the module will get back an error return and will keep its original reference on the linker file, so that same code can succeed if it tries to unload again later. In practice I'm sure there are bugs here ;-) For example, firmware(9) might want to attempt to avoid clearing fp->file if its call to linker_file_unload() fails. Ian From owner-cvs-src@FreeBSD.ORG Fri Jun 16 05:09:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EEB16A479; Fri, 16 Jun 2006 05:09:29 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2668D43D45; Fri, 16 Jun 2006 05:09:29 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5G59TdE048988; Fri, 16 Jun 2006 05:09:29 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5G59THo048987; Fri, 16 Jun 2006 05:09:29 GMT (envelope-from csjp) Message-Id: <200606160509.k5G59THo048987@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 16 Jun 2006 05:09:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 05:09:29 -0000 csjp 2006-06-16 05:09:28 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should be filesystem agnostic. We are not touching any file system specific functions in this code path. Since we have a cache lock, there is really no need to keep Giant around here. This eliminates Giant acquisitions for any syscall which is auditing pathnames. Discussed with: jeff Revision Changes Path 1.106 +0 -4 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 07:36:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7575116A47E; Fri, 16 Jun 2006 07:36:19 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263CB43D45; Fri, 16 Jun 2006 07:36:19 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5G7aJ02057603; Fri, 16 Jun 2006 07:36:19 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5G7aJom057602; Fri, 16 Jun 2006 07:36:19 GMT (envelope-from yar) Message-Id: <200606160736.k5G7aJom057602@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Jun 2006 07:36:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 07:36:19 -0000 yar 2006-06-16 07:36:18 UTC FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Kill an XXX remark that has been untrue since rev. 1.150 of this file. Revision Changes Path 1.170 +0 -4 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 10:25:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 189AA16A4CC; Fri, 16 Jun 2006 10:25:08 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1387443D46; Fri, 16 Jun 2006 10:25:07 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GAP6Xk074827; Fri, 16 Jun 2006 10:25:06 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GAP6D9074826; Fri, 16 Jun 2006 10:25:06 GMT (envelope-from mlaier) Message-Id: <200606161025.k5GAP6D9074826@repoman.freebsd.org> From: Max Laier Date: Fri, 16 Jun 2006 10:25:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 10:25:08 -0000 mlaier 2006-06-16 10:25:06 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pfsync.c Log: Fix pfsync w/o carp compilation. Submitted by: yar Revision Changes Path 1.28 +2 -0 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 11:14:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF2E16A47C; Fri, 16 Jun 2006 11:14:56 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1134443D55; Fri, 16 Jun 2006 11:14:55 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GBEsDC078201; Fri, 16 Jun 2006 11:14:54 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GBEsVk078200; Fri, 16 Jun 2006 11:14:54 GMT (envelope-from yar) Message-Id: <200606161114.k5GBEsVk078200@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Jun 2006 11:14:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 db_trace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 11:14:56 -0000 yar 2006-06-16 11:14:54 UTC FreeBSD src repository Modified files: sys/i386/i386 db_trace.c Log: Guess the number of arguments to a function somewhat better. Now GCC likes to stick a "mov %eax, %FOO" instruction before "addl $BAR, %esp" if the function just called returns an int, which is a very common case in the kernel. Sponsored by: RiNet (Cronyx Plus LLC) Revision Changes Path 1.71 +8 -4 src/sys/i386/i386/db_trace.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 11:44:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884CB16A479; Fri, 16 Jun 2006 11:44:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D37B43D45; Fri, 16 Jun 2006 11:44:56 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GBiufw079762; Fri, 16 Jun 2006 11:44:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GBiuS6079761; Fri, 16 Jun 2006 11:44:56 GMT (envelope-from kib) Message-Id: <200606161144.k5GBiuS6079761@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 Jun 2006 11:44:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/modules/ppc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 11:44:56 -0000 kib 2006-06-16 11:44:55 UTC FreeBSD src repository Modified files: sys/modules Makefile Added files: sys/modules/ppc Makefile Log: Allow for ppc(4) to be built as module, initially only for i386 and amd64. MFC after: 1 month Approved by: pjd (mentor) Revision Changes Path 1.499 +3 -0 src/sys/modules/Makefile 1.1 +11 -0 src/sys/modules/ppc/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri Jun 16 11:49:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3844616A47B; Fri, 16 Jun 2006 11:49:41 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DEB43D5F; Fri, 16 Jun 2006 11:49:37 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GBnbkC079993; Fri, 16 Jun 2006 11:49:37 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GBnbR3079992; Fri, 16 Jun 2006 11:49:37 GMT (envelope-from yar) Message-Id: <200606161149.k5GBnbR3079992@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Jun 2006 11:49:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 db_trace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 11:49:41 -0000 yar 2006-06-16 11:49:37 UTC FreeBSD src repository Modified files: sys/i386/i386 db_trace.c Log: Return -1 from db_numargs() if number of args couldn't be guessed. Use this later to indicate in backtrace output that args shown are uncertain. Sponsored by: RiNet (Cronyx Plus LLC) Revision Changes Path 1.72 +8 -4 src/sys/i386/i386/db_trace.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 12:51:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEED16A47F; Fri, 16 Jun 2006 12:51:54 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84CA43D55; Fri, 16 Jun 2006 12:51:53 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GCprdG091968; Fri, 16 Jun 2006 12:51:53 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GCprjJ091967; Fri, 16 Jun 2006 12:51:53 GMT (envelope-from nyan) Message-Id: <200606161251.k5GCprjJ091967@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 16 Jun 2006 12:51:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/modules/ppc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 12:51:54 -0000 nyan 2006-06-16 12:51:53 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/modules/ppc Makefile Log: Build the ppc module on pc98. Revision Changes Path 1.500 +1 -1 src/sys/modules/Makefile 1.2 +5 -1 src/sys/modules/ppc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jun 16 13:14:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43EAE16A479; Fri, 16 Jun 2006 13:14:16 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096C943D45; Fri, 16 Jun 2006 13:14:16 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GDEFCN094477; Fri, 16 Jun 2006 13:14:15 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GDEFM2094476; Fri, 16 Jun 2006 13:14:15 GMT (envelope-from nyan) Message-Id: <200606161314.k5GDEFM2094476@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 16 Jun 2006 13:14:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release Makefile src/release/i386 mkisoimages.sh src/sys/boot/pc98 Makefile src/sys/i386/boot/cdboot Makefile cdboot.s src/sys/boot/pc98/libpc98 bioscd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 13:14:16 -0000 nyan 2006-06-16 13:14:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile release/i386 mkisoimages.sh sys/boot/pc98 Makefile Added files: (Branch: RELENG_6) sys/i386/boot/cdboot Makefile cdboot.s sys/boot/pc98/libpc98 bioscd.c Log: MFC: Add a bootable CD support. Revision Changes Path 1.887.2.14 +1 -5 src/release/Makefile 1.13.2.1 +4 -1 src/release/i386/mkisoimages.sh 1.8.14.1 +1 -1 src/sys/boot/pc98/Makefile 1.1.2.1 +344 -0 src/sys/boot/pc98/libpc98/bioscd.c (new) 1.8.2.1 +13 -0 src/sys/i386/boot/cdboot/Makefile (new) 1.1.2.1 +811 -0 src/sys/i386/boot/cdboot/cdboot.s (new) From owner-cvs-src@FreeBSD.ORG Fri Jun 16 13:33:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7B016A47A; Fri, 16 Jun 2006 13:33:06 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A98C43D6E; Fri, 16 Jun 2006 13:33:04 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GDX49G095452; Fri, 16 Jun 2006 13:33:04 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GDX4SY095451; Fri, 16 Jun 2006 13:33:04 GMT (envelope-from kib) Message-Id: <200606161333.k5GDX4SY095451@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 Jun 2006 13:33:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/setfacl setfacl.1 setfacl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 13:33:06 -0000 kib 2006-06-16 13:33:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/setfacl setfacl.1 setfacl.c Log: MFC rev. 1.12 of setfacl.c, rev. 1.15,1.16 of setfacl.1. Copy filename read from the stdin into the private buffer. Document the way to get list of files to process from the stdin. Approved by: kan (mentor) Revision Changes Path 1.13.2.1 +2 -0 src/bin/setfacl/setfacl.1 1.11.2.1 +5 -1 src/bin/setfacl/setfacl.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 13:40:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E2516A47B; Fri, 16 Jun 2006 13:40:50 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB0E43D46; Fri, 16 Jun 2006 13:40:50 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GDeo93095868; Fri, 16 Jun 2006 13:40:50 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GDeojN095867; Fri, 16 Jun 2006 13:40:50 GMT (envelope-from nyan) Message-Id: <200606161340.k5GDeojN095867@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 16 Jun 2006 13:40:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/pc98/cdboot Makefile cdboot.s src/sys/i386/boot/cdboot Makefile cdboot.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 13:40:51 -0000 nyan 2006-06-16 13:40:50 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/boot/pc98/cdboot Makefile cdboot.s Removed files: (Branch: RELENG_6) sys/i386/boot/cdboot Makefile cdboot.s Log: Add the cdboot for pc98 to the right place, and remove wrong files. Pointy hat to: nyan Revision Changes Path 1.1.2.1 +13 -0 src/sys/boot/pc98/cdboot/Makefile (new) 1.1.2.1 +811 -0 src/sys/boot/pc98/cdboot/cdboot.s (new) 1.8.2.2 +0 -13 src/sys/i386/boot/cdboot/Makefile (dead) 1.1.2.2 +0 -811 src/sys/i386/boot/cdboot/cdboot.s (dead) From owner-cvs-src@FreeBSD.ORG Fri Jun 16 13:53:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7930416A479; Fri, 16 Jun 2006 13:53:40 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3188B43D49; Fri, 16 Jun 2006 13:53:40 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GDreqW096538; Fri, 16 Jun 2006 13:53:40 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GDrerE096537; Fri, 16 Jun 2006 13:53:40 GMT (envelope-from ambrisko) Message-Id: <200606161353.k5GDrerE096537@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 16 Jun 2006 13:53:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/mfi/mfi_linux Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 13:53:40 -0000 ambrisko 2006-06-16 13:53:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/mfi/mfi_linux Makefile Log: Add in bus_if.h device_if.h to make pc98 build happy. Revision Changes Path 1.1.2.2 +1 -1 src/sys/modules/mfi/mfi_linux/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jun 16 14:04:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA3716A479; Fri, 16 Jun 2006 14:04:22 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD5843D6D; Fri, 16 Jun 2006 14:04:21 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GE4Lci098207; Fri, 16 Jun 2006 14:04:21 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GE4L0m098206; Fri, 16 Jun 2006 14:04:21 GMT (envelope-from mjacob) Message-Id: <200606161404.k5GE4L0m098206@repoman.freebsd.org> From: Matt Jacob Date: Fri, 16 Jun 2006 14:04:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 14:04:22 -0000 mjacob 2006-06-16 14:04:21 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_wakeup.c Log: Unbreak tinderbox- fix device_printf arg to accomodate different sizes of vm_paddr_t in different contexts (e.g., PAE vs. non PAE). Revision Changes Path 1.44 +2 -2 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 14:05:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DFF816A479; Fri, 16 Jun 2006 14:05:19 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3A343D73; Fri, 16 Jun 2006 14:05:14 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GE5Eub098260; Fri, 16 Jun 2006 14:05:14 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GE5ECB098259; Fri, 16 Jun 2006 14:05:14 GMT (envelope-from nyan) Message-Id: <200606161405.k5GE5ECB098259@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 16 Jun 2006 14:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_panasonic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 14:05:19 -0000 nyan 2006-06-16 14:05:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpi_support acpi_panasonic.c Log: MFC: revision 1.10 and 1.11. - Add Fn+F7 hotkey (suspend) support. Revision Changes Path 1.8.2.2 +7 -0 src/sys/dev/acpi_support/acpi_panasonic.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 14:51:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 607AD16A474; Fri, 16 Jun 2006 14:51:25 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F6343D5C; Fri, 16 Jun 2006 14:51:23 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GEpNKm004190; Fri, 16 Jun 2006 14:51:23 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GEpNCB004189; Fri, 16 Jun 2006 14:51:23 GMT (envelope-from brueffer) Message-Id: <200606161451.k5GEpNCB004189@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Jun 2006 14:51:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 cpufreq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 14:51:25 -0000 brueffer 2006-06-16 14:51:23 UTC FreeBSD src repository Modified files: share/man/man4 cpufreq.4 Log: Mention that the powernow driver also supports AMD Cool'n'Quiet. MFC after: 3 days Revision Changes Path 1.14 +1 -1 src/share/man/man4/cpufreq.4 From owner-cvs-src@FreeBSD.ORG Fri Jun 16 16:17:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD01016A474; Fri, 16 Jun 2006 16:17:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA9D43D48; Fri, 16 Jun 2006 16:17:52 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GGHqFH010208; Fri, 16 Jun 2006 16:17:52 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GGHqlR010207; Fri, 16 Jun 2006 16:17:52 GMT (envelope-from kib) Message-Id: <200606161617.k5GGHqlR010207@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 Jun 2006 16:17:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_sym.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 16:17:52 -0000 kib 2006-06-16 16:17:52 UTC FreeBSD src repository Modified files: sys/ddb db_sym.c Log: Never zero-out db_last_symtab. Whan backtraces are done in parallel in several threads, one symbol lookup could clear db_last_symtab when another one going to use it as starting point for traversal. Approved by: pjd (mentor) MFC after: 1 month Revision Changes Path 1.37 +0 -1 src/sys/ddb/db_sym.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 18:00:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87EEB16A479; Fri, 16 Jun 2006 18:00:01 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D879C43D46; Fri, 16 Jun 2006 18:00:00 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.222] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k5GHxwbs058049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Jun 2006 10:59:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4492F193.7090709@FreeBSD.org> Date: Fri, 16 Jun 2006 10:59:47 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Takahashi Yoshihiro References: <200606161314.k5GDEFM2094476@repoman.freebsd.org> In-Reply-To: <200606161314.k5GDEFM2094476@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/i386 mkisoimages.sh src/sys/boot/pc98 Makefile src/sys/i386/boot/cdboot Makefile cdboot.s src/sys/boot/pc98/libpc98 bioscd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 18:00:01 -0000 Hmm, I wonder why do we need two copies of cdboot in the tree. sys/i386/boot/cdboot vs sys/boot/i386/cdboot It doesn't look right to me. -Maxim Takahashi Yoshihiro wrote: > nyan 2006-06-16 13:14:15 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > release Makefile > release/i386 mkisoimages.sh > sys/boot/pc98 Makefile > Added files: (Branch: RELENG_6) > sys/i386/boot/cdboot Makefile cdboot.s > sys/boot/pc98/libpc98 bioscd.c > Log: > MFC: Add a bootable CD support. > > Revision Changes Path > 1.887.2.14 +1 -5 src/release/Makefile > 1.13.2.1 +4 -1 src/release/i386/mkisoimages.sh > 1.8.14.1 +1 -1 src/sys/boot/pc98/Makefile > 1.1.2.1 +344 -0 src/sys/boot/pc98/libpc98/bioscd.c (new) > 1.8.2.1 +13 -0 src/sys/i386/boot/cdboot/Makefile (new) > 1.1.2.1 +811 -0 src/sys/i386/boot/cdboot/cdboot.s (new) > > From owner-cvs-src@FreeBSD.ORG Fri Jun 16 18:57:38 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F3316A47C; Fri, 16 Jun 2006 18:57:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041A343D48; Fri, 16 Jun 2006 18:57:36 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5GIvU8o060257; Fri, 16 Jun 2006 14:57:35 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ian Dowse Date: Fri, 16 Jun 2006 14:57:22 -0400 User-Agent: KMail/1.9.1 References: <200606160149.aa83404@nowhere.iedowse.com> In-Reply-To: <200606160149.aa83404@nowhere.iedowse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606161457.23420.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 16 Jun 2006 14:57:35 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1548/Fri Jun 16 13:53:47 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 18:57:38 -0000 On Thursday 15 June 2006 20:49, Ian Dowse wrote: > In message <200606130856.55255.jhb@freebsd.org>, John Baldwin writes: > >On Monday 12 June 2006 20:50, Ian Dowse wrote: > >> That would bring back the original issue where a manually kldloaded > >> firmware image would be removed from the list when a driver calls > >> firmware_put(), even though the kld will remain loaded; there is > >> nothing that a driver can do to get the entry back on the list since > >> calling linker_reference_module() will not result in a call to > >> firmware_register() because the module is already (manually) loaded. > > > >No it wouldn't. :) unloadentry() is only called when we are unloading > >an explicitly loaded module from the taskqueue. That is where I think > >the 'fp->file = NULL' should be changed to 'clearentry()'. Either > >that or don't clear fp->file at all. > > Sorry for the delay in replying. True, but clearing the entry is > still assuming that there are no other linker references, and > firmware(9) doesn't really know this. For example if you manually > load a module that depends on a firmware image module, then the > firmware image module will stay loaded after unloadentry() calls > linker_file_unload(), so clearing the entry then would cause future > firmware_get() calls to fail. But unloadentry() would never unload such a module because fp->file is NULL. unloadentry() would only call clearentry() and then linker_file_unload() on an explicitly loaded firmware module. > >No. You've cleared fp->file. This means that if the other thread gets > >a reference, the firmware_unregister() will fail, but now the kernel will > >never unload this file on a subsequent firmware_put() since it won't see > >that it was explicitly loaded by the kernel since fp->file == NULL. The > >awk script patch fixes a different race where kldunload would succeed > >even though there were open references and drivers would have pointers > >into unmapped memory (or possibly mapped to something else). > > In theory whatever code was attempting to unload the module will > get back an error return and will keep its original reference on > the linker file, so that same code can succeed if it tries to unload > again later. In practice I'm sure there are bugs here ;-) For > example, firmware(9) might want to attempt to avoid clearing fp->file > if its call to linker_file_unload() fails. The problem is that in unloadentry() you are the code trying to unload the module and you ignore the error return. :) I think actually though, the best fix is to just not clear fp->file at all. If the unload succeeds, then the clearentry() in firmware_unregister() will end up clearing fp->file. If the unload fails because another thread grabbed a reference, then fp->file will remain set so that later on when that other thread does a firmware_put() we will try to unload the module in unloadentry() again. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Jun 16 20:29:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E58D16A474; Fri, 16 Jun 2006 20:29:10 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6AC43D53; Fri, 16 Jun 2006 20:29:05 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GKT56V035405; Fri, 16 Jun 2006 20:29:05 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GKT5Ig035404; Fri, 16 Jun 2006 20:29:05 GMT (envelope-from dwmalone) Message-Id: <200606162029.k5GKT5Ig035404@repoman.freebsd.org> From: David Malone Date: Fri, 16 Jun 2006 20:29:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 20:29:10 -0000 dwmalone 2006-06-16 20:29:05 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Add a kern.timecounter.tc sysctl tree that contains the mask, frequency, quality and current value of each available time counter. At the moment all of these are read-only, but it might make sense to make some of these read-write in the future. MFC after: 3 months Revision Changes Path 1.176 +40 -0 src/sys/kern/kern_tc.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 21:06:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D2816A474; Fri, 16 Jun 2006 21:06:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD7543D70; Fri, 16 Jun 2006 21:06:03 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GL63Jg047405; Fri, 16 Jun 2006 21:06:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GL63UF047404; Fri, 16 Jun 2006 21:06:03 GMT (envelope-from jhb) Message-Id: <200606162106.k5GL63UF047404@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Jun 2006 21:06:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/tools fw_stub.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 21:06:06 -0000 jhb 2006-06-16 21:06:03 UTC FreeBSD src repository Modified files: sys/tools fw_stub.awk Log: Check for errors when registering and unregistering firmware modules. This prevents the unfortunate situation whereby one might kldload a firmware module by hand and later kldunload it while a driver still has an open reference to it. MFC after: 1 week Glanced at by: iedowse Revision Changes Path 1.3 +25 -12 src/sys/tools/fw_stub.awk From owner-cvs-src@FreeBSD.ORG Fri Jun 16 21:30:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404BF16A474; Fri, 16 Jun 2006 21:30:42 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A71F43D4C; Fri, 16 Jun 2006 21:30:41 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GLUfr6050335; Fri, 16 Jun 2006 21:30:41 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GLUfPX050334; Fri, 16 Jun 2006 21:30:41 GMT (envelope-from bmah) Message-Id: <200606162130.k5GLUfPX050334@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 16 Jun 2006 21:30:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 21:30:42 -0000 bmah 2006-06-16 21:30:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Note that we have a fix for the IPv6-on-point-to-point links issue (committed to HEAD). Fix an unrelated typo. Revision Changes Path 1.73.2.26 +4 -3 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Jun 16 22:11:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635DF16A47A; Fri, 16 Jun 2006 22:11:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D9D43D46; Fri, 16 Jun 2006 22:11:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GMBowB053372; Fri, 16 Jun 2006 22:11:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GMBoJC053367; Fri, 16 Jun 2006 22:11:50 GMT (envelope-from rwatson) Message-Id: <200606162211.k5GMBoJC053367@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jun 2006 22:11:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 22:11:50 -0000 rwatson 2006-06-16 22:11:49 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Remove unused (and ifdef'd) unp_abort() and unp_drain(). MFC after: 1 month Revision Changes Path 1.169 +0 -18 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 22:11:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C09816A595; Fri, 16 Jun 2006 22:11:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AEE43D48; Fri, 16 Jun 2006 22:11:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GMBttZ053474; Fri, 16 Jun 2006 22:11:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GMBtMd053473; Fri, 16 Jun 2006 22:11:55 GMT (envelope-from jhb) Message-Id: <200606162211.k5GMBtMd053473@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Jun 2006 22:11:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 22:11:56 -0000 jhb 2006-06-16 22:11:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/hwpmc hwpmc_mod.c sys/dev/random randomdev_soft.c sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c sys/vm vm_zeroidle.c Log: MFC: Change msleep() and tsleep() to not alter the calling thread's priority if the specified priority is zero. Revision Changes Path 1.10.2.7 +1 -8 src/sys/dev/hwpmc/hwpmc_mod.c 1.11.2.2 +2 -4 src/sys/dev/random/randomdev_soft.c 1.124.2.6 +3 -5 src/sys/kern/kern_intr.c 1.19.2.3 +1 -3 src/sys/kern/kern_poll.c 1.270.2.5 +5 -3 src/sys/kern/kern_synch.c 1.34.2.4 +2 -2 src/sys/kern/kern_thr.c 1.33.2.2 +4 -6 src/sys/kern/kern_umtx.c 1.77.2.1 +1 -1 src/sys/kern/sched_4bsd.c 1.34.2.2 +1 -3 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Fri Jun 16 22:31:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C47F16A47D; Fri, 16 Jun 2006 22:31:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A5A43D45; Fri, 16 Jun 2006 22:31:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GMVuCq054924; Fri, 16 Jun 2006 22:31:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GMVuJ5054923; Fri, 16 Jun 2006 22:31:56 GMT (envelope-from rwatson) Message-Id: <200606162231.k5GMVuJ5054923@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jun 2006 22:31:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys protosw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 22:31:58 -0000 rwatson 2006-06-16 22:31:56 UTC FreeBSD src repository Modified files: sys/sys protosw.h Log: Remove extra blank line below comment. MFC after: 1 week Revision Changes Path 1.54 +0 -1 src/sys/sys/protosw.h From owner-cvs-src@FreeBSD.ORG Fri Jun 16 23:03:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F8816A474; Fri, 16 Jun 2006 23:03:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D1C43D45; Fri, 16 Jun 2006 23:03:23 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GN3NpW057921; Fri, 16 Jun 2006 23:03:23 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GN3Ng2057920; Fri, 16 Jun 2006 23:03:23 GMT (envelope-from thompsa) Message-Id: <200606162303.k5GN3Ng2057920@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 16 Jun 2006 23:03:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 23:03:23 -0000 thompsa 2006-06-16 23:03:22 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Document that we can only bridge wireless interfaces in hostap mode, this is becoming a faq. MFC after: 1 week Revision Changes Path 1.18 +3 -0 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Sat Jun 17 00:47:22 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FA0A16A474; Sat, 17 Jun 2006 00:47:22 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E67543D49; Sat, 17 Jun 2006 00:47:20 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 17 Jun 2006 01:47:11 +0100 (IST) To: John Baldwin In-Reply-To: Your message of "Fri, 16 Jun 2006 14:57:22 EDT." <200606161457.23420.jhb@freebsd.org> Date: Sat, 17 Jun 2006 01:47:11 +0100 From: Ian Dowse Message-ID: <200606170147.aa09815@nowhere.iedowse.com> Cc: cvs-src@freebsd.org, Ian Dowse , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys firmware.h src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 00:47:22 -0000 In message <200606161457.23420.jhb@freebsd.org>, John Baldwin writes: >But unloadentry() would never unload such a module because fp->file >is NULL. unloadentry() would only call clearentry() and then >linker_file_unload() on an explicitly loaded firmware module. - driver calls firmware_get, firmware image loaded and fp->file set to non-NULL - manually kldload some_module_that_depends_on_firmware_image - driver calls firmware_put, unloadentry called and sets fp->file = NULL If at this point the entry was cleared then all future calls to firmware_get would fail even though the module is still available, referenced and loaded. I'm not saying that these cases are particularly important or that there aren't bugs in the current code; just that mixing up the layers doesn't help ;-) Ian From owner-cvs-src@FreeBSD.ORG Sat Jun 17 02:58:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0811416A479; Sat, 17 Jun 2006 02:58:19 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B0043D46; Sat, 17 Jun 2006 02:58:18 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H2wIk9078676; Sat, 17 Jun 2006 02:58:18 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H2wISS078675; Sat, 17 Jun 2006 02:58:18 GMT (envelope-from emaste) Message-Id: <200606170258.k5H2wISS078675@repoman.freebsd.org> From: Ed Maste Date: Sat, 17 Jun 2006 02:58:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_kdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 02:58:19 -0000 emaste 2006-06-17 02:58:18 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Add a description for sysctl -d. Revision Changes Path 1.22 +1 -1 src/sys/kern/subr_kdb.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 04:31:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FFB16A474; Sat, 17 Jun 2006 04:31:43 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE47E43D58; Sat, 17 Jun 2006 04:31:40 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H4Ve2w085020; Sat, 17 Jun 2006 04:31:40 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H4VeDt085019; Sat, 17 Jun 2006 04:31:40 GMT (envelope-from bmah) Message-Id: <200606170431.k5H4VeDt085019@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 17 Jun 2006 04:31:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 04:31:43 -0000 bmah 2006-06-17 04:31:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: NFS server slowdown. Revision Changes Path 1.73.2.27 +5 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Jun 17 04:54:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C171E16A53D; Sat, 17 Jun 2006 04:54:01 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7795B43D45; Sat, 17 Jun 2006 04:54:01 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H4s1hV094034; Sat, 17 Jun 2006 04:54:01 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H4s1mi094033; Sat, 17 Jun 2006 04:54:01 GMT (envelope-from bmah) Message-Id: <200606170454.k5H4s1mi094033@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 17 Jun 2006 04:54:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 04:54:01 -0000 bmah 2006-06-17 04:54:01 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFCs noted: pc98 CDROM bootloader, linsysfs(5). Revision Changes Path 1.944 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Jun 17 04:57:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7215216A47A; Sat, 17 Jun 2006 04:57:13 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C6643D45; Sat, 17 Jun 2006 04:57:13 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H4vDLV094216; Sat, 17 Jun 2006 04:57:13 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H4vDln094215; Sat, 17 Jun 2006 04:57:13 GMT (envelope-from bmah) Message-Id: <200606170457.k5H4vDln094215@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 17 Jun 2006 04:57:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 04:57:13 -0000 bmah 2006-06-17 04:57:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes (not merged from HEAD): UMA memory allocation stats bug fix, quota/snapshot deadlock fix, NFS server Giant-leak fix, rc.d/jail bugfixes. MFC: pc98 CDROM bootloader, linsysfs(5). The "new" release notes all fix problems noted in the 6.1 errata, so they probably should be mentioned. Revision Changes Path 1.883.2.25 +24 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Jun 17 07:25:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861CC16A474; Sat, 17 Jun 2006 07:25:59 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0CB43D46; Sat, 17 Jun 2006 07:25:59 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H7Pxcm004331; Sat, 17 Jun 2006 07:25:59 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H7PxtX004329; Sat, 17 Jun 2006 07:25:59 GMT (envelope-from maxim) Message-Id: <200606170725.k5H7PxtX004329@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 17 Jun 2006 07:25:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil login_class.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 07:25:59 -0000 maxim 2006-06-17 07:25:58 UTC FreeBSD src repository Modified files: lib/libutil login_class.3 Log: o Typo: ownship -> ownership. Obtained from: DragonFlyBSD Revision Changes Path 1.19 +1 -1 src/lib/libutil/login_class.3 From owner-cvs-src@FreeBSD.ORG Sat Jun 17 08:45:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC7516A474; Sat, 17 Jun 2006 08:45:02 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A91843D49; Sat, 17 Jun 2006 08:45:02 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H8j2HW008853; Sat, 17 Jun 2006 08:45:02 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H8j1xX008852; Sat, 17 Jun 2006 08:45:02 GMT (envelope-from alc) Message-Id: <200606170845.k5H8j1xX008852@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 Jun 2006 08:45:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 08:45:02 -0000 alc 2006-06-17 08:45:01 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Use ptoa(psize) instead of size to compute the end of the mapping in vm_map_pmap_enter(). Revision Changes Path 1.377 +3 -3 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 08:50:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F3816A474; Sat, 17 Jun 2006 08:50:48 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BC643D49; Sat, 17 Jun 2006 08:50:47 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 5D03A2C2AE0; Sat, 17 Jun 2006 03:50:47 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id U99hv29tZxFR; Sat, 17 Jun 2006 03:50:46 -0500 (CDT) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 989DB2C2ADE; Sat, 17 Jun 2006 03:50:46 -0500 (CDT) Message-ID: <4493C266.7030009@cs.rice.edu> Date: Sat, 17 Jun 2006 03:50:46 -0500 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050817 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tilman Linneweh References: <200606141748.k5EHmkPE025291@repoman.freebsd.org> <128AAC30-210A-4DE3-B316-797CA19C601F@FreeBSD.org> In-Reply-To: <128AAC30-210A-4DE3-B316-797CA19C601F@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 08:50:48 -0000 Tilman Linneweh wrote: > On Jun 14, 2006, at 19:48, Alan Cox wrote: > >> alc 2006-06-14 17:48:46 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/vm vm_map.c >> Log: >> Correct an error in the previous revision that could lead to a panic: >> Found mapped cache page. Specifically, if cnt.v_free_count dips >> below >> cnt.v_free_reserved after p_start has been set to a non-NULL value, >> then vm_map_pmap_enter() would break out of the loop and incorrectly >> call pmap_enter_object() for the remaining address range. To correct >> this error, this revision truncates the address range so that >> pmap_enter_object() will not map any cache pages. >> > > Hello Alan, > > I am still getting "Found mapped cache page" panics with this > revision on > amd64 Please update again and let me know if you still have problems. Alan From owner-cvs-src@FreeBSD.ORG Sat Jun 17 09:38:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31CE16A47F; Sat, 17 Jun 2006 09:38:12 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 308B443D46; Sat, 17 Jun 2006 09:38:09 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5H9c92U021013; Sat, 17 Jun 2006 09:38:09 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5H9c9vB021012; Sat, 17 Jun 2006 09:38:09 GMT (envelope-from netchild) Message-Id: <200606170938.k5H9c9vB021012@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Jun 2006 09:38:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound driver.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 09:38:12 -0000 netchild 2006-06-17 09:38:08 UTC FreeBSD src repository Modified files: sys/dev/sound driver.c Log: Remove the snd_es1888 module now that it isn't build anymore. Noticed by: Neil Short Revision Changes Path 1.16 +0 -1 src/sys/dev/sound/driver.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 12:36:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0C016A47B; Sat, 17 Jun 2006 12:36:13 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E8543D48; Sat, 17 Jun 2006 12:36:12 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HCaC4Y037733; Sat, 17 Jun 2006 12:36:12 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HCaCEF037732; Sat, 17 Jun 2006 12:36:12 GMT (envelope-from maxim) Message-Id: <200606171236.k5HCaCEF037732@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 17 Jun 2006 12:36:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/daily 470.status-named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:36:13 -0000 maxim 2006-06-17 12:36:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/daily 470.status-named Log: MFC rev. 1.8: add missed $start variable in the grep statement. Revision Changes Path 1.6.10.2 +1 -1 src/etc/periodic/daily/470.status-named From owner-cvs-src@FreeBSD.ORG Sat Jun 17 12:38:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3FE16A47A; Sat, 17 Jun 2006 12:38:44 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3349D43D48; Sat, 17 Jun 2006 12:38:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HCcim2037942; Sat, 17 Jun 2006 12:38:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HCci3N037941; Sat, 17 Jun 2006 12:38:44 GMT (envelope-from maxim) Message-Id: <200606171238.k5HCci3N037941@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 17 Jun 2006 12:38:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 vinum.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:38:44 -0000 maxim 2006-06-17 12:38:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 vinum.4 Log: MFC rev. 1.52: vinum.8 -> gvinum.8 translation. Revision Changes Path 1.51.2.1 +16 -16 src/share/man/man4/vinum.4 From owner-cvs-src@FreeBSD.ORG Sat Jun 17 12:47:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1272C16A47A; Sat, 17 Jun 2006 12:47:46 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421343D45; Sat, 17 Jun 2006 12:47:45 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HCljq4046122; Sat, 17 Jun 2006 12:47:45 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HClj46046121; Sat, 17 Jun 2006 12:47:45 GMT (envelope-from mjacob) Message-Id: <200606171247.k5HClj46046121@repoman.freebsd.org> From: Matt Jacob Date: Sat, 17 Jun 2006 12:47:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:47:46 -0000 mjacob 2006-06-17 12:47:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC 1.34: support for FC919X Revision Changes Path 1.20.2.4 +8 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 12:48:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D98216A533; Sat, 17 Jun 2006 12:48:06 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3D643D45; Sat, 17 Jun 2006 12:48:06 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HCm6k7046158; Sat, 17 Jun 2006 12:48:06 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HCm6Xg046157; Sat, 17 Jun 2006 12:48:06 GMT (envelope-from mjacob) Message-Id: <200606171248.k5HCm6Xg046157@repoman.freebsd.org> From: Matt Jacob Date: Sat, 17 Jun 2006 12:48:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:48:06 -0000 mjacob 2006-06-17 12:48:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mpt mpt_pci.c Log: MFC 1.34: support for FC919X Revision Changes Path 1.16.2.3 +8 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 12:48:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 971C516A479; Sat, 17 Jun 2006 12:48:30 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB34A43D45; Sat, 17 Jun 2006 12:48:27 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HCmRTe046194; Sat, 17 Jun 2006 12:48:27 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HCmRvI046193; Sat, 17 Jun 2006 12:48:27 GMT (envelope-from mjacob) Message-Id: <200606171248.k5HCmRvI046193@repoman.freebsd.org> From: Matt Jacob Date: Sat, 17 Jun 2006 12:48:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:48:30 -0000 mjacob 2006-06-17 12:48:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mpt mpt_pci.c Log: MFC 1.34: support for FC919X Revision Changes Path 1.3.2.6 +8 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 13:53:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E295116A481; Sat, 17 Jun 2006 13:53:05 +0000 (UTC) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD05343D70; Sat, 17 Jun 2006 13:53:04 +0000 (GMT) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HDr441050515; Sat, 17 Jun 2006 13:53:04 GMT (envelope-from wsalamon@repoman.freebsd.org) Received: (from wsalamon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HDr4N6050514; Sat, 17 Jun 2006 13:53:04 GMT (envelope-from wsalamon) Message-Id: <200606171353.k5HDr4N6050514@repoman.freebsd.org> From: Wayne Salamon Date: Sat, 17 Jun 2006 13:53:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_bsm_token.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 13:53:06 -0000 wsalamon 2006-06-17 13:53:04 UTC FreeBSD src repository Modified files: sys/security/audit audit_bsm_token.c Log: Make the size of the subject32_ex and process32_ex tokens depend on whether we have an IPv6 address. Write the term ID as 4 or 16 bytes depending on address type. This change matches the recent OpenBSM change, and what Solaris does. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revision Changes Path 1.4 +26 -14 src/sys/security/audit/audit_bsm_token.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 14:36:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F9116A481; Sat, 17 Jun 2006 14:36:45 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2045D43D46; Sat, 17 Jun 2006 14:36:45 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HEajsn053968; Sat, 17 Jun 2006 14:36:45 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HEaikf053967; Sat, 17 Jun 2006 14:36:44 GMT (envelope-from netchild) Message-Id: <200606171436.k5HEaikf053967@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Jun 2006 14:36:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci ak452x.c ak452x.h envy24.c envy24.h src/sys/modules/sound/driver/ak452x Makefile src/sys/modules/sound/driver/envy24 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 14:36:45 -0000 netchild 2006-06-17 14:36:44 UTC FreeBSD src repository Added files: sys/dev/sound/pci envy24.c envy24.h ak452x.h ak452x.c sys/modules/sound/driver/ak452x Makefile sys/modules/sound/driver/envy24 Makefile Log: dd the envy24 driver as is to the tree. It's not connected to the build yet. More commits to follow. I got no response from the author, but since the driver is BSD licensed I don't think he will complain. :-) I got it from http://people.freebsd.org/~lofi/envy24.tar.gz Written by: Katsurajima Naoto Revision Changes Path 1.1 +247 -0 src/sys/dev/sound/pci/ak452x.c (new) 1.1 +91 -0 src/sys/dev/sound/pci/ak452x.h (new) 1.1 +2445 -0 src/sys/dev/sound/pci/envy24.c (new) 1.1 +482 -0 src/sys/dev/sound/pci/envy24.h (new) 1.1 +8 -0 src/sys/modules/sound/driver/ak452x/Makefile (new) 1.1 +8 -0 src/sys/modules/sound/driver/envy24/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat Jun 17 14:58:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3EEB16A474; Sat, 17 Jun 2006 14:58:59 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919BC43D48; Sat, 17 Jun 2006 14:58:59 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HEwxWY056389; Sat, 17 Jun 2006 14:58:59 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HEwxxR056388; Sat, 17 Jun 2006 14:58:59 GMT (envelope-from rodrigc) Message-Id: <200606171458.k5HEwxxR056388@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 17 Jun 2006 14:58:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 14:58:59 -0000 rodrigc 2006-06-17 14:58:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vfsops.c Log: MFC 1.316 (substitute vfs_mount_error for printf): Check the sectorsize of the underlying disk before trying to bread() the UFS superblock. Should eliminate crashes when trying to do: mount -t ufs on an audio CD. PR: kern/85893 Reported by: Russell Francis Revision Changes Path 1.290.2.11 +7 -1 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 15:11:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF43C16A474; Sat, 17 Jun 2006 15:11:37 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238EF43D46; Sat, 17 Jun 2006 15:11:37 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HFBbcK058212; Sat, 17 Jun 2006 15:11:37 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HFBawo058211; Sat, 17 Jun 2006 15:11:36 GMT (envelope-from netchild) Message-Id: <200606171511.k5HFBawo058211@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Jun 2006 15:11:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci ak452x.c envy24.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 15:11:37 -0000 netchild 2006-06-17 15:11:36 UTC FreeBSD src repository Modified files: sys/dev/sound/pci ak452x.c envy24.c Log: - fix compatibility with newer versions of FreeBSD - fix all warnings during compilation - fix obvious bugs - add support for more cards Now supported: - M-Audio Delta Dio 2496 - M-Audio Audiophile 2496 - Terratec DMX 6fire Known bugs (detected by Nokolas and Stefan): - $ kldunload snd_ak452x.ko Warning: memory type ak452x leaked memory on destroy (1 allocations, 64 bytes leaked). - No sound in KDE: Everything works fine at the console but when I load KDE (3.5.3) the sound stutters and plays at less then 1/2 speed. - 'mixer: WRITE_MIXER: Device not configured' The message repeats x times at system startup, x = whatever hw.snd.maxautovchans is set to. (this is because only vol, pcm and line are supported, but the driver shows more than those mixer devices and setting those additional mixers results in this error message) - vchans don't work - 24 bit playback not supported (only 16/32 bit) - after kld(un)loading some times, the card fails to be probed until reboot Datasheets are available from: http://www.nbritton.org/uploads/envy24/ http://www.asahi-kasei.co.jp/akm/en/product/ak4528/ak4528_f01e.pdf http://www.asahi-kasei.co.jp/akm/en/product/ak4528/ekd4528-01.pdf http://www.asahi-kasei.co.jp/akm/en/product/ak4524/ak4524_f03e.pdf http://www.asahi-kasei.co.jp/akm/en/product/ak4524/ekd4524.pdf http://www.wolfson.co.uk/uploads/documents/en/WM8728.pdf http://www.richtech.co.kr/down/richtek/RT9131.pdf http://xkodi.svobodno.com/xkodi/space71.html http://people.freebsd.org/~lofi/envy24.pdf http://people.freebsd.org/~lofi/4524.pdf Submitted by: Konstantin Dimitrov Tested by: Nikolas Britton Stefan Ehmann Revision Changes Path 1.2 +3 -3 src/sys/dev/sound/pci/ak452x.c 1.2 +89 -26 src/sys/dev/sound/pci/envy24.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 16:30:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE1016A474; Sat, 17 Jun 2006 16:30:30 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A8343D46; Sat, 17 Jun 2006 16:30:29 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.13.6/8.13.4) with ESMTP id k5HGUSd4054521; Sun, 18 Jun 2006 01:30:28 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 18 Jun 2006 01:30:09 +0900 (JST) Message-Id: <20060618.013009.74711209.nyan@jp.FreeBSD.org> To: sobomax@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <4492F193.7090709@FreeBSD.org> References: <200606161314.k5GDEFM2094476@repoman.freebsd.org> <4492F193.7090709@FreeBSD.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/i386 mkisoimages.sh src/sys/boot/pc98 Makefile src/sys/i386/boot/cdboot Makefile cdboot.s src/sys/boot/pc98/libpc98 bioscd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 16:30:30 -0000 In article <4492F193.7090709@FreeBSD.org> Maxim Sobolev writes: > Hmm, I wonder why do we need two copies of cdboot in the tree. > sys/i386/boot/cdboot > vs > sys/boot/i386/cdboot > > It doesn't look right to me. It's my fault. I already fixed. --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Sat Jun 17 16:41:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530C016A474; Sat, 17 Jun 2006 16:41:55 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E33343D45; Sat, 17 Jun 2006 16:41:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HGfsiw070842; Sat, 17 Jun 2006 16:41:54 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HGfs3H070841; Sat, 17 Jun 2006 16:41:54 GMT (envelope-from netchild) Message-Id: <200606171641.k5HGfs3H070841@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Jun 2006 16:41:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/sound/driver Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 16:41:55 -0000 netchild 2006-06-17 16:41:54 UTC FreeBSD src repository Modified files: sys/modules/sound/driver Makefile Log: Connect the envy42 driver to the build. Revision Changes Path 1.19 +2 -2 src/sys/modules/sound/driver/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jun 17 16:43:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94D816A47A; Sat, 17 Jun 2006 16:43:21 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F3843D45; Sat, 17 Jun 2006 16:43:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HGhLBW070930; Sat, 17 Jun 2006 16:43:21 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HGhLOP070929; Sat, 17 Jun 2006 16:43:21 GMT (envelope-from netchild) Message-Id: <200606171643.k5HGhLOP070929@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Jun 2006 16:43:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile snd_envy24.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 16:43:22 -0000 netchild 2006-06-17 16:43:21 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 snd_envy24.4 Log: Add man page for the envy24 driver. Revision Changes Path 1.355 +2 -0 src/share/man/man4/Makefile 1.1 +76 -0 src/share/man/man4/snd_envy24.4 (new) From owner-cvs-src@FreeBSD.ORG Sat Jun 17 16:46:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35B1116A474; Sat, 17 Jun 2006 16:46:05 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EAD43D49; Sat, 17 Jun 2006 16:46:04 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HGk4Wk071092; Sat, 17 Jun 2006 16:46:04 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HGk4Zw071091; Sat, 17 Jun 2006 16:46:04 GMT (envelope-from mlaier) Message-Id: <200606171646.k5HGk4Zw071091@repoman.freebsd.org> From: Max Laier Date: Sat, 17 Jun 2006 16:46:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 altq.4 src/sys/dev/nve if_nve.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 16:46:05 -0000 mlaier 2006-06-17 16:46:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 altq.4 sys/dev/nve if_nve.c Log: MFC: ALTQ-ify nve(4). Submitted by: Chris Dionissopoulos Revision Changes Path 1.13.2.3 +2 -1 src/share/man/man4/altq.4 1.7.2.10 +5 -3 src/sys/dev/nve/if_nve.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:01:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493F716A479; Sat, 17 Jun 2006 17:01:42 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FB643D48; Sat, 17 Jun 2006 17:01:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HH1f2A080352; Sat, 17 Jun 2006 17:01:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HH1f18080351; Sat, 17 Jun 2006 17:01:41 GMT (envelope-from netchild) Message-Id: <200606171701.k5HH1f18080351@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Jun 2006 17:01:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound driver.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:01:42 -0000 netchild 2006-06-17 17:01:41 UTC FreeBSD src repository Modified files: sys/dev/sound driver.c Log: Load the envy24 driver in the meta-module too. Revision Changes Path 1.17 +2 -0 src/sys/dev/sound/driver.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:10:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB2A16A484; Sat, 17 Jun 2006 17:10:40 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E986743D46; Sat, 17 Jun 2006 17:10:39 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HHAdB1082106; Sat, 17 Jun 2006 17:10:39 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HHAdVH082105; Sat, 17 Jun 2006 17:10:39 GMT (envelope-from brueffer) Message-Id: <200606171710.k5HHAdVH082105@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Jun 2006 17:10:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:10:40 -0000 brueffer 2006-06-17 17:10:39 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Add snd_envy24(4). Revision Changes Path 1.303 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.86 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:32:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13F016A47A; Sat, 17 Jun 2006 17:32:40 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEDD43D5A; Sat, 17 Jun 2006 17:32:39 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HHWdnt086273; Sat, 17 Jun 2006 17:32:39 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HHWdl9086272; Sat, 17 Jun 2006 17:32:39 GMT (envelope-from andre) Message-Id: <200606171732.k5HHWdl9086272@repoman.freebsd.org> From: Andre Oppermann Date: Sat, 17 Jun 2006 17:32:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_syncache.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:32:41 -0000 andre 2006-06-17 17:32:38 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_syncache.c tcp_var.h Log: Add locking to TCP syncache and drop the global tcpinfo lock as early as possible for the syncache_add() case. The syncache timer no longer aquires the tcpinfo lock and timeout/retransmit runs can happen in parallel with bucket granularity. On a P4 the additional locks cause a slight degression of 0.7% in tcp connections per second. When IP and TCP input are deserialized and can run in parallel this little overhead can be neglected. The syncookie handling still leaves room for improvement and its random salts may be moved to the syncache bucket head structures to remove the second lock operation currently required for it. However this would be a more involved change from the way syncookies work at the moment. Reviewed by: rwatson Tested by: rwatson, ps (earlier version) Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.299 +9 -6 src/sys/netinet/tcp_input.c 1.87 +286 -255 src/sys/netinet/tcp_syncache.c 1.130 +9 -6 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:47:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC08D16A484; Sat, 17 Jun 2006 17:47:07 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AA743D6A; Sat, 17 Jun 2006 17:47:06 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HHl6wd087089; Sat, 17 Jun 2006 17:47:06 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HHl6WE087088; Sat, 17 Jun 2006 17:47:06 GMT (envelope-from gnn) Message-Id: <200606171747.k5HHl6WE087088@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sat, 17 Jun 2006 17:47:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:47:07 -0000 gnn 2006-06-17 17:47:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_socket.c Log: MFC a forgotten fix Make sure that there actually is a next packet before setting nextrecord to that field. PR: 83885 Submitted by: hirose@comm.yamaha.co.jp Revision Changes Path 1.242.2.5 +4 -1 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:49:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D2CC16A47A; Sat, 17 Jun 2006 17:49:13 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC8443D55; Sat, 17 Jun 2006 17:49:11 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HHnB4B087222; Sat, 17 Jun 2006 17:49:11 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HHnBpU087221; Sat, 17 Jun 2006 17:49:11 GMT (envelope-from andre) Message-Id: <200606171749.k5HHnBpU087221@repoman.freebsd.org> From: Andre Oppermann Date: Sat, 17 Jun 2006 17:49:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:49:13 -0000 andre 2006-06-17 17:49:11 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: ANSIfy and tidy up comments. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.88 +23 -52 src/sys/netinet/tcp_syncache.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:57:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67CA516A479; Sat, 17 Jun 2006 17:57:37 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EF243D78; Sat, 17 Jun 2006 17:57:36 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HHva7w087726; Sat, 17 Jun 2006 17:57:36 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HHvahf087725; Sat, 17 Jun 2006 17:57:36 GMT (envelope-from andre) Message-Id: <200606171757.k5HHvahf087725@repoman.freebsd.org> From: Andre Oppermann Date: Sat, 17 Jun 2006 17:57:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:57:37 -0000 andre 2006-06-17 17:57:36 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Rearrange fields in struct syncache and syncache_head to make them more cache line friendly. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.131 +6 -5 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Sat Jun 17 17:58:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBD116A47D; Sat, 17 Jun 2006 17:58:33 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4B543D45; Sat, 17 Jun 2006 17:58:33 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HHwX6w087795; Sat, 17 Jun 2006 17:58:33 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HHwXbq087794; Sat, 17 Jun 2006 17:58:33 GMT (envelope-from gnn) Message-Id: <200606171758.k5HHwXbq087794@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sat, 17 Jun 2006 17:58:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6.c nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 17:58:33 -0000 gnn 2006-06-17 17:58:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6.c nd6.c Log: MFC 1.61 in6.c 1.65 nd6.c Fix spurious warnings from neighbor discovery when working with IPv6 over point to point tunnels (gif). PR: 93220 Submitted by: Jinmei Tatuya Revision Changes Path 1.51.2.9 +40 -8 src/sys/netinet6/in6.c 1.48.2.13 +13 -0 src/sys/netinet6/nd6.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 18:17:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108E916A47C; Sat, 17 Jun 2006 18:17:34 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071E443D64; Sat, 17 Jun 2006 18:17:26 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HIHQvb091010; Sat, 17 Jun 2006 18:17:26 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HIHQcB091009; Sat, 17 Jun 2006 18:17:26 GMT (envelope-from rodrigc) Message-Id: <200606171817.k5HIHQcB091009@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 17 Jun 2006 18:17:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nullfs null_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 18:17:34 -0000 rodrigc 2006-06-17 18:17:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vfsops.c Log: MFC: 1.78, 1.79 Remove incorrect null_checkexp() routine. This will allow the NFS server to call vfs_stdcheckexp() on the exported nullfs filesystem, not the underlying filesystem being nullfs mounted. If the lower filesystem was not NFS exported, then the NFS exported null filesystem would not work. Modify MNT_UPDATE behavior for nullfs so that it does not return EOPNOTSUPP if an "export" parameter was passed in. This should allow nullfs mounts to be NFS exported. PR: kern/87906 Revision Changes Path 1.72.2.4 +7 -16 src/sys/fs/nullfs/null_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 18:42:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 409F616A481; Sat, 17 Jun 2006 18:42:08 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AFD43D46; Sat, 17 Jun 2006 18:42:07 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HIg7lS092175; Sat, 17 Jun 2006 18:42:07 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HIg7GG092174; Sat, 17 Jun 2006 18:42:07 GMT (envelope-from andre) Message-Id: <200606171842.k5HIg7GG092174@repoman.freebsd.org> From: Andre Oppermann Date: Sat, 17 Jun 2006 18:42:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 18:42:08 -0000 andre 2006-06-17 18:42:07 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: Fix the !INET6 compile. Reported by: alc Revision Changes Path 1.89 +4 -2 src/sys/netinet/tcp_syncache.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 18:42:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8129B16A494; Sat, 17 Jun 2006 18:42:27 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B41143D53; Sat, 17 Jun 2006 18:42:26 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HIgQrP092202; Sat, 17 Jun 2006 18:42:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HIgQUM092201; Sat, 17 Jun 2006 18:42:26 GMT (envelope-from brueffer) Message-Id: <200606171842.k5HIgQUM092201@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Jun 2006 18:42:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aac aac_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 18:42:27 -0000 brueffer 2006-06-17 18:42:26 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Correct the names or some Adaptec and ICP devices, verified by the respective websites. Reviewed by: scottl Approved by: rwatson (mentor) MFC after: 5 days Revision Changes Path 1.59 +9 -9 src/sys/dev/aac/aac_pci.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 18:45:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534A516A474; Sat, 17 Jun 2006 18:45:54 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F90F43D48; Sat, 17 Jun 2006 18:45:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HIjroR092387; Sat, 17 Jun 2006 18:45:53 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HIjrAS092386; Sat, 17 Jun 2006 18:45:53 GMT (envelope-from brueffer) Message-Id: <200606171845.k5HIjrAS092386@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Jun 2006 18:45:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 aac.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 18:45:54 -0000 brueffer 2006-06-17 18:45:53 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 Log: - Bring the hardware list up to date - Convert to our standard SYNOPSIS layout - Remove the kld from FILES, it's now mentioned in the SYNOPSIS - Remove useless .Pp call at eof MFC after: 3 days Revision Changes Path 1.32 +71 -8 src/share/man/man4/aac.4 From owner-cvs-src@FreeBSD.ORG Sat Jun 17 20:02:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3F016A479; Sat, 17 Jun 2006 20:02:33 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B9D43D46; Sat, 17 Jun 2006 20:02:33 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HK2XeA097583; Sat, 17 Jun 2006 20:02:33 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HK2XPg097582; Sat, 17 Jun 2006 20:02:33 GMT (envelope-from rodrigc) Message-Id: <200606172002.k5HK2XPg097582@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 17 Jun 2006 20:02:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/gnu/fs/reiserfs reiserfs_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_mount.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 20:02:34 -0000 rodrigc 2006-06-17 20:02:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/msdosfs msdosfs_vfsops.c sys/fs/ntfs ntfs_vfsops.c sys/fs/udf udf_vfsops.c sys/gnu/fs/ext2fs ext2_vfsops.c sys/gnu/fs/reiserfs reiserfs_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern vfs_mount.c sys/ufs/ffs ffs_vfsops.c Log: MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 ext2_vfsops.c:1.157, cd9660_vfsops.c:1.145, ffs_vfsops.c:1.314, reiserfs_vfsops.c:1.5 Remove calls to vfs_export() for exporting a filesystem for NFS mounting from individual filesystems. Call it instead in vfs_mount.c, after we call VFS_MOUNT() for a specific filesystem. Revision Changes Path 1.144.2.4 +5 -10 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.78.2.3 +6 -13 src/sys/fs/ntfs/ntfs_vfsops.c 1.33.2.3 +1 -9 src/sys/fs/udf/udf_vfsops.c 1.151.2.5 +3 -8 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.1.2.2 +2 -4 src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c 1.140.2.3 +4 -10 src/sys/isofs/cd9660/cd9660_vfsops.c 1.196.2.11 +12 -0 src/sys/kern/vfs_mount.c 1.290.2.12 +1 -7 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 20:10:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC8D316A47F; Sat, 17 Jun 2006 20:10:32 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8902143D53; Sat, 17 Jun 2006 20:10:32 +0000 (GMT) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HKAWXa099221; Sat, 17 Jun 2006 20:10:32 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HKAWre099220; Sat, 17 Jun 2006 20:10:32 GMT (envelope-from rink) Message-Id: <200606172010.k5HKAWre099220@repoman.freebsd.org> From: Rink Springer Date: Sat, 17 Jun 2006 20:10:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/powerpc mmu_oea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 20:10:32 -0000 rink 2006-06-17 20:10:32 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This makes the GENERIC kernel boot on ppc. Reviewed by: grehan Approved by: imp (mentor) MFC after: 1 week dCVS: ---------------------------------------------------------------------- Revision Changes Path 1.107 +2 -0 src/sys/powerpc/powerpc/mmu_oea.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 22:48:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E9216A47A; Sat, 17 Jun 2006 22:48:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DAAD43D49; Sat, 17 Jun 2006 22:48:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HMmYJj023223; Sat, 17 Jun 2006 22:48:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HMmYwR023222; Sat, 17 Jun 2006 22:48:34 GMT (envelope-from rwatson) Message-Id: <200606172248.k5HMmYwR023222@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jun 2006 22:48:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket2.c src/sys/sys socketvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 22:48:34 -0000 rwatson 2006-06-17 22:48:34 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c sys/sys socketvar.h Log: Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have basically always violated) invariannts of soreceive(), which assume that the first mbuf pointer in a receive socket buffer can't change while the SB_LOCK sleepable lock is held on the socket buffer, which is precisely what these functions do. No current protocols invoke these functions, and removing them will help discourage them from ever being used. I should have removed them years ago, but lost track of it. MFC after: 1 week Prodded almost by accident by: peter Revision Changes Path 1.158 +0 -64 src/sys/kern/uipc_socket2.c 1.150 +0 -2 src/sys/sys/socketvar.h From owner-cvs-src@FreeBSD.ORG Sat Jun 17 23:22:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6000016A47B; Sat, 17 Jun 2006 23:22:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1323B43D48; Sat, 17 Jun 2006 23:22:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HNMAQD029784; Sat, 17 Jun 2006 23:22:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HNMA70029783; Sat, 17 Jun 2006 23:22:10 GMT (envelope-from imp) Message-Id: <200606172322.k5HNMA70029783@repoman.freebsd.org> From: Warner Losh Date: Sat, 17 Jun 2006 23:22:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_pmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 23:22:11 -0000 imp 2006-06-17 23:22:10 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: improve reporting of clocks Revision Changes Path 1.2 +2 -3 src/sys/arm/at91/at91_pmc.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 23:24:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F288016A47B; Sat, 17 Jun 2006 23:24:35 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD60B43D6D; Sat, 17 Jun 2006 23:24:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HNOZoL029859; Sat, 17 Jun 2006 23:24:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HNOZoT029858; Sat, 17 Jun 2006 23:24:35 GMT (envelope-from imp) Message-Id: <200606172324.k5HNOZoT029858@repoman.freebsd.org> From: Warner Losh Date: Sat, 17 Jun 2006 23:24:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 if_ate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 23:24:36 -0000 imp 2006-06-17 23:24:35 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: Carefully note the RMII bit in the config register at attach time. The boot loader is supposed to leave this bit set to the right value for the board. If this bit was set at attach time, use it to init the config register correctly. Note: this means the boot loader has to properly initialize it. Revision Changes Path 1.8 +9 -5 src/sys/arm/at91/if_ate.c From owner-cvs-src@FreeBSD.ORG Sat Jun 17 23:34:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB0A16A47A; Sat, 17 Jun 2006 23:34:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2D043D46; Sat, 17 Jun 2006 23:34:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HNYxQN030349; Sat, 17 Jun 2006 23:34:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HNYxB7030348; Sat, 17 Jun 2006 23:34:59 GMT (envelope-from imp) Message-Id: <200606172334.k5HNYxB7030348@repoman.freebsd.org> From: Warner Losh Date: Sat, 17 Jun 2006 23:34:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/conf KB920X X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 23:35:00 -0000 imp 2006-06-17 23:34:59 UTC FreeBSD src repository Modified files: sys/arm/conf KB920X Log: comment out twi for now: no iicbus in KB920X: it breaks booting Revision Changes Path 1.7 +1 -1 src/sys/arm/conf/KB920X