From owner-cvs-src@FreeBSD.ORG Sun Nov 28 00:26:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D87A16A4CE; Sun, 28 Nov 2004 00:26:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 153CC43D68; Sun, 28 Nov 2004 00:26:12 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0QBJ6058538; Sun, 28 Nov 2004 00:26:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0QBRa058537; Sun, 28 Nov 2004 00:26:11 GMT (envelope-from marcel) Message-Id: <200411280026.iAS0QBRa058537@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Nov 2004 00:26:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ia64/efi Makefile efimd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 00:26:12 -0000 marcel 2004-11-28 00:26:11 UTC FreeBSD src repository Modified files: sys/boot/ia64/efi Makefile Added files: sys/boot/ia64/efi efimd.c Log: Add efimd.c. This file contains MD code used by the EFI library. While changing the Makefile, fail the creation of loader.efi when there are unresolved symbols in loader.sym. This avoids silently creating a faulty EFI binary. Revision Changes Path 1.24 +7 -2 src/sys/boot/ia64/efi/Makefile 1.1 +40 -0 src/sys/boot/ia64/efi/efimd.c (new) From owner-cvs-src@FreeBSD.ORG Sun Nov 28 00:30:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A36416A4CE; Sun, 28 Nov 2004 00:30:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0118B43D55; Sun, 28 Nov 2004 00:30:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0UMWb058729; Sun, 28 Nov 2004 00:30:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0UMQG058728; Sun, 28 Nov 2004 00:30:22 GMT (envelope-from marcel) Message-Id: <200411280030.iAS0UMQG058728@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Nov 2004 00:30:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/include efilib.hsrc/sys/boot/efi/libefi Makefile copy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:30:23 -0000 marcel 2004-11-28 00:30:22 UTC FreeBSD src repository Modified files: sys/boot/efi/include efilib.h sys/boot/efi/libefi Makefile copy.c Log: o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}() and efi_readin(). This removes MD code from copy.c. o Don't unconditionally add pal.S to SRCS. It's specific to ia64. Revision Changes Path 1.4 +2 -0 src/sys/boot/efi/include/efilib.h 1.16 +9 -9 src/sys/boot/efi/libefi/Makefile 1.6 +10 -23 src/sys/boot/efi/libefi/copy.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 00:36:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A9716A4CE; Sun, 28 Nov 2004 00:36:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D5843D2D; Sun, 28 Nov 2004 00:36:57 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0avH8058984; Sun, 28 Nov 2004 00:36:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0avcH058983; Sun, 28 Nov 2004 00:36:57 GMT (envelope-from alc) Message-Id: <200411280036.iAS0avcH058983@repoman.freebsd.org> From: Alan Cox Date: Sun, 28 Nov 2004 00:36:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:36:57 -0000 alc 2004-11-28 00:36:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_fault.c Log: MFC revision 1.198 Remove unnecessary check for curthread == NULL. MFC revision 1.197 System maps are prohibited from mapping vnode-backed objects. Take advantage of this restriction to avoid acquiring and releasing Giant when wiring pages within a system map. MFC revisions 1.193 and 1.194 Further reduce the use of Giant by vm_fault(): Giant is held only when manipulating a vnode, e.g., calling vput(). This reduces contention for Giant during many copy-on-write faults, resulting in some additional speedup on SMPs. Revision Changes Path 1.192.2.1 +11 -7 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 00:39:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A658916A4CE; Sun, 28 Nov 2004 00:39:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD6443D2D; Sun, 28 Nov 2004 00:39:32 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0dWVA059096; Sun, 28 Nov 2004 00:39:32 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0dW5h059095; Sun, 28 Nov 2004 00:39:32 GMT (envelope-from mlaier) Message-Id: <200411280039.iAS0dW5h059095@repoman.freebsd.org> From: Max Laier Date: Sun, 28 Nov 2004 00:39:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 altq.4 src/sys/dev/ed if_ed.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 00:39:32 -0000 mlaier 2004-11-28 00:39:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 altq.4 sys/dev/ed if_ed.c Log: MFC, if_ed.c rev 1.236 ALTQ-patch for ed(4). Requested and tested by: pav Revision Changes Path 1.2.2.3 +2 -1 src/share/man/man4/altq.4 1.233.2.3 +4 -2 src/sys/dev/ed/if_ed.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 02:25:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DBE16A4CE; Sun, 28 Nov 2004 02:25:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F68343D3F; Sun, 28 Nov 2004 02:25:20 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS2PKG3068830; Sun, 28 Nov 2004 02:25:20 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS2PKVG068829; Sun, 28 Nov 2004 02:25:20 GMT (envelope-from kensmith) Message-Id: <200411280225.iAS2PKVG068829@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Nov 2004 02:25:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/cvs/lib Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 02:25:20 -0000 kensmith 2004-11-28 02:25:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/cvs/lib Makefile Log: Remove single-quotes from around version number, it breaks scripts that parse the version number. Approved by: peter Revision Changes Path 1.19.2.6 +1 -1 src/gnu/usr.bin/cvs/lib/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 28 04:34:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CD716A4CF; Sun, 28 Nov 2004 04:34:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D24643D3F; Sun, 28 Nov 2004 04:34:17 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4YHSt072900; Sun, 28 Nov 2004 04:34:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS4YHOC072899; Sun, 28 Nov 2004 04:34:17 GMT (envelope-from marcel) Message-Id: <200411280434.iAS4YHOC072899@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Nov 2004 04:34:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include bootinfo.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:34:17 -0000 marcel 2004-11-28 04:34:17 UTC FreeBSD src repository Modified files: sys/ia64/include bootinfo.h Log: Whitespace fixes: o Remove a bogus comment that relates to alpha. o s/u_int64_t/uint64_t/g o Add bi_spare2 to make the internal padding explicit. o Move BOOTINFO_MAGIC after the field it applies to. Revision Changes Path 1.7 +18 -33 src/sys/ia64/include/bootinfo.h From owner-cvs-src@FreeBSD.ORG Sun Nov 28 05:08:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF0316A4CE; Sun, 28 Nov 2004 05:08:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DED43D64; Sun, 28 Nov 2004 05:08:02 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5828v080409; Sun, 28 Nov 2004 05:08:02 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5822l080408; Sun, 28 Nov 2004 05:08:02 GMT (envelope-from alc) Message-Id: <200411280508.iAS5822l080408@repoman.freebsd.org> From: Alan Cox Date: Sun, 28 Nov 2004 05:08:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_fork.c sysv_shm.c src/sys/vm vm_glue.c vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:08:03 -0000 alc 2004-11-28 05:08:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_fork.c sysv_shm.c sys/vm vm_glue.c vm_map.c Log: MFC Push Giant deep into vm_forkproc(), acquiring it only if the process has mapped System V shared memory segments (see shmfork_myhook()). Revision Changes Path 1.234.2.5 +12 -16 src/sys/kern/kern_fork.c 1.96.2.1 +2 -0 src/sys/kern/sysv_shm.c 1.202.2.1 +0 -2 src/sys/vm/vm_glue.c 1.360.2.1 +0 -3 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 11:01:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA03C16A4CE; Sun, 28 Nov 2004 11:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C818343D5A; Sun, 28 Nov 2004 11:01:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB1VWk097872; Sun, 28 Nov 2004 11:01:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB1VhC097871; Sun, 28 Nov 2004 11:01:31 GMT (envelope-from rwatson) Message-Id: <200411281101.iASB1VhC097871@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Nov 2004 11:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:01:32 -0000 rwatson 2004-11-28 11:01:31 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Expand coverage of the receive socket buffer lock when handling urgent pointer updates: test available space while holding the socket buffer mutex, and continue to hold until until the pointer update has been performed. MFC after: 2 weeks Revision Changes Path 1.260 +3 -2 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 11:06:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E669716A4CE; Sun, 28 Nov 2004 11:06:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C504943D46; Sun, 28 Nov 2004 11:06:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB6Mcm098166; Sun, 28 Nov 2004 11:06:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB6Mcn098165; Sun, 28 Nov 2004 11:06:22 GMT (envelope-from rwatson) Message-Id: <200411281106.iASB6Mcn098165@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Nov 2004 11:06:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:06:23 -0000 rwatson 2004-11-28 11:06:22 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Assert the inpcb lock in tcp_xmit_timer() as it performs read-modify- write of various time/rtt-related fields in the tcpcb. Revision Changes Path 1.261 +2 -0 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 11:08:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C57DE16A4CE; Sun, 28 Nov 2004 11:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A555843D45; Sun, 28 Nov 2004 11:08:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB8N1G098222; Sun, 28 Nov 2004 11:08:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB8NwV098221; Sun, 28 Nov 2004 11:08:23 GMT (envelope-from phk) Message-Id: <200411281108.iASB8NwV098221@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 11:08:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys pioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:08:23 -0000 phk 2004-11-28 11:08:23 UTC FreeBSD src repository Modified files: sys/sys pioctl.h Log: #define the ioctls that take no arguments correctly. Revision Changes Path 1.13 +4 -4 src/sys/sys/pioctl.h From owner-cvs-src@FreeBSD.ORG Sun Nov 28 11:26:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E2D16A4CE; Sun, 28 Nov 2004 11:26:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D8A43D5D; Sun, 28 Nov 2004 11:26:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASBQh82098883; Sun, 28 Nov 2004 11:26:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASBQh3d098882; Sun, 28 Nov 2004 11:26:43 GMT (envelope-from phk) Message-Id: <200411281126.iASBQh3d098882@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 11:26:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:26:43 -0000 phk 2004-11-28 11:26:43 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Use FILEDESC_LOCK_FAST in checkdirs() Revision Changes Path 1.153 +5 -5 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 13:28:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE89116A4CE; Sun, 28 Nov 2004 13:28:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D62043D41; Sun, 28 Nov 2004 13:28:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDS4at009193; Sun, 28 Nov 2004 13:28:04 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDS48c009192; Sun, 28 Nov 2004 13:28:04 GMT (envelope-from phk) Message-Id: <200411281328.iASDS48c009192@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 13:28:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:28:04 -0000 phk 2004-11-28 13:28:04 UTC FreeBSD src repository Modified files: tools/tools/nanobsd Makefile Log: Reduce -j12 to -j3 Revision Changes Path 1.9 +1 -1 src/tools/tools/nanobsd/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 28 13:45:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0DE16A4CE; Sun, 28 Nov 2004 13:45:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AFC043D46; Sun, 28 Nov 2004 13:45:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDjVRJ009800; Sun, 28 Nov 2004 13:45:31 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDjVUJ009799; Sun, 28 Nov 2004 13:45:31 GMT (envelope-from phk) Message-Id: <200411281345.iASDjVUJ009799@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 13:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd customize.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:45:32 -0000 phk 2004-11-28 13:45:31 UTC FreeBSD src repository Modified files: tools/tools/nanobsd customize.sh Log: don't mv(1) nonexistent directories. Revision Changes Path 1.2 +1 -1 src/tools/tools/nanobsd/customize.sh From owner-cvs-src@FreeBSD.ORG Sun Nov 28 13:47:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213E816A4CE; Sun, 28 Nov 2004 13:47:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32FE43D1D; Sun, 28 Nov 2004 13:47:12 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDlClP009861; Sun, 28 Nov 2004 13:47:12 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDlCpM009860; Sun, 28 Nov 2004 13:47:12 GMT (envelope-from bz) Message-Id: <200411281347.iASDlCpM009860@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 28 Nov 2004 13:47:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:47:13 -0000 bz 2004-11-28 13:47:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man5 make.conf.5 Log: MFC rev. 1.101 Document NO_NIS variable. Approved by: rwatson (mentor) Revision Changes Path 1.89.2.5 +6 -1 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Nov 28 14:10:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 049A316A4CE; Sun, 28 Nov 2004 14:10:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C6543D5A; Sun, 28 Nov 2004 14:10:21 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEAKuj011500; Sun, 28 Nov 2004 14:10:20 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEAKWB011499; Sun, 28 Nov 2004 14:10:20 GMT (envelope-from bz) Message-Id: <200411281410.iASEAKWB011499@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 28 Nov 2004 14:10:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src Makefile.inc1 src/lib Makefile src/lib/libc Makefile src/lib/libc/gen getnetgrent.c src/lib/libc/net rcmd.c src/lib/libc/rpc netnamer.c src/lib/libpam/modules/pam_unix Makefile src/lib/librpcsvc Makefile src/lib/libwrap Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:10:22 -0000 bz 2004-11-28 14:10:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . Makefile.inc1 lib Makefile lib/libc Makefile lib/libc/gen getnetgrent.c lib/libc/net rcmd.c lib/libc/rpc netnamer.c lib/libpam/modules/pam_unix Makefile lib/librpcsvc Makefile lib/libwrap Makefile libexec Makefile rescue/librescue Makefile share/examples/etc make.conf share/mk bsd.libnames.mk tools/tools/nanobsd make.conf usr.bin Makefile usr.bin/chkey Makefile usr.bin/chpass Makefile usr.bin/newkey Makefile usr.sbin Makefile usr.sbin/amd Makefile.inc usr.sbin/amd/amd Makefile usr.sbin/amd/include Makefile usr.sbin/bootparamd/bootparamd Makefile bootparamd.c usr.sbin/sendmail Makefile Log: MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. If turned on no NIS support and related programs will be built. Approved by: rwatson (mentor) Revision Changes Path 1.438.2.10 +5 -1 src/Makefile.inc1 1.189.2.3 +1 -1 src/lib/Makefile 1.52.2.1 +1 -1 src/lib/libc/Makefile 1.31.2.1 +1 -1 src/lib/libc/gen/getnetgrent.c 1.38.6.1 +1 -1 src/lib/libc/net/rcmd.c 1.9.8.1 +2 -0 src/lib/libc/rpc/netnamer.c 1.18.6.1 +7 -3 src/lib/libpam/modules/pam_unix/Makefile 1.16.8.1 +5 -1 src/lib/librpcsvc/Makefile 1.14.4.1 +3 -0 src/lib/libwrap/Makefile 1.67.2.2 +7 -2 src/libexec/Makefile 1.4.4.1 +4 -1 src/rescue/librescue/Makefile 1.229.2.6 +1 -0 src/share/examples/etc/make.conf 1.85.2.2 +6 -2 src/share/mk/bsd.libnames.mk 1.3.2.1 +1 -1 src/tools/tools/nanobsd/make.conf 1.266.2.4 +9 -3 src/usr.bin/Makefile 1.9.2.1 +4 -1 src/usr.bin/chkey/Makefile 1.28.6.1 +9 -3 src/usr.bin/chpass/Makefile 1.12.2.1 +2 -0 src/usr.bin/newkey/Makefile 1.303.2.5 +21 -9 src/usr.sbin/Makefile 1.10.6.1 +3 -0 src/usr.sbin/amd/Makefile.inc 1.23.2.1 +5 -1 src/usr.sbin/amd/amd/Makefile 1.8.8.1 +8 -0 src/usr.sbin/amd/include/Makefile 1.14.4.1 +3 -0 src/usr.sbin/bootparamd/bootparamd/Makefile 1.11.4.1 +14 -0 src/usr.sbin/bootparamd/bootparamd/bootparamd.c 1.46.2.1 +2 -0 src/usr.sbin/sendmail/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 28 14:19:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F19716A4CE; Sun, 28 Nov 2004 14:19:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D64A43D45; Sun, 28 Nov 2004 14:19:21 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEJKTp011912; Sun, 28 Nov 2004 14:19:20 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEJKTr011911; Sun, 28 Nov 2004 14:19:20 GMT (envelope-from delphij) Message-Id: <200411281419.iASEJKTr011911@repoman.freebsd.org> From: Xin LI Date: Sun, 28 Nov 2004 14:19:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/bin/rm rm.1 rm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 14:19:21 -0000 delphij 2004-11-28 14:19:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/rm rm.1 rm.c Log: MFC rm.1,v 1.32-1.33; rm.c 1.51: -I option which asks for confirmation once if recursively removing directories or if more than 3 files are listed in the command line. Revision Changes Path 1.29.2.1 +7 -1 src/bin/rm/rm.1 1.47.2.1 +62 -3 src/bin/rm/rm.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 14:37:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB1716A4CE; Sun, 28 Nov 2004 14:37:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F14643D39; Sun, 28 Nov 2004 14:37:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEbHlc013007; Sun, 28 Nov 2004 14:37:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEbHvP013006; Sun, 28 Nov 2004 14:37:17 GMT (envelope-from rwatson) Message-Id: <200411281437.iASEbHvP013006@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Nov 2004 14:37:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 14:37:18 -0000 rwatson 2004-11-28 14:37:17 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Don't acquire Giant before calling closef() in close() (and elsewhere); instead acquire it conditionally in closef() if it is required for advisory locking. This removes Giant from the close() path of sockets and pipes (and any other objects that don't acquire Giant in their fo_close path, such as kqueues). Giant will still be acquired twice for vnodes -- once for advisory lock teardown, and a second time in the fo_close method. Both Poul-Henning and I believe that the advisory lock teardown code can be moved into the vn_closefile path shortly. This trims a percent or two off the cost of most non-vnode close operations on SMP, but has a fairly minimal impact on UP where the cost of a single mutex operation is pretty low. Revision Changes Path 1.258 +7 -7 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 16:00:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3FAD16A4CE; Sun, 28 Nov 2004 16:00:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D279E43D2D; Sun, 28 Nov 2004 16:00:36 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASG0aH8015679; Sun, 28 Nov 2004 16:00:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASG0aHv015678; Sun, 28 Nov 2004 16:00:36 GMT (envelope-from marius) Message-Id: <200411281600.iASG0aHv015678@repoman.freebsd.org> From: Marius Strobl Date: Sun, 28 Nov 2004 16:00:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:00:37 -0000 marius 2004-11-28 16:00:36 UTC FreeBSD src repository Modified files: sys/dev/uart uart_cpu_sparc64.c Log: - Don't blindly use the return value of uart_cpu_channel() to calculate the address of a channel on a SCC, it returns 0 on failure. [1] - Hardcode channel 1 for the keyboard on Z8530, the information present in the Open Firmware device tree doesn't allow to determine this via uart_cpu_channel(). This makes the keyboard (if one backs out rev. 1.5 of sys/dev/puc/puc_sbus.c and has both keyboard and mouse plugged in to avoid the hang that revision works around) and consequently syscons(4) on Ultra 2 work. There's a problem with the keyboard LEDs similar to the one on Ultra 60 (LEDs don't get lit under X) though, instead of lighting just a specific single one all get lit and can't be turned off again. [1] - Add comments about what uart_cpu_channel() and uart_cpu_getdev_keyboard() do and their constraints. - Improve the comments about what uart_cpu_getdev_[console,dbgport]() do, they don't return an address (as in bus) but an Open Firmware package handle. Reviewed by: marcel (modulo the comments) [1] Revision Changes Path 1.15 +33 -7 src/sys/dev/uart/uart_cpu_sparc64.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 16:15:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A02616A4CE; Sun, 28 Nov 2004 16:15:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DF343D3F; Sun, 28 Nov 2004 16:15:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGFi0T016387; Sun, 28 Nov 2004 16:15:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGFh6C016386; Sun, 28 Nov 2004 16:15:43 GMT (envelope-from phk) Message-Id: <200411281615.iASGFh6C016386@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 16:15:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 16:15:44 -0000 phk 2004-11-28 16:15:43 UTC FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage Log: Hardlink the generated /etc/fstab to /conf/base/etc/fstab Revision Changes Path 1.10 +1 -0 src/tools/tools/nanobsd/i386.diskimage From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:10:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0FE16A4CE; Sun, 28 Nov 2004 17:10:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E3A43D69; Sun, 28 Nov 2004 17:10:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHAiDD024613; Sun, 28 Nov 2004 17:10:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHAiBw024612; Sun, 28 Nov 2004 17:10:44 GMT (envelope-from phk) Message-Id: <200411281710.iASHAiBw024612@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 17:10:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd/Customize NET4801 comconsole default nobeastie X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 17:10:45 -0000 phk 2004-11-28 17:10:44 UTC FreeBSD src repository Added files: tools/tools/nanobsd/Customize NET4801 comconsole default nobeastie Log: Add various customize scripts. Revision Changes Path 1.1 +27 -0 src/tools/tools/nanobsd/Customize/NET4801 (new) 1.1 +30 -0 src/tools/tools/nanobsd/Customize/comconsole (new) 1.1 +64 -0 src/tools/tools/nanobsd/Customize/default (new) 1.1 +25 -0 src/tools/tools/nanobsd/Customize/nobeastie (new) From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:12:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6657216A4CE; Sun, 28 Nov 2004 17:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4041943D31; Sun, 28 Nov 2004 17:12:16 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHCGms024671; Sun, 28 Nov 2004 17:12:16 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHCGw7024670; Sun, 28 Nov 2004 17:12:16 GMT (envelope-from phk) Message-Id: <200411281712.iASHCGw7024670@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 17:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:12:16 -0000 phk 2004-11-28 17:12:15 UTC FreeBSD src repository Modified files: tools/tools/nanobsd Makefile Log: Make it possible to specify a list of customize scripts. Look for them in ./Customize first, then relative to . and then absolute. Revision Changes Path 1.10 +8 -7 src/tools/tools/nanobsd/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:14:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9376C16A4CE; Sun, 28 Nov 2004 17:14:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DECB43D62; Sun, 28 Nov 2004 17:14:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHE3hd024742; Sun, 28 Nov 2004 17:14:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHE3H6024741; Sun, 28 Nov 2004 17:14:03 GMT (envelope-from phk) Message-Id: <200411281714.iASHE3H6024741@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 17:14:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:14:03 -0000 phk 2004-11-28 17:14:03 UTC FreeBSD src repository Modified files: tools/tools/nanobsd make.conf Log: Change CUSTOMIZE example. Revision Changes Path 1.10 +2 -3 src/tools/tools/nanobsd/make.conf From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:44:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87DB16A4CE; Sun, 28 Nov 2004 17:44:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DE943D41; Sun, 28 Nov 2004 17:44:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHiMEA025854; Sun, 28 Nov 2004 17:44:22 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHiMoO025853; Sun, 28 Nov 2004 17:44:22 GMT (envelope-from ceri) Message-Id: <200411281744.iASHiMoO025853@repoman.freebsd.org> From: Ceri Davies Date: Sun, 28 Nov 2004 17:44:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:44:22 -0000 ceri 2004-11-28 17:44:22 UTC FreeBSD src repository (doc committer) Modified files: sbin/devd devd.8 Log: Clarify that devd will only parse files whose names end in .conf. Prompted by PR: docs/73668 Submitted by: Dan Pelleg MFC After: 3 days Revision Changes Path 1.13 +3 -1 src/sbin/devd/devd.8 From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:49:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A2B516A4CE; Sun, 28 Nov 2004 17:49:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540DB43D5A; Sun, 28 Nov 2004 17:49:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHnd2s026042; Sun, 28 Nov 2004 17:49:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHndxE026041; Sun, 28 Nov 2004 17:49:39 GMT (envelope-from kientzle) Message-Id: <200411281749.iASHndxE026041@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 28 Nov 2004 17:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 17:49:39 -0000 kientzle 2004-11-28 17:49:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Correct the spelling of "archive_write_pax_header" in an error message. Thanks to: Michal Listos Inspired by, but doesn't fix: bin/74385 Revision Changes Path 1.22 +1 -1 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:51:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC57F16A4CE; Sun, 28 Nov 2004 17:51:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C639143D55; Sun, 28 Nov 2004 17:51:05 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHp5Jg026197; Sun, 28 Nov 2004 17:51:05 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHp5gk026196; Sun, 28 Nov 2004 17:51:05 GMT (envelope-from ceri) Message-Id: <200411281751.iASHp5gk026196@repoman.freebsd.org> From: Ceri Davies Date: Sun, 28 Nov 2004 17:51:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ancontrol ancontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 17:51:06 -0000 ceri 2004-11-28 17:51:05 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.sbin/ancontrol ancontrol.c Log: MFC r1.25: Allow the -f argument to work. PR: bin/73229 Submitted by: Irina Liakh Revision Changes Path 1.1.2.11 +1 -1 src/usr.sbin/ancontrol/ancontrol.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 17:57:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A097716A4D8; Sun, 28 Nov 2004 17:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E0243D2D; Sun, 28 Nov 2004 17:57:11 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHvBL1026422; Sun, 28 Nov 2004 17:57:11 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHvBlY026421; Sun, 28 Nov 2004 17:57:11 GMT (envelope-from kientzle) Message-Id: <200411281757.iASHvBlY026421@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 28 Nov 2004 17:57:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 17:57:11 -0000 kientzle 2004-11-28 17:57:11 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: When determining whether filename is too long for a regular 'ustar' entry, use narrow-character version, not wide-character version, as the ustar entry always uses the narrow-character filename. Thanks to: Michal Listos Inspired by, but doesn't fix: bin/74385 Revision Changes Path 1.23 +6 -6 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 19:14:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0D716A4CE; Sun, 28 Nov 2004 19:14:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA0B143D41; Sun, 28 Nov 2004 19:14:36 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJEaft029174; Sun, 28 Nov 2004 19:14:36 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASJEamD029173; Sun, 28 Nov 2004 19:14:36 GMT (envelope-from kensmith) Message-Id: <200411281914.iASJEamD029173@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Nov 2004 19:14:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:14:37 -0000 kensmith 2004-11-28 19:14:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/add main.c Log: Partial MFC of v1.60 I think. Switch it so 5-stable package fetches look in packages-5-stable instead of packages-5-current. Requested by: kris Revision Changes Path 1.59.2.2 +1 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 19:16:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6AB16A4CE; Sun, 28 Nov 2004 19:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625A443D64; Sun, 28 Nov 2004 19:16:00 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJG001029276; Sun, 28 Nov 2004 19:16:00 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASJG0RS029275; Sun, 28 Nov 2004 19:16:00 GMT (envelope-from cperciva) Message-Id: <200411281916.iASJG0RS029275@repoman.freebsd.org> From: Colin Percival Date: Sun, 28 Nov 2004 19:16:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 19:16:00 -0000 cperciva 2004-11-28 19:16:00 UTC FreeBSD src repository Modified files: sys/kern vfs_export.c Log: Check that saddr->sa_family is a sensible value before using it. Reported by: Bryan Fulton and Ted Unangst, Coverity, Inc. Found by: The SWAT analysis tool Revision Changes Path 1.328 +4 -0 src/sys/kern/vfs_export.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 20:36:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902F316A4CE; Sun, 28 Nov 2004 20:36:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6EC43D3F; Sun, 28 Nov 2004 20:36:19 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKaJZv031618; Sun, 28 Nov 2004 20:36:19 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKaJxA031617; Sun, 28 Nov 2004 20:36:19 GMT (envelope-from iedowse) Message-Id: <200411282036.iASKaJxA031617@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 20:36:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/usbd usbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 20:36:19 -0000 iedowse 2004-11-28 20:36:19 UTC FreeBSD src repository Modified files: usr.sbin/usbd usbd.c Log: Fix a few coding errors that caused compiler warnings. PR: bin/71615 Submitted by: Craig Rodrigues (original patch by Dan Lukes) Revision Changes Path 1.30 +6 -5 src/usr.sbin/usbd/usbd.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 20:44:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3ED216A4CE; Sun, 28 Nov 2004 20:44:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8E143D1D; Sun, 28 Nov 2004 20:44:28 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKiSeS031885; Sun, 28 Nov 2004 20:44:28 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKiShK031884; Sun, 28 Nov 2004 20:44:28 GMT (envelope-from iedowse) Message-Id: <200411282044.iASKiShK031884@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 20:44:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc usbd.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:44:29 -0000 iedowse 2004-11-28 20:44:28 UTC FreeBSD src repository Modified files: etc usbd.conf Log: Add axe(4) devices to the USB ethernet regular expression. MFC after: 1 week PR: conf/73239 Submitted by: Daan Vreeken Revision Changes Path 1.14 +1 -1 src/etc/usbd.conf From owner-cvs-src@FreeBSD.ORG Sun Nov 28 20:52:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4236B16A534; Sun, 28 Nov 2004 20:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D50643D1D; Sun, 28 Nov 2004 20:52:17 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKqHFK038624; Sun, 28 Nov 2004 20:52:17 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKqHNE038623; Sun, 28 Nov 2004 20:52:17 GMT (envelope-from alc) Message-Id: <200411282052.iASKqHNE038623@repoman.freebsd.org> From: Alan Cox Date: Sun, 28 Nov 2004 20:52:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 20:52:18 -0000 alc 2004-11-28 20:52:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_mmap.c Log: MFC revisions 1.193 and 1.195 Remove dead code. Don't clear flags we just checked were not set. Revision Changes Path 1.192.2.1 +0 -5 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 20:57:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346C916A4CE; Sun, 28 Nov 2004 20:57:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA1D43D2F; Sun, 28 Nov 2004 20:57:26 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKvPrS038866; Sun, 28 Nov 2004 20:57:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKvPPs038865; Sun, 28 Nov 2004 20:57:25 GMT (envelope-from phk) Message-Id: <200411282057.iASKvPPs038865@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 20:57:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:57:26 -0000 phk 2004-11-28 20:57:25 UTC FreeBSD src repository Modified files: sys/geom geom_mbr.c Log: Fix a long standing bug in geom_mbr which is only now exposed by the correct open/close behaviour of filesystems: When an ioctl to modify the MBR arrives, we cannot take for granted that we have the consumer open. The symptom is that one cannot run 'boot0cfg -s2 /dev/ad0' in single-user mode because / is the only open partition in only open r1w0e1. If it is not, we attempt to increase the write count by one and decrease it again afterwards. Presumably most if not all other slices suffer from the same problem. Revision Changes Path 1.62 +14 -4 src/sys/geom/geom_mbr.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 21:36:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1560B16A4CE; Sun, 28 Nov 2004 21:36:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E449043D31; Sun, 28 Nov 2004 21:36:39 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLadYX041177; Sun, 28 Nov 2004 21:36:39 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLadrJ041176; Sun, 28 Nov 2004 21:36:39 GMT (envelope-from iedowse) Message-Id: <200411282136.iASLadrJ041176@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 21:36:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:36:40 -0000 iedowse 2004-11-28 21:36:39 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support for the Trumpion/Comotron C3310 MP3 player. Revision Changes Path 1.116 +4 -0 src/sys/dev/usb/umass.c 1.208 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Nov 28 21:40:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E831416A4CE; Sun, 28 Nov 2004 21:40:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C476643D55; Sun, 28 Nov 2004 21:40:36 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLea7G041472; Sun, 28 Nov 2004 21:40:36 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLea13041471; Sun, 28 Nov 2004 21:40:36 GMT (envelope-from iedowse) Message-Id: <200411282140.iASLea13041471@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 21:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:40:37 -0000 iedowse 2004-11-28 21:40:36 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add the device ID for the 3Com 3CRSHEW696 wireless adapter. PR: kern/73286 Submitted by: Daan Vreeken Revision Changes Path 1.209 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Nov 28 21:49:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE22716A4CE; Sun, 28 Nov 2004 21:49:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04E643D31; Sun, 28 Nov 2004 21:49:30 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLnU9U041877; Sun, 28 Nov 2004 21:49:30 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLnUlb041876; Sun, 28 Nov 2004 21:49:30 GMT (envelope-from iedowse) Message-Id: <200411282149.iASLnUlb041876@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 21:49:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:49:31 -0000 iedowse 2004-11-28 21:49:30 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support for the TwinMOS Memory Disk IV. PR: kern/73766 Submitted by: Valentin Nechayev MFC after: 1 week Revision Changes Path 1.117 +4 -0 src/sys/dev/usb/umass.c 1.210 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Nov 28 22:12:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115DC16A4CE; Sun, 28 Nov 2004 22:12:31 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F4343D1D; Sun, 28 Nov 2004 22:12:30 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 96A5F1A; Sun, 28 Nov 2004 23:12:29 +0100 (CET) Date: Sun, 28 Nov 2004 23:12:29 +0100 From: Andrea Campi To: Poul-Henning Kamp Message-ID: <20041128221228.GA11656@webcom.it> References: <200411281710.iASHAiBw024612@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411281710.iASHAiBw024612@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd/Customize NET4801 comconsole default nobeastie X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 22:12:31 -0000 On Sun, Nov 28, 2004 at 05:10:44PM +0000, Poul-Henning Kamp wrote: > phk 2004-11-28 17:10:44 UTC > > FreeBSD src repository > > Added files: > tools/tools/nanobsd/Customize NET4801 comconsole default > nobeastie > Log: > Add various customize scripts. I have't had the look at the actual implementation, but I have to say: wow! That's a nice idea, and I'm sure it'll save quite a bit of tweaking. Thanks for working on this (and everything else)! Oh, by the way: do you plan on MFCing it? Given that they are still inline, it's periferal area and totally optional to boot, I'd say there's no reason not to. Bye, Andrea -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. From owner-cvs-src@FreeBSD.ORG Sun Nov 28 23:16:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB9816A4CE; Sun, 28 Nov 2004 23:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4844443D55; Sun, 28 Nov 2004 23:16:00 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNG0EQ045176; Sun, 28 Nov 2004 23:16:00 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNG0Oq045175; Sun, 28 Nov 2004 23:16:00 GMT (envelope-from iedowse) Message-Id: <200411282316.iASNG0Oq045175@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 23:16:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc devd.conf usbd.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:16:00 -0000 iedowse 2004-11-28 23:16:00 UTC FreeBSD src repository Modified files: etc devd.conf usbd.conf Log: Move the purely device-name based entries for mice and ethernet adapters from usbd.conf to devd.conf. USB ethernet devices were already handled in devd.conf so this just removes their usbd.conf entry. PR: conf/73799 Revision Changes Path 1.19 +7 -0 src/etc/devd.conf 1.15 +0 -16 src/etc/usbd.conf From owner-cvs-src@FreeBSD.ORG Sun Nov 28 23:20:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EB416A4CE; Sun, 28 Nov 2004 23:20:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE52E43D55; Sun, 28 Nov 2004 23:20:31 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNKV6c045288; Sun, 28 Nov 2004 23:20:31 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNKVir045287; Sun, 28 Nov 2004 23:20:31 GMT (envelope-from brueffer) Message-Id: <200411282320.iASNKVir045287@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:20:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 23:20:32 -0000 brueffer 2004-11-28 23:20:31 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/pci if_sf.c Log: MFC: rev. 1.75 Add altq support. Patch by mlaier. Approved by: mlaier Revision Changes Path 1.72.2.3 +9 -7 src/sys/pci/if_sf.c From owner-cvs-src@FreeBSD.ORG Sun Nov 28 23:23:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4B816A4CE; Sun, 28 Nov 2004 23:23:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879F743D3F; Sun, 28 Nov 2004 23:23:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNN039045614; Sun, 28 Nov 2004 23:23:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNN0FC045613; Sun, 28 Nov 2004 23:23:00 GMT (envelope-from brueffer) Message-Id: <200411282323.iASNN0FC045613@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:23:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:23:00 -0000 brueffer 2004-11-28 23:23:00 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 altq.4 Log: MFC: rev. 1.5 sf(4) supports altq Revision Changes Path 1.2.2.4 +1 -0 src/share/man/man4/altq.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 28 23:29:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C46A16A4CE; Sun, 28 Nov 2004 23:29:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0847143D1D; Sun, 28 Nov 2004 23:29:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNTkiE045865; Sun, 28 Nov 2004 23:29:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNTkl2045864; Sun, 28 Nov 2004 23:29:46 GMT (envelope-from brueffer) Message-Id: <200411282329.iASNTkl2045864@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 dc.4 em.4 fxp.4 ixgb.4 nge.4 re.4 rl.4 sf.4 sis.4 ste.4 vge.4 vr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:29:47 -0000 brueffer 2004-11-28 23:29:46 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 dc.4 em.4 fxp.4 ixgb.4 nge.4 re.4 rl.4 sf.4 sis.4 ste.4 vge.4 vr.4 Log: MFC: Xref polling.4 and bump .Dd Revision Changes Path 1.29.2.2 +2 -1 src/share/man/man4/dc.4 1.13.6.2 +2 -1 src/share/man/man4/em.4 1.32.2.1 +2 -1 src/share/man/man4/fxp.4 1.2.2.2 +2 -1 src/share/man/man4/ixgb.4 1.13.2.2 +2 -1 src/share/man/man4/nge.4 1.6.2.5 +2 -1 src/share/man/man4/re.4 1.36.2.2 +2 -1 src/share/man/man4/rl.4 1.17.6.2 +2 -1 src/share/man/man4/sf.4 1.16.2.2 +2 -1 src/share/man/man4/sis.4 1.15.2.3 +2 -1 src/share/man/man4/ste.4 1.5.2.2 +2 -1 src/share/man/man4/vge.4 1.21.2.3 +2 -1 src/share/man/man4/vr.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 28 23:31:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA60316A4CE; Sun, 28 Nov 2004 23:31:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52BE43D48; Sun, 28 Nov 2004 23:31:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNVspr046057; Sun, 28 Nov 2004 23:31:54 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNVs01046056; Sun, 28 Nov 2004 23:31:54 GMT (envelope-from brueffer) Message-Id: <200411282331.iASNVs01046056@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:31:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:31:55 -0000 brueffer 2004-11-28 23:31:54 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 Makefile Log: MFC: rev. 1.294 MLINK vge.4 to if_vge.4 Revision Changes Path 1.276.2.7 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 28 23:35:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997ED16A4CE; Sun, 28 Nov 2004 23:35:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F5E43D5E; Sun, 28 Nov 2004 23:35:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNZ83B046132; Sun, 28 Nov 2004 23:35:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNZ8J9046131; Sun, 28 Nov 2004 23:35:08 GMT (envelope-from brueffer) Message-Id: <200411282335.iASNZ8J9046131@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:35:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Nov 2004 23:35:08 -0000 brueffer 2004-11-28 23:35:08 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/pci if_sf.c Log: MFC: rev. 1.76 Correct URL of the programming manual. Revision Changes Path 1.72.2.4 +1 -1 src/sys/pci/if_sf.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 00:29:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CDB416A4CE; Mon, 29 Nov 2004 00:29:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E5243D41; Mon, 29 Nov 2004 00:29:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0TfxC048613; Mon, 29 Nov 2004 00:29:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0TfAj048612; Mon, 29 Nov 2004 00:29:41 GMT (envelope-from rwatson) Message-Id: <200411290029.iAT0TfAj048612@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Nov 2004 00:29:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:29:41 -0000 rwatson 2004-11-29 00:29:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_input.c Log: Merge tcp_input.c:1.256 from HEAD to RELENG_5: date: 2004/11/22 13:16:27; author: rwatson; state: Exp; lines: +0 -3 Remove "Unlocked read" annotations associated with previously unlocked use of socket buffer fields in the TCP input code. These references are now protected by use of the receive socket buffer lock. MFC after: 1 week Revision Changes Path 1.252.2.2 +0 -3 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 00:39:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7B616A4CE; Mon, 29 Nov 2004 00:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A3343D58; Mon, 29 Nov 2004 00:39:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0d2Cc048929; Mon, 29 Nov 2004 00:39:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0d2oX048928; Mon, 29 Nov 2004 00:39:02 GMT (envelope-from rwatson) Message-Id: <200411290039.iAT0d2oX048928@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Nov 2004 00:39:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern subr_witness.c src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:39:03 -0000 rwatson 2004-11-29 00:39:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_witness.c sys/dev/random randomdev_soft.c Log: Merge randomdev_soft.c:1.5, 1.6, 1.7 from HEAD to RELENG_5: ---------------------------- revision 1.7 date: 2004/11/03 10:02:50; author: rwatson; state: Exp; lines: +11 -14 (1) Move from O(n) list copies to O(1) list concatenation, which is supported for STAILQ via STAILQ_CONCAT(). (2) Maintain a count of the number of entries in the thread-local entropy fifo so that we can keep the other fifo counts in synch. MFC after: 3 weeks MFC with: randomdev_soft.c revisions 1.5 and 1.6 Suggested by: jhb (1) ---------------------------- revision 1.6 date: 2004/10/12 14:57:14; author: rwatson; state: Exp; lines: +6 -0 Assert that the entropy source category provided by a caller submitting entropy is valid, as an invalid source will cause dereferencing of an array of queues to an incorrect memory location. ---------------------------- revision 1.5 date: 2004/10/09 22:04:13; author: rwatson; state: Exp; lines: +41 -50 Modify entropy harvesting locking strategy: - Trade off granularity to reduce overhead, since the current model doesn't appear to reduce contention substantially: move to a single harvest mutex protecting harvesting queues, rather than one mutex per source plus a mutex for the free list. - Reduce mutex operations in a harvesting event to 2 from 4, and maintain lockless read to avoid mutex operations if the queue is full. - When reaping harvested entries from the queue, move all entries from the queue at once, and when done with them, insert them all into a thread-local queue for processing; then insert them all into the empty fifo at once. This reduces O(4n) mutex operations to O(2) mutex operations per wakeup. In the future, we may want to look at re-introducing granularity, although perhaps at the granularity of the source rather than the source class; both the new and old strategies would cause contention between different instances of the same source (i.e., multiple network interfaces). Reviewed by: markm Also merge subr_witness.c:1.182 from HEAD to RELENG_5: date: 2004/10/11 08:26:18; author: rwatson; state: Exp; lines: +1 -2 Add entropy harvest mutex to hard-coded spin lock witness lock order, remove previous entropy harvesting mutex names as they are no longer present. Commit to this file was ommitted when randomdev_soft.c:1.5 was made. Feet shot: Robert Huff Revision Changes Path 1.4.2.2 +52 -58 src/sys/dev/random/randomdev_soft.c 1.178.2.3 +1 -2 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 01:32:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A1016A4CE; Mon, 29 Nov 2004 01:32:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9A743D41; Mon, 29 Nov 2004 01:32:10 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1WAKs056943; Mon, 29 Nov 2004 01:32:10 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT1WAse056942; Mon, 29 Nov 2004 01:32:10 GMT (envelope-from scottl) Message-Id: <200411290132.iAT1WAse056942@repoman.freebsd.org> From: Scott Long Date: Mon, 29 Nov 2004 01:32:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:32:11 -0000 scottl 2004-11-29 01:32:10 UTC FreeBSD src repository Modified files: sys/boot/i386/loader Makefile Removed files: sys/boot/i386/loader loader.rc Log: Disable the beastie menu. It offends some and annoys everyone else, and I'm frankly tired of the controversy. When people ask me why FreeBSD isn't user- friendly, I'll tell them that I tried. RIP. Revision Changes Path 1.77 +1 -1 src/sys/boot/i386/loader/Makefile 1.3 +0 -17 src/sys/boot/i386/loader/loader.rc (dead) From owner-cvs-src@FreeBSD.ORG Mon Nov 29 02:17:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6EC416A4CE; Mon, 29 Nov 2004 02:17:25 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4392A43D64; Mon, 29 Nov 2004 02:17:25 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT2KlSh098672; Sun, 28 Nov 2004 19:20:48 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AA86D1.7070105@freebsd.org> Date: Sun, 28 Nov 2004 19:17:53 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> In-Reply-To: <41AA850E.9010208@freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:17:25 -0000 David Xu wrote: > Scott Long wrote: > >> scottl 2004-11-29 01:32:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/boot/i386/loader Makefile Removed files: >> sys/boot/i386/loader loader.rc Log: >> Disable the beastie menu. It offends some and annoys everyone else, >> and I'm >> frankly tired of the controversy. When people ask me why FreeBSD >> isn't user- >> friendly, I'll tell them that I tried. RIP. >> Revision Changes Path >> 1.77 +1 -1 src/sys/boot/i386/loader/Makefile >> 1.3 +0 -17 src/sys/boot/i386/loader/loader.rc (dead) >> >> > The main problem is broken ACPI code will cause kernel to crash > at booting time, my AMD64 machine constantly crashes at the time > when I am typing. If one day, a broken ACPI code is committed, and > I forget what exactly words like: hint...acpi.0.disablexxx=1 should > be set, I will can not boot it until I go to another machine and type > "man acpi", how about if he is a newbie? :-( > > David > > > For the past 1+ years I've recieved nothing but complaints from developers who have told me that the beastie menu was silly, unprofessional, annoying, and/or confusing. I originally created it precisely because ACPI was causing significant problems. I was also getting tired of telling people how to get 'bootverbose' set, so I figured that a nice menu that took care of these problems would be a good thing to have. I made it as non-obtrusive as possible; it responds to the same keys and the same variables as the non-menu prompt, and it delays the boot for exactly the same period of time. I liked it and I had plans to make it more useful by allowing you to control the serial console settings and have it search out and offer to boot alternate kernels, but I have better things to do with my time that defend it and tell people how to turn it off. For those who think that ease-of-use is important, please accept my apologies. Scott From owner-cvs-src@FreeBSD.ORG Mon Nov 29 02:41:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74AF416A4D1; Mon, 29 Nov 2004 02:41:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEB943D1D; Mon, 29 Nov 2004 02:41:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAT2dhEu023059; Sun, 28 Nov 2004 19:39:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 28 Nov 2004 19:40:40 -0700 (MST) Message-Id: <20041128.194040.04241039.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <41AA86D1.7070105@freebsd.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: davidxu@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:41:20 -0000 In message: <41AA86D1.7070105@freebsd.org> Scott Long writes: : For those who think that ease-of-use is important, please accept my : apologies. One could easily have a 'safeboot' command, which would disable all the things that the safe boot menu item used to do. Warner From owner-cvs-src@FreeBSD.ORG Mon Nov 29 02:57:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AFA816A4CE; Mon, 29 Nov 2004 02:57:55 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6EB443D5C; Mon, 29 Nov 2004 02:57:54 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT31HQB098856; Sun, 28 Nov 2004 20:01:17 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AA904F.708@freebsd.org> Date: Sun, 28 Nov 2004 19:58:23 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> In-Reply-To: <20041128.194040.04241039.imp@bsdimp.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:57:55 -0000 M. Warner Losh wrote: > In message: <41AA86D1.7070105@freebsd.org> > Scott Long writes: > : For those who think that ease-of-use is important, please accept my > : apologies. > > One could easily have a 'safeboot' command, which would disable all > the things that the safe boot menu item used to do. > > Warner safeboot isn't the same as 'disable acpi'. It was actually quite useful to disable ACPI but still leave ATA-DMA and SMP enabled. Scott From owner-cvs-src@FreeBSD.ORG Mon Nov 29 03:02:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDA216A4CE; Mon, 29 Nov 2004 03:02:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC94543D1D; Mon, 29 Nov 2004 03:02:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAT319Iw023348; Sun, 28 Nov 2004 20:01:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 28 Nov 2004 20:02:06 -0700 (MST) Message-Id: <20041128.200206.114580739.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <41AA904F.708@freebsd.org> References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:02:20 -0000 In message: <41AA904F.708@freebsd.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <41AA86D1.7070105@freebsd.org> : > Scott Long writes: : > : For those who think that ease-of-use is important, please accept my : > : apologies. : > : > One could easily have a 'safeboot' command, which would disable all : > the things that the safe boot menu item used to do. : > : > Warner : : safeboot isn't the same as 'disable acpi'. It was actually quite useful : to disable ACPI but still leave ATA-DMA and SMP enabled. Agreed. A few wrappers would go a long way is all I'm saying.. Warner From owner-cvs-src@FreeBSD.ORG Mon Nov 29 03:07:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88B5216A4CE; Mon, 29 Nov 2004 03:07:31 +0000 (GMT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1CC43D2F; Mon, 29 Nov 2004 03:07:31 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.13.0/8.13.0) with ESMTP id iAT37SCS011946; Sun, 28 Nov 2004 22:07:29 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> Date: Sun, 28 Nov 2004 22:07:28 -0500 To: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:07:31 -0000 At 1:32 AM +0000 11/29/04, Scott Long wrote: > > Log: > Disable the beastie menu. It offends some and annoys everyone > else, and I'm frankly tired of the controversy. When people > ask me why FreeBSD isn't user-friendly, I'll tell them that I > tried. RIP. Huh. I liked the idea of a menu of options there. I could do without the beastie image, and thus maybe have a much shorter menu. And I think the timer would work better at the top, so that the *first* thing you read is how to pause the timer. But I liked the idea of the menu there, with a few common options. I even listed that as "one of the nice things added to 5.3" (compared to 4.x- series) at some recent presentations... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Mon Nov 29 03:10:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F4F316A4CE; Mon, 29 Nov 2004 03:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC3D43D1D; Mon, 29 Nov 2004 03:10:36 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT3AaQB060395; Mon, 29 Nov 2004 03:10:36 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT3AaJg060394; Mon, 29 Nov 2004 03:10:36 GMT (envelope-from gnn) Message-Id: <200411290310.iAT3AaJg060394@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Mon, 29 Nov 2004 03:10:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 scope6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:10:36 -0000 gnn 2004-11-29 03:10:35 UTC FreeBSD src repository Modified files: sys/netinet6 scope6.c Log: Reviewed by: SUZUKI Shinsuke Approved by: Robert Watson Add locking to the IPv6 scoping code. All spl() like calls have also been removed. Cleaning up the handling of ifnet data will happen at a later date. Revision Changes Path 1.11 +34 -17 src/sys/netinet6/scope6.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 03:30:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1890216A4CE; Mon, 29 Nov 2004 03:30:33 +0000 (GMT) Received: from freebsd3.cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A1443D3F; Mon, 29 Nov 2004 03:30:32 +0000 (GMT) (envelope-from jb@cimlogic.com.au) Received: by freebsd3.cimlogic.com.au (Postfix, from userid 102) id 8D7A66AA01; Mon, 29 Nov 2004 14:30:30 +1100 (EST) Date: Mon, 29 Nov 2004 14:30:30 +1100 From: John Birrell To: Scott Long Message-ID: <20041129033030.GD25035@freebsd3.cimlogic.com.au> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA86D1.7070105@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:30:33 -0000 On Sun, Nov 28, 2004 at 07:17:53PM -0700, Scott Long wrote: > For the past 1+ years I've recieved nothing but complaints from > developers who have told me that the beastie menu was silly, > unprofessional, annoying, and/or confusing. I originally created it > precisely because ACPI was causing significant problems. I was also > getting tired of telling people how to get 'bootverbose' set, so I > figured that a nice menu that took care of these problems would be a > good thing to have. I made it as non-obtrusive as possible; it responds > to the same keys and the same variables as the non-menu prompt, and it > delays the boot for exactly the same period of time. I liked it and I > had plans to make it more useful by allowing you to control the serial > console settings and have it search out and offer to boot alternate > kernels, but I have better things to do with my time that defend it and > tell people how to turn it off. > > For those who think that ease-of-use is important, please accept my > apologies. I thought the Beastie menu was useful/appropriate (I'm not into religion, so the beastie is just the image of FreeBSD to me). It's a shame that people grumble about things they can tweak - and don't tell me developers don't tweak! The bit about the serial console settings would have been very useful for me. Also the booting of alternate kernels, possibly including a test boot of an installed kernel before making if the permanently installed one. Whistle had a neat fallback kernel boot if I remember correctly. -- John Birrell From owner-cvs-src@FreeBSD.ORG Mon Nov 29 04:53:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4516116A4CE; Mon, 29 Nov 2004 04:53:56 +0000 (GMT) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D1843D45; Mon, 29 Nov 2004 04:53:55 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id iAT4rdXu003806; Sun, 28 Nov 2004 23:53:39 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <20041128.200206.114580739.imp@bsdimp.com> References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> <20041128.200206.114580739.imp@bsdimp.com> Date: Sun, 28 Nov 2004 23:53:38 -0500 To: "M. Warner Losh" , scottl@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: davidxu@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:53:56 -0000 At 8:02 PM -0700 11/28/04, M. Warner Losh wrote: >In message: <41AA904F.708@freebsd.org> > Scott Long writes: >: M. Warner Losh wrote: >: > In message: <41AA86D1.7070105@freebsd.org> >: > Scott Long writes: >: > : For those who think that ease-of-use is important, please >: > : accept my apologies. >: > >: > One could easily have a 'safeboot' command, which would disable >: > all the things that the safe boot menu item used to do. >: > >: > Warner >: >: safeboot isn't the same as 'disable acpi'. It was actually quite >: useful to disable ACPI but still leave ATA-DMA and SMP enabled. > >Agreed. A few wrappers would go a long way is all I'm saying.. A few wrappers would, in my opinion, be irrelevant. By the time someone tracks down what wrapper to type in, they might as well track down what full-blown commands to type in. The menu was an advantage when a user just installed some new kernel, and now their machine is having problems. That is not a good time to go reading web or man pages to try to figure out what magic words *might* be worth typing in. I admit that I would prefer a smaller (quicker-to-display) menu, but completely removing the menu seems (to me) to be a step backwards. However, I do notice that few people have objected to the menu being removed, so I guess I'll just leave the topic alone. But I will note that most users probably won't realize this change has even happened until their next clean-install of some future release... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Mon Nov 29 04:54:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6BA16A4CE; Mon, 29 Nov 2004 04:54:19 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B9543D39; Mon, 29 Nov 2004 04:54:18 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B295472DF9; Sun, 28 Nov 2004 20:54:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id B01AD72DF8; Sun, 28 Nov 2004 20:54:18 -0800 (PST) Date: Sun, 28 Nov 2004 20:54:18 -0800 (PST) From: Doug White To: Colin Percival In-Reply-To: <200411281916.iASJG0RS029275@repoman.freebsd.org> Message-ID: <20041128205113.W40277@carver.gumbysoft.com> References: <200411281916.iASJG0RS029275@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:54:19 -0000 On Sun, 28 Nov 2004, Colin Percival wrote: > cperciva 2004-11-28 19:16:00 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_export.c > Log: > Check that saddr->sa_family is a sensible value before using it. > > Reported by: Bryan Fulton and Ted Unangst, Coverity, Inc. > Found by: The SWAT analysis tool This does not compile (on sparc64 at least): cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/a/src/sys -I/a/src/sys/contrib/dev/acpica -I/a/src/sys/contrib/altq -I/a/src/sys/contrib/ipfilter -I/a/src/sys/contrib/pf -I/a/src/sys/contrib/dev/ath -I/a/src/sys/contrib/dev/ath/freebsd -I/a/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding -Werror /a/src/sys/kern/vfs_export.c /a/src/sys/kern/vfs_export.c: In function `vfs_hang_addrlist': /a/src/sys/kern/vfs_export.c:132: error: `SA_MAX' undeclared (first use in this function) /a/src/sys/kern/vfs_export.c:132: error: (Each undeclared identifier is reported only once /a/src/sys/kern/vfs_export.c:132: error: for each function it appears in.) I can't find a reference to an SA_MAX constant. Did you mean AF_MAX? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Nov 29 05:07:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6953B16A4CE; Mon, 29 Nov 2004 05:07:20 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A59C43D45; Mon, 29 Nov 2004 05:07:20 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT5AgQv099263; Sun, 28 Nov 2004 22:10:43 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AAAE9F.1080108@freebsd.org> Date: Sun, 28 Nov 2004 22:07:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> <20041128.200206.114580739.imp@bsdimp.com> In-Reply-To: <20041128.200206.114580739.imp@bsdimp.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 05:07:20 -0000 M. Warner Losh wrote: > In message: <41AA904F.708@freebsd.org> > Scott Long writes: > : M. Warner Losh wrote: > : > In message: <41AA86D1.7070105@freebsd.org> > : > Scott Long writes: > : > : For those who think that ease-of-use is important, please accept my > : > : apologies. > : > > : > One could easily have a 'safeboot' command, which would disable all > : > the things that the safe boot menu item used to do. > : > > : > Warner > : > : safeboot isn't the same as 'disable acpi'. It was actually quite useful > : to disable ACPI but still leave ATA-DMA and SMP enabled. > > Agreed. A few wrappers would go a long way is all I'm saying.. > > Warner Where would these 'wrappers' be documented? Scott From owner-cvs-src@FreeBSD.ORG Mon Nov 29 06:07:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1370A16A4D2 for ; Mon, 29 Nov 2004 06:07:48 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E064D43D58 for ; Mon, 29 Nov 2004 06:07:45 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so141675rns for ; Sun, 28 Nov 2004 22:07:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=t4cTJTSg6r/gwtxU6KoBQidtN1d9127I4+B+LQL6cYUhS898SYr+SZp936UM4SWeBlH86HmeqJmKaqSUt4vF+WVJ8G824WZBdJQG9ryjJ/xGW0Qa6kPD1HBTKydcpCd022f4u+rVHLWtdgTSzrl4SJthPWtY5QVAe6mjA9p8DIY= Received: by 10.38.179.40 with SMTP id b40mr985560rnf; Sun, 28 Nov 2004 22:07:45 -0800 (PST) Received: by 10.38.8.31 with HTTP; Sun, 28 Nov 2004 22:07:45 -0800 (PST) Message-ID: Date: Mon, 29 Nov 2004 14:07:45 +0800 From: Jiawei Ye To: Garance A Drosihn In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> <20041128.200206.114580739.imp@bsdimp.com> cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: davidxu@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:07:51 -0000 On Sun, 28 Nov 2004 23:53:38 -0500, Garance A Drosihn wrote: > At 8:02 PM -0700 11/28/04, M. Warner Losh wrote: > > > >In message: <41AA904F.708@freebsd.org> > > Scott Long writes: > >: M. Warner Losh wrote: > >: > In message: <41AA86D1.7070105@freebsd.org> > >: > Scott Long writes: > >: > : For those who think that ease-of-use is important, please > >: > : accept my apologies. > >: > > >: > One could easily have a 'safeboot' command, which would disable > >: > all the things that the safe boot menu item used to do. > >: > > >: > Warner > >: > >: safeboot isn't the same as 'disable acpi'. It was actually quite > >: useful to disable ACPI but still leave ATA-DMA and SMP enabled. > > > >Agreed. A few wrappers would go a long way is all I'm saying.. > > A few wrappers would, in my opinion, be irrelevant. By the time > someone tracks down what wrapper to type in, they might as well track > down what full-blown commands to type in. The menu was an advantage > when a user just installed some new kernel, and now their machine is > having problems. That is not a good time to go reading web or man > pages to try to figure out what magic words *might* be worth typing in. > I admit that I would prefer a smaller (quicker-to-display) menu, but > completely removing the menu seems (to me) to be a step backwards. > > However, I do notice that few people have objected to the menu being > removed, so I guess I'll just leave the topic alone. But I will note > that most users probably won't realize this change has even happened > until their next clean-install of some future release... > > -- > Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > Senior Systems Programmer or gad@freebsd.org > Rensselaer Polytechnic Institute or drosih@rpi.edu > > > Actually I do feel sorry to see this commit message. It saved my ass a few days ago with the acpi_link change with just one key pressed. It seems strange to me that some people associate "being professional" and "difficult to use". I vote for keeping the boot screen even if it seems to be a little late. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Mon Nov 29 06:13:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648A916A4CE; Mon, 29 Nov 2004 06:13:43 +0000 (GMT) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00B943D39; Mon, 29 Nov 2004 06:13:42 +0000 (GMT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.13.1/8.13.1) with ESMTP id iAT6DepP085509; Mon, 29 Nov 2004 07:13:40 +0100 (CET) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.13.1/8.13.1/Submit) id iAT6DeEW085508; Mon, 29 Nov 2004 07:13:40 +0100 (CET) (envelope-from k) Date: Mon, 29 Nov 2004 07:13:40 +0100 From: Johan Karlsson To: Scott Long Message-ID: <20041129061340.GA85355@numeri.campus.luth.se> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA86D1.7070105@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:13:43 -0000 On Sun, Nov 28, 2004 at 19:17 (-0700), Scott Long wrote: > For the past 1+ years I've recieved nothing but complaints from > developers who have told me that the beastie menu was silly, > unprofessional, annoying, and/or confusing. I guess that people like me who found it usefull and realy like it did not say anything since it worked well for us. I'm sad to see this removed, and you have my vote for putting it back. /Johan K > For those who think that ease-of-use is important, please accept my > apologies. > > Scott -- Johan Karlsson mailto:johan@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Nov 29 06:16:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDA516A4CE; Mon, 29 Nov 2004 06:16:24 +0000 (GMT) Received: from pastinakel.tue.nl (pastinakel.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB1943D3F; Mon, 29 Nov 2004 06:16:24 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: by pastinakel.tue.nl (Postfix, from userid 40) id 49AE914BCBD; Mon, 29 Nov 2004 07:16:23 +0100 (CET) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by pastinakel.tue.nl (Postfix) with ESMTP id 1E6FD14BB2F; Mon, 29 Nov 2004 07:16:19 +0100 (CET) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.1/8.13.1/Submit) id iAT6GIUs054187; Mon, 29 Nov 2004 07:16:18 +0100 (CET) (envelope-from stijn) Date: Mon, 29 Nov 2004 07:16:18 +0100 From: Stijn Hoop To: Scott Long Message-ID: <20041129061618.GW4025@pcwin002.win.tue.nl> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4wkndigzIeYF6Hbg" Content-Disposition: inline In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on mailhost.tue.nl X-Spam-DCC: dmv.com: mailhost.tue.nl 1181; Body=1 Fuz1=1 Fuz2=1 X-Spam-Status: No, hits=-4.9 required=6.3 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Level: cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:16:24 -0000 --4wkndigzIeYF6Hbg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 29, 2004 at 01:32:10AM +0000, Scott Long wrote: > scottl 2004-11-29 01:32:10 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/boot/i386/loader Makefile=20 > Removed files: > sys/boot/i386/loader loader.rc=20 > Log: > Disable the beastie menu. It offends some and annoys everyone else, and > I'm frankly tired of the controversy. When people ask me why FreeBSD > isn't userfriendly, I'll tell them that I tried. RIP. I'm sorry to see this go; the menu is very useful IMHO. Are you sure that people weren't complaining about the beastie image alone? (which, although = nice in my opinion, might indeed raise unfortunate questions when seen by the wr= ong person) --Stijn --=20 The sexual urge of the camel is stranger than anyone thinks. He's lived for years on the desert, and tried to seduce the Sphinx. But the Sphinxs center of pleasure lies buried deep in the Nile, which accounts for the hump on the camel and the Sphinxs inscrutable smile. -- Frantic Fran, http://www.franticfran.com/jokes.htm --4wkndigzIeYF6Hbg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqr6yY3r/tLQmfWcRAhZRAJ9xLezlwGI8XKGCWvs/LXbAnJ0mRgCfe+ZK 7I1Xyzzim+c/UJHjJ+chK1A= =kI60 -----END PGP SIGNATURE----- --4wkndigzIeYF6Hbg-- From owner-cvs-src@FreeBSD.ORG Mon Nov 29 06:23:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 472DC16A4CE; Mon, 29 Nov 2004 06:23:30 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC09F43D2F; Mon, 29 Nov 2004 06:23:29 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT6Qp0a099513; Sun, 28 Nov 2004 23:26:53 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AAC07C.1010009@freebsd.org> Date: Sun, 28 Nov 2004 23:23:56 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stijn Hoop References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <20041129061618.GW4025@pcwin002.win.tue.nl> In-Reply-To: <20041129061618.GW4025@pcwin002.win.tue.nl> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:23:30 -0000 Stijn Hoop wrote: > On Mon, Nov 29, 2004 at 01:32:10AM +0000, Scott Long wrote: > >>scottl 2004-11-29 01:32:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/boot/i386/loader Makefile >> Removed files: >> sys/boot/i386/loader loader.rc >> Log: >> Disable the beastie menu. It offends some and annoys everyone else, and >> I'm frankly tired of the controversy. When people ask me why FreeBSD >> isn't userfriendly, I'll tell them that I tried. RIP. > > > I'm sorry to see this go; the menu is very useful IMHO. Are you sure that > people weren't complaining about the beastie image alone? (which, although nice > in my opinion, might indeed raise unfortunate questions when seen by the wrong > person) > > --Stijn > I had patches in the works to make the image optional. Without it the screen is a bit off balance and bare, so I was trying to figure out a different layout that looked ok. However, there were a quite a few complaints about the timer, text, options, and keys that had nothing to do with the image. I won't object to someone else picking this up and seeing what they can do with it. Unfortunately, I just don't have time or energy anymore to fight this fight. Scott From owner-cvs-src@FreeBSD.ORG Mon Nov 29 06:34:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A7B16A4CE; Mon, 29 Nov 2004 06:34:57 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E24743D4C; Mon, 29 Nov 2004 06:34:57 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.1/8.12.9) with ESMTP id iAT6Yt0h004809; Sun, 28 Nov 2004 22:34:56 -0800 (PST) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.1/8.12.9) with ESMTP id iAT6YtD1039836; Sun, 28 Nov 2004 22:34:55 -0800 (PST) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.1/8.13.1/Submit) id iAT6YtCm039835; Sun, 28 Nov 2004 22:34:55 -0800 (PST) (envelope-from frank) From: Frank Mayhar Message-Id: <200411290634.iAT6YtCm039835@realtime.exit.com> In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> To: Scott Long Date: Sun, 28 Nov 2004 22:34:55 -0800 (PST) X-Copyright0: Copyright 2004 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: frank@exit.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:34:57 -0000 Scott Long wrote: > Disable the beastie menu. It offends some and annoys everyone else, and I'm > frankly tired of the controversy. When people ask me why FreeBSD isn't user- > friendly, I'll tell them that I tried. RIP. Dammit, Scott, some of us would have liked to keep it, seeing as how we consider those offended and/or annoyed to be not worth our attention. Bring it back. At the very least make it so that we can turn it on if we want. And to those who are offended or annoyed by the beastie menu: Get a clue, learn a thing or two and go hack it out if you hate it so damned much. It's not like you don't have the source sitting there in front of you. (Better yet, learn that a text image of a _cartoon_ isn't going to eat your soul.) This is particularly directed at the guy who was so concerned about getting in trouble with his fellow believers-in-myths that he whined to the mailing list rather than taking the trouble to fix it himself. (Stijn, personally I think that those "unfortunate questions" are worthy only of being ignored. Scott, I would be happy to pick it up; shoot me a pointer to your bits and pieces and I'll hack something together.) Tempest, meet teapot. Sorry, I've just had way too damned much of the "Christian morality" shoved in my face lately. If these people want to believe that the Devil lives in their computer, let them. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-cvs-src@FreeBSD.ORG Mon Nov 29 07:34:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7924916A4CE; Mon, 29 Nov 2004 07:34:10 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B7443D49; Mon, 29 Nov 2004 07:34:09 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAT7Y8ei026166; Mon, 29 Nov 2004 08:34:08 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 28 Nov 2004 19:17:53 MST." <41AA86D1.7070105@freebsd.org> Date: Mon, 29 Nov 2004 08:34:08 +0100 Message-ID: <26165.1101713648@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:34:10 -0000 In message <41AA86D1.7070105@freebsd.org>, Scott Long writes: >For the past 1+ years I've recieved nothing but complaints from >developers who have told me that the beastie menu was silly, >unprofessional, annoying, and/or confusing. Since nanobsd commit probably was the straw that broke the back of the camel: The reason why I disable the beastie menu in some of my nanobsd builds are that a couple of those systems sit with a 2400bps GSM phone as console connection. I'm absolutely certain that I am not the person to judge if the beastie menu is a good thing or not in general, and whatever happens in nanobsd should not be taken as indicative of anything related to user-friendlyness as most nanobsd boxes have no on-line users. -- 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 Nov 29 07:37:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBEF16A4CE; Mon, 29 Nov 2004 07:37:22 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C472543D5A; Mon, 29 Nov 2004 07:37:21 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT7ejAL099782; Mon, 29 Nov 2004 00:40:45 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AAD1CD.5080606@freebsd.org> Date: Mon, 29 Nov 2004 00:37:49 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <26165.1101713648@critter.freebsd.dk> In-Reply-To: <26165.1101713648@critter.freebsd.dk> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: David Xu cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:37:22 -0000 Poul-Henning Kamp wrote: > In message <41AA86D1.7070105@freebsd.org>, Scott Long writes: > > >>For the past 1+ years I've recieved nothing but complaints from >>developers who have told me that the beastie menu was silly, >>unprofessional, annoying, and/or confusing. > > > Since nanobsd commit probably was the straw that broke the back of > the camel: > > The reason why I disable the beastie menu in some of my nanobsd > builds are that a couple of those systems sit with a 2400bps GSM > phone as console connection. > > I'm absolutely certain that I am not the person to judge if the > beastie menu is a good thing or not in general, and whatever happens > in nanobsd should not be taken as indicative of anything related > to user-friendlyness as most nanobsd boxes have no on-line users. > It actually had nothing to do with nanobsd. It has everything to do with many months of conversations with many people. Scott From owner-cvs-src@FreeBSD.ORG Mon Nov 29 08:38:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E2816A4CF; Mon, 29 Nov 2004 08:38:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0717743D54; Mon, 29 Nov 2004 08:38:17 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT8cGIT079547; Mon, 29 Nov 2004 08:38:16 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT8cGdw079546; Mon, 29 Nov 2004 08:38:16 GMT (envelope-from harti) Message-Id: <200411290838.iAT8cGdw079546@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 08:38:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make Makefile lst.h src/usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:38:17 -0000 harti 2004-11-29 08:38:16 UTC FreeBSD src repository Modified files: usr.bin/make Makefile lst.h usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c lstIsAtEnd.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Removed files: usr.bin/make/lst.lib lstInt.h lstIsEmpty.c Log: Merge the contents of lstInt.h into the public lst.h. This let's us get rid of a lot of uneccesary casts and temporary variables that have just obfuscated the code. This also let's us implement a couple of the one- liner list functions as macros (the first one is Lst_IsEmpty) and simplify life once we start to throw consts on the code. Revision Changes Path 1.37 +1 -1 src/usr.bin/make/Makefile 1.16 +56 -4 src/usr.bin/make/lst.h 1.12 +12 -16 src/usr.bin/make/lst.lib/lstAppend.c 1.11 +2 -1 src/usr.bin/make/lst.lib/lstAtEnd.c 1.11 +2 -1 src/usr.bin/make/lst.lib/lstAtFront.c 1.10 +5 -6 src/usr.bin/make/lst.lib/lstClose.c 1.13 +15 -17 src/usr.bin/make/lst.lib/lstConcat.c 1.11 +4 -3 src/usr.bin/make/lst.lib/lstDatum.c 1.12 +7 -6 src/usr.bin/make/lst.lib/lstDeQueue.c 1.14 +8 -8 src/usr.bin/make/lst.lib/lstDestroy.c 1.14 +5 -5 src/usr.bin/make/lst.lib/lstDupl.c 1.11 +3 -2 src/usr.bin/make/lst.lib/lstEnQueue.c 1.13 +2 -1 src/usr.bin/make/lst.lib/lstFind.c 1.14 +7 -6 src/usr.bin/make/lst.lib/lstFindFrom.c 1.10 +4 -3 src/usr.bin/make/lst.lib/lstFirst.c 1.12 +2 -1 src/usr.bin/make/lst.lib/lstForEach.c 1.14 +15 -16 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.11 +6 -5 src/usr.bin/make/lst.lib/lstInit.c 1.12 +11 -12 src/usr.bin/make/lst.lib/lstInsert.c 1.11 +0 -108 src/usr.bin/make/lst.lib/lstInt.h (dead) 1.9 +5 -5 src/usr.bin/make/lst.lib/lstIsAtEnd.c 1.10 +0 -71 src/usr.bin/make/lst.lib/lstIsEmpty.c (dead) 1.9 +6 -6 src/usr.bin/make/lst.lib/lstLast.c 1.12 +7 -7 src/usr.bin/make/lst.lib/lstMember.c 1.11 +11 -12 src/usr.bin/make/lst.lib/lstNext.c 1.10 +6 -5 src/usr.bin/make/lst.lib/lstOpen.c 1.12 +19 -22 src/usr.bin/make/lst.lib/lstRemove.c 1.11 +3 -3 src/usr.bin/make/lst.lib/lstReplace.c 1.10 +3 -2 src/usr.bin/make/lst.lib/lstSucc.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 08:52:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9286016A4CE; Mon, 29 Nov 2004 08:52:39 +0000 (GMT) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DE643D39; Mon, 29 Nov 2004 08:52:38 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id iAT8qWWX033693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 29 Nov 2004 11:52:37 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id iAT8qVa5001353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Nov 2004 11:52:31 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id iAT8qVcK001352; Mon, 29 Nov 2004 11:52:31 +0300 (MSK) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Mon, 29 Nov 2004 11:52:30 +0300 From: Gleb Smirnoff To: Johan Karlsson Message-ID: <20041129085230.GE879@cell.sick.ru> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041129061340.GA85355@numeri.campus.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041129061340.GA85355@numeri.campus.luth.se> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20041013, clamav-milter version 0.75l on 127.0.0.1 X-Virus-Status: Clean cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: David Xu cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:52:39 -0000 On Mon, Nov 29, 2004 at 07:13:40AM +0100, Johan Karlsson wrote: J> On Sun, Nov 28, 2004 at 19:17 (-0700), Scott Long wrote: J> > For the past 1+ years I've recieved nothing but complaints from J> > developers who have told me that the beastie menu was silly, J> > unprofessional, annoying, and/or confusing. J> J> I guess that people like me who found it usefull and realy like it J> did not say anything since it worked well for us. J> J> I'm sad to see this removed, and you have my vote for putting it back. And my vote. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Nov 29 09:19:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF8516A4CF for ; Mon, 29 Nov 2004 09:19:40 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 6360D43D54 for ; Mon, 29 Nov 2004 09:19:39 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 67739 invoked from network); 29 Nov 2004 09:19:38 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 29 Nov 2004 09:19:38 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 29 Nov 2004 03:19:37 -0600 (CST) From: Mike Silbersack To: Garance A Drosihn In-Reply-To: Message-ID: <20041129030909.X57216@odysseus.silby.com> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:19:40 -0000 On Sun, 28 Nov 2004, Garance A Drosihn wrote: > Huh. I liked the idea of a menu of options there. I could do > without the beastie image, and thus maybe have a much shorter menu. > And I think the timer would work better at the top, so that the > *first* thing you read is how to pause the timer. But I liked the > idea of the menu there, with a few common options. I even listed > that as "one of the nice things added to 5.3" (compared to 4.x- > series) at some recent presentations... > > -- > Garance Alistair Drosehn = gad@gilead.netel.rpi.edu I can't say that I showed the beastie menu to many people, but the response from the linux admin who saw it was positive. I can understand the beastie image being a problem in some cultures / environments, but I can't see why the rest of the menu would be a problem. Ah well. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Mon Nov 29 09:31:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C5F16A4CF; Mon, 29 Nov 2004 09:31:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27FB43D49; Mon, 29 Nov 2004 09:31:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9V4Ia087572; Mon, 29 Nov 2004 09:31:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9V4L5087571; Mon, 29 Nov 2004 09:31:04 GMT (envelope-from ru) Message-Id: <200411290931.iAT9V4L5087571@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Nov 2004 09:31:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:31:04 -0000 ru 2004-11-29 09:31:04 UTC FreeBSD src repository Modified files: sys/boot/i386/loader Makefile Log: Pick up loader.rc from its old home. Revision Changes Path 1.78 +1 -1 src/sys/boot/i386/loader/Makefile From owner-cvs-src@FreeBSD.ORG Mon Nov 29 09:35:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E2A16A4CE; Mon, 29 Nov 2004 09:35:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FA043D55; Mon, 29 Nov 2004 09:35:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9Z1ns087709; Mon, 29 Nov 2004 09:35:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9Z17L087708; Mon, 29 Nov 2004 09:35:01 GMT (envelope-from ru) Message-Id: <200411290935.iAT9Z17L087708@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Nov 2004 09:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:35:02 -0000 ru 2004-11-29 09:35:01 UTC FreeBSD src repository Modified files: sbin/mount mntopts.h mount.8 mount.c sbin/mount_std mount_std.8 Log: Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). Asked to commit by: phk Revision Changes Path 1.23 +0 -2 src/sbin/mount/mntopts.h 1.69 +1 -7 src/sbin/mount/mount.8 1.67 +0 -2 src/sbin/mount/mount.c 1.23 +1 -2 src/sbin/mount_std/mount_std.8 From owner-cvs-src@FreeBSD.ORG Mon Nov 29 09:47:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7670516A4CF; Mon, 29 Nov 2004 09:47:14 +0000 (GMT) Date: Mon, 29 Nov 2004 09:47:14 +0000 From: Alexey Dokuchaev To: Gleb Smirnoff Message-ID: <20041129094714.GA52476@FreeBSD.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041129061340.GA85355@numeri.campus.luth.se> <20041129085230.GE879@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041129085230.GE879@cell.sick.ru> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: Johan Karlsson cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: David Xu Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:47:14 -0000 On Mon, Nov 29, 2004 at 11:52:30AM +0300, Gleb Smirnoff wrote: > On Mon, Nov 29, 2004 at 07:13:40AM +0100, Johan Karlsson wrote: > J> On Sun, Nov 28, 2004 at 19:17 (-0700), Scott Long wrote: > J> > For the past 1+ years I've recieved nothing but complaints from > J> > developers who have told me that the beastie menu was silly, > J> > unprofessional, annoying, and/or confusing. > J> > J> I guess that people like me who found it usefull and realy like it > J> did not say anything since it worked well for us. > J> > J> I'm sad to see this removed, and you have my vote for putting it back. > > And my vote. Mine too. ./danfe From owner-cvs-src@FreeBSD.ORG Mon Nov 29 09:49:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 803A716A4CE for ; Mon, 29 Nov 2004 09:49:30 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C184343D39 for ; Mon, 29 Nov 2004 09:49:29 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iAT9rBrJ045230 for cvs-src@FreeBSD.org.checked; Mon, 29 Nov 2004 12:53:11 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iAT9op4T045199; Mon, 29 Nov 2004 12:50:51 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41AAF087.7050505@cronyx.ru> Date: Mon, 29 Nov 2004 12:48:55 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <20041129030909.X57216@odysseus.silby.com> In-Reply-To: <20041129030909.X57216@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Garance A Drosihn cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:49:30 -0000 Mike Silbersack wrote: > > On Sun, 28 Nov 2004, Garance A Drosihn wrote: > >> Huh. I liked the idea of a menu of options there. I could do >> without the beastie image, and thus maybe have a much shorter menu. >> And I think the timer would work better at the top, so that the >> *first* thing you read is how to pause the timer. But I liked the >> idea of the menu there, with a few common options. I even listed >> that as "one of the nice things added to 5.3" (compared to 4.x- >> series) at some recent presentations... >> >> -- >> Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > > > I can't say that I showed the beastie menu to many people, but the > response from the linux admin who saw it was positive. I can > understand the beastie image being a problem in some cultures / > environments, but I can't see why the rest of the menu would be a problem. I also do not see any problems, except our logo. I gave my old PC to my father and first thing he did - he strip off all stickers with beastie that were on it. ... but I heard that Vatican use our OS and even from the words of person who told me that our logo was on its web site for a while. I don't know if this true, cause I didn't saw it by my own eyes. rik > > > Ah well. > > Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Mon Nov 29 09:56:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9F716A4CE; Mon, 29 Nov 2004 09:56:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D938343D5E; Mon, 29 Nov 2004 09:56:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9uCsW088784; Mon, 29 Nov 2004 09:56:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9uCE3088783; Mon, 29 Nov 2004 09:56:12 GMT (envelope-from ru) Message-Id: <200411290956.iAT9uCE3088783@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Nov 2004 09:56:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys mount.2 statfs.2 src/share/man/man7 security.7 src/share/man/man9 vfs_mount.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:56:13 -0000 ru 2004-11-29 09:56:12 UTC FreeBSD src repository Modified files: lib/libc/sys mount.2 statfs.2 share/man/man7 security.7 share/man/man9 vfs_mount.9 Log: MNT_NODEV is deprecated. Revision Changes Path 1.41 +1 -4 src/lib/libc/sys/mount.2 1.26 +1 -3 src/lib/libc/sys/statfs.2 1.40 +4 -6 src/share/man/man7/security.7 1.12 +2 -2 src/share/man/man9/vfs_mount.9 From owner-cvs-src@FreeBSD.ORG Mon Nov 29 10:27:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500B716A4CE; Mon, 29 Nov 2004 10:27:16 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6BA43D1F; Mon, 29 Nov 2004 10:27:15 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iATAPE77018091; Mon, 29 Nov 2004 05:25:14 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iATAPE5l018088; Mon, 29 Nov 2004 10:25:14 GMT (envelope-from robert@fledge.watson.org) Date: Mon, 29 Nov 2004 10:25:14 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Scott Long In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:27:16 -0000 On Mon, 29 Nov 2004, Scott Long wrote: > Disable the beastie menu. It offends some and annoys everyone else, and I'm > frankly tired of the controversy. When people ask me why FreeBSD isn't user- > friendly, I'll tell them that I tried. RIP. I thought that most of the objections I heard were to the Beastie, not the menu, but perhaps I misunderstood... The only technical objection I've had to the menu is that the clear screen it issues before rendering causes some terminal emulators to loose some scroll back, suggesting we might want to generate a CR, 25 LF's, then pick up with the menu to push the console contents present previously outside the area cleared. I've seen one or two bug reports where panic messages have been obscured as a result of the clear screen but that's easy to work around. FWIW, I think the menu is a very good idea, as it provides users wth an easy option to disable ACPI and try variations on hardware probing on i386, which sadly, is highly necessary. Especially with the 2-4 year old generation of machine that is typically available to "experiment with" and suffers from the worst ACPI quirkiness. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Mon Nov 29 11:54:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C26516A4CE; Mon, 29 Nov 2004 11:54:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CB543D45; Mon, 29 Nov 2004 11:54:42 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBsgO1093278; Mon, 29 Nov 2004 11:54:42 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATBsg3C093277; Mon, 29 Nov 2004 11:54:42 GMT (envelope-from nyan) Message-Id: <200411291154.iATBsg3C093277@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 29 Nov 2004 11:54:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/btx/btx btx.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:54:42 -0000 nyan 2004-11-29 11:54:42 UTC FreeBSD src repository Modified files: sys/boot/pc98/btx/btx btx.S Log: MFi386: revision 1.38. Revision Changes Path 1.20 +10 -5 src/sys/boot/pc98/btx/btx/btx.S From owner-cvs-src@FreeBSD.ORG Mon Nov 29 11:55:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD57516A4CE; Mon, 29 Nov 2004 11:55:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3D743D3F; Mon, 29 Nov 2004 11:55:14 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBtExU093326; Mon, 29 Nov 2004 11:55:14 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATBtEQb093325; Mon, 29 Nov 2004 11:55:14 GMT (envelope-from nyan) Message-Id: <200411291155.iATBtEQb093325@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 29 Nov 2004 11:55:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:55:14 -0000 nyan 2004-11-29 11:55:14 UTC FreeBSD src repository Modified files: sys/boot/pc98/loader Makefile Log: MFi386: revisions 1.77 and 1.78. Revision Changes Path 1.36 +2 -2 src/sys/boot/pc98/loader/Makefile From owner-cvs-src@FreeBSD.ORG Mon Nov 29 12:00:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D574716A4CF; Mon, 29 Nov 2004 12:00:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E5443D1F; Mon, 29 Nov 2004 12:00:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATC0OZ1093541; Mon, 29 Nov 2004 12:00:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATC0OjN093540; Mon, 29 Nov 2004 12:00:24 GMT (envelope-from rwatson) Message-Id: <200411291200.iATC0OjN093540@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Nov 2004 12:00:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:00:25 -0000 rwatson 2004-11-29 12:00:24 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: Point at the mac(4) man page when describing the -Z option. Remove reference to /dev/lomac, which is no longer used by mac_lomac(4). MFC after: 3 days Revision Changes Path 1.80 +4 -5 src/bin/ps/ps.1 From owner-cvs-src@FreeBSD.ORG Mon Nov 29 12:05:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49ECA16A4CE; Mon, 29 Nov 2004 12:05:28 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9934C43D5D; Mon, 29 Nov 2004 12:05:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 909EA1FF9AD; Mon, 29 Nov 2004 13:05:07 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 9E2841FF92F; Mon, 29 Nov 2004 13:05:05 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 1128315714; Mon, 29 Nov 2004 12:00:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 0E1E915705; Mon, 29 Nov 2004 12:00:36 +0000 (UTC) Date: Mon, 29 Nov 2004 12:00:35 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Robert Watson In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:05:28 -0000 On Mon, 29 Nov 2004, Robert Watson wrote: > I thought that most of the objections I heard were to the Beastie, not the > menu, but perhaps I misunderstood... The only technical objection I've > had to the menu is that the clear screen it issues before rendering causes > some terminal emulators to loose some scroll back, suggesting we might > want to generate a CR, 25 LF's, then pick up with the menu to push the > console contents present previously outside the area cleared. I've seen also lots of ^H are quite annoying in serial console logs. > FWIW, I think the menu is a very good idea, as it provides users wth an > easy option to disable ACPI and try variations on hardware probing on > i386, which sadly, is highly necessary. Especially with the 2-4 year old what about changing the interactive menu to a simple print-out banner with some good advises for the most common options/settings needed: how to disable ACPI or set bootverbose in loader. I always liked the hints given in motd; so why not have some static texts ? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Mon Nov 29 12:17:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA6216A4CE; Mon, 29 Nov 2004 12:17:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC2543D5D; Mon, 29 Nov 2004 12:17:13 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCHDO2094147; Mon, 29 Nov 2004 12:17:13 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATCHDsx094146; Mon, 29 Nov 2004 12:17:13 GMT (envelope-from harti) Message-Id: <200411291217.iATCHDsx094146@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 12:17:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make for.c lst.h main.c parse.c src/usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:17:13 -0000 harti 2004-11-29 12:17:13 UTC FreeBSD src repository Modified files: usr.bin/make for.c lst.h main.c parse.c usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c Log: Use typedefs for the types of the functions that are passed as arguments to the list functions for better readability. Submitted by: Max Okumoto Revision Changes Path 1.22 +1 -1 src/usr.bin/make/for.c 1.17 +13 -8 src/usr.bin/make/lst.h 1.15 +1 -1 src/usr.bin/make/lst.lib/lstDestroy.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstDupl.c 1.14 +1 -1 src/usr.bin/make/lst.lib/lstFind.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstFindFrom.c 1.13 +1 -1 src/usr.bin/make/lst.lib/lstForEach.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.101 +1 -1 src/usr.bin/make/main.c 1.59 +1 -1 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 14:00:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2014A16A4CE; Mon, 29 Nov 2004 14:00:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEAC643D2D; Mon, 29 Nov 2004 14:00:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATE08tC004886; Mon, 29 Nov 2004 14:00:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATE08CE004885; Mon, 29 Nov 2004 14:00:08 GMT (envelope-from cperciva) Message-Id: <200411291400.iATE08CE004885@repoman.freebsd.org> From: Colin Percival Date: Mon, 29 Nov 2004 14:00:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:00:09 -0000 cperciva 2004-11-29 14:00:08 UTC FreeBSD src repository Modified files: sys/kern vfs_export.c Log: Sigh. I really need to get an internet connection which is less than 2km away from where I'm living, so that I can fix these typos sooner. s/SA_MAX/AF_MAX/ is previous commit. Reported by: marcus, ups, Yiawei Ye, dwhite Revision Changes Path 1.329 +1 -1 src/sys/kern/vfs_export.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 14:03:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93C716A4CE; Mon, 29 Nov 2004 14:03:30 +0000 (GMT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06FC43D2D; Mon, 29 Nov 2004 14:03:29 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from ws.nada ([193.69.114.88]) by srv01.sparkit.no (8.12.11/8.12.11) with ESMTP id iATE3P1Z086634; Mon, 29 Nov 2004 15:03:25 +0100 (CET) (envelope-from eivind@FreeBSD.org) Received: from ws.nada (localhost [127.0.0.1]) by ws.nada (8.12.9/8.12.10) with ESMTP id iATE2On4074542; Mon, 29 Nov 2004 14:02:24 GMT (envelope-from eivind@ws.nada) Received: (from eivind@localhost) by ws.nada (8.12.9/8.12.10/Submit) id iATE2OFp074541; Mon, 29 Nov 2004 14:02:24 GMT (envelope-from eivind) Date: Mon, 29 Nov 2004 14:02:23 +0000 From: Eivind Eklund To: Scott Long Message-ID: <20041129140223.GA73964@FreeBSD.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:03:31 -0000 On Mon, Nov 29, 2004 at 01:32:10AM +0000, Scott Long wrote: > scottl 2004-11-29 01:32:10 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/loader Makefile > Removed files: > sys/boot/i386/loader loader.rc > Log: > Disable the beastie menu. It offends some and annoys everyone else, and I'm > frankly tired of the controversy. When people ask me why FreeBSD isn't user- > friendly, I'll tell them that I tried. RIP. I've for a long time been thinking of the benefits of creating a "user friendliness officer" similar to the security officer / tech advisory board we have now. In other words: Give the authority to somebody to Just Decide. As it is, we end up with bikesheds over UI issues all the time, grumbling, and a user interface that's the result of who shouts loudest. We also end up with developers that are less-than-motivated to work on anything user interface related, because we know we'll just get shouted at no matter what we do... Eivind. From owner-cvs-src@FreeBSD.ORG Mon Nov 29 14:49:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A917E16A4CE; Mon, 29 Nov 2004 14:49:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB7043D54; Mon, 29 Nov 2004 14:49:27 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEnRWP006380; Mon, 29 Nov 2004 14:49:27 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATEnRHq006379; Mon, 29 Nov 2004 14:49:27 GMT (envelope-from scottl) Message-Id: <200411291449.iATEnRHq006379@repoman.freebsd.org> From: Scott Long Date: Mon, 29 Nov 2004 14:49:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c src/sys/amd64/amd64 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:49:27 -0000 scottl 2004-11-29 14:49:27 UTC FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c sys/amd64/amd64 busdma_machdep.c Log: Don't flag alignment constraints as a reason for bouncing. This fixes the trigger for other misbehaviour in the sym driver that was causing freezes at boot. Thanks to phk@ for reporting and testing this. Revision Changes Path 1.64 +1 -1 src/sys/amd64/amd64/busdma_machdep.c 1.68 +1 -1 src/sys/i386/i386/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 15:32:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EF016A4CE; Mon, 29 Nov 2004 15:32:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CECF43D49; Mon, 29 Nov 2004 15:32:31 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATFWV77007850; Mon, 29 Nov 2004 15:32:31 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATFWVpQ007849; Mon, 29 Nov 2004 15:32:31 GMT (envelope-from rik) Message-Id: <200411291532.iATFWVpQ007849@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 29 Nov 2004 15:32:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:32:31 -0000 rik 2004-11-29 15:32:31 UTC FreeBSD src repository Modified files: sbin/sconfig sconfig.8 Log: Fix typo. Submitted by: Janusz Muc'ka (Defacto) MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/sbin/sconfig/sconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Nov 29 16:23:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FDE16A4CE; Mon, 29 Nov 2004 16:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9CC43D45; Mon, 29 Nov 2004 16:23:35 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGNZE8009584; Mon, 29 Nov 2004 16:23:35 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATGNYu8009583; Mon, 29 Nov 2004 16:23:35 GMT (envelope-from harti) Message-Id: <200411291623.iATGNYu8009583@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 16:23:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:23:35 -0000 harti 2004-11-29 16:23:34 UTC FreeBSD src repository Modified files: usr.bin/make arch.c Log: Fix a bug that would truncate the full name of an archive member if the length of happens to be larger than MAXPATHLEN. PR: bin/74368 Submitted by: Max Okumoto Obtained from: DragonFlyBSD Revision Changes Path 1.34 +5 -2 src/usr.bin/make/arch.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 16:40:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EF716A4CE; Mon, 29 Nov 2004 16:40:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5743D67; Mon, 29 Nov 2004 16:40:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGeUZ1010248; Mon, 29 Nov 2004 16:40:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATGeUlF010247; Mon, 29 Nov 2004 16:40:30 GMT (envelope-from imp) Message-Id: <200411291640.iATGeUlF010247@repoman.freebsd.org> From: Warner Losh Date: Mon, 29 Nov 2004 16:40:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpi_support acpi_sony.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:40:30 -0000 imp 2004-11-29 16:40:30 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_sony.c Log: Attach the device at acpi_sony instead of acpi_snc. Rename some internal variables as well to reflect the change. Revision Changes Path 1.6 +39 -39 src/sys/dev/acpi_support/acpi_sony.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 17:11:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B2D16A4CE; Mon, 29 Nov 2004 17:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8320643D1F; Mon, 29 Nov 2004 17:11:15 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATHBFUF017664; Mon, 29 Nov 2004 17:11:15 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATHBFav017663; Mon, 29 Nov 2004 17:11:15 GMT (envelope-from brian) Message-Id: <200411291711.iATHBFav017663@repoman.freebsd.org> From: Brian Somers Date: Mon, 29 Nov 2004 17:11:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c main.c ppp.8.m4 radius.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:11:15 -0000 brian 2004-11-29 17:11:15 UTC FreeBSD src repository Modified files: usr.sbin/ppp bundle.c bundle.h command.c main.c ppp.8.m4 radius.c Log: Send NAS-IP-Address as well as NAS-Identifier Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to support pre-rfc2865 RADIUS servers. This pushes our enable/disable items over the 32 bit limit, so reoganise things to allow a bunch more options. Go to version 3.4.1 so that any compatability problems can be identified. Revision Changes Path 1.136 +14 -7 src/usr.sbin/ppp/bundle.c 1.52 +29 -24 src/usr.sbin/ppp/bundle.h 1.303 +25 -13 src/usr.sbin/ppp/command.c 1.192 +1 -1 src/usr.sbin/ppp/main.c 1.314 +43 -0 src/usr.sbin/ppp/ppp.8.m4 1.51 +8 -12 src/usr.sbin/ppp/radius.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 18:47:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E5116A4CE; Mon, 29 Nov 2004 18:47:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2494143D69; Mon, 29 Nov 2004 18:47:28 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIlRgn020534; Mon, 29 Nov 2004 18:47:28 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATIlRFY020533; Mon, 29 Nov 2004 18:47:27 GMT (envelope-from ps) Message-Id: <200411291847.iATIlRFY020533@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 18:47:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:47:28 -0000 ps 2004-11-29 18:47:27 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Fixes a bug in SACK causing us to send data beyond the receive window. Found by: Pawel Worach and Daniel Hartmeier Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Revision Changes Path 1.106 +4 -2 src/sys/netinet/tcp_output.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 18:48:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E0116A4CE; Mon, 29 Nov 2004 18:48:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0769343D4C; Mon, 29 Nov 2004 18:48:52 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATImpux020577; Mon, 29 Nov 2004 18:48:51 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATImpbk020576; Mon, 29 Nov 2004 18:48:51 GMT (envelope-from njl) Message-Id: <200411291848.iATImpbk020576@repoman.freebsd.org> From: Nate Lawson Date: Mon, 29 Nov 2004 18:48:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:48:52 -0000 njl 2004-11-29 18:48:51 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Instead of translating PCI to ACPI power states, just use a CTASSERT that they are equivalent. Revision Changes Path 1.25 +10 -18 src/sys/dev/acpica/acpi_pci.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 19:11:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1B016A4CE; Mon, 29 Nov 2004 19:11:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362B543D6B; Mon, 29 Nov 2004 19:11:37 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJBbC8021309; Mon, 29 Nov 2004 19:11:37 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATJBbib021308; Mon, 29 Nov 2004 19:11:37 GMT (envelope-from njl) Message-Id: <200411291911.iATJBbib021308@repoman.freebsd.org> From: Nate Lawson Date: Mon, 29 Nov 2004 19:11:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:11:37 -0000 njl 2004-11-29 19:11:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_shutdown.c Log: MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only active for i386 and amd64 until jhb@ MFCs the alpha cpuid code. Revision Changes Path 1.163.2.3 +16 -3 src/sys/kern/kern_shutdown.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 19:51:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7149116A4CE; Mon, 29 Nov 2004 19:51:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB3843D48; Mon, 29 Nov 2004 19:51:51 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJppcf022505; Mon, 29 Nov 2004 19:51:51 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATJppxk022504; Mon, 29 Nov 2004 19:51:51 GMT (envelope-from ceri) Message-Id: <200411291951.iATJppxk022504@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 19:51:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 smp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:51:51 -0000 ceri 2004-11-29 19:51:50 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 smp.4 Log: Add amd64 to the list of supported platforms. PR: docs/74529 Submitted by: Jason Bacon Revision Changes Path 1.20 +1 -1 src/share/man/man4/smp.4 From owner-cvs-src@FreeBSD.ORG Mon Nov 29 20:21:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E5A16A4CE; Mon, 29 Nov 2004 20:21:26 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939A943D58; Mon, 29 Nov 2004 20:21:25 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iATKLO1p084928; Mon, 29 Nov 2004 12:21:25 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <200411291911.iATJBbib021308@repoman.freebsd.org> References: <200411291911.iATJBbib021308@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 29 Nov 2004 12:21:22 -0800 To: Nate Lawson X-Mailer: Apple Mail (2.619) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:21:26 -0000 On Nov 29, 2004, at 11:11 AM, Nate Lawson wrote: > njl 2004-11-29 19:11:36 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/kern kern_shutdown.c > Log: > MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only > active > for i386 and amd64 until jhb@ MFCs the alpha cpuid code. I *really* appreciate it if this was made conditional upon !__alpha__, as it should be. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Mon Nov 29 20:27:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91F716A4CE; Mon, 29 Nov 2004 20:27:51 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C45F43D39; Mon, 29 Nov 2004 20:27:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iATKRsp8014849; Mon, 29 Nov 2004 15:27:55 -0500 Message-ID: <41AB8645.2050506@root.org> Date: Mon, 29 Nov 2004 12:27:49 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200411291911.iATJBbib021308@repoman.freebsd.org> <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> In-Reply-To: <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:27:51 -0000 Marcel Moolenaar wrote: > On Nov 29, 2004, at 11:11 AM, Nate Lawson wrote: > >> njl 2004-11-29 19:11:36 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/kern kern_shutdown.c >> Log: >> MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only active >> for i386 and amd64 until jhb@ MFCs the alpha cpuid code. > > I *really* appreciate it if this was made conditional upon !__alpha__, > as it should be. I just MFCd as it was before. Once jhb or someone with alpha knowledge (you? :) decides to MFC his commit, this can be removed completely, as it is in -current. -Nate From owner-cvs-src@FreeBSD.ORG Mon Nov 29 21:23:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A831E16A4CE; Mon, 29 Nov 2004 21:23:17 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B7143D3F; Mon, 29 Nov 2004 21:23:16 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 710C05312; Mon, 29 Nov 2004 22:23:15 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4F9E25310; Mon, 29 Nov 2004 22:23:08 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 17FCBB85E; Mon, 29 Nov 2004 22:23:08 +0100 (CET) To: frank@exit.com References: <200411290634.iAT6YtCm039835@realtime.exit.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 29 Nov 2004 22:23:07 +0100 In-Reply-To: <200411290634.iAT6YtCm039835@realtime.exit.com> (Frank Mayhar's message of "Sun, 28 Nov 2004 22:34:55 -0800 (PST)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:23:17 -0000 Frank Mayhar writes: > Scott Long wrote: > > Disable the beastie menu. It offends some and annoys everyone > > else, and I'm frankly tired of the controversy. When people ask > > me why FreeBSD isn't user- friendly, I'll tell them that I tried. > > RIP. > Dammit, Scott, some of us would have liked to keep it, seeing as how > we consider those offended and/or annoyed to be not worth our > attention. You are making unwarranted assumptions about why people object to the menu. I would like to see it come back, but without the fancy frames, escape sequences and ascii art. Just one line per option, and instructions. The Escape key (instead of 6) should drop you to the loader prompt. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Nov 29 21:30:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B2D916A4CE; Mon, 29 Nov 2004 21:30:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 168E743D5D; Mon, 29 Nov 2004 21:30:54 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLUrGh033675; Mon, 29 Nov 2004 21:30:53 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATLUrgT033674; Mon, 29 Nov 2004 21:30:53 GMT (envelope-from mux) Message-Id: <200411292130.iATLUrgT033674@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 29 Nov 2004 21:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:30:54 -0000 mux 2004-11-29 21:30:53 UTC FreeBSD src repository Modified files: . access Log: Please welcome Jean-Sebastien Pedron (dumbbell@) as a new src committer. Jean-Sebastien has implemented read-only reiserfs support for FreeBSD and will continue working on this, as well as anything that he thinks may be interesting. I'll be his mentor. Approved by: core Revision Changes Path 1.684 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Nov 29 21:49:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D8216A4CE for ; Mon, 29 Nov 2004 21:49:13 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9B043D49 for ; Mon, 29 Nov 2004 21:49:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27016 invoked from network); 29 Nov 2004 21:49:12 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Nov 2004 21:49:12 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iATLn1CR081672; Mon, 29 Nov 2004 16:49:09 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Poul-Henning Kamp Date: Mon, 29 Nov 2004 15:59:19 -0500 User-Agent: KMail/1.6.2 References: <200411251207.iAPC7SuZ018630@repoman.freebsd.org> In-Reply-To: <200411251207.iAPC7SuZ018630@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411291559.19275.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:49:13 -0000 On Thursday 25 November 2004 07:07 am, Poul-Henning Kamp wrote: > phk 2004-11-25 12:07:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern syscalls.master > Log: > Mark mount, unmount and nmount MPSAFE compat32? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Nov 29 21:49:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921C616A4E1 for ; Mon, 29 Nov 2004 21:49:14 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2018143D45 for ; Mon, 29 Nov 2004 21:49:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27055 invoked from network); 29 Nov 2004 21:49:14 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Nov 2004 21:49:13 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iATLn1CS081672; Mon, 29 Nov 2004 16:49:10 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Watson Date: Mon, 29 Nov 2004 16:48:09 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411291648.10387.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:49:17 -0000 On Monday 29 November 2004 05:25 am, Robert Watson wrote: > On Mon, 29 Nov 2004, Scott Long wrote: > > Disable the beastie menu. It offends some and annoys everyone else, > > and I'm frankly tired of the controversy. When people ask me why FreeBSD > > isn't user- friendly, I'll tell them that I tried. RIP. > > I thought that most of the objections I heard were to the Beastie, not the > menu, but perhaps I misunderstood... The only technical objection I've > had to the menu is that the clear screen it issues before rendering causes > some terminal emulators to loose some scroll back, suggesting we might > want to generate a CR, 25 LF's, then pick up with the menu to push the > console contents present previously outside the area cleared. I've seen > one or two bug reports where panic messages have been obscured as a result > of the clear screen but that's easy to work around. > > FWIW, I think the menu is a very good idea, as it provides users wth an > easy option to disable ACPI and try variations on hardware probing on > i386, which sadly, is highly necessary. Especially with the 2-4 year old > generation of machine that is typically available to "experiment with" and > suffers from the worst ACPI quirkiness. I personally don't use the menu on my machines as I have 'set blah' and 'boot blah -x' hardcoded into my brain/hands, but I do think the menu is very useful for users doing installs, esp. the disable ACPI and safe mode options. I even explicitly made sure it was there on the newer splitfs-based boot floppies. I know that I've said I didn't personally use the menu in the past, but I probably didn't mention in the same breath that it does make it easier for non-eccentric users (i.e., people who aren't weird like me) to use and install FreeBSD, and I'm sorry I didn't mention that earlier. As far as the Beastie image is concerned: I wear BSD T-shirts all the time. As far as what I believe and know about Christianity, Beastie artwork, ASCII and otherwise, has basically zero impact on things like eternal fate of my soul, etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Nov 29 22:58:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2AA16A4CE; Mon, 29 Nov 2004 22:58:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE2943D31; Mon, 29 Nov 2004 22:58:32 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATMwW8f036960; Mon, 29 Nov 2004 22:58:32 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATMwW8J036959; Mon, 29 Nov 2004 22:58:32 GMT (envelope-from ps) Message-Id: <200411292258.iATMwW8J036959@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 22:58:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:58:33 -0000 ps 2004-11-29 22:58:32 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: When upgrading the shared lock to an exclusive lock, if we discover that the exclusive lock is already held, then we call panic. Don't clobber internal lock state before panic'ing. This change improves debugging if this case were to happen. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.77 +2 -3 src/sys/kern/kern_lock.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:05:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B850E16A4CE; Mon, 29 Nov 2004 23:05:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C9F43D55; Mon, 29 Nov 2004 23:05:30 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATN5Uqq037178; Mon, 29 Nov 2004 23:05:30 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATN5Us7037177; Mon, 29 Nov 2004 23:05:30 GMT (envelope-from ps) Message-Id: <200411292305.iATN5Us7037177@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 23:05:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:05:30 -0000 ps 2004-11-29 23:05:30 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix for a bug in nfs_mkdir() that called vrele() instead of vput() in the error cases, causing panics. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.227 +2 -2 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:09:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2478216A4CE; Mon, 29 Nov 2004 23:09:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F355243D5C; Mon, 29 Nov 2004 23:09:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATN97oD037334; Mon, 29 Nov 2004 23:09:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATN97B1037333; Mon, 29 Nov 2004 23:09:07 GMT (envelope-from ps) Message-Id: <200411292309.iATN97B1037333@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 23:09:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:09:08 -0000 ps 2004-11-29 23:09:07 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Make soreceive(MSG_DONTWAIT) nonblocking. If MSG_DONTWAIT is passed into soreceive(), then pass in M_DONTWAIT to m_copym(). Also fix up error handling for the case where m_copym() returns failure. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.218 +21 -3 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:10:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE2316A4CE; Mon, 29 Nov 2004 23:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7AA43D1F; Mon, 29 Nov 2004 23:10:59 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNAxj2037508; Mon, 29 Nov 2004 23:10:59 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNAxqZ037507; Mon, 29 Nov 2004 23:10:59 GMT (envelope-from ps) Message-Id: <200411292310.iATNAxqZ037507@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 23:10:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys socket.h src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:10:59 -0000 ps 2004-11-29 23:10:59 UTC FreeBSD src repository Modified files: sys/sys socket.h sys/kern uipc_socket.c Log: If soreceive() is called from a socket callback, there's no reason to do a window update to the peer (thru an ACK) from soreceive() itself. TCP will do that upon return from the socket callback. Sending a window update from soreceive() results in a lock reversal. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.219 +7 -1 src/sys/kern/uipc_socket.c 1.84 +3 -0 src/sys/sys/socket.h From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:25:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1268616A4CE; Mon, 29 Nov 2004 23:25:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E477143D45; Mon, 29 Nov 2004 23:25:56 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNPuZ8038001; Mon, 29 Nov 2004 23:25:56 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNPuLw038000; Mon, 29 Nov 2004 23:25:56 GMT (envelope-from peter) Message-Id: <200411292325.iATNPuLw038000@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:25:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:25:57 -0000 peter 2004-11-29 23:25:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: Take advantage of the shutdown processing being wired to the BSP and eliminate the evil cpu_reset_proxy code now that it will never be activated. i386 should pick this up as well. Revision Changes Path 1.239 +3 -45 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:27:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C0616A4CE; Mon, 29 Nov 2004 23:27:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3410443D41; Mon, 29 Nov 2004 23:27:08 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNR8Jt038048; Mon, 29 Nov 2004 23:27:08 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNR8cH038047; Mon, 29 Nov 2004 23:27:08 GMT (envelope-from peter) Message-Id: <200411292327.iATNR8cH038047@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:27:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:27:08 -0000 peter 2004-11-29 23:27:08 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs. Revision Changes Path 1.625 +1 -2 src/sys/amd64/amd64/machdep.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:40:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508A516A4CE; Mon, 29 Nov 2004 23:40:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC5A43D66; Mon, 29 Nov 2004 23:40:18 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNeHaX039217; Mon, 29 Nov 2004 23:40:17 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNeHVA039216; Mon, 29 Nov 2004 23:40:17 GMT (envelope-from peter) Message-Id: <200411292340.iATNeHVA039216@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:40:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/vinum vinumio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:40:18 -0000 peter 2004-11-29 23:40:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/vinum vinumio.c Log: Teach vinum that amd64 has slices. I'm lost for words. Submitted by: Javier Ramirez PR: 72333 Revision Changes Path 1.100.2.1 +2 -2 src/sys/dev/vinum/vinumio.c From owner-cvs-src@FreeBSD.ORG Mon Nov 29 23:51:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C4816A4CF; Mon, 29 Nov 2004 23:51:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32AA43D68; Mon, 29 Nov 2004 23:51:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNpS7Z039789; Mon, 29 Nov 2004 23:51:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNpSgS039788; Mon, 29 Nov 2004 23:51:28 GMT (envelope-from peter) Message-Id: <200411292351.iATNpSgS039788@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:51:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/gnu/lib/libobjc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:51:29 -0000 peter 2004-11-29 23:51:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/lib/libobjc Makefile Log: MFC: Turn libobjc.so on for amd64. GNUstep needs it, for example. The original reason libobjc.so was disabled has almost been lost in time. PR: 71674 Submitted by: Pete French Revision Changes Path 1.20.2.1 +6 -1 src/gnu/lib/libobjc/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 30 00:25:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A11816A4CE; Tue, 30 Nov 2004 00:25:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B4243D60; Tue, 30 Nov 2004 00:25:26 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0PQ2G041081; Tue, 30 Nov 2004 00:25:26 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU0PQZ1041080; Tue, 30 Nov 2004 00:25:26 GMT (envelope-from peter) Message-Id: <200411300025.iAU0PQZ1041080@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Nov 2004 00:25:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:25:27 -0000 peter 2004-11-30 00:25:26 UTC FreeBSD src repository Modified files: sys/kern subr_param.c Log: Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a bad choice because it is so in sync with stathz (128hz or 4096hz etc). Revision Changes Path 1.68 +1 -3 src/sys/kern/subr_param.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 00:55:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACA916A4CE; Tue, 30 Nov 2004 00:55:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA75643D2F; Tue, 30 Nov 2004 00:55:49 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0tn33048398; Tue, 30 Nov 2004 00:55:49 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU0tnB0048397; Tue, 30 Nov 2004 00:55:49 GMT (envelope-from peter) Message-Id: <200411300055.iAU0tnB0048397@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Nov 2004 00:55:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 gdb_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:55:50 -0000 peter 2004-11-30 00:55:49 UTC FreeBSD src repository Modified files: sys/amd64/amd64 gdb_machdep.c Log: Update the gdb register extraction support to use the pcb wherever possible, like on i386. Registers are handled differently for caller vs callee saved registers. Revision Changes Path 1.2 +33 -23 src/sys/amd64/amd64/gdb_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 01:50:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98E516A4CE; Tue, 30 Nov 2004 01:50:02 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BF643D1D; Tue, 30 Nov 2004 01:50:02 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B73055CA0F; Mon, 29 Nov 2004 17:50:02 -0800 (PST) Date: Mon, 29 Nov 2004 17:50:02 -0800 From: Alfred Perlstein To: Scott Long Message-ID: <20041130015002.GK69608@elvis.mu.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA904F.708@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:50:03 -0000 * Scott Long [041128 18:57] wrote: > M. Warner Losh wrote: > >In message: <41AA86D1.7070105@freebsd.org> > > Scott Long writes: > >: For those who think that ease-of-use is important, please accept my > >: apologies. > > > >One could easily have a 'safeboot' command, which would disable all > >the things that the safe boot menu item used to do. > > > >Warner > > safeboot isn't the same as 'disable acpi'. It was actually quite useful > to disable ACPI but still leave ATA-DMA and SMP enabled. Agreed. -- - Alfred Perlstein From owner-cvs-src@FreeBSD.ORG Tue Nov 30 02:21:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD1A16A4CE for ; Tue, 30 Nov 2004 02:21:57 +0000 (GMT) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014CC43D1F for ; Tue, 30 Nov 2004 02:21:57 +0000 (GMT) (envelope-from dzerkel@columbus.rr.com) Received: from [192.168.2.29] (dhcp065-024-056-219.columbus.rr.com [65.24.56.219])iAU2LsHH010474 for ; Mon, 29 Nov 2004 21:21:54 -0500 (EST) Message-ID: <41ABD95A.7010202@columbus.rr.com> Date: Mon, 29 Nov 2004 21:22:18 -0500 From: "Danny J. Zerkel" User-Agent: Mozilla Thunderbird 0.9 (X11/20041123) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@freebsd.org References: <20041129120137.C94FF16A4D9@hub.freebsd.org> In-Reply-To: <20041129120137.C94FF16A4D9@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:21:57 -0000 cvs-src-request@freebsd.org wrote: >Send cvs-src mailing list submissions to > cvs-src@freebsd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/cvs-src >or, via email, send a message with subject or body 'help' to > cvs-src-request@freebsd.org > >You can reach the person managing the list at > cvs-src-owner@freebsd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of cvs-src digest..." > > >Today's Topics: > > 1. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Frank Mayhar) > 2. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Poul-Henning Kamp) > 3. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Scott Long) > 4. cvs commit: src/usr.bin/make Makefile lst.h > src/usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c > lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c > lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c ... > (Hartmut Brandt) > 5. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Gleb Smirnoff) > 6. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Mike Silbersack) > 7. cvs commit: src/sys/boot/i386/loader Makefile (Ruslan Ermilov) > 8. cvs commit: src/sbin/mount mntopts.h mount.8 mount.c > src/sbin/mount_std mount_std.8 (Ruslan Ermilov) > 9. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Alexey Dokuchaev) > 10. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Roman Kurakin) > 11. cvs commit: src/lib/libc/sys mount.2 statfs.2 > src/share/man/man7 security.7 src/share/man/man9 vfs_mount.9 > (Ruslan Ermilov) > 12. Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc > (Robert Watson) > 13. cvs commit: src/sys/boot/pc98/btx/btx btx.S (Takahashi Yoshihiro) > 14. cvs commit: src/sys/boot/pc98/loader Makefile > (Takahashi Yoshihiro) > 15. cvs commit: src/bin/ps ps.1 (Robert Watson) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Sun, 28 Nov 2004 22:34:55 -0800 (PST) >From: Frank Mayhar >Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc >To: Scott Long >Cc: cvs-src@freebsd.org >Message-ID: <200411290634.iAT6YtCm039835@realtime.exit.com> >Content-Type: text/plain; charset=US-ASCII > >Scott Long wrote: > > >> Disable the beastie menu. It offends some and annoys everyone else, and I'm >> frankly tired of the controversy. When people ask me why FreeBSD isn't user- >> friendly, I'll tell them that I tried. RIP. >> >> > >Dammit, Scott, some of us would have liked to keep it, seeing as how we consider those >offended and/or annoyed to be not worth our attention. > >Bring it back. At the very least make it so that we can turn it on if we want. > >And to those who are offended or annoyed by the beastie menu: Get a clue, learn a thing >or two and go hack it out if you hate it so damned much. It's not like you don't have >the source sitting there in front of you. (Better yet, learn that a text image of a >_cartoon_ isn't going to eat your soul.) This is particularly directed at the guy who >was so concerned about getting in trouble with his fellow believers-in-myths that he >whined to the mailing list rather than taking the trouble to fix it himself. > >(Stijn, personally I think that those "unfortunate questions" are worthy only of >being ignored. Scott, I would be happy to pick it up; shoot me a pointer to your bits >and pieces and I'll hack something together.) > >Tempest, meet teapot. > >Sorry, I've just had way too damned much of the "Christian morality" shoved in my face >lately. If these people want to believe that the Devil lives in their computer, let >them. > > Now that everybody is talking about it, and it might go away, I'm looking at how to turn on the color! Bring it back! I used to have a beastie splash screen, back in the day and missed it. I was very happy to have it come back, even if just in ASCII, with such great functionality. My vote -- yea Danny J. Zerkel dzerkel@columbus.rr.com From owner-cvs-src@FreeBSD.ORG Tue Nov 30 02:56:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94CFD16A4CE; Tue, 30 Nov 2004 02:56:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A99D43D55; Tue, 30 Nov 2004 02:56:53 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU2urnP052400; Tue, 30 Nov 2004 02:56:53 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU2urva052399; Tue, 30 Nov 2004 02:56:53 GMT (envelope-from marcel) Message-Id: <200411300256.iAU2urva052399@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 30 Nov 2004 02:56:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:56:53 -0000 marcel 2004-11-30 02:56:53 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb Makefile Log: s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files for libgdb and should do so here as well. Revision Changes Path 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 30 03:23:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52D016A4CE; Tue, 30 Nov 2004 03:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917AD43D1D; Tue, 30 Nov 2004 03:23:35 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU3NZwp053500; Tue, 30 Nov 2004 03:23:35 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU3NZrW053499; Tue, 30 Nov 2004 03:23:35 GMT (envelope-from bms) Message-Id: <200411300323.iAU3NZrW053499@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 30 Nov 2004 03:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:23:35 -0000 bms 2004-11-30 03:23:35 UTC FreeBSD src repository Modified files: sys/kern subr_param.c Log: Fix the build. Revision Changes Path 1.69 +2 -2 src/sys/kern/subr_param.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 03:25:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B968916A4CE; Tue, 30 Nov 2004 03:25:45 +0000 (GMT) Received: from daintree.corp.yahoo.com (daintree.corp.yahoo.com [216.145.52.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24CC43D3F; Tue, 30 Nov 2004 03:25:45 +0000 (GMT) (envelope-from peter@wemm.org) Received: by daintree.corp.yahoo.com (Postfix, from userid 2154) id 997AC19767; Mon, 29 Nov 2004 19:25:45 -0800 (PST) From: Peter Wemm To: Bruce M Simpson Date: Mon, 29 Nov 2004 19:25:44 -0800 User-Agent: KMail/1.7.1 References: <200411300323.iAU3NZrW053499@repoman.freebsd.org> In-Reply-To: <200411300323.iAU3NZrW053499@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291925.45161.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:25:45 -0000 On Monday 29 November 2004 07:23 pm, Bruce M Simpson wrote: > bms 2004-11-30 03:23:35 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_param.c > Log: > Fix the build. Reviewed by: dumbass who broke the build -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Tue Nov 30 05:12:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3B716A4CE; Tue, 30 Nov 2004 05:12:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C754D43D31; Tue, 30 Nov 2004 05:12:37 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU5Cbg3063505; Tue, 30 Nov 2004 05:12:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU5CbrV063504; Tue, 30 Nov 2004 05:12:37 GMT (envelope-from marcel) Message-Id: <200411300512.iAU5CbrV063504@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 30 Nov 2004 05:12:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb Makefile.incsrc/gnu/usr.bin/gdb/arch/alpha Makefile src/gnu/usr.bin/gdb/arch/amd64 Makefile src/gnu/usr.bin/gdb/arch/ia64 Makefile src/gnu/usr.bin/gdb/arch/sparc64 Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:12:38 -0000 marcel 2004-11-30 05:12:37 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb Makefile.inc gnu/usr.bin/gdb/arch/alpha Makefile gnu/usr.bin/gdb/arch/amd64 Makefile gnu/usr.bin/gdb/arch/i386 Makefile gnu/usr.bin/gdb/arch/ia64 Makefile gnu/usr.bin/gdb/arch/sparc64 Makefile gnu/usr.bin/gdb/gdb Makefile gnu/usr.bin/gdb/gdbtui Makefile gnu/usr.bin/gdb/kgdb Makefile gnu/usr.bin/gdb/libgdb Makefile Log: Makefile (only) changes to allow building a cross debugger. Revision Changes Path 1.11 +6 -0 src/gnu/usr.bin/gdb/Makefile.inc 1.2 +4 -2 src/gnu/usr.bin/gdb/arch/alpha/Makefile 1.2 +6 -4 src/gnu/usr.bin/gdb/arch/amd64/Makefile 1.3 +5 -3 src/gnu/usr.bin/gdb/arch/i386/Makefile 1.2 +4 -1 src/gnu/usr.bin/gdb/arch/ia64/Makefile 1.2 +4 -2 src/gnu/usr.bin/gdb/arch/sparc64/Makefile 1.43 +1 -1 src/gnu/usr.bin/gdb/gdb/Makefile 1.4 +1 -1 src/gnu/usr.bin/gdb/gdbtui/Makefile 1.3 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile 1.6 +18 -6 src/gnu/usr.bin/gdb/libgdb/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 30 06:18:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C28F16A4CE; Tue, 30 Nov 2004 06:18:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E941A43D45; Tue, 30 Nov 2004 06:18:46 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6IkQZ065610; Tue, 30 Nov 2004 06:18:46 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6IkQX065609; Tue, 30 Nov 2004 06:18:46 GMT (envelope-from njl) Message-Id: <200411300618.iAU6IkQX065609@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 06:18:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:18:47 -0000 njl 2004-11-30 06:18:46 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on cpu 0. Also, restructure cpu_reset to be cleaner (no functional change.) Revision Changes Path 1.245 +12 -66 src/sys/i386/i386/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 06:21:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DDA16A4CE; Tue, 30 Nov 2004 06:21:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2309243D5E; Tue, 30 Nov 2004 06:21:39 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6LdPG065807; Tue, 30 Nov 2004 06:21:39 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6Ld7g065806; Tue, 30 Nov 2004 06:21:39 GMT (envelope-from njl) Message-Id: <200411300621.iAU6Ld7g065806@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 06:21:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:21:39 -0000 njl 2004-11-30 06:21:38 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: Replace a printf with a KASSERT that we are indeed running on the BSP. Revision Changes Path 1.173 +1 -4 src/sys/kern/kern_shutdown.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 06:55:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8E016A4CE; Tue, 30 Nov 2004 06:55:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F6943D46; Tue, 30 Nov 2004 06:55:43 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6thQJ066951; Tue, 30 Nov 2004 06:55:43 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6th5L066950; Tue, 30 Nov 2004 06:55:43 GMT (envelope-from njl) Message-Id: <200411300655.iAU6th5L066950@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 06:55:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:55:43 -0000 njl 2004-11-30 06:55:43 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Make sure the link array is big enough to hold both _CRS and _PRS resource lists. It used to be sized based only on _CRS, hence _PRS could perform an out-of-bounds access if it was larger (i.e., when there are dependent functions). Add asserts to detect this case. Note, this is only a temporary fix and I believe _PRS and _CRS should have separate arrays. Also, fix a typo where the wrong irq was being check for the APIC case. Submitted by: tegge Revision Changes Path 1.36 +30 -8 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 07:35:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C538C16A4CE; Tue, 30 Nov 2004 07:35:18 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D682D43D2D; Tue, 30 Nov 2004 07:35:17 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU7ZEjk042203; Tue, 30 Nov 2004 09:35:14 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 39681-19; Tue, 30 Nov 2004 09:35:14 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU7ZENh042200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 09:35:14 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAU7ZGoT093272; Tue, 30 Nov 2004 09:35:16 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 09:35:16 +0200 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20041130073515.GA92857@ip.net.ua> References: <200411300256.iAU2urva052399@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200411300256.iAU2urva052399@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:35:18 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Marcel, On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: > marcel 2004-11-30 02:56:53 UTC >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/gdb/kgdb Makefile=20 > Log: > s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files > for libgdb and should do so here as well. > =20 > Revision Changes Path > 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile >=20 We use TARGET_ARCH only for cross-tools. Once upon a time, gdb was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. If it's not going to change then we should be using MACHINE_ARCH. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrCKzqRfpzJluFF4RArGBAKCVM+aBGu5w9KHErcRh9JWk6nt2VgCgjLQ7 3/se1SzqV1HoyKy3OzY5MTM= =kwnx -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 07:55:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4347616A4CE; Tue, 30 Nov 2004 07:55:51 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE3643D5C; Tue, 30 Nov 2004 07:55:50 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAU7toOi088829; Mon, 29 Nov 2004 23:55:50 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <20041130073515.GA92857@ip.net.ua> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 29 Nov 2004 23:55:51 -0800 To: Ruslan Ermilov X-Mailer: Apple Mail (2.619) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:55:51 -0000 On Nov 29, 2004, at 11:35 PM, Ruslan Ermilov wrote: > On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: >> marcel 2004-11-30 02:56:53 UTC >> >> FreeBSD src repository >> >> Modified files: >> gnu/usr.bin/gdb/kgdb Makefile >> Log: >> s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files >> for libgdb and should do so here as well. >> >> Revision Changes Path >> 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile >> > We use TARGET_ARCH only for cross-tools. Once upon a time, gdb > was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. > If it's not going to change then we should be using MACHINE_ARCH. I disagree. The fact that gdb is not a cross-tool in the buildworld sense of the meaning is because we don't need gdb to cross-build world. This does not mean that gdb cannot be a cross-tool from a developers point of view. In fact, it's really handy to be able to debug a kernel remotely when the debugger doesn't run on the same architecture as the kernel. I for one do not want to have 2 machines per architecture for the only reason that I want to debug a kernel remotely. So, I made some changes to work towards that goal. I see no problems or harm, especially since I'm not misusing TARGET_ARCH. The ability to build a cross-debugger is simply not utilized as part of a buildworld. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Tue Nov 30 08:00:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 178EC16A4CE; Tue, 30 Nov 2004 08:00:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC9543D31; Tue, 30 Nov 2004 08:00:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU80ErA069108; Tue, 30 Nov 2004 08:00:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU80EBA069107; Tue, 30 Nov 2004 08:00:14 GMT (envelope-from imp) Message-Id: <200411300800.iAU80EBA069107@repoman.freebsd.org> From: Warner Losh Date: Tue, 30 Nov 2004 08:00:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_pc98.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:00:15 -0000 imp 2004-11-30 08:00:14 UTC FreeBSD src repository Modified files: sys/geom geom_pc98.c Log: Reject tasting of this provider if the sector size isn't a multiple of 512. If I had an audio cdrom in my cd player when I booted my system, I'd get a panic from geom because you can't read 8192 bytes from an audio cdrom. Remove XXX comment about IPL1 and replace it with some information from my soon to be published web page on the pc98 disk layout. The IPL1 test was the result of an observation of a disk with FreeBSD's boot0 program. It was testing part of an area what appears to be reserved for a boot loader name, which comes after a jump over this area. I don't yet know if it is required to be any specific jump instruction, or if the destination has to be location 11. [1] [1] FreeBSD Press No. 13, page 115, poorly translated by myself. The picture there shows offset 8 as the destination of the jump, but FreeBSD's boot0 program has three padding NULs after the IPL1 name and uses a 16-bit 'jmp' instruction. Revision Changes Path 1.50 +6 -3 src/sys/geom/geom_pc98.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 08:35:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4C016A4CE; Tue, 30 Nov 2004 08:35:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6606343D49; Tue, 30 Nov 2004 08:35:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAU8XTe1044492; Tue, 30 Nov 2004 01:33:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Nov 2004 01:34:28 -0700 (MST) Message-Id: <20041130.013428.25281327.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:35:54 -0000 In message: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> Marcel Moolenaar writes: : On Nov 29, 2004, at 11:35 PM, Ruslan Ermilov wrote: : : > On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: : >> marcel 2004-11-30 02:56:53 UTC : >> : >> FreeBSD src repository : >> : >> Modified files: : >> gnu/usr.bin/gdb/kgdb Makefile : >> Log: : >> s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files : >> for libgdb and should do so here as well. : >> : >> Revision Changes Path : >> 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile : >> : > We use TARGET_ARCH only for cross-tools. Once upon a time, gdb : > was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. : > If it's not going to change then we should be using MACHINE_ARCH. : : I disagree. The fact that gdb is not a cross-tool in the buildworld : sense of the meaning is because we don't need gdb to cross-build world. : This does not mean that gdb cannot be a cross-tool from a developers : point of view. In fact, it's really handy to be able to debug a kernel : remotely when the debugger doesn't run on the same architecture as : the kernel. I for one do not want to have 2 machines per architecture : for the only reason that I want to debug a kernel remotely. So, I made : some changes to work towards that goal. I see no problems or harm, : especially since I'm not misusing TARGET_ARCH. The ability to build a : cross-debugger is simply not utilized as part of a buildworld. But MACHINE_ARCH is set correctly during the build of gdb when you've set TARGET_ARCH to build the rest of the world you need to build gdb with. Or am I missing something? Warner From owner-cvs-src@FreeBSD.ORG Tue Nov 30 08:45:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E63A16A4CE; Tue, 30 Nov 2004 08:45:51 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB59543D62; Tue, 30 Nov 2004 08:45:50 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.12.168] (pc168-12.icanncapetown.co.za[196.7.12.168]) by comcast.net (rwcrmhc13) with ESMTP id <2004113008454601500bcteve>; Tue, 30 Nov 2004 08:45:48 +0000 Message-ID: <41AC3332.7040809@DougBarton.net> Date: Tue, 30 Nov 2004 10:45:38 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> In-Reply-To: <200411290935.iAT9Z17L087708@repoman.freebsd.org> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@freebsd.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:45:51 -0000 Ruslan Ermilov wrote: > ru 2004-11-29 09:35:01 UTC > > FreeBSD src repository > > Modified files: > sbin/mount mntopts.h mount.8 mount.c > sbin/mount_std mount_std.8 > Log: > Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). > > Asked to commit by: phk > > Revision Changes Path > 1.23 +0 -2 src/sbin/mount/mntopts.h > 1.69 +1 -7 src/sbin/mount/mount.8 > 1.67 +0 -2 src/sbin/mount/mount.c > 1.23 +1 -2 src/sbin/mount_std/mount_std.8 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h FYI, this commit seems to have broken my line in fstab which has worked for a long time: md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 Is it useful for the nodev option to cause a hard failure here? Note, I'm not arguing against either change, just pointing out a side effect. HTH, Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Tue Nov 30 09:04:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F16416A4CE; Tue, 30 Nov 2004 09:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B65043D3F; Tue, 30 Nov 2004 09:04:41 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU94fQc078578; Tue, 30 Nov 2004 09:04:41 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU94fMK078577; Tue, 30 Nov 2004 09:04:41 GMT (envelope-from grehan) Message-Id: <200411300904.iAU94fMK078577@repoman.freebsd.org> From: Peter Grehan Date: Tue, 30 Nov 2004 09:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include psl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:04:41 -0000 grehan 2004-11-30 09:04:41 UTC FreeBSD src repository Modified files: sys/powerpc/include psl.h Log: Create a new definition, PSL_KERNSET, which is used for setting the MSR in kernel mode. Redefine PSL_USERSET in terms of this by or'ing in PSL_PR. Revision Changes Path 1.3 +2 -1 src/sys/powerpc/include/psl.h From owner-cvs-src@FreeBSD.ORG Tue Nov 30 09:05:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D2D016A4CE; Tue, 30 Nov 2004 09:05:59 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7012043D2D; Tue, 30 Nov 2004 09:05:58 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU95tWp047243; Tue, 30 Nov 2004 11:05:55 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 48506-10; Tue, 30 Nov 2004 11:05:54 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU95rPZ047240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 11:05:54 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAU95r9a000741; Tue, 30 Nov 2004 11:05:53 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 11:05:53 +0200 From: Ruslan Ermilov To: Doug Barton Message-ID: <20041130090553.GA691@ip.net.ua> References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> <41AC3332.7040809@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <41AC3332.7040809@DougBarton.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:05:59 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Doug, On Tue, Nov 30, 2004 at 10:45:38AM +0200, Doug Barton wrote: > Ruslan Ermilov wrote: > > ru 2004-11-29 09:35:01 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sbin/mount mntopts.h mount.8 mount.c=20 > > sbin/mount_std mount_std.8=20 > > Log: > > Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zer= o). > > =20 > > Asked to commit by: phk > > =20 > > Revision Changes Path > > 1.23 +0 -2 src/sbin/mount/mntopts.h > > 1.69 +1 -7 src/sbin/mount/mount.8 > > 1.67 +0 -2 src/sbin/mount/mount.c > > 1.23 +1 -2 src/sbin/mount_std/mount_std.8 > >=20 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1= =3D1.22&r2=3D1.23&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1= =3D1.68&r2=3D1.69&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1= =3D1.66&r2=3D1.67&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.di= ff?&r1=3D1.22&r2=3D1.23&f=3Dh >=20 > FYI, this commit seems to have broken my line in fstab which has worked f= or > a long time: >=20 > md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >=20 > Is it useful for the nodev option to cause a hard failure here? Note, I'm > not arguing against either change, just pointing out a side effect. >=20 There's no longer a "nodev" option, please ask Poul-Henning for details. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrDfxqRfpzJluFF4RAiTRAJwJKYExBlOli7Pnn6tFs/g9Ew+fwwCgkr5a UvRBuo6V3j8BoIKbBVgdDWs= =UZ1X -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 09:08:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05B316A4CE; Tue, 30 Nov 2004 09:08:07 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED53F43D46; Tue, 30 Nov 2004 09:08:06 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU986Ih047339; Tue, 30 Nov 2004 11:08:06 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 48681-14; Tue, 30 Nov 2004 11:08:05 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU985NW047336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 11:08:05 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAU984bo000761; Tue, 30 Nov 2004 11:08:04 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 11:08:04 +0200 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20041130090804.GB691@ip.net.ua> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline In-Reply-To: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:08:07 -0000 --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Marcel, On Mon, Nov 29, 2004 at 11:55:51PM -0800, Marcel Moolenaar wrote: > On Nov 29, 2004, at 11:35 PM, Ruslan Ermilov wrote: >=20 > >On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: > >>marcel 2004-11-30 02:56:53 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> gnu/usr.bin/gdb/kgdb Makefile > >> Log: > >> s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files > >> for libgdb and should do so here as well. > >> > >> Revision Changes Path > >> 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile > >> > >We use TARGET_ARCH only for cross-tools. Once upon a time, gdb > >was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. > >If it's not going to change then we should be using MACHINE_ARCH. >=20 > I disagree. The fact that gdb is not a cross-tool in the buildworld > sense of the meaning is because we don't need gdb to cross-build world. > This does not mean that gdb cannot be a cross-tool from a developers > point of view. In fact, it's really handy to be able to debug a kernel > remotely when the debugger doesn't run on the same architecture as > the kernel. I for one do not want to have 2 machines per architecture > for the only reason that I want to debug a kernel remotely. So, I made > some changes to work towards that goal. I see no problems or harm, > especially since I'm not misusing TARGET_ARCH. The ability to build a > cross-debugger is simply not utilized as part of a buildworld. >=20 As long as it's possible to build gdb(1) suitable for a different platform (eiher as part of cross-"buildworld" or manually), I'm happy -- this fits into my defitinion of a cross-tool. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrDh0qRfpzJluFF4RAvS7AJ42ZKJrN1Q67M3sMuAvxF1WaDZMBACcC7jt uXTPNdVsTDzy572aZSXWid4= =5PBm -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 09:40:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E55416A4CE; Tue, 30 Nov 2004 09:40:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A8C43D55; Tue, 30 Nov 2004 09:40:12 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU9eC2a079952; Tue, 30 Nov 2004 09:40:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU9eCLa079951; Tue, 30 Nov 2004 09:40:12 GMT (envelope-from imp) Message-Id: <200411300940.iAU9eCLa079951@repoman.freebsd.org> From: Warner Losh Date: Tue, 30 Nov 2004 09:40:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_pc98.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:40:12 -0000 imp 2004-11-30 09:40:11 UTC FreeBSD src repository Modified files: sys/geom geom_pc98.c Log: Add observations of the Linux98 and Grub/98 boot loaders. These observations lead me to believe that the convetion for pc98 boot loaders is to have a jump unstruction, followed by a string, followed by code. The jump usually doesn't have a nop after it and usually the string is NUL terminated, but Grub/98 breaks both of these rules. # I looked for, but failed to find the Minux boot blocks for PC-9801 port. Revision Changes Path 1.51 +15 -5 src/sys/geom/geom_pc98.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 10:17:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0FB16A4CE; Tue, 30 Nov 2004 10:17:11 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C439743D46; Tue, 30 Nov 2004 10:17:10 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.12.168] (pc168-12.icanncapetown.co.za[196.7.12.168]) by comcast.net (rwcrmhc11) with ESMTP id <2004113010170801300bvpp7e>; Tue, 30 Nov 2004 10:17:10 +0000 Message-ID: <41AC489E.7050108@DougBarton.net> Date: Tue, 30 Nov 2004 12:17:02 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> <41AC3332.7040809@DougBarton.net> <20041130090553.GA691@ip.net.ua> In-Reply-To: <20041130090553.GA691@ip.net.ua> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.csrc/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:17:11 -0000 Ruslan Ermilov wrote: > Hi Doug, > > On Tue, Nov 30, 2004 at 10:45:38AM +0200, Doug Barton wrote: > >>Ruslan Ermilov wrote: >> >>>ru 2004-11-29 09:35:01 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sbin/mount mntopts.h mount.8 mount.c >>> sbin/mount_std mount_std.8 >>> Log: >>> Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). >>> >>> Asked to commit by: phk >>> >>> Revision Changes Path >>> 1.23 +0 -2 src/sbin/mount/mntopts.h >>> 1.69 +1 -7 src/sbin/mount/mount.8 >>> 1.67 +0 -2 src/sbin/mount/mount.c >>> 1.23 +1 -2 src/sbin/mount_std/mount_std.8 >>> >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h >> >>FYI, this commit seems to have broken my line in fstab which has worked for >>a long time: >> >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >> >>Is it useful for the nodev option to cause a hard failure here? Note, I'm >>not arguing against either change, just pointing out a side effect. >> > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) Yes, I understand the mechanics, I'm just curious if you think that this should result in a fatal error. It sounds like you think that the answer to that is yes, which if that is the correct answer I'm fine with that. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Tue Nov 30 10:35:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B306A16A4CE; Tue, 30 Nov 2004 10:35:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EB343D49; Tue, 30 Nov 2004 10:35:05 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAZ5Xn082440; Tue, 30 Nov 2004 10:35:05 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAZ5OQ082439; Tue, 30 Nov 2004 10:35:05 GMT (envelope-from harti) Message-Id: <200411301035.iAUAZ5OQ082439@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 10:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make Makefile dir.c lst.h src/usr.bin/make/lst.lib lstAtEnd.c lstAtFront.c lstDatum.c lstEnQueue.c lstFind.c lstFirst.c lstForEach.c lstLast.c lstReplace.c lstSucc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:35:05 -0000 harti 2004-11-30 10:35:05 UTC FreeBSD src repository Modified files: usr.bin/make Makefile dir.c lst.h Removed files: usr.bin/make/lst.lib lstAtEnd.c lstAtFront.c lstDatum.c lstEnQueue.c lstFind.c lstFirst.c lstForEach.c lstLast.c lstReplace.c lstSucc.c Log: Change a couple of the primitve list functions to be macros. This changes the semantic of Lst_Datum which formerly returned NULL when the argument node was NULL. There was only one place in the source that relied on this so change that place. Revision Changes Path 1.38 +3 -5 src/usr.bin/make/Makefile 1.33 +4 -2 src/usr.bin/make/dir.c 1.18 +16 -9 src/usr.bin/make/lst.h 1.12 +0 -76 src/usr.bin/make/lst.lib/lstAtEnd.c (dead) 1.12 +0 -73 src/usr.bin/make/lst.lib/lstAtFront.c (dead) 1.12 +0 -74 src/usr.bin/make/lst.lib/lstDatum.c (dead) 1.12 +0 -75 src/usr.bin/make/lst.lib/lstEnQueue.c (dead) 1.15 +0 -71 src/usr.bin/make/lst.lib/lstFind.c (dead) 1.11 +0 -74 src/usr.bin/make/lst.lib/lstFirst.c (dead) 1.14 +0 -72 src/usr.bin/make/lst.lib/lstForEach.c (dead) 1.10 +0 -74 src/usr.bin/make/lst.lib/lstLast.c (dead) 1.12 +0 -75 src/usr.bin/make/lst.lib/lstReplace.c (dead) 1.11 +0 -76 src/usr.bin/make/lst.lib/lstSucc.c (dead) From owner-cvs-src@FreeBSD.ORG Tue Nov 30 11:35:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C08B16A4CE; Tue, 30 Nov 2004 11:35:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7758843D54; Tue, 30 Nov 2004 11:35:30 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUBZUcu084395; Tue, 30 Nov 2004 11:35:30 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUBZUet084394; Tue, 30 Nov 2004 11:35:30 GMT (envelope-from scottl) Message-Id: <200411301135.iAUBZUet084394@repoman.freebsd.org> From: Scott Long Date: Tue, 30 Nov 2004 11:35:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 11:35:30 -0000 scottl 2004-11-30 11:35:30 UTC FreeBSD src repository Modified files: sys/boot/ficl ficl.h loader.c Log: Instead of just not defining a bunch of words when TESTMAIN is set, provide stubs that at least handle the stack correctly. This makes it much easier to experiment with loader scripts from userland. Revision Changes Path 1.21 +2 -2 src/sys/boot/ficl/ficl.h 1.11 +43 -12 src/sys/boot/ficl/loader.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 12:02:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DB516A4CE; Tue, 30 Nov 2004 12:02:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE79043D31; Tue, 30 Nov 2004 12:02:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUC2rHo085212; Tue, 30 Nov 2004 12:02:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUC2rAd085211; Tue, 30 Nov 2004 12:02:53 GMT (envelope-from davidxu) Message-Id: <200411301202.iAUC2rAd085211@repoman.freebsd.org> From: David Xu Date: Tue, 30 Nov 2004 12:02:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:02:54 -0000 davidxu 2004-11-30 12:02:53 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: 1. use per-chain mutex instead of global mutex to reduce lock collision. 2. Fix two race conditions. One is between _umtx_unlock and signal, also a thread was marked TDF_UMTXWAKEUP by _umtx_unlock, it is possible a signal delivered to the thread will cause msleep returns EINTR, and the thread breaks out of loop, this causes umtx ownership is not transfered to the thread. Another is in _umtx_unlock itself, when the function sets the umtx to UMTX_UNOWNED state, a new thread can come in and lock the umtx, also the function tries to set contested bit flag, but it will fail. Although the function will wake a blocked thread, if that thread breaks out of loop by signal, no contested bit will be set. Revision Changes Path 1.17 +212 -115 src/sys/kern/kern_umtx.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 12:18:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B941516A4CF; Tue, 30 Nov 2004 12:18:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C3543D49; Tue, 30 Nov 2004 12:18:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCIrHE085801; Tue, 30 Nov 2004 12:18:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUCIrTj085800; Tue, 30 Nov 2004 12:18:53 GMT (envelope-from davidxu) Message-Id: <200411301218.iAUCIrTj085800@repoman.freebsd.org> From: David Xu Date: Tue, 30 Nov 2004 12:18:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:18:53 -0000 davidxu 2004-11-30 12:18:53 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Forgot to inline umtxq_unlock. Revision Changes Path 1.18 +1 -1 src/sys/kern/kern_umtx.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 12:24:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986B416A4CE; Tue, 30 Nov 2004 12:24:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852EB43D2D; Tue, 30 Nov 2004 12:24:35 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCOUiI049517; Tue, 30 Nov 2004 12:24:32 GMT (envelope-from davidxu@freebsd.org) Message-ID: <41AC667E.7030108@freebsd.org> Date: Tue, 30 Nov 2004 20:24:30 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200411301202.iAUC2rAd085211@repoman.freebsd.org> In-Reply-To: <200411301202.iAUC2rAd085211@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:24:35 -0000 Thanks to jhb@, he had reviewed earlier version for me. David Xu wrote: >davidxu 2004-11-30 12:02:53 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_umtx.c > Log: > 1. use per-chain mutex instead of global mutex to reduce > lock collision. > 2. Fix two race conditions. One is between _umtx_unlock and signal, > also a thread was marked TDF_UMTXWAKEUP by _umtx_unlock, it is > possible a signal delivered to the thread will cause msleep > returns EINTR, and the thread breaks out of loop, this causes > umtx ownership is not transfered to the thread. Another is in > _umtx_unlock itself, when the function sets the umtx to > UMTX_UNOWNED state, a new thread can come in and lock the umtx, > also the function tries to set contested bit flag, but it will > fail. Although the function will wake a blocked thread, if that > thread breaks out of loop by signal, no contested bit will be set. > > Revision Changes Path > 1.17 +212 -115 src/sys/kern/kern_umtx.c > > > > From owner-cvs-src@FreeBSD.ORG Tue Nov 30 14:13:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4619116A4CF; Tue, 30 Nov 2004 14:13:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2329F43D41; Tue, 30 Nov 2004 14:13:34 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEDYdC095641; Tue, 30 Nov 2004 14:13:34 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUEDXbq095640; Tue, 30 Nov 2004 14:13:33 GMT (envelope-from den) Message-Id: <200411301413.iAUEDXbq095640@repoman.freebsd.org> From: Denis Peplin Date: Tue, 30 Nov 2004 14:13:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:13:34 -0000 den 2004-11-30 14:13:33 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/errata article.sgml Log: Update to 1.69.2.15 Revision Changes Path 1.1.2.3 +17 -4 src/release/doc/ru_RU.KOI8-R/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Tue Nov 30 14:27:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C900416A4CE; Tue, 30 Nov 2004 14:27:33 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D6843D49; Tue, 30 Nov 2004 14:27:33 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 2C0665312; Tue, 30 Nov 2004 15:27:32 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 551075310; Tue, 30 Nov 2004 15:27:25 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 18812B85E; Tue, 30 Nov 2004 15:27:25 +0100 (CET) To: Scott Long References: <200411301135.iAUBZUet084394@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 30 Nov 2004 15:27:25 +0100 In-Reply-To: <200411301135.iAUBZUet084394@repoman.freebsd.org> (Scott Long's message of "Tue, 30 Nov 2004 11:35:30 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:27:34 -0000 Scott Long writes: > Log: > Instead of just not defining a bunch of words when TESTMAIN is set, pro= vide > stubs that at least handle the stack correctly. This makes it much eas= ier to > experiment with loader scripts from userland. How do you do that? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Nov 30 14:41:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BE016A4CE; Tue, 30 Nov 2004 14:41:59 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3394543D31; Tue, 30 Nov 2004 14:41:59 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iAUEdqEW046864; Tue, 30 Nov 2004 09:39:52 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iAUEdqEI046861; Tue, 30 Nov 2004 14:39:52 GMT (envelope-from robert@fledge.watson.org) Date: Tue, 30 Nov 2004 14:39:52 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Doug Barton In-Reply-To: <41AC489E.7050108@DougBarton.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:41:59 -0000 On Tue, 30 Nov 2004, Doug Barton wrote: > >>FYI, this commit seems to have broken my line in fstab which has worked for > >>a long time: > >> > >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 > >> > >>Is it useful for the nodev option to cause a hard failure here? Note, I'm > >>not arguing against either change, just pointing out a side effect. > > > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) > > Yes, I understand the mechanics, I'm just curious if you think that this > should result in a fatal error. It sounds like you think that the answer > to that is yes, which if that is the correct answer I'm fine with that. I think a reasonable alternative would be for use of the nodev option to silently no-op in all cases but (perhaps) devfs, since the behavior described for nodev is in fact now simply the way the system behaves. Maybe the middle ground is to print a warning? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Tue Nov 30 14:59:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A24EE16A4CE; Tue, 30 Nov 2004 14:59:04 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A3543D46; Tue, 30 Nov 2004 14:59:04 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAUF2Xjt007387; Tue, 30 Nov 2004 08:02:33 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AC8AD0.3080502@freebsd.org> Date: Tue, 30 Nov 2004 07:59:28 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200411301135.iAUBZUet084394@repoman.freebsd.org> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:59:04 -0000 Dag-Erling Smørgrav wrote: > Scott Long writes: > >> Log: >> Instead of just not defining a bunch of words when TESTMAIN is set, provide >> stubs that at least handle the stack correctly. This makes it much easier to >> experiment with loader scripts from userland. > > > How do you do that? > > DES Go to /sys/boot/ficl and do 'make testmain'. That will give you the interpreter in the form of the ./testmain binary. There are still some pieces missing that prevent support.4th from loading, so you won't have the 'include', 'boot', or 'reboot' keywords. I make up for this by doing the following: init.4th: : boot drop exit ; : reboot drop exit ; load screen.4th load frames.4th load beastie.4th This also means that you need to comment out the 'include' lines in beastie.4th. Again, it's not perfect, but it's enough to do useful prototyping and experimentation. The 'getenv' word will also always return -1 (meaning the requested variable was not found) since it's just stubbed out. Scott From owner-cvs-src@FreeBSD.ORG Tue Nov 30 15:22:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B32D316A4CE for ; Tue, 30 Nov 2004 15:22:39 +0000 (GMT) Received: from worldonline.de (pool-64-223-56-64.prov.east.verizon.net [64.223.56.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73FCF43D48 for ; Tue, 30 Nov 2004 15:22:38 +0000 (GMT) (envelope-from nellwilkerson_wi@ccu.umanitoba.ca) From: "Nell B. Wilkerson" User-Agent: Mozilla/5.032 (Windows; U; Windows NT 5.0; U; NT4.0; en-us) Gecko/25250101 To: cvs-src@freebsd.org Message-ID: <41AC8FA7.1053E218@ccu.umanitoba.ca> Date: Tue, 30 Nov 2004 15:20:07 +0000 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: You will not find P^rescription Dr#ugs cheaper anywhere else X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:22:39 -0000 SAV.E 7.0.% on R.X Medica.tion TODAY! Orde.r all your R.X Me.dication directly from FD.A-approved manufacturers in India. Over 60 p.roducts to choose from. Average ship.ping from India takes 2-4 weeks. However our price.s and quality make it worth the wait. All package.s are ship.ped discreetly by Airmail W.ORLDWIDE. [1]Choose your m.edication, point, click, or.der and you're done. Your medicatio.n is on it's way. No prescri.ption required! [2]CLI.CK H.ERE N.OW! [3]Re.move References 1. http://bargainersmoved.com/?a=603 2. http://bargainersmoved.com/?a=603 3. http://bargainersmoved.com/?a=603 From owner-cvs-src@FreeBSD.ORG Tue Nov 30 15:30:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807F516A4CE; Tue, 30 Nov 2004 15:30:34 +0000 (GMT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D411F43D60; Tue, 30 Nov 2004 15:30:33 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1CZ9xX-0000tL-03; Tue, 30 Nov 2004 16:30:31 +0100 Received: from Andro-Beta.Leidinger.net (SUawgaZYZeYMyi4Rkhvheyhthc+a5mlUQMDFidgZupVvqIBzZsGqoV@[84.128.201.219]) by fmrl07.sul.t-online.com with esmtp id 1CZ9xG-23Z2fo0; Tue, 30 Nov 2004 16:30:14 +0100 Received: from Andro-Beta.Leidinger.net (localhost [127.0.0.1]) iAUFU5wo055646; Tue, 30 Nov 2004 16:30:05 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: (from www@localhost)iAUFU5pq055645; Tue, 30 Nov 2004 16:30:05 +0100 (CET) (envelope-from Alexander@Leidinger.net) X-Authentication-Warning: Andro-Beta.Leidinger.net: www set sender to Alexander@Leidinger.net using -f Received: from 141.113.101.32 ([141.113.101.32]) by netchild.homeip.net (IMP) with HTTP for ; Tue, 30 Nov 2004 16:30:05 +0100 Message-ID: <1101828605.41ac91fd4678c@netchild.homeip.net> Date: Tue, 30 Nov 2004 16:30:05 +0100 From: Alexander Leidinger To: Scott Long References: <200411301135.iAUBZUet084394@repoman.freebsd.org> <41AC8AD0.3080502@freebsd.org> In-Reply-To: <41AC8AD0.3080502@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.6 / FreeBSD-4.10 X-Originating-IP: 141.113.101.32 X-ID: SUawgaZYZeYMyi4Rkhvheyhthc+a5mlUQMDFidgZupVvqIBzZsGqoV@t-dialin.net X-TOI-MSGID: 6ee8efb8-8e12-41ae-a550-bf97c83e3e58 cc: Dag-Erling =?iso-8859-1?b?U234cmdyYXY=?= cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:30:34 -0000 Zitat von Scott Long : > > How do you do that? [HOWTO] > Again, it's not perfect, but it's enough to do useful prototyping and > experimentation. The 'getenv' word will also always return -1 (meaning > the requested variable was not found) since it's just stubbed out. What about adding this to the man-page? This way interested souls don't get scared to have to reboot every time they want to test a change. Bye, Alexander. -- http://www.Leidinger.net/ Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org/ netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-src@FreeBSD.ORG Tue Nov 30 15:33:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C593616A4CE; Tue, 30 Nov 2004 15:33:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A012A43D5A; Tue, 30 Nov 2004 15:33:18 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFXINU098424; Tue, 30 Nov 2004 15:33:18 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFXIRW098423; Tue, 30 Nov 2004 15:33:18 GMT (envelope-from harti) Message-Id: <200411301533.iAUFXIRW098423@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 15:33:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/usr.bin/make Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:33:19 -0000 harti 2004-11-30 15:33:18 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/make Makefile Log: Chmod the shell testscript to be executable if it isn't already. According to the CVS-Meisters x-mode just happens to work, but is not guaranteed to do so. Try to be on the safe side. Revision Changes Path 1.24 +1 -0 src/tools/regression/usr.bin/make/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 30 15:35:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0561616A4CE; Tue, 30 Nov 2004 15:35:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58A243D1D; Tue, 30 Nov 2004 15:35:51 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFZp5h098568; Tue, 30 Nov 2004 15:35:51 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFZpCt098567; Tue, 30 Nov 2004 15:35:51 GMT (envelope-from harti) Message-Id: <200411301535.iAUFZpCt098567@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 15:35:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.c job.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:35:52 -0000 harti 2004-11-30 15:35:51 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h Log: Constify the array of predefined shells. It turns out that we need two versions of the structure definition for this: one with const char pointers, because otherwise gcc won't let us initialize the fields with constant strings, and one without the const, because we need to work with the structure. Revision Changes Path 1.61 +36 -21 src/usr.bin/make/job.c 1.27 +27 -24 src/usr.bin/make/job.h From owner-cvs-src@FreeBSD.ORG Tue Nov 30 16:16:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E684F16A4CE; Tue, 30 Nov 2004 16:16:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C7643D41; Tue, 30 Nov 2004 16:16:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGGYSe000220; Tue, 30 Nov 2004 16:16:34 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGGYbW000218; Tue, 30 Nov 2004 16:16:34 GMT (envelope-from brueffer) Message-Id: <200411301616.iAUGGYbW000218@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 30 Nov 2004 16:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:16:35 -0000 brueffer 2004-11-30 16:16:34 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Log: MLINK crypto.4 to cryptodev.4 Stumbled upon by: markus MFC after: 3 days Revision Changes Path 1.296 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 30 16:41:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E4716A4CE; Tue, 30 Nov 2004 16:41:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FEAB43D39; Tue, 30 Nov 2004 16:41:40 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGfeRk001331; Tue, 30 Nov 2004 16:41:40 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGfecv001330; Tue, 30 Nov 2004 16:41:40 GMT (envelope-from wollman) Message-Id: <200411301641.iAUGfecv001330@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 30 Nov 2004 16:41:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ncal Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:41:40 -0000 wollman 2004-11-30 16:41:40 UTC FreeBSD src repository Modified files: usr.bin/ncal Makefile Log: Use ?= with WARNS. Requested by: ru Revision Changes Path 1.7 +1 -1 src/usr.bin/ncal/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 30 16:47:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582A816A4CE; Tue, 30 Nov 2004 16:47:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3253C43D55; Tue, 30 Nov 2004 16:47:28 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGlSGW008003; Tue, 30 Nov 2004 16:47:28 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGlSsq008002; Tue, 30 Nov 2004 16:47:28 GMT (envelope-from wollman) Message-Id: <200411301647.iAUGlSsq008002@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 30 Nov 2004 16:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/ncal Makefile ncal.1 ncal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:47:28 -0000 wollman 2004-11-30 16:47:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/ncal Makefile ncal.1 ncal.c Log: MFC: add a `-m' flag to specify the month without specifying the year. Revision Changes Path 1.5.2.1 +1 -0 src/usr.bin/ncal/Makefile 1.16.2.1 +13 -3 src/usr.bin/ncal/ncal.1 1.18.8.1 +31 -25 src/usr.bin/ncal/ncal.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:19:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F7D16A4CF; Tue, 30 Nov 2004 17:19:13 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEBB43D48; Tue, 30 Nov 2004 17:19:13 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CZBei-000OjH-46; Tue, 30 Nov 2004 17:19:12 +0000 Date: Tue, 30 Nov 2004 17:19:12 +0000 From: Ceri Davies To: Robert Watson Message-ID: <20041130171911.GR60679@submonkey.net> Mail-Followup-To: Ceri Davies , Robert Watson , Doug Barton , Ruslan Ermilov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, phk@FreeBSD.org References: <41AC489E.7050108@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LfQcPIWFRhGivmDw" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: Ruslan Ermilov cc: phk@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:19:14 -0000 --LfQcPIWFRhGivmDw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 02:39:52PM +0000, Robert Watson wrote: >=20 > On Tue, 30 Nov 2004, Doug Barton wrote: >=20 > > >>FYI, this commit seems to have broken my line in fstab which has work= ed for > > >>a long time: > > >> > > >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev= 2 0 > > >> > > >>Is it useful for the nodev option to cause a hard failure here? Note,= I'm > > >>not arguing against either change, just pointing out a side effect. > > >=20 > > > There's no longer a "nodev" option, please ask Poul-Henning for detai= ls. ;) > >=20 > > Yes, I understand the mechanics, I'm just curious if you think that this > > should result in a fatal error. It sounds like you think that the answer > > to that is yes, which if that is the correct answer I'm fine with that.= =20 >=20 > I think a reasonable alternative would be for use of the nodev option to > silently no-op in all cases but (perhaps) devfs, since the behavior > described for nodev is in fact now simply the way the system behaves. > Maybe the middle ground is to print a warning? If it's intended behaviour then it's probably ok as is for -HEAD. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --LfQcPIWFRhGivmDw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrKuPocfcwTS3JF8RAopXAJ9Ar889lS4SbLW2atQX5SbfQYi2YQCgq8ch 1HGRw/XCXKbzgz3VbdTot+8= =3JEg -----END PGP SIGNATURE----- --LfQcPIWFRhGivmDw-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:39:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE3016A4CE; Tue, 30 Nov 2004 17:39:06 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFB843D41; Tue, 30 Nov 2004 17:39:04 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 21F13ACB34; Tue, 30 Nov 2004 18:39:02 +0100 (CET) Date: Tue, 30 Nov 2004 18:39:02 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20041130173902.GA56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <200411232226.iANMQioc077290@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:39:06 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 23, 2004 at 10:26:44PM +0000, John Baldwin wrote: +> jhb 2004-11-23 22:26:44 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/dev/acpica acpi_pci_link.c acpi_pcib.c=20 +> acpi_pcib_acpi.c acpi_pcib_pci.c=20 +> acpi_pcibvar.h=20 +> Log: +> Rework the ACPI PCI link code. [...] Is this related to: FreeBSD 6.0-CURRENT #14: Tue Nov 30 18:17:51 CET 1999 root@slayer.hell.invalid:/usr/obj/usr/src/HEAD/src/sys/LCF Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.76-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf24 Stepping =3D 4 Features=3D0x3febfbff Hyperthreading: 2 logical CPUs real memory =3D 1073741824 (1024 MB) avail memory =3D 1046126592 (997 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) can't fetch resources for \_SB_.LN1_ - AE_AML_INVALID_RESOURCE_TYPE acpi_ec0: port 0xca7,0xca6 on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_button0: on acpi0 pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pci_link1: irq 16 on acpi0 panic: _sx_xlock (ACPI PCI link): xlock already held @ /usr/src/HEAD/src/sy= s/modules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:297 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,c0721440,c1f7f2a0) at kdb_enter+0x2c panic(c05d022e,c05bb298,c071cdb6,c071cdeb,129) at panic+0x17f _sx_xlock(c0721440,c071cdeb,129,c1f1e680,0) at _sx_xlock+0x9b acpi_pci_link_attach(c1f1e680,c1f1e680,c1f7a500,c1f1ee00,c0820cc8) at acpi_= pci_link_attach+0x27 device_attach(c1f1e680,0,c0820d04,c0708d72,c1f1ee00) at device_attach+0x1be bus_generic_attach(c1f1ee00,61f,600,c1f3e728,4) at bus_generic_attach+0x12 acpi_attach(c1f1ee00,c1f1ee00,c1f1f000,c1f16dc0,c0820d2c) at acpi_attach+0x= 546 device_attach(c1f1ee00,c1f1f000,c0820d40,c05a5247,c1f1f000) at device_attac= h+0x1be bus_generic_attach(c1f1f000,c1f1f000,c1f1f04c,c0820d58,c04ab18e) at bus_gen= eric_attach+0x12 nexus_attach(c1f1f000,c1f1f000,c1e70e70,0,c0820d68) at nexus_attach+0x13 device_attach(c1f1f000,c0606650,c0820d7c,c0594f2f,c1e81e00) at device_attac= h+0x1be root_bus_configure(c1e81e00,c05e5efb,0,c0820d98,c0472337) at root_bus_confi= gure+0x16 configure(0,c1e70f70,81ec00,81e000,828000) at configure+0x1b mi_startup() at mi_startup+0xb3 begin() at begin+0x2c db>=20 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrLA2ForvXbEpPzQRApYWAKDac2mBOQ0kykp11UavPVQbHQKf+ACfXuKd 0o3d87hjIcGMu5QRTRRxUJg= =JIhd -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:46:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0ABD16A4CE; Tue, 30 Nov 2004 17:46:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A311A43D48; Tue, 30 Nov 2004 17:46:29 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHkTKU010111; Tue, 30 Nov 2004 17:46:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHkT07010110; Tue, 30 Nov 2004 17:46:29 GMT (envelope-from harti) Message-Id: <200411301746.iAUHkT07010110@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 17:46:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c buf.c buf.h compat.c cond.c dir.c dir.h for.c hash.c hash.h job.c job.h main.c make.c parse.c str.c suff.c targ.c util.c var.c var.h var_modify.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDeQueue.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:46:30 -0000 harti 2004-11-30 17:46:29 UTC FreeBSD src repository Modified files: usr.bin/make arch.c buf.c buf.h compat.c cond.c dir.c dir.h for.c hash.c hash.h job.c job.h main.c make.c parse.c str.c suff.c targ.c util.c var.c var.h var_modify.c usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c lstInsert.c lstIsAtEnd.c lstNext.c lstOpen.c lstRemove.c Log: Stylification: missing spaces, extra space after function names, casts and the sizeof operator, missing empty lines, void casts, extra empty lines. Checked by: diff on make *.o lst.lib/*.o Submitted by: Max Okumoto (partly) Revision Changes Path 1.35 +121 -125 src/usr.bin/make/arch.c 1.19 +40 -39 src/usr.bin/make/buf.c 1.13 +1 -1 src/usr.bin/make/buf.h 1.40 +60 -59 src/usr.bin/make/compat.c 1.29 +57 -57 src/usr.bin/make/cond.c 1.34 +107 -100 src/usr.bin/make/dir.c 1.12 +1 -1 src/usr.bin/make/dir.h 1.23 +34 -38 src/usr.bin/make/for.c 1.19 +7 -6 src/usr.bin/make/hash.c 1.13 +2 -2 src/usr.bin/make/hash.h 1.62 +143 -135 src/usr.bin/make/job.c 1.28 +0 -2 src/usr.bin/make/job.h 1.13 +2 -2 src/usr.bin/make/lst.lib/lstAppend.c 1.14 +3 -2 src/usr.bin/make/lst.lib/lstConcat.c 1.13 +2 -2 src/usr.bin/make/lst.lib/lstDeQueue.c 1.16 +5 -5 src/usr.bin/make/lst.lib/lstDestroy.c 1.16 +3 -3 src/usr.bin/make/lst.lib/lstDupl.c 1.16 +2 -2 src/usr.bin/make/lst.lib/lstFindFrom.c 1.16 +4 -4 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.13 +2 -2 src/usr.bin/make/lst.lib/lstInsert.c 1.10 +1 -1 src/usr.bin/make/lst.lib/lstIsAtEnd.c 1.12 +1 -1 src/usr.bin/make/lst.lib/lstNext.c 1.11 +2 -2 src/usr.bin/make/lst.lib/lstOpen.c 1.13 +1 -1 src/usr.bin/make/lst.lib/lstRemove.c 1.102 +39 -38 src/usr.bin/make/main.c 1.26 +93 -84 src/usr.bin/make/make.c 1.60 +211 -197 src/usr.bin/make/parse.c 1.30 +24 -23 src/usr.bin/make/str.c 1.30 +216 -213 src/usr.bin/make/suff.c 1.27 +84 -75 src/usr.bin/make/targ.c 1.13 +22 -19 src/usr.bin/make/util.c 1.49 +129 -129 src/usr.bin/make/var.c 1.2 +2 -2 src/usr.bin/make/var.h 1.3 +29 -27 src/usr.bin/make/var_modify.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:48:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF4516A4CE; Tue, 30 Nov 2004 17:48:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCC643D5A; Tue, 30 Nov 2004 17:48:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHmAHP010162; Tue, 30 Nov 2004 17:48:10 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHmAiK010161; Tue, 30 Nov 2004 17:48:10 GMT (envelope-from njl) Message-Id: <200411301748.iAUHmAiK010161@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 17:48:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:48:11 -0000 njl 2004-11-30 17:48:10 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Don't bother locking in attach(). At boot time, we're single-threaded anyway and for some reason, witness seems confused about what's already locked and triggers a false panic. Revision Changes Path 1.37 +1 -4 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:49:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7048416A4CE; Tue, 30 Nov 2004 17:49:36 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156CC43D5D; Tue, 30 Nov 2004 17:49:36 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iAUHndp8029901; Tue, 30 Nov 2004 12:49:39 -0500 Message-ID: <41ACB2A3.1010107@root.org> Date: Tue, 30 Nov 2004 09:49:23 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> In-Reply-To: <20041130173902.GA56431@darkness.comp.waw.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:49:36 -0000 Pawel Jakub Dawidek wrote: > On Tue, Nov 23, 2004 at 10:26:44PM +0000, John Baldwin wrote: > +> jhb 2004-11-23 22:26:44 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/dev/acpica acpi_pci_link.c acpi_pcib.c > +> acpi_pcib_acpi.c acpi_pcib_pci.c > +> acpi_pcibvar.h > +> Log: > +> Rework the ACPI PCI link code. > [...] > > Is this related to: > > FreeBSD 6.0-CURRENT #14: Tue Nov 30 18:17:51 CET 1999 > root@slayer.hell.invalid:/usr/obj/usr/src/HEAD/src/sys/LCF > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.76-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 > Features=0x3febfbff > Hyperthreading: 2 logical CPUs > real memory = 1073741824 (1024 MB) > avail memory = 1046126592 (997 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 6 > cpu3 (AP): APIC ID: 7 > MADT: Forcing active-low polarity and level trigger for SCI > ioapic0 irqs 0-15 on motherboard > ioapic1 irqs 16-31 on motherboard > npx0: [FAST] > npx0: on motherboard > npx0: INT 16 interface > acpi0: on motherboard > acpi0: Power Button (fixed) > can't fetch resources for \_SB_.LN1_ - AE_AML_INVALID_RESOURCE_TYPE > acpi_ec0: port 0xca7,0xca6 on acpi0 > Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 > cpu0: on acpi0 > cpu1: on acpi0 > cpu2: on acpi0 > cpu3: on acpi0 > acpi_button0: on acpi0 > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pci_link1: irq 16 on acpi0 > panic: _sx_xlock (ACPI PCI link): xlock already held @ /usr/src/HEAD/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:297 > cpuid = 0 > KDB: enter: panic > [thread pid 0 tid 0 ] > Stopped at kdb_enter+0x2c: leave > This is a fake panic I think. In any case, there is no need to lock in attach since the the boot code is single-threaded. I committed this change. There is another error above for LN1_ that should be examined separately. -Nate From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:51:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEFE16A4CE; Tue, 30 Nov 2004 17:51:28 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5A843D41; Tue, 30 Nov 2004 17:51:27 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id ADA2B1A; Tue, 30 Nov 2004 18:51:26 +0100 (CET) Date: Tue, 30 Nov 2004 18:51:26 +0100 From: Andrea Campi To: Ceri Davies , Robert Watson , Doug Barton , Ruslan Ermilov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, phk@FreeBSD.org Message-ID: <20041130175126.GD12379@webcom.it> References: <41AC489E.7050108@DougBarton.net> <20041130171911.GR60679@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041130171911.GR60679@submonkey.net> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:51:28 -0000 On Tue, Nov 30, 2004 at 05:19:12PM +0000, Ceri Davies wrote: > > > >>Is it useful for the nodev option to cause a hard failure here? Note, I'm > > > >>not arguing against either change, just pointing out a side effect. > > > > > > > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) > > > > > > Yes, I understand the mechanics, I'm just curious if you think that this > > > should result in a fatal error. It sounds like you think that the answer > > > to that is yes, which if that is the correct answer I'm fine with that. > > > > I think a reasonable alternative would be for use of the nodev option to > > silently no-op in all cases but (perhaps) devfs, since the behavior > > described for nodev is in fact now simply the way the system behaves. > > Maybe the middle ground is to print a warning? > > If it's intended behaviour then it's probably ok as is for -HEAD. ... although a HEADSUP would be nice... Still, it was my impression that phk@ was trying to do what Robert suggested. -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. From owner-cvs-src@FreeBSD.ORG Tue Nov 30 17:53:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0D316A4D1 for ; Tue, 30 Nov 2004 17:53:41 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D575143D48 for ; Tue, 30 Nov 2004 17:53:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1593 invoked from network); 30 Nov 2004 17:53:40 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 30 Nov 2004 17:53:40 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iAUHrJ0A088272; Tue, 30 Nov 2004 12:53:35 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 30 Nov 2004 12:53:26 -0500 User-Agent: KMail/1.6.2 References: <200411300655.iAU6th5L066950@repoman.freebsd.org> In-Reply-To: <200411300655.iAU6th5L066950@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200411301253.26797.jhb@FreeBSD.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:53:41 -0000 On Tuesday 30 November 2004 01:55 am, Nate Lawson wrote: > njl 2004-11-30 06:55:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Make sure the link array is big enough to hold both _CRS and _PRS > resource lists. It used to be sized based only on _CRS, hence _PRS could > perform an out-of-bounds access if it was larger (i.e., when there are > dependent functions). Add asserts to detect this case. Note, this is > only a temporary fix and I believe _PRS and _CRS should have separate > arrays. > > Also, fix a typo where the wrong irq was being check for the APIC case. > > Submitted by: tegge The real fix is not separate arrays per se but real dependent function support. We need a resource management concept of resource sets, so that each set of dependent resources with a dependent start/end pair are considered a set, and a driver can query 1) how many sets there are and 2) set the current set of resources. Trying to use more resources than are in _CRS is probably a bug and might break _SRS on these machines. Hmm, also, the code assumes when doing _SRS that the link indices are the resource indices, so you just broke _SRS for any link devices that have a non-IRQ resource. :( What I think we should do for now is to only include the first resource set as the current resources for an ACPI device that has multiple resource sets instead of just including all the resources. I'll try to work on this. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Nov 30 18:07:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5D616A4CE; Tue, 30 Nov 2004 18:07:15 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0DE43D5A; Tue, 30 Nov 2004 18:07:14 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUI7BXC052203; Tue, 30 Nov 2004 19:07:11 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 11:05:53 +0200." <20041130090553.GA691@ip.net.ua> Date: Tue, 30 Nov 2004 19:07:11 +0100 Message-ID: <52202.1101838031@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:07:15 -0000 In message <20041130090553.GA691@ip.net.ua>, Ruslan Ermilov writes: >> FYI, this commit seems to have broken my line in fstab which has worked f >or >> a long time: >> >> md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >> >> Is it useful for the nodev option to cause a hard failure here? Note, I'm >> not arguing against either change, just pointing out a side effect. >> >There's no longer a "nodev" option, please ask Poul-Henning for details. ;) The reason I did not remove MNT_NODEV but only #defined it to zero was to make it silently ignored. -- 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 Tue Nov 30 18:42:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E4816A4CE; Tue, 30 Nov 2004 18:42:27 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD1A43D54; Tue, 30 Nov 2004 18:42:26 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id C6AD3ACB34; Tue, 30 Nov 2004 19:42:24 +0100 (CET) Date: Tue, 30 Nov 2004 19:42:24 +0100 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20041130184224.GB56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline In-Reply-To: <41ACB2A3.1010107@root.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:42:27 -0000 --JP+T4n/bALQSJXh8 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 09:49:23AM -0800, Nate Lawson wrote: +> Pawel Jakub Dawidek wrote: +> >panic: _sx_xlock (ACPI PCI link): xlock already held @=20 +> >/usr/src/HEAD/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_pci_li= nk.c:297 +>=20 +> This is a fake panic I think. In any case, there is no need to lock in= =20 +> attach since the the boot code is single-threaded. I committed this cha= nge. +>=20 +> There is another error above for LN1_ that should be examined separately. Here is another: panic: Lock ACPI PCI link not exclusively locked @ /usr/src/HEAD/src/sys/mo= dules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:153 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,4,c0721440) at kdb_enter+0x2c panic(c05d029d,c071ccf6,c071cd2b,99,c071cd2b) at panic+0x17f _sx_assert(c0721440,4,c071cd2b,99,c1f79080) at _sx_assert+0x132 link_add_crs(c1f79080,c0820c80,38,c1f79080,c1f1ee00) at link_add_crs+0x21 [...] After removing assertion there we have another one: panic: Lock ACPI PCI link not exclusively locked @ /usr/src/HEAD/src/sys/mo= dules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:194 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,4,c0721440) at kdb_enter+0x2c panic(c05d029d,c071ccd6,c071cd4a,c2,c071cd4a) at panic+0x17f _sx_assert(c0721440,4,c071cd4a,c2,c1f79040) at _sx_assert+0x132 link_add_prs(c1f79040,c0820c80,38,c1f79040,c1f1ee00) at link_add_prs+0x22 [...] and next one: panic: Lock ACPI PCI link not exclusively locked @ /usr/src/HEAD/src/sys/mo= dules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:242 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,4,c0721440) at kdb_enter+0x2c panic(c05d029d,c071cc96,c071cd31,f2,c071cd31) at panic+0x17f _sx_assert(c0721440,4,c071cd31,f2,0) at _sx_assert+0x132 link_valid_irq(0,c1ec85a0,c1ec85a0,c1f7f2a0,1) at link_valid_irq+0x1f not sure how to handle this one: acpi0: on motherboard acpi0: Power Button (fixed) can't fetch resources for \_SB_.LN1_ - AE_AML_INVALID_RESOURCE_TYPE acpi_ec0: port 0xca7,0xca6 on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_button0: on acpi0 pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pci_link1: irq 16 on acpi0 pci_link2: irq 17 on acpi0 pci_link3: irq 18 on acpi0 pci_link4: irq 19 on acpi0 pci_link5: irq 20 on acpi0 pci_link6: irq 21 on acpi0 pci_link7: irq 22 on acpi0 pci_link8: irq 23 on acpi0 pci_link9: irq 24 on acpi0 pci_link10: irq 25 on acpi0 pci_link11: irq 26 on acpi0 pci_link12: irq 27 on acpi0 pci_link13: irq 28 on acpi0 pci_link14: irq 29 on acpi0 pci_link15: irq 30 on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci0: on pcib0 Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x0 fault code =3D supervisor read, page not present instruction pointer =3D 0x8:0xc070dc0e stack pointer =3D 0x10:0xc0820a10 frame pointer =3D 0x10:0xc0820b00 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [thread pid 0 tid 0 ] Stopped at acpi_pci_link_route_interrupt+0x36: cmpl %ebx,0(%eax) db> tr Tracing pid 0 tid 0 td 0xc0617d80 acpi_pci_link_route_interrupt(c1f1e300,0,24,ff,0) at acpi_pci_link_route_in= terrupt+0x36 acpi_pcib_route_interrupt(c1f73480,c1f80c00,1,c1f782f4,c1f73480) at acpi_pc= ib_route_interrupt+0x28c acpi_pcib_acpi_route_interrupt(c1f73480,c1f80c00,1) at acpi_pcib_acpi_route= _interrupt+0x1d pci_assign_interrupt_method(c1f73b80,c1f80c00,c0820bcc,8a,f) at pci_assign_= interrupt_method+0x52 pci_add_child(c1f73b80) at pci_add_child+0x19c pci_add_children(c1f73b80,0,80,c04aef9d,0) at pci_add_children+0xdb acpi_pci_attach(c1f73b80,c1f73b80,0,c1f73480,c0820c4c) at acpi_pci_attach+0= x66 device_attach(c1f73b80,c1f1ee00,c0820c70,c070afa3,c1f73480) at device_attac= h+0x1be bus_generic_attach(c1f73480,c1f73480,0,c1ecb6a0,c1f782e0) at bus_generic_at= tach+0x12 acpi_pcib_attach(c1f73480,c1f782f4,0,c05ecfbc,c1f73480) at acpi_pcib_attach= +0x12f acpi_pcib_acpi_attach(c1f73480,c1f73480,c1f7a500,c1f1ee00,c0820cc8) at acpi= _pcib_acpi_attach+0xcf device_attach(c1f73480,0,c0820d04,c0708cca,c1f1ee00) at device_attach+0x1be bus_generic_attach(c1f1ee00,61f,600,c1f3e728,4) at bus_generic_attach+0x12 acpi_attach(c1f1ee00,c1f1ee00,c1f1f000,c1f16dc0,c0820d2c) at acpi_attach+0x= 546 device_attach(c1f1ee00,c1f1f000,c0820d40,c05a5247,c1f1f000) at device_attac= h+0x1be bus_generic_attach(c1f1f000,c1f1f000,c1f1f04c,c0820d58,c04ab18e) at bus_gen= eric_attach+0x12 nexus_attach(c1f1f000,c1f1f000,c1e70e70,0,c0820d68) at nexus_attach+0x13 device_attach(c1f1f000,c0606650,c0820d7c,c0594f2f,c1e81e00) at device_attac= h+0x1be root_bus_configure(c1e81e00,c05e5efb,0,c0820d98,c0472337) at root_bus_confi= gure+0x16 configure(0,c1e70f70,81ec00,81e000,828000) at configure+0x1b mi_startup() at mi_startup+0xb3 begin() at begin+0x2c db>=20 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrL8QForvXbEpPzQRAtVIAKDOacAi86QD+sLZhI60HNfrd3CiPwCeNPlR A4baZ9+CN1+LIZskDqPbjhQ= =PyUj -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 18:45:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80BF16A4D6; Tue, 30 Nov 2004 18:45:13 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0C643D2D; Tue, 30 Nov 2004 18:45:13 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAUIj5rZ092466; Tue, 30 Nov 2004 10:45:05 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <20041130.013428.25281327.imp@bsdimp.com> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> <20041130.013428.25281327.imp@bsdimp.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Tue, 30 Nov 2004 10:45:04 -0800 To: "M. Warner Losh" X-Mailer: Apple Mail (2.619) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:45:14 -0000 On Nov 30, 2004, at 12:34 AM, M. Warner Losh wrote: > : I disagree. The fact that gdb is not a cross-tool in the buildworld > : sense of the meaning is because we don't need gdb to cross-build > world. > : This does not mean that gdb cannot be a cross-tool from a developers > : point of view. In fact, it's really handy to be able to debug a > kernel > : remotely when the debugger doesn't run on the same architecture as > : the kernel. I for one do not want to have 2 machines per architecture > : for the only reason that I want to debug a kernel remotely. So, I > made > : some changes to work towards that goal. I see no problems or harm, > : especially since I'm not misusing TARGET_ARCH. The ability to build a > : cross-debugger is simply not utilized as part of a buildworld. > > But MACHINE_ARCH is set correctly during the build of gdb when you've > set TARGET_ARCH to build the rest of the world you need to build gdb > with. Or am I missing something? I'm having problems figuring out what exactly you mean and thus what your point is. I think the following addresses your presumed point: As soon as we do the _everything part of a buildworld both MACHINE_ARCH and TARGET_ARCH represent the architecture we're doing the buildworld *for* (if TARGET_ARCH is undefined, we define it as MACHINE_ARCH). Hence, we cannot build a cross debugger as part of buildworld if we don't do it as part of the cross-tools phase. This is also not my immediate goal. Rather, I'm working towards an easy recipe involving binutils, gdb and libkvm that allows building and installing a cross debugger. By hand for now. This may or may not be given a target in src/Makefile and may or may not evolve into something that allows doing it during a buildworld. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Tue Nov 30 19:13:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC3BD16A4CE; Tue, 30 Nov 2004 19:13:27 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6955543D5A; Tue, 30 Nov 2004 19:13:27 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iAUJDPC4008890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Nov 2004 11:13:26 -0800 Message-ID: <41ACC64B.9010702@root.org> Date: Tue, 30 Nov 2004 11:13:15 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> <20041130184224.GB56431@darkness.comp.waw.pl> In-Reply-To: <20041130184224.GB56431@darkness.comp.waw.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:13:27 -0000 Pawel Jakub Dawidek wrote: > pcib0: port 0xcf8-0xcff on acpi0 > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci0: on pcib0 > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc070dc0e > stack pointer = 0x10:0xc0820a10 > frame pointer = 0x10:0xc0820b00 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > [thread pid 0 tid 0 ] > Stopped at acpi_pci_link_route_interrupt+0x36: cmpl %ebx,0(%eax) > db> tr > Tracing pid 0 tid 0 td 0xc0617d80 > acpi_pci_link_route_interrupt(c1f1e300,0,24,ff,0) at acpi_pci_link_route_interrupt+0x36 > acpi_pcib_route_interrupt(c1f73480,c1f80c00,1,c1f782f4,c1f73480) at acpi_pcib_route_interrupt+0x28c > acpi_pcib_acpi_route_interrupt(c1f73480,c1f80c00,1) at acpi_pcib_acpi_route_interrupt+0x1d > pci_assign_interrupt_method(c1f73b80,c1f80c00,c0820bcc,8a,f) at pci_assign_interrupt_method+0x52 There are two problems: attaching LN1_ and failing gracefully when it doesn't. As I said privately, send me your asl so we can figure out what's going on with LN1_. For the latter, we need to figure out what the null pointer is so do "l *acpi_pci_link_route_interrupt+0x36". -- Nate From owner-cvs-src@FreeBSD.ORG Tue Nov 30 19:23:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B3816A4CE; Tue, 30 Nov 2004 19:23:27 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C6B43D2F; Tue, 30 Nov 2004 19:23:26 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUJNL2Q085630; Tue, 30 Nov 2004 21:23:21 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 13608-18; Tue, 30 Nov 2004 21:23:20 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUJNKtu085627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 21:23:20 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAUJNGiL003997; Tue, 30 Nov 2004 21:23:16 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 21:23:16 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041130192316.GB3845@ip.net.ua> References: <20041130090553.GA691@ip.net.ua> <52202.1101838031@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline In-Reply-To: <52202.1101838031@critter.freebsd.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:23:27 -0000 --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 07:07:11PM +0100, Poul-Henning Kamp wrote: > In message <20041130090553.GA691@ip.net.ua>, Ruslan Ermilov writes: >=20 > >> FYI, this commit seems to have broken my line in fstab which has worke= d f > >or > >> a long time: > >>=20 > >> md /tmp mfs rw,-s16m,noatime,nosuid,nodev = 2 0 > >>=20 > >> Is it useful for the nodev option to cause a hard failure here? Note, = I'm > >> not arguing against either change, just pointing out a side effect. > >>=20 > >There's no longer a "nodev" option, please ask Poul-Henning for details.= ;) >=20 > The reason I did not remove MNT_NODEV but only #defined it to zero was > to make it silently ignored. >=20 To make it silently ignored, you should have left it with its old value. Most operations with MNT_* constants are "bitwise AND", and so zero was not a good choice. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrMikqRfpzJluFF4RAvKfAJ99HKm5JF4MBxwc49R/RBk+3JSH6wCaAx5A 4ytEEnE2qzEMVnAedRMnn3g= =F6G0 -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 19:36:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0549616A4CE; Tue, 30 Nov 2004 19:36:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D353343D3F; Tue, 30 Nov 2004 19:36:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUJaeMh015593; Tue, 30 Nov 2004 19:36:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUJaeW3015592; Tue, 30 Nov 2004 19:36:40 GMT (envelope-from ru) Message-Id: <200411301936.iAUJaeW3015592@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 30 Nov 2004 19:36:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mntopts.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:36:41 -0000 ru 2004-11-30 19:36:40 UTC FreeBSD src repository Modified files: sbin/mount mntopts.h Log: Revert last change. It doesn't break mount(8) reporting but allows a "nodev" in /etc/fstab, etc. Revision Changes Path 1.24 +2 -0 src/sbin/mount/mntopts.h From owner-cvs-src@FreeBSD.ORG Tue Nov 30 19:36:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF1A16A4E7; Tue, 30 Nov 2004 19:36:50 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5FAF43D7D; Tue, 30 Nov 2004 19:36:49 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iAUJakC4009644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Nov 2004 11:36:47 -0800 Message-ID: <41ACCBC4.8030201@root.org> Date: Tue, 30 Nov 2004 11:36:36 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411300655.iAU6th5L066950@repoman.freebsd.org> <200411301253.26797.jhb@FreeBSD.org> In-Reply-To: <200411301253.26797.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:36:50 -0000 John Baldwin wrote: > On Tuesday 30 November 2004 01:55 am, Nate Lawson wrote: > >>njl 2004-11-30 06:55:43 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_pci_link.c >> Log: >> Make sure the link array is big enough to hold both _CRS and _PRS >> resource lists. It used to be sized based only on _CRS, hence _PRS could >> perform an out-of-bounds access if it was larger (i.e., when there are >> dependent functions). Add asserts to detect this case. Note, this is >> only a temporary fix and I believe _PRS and _CRS should have separate >> arrays. >> >> Also, fix a typo where the wrong irq was being check for the APIC case. >> >> Submitted by: tegge > > > The real fix is not separate arrays per se but real dependent function > support. I agree and that's what the XXX comment says in my commit. However, they may need to be different sizes if _CRS gives us an irq resource and _PRS gives an extended irq resource, not just for DPFs. This could occur if the link was boot-configured in PIC mode and then we went to APIC mode. I think it's best to handle each separately for this case. > We need a resource management concept of resource sets, so that > each set of dependent resources with a dependent start/end pair are > considered a set, and a driver can query 1) how many sets there are and 2) > set the current set of resources. For now, we should just skip dependent functions (both start and end). For PCI irq routing, I've never seen them used for anything. I've only seen them used for multiple resources in the case of _PRS for ACPI devices like lpt and sio, like this for sio: Name (_PRS, ResourceTemplate () { StartDependentFn (0x00, 0x00) { IO (Decode16, 0x03F8, 0x03F8, 0x01, 0x08) IRQNoFlags () {4} } StartDependentFn (0x01, 0x00) { IO (Decode16, 0x02F8, 0x02F8, 0x01, 0x08) IRQNoFlags () {3} } etc. > Trying to use more resources than are in > _CRS is probably a bug and might break _SRS on these machines. Hmm, also, the > code assumes when doing _SRS that the link indices are the resource indices, > so you just broke _SRS for any link devices that have a non-IRQ resource. :( I see. Sorry, I was concerned about data corruption and so didn't go through a longer review/testing process. We should only set irq or extended irq resources in _SRS, no dependent functions. In every _SRS function I've examined (for both ACPI devices and irq links), they examine the resource passed to them at fixed offsets so using a DPF would screw this up. > What I think we should do for now is to only include the first resource set as > the current resources for an ACPI device that has multiple resource sets > instead of just including all the resources. I'll try to work on this. Yes, I think you're saying the same thing as I said above, which is to have a check for only one DPF set (if any) and fail if there is more than one. We should handle this for both _PRS and _CRS (consuming DPFs) and never generate them for _SRS. -- Nate From owner-cvs-src@FreeBSD.ORG Tue Nov 30 19:41:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D790616A4CE; Tue, 30 Nov 2004 19:41:04 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D4043D1D; Tue, 30 Nov 2004 19:41:04 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUJexIf054143; Tue, 30 Nov 2004 20:41:00 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 21:23:16 +0200." <20041130192316.GB3845@ip.net.ua> Date: Tue, 30 Nov 2004 20:40:59 +0100 Message-ID: <54142.1101843659@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:41:05 -0000 In message <20041130192316.GB3845@ip.net.ua>, Ruslan Ermilov writes: >> The reason I did not remove MNT_NODEV but only #defined it to zero was >> to make it silently ignored. >> >To make it silently ignored, you should have left it with its old value. >Most operations with MNT_* constants are "bitwise AND", and so zero was >not a good choice. I tried to find my copy of "Bitmaps for dummies" to check what you're saying but I can't find it right now, still, I'm very sure that you are wrong, I just don't have the book to prove it. Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. -- 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 Tue Nov 30 20:04:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B285716A4CE; Tue, 30 Nov 2004 20:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E86143D5A; Tue, 30 Nov 2004 20:04:47 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUK4l1L016617; Tue, 30 Nov 2004 20:04:47 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUK4lTc016616; Tue, 30 Nov 2004 20:04:47 GMT (envelope-from eik) Message-Id: <200411302004.iAUK4lTc016616@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 30 Nov 2004 20:04:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:04:47 -0000 eik 2004-11-30 20:04:47 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: add myself as the contact for the pkg_install tools Revision Changes Path 1.101 +1 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:07:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5606F16A4CE; Tue, 30 Nov 2004 20:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E6743D39; Tue, 30 Nov 2004 20:07:41 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUK7fv8016813; Tue, 30 Nov 2004 20:07:41 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUK7fw3016812; Tue, 30 Nov 2004 20:07:41 GMT (envelope-from njl) Message-Id: <200411302007.iAUK7fw3016812@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 20:07:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:07:41 -0000 njl 2004-11-30 20:07:41 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Remove now unused variable. Pointy hat: njl from nskyline_r35 at yahoo com Revision Changes Path 1.246 +0 -1 src/sys/i386/i386/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:11:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE4D16A4CF for ; Tue, 30 Nov 2004 20:11:02 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0222F43D64 for ; Tue, 30 Nov 2004 20:11:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4035 invoked from network); 30 Nov 2004 20:11:01 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 30 Nov 2004 20:10:59 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iAUKAW0A089425; Tue, 30 Nov 2004 15:10:47 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 30 Nov 2004 13:41:00 -0500 User-Agent: KMail/1.6.2 References: <200411301748.iAUHmAiK010161@repoman.freebsd.org> In-Reply-To: <200411301748.iAUHmAiK010161@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411301341.01331.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:11:02 -0000 On Tuesday 30 November 2004 12:48 pm, Nate Lawson wrote: > njl 2004-11-30 17:48:10 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Don't bother locking in attach(). At boot time, we're single-threaded > anyway and for some reason, witness seems confused about what's already > locked and triggers a false panic. Witness doesn't get confused, there's some other bug. I'm not sure that all device attachments are always single-threaded though. Imagine hotplugging a docking station, that's going to add a new PCI bus. It probably won't have an internal programming router (probably not physically possible), but I don't think we should assume for now that attach is only a boot-time scenario. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:13:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D09F16A4CE; Tue, 30 Nov 2004 20:13:48 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1AFC43D54; Tue, 30 Nov 2004 20:13:47 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iAUKDpp8030633; Tue, 30 Nov 2004 15:13:51 -0500 Message-ID: <41ACD47A.3020002@root.org> Date: Tue, 30 Nov 2004 12:13:46 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411301748.iAUHmAiK010161@repoman.freebsd.org> <200411301341.01331.jhb@FreeBSD.org> In-Reply-To: <200411301341.01331.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:13:48 -0000 John Baldwin wrote: > On Tuesday 30 November 2004 12:48 pm, Nate Lawson wrote: > >>njl 2004-11-30 17:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_pci_link.c >> Log: >> Don't bother locking in attach(). At boot time, we're single-threaded >> anyway and for some reason, witness seems confused about what's already >> locked and triggers a false panic. > > > Witness doesn't get confused, there's some other bug. I'm not sure that all > device attachments are always single-threaded though. Imagine hotplugging a > docking station, that's going to add a new PCI bus. It probably won't have > an internal programming router (probably not physically possible), but I > don't think we should assume for now that attach is only a boot-time > scenario. Some other guy had a problem before that was similar and Warner seemed to think that the xlock was being confused with some other lock since there was no way the lock could have already been held elsewhere. I'm happy to let you troubleshoot this and sorry for any interference. -Nate From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:25:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2077B16A4CE; Tue, 30 Nov 2004 20:25:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCA643D49; Tue, 30 Nov 2004 20:25:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKPk22017390; Tue, 30 Nov 2004 20:25:46 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUKPkqd017389; Tue, 30 Nov 2004 20:25:46 GMT (envelope-from peter) Message-Id: <200411302025.iAUKPkqd017389@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Nov 2004 20:25:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:25:47 -0000 peter 2004-11-30 20:25:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: Remove unused cnt variable for the SMP case. Trim some excessive blank lines while here. Revision Changes Path 1.240 +1 -5 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:31:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F88516A4CE; Tue, 30 Nov 2004 20:31:04 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72E843D45; Tue, 30 Nov 2004 20:31:03 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKV0gE089287; Tue, 30 Nov 2004 22:31:00 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 19192-09; Tue, 30 Nov 2004 22:30:59 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKUxt4089282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 22:30:59 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAUKUxOJ025733; Tue, 30 Nov 2004 22:30:59 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 22:30:58 +0200 From: Ruslan Ermilov To: Robert Watson Message-ID: <20041130203058.GA20833@ip.net.ua> References: <41AC489E.7050108@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: phk@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:31:04 -0000 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 02:39:52PM +0000, Robert Watson wrote: >=20 > On Tue, 30 Nov 2004, Doug Barton wrote: >=20 > > >>FYI, this commit seems to have broken my line in fstab which has work= ed for > > >>a long time: > > >> > > >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev= 2 0 > > >> > > >>Is it useful for the nodev option to cause a hard failure here? Note,= I'm > > >>not arguing against either change, just pointing out a side effect. > > >=20 > > > There's no longer a "nodev" option, please ask Poul-Henning for detai= ls. ;) > >=20 > > Yes, I understand the mechanics, I'm just curious if you think that this > > should result in a fatal error. It sounds like you think that the answer > > to that is yes, which if that is the correct answer I'm fine with that.= =20 >=20 > I think a reasonable alternative would be for use of the nodev option to > silently no-op in all cases but (perhaps) devfs, since the behavior > described for nodev is in fact now simply the way the system behaves. > Maybe the middle ground is to print a warning? >=20 I reverted a part of mntopts.h commit -- now "nodev" in /etc/fstab is recognized again. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrNiCqRfpzJluFF4RAqOUAJ4wNCdNbmTGrPG/BFxGo7MMCsS5MwCdGP5r f4mq8XUsIEhKZK1Bag9EVdM= =ulo3 -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:32:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE0516A4CE; Tue, 30 Nov 2004 20:32:20 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-234.dynamic.qsc.de [212.202.50.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE9543D39; Tue, 30 Nov 2004 20:32:13 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-8.local ([172.16.0.8] helo=dhcp-14.local) by fillmore.dyndns.org with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.43 (FreeBSD)) id 1CZEfR-0000Jp-7S; Tue, 30 Nov 2004 21:32:11 +0100 Date: Tue, 30 Nov 2004 21:32:27 +0100 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "David E. O'Brien" From: Oliver Eikemeier In-Reply-To: <200410180534.i9I5YsGn053852@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/info info.h main.c src/usr.sbin/pkg_install/lib global.c lib.h src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:32:20 -0000 David E. O'Brien wrote: > obrien 2004-10-18 05:34:54 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/info info.h main.c > usr.sbin/pkg_install/lib global.c lib.h > usr.sbin/pkg_install/version main.c perform.c pkg_version.1 > Log: > Add a -q flag to pkg_version. It suppresses the output of <,=,>. > This makes it possible to "portupgrade `pkg_version -q -l '<'`". You can always do "portupgrade -a" or "portupgrade `pkg_version -l '<' | awk '{print$1}'`". This will also work when "pkg_version -v" is used, while the current `pkg_version -qv' has a strange output. I can't see the real use of this flag, besides, where can I find portupdate(8)? -Oliver From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:36:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628D416A4CF; Tue, 30 Nov 2004 20:36:50 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B5E43D5A; Tue, 30 Nov 2004 20:36:49 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKajal089574; Tue, 30 Nov 2004 22:36:45 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 19807-05; Tue, 30 Nov 2004 22:36:44 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKaiiX089570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 22:36:44 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAUKaiMi029987; Tue, 30 Nov 2004 22:36:44 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 22:36:43 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041130203643.GB20833@ip.net.ua> References: <20041130192316.GB3845@ip.net.ua> <54142.1101843659@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <54142.1101843659@critter.freebsd.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:36:50 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 08:40:59PM +0100, Poul-Henning Kamp wrote: > In message <20041130192316.GB3845@ip.net.ua>, Ruslan Ermilov writes: >=20 > >> The reason I did not remove MNT_NODEV but only #defined it to zero was > >> to make it silently ignored. > >>=20 > >To make it silently ignored, you should have left it with its old value. > >Most operations with MNT_* constants are "bitwise AND", and so zero was > >not a good choice. >=20 > I tried to find my copy of "Bitmaps for dummies" to check what > you're saying but I can't find it right now, still, I'm very sure > that you are wrong, I just don't have the book to prove it. >=20 > Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. >=20 Well, definitely *not* in sbin/mount/mount.c. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrNnbqRfpzJluFF4RAoebAJ9VxWIh89i+MguDFxVxXec4UcWsiwCfRiHW qWzXVLtJq7ULu8fnUQ+zalc= =PDuS -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 20:39:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B72016A4CE; Tue, 30 Nov 2004 20:39:19 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623A243D39; Tue, 30 Nov 2004 20:39:18 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUKdF0x055551; Tue, 30 Nov 2004 21:39:15 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 22:36:43 +0200." <20041130203643.GB20833@ip.net.ua> Date: Tue, 30 Nov 2004 21:39:15 +0100 Message-ID: <55550.1101847155@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:39:19 -0000 In message <20041130203643.GB20833@ip.net.ua>, Ruslan Ermilov writes: >> I tried to find my copy of "Bitmaps for dummies" to check what >> you're saying but I can't find it right now, still, I'm very sure >> that you are wrong, I just don't have the book to prove it. >> >> Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. >> >Well, definitely *not* in sbin/mount/mount.c. The problem in mount.c is that it terminates the search of optnames[] if the option is zero. That would more properly have been fixed by terminating if the name string was NULL. -- 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 Tue Nov 30 21:09:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A58616A4CE; Tue, 30 Nov 2004 21:09:43 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA0643D31; Tue, 30 Nov 2004 21:09:42 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 509A1ACBCB; Tue, 30 Nov 2004 22:09:41 +0100 (CET) Date: Tue, 30 Nov 2004 22:09:41 +0100 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20041130210941.GC56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> <20041130184224.GB56431@darkness.comp.waw.pl> <41ACC64B.9010702@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bu8it7iiRSEf40bY" Content-Disposition: inline In-Reply-To: <41ACC64B.9010702@root.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:09:43 -0000 --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 11:13:15AM -0800, Nate Lawson wrote: +> There are two problems: attaching LN1_ and failing gracefully when it= =20 +> doesn't. As I said privately, send me your asl so we can figure out=20 +> what's going on with LN1_. [...] I need to get a kernel which boots first. It will take some time, as I need to test some stuff first. +> [...] For the latter, we need to figure out what=20 +> the null pointer is so do "l *acpi_pci_link_route_interrupt+0x36". Not sure how to get kernel dump, but because it was near to begin of this function, I added a printf(): ACPI_SERIAL_BEGIN(pci_link); sc =3D device_get_softc(dev); printf("sc=3D%p\n", sc); KASSERT(index >=3D 0 && index < sc->pl_num_links, ("%s: invalid index %d", __func__, index)); And I get: sc=3D0 just before panic. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Bu8it7iiRSEf40bY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrOGVForvXbEpPzQRAhq+AJ9EoFDWEomMqSJYazdNh+PR4B8oUgCg5n1S be0A084L5FIF9fHCsGocryo= =uCh6 -----END PGP SIGNATURE----- --Bu8it7iiRSEf40bY-- From owner-cvs-src@FreeBSD.ORG Tue Nov 30 21:21:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED0A16A4CE; Tue, 30 Nov 2004 21:21:10 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1AE43D5A; Tue, 30 Nov 2004 21:21:09 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAULK9ec055526; Tue, 30 Nov 2004 14:20:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Nov 2004 14:21:11 -0700 (MST) Message-Id: <20041130.142111.84752258.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <54142.1101843659@critter.freebsd.dk> References: <20041130192316.GB3845@ip.net.ua> <54142.1101843659@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: DougB@dougbarton.net cc: ru@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:21:10 -0000 In message: <54142.1101843659@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. if ((mntopt & MNT_DEV) == MNT_DEV) fails. Warner From owner-cvs-src@FreeBSD.ORG Tue Nov 30 21:23:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A646416A4CE; Tue, 30 Nov 2004 21:23:07 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D3F43D46; Tue, 30 Nov 2004 21:23:06 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAULMx3i056309; Tue, 30 Nov 2004 22:22:59 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 14:21:11 MST." <20041130.142111.84752258.imp@bsdimp.com> Date: Tue, 30 Nov 2004 22:22:59 +0100 Message-ID: <56308.1101849779@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: DougB@dougbarton.net cc: ru@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:23:07 -0000 In message <20041130.142111.84752258.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <54142.1101843659@critter.freebsd.dk> > "Poul-Henning Kamp" writes: >: Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. > >if ((mntopt & MNT_DEV) == MNT_DEV) > >fails. As it should, that is not how you test a bitmap: if (mntopt & MNT_DEV) works. -- 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 Tue Nov 30 22:28:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A3416A4CE; Tue, 30 Nov 2004 22:28:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD9043D31; Tue, 30 Nov 2004 22:28:50 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMSoeT028700; Tue, 30 Nov 2004 22:28:50 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMSoQC028699; Tue, 30 Nov 2004 22:28:50 GMT (envelope-from mlaier) Message-Id: <200411302228.iAUMSoQC028699@repoman.freebsd.org> From: Max Laier Date: Tue, 30 Nov 2004 22:28:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_socket.csrc/sys/netgraph/bluetooth/socket ng_btsocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:28:51 -0000 mlaier 2004-11-30 22:28:50 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c sys/netgraph/bluetooth/socket ng_btsocket.c Log: Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they call net_add_domain(). Calling this function too early (or late) breaks assertations about the global domains list. Actually it should be forbidden to call net_add_domain() outside of SI_SUB_PROTO_DOMAIN completely as there are many places where we traverse the domains list unprotected, but for now we allow late calls (mostly to support netgraph). In order to really fix this we have to lock the domains list in all places or find another way to ensure that we can safely walk the list while another thread might be adding a new domain. Spotted by: se Reviewed by: julian, glebius PR: kern/73321 (partly) Revision Changes Path 1.9 +2 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket.c 1.56 +1 -1 src/sys/netgraph/ng_socket.c From owner-cvs-src@FreeBSD.ORG Tue Nov 30 22:38:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9A216A4CE; Tue, 30 Nov 2004 22:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4813B43D41; Tue, 30 Nov 2004 22:38:38 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMccWv029078; Tue, 30 Nov 2004 22:38:38 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMccFU029077; Tue, 30 Nov 2004 22:38:38 GMT (envelope-from mlaier) Message-Id: <200411302238.iAUMccFU029077@repoman.freebsd.org> From: Max Laier Date: Tue, 30 Nov 2004 22:38:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_domain.c src/sys/net if.c src/sys/sys domain.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:38:38 -0000 mlaier 2004-11-30 22:38:37 UTC FreeBSD src repository Modified files: sys/kern uipc_domain.c sys/net if.c sys/sys domain.h Log: Implement the check I was talking about in the previous message already. Introduce domain_init_status to keep track of the init status of the domains list (surprise). 0 = uninitialized, 1 = initialized/unpopulated, 2 = initialized/done. Higher values can be used to support late addition of domains which right now "works", but is potential dangerous. I choose to only give a warning when doing so. Use domain_init_status with if_attachdomain[1]() to ensure that we have a complete domains list when we init the if_afdata array. Store the current value of domain_init_status in if_afdata_initialized. This way we can update if_afdata after a new protocol has been added (once that is allowed). Submitted by: se (with changes) Reviewed by: julian, glebius, se PR: kern/73321 (partly) Revision Changes Path 1.41 +37 -0 src/sys/kern/uipc_domain.c 1.213 +4 -4 src/sys/net/if.c 1.20 +1 -0 src/sys/sys/domain.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 02:44:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 161B416A4CE; Wed, 1 Dec 2004 02:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E557743D48; Wed, 1 Dec 2004 02:44:44 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12iilM043784; Wed, 1 Dec 2004 02:44:44 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12ii9s043783; Wed, 1 Dec 2004 02:44:44 GMT (envelope-from iedowse) Message-Id: <200412010244.iB12ii9s043783@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:44:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:44:45 -0000 iedowse 2004-12-01 02:44:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhci.c Log: MFC: 1.156; handle all interrupt types in polled mode. Revision Changes Path 1.154.2.1 +2 -2 src/sys/dev/usb/uhci.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 02:46:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A0016A4CE; Wed, 1 Dec 2004 02:46:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304D343D5D; Wed, 1 Dec 2004 02:46:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12kk3x043894; Wed, 1 Dec 2004 02:46:46 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12kkHM043893; Wed, 1 Dec 2004 02:46:46 GMT (envelope-from iedowse) Message-Id: <200412010246.iB12kkHM043893@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:46:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c ehcivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:46:46 -0000 iedowse 2004-12-01 02:46:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ehcivar.h Log: MFC: EHCI suspend/resume support from OpenBSD. Revision Changes Path 1.14.2.1 +91 -37 src/sys/dev/usb/ehci.c 1.4.2.1 +1 -0 src/sys/dev/usb/ehcivar.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 02:52:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F86D16A4CE; Wed, 1 Dec 2004 02:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2904C43D68; Wed, 1 Dec 2004 02:52:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12qkKJ044170; Wed, 1 Dec 2004 02:52:46 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12qkQf044169; Wed, 1 Dec 2004 02:52:46 GMT (envelope-from iedowse) Message-Id: <200412010252.iB12qkQf044169@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:52:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c usbdivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:52:46 -0000 iedowse 2004-12-01 02:52:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c usbdivar.h Log: MFC: Various bug fixes and cleanups from NetBSD: uhub.c 1.64 ehcireg.h 1.6 usb_subr.c 1.73 usbdivar.h 1.42 ehci.c 1.16, 1.17 Revision Changes Path 1.14.2.2 +119 -80 src/sys/dev/usb/ehci.c 1.5.2.1 +2 -1 src/sys/dev/usb/ehcireg.h 1.62.2.2 +44 -4 src/sys/dev/usb/uhub.c 1.69.2.2 +23 -8 src/sys/dev/usb/usb_subr.c 1.41.2.1 +6 -1 src/sys/dev/usb/usbdivar.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 02:53:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5A816A4CE; Wed, 1 Dec 2004 02:53:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B6943D72; Wed, 1 Dec 2004 02:53:56 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12ruKC044225; Wed, 1 Dec 2004 02:53:56 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12ruGK044224; Wed, 1 Dec 2004 02:53:56 GMT (envelope-from iedowse) Message-Id: <200412010253.iB12ruGK044224@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:53:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhub.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:53:56 -0000 iedowse 2004-12-01 02:53:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhub.c Log: MFC: 1.65; report the error when a port is disabled. Revision Changes Path 1.62.2.3 +2 -2 src/sys/dev/usb/uhub.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 03:02:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F01116A4CE; Wed, 1 Dec 2004 03:02:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC0243D67; Wed, 1 Dec 2004 03:02:52 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB132qQS044719; Wed, 1 Dec 2004 03:02:52 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB132qnk044718; Wed, 1 Dec 2004 03:02:52 GMT (envelope-from iedowse) Message-Id: <200412010302.iB132qnk044718@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:02:53 -0000 iedowse 2004-12-01 03:02:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ohci.c uhci.c usb_port.h Log: MFC: fix the worst of the timeout race conditions: usb_port.h 1.72 uhci.c 1.159 ehci.c 1.20 ohci.c 1.147 Revision Changes Path 1.14.2.3 +5 -1 src/sys/dev/usb/ehci.c 1.144.2.1 +6 -1 src/sys/dev/usb/ohci.c 1.154.2.2 +2 -1 src/sys/dev/usb/uhci.c 1.67.2.2 +1 -0 src/sys/dev/usb/usb_port.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 03:04:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7187716A4CE; Wed, 1 Dec 2004 03:04:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B7943D54; Wed, 1 Dec 2004 03:04:14 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB134Dtl044915; Wed, 1 Dec 2004 03:04:13 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB134DVR044902; Wed, 1 Dec 2004 03:04:13 GMT (envelope-from iedowse) Message-Id: <200412010304.iB134DVR044902@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb usb_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:04:18 -0000 iedowse 2004-12-01 03:04:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb usb_subr.c Log: MFC: 1.71, 1.72; ignore timeouts when preemptively clearing a stall. Revision Changes Path 1.69.2.3 +8 -3 src/sys/dev/usb/usb_subr.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 03:06:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD8916A4CE; Wed, 1 Dec 2004 03:06:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1875743D3F; Wed, 1 Dec 2004 03:06:53 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB136qvs045157; Wed, 1 Dec 2004 03:06:52 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB136qQp045156; Wed, 1 Dec 2004 03:06:52 GMT (envelope-from iedowse) Message-Id: <200412010306.iB136qQp045156@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:06:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:06:53 -0000 iedowse 2004-12-01 03:06:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhci.c Log: MFC: 1.155; use __inline instead of __inline__. Revision Changes Path 1.154.2.3 +3 -3 src/sys/dev/usb/uhci.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 03:08:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1430216A4CE; Wed, 1 Dec 2004 03:08:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54ED43D2F; Wed, 1 Dec 2004 03:08:14 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB138EHV045216; Wed, 1 Dec 2004 03:08:14 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB138Ee5045215; Wed, 1 Dec 2004 03:08:14 GMT (envelope-from iedowse) Message-Id: <200412010308.iB138Ee5045215@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:08:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:08:15 -0000 iedowse 2004-12-01 03:08:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhci_pci.c Log: MFC: 1.55; add device IDs for Intel ICH6. Revision Changes Path 1.54.2.1 +20 -0 src/sys/dev/usb/uhci_pci.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 04:34:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667A616A4CE; Wed, 1 Dec 2004 04:34:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EB743D5F; Wed, 1 Dec 2004 04:34:08 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB14Y8wu048298; Wed, 1 Dec 2004 04:34:08 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB14Y8Le048297; Wed, 1 Dec 2004 04:34:08 GMT (envelope-from obrien) Message-Id: <200412010434.iB14Y8Le048297@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Dec 2004 04:34:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:34:08 -0000 obrien 2004-12-01 04:34:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Fix "Lock ACPI PCI link not exclusively locked @sys/dev/acpica/acpi_pci_link.c:153" panic by backing out rev 1.37 in the SMP case. It appears that on a dual-proc machine the assertions in the rev 1.37 commit log hold true. Revision Changes Path 1.38 +12 -0 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 04:59:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C392116A4CE; Wed, 1 Dec 2004 04:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA53B43D5F; Wed, 1 Dec 2004 04:59:33 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB14xX8o055990; Wed, 1 Dec 2004 04:59:33 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB14xXmD055989; Wed, 1 Dec 2004 04:59:33 GMT (envelope-from scottl) Message-Id: <200412010459.iB14xXmD055989@repoman.freebsd.org> From: Scott Long Date: Wed, 1 Dec 2004 04:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/efi/libefi bootinfo.c src/sys/boot/forth loader.conf src/sys/boot/i386/libi386 bootinfo.c src/sys/boot/i386/loader... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:59:34 -0000 scottl 2004-12-01 04:59:33 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 sys/boot/efi/libefi bootinfo.c sys/boot/forth loader.conf sys/boot/i386/libi386 bootinfo.c sys/boot/i386/loader help.i386 sys/boot/ia64/ski bootinfo.c sys/boot/pc98/boot2 boot.c sys/boot/pc98/loader help.pc98 sys/boot/powerpc/loader metadata.c sys/boot/sparc64/loader metadata.c sys/dev/syscons syscons.c sys/kern tty_cons.c sys/sys reboot.h Log: Remove the last vestiges of the userconfig option. None of this actually did anything, so this commit should be considered a NO-OP. Revision Changes Path 1.77 +0 -4 src/sys/boot/common/loader.8 1.11 +0 -4 src/sys/boot/efi/libefi/bootinfo.c 1.93 +0 -2 src/sys/boot/forth/loader.conf 1.36 +0 -4 src/sys/boot/i386/libi386/bootinfo.c 1.9 +0 -8 src/sys/boot/i386/loader/help.i386 1.12 +0 -4 src/sys/boot/ia64/ski/bootinfo.c 1.12 +0 -2 src/sys/boot/pc98/boot2/boot.c 1.5 +0 -8 src/sys/boot/pc98/loader/help.pc98 1.5 +0 -4 src/sys/boot/powerpc/loader/metadata.c 1.13 +0 -4 src/sys/boot/sparc64/loader/metadata.c 1.432 +1 -1 src/sys/dev/syscons/syscons.c 1.129 +1 -2 src/sys/kern/tty_cons.c 1.25 +0 -1 src/sys/sys/reboot.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 05:37:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E582216A4CE; Wed, 1 Dec 2004 05:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D442643D53; Wed, 1 Dec 2004 05:37:29 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15bTiP057220; Wed, 1 Dec 2004 05:37:29 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15bTpm057219; Wed, 1 Dec 2004 05:37:29 GMT (envelope-from suz) Message-Id: <200412010537.iB15bTpm057219@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Wed, 1 Dec 2004 05:37:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_subr.c src/sys/netinet6 ah_core.c src/sys/netkey key.c key.h keydb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:37:30 -0000 suz 2004-12-01 05:37:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c sys/netinet6 ah_core.c sys/netkey key.c key.h keydb.h Log: MFC: support TCP-MD5(IPv4) in KAME-IPSEC, too. 1.207 src/sys/netinet/tcp_subr.c 1.24 src/sys/netinet6/ah_core.c 1.69 src/sys/netkey/key.c 1.11 src/sys/netkey/key.h 1.11 src/sys/netkey/keydb.h Revision Changes Path 1.201.2.4 +1 -0 src/sys/netinet/tcp_subr.c 1.23.2.1 +6 -0 src/sys/netinet6/ah_core.c 1.65.2.3 +26 -2 src/sys/netkey/key.c 1.10.4.1 +10 -0 src/sys/netkey/key.h 1.10.4.1 +12 -0 src/sys/netkey/keydb.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 05:49:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5EBC16A4CE; Wed, 1 Dec 2004 05:49:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33E743D48; Wed, 1 Dec 2004 05:49:26 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15nQvn057571; Wed, 1 Dec 2004 05:49:26 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15nQ7H057570; Wed, 1 Dec 2004 05:49:26 GMT (envelope-from njl) Message-Id: <200412010549.iB15nQ7H057570@repoman.freebsd.org> From: Nate Lawson Date: Wed, 1 Dec 2004 05:49:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:49:27 -0000 njl 2004-12-01 05:49:26 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Completely back out 1.37. Something else is going on and John wants to keep the locking and solve the real problem. Revision Changes Path 1.39 +0 -9 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 05:51:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E3016A4CE; Wed, 1 Dec 2004 05:51:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB7C43D5D; Wed, 1 Dec 2004 05:51:25 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15pPkO057714; Wed, 1 Dec 2004 05:51:25 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15pPEj057713; Wed, 1 Dec 2004 05:51:25 GMT (envelope-from yongari) Message-Id: <200412010551.iB15pPEj057713@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 1 Dec 2004 05:51:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:51:26 -0000 yongari 2004-12-01 05:51:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: MFC if_fxp.c, 1.219 to RELENG_5: Make interrupt coalescing work on big endian systems. Also change struct ucode.length to be in number of elements (u_int32_t) to help endian handling. Revision Changes Path 1.217.2.2 +4 -2 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 06:40:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F1916A4CE; Wed, 1 Dec 2004 06:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FBB43D49; Wed, 1 Dec 2004 06:40:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16eZeK059385; Wed, 1 Dec 2004 06:40:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16eZsA059383; Wed, 1 Dec 2004 06:40:35 GMT (envelope-from marcel) Message-Id: <200412010640.iB16eZsA059383@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 1 Dec 2004 06:40:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha gdb_machdep.c src/sys/alpha/include gdb_machdep.h src/sys/amd64/amd64 gdb_machdep.c src/sys/amd64/include gdb_machdep.h src/sys/gdb gdb_main.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:40:35 -0000 marcel 2004-12-01 06:40:35 UTC FreeBSD src repository Modified files: sys/alpha/alpha gdb_machdep.c sys/alpha/include gdb_machdep.h sys/amd64/amd64 gdb_machdep.c sys/amd64/include gdb_machdep.h sys/gdb gdb_main.c sys/i386/i386 gdb_machdep.c sys/i386/include gdb_machdep.h sys/ia64/ia64 gdb_machdep.c sys/ia64/include gdb_machdep.h sys/sparc64/include gdb_machdep.h sys/sparc64/sparc64 gdb_machdep.c Log: Change gdb_cpu_setreg() to not take the value to which to set the specified register, but a pointer to the in-memory representation of that value. The reason for this is twofold: 1. Not all registers can be represented by a register_t. In particular FP registers fall in that category. Passing the new register value by reference instead of by value makes this point moot. 2. When we receive a G or P packet, both are for writing a register, the packet will have the register value in target-byte order and in the memory representation (modulo the fact that bytes are sent as 2 printable hexadecimal numbers of course). We only need to decode the packet to have a pointer to the register value. This change fixes the bug of extracting the register value of the P packet as a hexadecimal number instead of as a bit array. The quick (and dirty) fix to bswap the register value in gdb_cpu_setreg() as it has been added on i386 and amd64 can therefore be removed and has in fact been that. Tested on: alpha, amd64, i386, ia64, sparc64 Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/gdb_machdep.c 1.2 +1 -1 src/sys/alpha/include/gdb_machdep.h 1.3 +3 -4 src/sys/amd64/amd64/gdb_machdep.c 1.2 +1 -1 src/sys/amd64/include/gdb_machdep.h 1.3 +24 -10 src/sys/gdb/gdb_main.c 1.3 +3 -4 src/sys/i386/i386/gdb_machdep.c 1.2 +1 -1 src/sys/i386/include/gdb_machdep.h 1.3 +1 -1 src/sys/ia64/ia64/gdb_machdep.c 1.3 +1 -1 src/sys/ia64/include/gdb_machdep.h 1.2 +1 -1 src/sys/sparc64/include/gdb_machdep.h 1.2 +1 -1 src/sys/sparc64/sparc64/gdb_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 06:42:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E3CD16A4CE; Wed, 1 Dec 2004 06:42:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F3343D5D; Wed, 1 Dec 2004 06:42:22 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16gLih059506; Wed, 1 Dec 2004 06:42:21 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16gLHF059505; Wed, 1 Dec 2004 06:42:21 GMT (envelope-from ps) Message-Id: <200412010642.iB16gLHF059505@repoman.freebsd.org> From: Paul Saab Date: Wed, 1 Dec 2004 06:42:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:42:22 -0000 ps 2004-12-01 06:42:21 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: Fix for a (blocks) underrun bug where negative values were being returned back to df from a statfs call. Causing df to print negative values. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.162 +4 -3 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 06:48:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405F316A4CE; Wed, 1 Dec 2004 06:48:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2AD43D49; Wed, 1 Dec 2004 06:48:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16mshM059729; Wed, 1 Dec 2004 06:48:55 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16msH9059728; Wed, 1 Dec 2004 06:48:54 GMT (envelope-from ps) Message-Id: <200412010648.iB16msH9059728@repoman.freebsd.org> From: Paul Saab Date: Wed, 1 Dec 2004 06:48:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:48:55 -0000 ps 2004-12-01 06:48:54 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Clean all dirty pages (dirtied by mmap'ed writes) in nfs_close(). This closes a major hole in close-to-open consistency support. Added a new sysctl so that this can be disabled for single NFS client applications with very large amounts of mmap'ed IO (for performance). Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.228 +18 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 06:51:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01E316A4CE; Wed, 1 Dec 2004 06:51:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2BB43D62; Wed, 1 Dec 2004 06:51:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16p7Js059891; Wed, 1 Dec 2004 06:51:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16p79s059890; Wed, 1 Dec 2004 06:51:07 GMT (envelope-from ps) Message-Id: <200412010651.iB16p79s059890@repoman.freebsd.org> From: Paul Saab Date: Wed, 1 Dec 2004 06:51:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:51:07 -0000 ps 2004-12-01 06:51:07 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix for a race between lookup and readdirplus, that causes a deadlock (with NFS exclusive vnode locks enabled). Lookup grabs the parent's lock and wants to lock child. Readdirplus locks the child and wants to lock parent (for loading the attrs for ".."). The fix is to not load the attrs for ".." in readdirplus. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.229 +28 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 06:52:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFC316A4CE; Wed, 1 Dec 2004 06:52:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B00443D69; Wed, 1 Dec 2004 06:52:36 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16qZkj059933; Wed, 1 Dec 2004 06:52:35 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16qZxW059932; Wed, 1 Dec 2004 06:52:35 GMT (envelope-from simokawa) Message-Id: <200412010652.iB16qZxW059932@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 1 Dec 2004 06:52:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/firewire fwmem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:52:36 -0000 simokawa 2004-12-01 06:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/firewire fwmem.c Log: MFC: Fix malloc type in free(). Revision Changes Path 1.29.2.1 +1 -1 src/sys/dev/firewire/fwmem.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 06:55:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC93C16A4CE; Wed, 1 Dec 2004 06:55:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C9543D1F; Wed, 1 Dec 2004 06:55:47 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16tlAr060064; Wed, 1 Dec 2004 06:55:47 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16tlIg060063; Wed, 1 Dec 2004 06:55:47 GMT (envelope-from simokawa) Message-Id: <200412010655.iB16tlIg060063@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 1 Dec 2004 06:55:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/firewire fwmem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:55:47 -0000 simokawa 2004-12-01 06:55:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/firewire fwmem.c Log: MFC: Fix malloc type in free(). Revision Changes Path 1.1.2.15 +1 -1 src/sys/dev/firewire/fwmem.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 07:17:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F83016A4CE; Wed, 1 Dec 2004 07:17:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696CD43D41; Wed, 1 Dec 2004 07:17:58 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17HwMf060807; Wed, 1 Dec 2004 07:17:58 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17Hw29060806; Wed, 1 Dec 2004 07:17:58 GMT (envelope-from scottl) Message-Id: <200412010717.iB17Hw29060806@repoman.freebsd.org> From: Scott Long Date: Wed, 1 Dec 2004 07:17:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/forth beastie.4th X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:17:58 -0000 scottl 2004-12-01 07:17:57 UTC FreeBSD src repository Modified files: sys/boot/forth beastie.4th Log: Fix a bunch of stack leaks. These were theoretically harmless, except that they would leave enough elements on the stack that if you escaped to the loader prompt and then typed 'setenv', it would pull in all of the leaked junk and cause an exception in the environment. There still seems to be 3 leaked elements, but they don't appear to be coming from this file. Revision Changes Path 1.10 +11 -5 src/sys/boot/forth/beastie.4th From owner-cvs-src@FreeBSD.ORG Wed Dec 1 07:34:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F98A16A4CE; Wed, 1 Dec 2004 07:34:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD7343D5C; Wed, 1 Dec 2004 07:34:09 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17Y8XT062169; Wed, 1 Dec 2004 07:34:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17Y8GM062168; Wed, 1 Dec 2004 07:34:08 GMT (envelope-from phk) Message-Id: <200412010734.iB17Y8GM062168@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 07:34:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:34:09 -0000 phk 2004-12-01 07:34:08 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Add missing #include Revision Changes Path 1.230 +1 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 08:06:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A75F016A4CE; Wed, 1 Dec 2004 08:06:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846FB43D45; Wed, 1 Dec 2004 08:06:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB186SKv063767; Wed, 1 Dec 2004 08:06:28 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB186SmO063766; Wed, 1 Dec 2004 08:06:28 GMT (envelope-from phk) Message-Id: <200412010806.iB186SmO063766@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 08:06:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:06:28 -0000 phk 2004-12-01 08:06:27 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Style: move data to top of file. Revision Changes Path 1.259 +4 -4 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 09:10:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D9016A4CF for ; Wed, 1 Dec 2004 09:10:37 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7779543D5A for ; Wed, 1 Dec 2004 09:10:36 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so635210rnf for ; Wed, 01 Dec 2004 01:10:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HGBr+R+LTifjNifLIAOJ/b5KQu+G2uFu+iu8ZlE4F2PQ9pKmIxOnXlv2LWx41nNc3pocK/D1e7QX1bgDu9fIJhZ1cnUUoUzDelvq7dluTFFtfSeZJ+/g9P4W3ZfeUsLS+SidAgBI3s9Lzz7SE0cr+B8H9QFdp9VBSNfs0cIZ5aY= Received: by 10.38.82.2 with SMTP id f2mr132953rnb; Wed, 01 Dec 2004 01:10:31 -0800 (PST) Received: by 10.38.89.28 with HTTP; Wed, 1 Dec 2004 01:10:31 -0800 (PST) Message-ID: Date: Wed, 1 Dec 2004 01:10:31 -0800 From: Pascal Hofstee To: Peter Wemm In-Reply-To: <200411292351.iATNpSgS039788@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200411292351.iATNpSgS039788@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/lib/libobjc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:10:37 -0000 On Mon, 29 Nov 2004 23:51:28 +0000 (UTC), Peter Wemm wrote: > peter 2004-11-29 23:51:28 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > gnu/lib/libobjc Makefile > Log: > MFC: Turn libobjc.so on for amd64. GNUstep needs it, for example. The > original reason libobjc.so was disabled has almost been lost in time. > > PR: 71674 > Submitted by: Pete French > > Revision Changes Path > 1.20.2.1 +6 -1 src/gnu/lib/libobjc/Makefile I adjusted my Makefile locally to also enable this for i386, and have since done a complete rebuild of my previous GNUstep installation. I do not detect any performance problems while running any GNUstep application now linked with the libobjc.so.1 instead of the previous libobjc.a ... so in my opinion (and at least one of the gcc-devs ... pinskia on Freenode's #GNUstep) there should not really be any reason any longer to not revert this change for at least i386 and possibly remove the NOPIC case alltogether ... (also future gcc's should have this enabled on default now according to pinskia) I don't have any real insight into the actual internals here ... so i am solely judging from my user experience ... (on a P2 400 MHz) ... -- With kind regards, Pascal Hofstee From owner-cvs-src@FreeBSD.ORG Wed Dec 1 09:22:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D399716A4CE; Wed, 1 Dec 2004 09:22:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFE043D31; Wed, 1 Dec 2004 09:22:26 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19MQlk072950; Wed, 1 Dec 2004 09:22:26 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19MQFg072949; Wed, 1 Dec 2004 09:22:26 GMT (envelope-from phk) Message-Id: <200412010922.iB19MQFg072949@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 09:22:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys file.h src/sys/kern kern_descrip.c uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:22:27 -0000 phk 2004-12-01 09:22:26 UTC FreeBSD src repository Modified files: sys/sys file.h sys/kern kern_descrip.c uipc_usrreq.c Log: "nfiles" is a bad name for a global variable. Call it "openfiles" instead as this is more correct and matches the sysctl variable. Revision Changes Path 1.260 +6 -6 src/sys/kern/kern_descrip.c 1.143 +2 -2 src/sys/kern/uipc_usrreq.c 1.67 +2 -2 src/sys/sys/file.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 09:29:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF7D16A4CE; Wed, 1 Dec 2004 09:29:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 474D043D2F; Wed, 1 Dec 2004 09:29:31 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19TVfl073269; Wed, 1 Dec 2004 09:29:31 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19TVOE073268; Wed, 1 Dec 2004 09:29:31 GMT (envelope-from phk) Message-Id: <200412010929.iB19TVOE073268@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 09:29:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:29:31 -0000 phk 2004-12-01 09:29:31 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-device driver at the bottom of the file. Revision Changes Path 1.261 +52 -55 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 09:42:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1E116A4CE; Wed, 1 Dec 2004 09:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B761A43D45; Wed, 1 Dec 2004 09:42:35 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19gZZg073674; Wed, 1 Dec 2004 09:42:35 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19gZnC073673; Wed, 1 Dec 2004 09:42:35 GMT (envelope-from phk) Message-Id: <200412010942.iB19gZnC073673@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 09:42:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:42:36 -0000 phk 2004-12-01 09:42:35 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: We already have a lock initialization function, use that for fdesc_mtx also. Polish badfo stuff. Revision Changes Path 1.262 +28 -57 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 10:29:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D6816A4CE; Wed, 1 Dec 2004 10:29:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D81743D4C; Wed, 1 Dec 2004 10:29:20 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1ATKEY075306; Wed, 1 Dec 2004 10:29:20 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1ATKEs075305; Wed, 1 Dec 2004 10:29:20 GMT (envelope-from harti) Message-Id: <200412011029.iB1ATKEs075305@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 1 Dec 2004 10:29:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c buf.c compat.c cond.c dir.c for.c hash.c hash.h job.c main.c make.c parse.c str.c suff.c targ.c var.c var_modify.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:29:20 -0000 harti 2004-12-01 10:29:20 UTC FreeBSD src repository Modified files: usr.bin/make arch.c buf.c compat.c cond.c dir.c for.c hash.c hash.h job.c main.c make.c parse.c str.c suff.c targ.c var.c var_modify.c Log: Style: remove a lot of unnecessary casts, add some and spell the null pointer constant as NULL. Checked by: diff -r on the object files before and after Revision Changes Path 1.36 +19 -18 src/usr.bin/make/arch.c 1.20 +15 -14 src/usr.bin/make/buf.c 1.41 +13 -13 src/usr.bin/make/compat.c 1.30 +10 -8 src/usr.bin/make/cond.c 1.35 +46 -45 src/usr.bin/make/dir.c 1.24 +5 -4 src/usr.bin/make/for.c 1.20 +7 -14 src/usr.bin/make/hash.c 1.14 +1 -1 src/usr.bin/make/hash.h 1.63 +40 -45 src/usr.bin/make/job.c 1.103 +9 -11 src/usr.bin/make/main.c 1.27 +29 -29 src/usr.bin/make/make.c 1.61 +82 -83 src/usr.bin/make/parse.c 1.31 +6 -6 src/usr.bin/make/str.c 1.31 +132 -131 src/usr.bin/make/suff.c 1.28 +19 -19 src/usr.bin/make/targ.c 1.50 +47 -49 src/usr.bin/make/var.c 1.4 +18 -18 src/usr.bin/make/var_modify.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 10:59:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A5616A4CE; Wed, 1 Dec 2004 10:59:37 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD4843D58; Wed, 1 Dec 2004 10:59:36 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.13.115] (pc115-13.icanncapetown.co.za[196.7.13.115]) by comcast.net (sccrmhc11) with ESMTP id <20041201105933011003so4ae>; Wed, 1 Dec 2004 10:59:34 +0000 Message-ID: <41ADA409.8050109@DougBarton.net> Date: Wed, 01 Dec 2004 12:59:21 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Eikemeier References: In-Reply-To: X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/usr.sbin/pkg_install/info info.h main.c src/usr.sbin/pkg_install/libpkg_version.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:59:37 -0000 Oliver Eikemeier wrote: > David E. O'Brien wrote: > >> obrien 2004-10-18 05:34:54 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/info info.h main.c >> usr.sbin/pkg_install/lib global.c lib.h >> usr.sbin/pkg_install/version main.c perform.c pkg_version.1 >> Log: >> Add a -q flag to pkg_version. It suppresses the output of <,=,>. >> This makes it possible to "portupgrade `pkg_version -q -l '<'`". > > > You can always do "portupgrade -a" or "portupgrade `pkg_version -l '<' | > awk '{print$1}'`". This will also work when "pkg_version -v" is used, > while the current `pkg_version -qv' has a strange output. I can't see > the real use of this flag, besides, where can I find portupdate(8)? The argument that you can do 'portupgrade ' to replace functionality in the base is a total non-starter, since not only do many of our users (including myself) not use it, but we shouldn't be making decisions about the ports system based on _any_ optional component. portupgrade is also not the only show in town, so we should be careful not to stifle creativity in other areas. I'm actually more sympathetic to your awk argument here, and in fact that's what I was thinking about when I saw David's commit. However, I'm also guilty of adding a feature to the original perl version of pkg_version that could have been done with piped commands, so I have a hard time being critical on this one. :) Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Wed Dec 1 11:16:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9894116A4CE; Wed, 1 Dec 2004 11:16:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7120C43D5C; Wed, 1 Dec 2004 11:16:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BG4hF076961; Wed, 1 Dec 2004 11:16:04 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BG4vh076960; Wed, 1 Dec 2004 11:16:04 GMT (envelope-from glebius) Message-Id: <200412011116.iB1BG4vh076960@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 11:16:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet ip_divert.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:16:04 -0000 glebius 2004-12-01 11:16:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip_divert.c Log: MFC 1.110: - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag from divert sockets. - Remove div_disconnect() method, since it shouldn't be called now. - Remove div_abort() method. It was never called directly, since protocol doesn't have listen queue. It was called only from div_disconnect(), which is removed now. Revision Changes Path 1.42.2.7 +2 -20 src/sys/netinet/ip_divert.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 11:51:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF43216A4CE; Wed, 1 Dec 2004 11:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4D243D39; Wed, 1 Dec 2004 11:51:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BpK7e078231; Wed, 1 Dec 2004 11:51:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BpKMg078230; Wed, 1 Dec 2004 11:51:20 GMT (envelope-from phk) Message-Id: <200412011151.iB1BpKMg078230@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 11:51:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools vnode_if.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:51:21 -0000 phk 2004-12-01 11:51:20 UTC FreeBSD src repository Modified files: sys/tools vnode_if.awk Log: emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use to prototype VOP functions with. Revision Changes Path 1.41 +1 -0 src/sys/tools/vnode_if.awk From owner-cvs-src@FreeBSD.ORG Wed Dec 1 11:52:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A401F16A4CE; Wed, 1 Dec 2004 11:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5B243D48; Wed, 1 Dec 2004 11:52:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BqH9Z078277; Wed, 1 Dec 2004 11:52:17 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BqHRM078276; Wed, 1 Dec 2004 11:52:17 GMT (envelope-from glebius) Message-Id: <200412011152.iB1BqHRM078276@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 11:52:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net if_tap.c if_tun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:52:17 -0000 glebius 2004-12-01 11:52:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_tap.c if_tun.c Log: MFC: Utilize m_uiotombuf() instead of home-grown implementation. Revision Changes Path 1.46.2.2 +5 -31 src/sys/net/if_tap.c 1.144.2.1 +12 -38 src/sys/net/if_tun.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 11:56:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C09716A4CE; Wed, 1 Dec 2004 11:56:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D356E43D55; Wed, 1 Dec 2004 11:56:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BuWWE078556; Wed, 1 Dec 2004 11:56:32 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BuW4Y078555; Wed, 1 Dec 2004 11:56:32 GMT (envelope-from glebius) Message-Id: <200412011156.iB1BuW4Y078555@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 11:56:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_cisco.c ng_source.c src/sys/netgraph/atm/sscop ng_sscop_cust.h src/sys/netgraph/bluetooth/hci ng_hci_misc.c src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:56:33 -0000 glebius 2004-12-01 11:56:32 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h ng_base.c ng_cisco.c ng_source.c sys/netgraph/atm/sscop ng_sscop_cust.h sys/netgraph/atm/uni ng_uni_cust.h sys/netgraph/bluetooth/hci ng_hci_misc.c sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c Log: Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. This is done to keep both versions in RELENG_5 and support both APIs. Reviewed by: scottl Approved by: julian (mentor), implicitly Revision Changes Path 1.4 +2 -2 src/sys/netgraph/atm/sscop/ng_sscop_cust.h 1.4 +2 -2 src/sys/netgraph/atm/uni/ng_uni_cust.h 1.9 +6 -6 src/sys/netgraph/bluetooth/hci/ng_hci_misc.c 1.9 +9 -9 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c 1.46 +2 -2 src/sys/netgraph/netgraph.h 1.87 +5 -5 src/sys/netgraph/ng_base.c 1.26 +3 -3 src/sys/netgraph/ng_cisco.c 1.21 +4 -4 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 12:12:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B8C16A4CE; Wed, 1 Dec 2004 12:12:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1330543D6E; Wed, 1 Dec 2004 12:12:12 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1CCCP0079176; Wed, 1 Dec 2004 12:12:12 GMT (envelope-from nik@repoman.freebsd.org) Received: (from nik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1CCCEb079175; Wed, 1 Dec 2004 12:12:12 GMT (envelope-from nik) Message-Id: <200412011212.iB1CCCEb079175@repoman.freebsd.org> From: Nik Clayton Date: Wed, 1 Dec 2004 12:12:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netinet/tcpfullwindowrst Makefile tcpfullwindowrst.t tcpfullwindowrsttest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:12:13 -0000 nik 2004-12-01 12:12:12 UTC FreeBSD src repository Added files: tools/regression/netinet/tcpfullwindowrst Makefile tcpfullwindowrst.t tcpfullwindowrsttest.c Log: The following code sets up two connected TCP sockets that send data to each other until the window is closed. Then one of the sockets is closed, which will generate a RST once the TCP at the other socket does a window probe. All versions of FreeBSD prior to 11/26/2004 will ignore this RST into a 0 window, causing the connection (and application) to hang indefinitely. On patched versions of FreeBSD (and other operating systems), the RST will be accepted and the program will exit in a few seconds. Submitted by: Michiel Boland Reviewed by: silby Revision Changes Path 1.1 +6 -0 src/tools/regression/netinet/tcpfullwindowrst/Makefile (new) 1.1 +7 -0 src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t (new) 1.1 +131 -0 src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 1 12:24:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539DE16A4D4; Wed, 1 Dec 2004 12:24:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A1643D53; Wed, 1 Dec 2004 12:24:42 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1COg1T079915; Wed, 1 Dec 2004 12:24:42 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1COgfB079914; Wed, 1 Dec 2004 12:24:42 GMT (envelope-from phk) Message-Id: <200412011224.iB1COgfB079914@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 12:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/deadfs dead_vnops.c src/sys/fs/devfs devfs_vnops.c src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/fifofs fifo_vnops.c src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_vnops.c src/sys/fs/ntfs ntfs_vnops.c src/sys/fs/nullfs ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:24:42 -0000 phk 2004-12-01 12:24:42 UTC FreeBSD src repository Modified files: sys/fs/deadfs dead_vnops.c sys/fs/devfs devfs_vnops.c sys/fs/fdescfs fdesc_vnops.c sys/fs/fifofs fifo_vnops.c sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_vnops.c sys/fs/ntfs ntfs_vnops.c sys/fs/nullfs null_vnops.c sys/fs/nwfs nwfs_vnops.c sys/fs/portalfs portal_vnops.c sys/fs/smbfs smbfs_vnops.c sys/fs/udf udf_vnops.c sys/fs/umapfs umap_vnops.c sys/fs/unionfs union_vnops.c sys/gnu/ext2fs ext2_vnops.c sys/isofs/cd9660 cd9660_vnops.c sys/ufs/ffs ffs_vnops.c sys/ufs/ufs ufs_vnops.c Log: Mechanically change prototypes for vnode operations to use the new typedefs. Revision Changes Path 1.42 +8 -8 src/sys/fs/deadfs/dead_vnops.c 1.87 +20 -20 src/sys/fs/devfs/devfs_vnops.c 1.95 +7 -7 src/sys/fs/fdescfs/fdesc_vnops.c 1.107 +7 -7 src/sys/fs/fifofs/fifo_vnops.c 1.53 +19 -19 src/sys/fs/hpfs/hpfs_vnops.c 1.153 +21 -21 src/sys/fs/msdosfs/msdosfs_vnops.c 1.45 +13 -13 src/sys/fs/ntfs/ntfs_vnops.c 1.68 +14 -14 src/sys/fs/nullfs/null_vnops.c 1.32 +21 -21 src/sys/fs/nwfs/nwfs_vnops.c 1.66 +6 -6 src/sys/fs/portalfs/portal_vnops.c 1.48 +23 -23 src/sys/fs/smbfs/smbfs_vnops.c 1.41 +11 -11 src/sys/fs/udf/udf_vnops.c 1.41 +8 -8 src/sys/fs/umapfs/umap_vnops.c 1.114 +43 -43 src/sys/fs/unionfs/union_vnops.c 1.91 +26 -26 src/sys/gnu/ext2fs/ext2_vnops.c 1.104 +9 -9 src/sys/isofs/cd9660/cd9660_vnops.c 1.143 +11 -11 src/sys/ufs/ffs/ffs_vnops.c 1.251 +25 -25 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 13:02:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E0F16A4CE; Wed, 1 Dec 2004 13:02:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD28C43D49; Wed, 1 Dec 2004 13:02:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1D2DbC087714; Wed, 1 Dec 2004 13:02:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1D2D2K087713; Wed, 1 Dec 2004 13:02:13 GMT (envelope-from glebius) Message-Id: <200412011302.iB1D2D2K087713@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 13:02:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_source.c src/sys/netgraph/atm/uni ng_uni_cust.h src/sys/netgraph/bluetooth/hci ng_hci_misc.c src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 13:02:14 -0000 glebius 2004-12-01 13:02:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph netgraph.h ng_base.c ng_source.c sys/netgraph/atm/sscop ng_sscop_cust.h sys/netgraph/atm/uni ng_uni_cust.h sys/netgraph/bluetooth/hci ng_hci_misc.c sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c Log: Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/. Restore ng_timeout() and ng_untimeout() as they were in ng_base.c:1.84, so that during RELENG_5 both interfaces are supported. Reviewed by: scottl Approved by: julian (mentor), implicitly Revision Changes Path 1.1.4.2 +2 -2 src/sys/netgraph/atm/sscop/ng_sscop_cust.h 1.2.2.2 +2 -2 src/sys/netgraph/atm/uni/ng_uni_cust.h 1.7.2.2 +6 -6 src/sys/netgraph/bluetooth/hci/ng_hci_misc.c 1.7.2.2 +9 -9 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c 1.43.2.3 +8 -2 src/sys/netgraph/netgraph.h 1.84.2.2 +66 -5 src/sys/netgraph/ng_base.c 1.18.2.2 +4 -4 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 13:50:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3DCE16A4CE; Wed, 1 Dec 2004 13:50:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFD943D5D; Wed, 1 Dec 2004 13:50:04 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Do4OQ089207; Wed, 1 Dec 2004 13:50:04 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Do4LT089206; Wed, 1 Dec 2004 13:50:04 GMT (envelope-from davidxu) Message-Id: <200412011350.iB1Do4LT089206@repoman.freebsd.org> From: David Xu Date: Wed, 1 Dec 2004 13:50:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 13:50:05 -0000 davidxu 2004-12-01 13:50:04 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: If a thread is resumed by thr_wake, it should return 0, especially it should not return ERESTART after it caught a signal, otherwise thr_wake() call will be lost, also a timeout wait should not be restarted. Final, using wakeup not wakeup_one to be safeness. Revision Changes Path 1.31 +15 -5 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 16:08:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B305316A4E1 for ; Wed, 1 Dec 2004 16:08:41 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EC543D46 for ; Wed, 1 Dec 2004 16:08:41 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 13755 invoked from network); 1 Dec 2004 16:08:40 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 1 Dec 2004 16:08:40 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iB1G8Sb6096665; Wed, 1 Dec 2004 11:08:37 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Wed, 1 Dec 2004 10:57:40 -0500 User-Agent: KMail/1.6.2 References: <200412010549.iB15nQ7H057570@repoman.freebsd.org> In-Reply-To: <200412010549.iB15nQ7H057570@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412011057.40944.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:08:42 -0000 On Wednesday 01 December 2004 12:49 am, Nate Lawson wrote: > njl 2004-12-01 05:49:26 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Completely back out 1.37. Something else is going on and John wants to > keep the locking and solve the real problem. Thank you. I do have a patch that I think will fix the problems with DPF handling but need to get it tested (none of my boxes have DPFs in their link device resources). I'll either post it in a bit or commit if phk tests it as he has one such box. In the meantime, I'd appreciate if folks would run any further patches to this file by me first. I'm sorry that it took a while to address the DPF issue but it happened to collide with my Thanksgiving holiday schedule. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Dec 1 17:44:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242E216A4CF; Wed, 1 Dec 2004 17:44:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA63043D6A; Wed, 1 Dec 2004 17:44:04 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Hi4AK003378; Wed, 1 Dec 2004 17:44:04 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Hi4O9003377; Wed, 1 Dec 2004 17:44:04 GMT (envelope-from harti) Message-Id: <200412011744.iB1Hi4O9003377@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 1 Dec 2004 17:44:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make/lst.lib lstDestroy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:44:05 -0000 harti 2004-12-01 17:44:04 UTC FreeBSD src repository Modified files: usr.bin/make/lst.lib lstDestroy.c Log: Remove a double test for the same ptr != NULL and use the official macro for this; reorder an if. Revision Changes Path 1.17 +6 -7 src/usr.bin/make/lst.lib/lstDestroy.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 17:58:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A518E16A4CE; Wed, 1 Dec 2004 17:58:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8166D43D4C; Wed, 1 Dec 2004 17:58:37 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HwbTg003829; Wed, 1 Dec 2004 17:58:37 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1HwbS2003828; Wed, 1 Dec 2004 17:58:37 GMT (envelope-from rees) Message-Id: <200412011758.iB1HwbS2003828@repoman.freebsd.org> From: Jim Rees Date: Wed, 1 Dec 2004 17:58:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:58:37 -0000 rees 2004-12-01 17:58:37 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: Fix for a bug in nfs_mkdir() that called vrele() instead of vput() in the error cases, causing panics. Adapted from similar fix to NFSv3 mkdir submitted by Mohan Srinivasan mohans at yahoo-inc dot com Approved by: alfred Revision Changes Path 1.14 +1 -1 src/sys/nfs4client/nfs4_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 18:03:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F2D16A4CE; Wed, 1 Dec 2004 18:03:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A303643D62; Wed, 1 Dec 2004 18:03:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I3IeL004116; Wed, 1 Dec 2004 18:03:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1I3I8s004115; Wed, 1 Dec 2004 18:03:18 GMT (envelope-from jhb) Message-Id: <200412011803.iB1I3I8s004115@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Dec 2004 18:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 mkisoimages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:03:18 -0000 jhb 2004-12-01 18:03:18 UTC FreeBSD src repository Modified files: release/i386 mkisoimages.sh Log: Don't allow ISO images to be made that try to use boot.flp to boot as the boot.flp in 5.3 and later is not self-contained and thus not suitable for CD booting. /boot/cdboot is now the only way to boot the install CDs. MFC after: 2 weeks Revision Changes Path 1.12 +2 -5 src/release/i386/mkisoimages.sh From owner-cvs-src@FreeBSD.ORG Wed Dec 1 19:08:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D74016A4CE; Wed, 1 Dec 2004 19:08:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CDA43D49; Wed, 1 Dec 2004 19:08:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1J8eg5006477; Wed, 1 Dec 2004 19:08:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1J8eUa006476; Wed, 1 Dec 2004 19:08:40 GMT (envelope-from phk) Message-Id: <200412011908.iB1J8eUa006476@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 19:08:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:08:41 -0000 phk 2004-12-01 19:08:40 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_vnops.c Log: Scripted modification of vop_* prototypes to use typedefs. Revision Changes Path 1.15 +25 -25 src/sys/nfs4client/nfs4_vnops.c 1.231 +25 -25 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 19:15:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E694516A4CF; Wed, 1 Dec 2004 19:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE63B43D54; Wed, 1 Dec 2004 19:15:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1JF0El006825; Wed, 1 Dec 2004 19:15:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1JF04a006824; Wed, 1 Dec 2004 19:15:00 GMT (envelope-from phk) Message-Id: <200412011915.iB1JF04a006824@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 19:15:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:15:01 -0000 phk 2004-12-01 19:15:00 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_vnops.c Log: Correctly prototype union_write with vop_write_t, not vop_read_t. Revision Changes Path 1.115 +2 -2 src/sys/fs/unionfs/union_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 20:18:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A1A16A4CE; Wed, 1 Dec 2004 20:18:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E32343D46; Wed, 1 Dec 2004 20:18:56 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KIu94009693; Wed, 1 Dec 2004 20:18:56 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KIuGN009692; Wed, 1 Dec 2004 20:18:56 GMT (envelope-from phk) Message-Id: <200412012018.iB1KIuGN009692@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 20:18:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfsnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:18:56 -0000 phk 2004-12-01 20:18:56 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c sys/nfsclient nfsnode.h Log: Remove redundant functions (repo-copied from nfsclient) for dealing with fifos. Revision Changes Path 1.16 +0 -114 src/sys/nfs4client/nfs4_vnops.c 1.47 +0 -4 src/sys/nfsclient/nfsnode.h From owner-cvs-src@FreeBSD.ORG Wed Dec 1 20:24:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3856F16A4CE; Wed, 1 Dec 2004 20:24:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A5D43D46; Wed, 1 Dec 2004 20:24:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KO1jj009899; Wed, 1 Dec 2004 20:24:01 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KO1AD009898; Wed, 1 Dec 2004 20:24:01 GMT (envelope-from phk) Message-Id: <200412012024.iB1KO1AD009898@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 20:24:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:24:02 -0000 phk 2004-12-01 20:24:01 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_vnops.c Log: hpfs_lookup() should have a vop_cachedlookup_t prototype an corresponding argument. Revision Changes Path 1.54 +2 -2 src/sys/fs/hpfs/hpfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:05:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC6E16A4CE; Wed, 1 Dec 2004 21:05:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA2D43D4C; Wed, 1 Dec 2004 21:05:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1L52cx017824; Wed, 1 Dec 2004 21:05:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1L52xX017823; Wed, 1 Dec 2004 21:05:02 GMT (envelope-from jhb) Message-Id: <200412012105.iB1L52xX017823@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Dec 2004 21:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:05:02 -0000 jhb 2004-12-01 21:05:02 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: - Do a better job of handling any Dependent Functions (aka DPFs) that appear in the _PRS or _CRS of link devices. If faced with multiple DPFs in a _PRS, we just use the first one. We assume that if _CRS has DPF tags they only contain a single set since multiple DPFs wouldn't make any sense. In practice, the only DPFs I've seen so far for link devices are that the one IRQ resource is surrounded by a DPF tag pair for no apparent reason, and this should handle that case fine now. - Only allocate link structures for IRQ resources for link devices rather than allocating a link structure for every resource. Reviewed by: njl Tested by: phk Revision Changes Path 1.40 +218 -69 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:33:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90AAA16A4CE; Wed, 1 Dec 2004 21:33:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBDD43D46; Wed, 1 Dec 2004 21:33:02 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LX2c4019418; Wed, 1 Dec 2004 21:33:02 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LX2JC019417; Wed, 1 Dec 2004 21:33:02 GMT (envelope-from cperciva) Message-Id: <200412012133.iB1LX2JC019417@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:33:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:33:02 -0000 cperciva 2004-12-01 21:33:02 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_status.c Log: Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. Revision Changes Path 1.86 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.54 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:33:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8C616A4CE; Wed, 1 Dec 2004 21:33:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC74F43D3F; Wed, 1 Dec 2004 21:33:35 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LXZSK019478; Wed, 1 Dec 2004 21:33:35 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LXZth019477; Wed, 1 Dec 2004 21:33:35 GMT (envelope-from cperciva) Message-Id: <200412012133.iB1LXZth019477@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:33:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:33:36 -0000 cperciva 2004-12-01 21:33:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC revision 1.54 of src/sys/fs/procfs/procfs_status.c MFC revision 1.86 of src/sys/compat/linprocfs/linprocfs.c Approved by: so (nectar) Revision Changes Path 1.84.2.1 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.52.2.1 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:33:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6EF16A4CE; Wed, 1 Dec 2004 21:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C27443D5E; Wed, 1 Dec 2004 21:33:57 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LXvXR019512; Wed, 1 Dec 2004 21:33:57 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LXvaj019511; Wed, 1 Dec 2004 21:33:57 GMT (envelope-from cperciva) Message-Id: <200412012133.iB1LXvaj019511@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:33:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:33:57 -0000 cperciva 2004-12-01 21:33:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/miscfs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC (in the spirit of) revision 1.54 of src/sys/fs/procfs/procfs_status.c Approved by: so (nectar) Revision Changes Path 1.20.2.6 +16 -1 src/sys/miscfs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:34:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF23316A4CE; Wed, 1 Dec 2004 21:34:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF20E43D2D; Wed, 1 Dec 2004 21:34:23 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LYNka019626; Wed, 1 Dec 2004 21:34:23 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LYNpt019625; Wed, 1 Dec 2004 21:34:23 GMT (envelope-from cperciva) Message-Id: <200412012134.iB1LYNpt019625@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:34:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src UPDATING src/sys/compat/linprocfs linprocfs.c src/sys/conf newvers.sh src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:34:24 -0000 cperciva 2004-12-01 21:34:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) . UPDATING sys/compat/linprocfs linprocfs.c sys/conf newvers.sh sys/fs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC revision 1.54 of src/sys/fs/procfs/procfs_status.c MFC revision 1.86 of src/sys/compat/linprocfs/linprocfs.c Approved by: so (nectar) Revision Changes Path 1.342.2.13.2.5 +5 -0 src/UPDATING 1.84.4.1 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.62.2.15.2.7 +1 -1 src/sys/conf/newvers.sh 1.52.4.1 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:34:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1528116A4CE; Wed, 1 Dec 2004 21:34:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0577143D1F; Wed, 1 Dec 2004 21:34:44 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LYhuJ019728; Wed, 1 Dec 2004 21:34:43 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LYhMM019727; Wed, 1 Dec 2004 21:34:43 GMT (envelope-from cperciva) Message-Id: <200412012134.iB1LYhMM019727@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:34:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING src/sys/compat/linprocfs linprocfs.c src/sys/conf newvers.sh src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:34:44 -0000 cperciva 2004-12-01 21:34:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING sys/compat/linprocfs linprocfs.c sys/conf newvers.sh sys/fs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC revision 1.54 of src/sys/fs/procfs/procfs_status.c MFC revision 1.86 of src/sys/compat/linprocfs/linprocfs.c Approved by: so (nectar) Revision Changes Path 1.282.2.21 +5 -0 src/UPDATING 1.78.2.1 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.56.2.20 +1 -1 src/sys/conf/newvers.sh 1.49.2.1 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:35:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9EF16A4CE; Wed, 1 Dec 2004 21:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FED643D53; Wed, 1 Dec 2004 21:35:11 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LZBrB019824; Wed, 1 Dec 2004 21:35:11 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LZBZR019823; Wed, 1 Dec 2004 21:35:11 GMT (envelope-from cperciva) Message-Id: <200412012135.iB1LZBZR019823@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:35:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:35:11 -0000 cperciva 2004-12-01 21:35:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_10) . UPDATING sys/conf newvers.sh sys/miscfs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC (in the spirit of) revision 1.54 of src/sys/fs/procfs/procfs_status.c Approved by: so (nectar) Revision Changes Path 1.73.2.90.2.6 +5 -0 src/UPDATING 1.44.2.34.2.7 +1 -1 src/sys/conf/newvers.sh 1.20.2.5.4.1 +16 -1 src/sys/miscfs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:35:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C5A16A4CE; Wed, 1 Dec 2004 21:35:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A454043D54; Wed, 1 Dec 2004 21:35:57 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LZvSC019983; Wed, 1 Dec 2004 21:35:57 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LZvTi019982; Wed, 1 Dec 2004 21:35:57 GMT (envelope-from cperciva) Message-Id: <200412012135.iB1LZvTi019982@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:35:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:35:57 -0000 cperciva 2004-12-01 21:35:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh sys/miscfs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC (in the spirit of) revision 1.54 of src/sys/fs/procfs/procfs_status.c Approved by: so (nectar) Revision Changes Path 1.73.2.80.2.30 +5 -0 src/UPDATING 1.44.2.29.2.28 +1 -1 src/sys/conf/newvers.sh 1.20.2.4.8.2 +16 -1 src/sys/miscfs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 21:47:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C8216A4CE; Wed, 1 Dec 2004 21:47:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AA643D55; Wed, 1 Dec 2004 21:47:52 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LlpJO020700; Wed, 1 Dec 2004 21:47:51 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LlpiX020699; Wed, 1 Dec 2004 21:47:51 GMT (envelope-from rees) Message-Id: <200412012147.iB1LlpiX020699@repoman.freebsd.org> From: Jim Rees Date: Wed, 1 Dec 2004 21:47:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vfs_subs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:47:52 -0000 rees 2004-12-01 21:47:51 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfs_subs.c Log: don't confuse NFSMNT_ flags with MNT_ flags in statfs Approved by: alfred Revision Changes Path 1.2 +0 -1 src/sys/nfs4client/nfs4_vfs_subs.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 22:05:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 323F316A4CE; Wed, 1 Dec 2004 22:05:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10BF243D3F; Wed, 1 Dec 2004 22:05:51 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1M5oPh021398; Wed, 1 Dec 2004 22:05:50 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1M5ojW021397; Wed, 1 Dec 2004 22:05:50 GMT (envelope-from rees) Message-Id: <200412012205.iB1M5ojW021397@repoman.freebsd.org> From: Jim Rees Date: Wed, 1 Dec 2004 22:05:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:05:51 -0000 rees 2004-12-01 22:05:50 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Add nfs4 to list of net filesystems. Approved by: alfred Revision Changes Path 1.233 +1 -1 src/etc/defaults/rc.conf From owner-cvs-src@FreeBSD.ORG Wed Dec 1 22:51:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 734E316A4CE; Wed, 1 Dec 2004 22:51:45 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E333543D41; Wed, 1 Dec 2004 22:51:44 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 77B0EAC942; Wed, 1 Dec 2004 23:51:41 +0100 (CET) Date: Wed, 1 Dec 2004 23:51:41 +0100 From: Pawel Jakub Dawidek To: Colin Percival Message-ID: <20041201225141.GA813@darkness.comp.waw.pl> References: <200412012133.iB1LX2JC019417@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <200412012133.iB1LX2JC019417@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:51:45 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 01, 2004 at 09:33:02PM +0000, Colin Percival wrote: +> cperciva 2004-12-01 21:33:02 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/compat/linprocfs linprocfs.c=20 +> sys/fs/procfs procfs_status.c=20 +> Log: +> Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. [...] +> @@ -794,10 +795,21 @@ linprocfs_doproccmdline(PFS_FILL_ARGS) +> sizeof(pstr)); +> if (error) +> return (error); +> + if (pstr.ps_nargvstr > ARG_MAX) +> + return (E2BIG); +> + ps_argvstr =3D malloc(pstr.ps_nargvstr * sizeof(char *), +> + M_TEMP, M_WAITOK); +> + error =3D copyin((void *)pstr.ps_argvstr, ps_argvstr, +> + pstr.ps_nargvstr * sizeof(char *)); +> + if (error) { +> + free(ps_argvstr, M_TEMP); +> + return (error); +> + } +> for (i =3D 0; i < pstr.ps_nargvstr; i++) { +> - sbuf_copyin(sb, pstr.ps_argvstr[i], 0); +> + sbuf_copyin(sb, ps_argvstr[i], 0); +> sbuf_printf(sb, "%c", '\0'); +> } +> + free(ps_argvstr, M_TEMP); BTW. Why we don't check sbuf_copyin() return value here? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrkr9ForvXbEpPzQRAiYvAKC5fn2LdkUmuK8SsuEFugpYUYMDgwCgpYVw ngrBdQIMen8N7PC5+IPWIFk= =v/zt -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:14:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA5B16A4CE; Wed, 1 Dec 2004 23:14:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1A743D1F; Wed, 1 Dec 2004 23:14:12 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NECLk023864; Wed, 1 Dec 2004 23:14:12 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NECQl023863; Wed, 1 Dec 2004 23:14:12 GMT (envelope-from marks) Message-Id: <200412012314.iB1NECQl023863@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:14:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:14:13 -0000 marks 2004-12-01 23:14:12 UTC FreeBSD src repository src/sys/contrib/dev/acpica - Imported sources Update of /home/ncvs/src/sys/contrib/dev/acpica In directory repoman.freebsd.org:/tmp/cvs-serv23815 Log Message: Vendor import of Intel ACPI-CA 20041119 Status: Vendor Tag: INTEL Release Tags: r20041119 C src/sys/contrib/dev/acpica/dbcmds.c U src/sys/contrib/dev/acpica/dbdisply.c U src/sys/contrib/dev/acpica/dbexec.c U src/sys/contrib/dev/acpica/dbfileio.c U src/sys/contrib/dev/acpica/dbhistry.c U src/sys/contrib/dev/acpica/dbinput.c U src/sys/contrib/dev/acpica/dbstats.c U src/sys/contrib/dev/acpica/dbutils.c U src/sys/contrib/dev/acpica/dbxface.c U src/sys/contrib/dev/acpica/dmbuffer.c U src/sys/contrib/dev/acpica/dmnames.c U src/sys/contrib/dev/acpica/dmobject.c U src/sys/contrib/dev/acpica/dmopcode.c U src/sys/contrib/dev/acpica/dmresrc.c U src/sys/contrib/dev/acpica/dmresrcl.c U src/sys/contrib/dev/acpica/dmresrcs.c U src/sys/contrib/dev/acpica/dmutils.c U src/sys/contrib/dev/acpica/dmwalk.c U src/sys/contrib/dev/acpica/evevent.c U src/sys/contrib/dev/acpica/evgpe.c U src/sys/contrib/dev/acpica/evgpeblk.c U src/sys/contrib/dev/acpica/evmisc.c U src/sys/contrib/dev/acpica/evsci.c U src/sys/contrib/dev/acpica/evregion.c U src/sys/contrib/dev/acpica/evrgnini.c U src/sys/contrib/dev/acpica/evxface.c U src/sys/contrib/dev/acpica/evxfevnt.c U src/sys/contrib/dev/acpica/evxfregn.c U src/sys/contrib/dev/acpica/hwacpi.c U src/sys/contrib/dev/acpica/hwgpe.c C src/sys/contrib/dev/acpica/hwregs.c C src/sys/contrib/dev/acpica/hwsleep.c U src/sys/contrib/dev/acpica/hwtimer.c U src/sys/contrib/dev/acpica/acapps.h C src/sys/contrib/dev/acpica/acconfig.h U src/sys/contrib/dev/acpica/acdebug.h U src/sys/contrib/dev/acpica/acdisasm.h U src/sys/contrib/dev/acpica/acdispat.h U src/sys/contrib/dev/acpica/acevents.h U src/sys/contrib/dev/acpica/acexcep.h U src/sys/contrib/dev/acpica/acglobal.h U src/sys/contrib/dev/acpica/achware.h U src/sys/contrib/dev/acpica/acinterp.h U src/sys/contrib/dev/acpica/aclocal.h U src/sys/contrib/dev/acpica/acmacros.h U src/sys/contrib/dev/acpica/acnamesp.h U src/sys/contrib/dev/acpica/acobject.h U src/sys/contrib/dev/acpica/acoutput.h U src/sys/contrib/dev/acpica/acpi.h U src/sys/contrib/dev/acpica/acparser.h C src/sys/contrib/dev/acpica/acpiosxf.h C src/sys/contrib/dev/acpica/acpixf.h U src/sys/contrib/dev/acpica/acresrc.h U src/sys/contrib/dev/acpica/acstruct.h U src/sys/contrib/dev/acpica/actables.h U src/sys/contrib/dev/acpica/actbl.h U src/sys/contrib/dev/acpica/actbl1.h U src/sys/contrib/dev/acpica/actbl2.h U src/sys/contrib/dev/acpica/actypes.h C src/sys/contrib/dev/acpica/acutils.h U src/sys/contrib/dev/acpica/amlcode.h U src/sys/contrib/dev/acpica/amlresrc.h U src/sys/contrib/dev/acpica/acefi.h C src/sys/contrib/dev/acpica/acenv.h U src/sys/contrib/dev/acpica/acfreebsd.h U src/sys/contrib/dev/acpica/acgcc.h U src/sys/contrib/dev/acpica/dsfield.c U src/sys/contrib/dev/acpica/dsinit.c U src/sys/contrib/dev/acpica/dsmethod.c U src/sys/contrib/dev/acpica/dsmthdat.c U src/sys/contrib/dev/acpica/dsobject.c U src/sys/contrib/dev/acpica/dsopcode.c U src/sys/contrib/dev/acpica/dsutils.c U src/sys/contrib/dev/acpica/dswexec.c U src/sys/contrib/dev/acpica/dswload.c U src/sys/contrib/dev/acpica/dswscope.c U src/sys/contrib/dev/acpica/dswstate.c U src/sys/contrib/dev/acpica/exconfig.c U src/sys/contrib/dev/acpica/exconvrt.c U src/sys/contrib/dev/acpica/excreate.c U src/sys/contrib/dev/acpica/exdump.c U src/sys/contrib/dev/acpica/exfield.c C src/sys/contrib/dev/acpica/exfldio.c U src/sys/contrib/dev/acpica/exmisc.c U src/sys/contrib/dev/acpica/exmutex.c U src/sys/contrib/dev/acpica/exnames.c U src/sys/contrib/dev/acpica/exoparg1.c U src/sys/contrib/dev/acpica/exoparg2.c U src/sys/contrib/dev/acpica/exoparg3.c U src/sys/contrib/dev/acpica/exoparg6.c U src/sys/contrib/dev/acpica/exprep.c U src/sys/contrib/dev/acpica/exregion.c U src/sys/contrib/dev/acpica/exresnte.c U src/sys/contrib/dev/acpica/exresolv.c U src/sys/contrib/dev/acpica/exresop.c U src/sys/contrib/dev/acpica/exstore.c U src/sys/contrib/dev/acpica/exstoren.c U src/sys/contrib/dev/acpica/exstorob.c C src/sys/contrib/dev/acpica/exsystem.c U src/sys/contrib/dev/acpica/exutils.c U src/sys/contrib/dev/acpica/psargs.c U src/sys/contrib/dev/acpica/psopcode.c C src/sys/contrib/dev/acpica/psparse.c U src/sys/contrib/dev/acpica/psscope.c U src/sys/contrib/dev/acpica/pstree.c U src/sys/contrib/dev/acpica/psutils.c U src/sys/contrib/dev/acpica/pswalk.c U src/sys/contrib/dev/acpica/psxface.c U src/sys/contrib/dev/acpica/nsaccess.c U src/sys/contrib/dev/acpica/nsalloc.c U src/sys/contrib/dev/acpica/nsdump.c U src/sys/contrib/dev/acpica/nsdumpdv.c U src/sys/contrib/dev/acpica/nseval.c U src/sys/contrib/dev/acpica/nsinit.c U src/sys/contrib/dev/acpica/nsload.c U src/sys/contrib/dev/acpica/nsnames.c U src/sys/contrib/dev/acpica/nsobject.c U src/sys/contrib/dev/acpica/nsparse.c U src/sys/contrib/dev/acpica/nssearch.c U src/sys/contrib/dev/acpica/nsutils.c U src/sys/contrib/dev/acpica/nswalk.c U src/sys/contrib/dev/acpica/nsxfeval.c U src/sys/contrib/dev/acpica/nsxfname.c U src/sys/contrib/dev/acpica/nsxfobj.c U src/sys/contrib/dev/acpica/osunixxf.c U src/sys/contrib/dev/acpica/rsaddr.c U src/sys/contrib/dev/acpica/rscalc.c U src/sys/contrib/dev/acpica/rscreate.c U src/sys/contrib/dev/acpica/rsdump.c U src/sys/contrib/dev/acpica/rsio.c U src/sys/contrib/dev/acpica/rsirq.c U src/sys/contrib/dev/acpica/rslist.c U src/sys/contrib/dev/acpica/rsmemory.c U src/sys/contrib/dev/acpica/rsmisc.c U src/sys/contrib/dev/acpica/rsutils.c U src/sys/contrib/dev/acpica/rsxface.c U src/sys/contrib/dev/acpica/tbconvrt.c C src/sys/contrib/dev/acpica/tbget.c U src/sys/contrib/dev/acpica/tbgetall.c U src/sys/contrib/dev/acpica/tbinstal.c U src/sys/contrib/dev/acpica/tbrsdt.c U src/sys/contrib/dev/acpica/tbutils.c U src/sys/contrib/dev/acpica/tbxface.c U src/sys/contrib/dev/acpica/tbxfroot.c U src/sys/contrib/dev/acpica/utalloc.c U src/sys/contrib/dev/acpica/utclib.c U src/sys/contrib/dev/acpica/utcopy.c U src/sys/contrib/dev/acpica/utdebug.c U src/sys/contrib/dev/acpica/utdelete.c U src/sys/contrib/dev/acpica/uteval.c C src/sys/contrib/dev/acpica/utglobal.c U src/sys/contrib/dev/acpica/utinit.c U src/sys/contrib/dev/acpica/utmath.c U src/sys/contrib/dev/acpica/utmisc.c U src/sys/contrib/dev/acpica/utobject.c U src/sys/contrib/dev/acpica/utxface.c U src/sys/contrib/dev/acpica/CHANGES.txt U src/sys/contrib/dev/acpica/common/adisasm.c U src/sys/contrib/dev/acpica/common/getopt.c U src/sys/contrib/dev/acpica/compiler/aslanalyze.c U src/sys/contrib/dev/acpica/compiler/aslcodegen.c U src/sys/contrib/dev/acpica/compiler/aslcompile.c U src/sys/contrib/dev/acpica/compiler/aslcompiler.h U src/sys/contrib/dev/acpica/compiler/aslcompiler.l U src/sys/contrib/dev/acpica/compiler/aslcompiler.y U src/sys/contrib/dev/acpica/compiler/aslerror.c U src/sys/contrib/dev/acpica/compiler/aslfiles.c U src/sys/contrib/dev/acpica/compiler/aslfold.c U src/sys/contrib/dev/acpica/compiler/aslglobal.h U src/sys/contrib/dev/acpica/compiler/asllength.c U src/sys/contrib/dev/acpica/compiler/asllisting.c U src/sys/contrib/dev/acpica/compiler/aslload.c U src/sys/contrib/dev/acpica/compiler/asllookup.c U src/sys/contrib/dev/acpica/compiler/aslmain.c U src/sys/contrib/dev/acpica/compiler/aslmap.c U src/sys/contrib/dev/acpica/compiler/aslopcodes.c U src/sys/contrib/dev/acpica/compiler/asloperands.c U src/sys/contrib/dev/acpica/compiler/aslopt.c U src/sys/contrib/dev/acpica/compiler/aslresource.c U src/sys/contrib/dev/acpica/compiler/aslrestype1.c U src/sys/contrib/dev/acpica/compiler/aslrestype2.c U src/sys/contrib/dev/acpica/compiler/aslstubs.c U src/sys/contrib/dev/acpica/compiler/asltransform.c U src/sys/contrib/dev/acpica/compiler/asltree.c U src/sys/contrib/dev/acpica/compiler/asltypes.h U src/sys/contrib/dev/acpica/compiler/aslutils.c 13 conflicts created by this import. Use the following command to help the merge: cvs checkout -jINTEL:yesterday -jINTEL src/sys/contrib/dev/acpica From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:16:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3362516A4D5; Wed, 1 Dec 2004 23:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B30C643D45; Wed, 1 Dec 2004 23:16:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NGcE0024835; Wed, 1 Dec 2004 23:16:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NGcmu024834; Wed, 1 Dec 2004 23:16:38 GMT (envelope-from phk) Message-Id: <200412012316.iB1NGcmu024834@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 23:16:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda coda_vnops.c coda_vnops.h src/sys/conf kern.post.mk src/sys/fs/deadfs dead_vnops.c src/sys/fs/devfs devfs_vnops.c src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/fifofs fifo.h fifo_vnops.c src/sys/fs/hpfs hpfs.h hpfs_vfsops.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:16:39 -0000 phk 2004-12-01 23:16:38 UTC FreeBSD src repository Modified files: sys/coda coda_vnops.c coda_vnops.h sys/conf kern.post.mk sys/fs/deadfs dead_vnops.c sys/fs/devfs devfs_vnops.c sys/fs/fdescfs fdesc_vnops.c sys/fs/fifofs fifo.h fifo_vnops.c sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vnops.c sys/fs/ntfs ntfs.h ntfs_vfsops.c ntfs_vnops.c sys/fs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c sys/fs/nwfs nwfs.h nwfs_node.c nwfs_vnops.c sys/fs/portalfs portal.h portal_vfsops.c portal_vnops.c sys/fs/pseudofs pseudofs_vncache.c pseudofs_vnops.c sys/fs/smbfs smbfs_node.c smbfs_vnops.c sys/fs/udf udf_vnops.c sys/fs/umapfs umap.h umap_vnops.c sys/fs/unionfs union.h union_subr.c union_vnops.c sys/gnu/ext2fs ext2_extern.h ext2_vfsops.c ext2_vnops.c sys/isofs/cd9660 cd9660_vfsops.c cd9660_vnops.c iso.h sys/kern vfs_default.c vfs_init.c vfs_subr.c sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_node.c nfs_subs.c nfs_vnops.c nfsnode.h sys/posix4 posix4_mib.c sys/sys vnode.h sys/tools vnode_if.awk sys/ufs/ffs ffs_extern.h ffs_vfsops.c ffs_vnops.c sys/ufs/ufs ufs_extern.h ufs_vnops.c Log: Back when VOP_* was introduced, we did not have new-style struct initializations but we did have lofty goals and big ideals. Adjust to more contemporary circumstances and gain type checking. Replace the entire vop_t frobbing thing with properly typed structures. The only casualty is that we can not add a new VOP_ method with a loadable module. History has not given us reason to belive this would ever be feasible in the the first place. Eliminate in toto VOCALL(), vop_t, VNODEOP_SET() etc. Give coda correct prototypes and function definitions for all vop_()s. Generate a bit more data from the vnode_if.src file: a struct vop_vector and protype typedefs for all vop methods. Add a new vop_bypass() and make vop_default be a pointer to another struct vop_vector. Remove a lot of vfs_init since vop_vector is ready to use from the compiler. Cast various vop_mumble() to void * with uppercase name, for instance VOP_PANIC, VOP_NULL etc. Implement VCALL() by making vdesc_offset the offsetof() the relevant function pointer in vop_vector. This is disgusting but since the code is generated by a script comparatively safe. The alternative for nullfs etc. would be much worse. Fix up all vnode method vectors to remove casts so they become typesafe. (The bulk of this is generated by scripts) Revision Changes Path 1.55 +70 -157 src/sys/coda/coda_vnops.c 1.14 +27 -27 src/sys/coda/coda_vnops.h 1.74 +2 -0 src/sys/conf/kern.post.mk 1.43 +27 -33 src/sys/fs/deadfs/dead_vnops.c 1.88 +48 -61 src/sys/fs/devfs/devfs_vnops.c 1.96 +14 -19 src/sys/fs/fdescfs/fdesc_vnops.c 1.19 +0 -2 src/sys/fs/fifofs/fifo.h 1.108 +25 -41 src/sys/fs/fifofs/fifo_vnops.c 1.16 +1 -1 src/sys/fs/hpfs/hpfs.h 1.42 +1 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.55 +22 -30 src/sys/fs/hpfs/hpfs_vnops.c 1.29 +1 -1 src/sys/fs/msdosfs/denode.h 1.76 +1 -1 src/sys/fs/msdosfs/msdosfs_denode.c 1.154 +27 -33 src/sys/fs/msdosfs/msdosfs_vnops.c 1.18 +1 -1 src/sys/fs/ntfs/ntfs.h 1.67 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.46 +26 -40 src/sys/fs/ntfs/ntfs_vnops.c 1.21 +1 -1 src/sys/fs/nullfs/null.h 1.44 +1 -1 src/sys/fs/nullfs/null_subr.c 1.66 +1 -1 src/sys/fs/nullfs/null_vfsops.c 1.69 +21 -27 src/sys/fs/nullfs/null_vnops.c 1.7 +3 -0 src/sys/fs/nwfs/nwfs.h 1.31 +1 -3 src/sys/fs/nwfs/nwfs_node.c 1.33 +28 -34 src/sys/fs/nwfs/nwfs_vnops.c 1.9 +1 -1 src/sys/fs/portalfs/portal.h 1.53 +1 -1 src/sys/fs/portalfs/portal_vfsops.c 1.67 +11 -17 src/sys/fs/portalfs/portal_vnops.c 1.27 +2 -2 src/sys/fs/pseudofs/pseudofs_vncache.c 1.47 +25 -32 src/sys/fs/pseudofs/pseudofs_vnops.c 1.21 +2 -2 src/sys/fs/smbfs/smbfs_node.c 1.49 +31 -38 src/sys/fs/smbfs/smbfs_vnops.c 1.42 +15 -20 src/sys/fs/udf/udf_vnops.c 1.18 +0 -1 src/sys/fs/umapfs/umap.h 1.42 +9 -15 src/sys/fs/umapfs/umap_vnops.c 1.30 +1 -1 src/sys/fs/unionfs/union.h 1.81 +4 -4 src/sys/fs/unionfs/union_subr.c 1.116 +50 -56 src/sys/fs/unionfs/union_vnops.c 1.33 +3 -3 src/sys/gnu/ext2fs/ext2_extern.h 1.133 +2 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.92 +50 -61 src/sys/gnu/ext2fs/ext2_vnops.c 1.126 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.105 +23 -34 src/sys/isofs/cd9660/cd9660_vnops.c 1.29 +2 -3 src/sys/isofs/cd9660/iso.h 1.109 +25 -42 src/sys/kern/vfs_default.c 1.74 +21 -263 src/sys/kern/vfs_init.c 1.554 +16 -22 src/sys/kern/vfs_subr.c 1.17 +29 -64 src/sys/nfs4client/nfs4_vnops.c 1.69 +2 -2 src/sys/nfsclient/nfs_node.c 1.134 +1 -1 src/sys/nfsclient/nfs_subs.c 1.232 +45 -55 src/sys/nfsclient/nfs_vnops.c 1.48 +3 -3 src/sys/nfsclient/nfsnode.h 1.9 +1 -0 src/sys/posix4/posix4_mib.c 1.258 +17 -31 src/sys/sys/vnode.h 1.42 +50 -7 src/sys/tools/vnode_if.awk 1.62 +2 -2 src/sys/ufs/ffs/ffs_extern.h 1.258 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c 1.144 +32 -43 src/sys/ufs/ffs/ffs_vnops.c 1.53 +3 -3 src/sys/ufs/ufs/ufs_extern.h 1.252 +66 -95 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:17:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FE916A4CE; Wed, 1 Dec 2004 23:17:33 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C81043D45; Wed, 1 Dec 2004 23:17:32 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 9A5C0ACDD0; Thu, 2 Dec 2004 00:17:30 +0100 (CET) Date: Thu, 2 Dec 2004 00:17:30 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20041201231730.GB813@darkness.comp.waw.pl> References: <200412012105.iB1L52xX017823@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <200412012105.iB1L52xX017823@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:17:33 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 01, 2004 at 09:05:02PM +0000, John Baldwin wrote: +> jhb 2004-12-01 21:05:02 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/dev/acpica acpi_pci_link.c=20 +> Log: +> - Do a better job of handling any Dependent Functions (aka DPFs) that = appear +> in the _PRS or _CRS of link devices. If faced with multiple DPFs in= a +> _PRS, we just use the first one. We assume that if _CRS has DPF tag= s they +> only contain a single set since multiple DPFs wouldn't make any sens= e. In +> practice, the only DPFs I've seen so far for link devices are that t= he one +> IRQ resource is surrounded by a DPF tag pair for no apparent reason,= and +> this should handle that case fine now. +> - Only allocate link structures for IRQ resources for link devices rat= her +> than allocating a link structure for every resource. On my box things looks much worse (not sure if this is related): Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.75-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf24 Stepping =3D 4 Features=3D0x3febfbff Hyperthreading: 2 logical CPUs real memory =3D 1073741824 (1024 MB) avail memory =3D 1046126592 (997 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x9 fault code =3D supervisor write, page not present instruction pointer =3D 0x8:0xc05ac7c9 stack pointer =3D 0x10:0xc0820cb4 frame pointer =3D 0x10:0xc0820cd0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D resume, IOPL =3D 0 current process =3D 0 (swapper) [thread pid 0 tid 0 ] Stopped at cpu_fork+0x1a1: incl 0x8(%eax) db> tr Tracing pid 0 tid 0 td 0xc0617e20 cpu_fork(c0617e20,c1e8b000,c1e83300,60034,c1e8b068,0,c05cd0e1,287,c0619fe0,= c05cd0e1,283) at cpu_fork+0x1a1 fork1(c0617e20,60034,0,c0820d4c) at fork1+0xbe5 kthread_create(c0488eac,0,0,40000,0) at kthread_create+0x33 ktrace_init(0,c1e70f70,81ec00,81e000,828000) at ktrace_init+0xac mi_startup() at mi_startup+0xb3 begin() at begin+0x2c db>=20 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrlEKForvXbEpPzQRAtepAKCyT0LEVxrNbd3KK8I5BL00DcaoBACg+lqQ u6xNLwNpalsW//jHCMzWXeQ= =F4p/ -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:23:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79EC216A4CE; Wed, 1 Dec 2004 23:23:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5516743D41; Wed, 1 Dec 2004 23:23:14 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NNEkS025244; Wed, 1 Dec 2004 23:23:14 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NNEtN025243; Wed, 1 Dec 2004 23:23:14 GMT (envelope-from peter) Message-Id: <200412012323.iB1NNEtN025243@repoman.freebsd.org> From: Peter Wemm Date: Wed, 1 Dec 2004 23:23:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:23:14 -0000 peter 2004-12-01 23:23:14 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Do not leave build droppings in /usr/src for usr.sbin/pcvt/keycap and usr.bin/lex/lib for the 32 bit libraries on amd64. Add an explicit obj for these two directories that are built in for the "libraries" target. Revision Changes Path 1.459 +4 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:34:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97D016A4CE; Wed, 1 Dec 2004 23:34:07 +0000 (GMT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C01A43D48; Wed, 1 Dec 2004 23:34:07 +0000 (GMT) (envelope-from marks@ripe.net) Received: by postman.ripe.net (Postfix, from userid 8) id 77D4A25550; Thu, 2 Dec 2004 00:34:06 +0100 (CET) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id 4D73724822; Thu, 2 Dec 2004 00:34:04 +0100 (CET) Received: from ripe.net (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id iB1NY4LE023345; Thu, 2 Dec 2004 00:34:04 +0100 Received: (nullmailer pid 6207 invoked by uid 1001); Wed, 01 Dec 2004 23:34:03 -0000 Date: Thu, 2 Dec 2004 00:34:03 +0100 From: Mark Santcroos To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041201233403.GA5621@laptop.6bone.nl> References: <200412012314.iB1NECQl023863@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412012314.iB1NECQl023863@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Tests: ALL_TRUSTED,BAYES_00 X-RIPE-Spam-Status: N 0.000067 / -5.9 X-RIPE-Signature: d0b8a3ed3cb0a1f9c78cb11c8102cf87 Subject: Re: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:34:07 -0000 On Wed, Dec 01, 2004 at 11:14:12PM +0000, Mark Santcroos wrote: > marks 2004-12-01 23:14:12 UTC > > FreeBSD src repository > > src/sys/contrib/dev/acpica - Imported sources > Update of /home/ncvs/src/sys/contrib/dev/acpica > In directory repoman.freebsd.org:/tmp/cvs-serv23815 > > Log Message: > Vendor import of Intel ACPI-CA 20041119 Approved by: njl MFC after: 1 week -- RIPE NCC - Delft University of Technology - The FreeBSD Project marks@ripe.net - m.a.santcroos@ewi.tudelft.nl - marks@freebsd.org From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:34:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D3216A4CE; Wed, 1 Dec 2004 23:34:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A4143D45; Wed, 1 Dec 2004 23:34:39 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NYd8F025607; Wed, 1 Dec 2004 23:34:39 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NYdfk025606; Wed, 1 Dec 2004 23:34:39 GMT (envelope-from marks) Message-Id: <200412012334.iB1NYdfk025606@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica acconfig.h acenv.h acpiosxf.h acpixf.h acutils.h exfldio.c exsystem.c psparse.c tbget.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:34:39 -0000 marks 2004-12-01 23:34:39 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica acconfig.h acenv.h acpiosxf.h acpixf.h acutils.h exfldio.c exsystem.c psparse.c tbget.c Log: Unchanged files that are off the vendor branch. Approved by: njl MFC after: 1 week Revision Changes Path 1.32 +3 -3 src/sys/contrib/dev/acpica/acconfig.h 1.10 +4 -2 src/sys/contrib/dev/acpica/acenv.h 1.16 +16 -10 src/sys/contrib/dev/acpica/acpiosxf.h 1.22 +9 -0 src/sys/contrib/dev/acpica/acpixf.h 1.13 +18 -4 src/sys/contrib/dev/acpica/acutils.h 1.23 +19 -21 src/sys/contrib/dev/acpica/exfldio.c 1.11 +3 -4 src/sys/contrib/dev/acpica/exsystem.c 1.25 +106 -132 src/sys/contrib/dev/acpica/psparse.c 1.15 +4 -1 src/sys/contrib/dev/acpica/tbget.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:39:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE6E16A4CF; Wed, 1 Dec 2004 23:39:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB13243D5C; Wed, 1 Dec 2004 23:39:45 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Ndje7025861; Wed, 1 Dec 2004 23:39:45 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Ndj0S025860; Wed, 1 Dec 2004 23:39:45 GMT (envelope-from marks) Message-Id: <200412012339.iB1Ndj0S025860@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:39:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica dbcmds.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:39:46 -0000 marks 2004-12-01 23:39:45 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica dbcmds.c Log: Local change: Put various debugging options under ACPI_DISASSEMBLER. Approved by: njl MFC after: 1 week Revision Changes Path 1.14 +83 -1 src/sys/contrib/dev/acpica/dbcmds.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:40:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F219716A4D4; Wed, 1 Dec 2004 23:40:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF1A43D53; Wed, 1 Dec 2004 23:40:48 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NemiN025990; Wed, 1 Dec 2004 23:40:48 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Nemo9025989; Wed, 1 Dec 2004 23:40:48 GMT (envelope-from marks) Message-Id: <200412012340.iB1Nemo9025989@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:40:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:40:49 -0000 marks 2004-12-01 23:40:48 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica hwsleep.c Log: Local change: In the resume path, give up after waiting for a while for WAK_STS to be set. Some BIOSs never set it. Approved by: njl MFC after: 1 week Revision Changes Path 1.18 +8 -7 src/sys/contrib/dev/acpica/hwsleep.c From owner-cvs-src@FreeBSD.ORG Wed Dec 1 23:42:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6154E16A4CE; Wed, 1 Dec 2004 23:42:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326CE43D49; Wed, 1 Dec 2004 23:42:22 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NgMgn026056; Wed, 1 Dec 2004 23:42:22 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NgMnv026055; Wed, 1 Dec 2004 23:42:22 GMT (envelope-from marks) Message-Id: <200412012342.iB1NgMnv026055@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:42:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica hwregs.c uteval.c utglobal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:42:22 -0000 marks 2004-12-01 23:42:22 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica hwregs.c uteval.c utglobal.c Log: Local change: Remove warnings from vendor files. Approved by: njl MFC after: 1 week Revision Changes Path 1.4 +51 -60 src/sys/contrib/dev/acpica/hwregs.c 1.4 +1 -1 src/sys/contrib/dev/acpica/uteval.c 1.17 +2 -1 src/sys/contrib/dev/acpica/utglobal.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 00:05:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4090A16A4CE; Thu, 2 Dec 2004 00:05:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C14B43D2D; Thu, 2 Dec 2004 00:05:03 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2052sP026812; Thu, 2 Dec 2004 00:05:03 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2052am026811; Thu, 2 Dec 2004 00:05:02 GMT (envelope-from marks) Message-Id: <200412020005.iB2052am026811@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 2 Dec 2004 00:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica osunixxf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:05:03 -0000 marks 2004-12-02 00:05:02 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica osunixxf.c Log: Local change: Supporting code not yet available, use previous behavior instead for the time being. Intel should fix this. Note that if this commit is correct, it is made on the vendor branch. We expect the Intel folks to fix it, and we don't want to unnecessarily take files off the vendor branch. Approved by: njl MFC after: 1 week Revision Changes Path 1.1.1.8 +9 -1 src/sys/contrib/dev/acpica/osunixxf.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 00:12:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8E16A4CE; Thu, 2 Dec 2004 00:12:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D10743D1F; Thu, 2 Dec 2004 00:12:20 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20CJwJ027116; Thu, 2 Dec 2004 00:12:19 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20CJeM027115; Thu, 2 Dec 2004 00:12:19 GMT (envelope-from marks) Message-Id: <200412020012.iB20CJeM027115@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 2 Dec 2004 00:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica osunixxf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:12:20 -0000 marks 2004-12-02 00:12:19 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica osunixxf.c Log: Oops, remove unnecessary cast in original, out-commented code. This was a debug leftover. MFC after: 1 week Revision Changes Path 1.1.1.9 +1 -1 src/sys/contrib/dev/acpica/osunixxf.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 00:25:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194AA16A549; Thu, 2 Dec 2004 00:25:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777A43D39; Thu, 2 Dec 2004 00:25:35 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20PZLO028012; Thu, 2 Dec 2004 00:25:35 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20PZXJ028011; Thu, 2 Dec 2004 00:25:35 GMT (envelope-from marks) Message-Id: <200412020025.iB20PZXJ028011@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 2 Dec 2004 00:25:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_acad.c acpi_cmbat.c src/sys/dev/acpica/Osd OsdInterrupt.c OsdSchedule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:25:36 -0000 marks 2004-12-02 00:25:35 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c acpi_cmbat.c sys/dev/acpica/Osd OsdInterrupt.c OsdSchedule.c Log: Catch up with AcpiOsSleep() interface change. Catch up with some #define's renaming. Implement AcpiOsGetTimer() as per ACPI 3.0. Approved by: njl MFC after: 1 week Revision Changes Path 1.19 +2 -2 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.30 +27 -7 src/sys/dev/acpica/Osd/OsdSchedule.c 1.32 +1 -1 src/sys/dev/acpica/acpi_acad.c 1.38 +1 -1 src/sys/dev/acpica/acpi_cmbat.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 00:28:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275A116A4CE; Thu, 2 Dec 2004 00:28:09 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D77343D69; Thu, 2 Dec 2004 00:28:08 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C94B75CA25; Wed, 1 Dec 2004 16:28:08 -0800 (PST) Date: Wed, 1 Dec 2004 16:28:08 -0800 From: Alfred Perlstein To: Poul-Henning Kamp Message-ID: <20041202002808.GZ69608@elvis.mu.org> References: <200412012018.iB1KIuGN009692@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412012018.iB1KIuGN009692@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfsnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:28:09 -0000 * Poul-Henning Kamp [041201 12:18] wrote: > phk 2004-12-01 20:18:56 UTC > > FreeBSD src repository > > Modified files: > sys/nfs4client nfs4_vnops.c > sys/nfsclient nfsnode.h > Log: > Remove redundant functions (repo-copied from nfsclient) for dealing with > fifos. Thank you! -- - Alfred Perlstein From owner-cvs-src@FreeBSD.ORG Thu Dec 2 02:01:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD40616A4CF; Thu, 2 Dec 2004 02:01:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8509943D1D; Thu, 2 Dec 2004 02:01:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB221bgR037423; Thu, 2 Dec 2004 02:01:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB221bvP037422; Thu, 2 Dec 2004 02:01:37 GMT (envelope-from brueffer) Message-Id: <200412020201.iB221bvP037422@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Dec 2004 02:01:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 dc.4 em.4 fxp.4 nge.4 rl.4 sis.4 ste.4 vr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 02:01:37 -0000 brueffer 2004-12-02 02:01:37 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 dc.4 em.4 fxp.4 nge.4 rl.4 sis.4 ste.4 vr.4 Log: MFC: Xref polling.4 and bump .Dd Revision Changes Path 1.6.2.11 +2 -1 src/share/man/man4/dc.4 1.2.2.9 +2 -1 src/share/man/man4/em.4 1.11.2.10 +2 -1 src/share/man/man4/fxp.4 1.4.2.9 +2 -1 src/share/man/man4/nge.4 1.15.2.9 +2 -1 src/share/man/man4/rl.4 1.6.2.5 +2 -1 src/share/man/man4/sis.4 1.7.2.8 +2 -1 src/share/man/man4/ste.4 1.11.2.7 +2 -1 src/share/man/man4/vr.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 2 02:07:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A22516A4CE; Thu, 2 Dec 2004 02:07:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A4F43D41; Thu, 2 Dec 2004 02:07:13 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB227CbJ037633; Thu, 2 Dec 2004 02:07:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB227CIt037632; Thu, 2 Dec 2004 02:07:12 GMT (envelope-from brueffer) Message-Id: <200412020207.iB227CIt037632@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Dec 2004 02:07:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 02:07:13 -0000 brueffer 2004-12-02 02:07:12 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 polling.4 Log: MFC: rev. 1.13 Re-formulate the first sentence for better readability Revision Changes Path 1.1.2.9 +3 -4 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 2 03:29:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D99216A4CE; Thu, 2 Dec 2004 03:29:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4984543D2F; Thu, 2 Dec 2004 03:29:18 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB23TIeW040231; Thu, 2 Dec 2004 03:29:18 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB23TI55040230; Thu, 2 Dec 2004 03:29:18 GMT (envelope-from alc) Message-Id: <200412020329.iB23TI55040230@repoman.freebsd.org> From: Alan Cox Date: Thu, 2 Dec 2004 03:29:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 03:29:18 -0000 alc 2004-12-02 03:29:18 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: For efficiency move the call to pmap_pte_quick() out of pmap_protect()'s and pmap_remove()'s inner loop. Reviewed by: peter@, tegge@ Revision Changes Path 1.517 +6 -7 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 04:06:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B6316A4CE; Thu, 2 Dec 2004 04:06:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DE943D41; Thu, 2 Dec 2004 04:06:41 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB246f2W041332; Thu, 2 Dec 2004 04:06:41 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB246fNL041331; Thu, 2 Dec 2004 04:06:41 GMT (envelope-from alc) Message-Id: <200412020406.iB246fNL041331@repoman.freebsd.org> From: Alan Cox Date: Thu, 2 Dec 2004 04:06:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:06:41 -0000 alc 2004-12-02 04:06:41 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and pmap_remove()'s inner loop. Instead, call pmap_pde_to_pte(), a new function, prior to the inner loop. Reviewed by: peter@, tegge@ Revision Changes Path 1.510 +18 -14 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 08:04:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B6A16A4CE; Thu, 2 Dec 2004 08:04:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE8543D1F; Thu, 2 Dec 2004 08:04:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB284v9Z055099; Thu, 2 Dec 2004 08:04:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB284vFx055098; Thu, 2 Dec 2004 08:04:57 GMT (envelope-from njl) Message-Id: <200412020804.iB284vFx055098@repoman.freebsd.org> From: Nate Lawson Date: Thu, 2 Dec 2004 08:04:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:04:57 -0000 njl 2004-12-02 08:04:57 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_if.m Log: Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs the appropriate power (Dx) state, if the BIOS suggests one. MFC after: 3 weeks Revision Changes Path 1.3 +20 -0 src/sys/dev/acpica/acpi_if.m From owner-cvs-src@FreeBSD.ORG Thu Dec 2 08:07:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43AB616A4CE; Thu, 2 Dec 2004 08:07:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3208F43D54; Thu, 2 Dec 2004 08:07:13 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB287D0b055286; Thu, 2 Dec 2004 08:07:13 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB287Dv4055285; Thu, 2 Dec 2004 08:07:13 GMT (envelope-from njl) Message-Id: <200412020807.iB287Dv4055285@repoman.freebsd.org> From: Nate Lawson Date: Thu, 2 Dec 2004 08:07:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:07:13 -0000 njl 2004-12-02 08:07:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c sys/dev/pci pci.c Log: Turn ACPI and PCI devices off or to a lower power state in suspend and back on again in resume. Override the default of D3 with the value the BIOS specifies in _SxD, if present. Skip serial devices (PNP05xx) since they seem to hang when set to D3 and may require special driver support. Also, skip non-type 0 PCI devices (i.e., bridges) since our we don't yet save/restore their config space and that seems to be necessary. If this gives you trouble with suspend/resume, you can disable the new ACPI and PCI power behavior separately with these tunables & sysctls: debug.acpi.do_powerstate hw.pci.do_powerstate Approved by: imp (pci) Tested by: acpi@ (numerous) Revision Changes Path 1.194 +210 -3 src/sys/dev/acpica/acpi.c 1.269 +54 -15 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 08:49:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BF516A4CE; Thu, 2 Dec 2004 08:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85B943D39; Thu, 2 Dec 2004 08:49:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB28ns6l063068; Thu, 2 Dec 2004 08:49:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB28nsPC063067; Thu, 2 Dec 2004 08:49:54 GMT (envelope-from delphij) Message-Id: <200412020849.iB28nsPC063067@repoman.freebsd.org> From: Xin LI Date: Thu, 2 Dec 2004 08:49:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:49:55 -0000 delphij 2004-12-02 08:49:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_contig.c Log: MFC 1.41: Try to close a potential, but serious race in our VM subsystem that may result in panic with damaged page bucket hash table or file system corruption. The revision 1.41 tighten the check of vm_contigalloc1() and vm_contigalloc2(). Please note that this MFC does not merged 1.39 and 1.40's changes. Approved by: alc Revision Changes Path 1.38.2.1 +15 -2 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 09:38:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD1916A4CE; Thu, 2 Dec 2004 09:38:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD88343D31; Thu, 2 Dec 2004 09:38:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB29cYAg064525; Thu, 2 Dec 2004 09:38:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB29cY4D064524; Thu, 2 Dec 2004 09:38:34 GMT (envelope-from obrien) Message-Id: <200412020938.iB29cY4D064524@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 2 Dec 2004 09:38:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_os_freebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 09:38:35 -0000 obrien 2004-12-02 09:38:34 UTC FreeBSD src repository Modified files: sys/dev/drm drm_os_freebsd.h Log: Specifically use the 32-bit version of fuword/suword since that's what we really want vs. the size changing 'long' (i386 vs. AMD64). This fixes the problem with DRM with Radeon's on AMD64. Submitted by: Jung-uk Kim Revision Changes Path 1.21 +6 -7 src/sys/dev/drm/drm_os_freebsd.h From owner-cvs-src@FreeBSD.ORG Thu Dec 2 10:09:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EC516A4CE; Thu, 2 Dec 2004 10:09:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF6F43D58; Thu, 2 Dec 2004 10:09:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2A9XfZ065607; Thu, 2 Dec 2004 10:09:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2A9XcT065606; Thu, 2 Dec 2004 10:09:33 GMT (envelope-from phk) Message-Id: <200412021009.iB2A9XcT065606@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Dec 2004 10:09:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:09:33 -0000 phk 2004-12-02 10:09:33 UTC FreeBSD src repository Modified files: sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vnops.c Log: Remove the de_devvp and stop VREF'ing it for every vnode we create. Revision Changes Path 1.30 +0 -1 src/sys/fs/msdosfs/denode.h 1.77 +0 -7 src/sys/fs/msdosfs/msdosfs_denode.c 1.155 +1 -3 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 10:52:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0B016A4CF for ; Thu, 2 Dec 2004 10:52:23 +0000 (GMT) Received: from tx2.mail.ox.ac.uk (tx2.mail.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE24B43D4C for ; Thu, 2 Dec 2004 10:52:22 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.mail.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoZS-00078A-7e for cvs-src@freebsd.org; Thu, 02 Dec 2004 10:52:22 +0000 Received: from rx2.mail.ox.ac.uk ([163.1.2.161]) by localhost (scan2.mail.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 26881-07 for ; Thu, 2 Dec 2004 10:52:22 +0000 (GMT) Received: from smtp0.herald.ox.ac.uk ([163.1.0.246]) by rx2.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoZR-00077r-8i; Thu, 02 Dec 2004 10:52:21 +0000 Received: from dhcp1203.wadham.ox.ac.uk ([163.1.161.203]) by smtp0.herald.ox.ac.uk with esmtp (Exim 3.35 #1) id 1CZoZR-0001PB-3y; Thu, 02 Dec 2004 10:52:21 +0000 Message-ID: <41AEF3E4.7070408@wadham.ox.ac.uk> Date: Thu, 02 Dec 2004 10:52:20 +0000 From: Colin Percival User-Agent: Mozilla Thunderbird 0.9 (X11/20041107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200412012133.iB1LX2JC019417@repoman.freebsd.org> <20041201225141.GA813@darkness.comp.waw.pl> In-Reply-To: <20041201225141.GA813@darkness.comp.waw.pl> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.csrc/sys/fs/procfs procfs_status.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:52:24 -0000 Pawel Jakub Dawidek wrote: > On Wed, Dec 01, 2004 at 09:33:02PM +0000, Colin Percival wrote: > +> Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. > > BTW. Why we don't check sbuf_copyin() return value here? For the security advisory, I wanted to fix the security problem without changing the existing behaviour. Right now, if argv is ("hello", NULL, "world"), then /proc/curproc/cmdline will give you "hello\0\0world\0". I have no objection to this behaviour being changed on -current, but we can't change how the security (or arguably, the stable) branches behave now. Colin Percival From owner-cvs-src@FreeBSD.ORG Thu Dec 2 11:56:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A359416A4CF; Thu, 2 Dec 2004 11:56:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8160C43D55; Thu, 2 Dec 2004 11:56:13 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BuDN2068970; Thu, 2 Dec 2004 11:56:13 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2BuDVY068969; Thu, 2 Dec 2004 11:56:13 GMT (envelope-from phk) Message-Id: <200412021156.iB2BuDVY068969@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Dec 2004 11:56:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:56:13 -0000 phk 2004-12-02 11:56:13 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Style polishing. Use grepable functions Other minor nitpickings. Revision Changes Path 1.263 +37 -88 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 12:17:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C28F16A4CE; Thu, 2 Dec 2004 12:17:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED08443D2F; Thu, 2 Dec 2004 12:17:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CHRhq070036; Thu, 2 Dec 2004 12:17:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CHRJI070035; Thu, 2 Dec 2004 12:17:27 GMT (envelope-from phk) Message-Id: <200412021217.iB2CHRJI070035@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Dec 2004 12:17:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys filedesc.h src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:17:28 -0000 phk 2004-12-02 12:17:27 UTC FreeBSD src repository Modified files: sys/sys filedesc.h sys/kern kern_descrip.c Log: Drop ffree() as a separate function and incorporate the only place used. Revision Changes Path 1.264 +8 -17 src/sys/kern/kern_descrip.c 1.66 +0 -1 src/sys/sys/filedesc.h From owner-cvs-src@FreeBSD.ORG Thu Dec 2 13:12:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA3C16A4CE; Thu, 2 Dec 2004 13:12:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B1743D5D; Thu, 2 Dec 2004 13:12:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DChMb078388; Thu, 2 Dec 2004 13:12:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DChsd078387; Thu, 2 Dec 2004 13:12:43 GMT (envelope-from maxim) Message-Id: <200412021312.iB2DChsd078387@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:12:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh jobs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:12:44 -0000 maxim 2004-12-02 13:12:43 UTC FreeBSD src repository Modified files: bin/sh jobs.c Log: o Terminate an endless loop sh -T goes into in dowait() around waitproc(). XXX from Tor: "The shell can also go into a similar loop if the child was killed by signal 127, since the shell would believe the child to have only stopped (WIFSTOPPED() macro returns nonzero value). Disallowing signals 127 and 128 will fix that problem." See kern/19402 for details. PR: bin/66242 Submitted by: tegge Analysis and testcase by: demon MFC after: 3 weeks Revision Changes Path 1.68 +2 -1 src/bin/sh/jobs.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 13:13:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3CF16A4CE; Thu, 2 Dec 2004 13:13:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A86443D2F; Thu, 2 Dec 2004 13:13:27 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DDR7B078466; Thu, 2 Dec 2004 13:13:27 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DDRuX078465; Thu, 2 Dec 2004 13:13:27 GMT (envelope-from maxim) Message-Id: <200412021313.iB2DDRuX078465@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:13:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:13:27 -0000 maxim 2004-12-02 13:13:27 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: o Add a missed "." . Reviewed by: ru MFC after: 3 weeks Revision Changes Path 1.94 +1 -1 src/bin/sh/sh.1 From owner-cvs-src@FreeBSD.ORG Thu Dec 2 13:56:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD89D16A4CE; Thu, 2 Dec 2004 13:56:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78443D46; Thu, 2 Dec 2004 13:56:53 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DurlS079858; Thu, 2 Dec 2004 13:56:53 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DurMc079857; Thu, 2 Dec 2004 13:56:53 GMT (envelope-from maxim) Message-Id: <200412021356.iB2DurMc079857@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:56:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump dump.h itime.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:56:54 -0000 maxim 2004-12-02 13:56:53 UTC FreeBSD src repository Modified files: sbin/dump dump.h itime.c Log: o Do not dump core in -W if dumpdates was not readable and ddatev == NULL. PR: bin/69977 o Remove unused ddates_in. Obtained from: NetBSD MFC after: 3 weeks Revision Changes Path 1.27 +2 -2 src/sbin/dump/dump.h 1.16 +0 -3 src/sbin/dump/itime.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 15:47:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002EC16A4CE; Thu, 2 Dec 2004 15:47:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34CA43D49; Thu, 2 Dec 2004 15:47:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FlFYT083762; Thu, 2 Dec 2004 15:47:15 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FlFGf083761; Thu, 2 Dec 2004 15:47:15 GMT (envelope-from mlaier) Message-Id: <200412021547.iB2FlFGf083761@repoman.freebsd.org> From: Max Laier Date: Thu, 2 Dec 2004 15:47:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_domain.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:47:16 -0000 mlaier 2004-12-02 15:47:15 UTC FreeBSD src repository Modified files: sys/kern uipc_domain.c Log: Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make it do what I had in mind. Noticed by: glebius Pointyhat to: me, myself and mlaier Revision Changes Path 1.42 +2 -2 src/sys/kern/uipc_domain.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 15:52:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4894816A4CE; Thu, 2 Dec 2004 15:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284A043D31; Thu, 2 Dec 2004 15:52:30 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FqT84083964; Thu, 2 Dec 2004 15:52:30 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FqTUg083963; Thu, 2 Dec 2004 15:52:29 GMT (envelope-from yar) Message-Id: <200412021552.iB2FqTUg083963@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 2 Dec 2004 15:52:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:52:30 -0000 yar 2004-12-02 15:52:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) libexec/ftpd ftpd.c Log: MFC: Fixes and improvements to verbose logging of user activity. ftpd.c: rev. 1.184, 1.192, 1.195 Revision Changes Path 1.163.2.7 +58 -42 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Thu Dec 2 16:06:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B931116A4CE; Thu, 2 Dec 2004 16:06:57 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4665C43D1F; Thu, 2 Dec 2004 16:06:57 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I8300KI9RFJ8Q@ms-dienst.rz.rwth-aachen.de>; Thu, 02 Dec 2004 17:06:56 +0100 (MET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 02 Dec 2004 17:06:55 +0100 (MET) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])iB2G6rRW014815; Thu, 02 Dec 2004 17:06:54 +0100 (MET) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id F16012846D; Thu, 02 Dec 2004 17:06:47 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 355B022859; Thu, 02 Dec 2004 17:06:47 +0100 (CET) Date: Thu, 02 Dec 2004 17:06:46 +0100 From: Christian Brueffer In-reply-to: <200412021547.iB2FlFGf083761@repoman.freebsd.org> To: Max Laier Message-id: <20041202160646.GB25517@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary="dTy3Mrz/UPE2dbVg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200412021547.iB2FlFGf083761@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_domain.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:06:57 -0000 --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 02, 2004 at 03:47:15PM +0000, Max Laier wrote: > mlaier 2004-12-02 15:47:15 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern uipc_domain.c=20 > Log: > Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and m= ake > it do what I had in mind. > =20 > Noticed by: glebius > Pointyhat to: me, myself and mlaier > =20 Out of the door. Line on the left. One pointy hat each. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --dTy3Mrz/UPE2dbVg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrz2WbHYXjKDtmC0RAkIsAKCXBt0U54PrMfXXVsAZVTFBa0yDtQCgxBi5 k3BdFxmxpJ8dHobNgRWolI0= =Ry77 -----END PGP SIGNATURE----- --dTy3Mrz/UPE2dbVg-- From owner-cvs-src@FreeBSD.ORG Thu Dec 2 16:21:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7D316A4CE; Thu, 2 Dec 2004 16:21:45 +0000 (GMT) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F2F543D39; Thu, 2 Dec 2004 16:21:45 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id iB2GLhWS003575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 2 Dec 2004 19:21:44 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id iB2GLgH9034288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Dec 2004 19:21:43 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id iB2GLgal034287; Thu, 2 Dec 2004 19:21:42 +0300 (MSK) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Thu, 2 Dec 2004 19:21:42 +0300 From: Gleb Smirnoff To: Max Laier Message-ID: <20041202162142.GC34136@cell.sick.ru> References: <200412021547.iB2FlFGf083761@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200412021547.iB2FlFGf083761@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20041013, clamav-milter version 0.75l on 127.0.0.1 X-Virus-Status: Clean cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_domain.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:21:45 -0000 On Thu, Dec 02, 2004 at 03:47:15PM +0000, Max Laier wrote: M> mlaier 2004-12-02 15:47:15 UTC M> M> FreeBSD src repository M> M> Modified files: M> sys/kern uipc_domain.c M> Log: M> Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make M> it do what I had in mind. M> M> Noticed by: glebius M> Pointyhat to: me, myself and mlaier Actually, I've noticed it before you commited. But I was too sleepy, when received your review mail, and went to bed planning to send mail next day. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Dec 2 16:54:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C8E16A4CE; Thu, 2 Dec 2004 16:54:00 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD03A43D49; Thu, 2 Dec 2004 16:53:59 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C6C465310; Thu, 2 Dec 2004 17:53:57 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4A84C530A; Thu, 2 Dec 2004 17:53:45 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 2F6BAB873; Thu, 2 Dec 2004 17:53:45 +0100 (CET) To: "Bjoern A. Zeeb" References: <200411132040.iADKeWri018969@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Dec 2004 17:53:45 +0100 In-Reply-To: <200411132040.iADKeWri018969@repoman.freebsd.org> (Bjoern A. Zeeb's message of "Sat, 13 Nov 2004 20:40:32 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libc Makefile src/lib/libc/gen getnetgrent.c src/lib/libc/net rcmd.c src/lib/libc/rpc netnamer.c src/lib/libpam/modules/pam_unix Makefile src/lib/librpcsvc Makefile src/lib/libwrap Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:54:00 -0000 "Bjoern A. Zeeb" writes: > Log: > Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. > If turned on no NIS support and related programs will be built. > [...] > No objections: des, gshapiro, nectar ...but I still don't understand what the bloody point is... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Dec 2 17:00:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 480BF16A4CE; Thu, 2 Dec 2004 17:00:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F7D43D49; Thu, 2 Dec 2004 17:00:59 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2H0xsG092965; Thu, 2 Dec 2004 17:00:59 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2H0xt6092964; Thu, 2 Dec 2004 17:00:59 GMT (envelope-from harti) Message-Id: <200412021700.iB2H0xt6092964@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 2 Dec 2004 17:00:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/usr.bin/make Makefile shell_test shell_test.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:00:59 -0000 harti 2004-12-02 17:00:59 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/make Makefile Added files: tools/regression/usr.bin/make shell_test.sh Removed files: tools/regression/usr.bin/make shell_test Log: Make the tests runnable on a read-only src. To do this you must make sure that you create one of the object directories make knows (see make(1)). This uses the -C flag, so add a test that checks that make actually accepts -C. Also fix the test that selects csh via the .SHELL target to work for tcsh users too. This commit renames shell_test to shell_test.sh. There is no history to preserve so go without a repo-copy. Reviewed by: ru Revision Changes Path 1.25 +63 -49 src/tools/regression/usr.bin/make/Makefile 1.2 +0 -6 src/tools/regression/usr.bin/make/shell_test (dead) 1.1 +6 -0 src/tools/regression/usr.bin/make/shell_test.sh (new) From owner-cvs-src@FreeBSD.ORG Thu Dec 2 17:06:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78EE916A4CE; Thu, 2 Dec 2004 17:06:03 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BEA43D39; Thu, 2 Dec 2004 17:06:03 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 3E2595315; Thu, 2 Dec 2004 18:06:02 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 604095310; Thu, 2 Dec 2004 18:05:53 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 0D56DB873; Thu, 2 Dec 2004 18:05:53 +0100 (CET) To: Greg Lehey References: <200411212305.iALN56lT091084@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Dec 2004 18:05:53 +0100 In-Reply-To: <200411212305.iALN56lT091084@repoman.freebsd.org> (Greg Lehey's message of "Sun, 21 Nov 2004 23:05:06 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.australia X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:06:03 -0000 Greg Lehey writes: > Modified files: > usr.bin/calendar/calendars calendar.australia=20 > Log: > Print dates the right way round. =BFumop-ap!sdn DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Dec 2 17:12:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE05816A4CE; Thu, 2 Dec 2004 17:12:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5AB43D41; Thu, 2 Dec 2004 17:12:06 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2HC6b2093306; Thu, 2 Dec 2004 17:12:06 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2HC6tp093305; Thu, 2 Dec 2004 17:12:06 GMT (envelope-from rik) Message-Id: <200412021712.iB2HC6tp093305@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 2 Dec 2004 17:12:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:12:06 -0000 rik 2004-12-02 17:12:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/sconfig sconfig.8 Log: MFC -j 1.5 -j 1.6 Log: Fix typo. Submitted by: Janusz Muc'ka (Defacto) Revision Changes Path 1.5.2.1 +1 -1 src/sbin/sconfig/sconfig.8 From owner-cvs-src@FreeBSD.ORG Thu Dec 2 18:00:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B83AB16A4CE; Thu, 2 Dec 2004 18:00:55 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E811243D5A; Thu, 2 Dec 2004 18:00:54 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB2I0pFr053475; Thu, 2 Dec 2004 20:00:51 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 22652-16; Thu, 2 Dec 2004 20:00:50 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB2I0oBC053472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Dec 2004 20:00:50 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iB2I0oca079497; Thu, 2 Dec 2004 20:00:50 +0200 (EET) (envelope-from ru) Date: Thu, 2 Dec 2004 20:00:50 +0200 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20041202180050.GB79340@ip.net.ua> References: <200411132040.iADKeWri018969@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: "Bjoern A. Zeeb" cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libc Makefile src/lib/libc/gen getnetgrent.c src/lib/libc/net rcmd.c src/lib/libc/rpc netnamer.c src/lib/libpam/modules/pam_unix Makefile src/lib/librpcsvc Makefile src/lib/libwrap Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:00:55 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 02, 2004 at 05:53:45PM +0100, Dag-Erling Sm?rgrav wrote: > "Bjoern A. Zeeb" writes: > > Log: > > Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. > > If turned on no NIS support and related programs will be built. > > [...] > > No objections: des, gshapiro, nectar >=20 > ...but I still don't understand what the bloody point is... >=20 Embedded systems that don't need NIS? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBr1hSqRfpzJluFF4RAp+9AJ92NQREKQTEUcBKfI71TIyEiBtI3QCfWDOa PJGA3/oAa3v/gAd//CCCISk= =BqKO -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-cvs-src@FreeBSD.ORG Thu Dec 2 19:01:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA6916A4CE; Thu, 2 Dec 2004 19:01:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F63B43D54; Thu, 2 Dec 2004 19:01:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2J1kTm097198; Thu, 2 Dec 2004 19:01:46 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2J1kMr097197; Thu, 2 Dec 2004 19:01:46 GMT (envelope-from yar) Message-Id: <200412021901.iB2J1kMr097197@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 2 Dec 2004 19:01:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/boot/i386/mbr Makefile mbr.s src/sys/boot/i386/boot2 Makefile boot1.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:01:46 -0000 yar 2004-12-02 19:01:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/mbr Makefile mbr.s sys/boot/i386/boot2 Makefile boot1.S Log: MFC: Try using packet mode by default, but provide a user with a knob to disable it at build time--flag 0x80 for BOOT_MBR_FLAGS and BOOT_BOOT1_FLAGS. In fact, disabling packet mode completely, even a test for it, should be necessary only for old and brain-damaged machines FreeBSD 5 will hardly run on. mbr/Makefile 1.14 mbr/mbr.s 1.7 boot2/Makefile 1.57 boot2/boot1.S 1.30 Encouraged by: Valentin Nechayev Revision Changes Path 1.56.2.1 +2 -2 src/sys/boot/i386/boot2/Makefile 1.29.2.1 +21 -19 src/sys/boot/i386/boot2/boot1.S 1.13.2.1 +4 -0 src/sys/boot/i386/mbr/Makefile 1.6.8.1 +6 -6 src/sys/boot/i386/mbr/mbr.s From owner-cvs-src@FreeBSD.ORG Thu Dec 2 19:06:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 490F716A4CE; Thu, 2 Dec 2004 19:06:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A19343D49; Thu, 2 Dec 2004 19:06:44 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2J6igE097367; Thu, 2 Dec 2004 19:06:44 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2J6i4P097366; Thu, 2 Dec 2004 19:06:44 GMT (envelope-from wilko) Message-Id: <200412021906.iB2J6i4P097366@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 2 Dec 2004 19:06:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:06:44 -0000 wilko 2004-12-02 19:06:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: Add bge(4) as it has proved itself on Alpha. Tested using: the gigE switch donated by DS Revision Changes Path 1.71.2.30 +1 -0 src/sys/alpha/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Dec 2 21:11:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 409EC16A4D5 for ; Thu, 2 Dec 2004 21:11:05 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BC743D2F for ; Thu, 2 Dec 2004 21:11:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14407 invoked from network); 2 Dec 2004 21:11:04 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 2 Dec 2004 21:11:03 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iB2LArj0007530; Thu, 2 Dec 2004 16:11:01 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Pawel Jakub Dawidek Date: Thu, 2 Dec 2004 15:33:44 -0500 User-Agent: KMail/1.6.2 References: <200412012105.iB1L52xX017823@repoman.freebsd.org> <20041201231730.GB813@darkness.comp.waw.pl> In-Reply-To: <20041201231730.GB813@darkness.comp.waw.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412021533.44254.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:11:05 -0000 On Wednesday 01 December 2004 06:17 pm, Pawel Jakub Dawidek wrote: > On Wed, Dec 01, 2004 at 09:05:02PM +0000, John Baldwin wrote: > +> jhb 2004-12-01 21:05:02 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/dev/acpica acpi_pci_link.c > +> Log: > +> - Do a better job of handling any Dependent Functions (aka DPFs) that > appear +> in the _PRS or _CRS of link devices. If faced with multiple > DPFs in a +> _PRS, we just use the first one. We assume that if _CRS > has DPF tags they +> only contain a single set since multiple DPFs > wouldn't make any sense. In +> practice, the only DPFs I've seen so > far for link devices are that the one +> IRQ resource is surrounded by > a DPF tag pair for no apparent reason, and +> this should handle that > case fine now. > +> - Only allocate link structures for IRQ resources for link devices > rather +> than allocating a link structure for every resource. > > On my box things looks much worse (not sure if this is related): > > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.75-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 > > Features=0x3febfbffA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM> > Hyperthreading: 2 logical CPUs > real memory = 1073741824 (1024 MB) > avail memory = 1046126592 (997 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 6 > cpu3 (AP): APIC ID: 7 > kernel trap 12 with interrupts disabled > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x9 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc05ac7c9 > stack pointer = 0x10:0xc0820cb4 > frame pointer = 0x10:0xc0820cd0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = resume, IOPL = 0 > current process = 0 (swapper) > [thread pid 0 tid 0 ] > Stopped at cpu_fork+0x1a1: incl 0x8(%eax) > db> tr > Tracing pid 0 tid 0 td 0xc0617e20 > cpu_fork(c0617e20,c1e8b000,c1e83300,60034,c1e8b068,0,c05cd0e1,287,c0619fe0, >c05cd0e1,283) at cpu_fork+0x1a1 > fork1(c0617e20,60034,0,c0820d4c) at fork1+0xbe5 > kthread_create(c0488eac,0,0,40000,0) at kthread_create+0x33 > ktrace_init(0,c1e70f70,81ec00,81e000,828000) at ktrace_init+0xac > mi_startup() at mi_startup+0xb3 > begin() at begin+0x2c > db> This is well before the link code. Can you use gdb to find the file/line for cpu_fork+0x1a1? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Dec 2 22:59:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A441816A4CE; Thu, 2 Dec 2004 22:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9804443D3F; Thu, 2 Dec 2004 22:59:33 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2MxXOx013081; Thu, 2 Dec 2004 22:59:33 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2MxX0u013080; Thu, 2 Dec 2004 22:59:33 GMT (envelope-from wollman) Message-Id: <200412022259.iB2MxX0u013080@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 22:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:59:33 -0000 wollman 2004-12-02 22:59:33 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv12995 Log Message: Latest timezone data update from Arthur Olson. Most changes are to commentary; only significant change is Cuba, which did not fall back this year due to an energy shortage. Status: Vendor Tag: ADO Release Tags: tzdata2004g U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica U src/share/zoneinfo/asia U src/share/zoneinfo/australasia C src/share/zoneinfo/europe C src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/solar87 U src/share/zoneinfo/solar88 U src/share/zoneinfo/solar89 U src/share/zoneinfo/iso3166.tab U src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-src@FreeBSD.ORG Thu Dec 2 23:01:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35FA516A4CE; Thu, 2 Dec 2004 23:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140F043D46; Thu, 2 Dec 2004 23:01:26 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2N1PQw013217; Thu, 2 Dec 2004 23:01:25 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2N1PWh013216; Thu, 2 Dec 2004 23:01:25 GMT (envelope-from wollman) Message-Id: <200412022301.iB2N1PWh013216@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:01:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/zoneinfo europe northamerica southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:01:26 -0000 wollman 2004-12-02 23:01:25 UTC FreeBSD src repository Modified files: share/zoneinfo europe northamerica southamerica Log: Fix import conflicts from tzdata2004g. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2004g.tar.gz Revision Changes Path 1.29 +8 -3 src/share/zoneinfo/europe 1.25 +12 -2 src/share/zoneinfo/northamerica 1.24 +2 -2 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Thu Dec 2 23:04:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8CB16A4CE; Thu, 2 Dec 2004 23:04:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D3C343D1F; Thu, 2 Dec 2004 23:04:38 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2N4cNr013323; Thu, 2 Dec 2004 23:04:38 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2N4cm5013322; Thu, 2 Dec 2004 23:04:38 GMT (envelope-from wollman) Message-Id: <200412022304.iB2N4cm5013322@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:04:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/zoneinfo europe northamerica southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:04:38 -0000 wollman 2004-12-02 23:04:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/zoneinfo europe northamerica southamerica Log: MFV tzdata2004g. Revision Changes Path 1.27.4.2 +8 -3 src/share/zoneinfo/europe 1.23.4.2 +12 -2 src/share/zoneinfo/northamerica 1.22.4.2 +2 -2 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Thu Dec 2 23:13:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F2A16A4CE; Thu, 2 Dec 2004 23:13:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 951DE43D55; Thu, 2 Dec 2004 23:13:46 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NDkhh013724; Thu, 2 Dec 2004 23:13:46 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NDkBA013723; Thu, 2 Dec 2004 23:13:46 GMT (envelope-from wollman) Message-Id: <200412022313.iB2NDkBA013723@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:13:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/misc iso3166 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:13:46 -0000 wollman 2004-12-02 23:13:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/misc iso3166 Log: MFC rev. 1.13 (newsletters V-9 and V-10), required for update of timezone database. Revision Changes Path 1.6.2.5 +13 -0 src/share/misc/iso3166 From owner-cvs-src@FreeBSD.ORG Thu Dec 2 23:16:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838F616A4CE; Thu, 2 Dec 2004 23:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7563443D39; Thu, 2 Dec 2004 23:16:39 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NGd67013920; Thu, 2 Dec 2004 23:16:39 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NGdw1013919; Thu, 2 Dec 2004 23:16:39 GMT (envelope-from wollman) Message-Id: <200412022316.iB2NGdw1013919@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/zoneinfo asia backward europe leapseconds northamerica southamerica zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:16:39 -0000 wollman 2004-12-02 23:16:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo asia backward europe leapseconds northamerica southamerica zone.tab Log: MFC tzdata2004e and 2004g. This is likely to be the last update of tzdata on the 4-STABLE branch. For ongoing maintenance, users should be aware that compiled zoneinfo formats are compatible across all platforms and all versions of FreeBSD. Revision Changes Path 1.14.2.9 +74 -23 src/share/zoneinfo/asia 1.1.2.4.2.7 +7 -2 src/share/zoneinfo/backward 1.18.2.8 +31 -21 src/share/zoneinfo/europe 1.4.2.7 +11 -9 src/share/zoneinfo/leapseconds 1.14.2.8 +72 -36 src/share/zoneinfo/northamerica 1.12.2.9 +184 -27 src/share/zoneinfo/southamerica 1.4.2.11 +13 -6 src/share/zoneinfo/zone.tab From owner-cvs-src@FreeBSD.ORG Thu Dec 2 23:20:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B153416A4CE; Thu, 2 Dec 2004 23:20:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920A143D2D; Thu, 2 Dec 2004 23:20:19 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NKJJT013991; Thu, 2 Dec 2004 23:20:19 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NKJAB013990; Thu, 2 Dec 2004 23:20:19 GMT (envelope-from dds) Message-Id: <200412022320.iB2NKJAB013990@repoman.freebsd.org> From: Diomidis Spinellis Date: Thu, 2 Dec 2004 23:20:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:20:19 -0000 dds 2004-12-02 23:20:18 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: Clarify the structure element size ordering. Obtained from: OpenBSD style.9 1.38 Revision Changes Path 1.111 +1 -1 src/share/man/man9/style.9 From owner-cvs-src@FreeBSD.ORG Thu Dec 2 23:31:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A5EC16A4CE; Thu, 2 Dec 2004 23:31:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C06D43D48; Thu, 2 Dec 2004 23:31:48 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NVmPt014429; Thu, 2 Dec 2004 23:31:48 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NVmBi014428; Thu, 2 Dec 2004 23:31:48 GMT (envelope-from cognet) Message-Id: <200412022331.iB2NVmBi014428@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 2 Dec 2004 23:31:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:31:48 -0000 cognet 2004-12-02 23:31:48 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Include for trapsignal(). Revision Changes Path 1.6 +1 -0 src/sys/arm/arm/trap.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 01:01:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A7116A4CF; Fri, 3 Dec 2004 01:01:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0483143D39; Fri, 3 Dec 2004 01:01:45 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB311i1U024472; Fri, 3 Dec 2004 01:01:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB311iFK024471; Fri, 3 Dec 2004 01:01:44 GMT (envelope-from brueffer) Message-Id: <200412030101.iB311iFK024471@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 3 Dec 2004 01:01:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:01:45 -0000 brueffer 2004-12-03 01:01:44 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 miibus.4 Log: MFC: rev. 1.13 - add vge(4) - bump document date Revision Changes Path 1.12.2.1 +4 -1 src/share/man/man4/miibus.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 3 01:41:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C4216A4CE; Fri, 3 Dec 2004 01:41:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62ED43D3F; Fri, 3 Dec 2004 01:41:55 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31ftXF025725; Fri, 3 Dec 2004 01:41:55 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31fttk025724; Fri, 3 Dec 2004 01:41:55 GMT (envelope-from dumbbell) Message-Id: <200412030141.iB31fttk025724@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Fri, 3 Dec 2004 01:41:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:41:56 -0000 dumbbell 2004-12-03 01:41:55 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to the committers' birthday calendar Reviewed by: mux Revision Changes Path 1.146 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Fri Dec 3 01:52:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C6816A4CE; Fri, 3 Dec 2004 01:52:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDDD43D55; Fri, 3 Dec 2004 01:52:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31qRP9026060; Fri, 3 Dec 2004 01:52:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31qRYb026059; Fri, 3 Dec 2004 01:52:27 GMT (envelope-from brueffer) Message-Id: <200412030152.iB31qRYb026059@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 3 Dec 2004 01:52:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:52:27 -0000 brueffer 2004-12-03 01:52:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 Makefile Log: MFC: rev. 1.296 MLINK crypto.4 to cryptodev.4 Revision Changes Path 1.276.2.8 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Fri Dec 3 04:54:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6643B16A4CE; Fri, 3 Dec 2004 04:54:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 434B643D2D; Fri, 3 Dec 2004 04:54:53 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB34srp0038266; Fri, 3 Dec 2004 04:54:53 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB34srs3038265; Fri, 3 Dec 2004 04:54:53 GMT (envelope-from wollman) Message-Id: <200412030454.iB34srs3038265@repoman.freebsd.org> From: Garrett Wollman Date: Fri, 3 Dec 2004 04:54:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/mtree BSD.usr.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 04:54:53 -0000 wollman 2004-12-03 04:54:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc/mtree BSD.usr.dist Log: MFC: new Argentina zoneinfo directory Pointed out by: kensmith Pointy hat to: wollman Revision Changes Path 1.188.2.47 +2 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:01:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2AE16A4CE; Fri, 3 Dec 2004 08:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA88143D39; Fri, 3 Dec 2004 08:01:09 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3819O9044156; Fri, 3 Dec 2004 08:01:09 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3819n6044155; Fri, 3 Dec 2004 08:01:09 GMT (envelope-from njl) Message-Id: <200412030801.iB3819n6044155@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Dec 2004 08:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:01:10 -0000 njl 2004-12-03 08:01:09 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Enable the relaxed behavior for op regions and other workarounds for non-standard BIOSen. We used to implement this in local patches but now that ACPI-CA has merged/re-implemented most of our fixes, they were no longer needed and we just needed to turn this knob on. Also, remove an unnecessary cast. Tested by: phk Revision Changes Path 1.195 +2 -1 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:02:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E880E16A4CE; Fri, 3 Dec 2004 08:02:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25EF43D31; Fri, 3 Dec 2004 08:02:52 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB382qM9044231; Fri, 3 Dec 2004 08:02:52 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB382qYt044230; Fri, 3 Dec 2004 08:02:52 GMT (envelope-from harti) Message-Id: <200412030802.iB382qYt044230@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 08:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:02:53 -0000 harti 2004-12-03 08:02:52 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: Change the algorithm that matches the builtin shells from the name keyword of the .SHELL target. Formerly it used to select the shell with the longest common trailing substring, so that bash would select sh, but pocsh would select csh. Now an exact match is required so that specifying bash without also giving a path and the other keywords will give an error. Reviewed by: ru Revision Changes Path 1.64 +18 -34 src/usr.bin/make/job.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:03:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B25216A4CE; Fri, 3 Dec 2004 08:03:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D1D43D1D; Fri, 3 Dec 2004 08:03:11 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB383Bf4044269; Fri, 3 Dec 2004 08:03:11 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB383Bj4044268; Fri, 3 Dec 2004 08:03:11 GMT (envelope-from harti) Message-Id: <200412030803.iB383Bj4044268@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 08:03:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:03:11 -0000 harti 2004-12-03 08:03:11 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Describe the .SHELL target. Reviewed by: ru Revision Changes Path 1.80 +109 -1 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:13:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9619C16A4CE; Fri, 3 Dec 2004 08:13:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700FF43D5C; Fri, 3 Dec 2004 08:13:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38DAlI044596; Fri, 3 Dec 2004 08:13:10 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38DA12044595; Fri, 3 Dec 2004 08:13:10 GMT (envelope-from njl) Message-Id: <200412030813.iB38DA12044595@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Dec 2004 08:13:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:13:10 -0000 njl 2004-12-03 08:13:09 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Non-x86 platforms cannot use the ACPI includes. This should be fixed but for now, only include the headers for i386, amd64, or ia64. Pointed out by: grehan Revision Changes Path 1.270 +4 -0 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:43:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D15716A4CE; Fri, 3 Dec 2004 08:43:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D4243D39; Fri, 3 Dec 2004 08:43:08 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38h78h045679; Fri, 3 Dec 2004 08:43:08 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38h7Bv045678; Fri, 3 Dec 2004 08:43:07 GMT (envelope-from harti) Message-Id: <200412030843.iB38h7Bv045678@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 08:43:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c buf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:43:08 -0000 harti 2004-12-03 08:43:07 UTC FreeBSD src repository Modified files: usr.bin/make buf.c buf.h Log: Style: fix indentation, protect macro with do { } while (0). Checked with: diff on object file. Revision Changes Path 1.21 +130 -131 src/usr.bin/make/buf.c 1.14 +6 -6 src/usr.bin/make/buf.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:44:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D76616A4CE; Fri, 3 Dec 2004 08:44:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7945043D46; Fri, 3 Dec 2004 08:44:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38iuBu045773; Fri, 3 Dec 2004 08:44:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38iu98045772; Fri, 3 Dec 2004 08:44:56 GMT (envelope-from njl) Message-Id: <200412030844.iB38iu98045772@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Dec 2004 08:44:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:44:57 -0000 njl 2004-12-03 08:44:56 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: ACPI is not on pc98 either. Informed by: nyan Revision Changes Path 1.271 +2 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 08:56:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6D16A4CE; Fri, 3 Dec 2004 08:56:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3804743D49; Fri, 3 Dec 2004 08:56:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38uWmG052610; Fri, 3 Dec 2004 08:56:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38uV6r052609; Fri, 3 Dec 2004 08:56:31 GMT (envelope-from phk) Message-Id: <200412030856.iB38uV6r052609@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 08:56:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_default.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:56:32 -0000 phk 2004-12-03 08:56:31 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: Add missing vop_bypass (returning EOPNOTSUPP). Tripped up: marks Revision Changes Path 1.110 +3 -1 src/sys/kern/vfs_default.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 11:54:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614E716A4CE; Fri, 3 Dec 2004 11:54:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF7343D53; Fri, 3 Dec 2004 11:54:36 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3BsZDP057597; Fri, 3 Dec 2004 11:54:36 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3BsZXD057596; Fri, 3 Dec 2004 11:54:35 GMT (envelope-from rik) Message-Id: <200412031154.iB3BsZXD057596@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 3 Dec 2004 11:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:54:36 -0000 rik 2004-12-03 11:54:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/sconfig sconfig.8 Log: MFC (1.4-1.6): revision 1.6 date: 2004/11/29 15:32:31; author: rik; state: Exp; lines: +1 -1 Fix typo. Submitted by: Janusz Muc'ka (Defacto) MFC after: 3 days ---------------------------- revision 1.5 date: 2004/05/20 16:40:06; author: ru; state: Exp; lines: +293 -261 branches: 1.5.2; Clean up language. Reviewed by: rik ---------------------------- revision 1.4 date: 2004/05/18 07:23:37; author: ru; state: Exp; lines: +389 -269 Markup overhaul. Revision Changes Path 1.3.2.2 +505 -353 src/sbin/sconfig/sconfig.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 3 11:59:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BEF316A4CE; Fri, 3 Dec 2004 11:59:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556E943D2D; Fri, 3 Dec 2004 11:59:30 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3BxUMK057802; Fri, 3 Dec 2004 11:59:30 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3BxUkT057801; Fri, 3 Dec 2004 11:59:30 GMT (envelope-from harti) Message-Id: <200412031159.iB3BxUkT057801@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 11:59:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c buf.h var_modify.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:59:30 -0000 harti 2004-12-03 11:59:30 UTC FreeBSD src repository Modified files: usr.bin/make buf.c buf.h var_modify.c Log: Make sizes to be of type size_t and correct function arguments that should be Byte (as the numerous casts to Byte in the function calls show). Revision Changes Path 1.22 +16 -16 src/usr.bin/make/buf.c 1.15 +15 -15 src/usr.bin/make/buf.h 1.5 +1 -1 src/usr.bin/make/var_modify.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 12:02:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A860216A4CE; Fri, 3 Dec 2004 12:02:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8604E43D46; Fri, 3 Dec 2004 12:02:14 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C2EZY057981; Fri, 3 Dec 2004 12:02:14 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C2ETP057980; Fri, 3 Dec 2004 12:02:14 GMT (envelope-from harti) Message-Id: <200412031202.iB3C2ETP057980@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 12:02:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c buf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:02:14 -0000 harti 2004-12-03 12:02:14 UTC FreeBSD src repository Modified files: usr.bin/make buf.c buf.h Log: Put macro arguments in paranthesis. Submitted by: johan Revision Changes Path 1.23 +1 -1 src/usr.bin/make/buf.c 1.16 +1 -1 src/usr.bin/make/buf.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 12:07:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFEF16A4CE; Fri, 3 Dec 2004 12:07:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884D443D41; Fri, 3 Dec 2004 12:07:03 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C73nH058152; Fri, 3 Dec 2004 12:07:03 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C734l058151; Fri, 3 Dec 2004 12:07:03 GMT (envelope-from harti) Message-Id: <200412031207.iB3C734l058151@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 12:07:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:07:03 -0000 harti 2004-12-03 12:07:03 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Plug a memory leak. Revision Changes Path 1.51 +1 -0 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 12:09:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6DD16A4CE; Fri, 3 Dec 2004 12:09:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D7543D1F; Fri, 3 Dec 2004 12:09:34 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C9YHO058207; Fri, 3 Dec 2004 12:09:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C9YCK058206; Fri, 3 Dec 2004 12:09:34 GMT (envelope-from phk) Message-Id: <200412031209.iB3C9YCK058206@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 12:09:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:09:35 -0000 phk 2004-12-03 12:09:34 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Improve vprint() a little bit: break long lines, reduce indent and tell if the VI_LOCK() is held. Revision Changes Path 1.555 +7 -4 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 12:15:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B64116A4CE; Fri, 3 Dec 2004 12:15:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3776643D5C; Fri, 3 Dec 2004 12:15:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CFeIV058528; Fri, 3 Dec 2004 12:15:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3CFeGC058527; Fri, 3 Dec 2004 12:15:40 GMT (envelope-from phk) Message-Id: <200412031215.iB3CFeGC058527@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 12:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:15:40 -0000 phk 2004-12-03 12:15:40 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint() Revision Changes Path 1.65 +9 -8 src/sys/kern/vfs_lookup.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 12:55:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D8216A4CE; Fri, 3 Dec 2004 12:55:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D8D43D39; Fri, 3 Dec 2004 12:55:58 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Ctw8P066269; Fri, 3 Dec 2004 12:55:58 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3CtwRk066268; Fri, 3 Dec 2004 12:55:58 GMT (envelope-from harti) Message-Id: <200412031255.iB3CtwRk066268@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 12:55:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c cond.c for.c main.c nonints.h parse.c suff.c var.c var.h var_modify.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:55:58 -0000 harti 2004-12-03 12:55:58 UTC FreeBSD src repository Modified files: usr.bin/make arch.c cond.c for.c main.c nonints.h parse.c suff.c var.c var.h var_modify.c Log: Fix breakage introduced on 64-bit platforms with my last commit. Need to change to size_t in a couple of other places too. Revision Changes Path 1.37 +3 -3 src/usr.bin/make/arch.c 1.31 +7 -7 src/usr.bin/make/cond.c 1.25 +2 -2 src/usr.bin/make/for.c 1.104 +10 -11 src/usr.bin/make/main.c 1.24 +1 -1 src/usr.bin/make/nonints.h 1.62 +4 -3 src/usr.bin/make/parse.c 1.32 +1 -1 src/usr.bin/make/suff.c 1.52 +22 -21 src/usr.bin/make/var.c 1.3 +2 -2 src/usr.bin/make/var.h 1.6 +1 -1 src/usr.bin/make/var_modify.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 13:03:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BF516A4CE; Fri, 3 Dec 2004 13:03:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362CE43D4C; Fri, 3 Dec 2004 13:03:17 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3D3Hm1066532; Fri, 3 Dec 2004 13:03:17 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3D3Hvo066531; Fri, 3 Dec 2004 13:03:17 GMT (envelope-from harti) Message-Id: <200412031303.iB3D3Hvo066531@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 13:03:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:03:17 -0000 harti 2004-12-03 13:03:17 UTC FreeBSD src repository Modified files: usr.bin/make buf.c Log: Remove an extra space. Submitted by: ru Revision Changes Path 1.24 +1 -1 src/usr.bin/make/buf.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 14:05:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3F016A4CE; Fri, 3 Dec 2004 14:05:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9849143D1D; Fri, 3 Dec 2004 14:05:56 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3E5tIx068680; Fri, 3 Dec 2004 14:05:56 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3E5t1E068679; Fri, 3 Dec 2004 14:05:55 GMT (envelope-from jkoshy) Message-Id: <200412031405.iB3E5t1E068679@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 3 Dec 2004 14:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 EVENTHANDLER.9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:05:56 -0000 jkoshy 2004-12-03 14:05:55 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 EVENTHANDLER.9 Log: Add a manual page for the kernel's EVENTHANDLER facility. Reviewed by: ru Revision Changes Path 1.1 +239 -0 src/share/man/man9/EVENTHANDLER.9 (new) 1.248 +9 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Fri Dec 3 14:10:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50F616A4CE; Fri, 3 Dec 2004 14:10:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E0F43D2D; Fri, 3 Dec 2004 14:10:04 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3EA4FO068775; Fri, 3 Dec 2004 14:10:04 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3EA4RA068774; Fri, 3 Dec 2004 14:10:04 GMT (envelope-from rse) Message-Id: <200412031410.iB3EA4RA068774@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 3 Dec 2004 14:10:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getcontext.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:10:04 -0000 rse 2004-12-03 14:10:04 UTC FreeBSD src repository Modified files: lib/libc/gen getcontext.3 Log: Fix description: the argument to setcontext(3) must have been previously initialized "by a call to getcontext(3) or makecontext(3)" and not "by a call to setcontext(3) or makecontext(3)". MFC after: 3 days Revision Changes Path 1.3 +1 -1 src/lib/libc/gen/getcontext.3 From owner-cvs-src@FreeBSD.ORG Fri Dec 3 16:11:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FC816A4CE; Fri, 3 Dec 2004 16:11:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482FF43D31; Fri, 3 Dec 2004 16:11:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GB2Ni077024; Fri, 3 Dec 2004 16:11:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GB2mn077023; Fri, 3 Dec 2004 16:11:02 GMT (envelope-from phk) Message-Id: <200412031611.iB3GB2mn077023@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 16:11:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_init.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:11:02 -0000 phk 2004-12-03 16:11:01 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_init.c vfs_mount.c Log: Introduce vfs_byname_kld() which will try to load the filesystem as a module if possible. Use it so we don't have linker magic in the middle of the already complex mount code. Revision Changes Path 1.75 +37 -0 src/sys/kern/vfs_init.c 1.154 +3 -29 src/sys/kern/vfs_mount.c 1.178 +1 -0 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 16:19:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CB416A4CE; Fri, 3 Dec 2004 16:19:19 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2724243D2F; Fri, 3 Dec 2004 16:19:19 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.1.4] ([63.126.101.90]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iB3GJGC5019373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Dec 2004 08:19:18 -0800 Message-ID: <41B091E8.2060807@root.org> Date: Fri, 03 Dec 2004 08:18:48 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <20041203120940.5573116A515@hub.freebsd.org> In-Reply-To: <20041203120940.5573116A515@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:19:19 -0000 Poul-Henning Kamp wrote: > phk 2004-12-03 12:09:34 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c > Log: > Improve vprint() a little bit: break long lines, reduce indent and tell > if the VI_LOCK() is held. > > Revision Changes Path > 1.555 +7 -4 src/sys/kern/vfs_subr.c > > > --- src/sys/kern/vfs_subr.c:1.554 Wed Dec 1 23:16:36 2004 > +++ src/sys/kern/vfs_subr.c Fri Dec 3 12:09:34 2004 > @@ -2651,9 +2651,9 @@ > printf("%s: %p: ", label, (void *)vp); > else > printf("%p: ", (void *)vp); > - printf("tag %s, type %s, usecount %d, writecount %d, refcount %d,", > - vp->v_tag, typename[vp->v_type], vp->v_usecount, > - vp->v_writecount, vp->v_holdcnt); > + printf("tag %s, type %s\n ", vp->v_tag, typename[vp->v_type]); > + printf("usecount %d, writecount %d, refcount %d mountedhere %p\n", > + vp->v_usecount, vp->v_writecount, vp->v_holdcnt, vp->v_mountedhere); > buf[0] = '\0'; > if (vp->v_vflag & VV_ROOT) > strcat(buf, "|VV_ROOT"); > @@ -2672,7 +2672,10 @@ > if (vp->v_vflag & VV_OBJBUF) > strcat(buf, "|VV_OBJBUF"); > if (buf[0] != '\0') > - printf(" flags (%s),", &buf[1]); > + printf(" flags (%s)", &buf[1]); > + if (mtx_owned(VI_MTX(vp))) > + printf(" VI_LOCKed"); > + printf("\n "); > lockmgr_printinfo(vp->v_vnlock); > printf("\n"); > if (vp->v_data != NULL) I think that breaking vprint() into multiple lines is not a good idea. Bruce pointed this out to me when I was doing the v_tag changes a while ago. -Nate From owner-cvs-src@FreeBSD.ORG Fri Dec 3 16:21:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C3F16A4CE; Fri, 3 Dec 2004 16:21:01 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8F143D5A; Fri, 3 Dec 2004 16:21:00 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iB3GKxHQ021126; Fri, 3 Dec 2004 17:20:59 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 03 Dec 2004 08:18:48 PST." <41B091E8.2060807@root.org> Date: Fri, 03 Dec 2004 17:20:59 +0100 Message-ID: <21125.1102090859@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:21:01 -0000 In message <41B091E8.2060807@root.org>, Nate Lawson writes: >I think that breaking vprint() into multiple lines is not a good idea. >Bruce pointed this out to me when I was doing the v_tag changes a while ago. It already was in multiple lines. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Fri Dec 3 16:45:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B2416A4CE; Fri, 3 Dec 2004 16:45:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3348D43D48; Fri, 3 Dec 2004 16:45:14 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GjCnx078060; Fri, 3 Dec 2004 16:45:12 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GjCTU078059; Fri, 3 Dec 2004 16:45:12 GMT (envelope-from mdodd) Message-Id: <200412031645.iB3GjCTU078059@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 3 Dec 2004 16:45:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcnreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:45:14 -0000 mdodd 2004-12-03 16:45:11 UTC FreeBSD src repository Modified files: sys/pci if_pcnreg.h Log: Additional register definitions. Obtained from: NetBSD Revision Changes Path 1.9 +19 -1 src/sys/pci/if_pcnreg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 16:57:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE17716A4CE; Fri, 3 Dec 2004 16:57:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8799A43D1D; Fri, 3 Dec 2004 16:57:16 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GvGbr085009; Fri, 3 Dec 2004 16:57:16 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GvGhe085008; Fri, 3 Dec 2004 16:57:16 GMT (envelope-from rik) Message-Id: <200412031657.iB3GvGhe085008@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 3 Dec 2004 16:57:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:57:16 -0000 rik 2004-12-03 16:57:15 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c Log: Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode to privent running of PPP's state machine in non PPP mode. MFC: after 3 days. Revision Changes Path 1.14 +4 -2 src/sys/dev/cp/if_cp.c 1.17 +4 -2 src/sys/dev/ctau/if_ct.c 1.35 +4 -2 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 18:14:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE6516A4CE; Fri, 3 Dec 2004 18:14:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322EE43D48; Fri, 3 Dec 2004 18:14:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IENHa087806; Fri, 3 Dec 2004 18:14:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3IENkI087805; Fri, 3 Dec 2004 18:14:23 GMT (envelope-from phk) Message-Id: <200412031814.iB3IENkI087805@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 18:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:14:23 -0000 phk 2004-12-03 18:14:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_file.c Log: Do not blindly pass linux filesystem specific mount data across. Revision Changes Path 1.89 +1 -1 src/sys/compat/linux/linux_file.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 18:21:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6142C16A4CE; Fri, 3 Dec 2004 18:21:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAC743D55; Fri, 3 Dec 2004 18:21:30 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3ILUX0088114; Fri, 3 Dec 2004 18:21:30 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3ILU6u088113; Fri, 3 Dec 2004 18:21:30 GMT (envelope-from mdodd) Message-Id: <200412031821.iB3ILU6u088113@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 3 Dec 2004 18:21:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:21:30 -0000 mdodd 2004-12-03 18:21:30 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c Log: - Move chip ID code into separate function. - Initialize sc->pcn_type during ATTACH as softc contents may not surivive from PROBE. - Print out chip-id to assist with ongoing pcn(4) debugging efforts. Revision Changes Path 1.62 +94 -42 src/sys/pci/if_pcn.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 18:35:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7138216A533; Fri, 3 Dec 2004 18:35:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5A743D55; Fri, 3 Dec 2004 18:35:01 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IZ1Qe088651; Fri, 3 Dec 2004 18:35:01 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3IZ1PV088650; Fri, 3 Dec 2004 18:35:01 GMT (envelope-from mdodd) Message-Id: <200412031835.iB3IZ1PV088650@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 3 Dec 2004 18:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:35:01 -0000 mdodd 2004-12-03 18:35:01 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c Log: - Simplify pcn_probe() by moving vendor/device matching code to pcn_match(). - Avoid LOR in pcn_probe() by removing useless mutex stuff. Revision Changes Path 1.63 +44 -45 src/sys/pci/if_pcn.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 18:40:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E83516A4CF; Fri, 3 Dec 2004 18:40:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6905743D1D; Fri, 3 Dec 2004 18:40:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IewYu088935; Fri, 3 Dec 2004 18:40:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Iew7E088934; Fri, 3 Dec 2004 18:40:58 GMT (envelope-from phk) Message-Id: <200412031840.iB3Iew7E088934@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 18:40:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:40:58 -0000 phk 2004-12-03 18:40:58 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Retire unused vfs_mount() function in the name of nmount migration. Revision Changes Path 1.155 +0 -24 src/sys/kern/vfs_mount.c 1.179 +0 -1 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 19:25:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 900F616A4CE; Fri, 3 Dec 2004 19:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C95C43D48; Fri, 3 Dec 2004 19:25:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3JPiSp090365; Fri, 3 Dec 2004 19:25:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3JPi7c090364; Fri, 3 Dec 2004 19:25:44 GMT (envelope-from phk) Message-Id: <200412031925.iB3JPi7c090364@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 19:25:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:25:45 -0000 phk 2004-12-03 19:25:44 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Add early checks for MNT_ROOTFS since we need to allow it later on in the code path. Revision Changes Path 1.156 +9 -0 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 19:33:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDD016A4CE; Fri, 3 Dec 2004 19:33:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866F343D55; Fri, 3 Dec 2004 19:33:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3JXJAK090620; Fri, 3 Dec 2004 19:33:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3JXJil090619; Fri, 3 Dec 2004 19:33:19 GMT (envelope-from phk) Message-Id: <200412031933.iB3JXJil090619@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 19:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:33:19 -0000 phk 2004-12-03 19:33:19 UTC FreeBSD src repository Modified files: sys/sys mount.h Log: Add vfs_cmount() method to vfs_ops, this is to convert old-style mount args to nmount request. Revision Changes Path 1.180 +2 -1 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 20:36:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C204616A4CE; Fri, 3 Dec 2004 20:36:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEE943D46; Fri, 3 Dec 2004 20:36:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3KatcI092610; Fri, 3 Dec 2004 20:36:55 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3KatAH092609; Fri, 3 Dec 2004 20:36:55 GMT (envelope-from phk) Message-Id: <200412032036.iB3KatAH092609@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 20:36:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 20:36:56 -0000 phk 2004-12-03 20:36:55 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: typo in comment. Revision Changes Path 1.259 +1 -1 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 21:14:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC7916A4CE; Fri, 3 Dec 2004 21:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3D443D2F; Fri, 3 Dec 2004 21:14:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LElar000515; Fri, 3 Dec 2004 21:14:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LElCt000514; Fri, 3 Dec 2004 21:14:47 GMT (envelope-from phk) Message-Id: <200412032114.iB3LElCt000514@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 21:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:14:47 -0000 phk 2004-12-03 21:14:47 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: When omount() is called, check if the filesystem have a cmount method and if so call it. The cmount method will gather and interpret omount() style arguments, and issue a kern_[v]mount() call to execute the corresponding nmount operation. Revision Changes Path 1.157 +11 -2 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 21:19:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6123516A4CE for ; Fri, 3 Dec 2004 21:19:39 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E696443D48 for ; Fri, 3 Dec 2004 21:19:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20861 invoked from network); 3 Dec 2004 21:19:37 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 3 Dec 2004 21:19:36 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iB3LJHiG015218; Fri, 3 Dec 2004 16:19:24 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Fri, 3 Dec 2004 14:33:09 -0500 User-Agent: KMail/1.6.2 References: <200412020804.iB284vFx055098@repoman.freebsd.org> In-Reply-To: <200412020804.iB284vFx055098@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412031433.10222.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:19:39 -0000 On Thursday 02 December 2004 03:04 am, Nate Lawson wrote: > njl 2004-12-02 08:04:57 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_if.m > Log: > Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs the > appropriate power (Dx) state, if the BIOS suggests one. Should this really be ACPI specific? Why not add a method that pci bridges pass to their parent that will bubble up to the host-pci bridge's parent (acpi0, legacy0, etc.) that determines which sleep state should be used? This would let open firmware machines manage this stuff in their nexus0 for example if they wanted. It would be a pci bus method that the platform drivers would implement as well in that model, and wouldn't be ACPI specific. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Dec 3 21:29:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979C016A4CF; Fri, 3 Dec 2004 21:29:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDE643D1F; Fri, 3 Dec 2004 21:29:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LTQlL000996; Fri, 3 Dec 2004 21:29:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LTQEB000995; Fri, 3 Dec 2004 21:29:26 GMT (envelope-from phk) Message-Id: <200412032129.iB3LTQEB000995@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 21:29:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:29:27 -0000 phk 2004-12-03 21:29:25 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Sort and wash #includes. Revision Changes Path 1.265 +15 -18 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 22:21:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8037D16A4CF; Fri, 3 Dec 2004 22:21:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5425543D55; Fri, 3 Dec 2004 22:21:20 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3MLKNx002619; Fri, 3 Dec 2004 22:21:20 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3MLKEi002618; Fri, 3 Dec 2004 22:21:20 GMT (envelope-from fjoe) Message-Id: <200412032221.iB3MLKEi002618@repoman.freebsd.org> From: Max Khon Date: Fri, 3 Dec 2004 22:21:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:21:20 -0000 fjoe 2004-12-03 22:21:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/uzip g_uzip.c Log: MFC: Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. Submitted by: simokawa Revision Changes Path 1.1.2.3 +1 -1 src/sys/geom/uzip/g_uzip.c From owner-cvs-src@FreeBSD.ORG Fri Dec 3 22:38:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984CF16A4CE; Fri, 3 Dec 2004 22:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CF043D1F; Fri, 3 Dec 2004 22:38:07 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Mc7tt003150; Fri, 3 Dec 2004 22:38:07 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Mc7EG003149; Fri, 3 Dec 2004 22:38:07 GMT (envelope-from phk) Message-Id: <200412032238.iB3Mc7EG003149@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 22:38:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:38:07 -0000 phk 2004-12-03 22:38:07 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Implement a function, mount_arg() for accumulating a list of mount parameters to nmount. Make kernel_mount() accept the output from mount_arg() and know how to free the malloc'ed space. Make kernel_vmount() use the new function. Revision Changes Path 1.158 +45 -42 src/sys/kern/vfs_mount.c 1.181 +3 -1 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Fri Dec 3 23:43:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539FD16A4CE; Fri, 3 Dec 2004 23:43:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1360843D54; Fri, 3 Dec 2004 23:43:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Nh2mM005314; Fri, 3 Dec 2004 23:43:02 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Nh2Lu005313; Fri, 3 Dec 2004 23:43:02 GMT (envelope-from brooks) Message-Id: <200412032343.iB3Nh2Lu005313@repoman.freebsd.org> From: Brooks Davis Date: Fri, 3 Dec 2004 23:43:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/if_gif Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 23:43:03 -0000 brooks 2004-12-03 23:43:02 UTC FreeBSD src repository Modified files: sys/modules/if_gif Makefile Log: kmod.mk knows how to create empty opt_*.h files so let it deal with the NOINET6 case. Reported by: ru Revision Changes Path 1.5 +1 -3 src/sys/modules/if_gif/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 4 05:33:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C916C16A4CE; Sat, 4 Dec 2004 05:33:54 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC2B43D31; Sat, 4 Dec 2004 05:33:54 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-184-243.dsl.snfc21.pacbell.net [64.171.184.243]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iB45XqC4010569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Dec 2004 21:33:53 -0800 Message-ID: <41B14C0F.9060105@root.org> Date: Fri, 03 Dec 2004 21:33:03 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <21125.1102090859@critter.freebsd.dk> In-Reply-To: <21125.1102090859@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:33:54 -0000 Poul-Henning Kamp wrote: > In message <41B091E8.2060807@root.org>, Nate Lawson writes: >>I think that breaking vprint() into multiple lines is not a good idea. >>Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > It already was in multiple lines. I understand, I was just hoping any reworking would go the other way. -- Nate From owner-cvs-src@FreeBSD.ORG Sat Dec 4 05:55:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E6316A4CE; Sat, 4 Dec 2004 05:55:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBFC43D48; Sat, 4 Dec 2004 05:55:11 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB45tBhN030183; Sat, 4 Dec 2004 05:55:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB45tBsD030182; Sat, 4 Dec 2004 05:55:11 GMT (envelope-from scottl) Message-Id: <200412040555.iB45tBsD030182@repoman.freebsd.org> From: Scott Long Date: Sat, 4 Dec 2004 05:55:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:55:11 -0000 scottl 2004-12-04 05:55:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 busdma_machdep.c Log: MFC: Don't consider boundary constraints when deciding whether to bounce. This fixes certain classes of mysterious hangs in the device probe during boot. Revision Changes Path 1.59.2.3 +1 -1 src/sys/i386/i386/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Dec 4 05:59:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D1116A4CE; Sat, 4 Dec 2004 05:59:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB71343D1D; Sat, 4 Dec 2004 05:59:37 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB45xbch030390; Sat, 4 Dec 2004 05:59:37 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB45xbPN030389; Sat, 4 Dec 2004 05:59:37 GMT (envelope-from scottl) Message-Id: <200412040559.iB45xbPN030389@repoman.freebsd.org> From: Scott Long Date: Sat, 4 Dec 2004 05:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:59:38 -0000 scottl 2004-12-04 05:59:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 busdma_machdep.c Log: MFC: Don't consider boundary constraints when deciding whether to bounce. This fixes certain classes of mysterious hangs in the device probe during boot. Revision Changes Path 1.57.2.3 +1 -1 src/sys/amd64/amd64/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Dec 4 07:42:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB42616A4CE; Sat, 4 Dec 2004 07:42:25 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778A243D41; Sat, 4 Dec 2004 07:42:25 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iB47gO0N099912; Sat, 4 Dec 2004 02:42:24 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iB47gOPV099905; Sat, 4 Dec 2004 02:42:24 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sat, 4 Dec 2004 02:42:24 -0500 (EST) From: Jeff Roberson To: Nate Lawson In-Reply-To: <41B091E8.2060807@root.org> Message-ID: <20041204024212.K18185@mail.chesapeake.net> References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:42:26 -0000 On Fri, 3 Dec 2004, Nate Lawson wrote: > Poul-Henning Kamp wrote: > > phk 2004-12-03 12:09:34 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_subr.c > > Log: > > Improve vprint() a little bit: break long lines, reduce indent and tell > > if the VI_LOCK() is held. > > > > Revision Changes Path > > 1.555 +7 -4 src/sys/kern/vfs_subr.c > > > > > > --- src/sys/kern/vfs_subr.c:1.554 Wed Dec 1 23:16:36 2004 > > +++ src/sys/kern/vfs_subr.c Fri Dec 3 12:09:34 2004 > > @@ -2651,9 +2651,9 @@ > > printf("%s: %p: ", label, (void *)vp); > > else > > printf("%p: ", (void *)vp); > > - printf("tag %s, type %s, usecount %d, writecount %d, refcount %d,", > > - vp->v_tag, typename[vp->v_type], vp->v_usecount, > > - vp->v_writecount, vp->v_holdcnt); > > + printf("tag %s, type %s\n ", vp->v_tag, typename[vp->v_type]); > > + printf("usecount %d, writecount %d, refcount %d mountedhere %p\n", > > + vp->v_usecount, vp->v_writecount, vp->v_holdcnt, vp->v_mountedhere); > > buf[0] = '\0'; > > if (vp->v_vflag & VV_ROOT) > > strcat(buf, "|VV_ROOT"); > > @@ -2672,7 +2672,10 @@ > > if (vp->v_vflag & VV_OBJBUF) > > strcat(buf, "|VV_OBJBUF"); > > if (buf[0] != '\0') > > - printf(" flags (%s),", &buf[1]); > > + printf(" flags (%s)", &buf[1]); > > + if (mtx_owned(VI_MTX(vp))) > > + printf(" VI_LOCKed"); > > + printf("\n "); > > lockmgr_printinfo(vp->v_vnlock); > > printf("\n"); > > if (vp->v_data != NULL) > > I think that breaking vprint() into multiple lines is not a good idea. > Bruce pointed this out to me when I was doing the v_tag changes a while ago. What's the reason? > > -Nate > From owner-cvs-src@FreeBSD.ORG Sat Dec 4 07:57:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F4F16A4CE; Sat, 4 Dec 2004 07:57:43 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC8B43D48; Sat, 4 Dec 2004 07:57:43 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 75CCA5C902; Fri, 3 Dec 2004 23:57:43 -0800 (PST) Date: Fri, 3 Dec 2004 23:57:43 -0800 From: Alfred Perlstein To: Jeff Roberson Message-ID: <20041204075743.GL69608@elvis.mu.org> References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org> <20041204024212.K18185@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041204024212.K18185@mail.chesapeake.net> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:57:43 -0000 * Jeff Roberson [041203 23:42] wrote: > On Fri, 3 Dec 2004, Nate Lawson wrote: > > > I think that breaking vprint() into multiple lines is not a good idea. > > Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > What's the reason? possibility of it being non-atomically written to the log files? -Alfred From owner-cvs-src@FreeBSD.ORG Sat Dec 4 08:24:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC3016A4CE; Sat, 4 Dec 2004 08:24:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF81B43D66; Sat, 4 Dec 2004 08:24:36 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB48Oaic034675; Sat, 4 Dec 2004 08:24:36 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB48Oa74034674; Sat, 4 Dec 2004 08:24:36 GMT (envelope-from obrien) Message-Id: <200412040824.iB48Oa74034674@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 4 Dec 2004 08:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:24:37 -0000 obrien 2004-12-04 08:24:36 UTC FreeBSD src repository Modified files: rescue/rescue Makefile Log: Replace GNU tar with BSD tar. Revision Changes Path 1.31 +3 -1 src/rescue/rescue/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 4 09:57:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD5F16A4CE; Sat, 4 Dec 2004 09:57:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2A043D5E; Sat, 4 Dec 2004 09:57:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49vdL3044092; Sat, 4 Dec 2004 09:57:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49vd5U044091; Sat, 4 Dec 2004 09:57:39 GMT (envelope-from phk) Message-Id: <200412040957.iB49vd5U044091@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Dec 2004 09:57:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:57:39 -0000 phk 2004-12-04 09:57:38 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Remove embryonic rootfs mounting facility. In the near future rootfs mounting will not require special handling in the filesystems. Revision Changes Path 1.68 +1 -30 src/sys/fs/ntfs/ntfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Dec 4 09:58:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9902E16A4CE; Sat, 4 Dec 2004 09:58:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B9D43D60; Sat, 4 Dec 2004 09:58:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49wKne044153; Sat, 4 Dec 2004 09:58:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49wKxF044152; Sat, 4 Dec 2004 09:58:20 GMT (envelope-from phk) Message-Id: <200412040958.iB49wKxF044152@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Dec 2004 09:58:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:58:20 -0000 phk 2004-12-04 09:58:20 UTC FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Remove #if 0'ed rootfs mounting code. Revision Changes Path 1.134 +0 -58 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Dec 4 12:06:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF5516A4CE; Sat, 4 Dec 2004 12:06:25 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D03343D68; Sat, 4 Dec 2004 12:06:24 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])iB4C6MKP015861; Sat, 4 Dec 2004 23:06:22 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) iB4C6JcH031796; Sat, 4 Dec 2004 23:06:21 +1100 Date: Sat, 4 Dec 2004 23:06:19 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Poul-Henning Kamp In-Reply-To: <21125.1102090859@critter.freebsd.dk> Message-ID: <20041204230328.I10805@delplex.bde.org> References: <21125.1102090859@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 12:06:25 -0000 On Fri, 3 Dec 2004, Poul-Henning Kamp wrote: > In message <41B091E8.2060807@root.org>, Nate Lawson writes: > > >I think that breaking vprint() into multiple lines is not a good idea. > >Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > It already was in multiple lines. It was already broken. It was at least consistently broken, with 1 line break per fs layer. Bruce From owner-cvs-src@FreeBSD.ORG Sat Dec 4 12:27:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4B016A4CE; Sat, 4 Dec 2004 12:27:37 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB3343D1F; Sat, 4 Dec 2004 12:27:37 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])iB4CRSKP018366; Sat, 4 Dec 2004 23:27:28 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) iB4CRP7M017081; Sat, 4 Dec 2004 23:27:26 +1100 Date: Sat, 4 Dec 2004 23:27:24 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Alfred Perlstein In-Reply-To: <20041204075743.GL69608@elvis.mu.org> Message-ID: <20041204230638.W10805@delplex.bde.org> References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org><20041204075743.GL69608@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Poul-Henning Kamp cc: Nate Lawson cc: Jeff Roberson Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 12:27:38 -0000 On Fri, 3 Dec 2004, Alfred Perlstein wrote: > * Jeff Roberson [041203 23:42] wrote: > > On Fri, 3 Dec 2004, Nate Lawson wrote: > > > > > I think that breaking vprint() into multiple lines is not a good idea. > > > Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > > > What's the reason? > > possibility of it being non-atomically written to the log files? The original reason was that log files work best with 1 line per event. vprint() prints a label, but only for the first line so breaking the lines breaks grepping for the label... Atomicity isn't guaranteed, but Ian Dowse made it more likely that single-line messages are complete if they are logged to disk at all, by discarding truncated lines. This doesn't work so well for incomplete multi-line messages. Bruce From owner-cvs-src@FreeBSD.ORG Sat Dec 4 14:03:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6335A16A4CE; Sat, 4 Dec 2004 14:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F84C43D5F; Sat, 4 Dec 2004 14:03:46 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4E3kEK058055; Sat, 4 Dec 2004 14:03:46 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4E3k3Y058054; Sat, 4 Dec 2004 14:03:46 GMT (envelope-from marius) Message-Id: <200412041403.iB4E3k3Y058054@repoman.freebsd.org> From: Marius Strobl Date: Sat, 4 Dec 2004 14:03:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/etc.sparc64 ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 04 Dec 2004 14:03:46 -0000 marius 2004-12-04 14:03:45 UTC FreeBSD src repository Modified files: etc/etc.sparc64 ttys Log: Catch up with the new device name of sab(4). The entries for tty[a,b] can't be removed as ofw_console(4) and zs(4) use them so one has to live with some complaints about non-existent devices at boot time and remove the respective entries locally for now. Revision Changes Path 1.8 +2 -0 src/etc/etc.sparc64/ttys From owner-cvs-src@FreeBSD.ORG Sat Dec 4 14:20:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E85A16A4CE; Sat, 4 Dec 2004 14:20:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9C143D45; Sat, 4 Dec 2004 14:20:56 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EKuiI058763; Sat, 4 Dec 2004 14:20:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EKubm058762; Sat, 4 Dec 2004 14:20:56 GMT (envelope-from marius) Message-Id: <200412041420.iB4EKubm058762@repoman.freebsd.org> From: Marius Strobl Date: Sat, 4 Dec 2004 14:20:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:20:57 -0000 marius 2004-12-04 14:20:56 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again, sparc64/pci/ofw_pci.h is no longer required for compiling modules. Revision Changes Path 1.174 +1 -1 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Sat Dec 4 14:41:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8796A16A4CE; Sat, 4 Dec 2004 14:41:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650AA43D1F; Sat, 4 Dec 2004 14:41:40 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EfdPb059383; Sat, 4 Dec 2004 14:41:40 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EfdJO059382; Sat, 4 Dec 2004 14:41:39 GMT (envelope-from cognet) Message-Id: <200412041441.iB4EfdJO059382@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 4 Dec 2004 14:41:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/trm trm.c trm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:41:40 -0000 cognet 2004-12-04 14:41:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/trm trm.c trm.h Log: MFC the current state of the trm(4) driver. It notably adds support for the DC395U2W adapters, and should fix panics/hangs under heavy load. Reported and tested by: jmz Revision Changes Path 1.2.2.4 +724 -360 src/sys/dev/trm/trm.c 1.1.2.3 +68 -62 src/sys/dev/trm/trm.h From owner-cvs-src@FreeBSD.ORG Sat Dec 4 14:41:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CED16A4CE; Sat, 4 Dec 2004 14:41:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBF543D5F; Sat, 4 Dec 2004 14:41:52 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EfpsB059415; Sat, 4 Dec 2004 14:41:51 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EfpFA059414; Sat, 4 Dec 2004 14:41:51 GMT (envelope-from cognet) Message-Id: <200412041441.iB4EfpFA059414@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 4 Dec 2004 14:41:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 trm.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:41:52 -0000 cognet 2004-12-04 14:41:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 trm.4 Log: MFC rev 1.5 and 1.6 r1.5: Note we now support the DC395U2W cards. r1.6: Change the HARDWARE section to have the same style as in the other FreeBSD section 4 manual pages. Revision Changes Path 1.5.2.2 +8 -2 src/share/man/man4/trm.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 4 19:01:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C2616A4CE; Sat, 4 Dec 2004 19:01:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7147143D5C; Sat, 4 Dec 2004 19:01:20 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4J1KRJ075335; Sat, 4 Dec 2004 19:01:20 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4J1KSk075334; Sat, 4 Dec 2004 19:01:20 GMT (envelope-from simon) Message-Id: <200412041901.iB4J1KSk075334@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 19:01:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 snd_ich.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:01:20 -0000 simon 2004-12-04 19:01:20 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_ich.4 Log: - Change license to standard 2 clause BSD. [1] - Add a missing period. Noticed by: ru Approved by: Jorge Mario G. Mazo [1] Revision Changes Path 1.2 +1 -4 src/share/man/man4/snd_ich.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 4 19:38:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79ADA16A4CE; Sat, 4 Dec 2004 19:38:05 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2215443D31; Sat, 4 Dec 2004 19:38:05 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-184-243.dsl.snfc21.pacbell.net [64.171.184.243]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iB4Jc0C4001510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Dec 2004 11:38:01 -0800 Message-ID: <41B211EA.6070807@root.org> Date: Sat, 04 Dec 2004 11:37:14 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org> <20041204024212.K18185@mail.chesapeake.net> <20041204075743.GL69608@elvis.mu.org> In-Reply-To: <20041204075743.GL69608@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Jeff Roberson cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:38:05 -0000 Alfred Perlstein wrote: > * Jeff Roberson [041203 23:42] wrote: > >>On Fri, 3 Dec 2004, Nate Lawson wrote: >> >> >>>I think that breaking vprint() into multiple lines is not a good idea. >>>Bruce pointed this out to me when I was doing the v_tag changes a while ago. >> >>What's the reason? > > > possibility of it being non-atomically written to the log files? > > -Alfred No, grep and general style considerations. At the risk of ruining the daemon discussion, I think it would be good to have a style(9printf). It would be good to have some more consistency about CaPs, etc. -- Nate From owner-cvs-src@FreeBSD.ORG Sat Dec 4 21:21:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B04416A4CE; Sat, 4 Dec 2004 21:21:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A78043D2F; Sat, 4 Dec 2004 21:21:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LKxRY095971; Sat, 4 Dec 2004 21:20:59 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LKx2K095970; Sat, 4 Dec 2004 21:20:59 GMT (envelope-from pjd) Message-Id: <200412042120.iB4LKx2K095970@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Dec 2004 21:20:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:21:00 -0000 pjd 2004-12-04 21:20:59 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: When initializing device, set d_softc and d_no fields for all components, because we know it then and we need it when inserting a component which wasn't destroyed while device was running. Reported by: Michael Handler MFC after: 1 week Revision Changes Path 1.28 +4 -3 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Sat Dec 4 21:29:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A7616A4CE; Sat, 4 Dec 2004 21:29:39 +0000 (GMT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFC543D31; Sat, 4 Dec 2004 21:29:39 +0000 (GMT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id E0A562A8D5; Sat, 4 Dec 2004 13:29:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 7B5FFE2B3; Sat, 4 Dec 2004 13:29:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.13.1/8.13.1) with ESMTP id iB4LTc0O075503; Sat, 4 Dec 2004 13:29:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.13.1/8.13.1/Submit) id iB4LTb0a075502; Sat, 4 Dec 2004 13:29:37 -0800 (PST) (envelope-from peter@wemm.org) X-Authentication-Warning: overcee.wemm.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: Yar Tikhiy Date: Sat, 4 Dec 2004 13:29:37 -0800 User-Agent: KMail/1.7.1 References: <200412021901.iB2J1kMr097197@repoman.freebsd.org> In-Reply-To: <200412021901.iB2J1kMr097197@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412041329.37673.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/mbr Makefile mbr.s src/sys/boot/i386/boot2 Makefile boot1.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:29:39 -0000 On Thursday 02 December 2004 11:01 am, Yar Tikhiy wrote: > yar 2004-12-02 19:01:46 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/boot/i386/mbr Makefile mbr.s > sys/boot/i386/boot2 Makefile boot1.S > Log: > MFC: Try using packet mode by default, but provide a user > with a knob to disable it at build time--flag 0x80 for > BOOT_MBR_FLAGS and BOOT_BOOT1_FLAGS. In fact, disabling > packet mode completely, even a test for it, should be > necessary only for old and brain-damaged machines FreeBSD 5 > will hardly run on. BTW: I tried to install 5.3-R on an empty 160G disk. I created a single 16G swap and the rest was a single fs (it was a test box). boot2 could not find the loader. Is this the same problem that you've fixed, or is this something else? Maybe having the rootfs start 16GB into the disk is a bad idea? -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Sat Dec 4 22:02:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8980B16A4CE; Sat, 4 Dec 2004 22:02:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674F643D2D; Sat, 4 Dec 2004 22:02:31 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4M2VfJ097980; Sat, 4 Dec 2004 22:02:31 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4M2VmG097979; Sat, 4 Dec 2004 22:02:31 GMT (envelope-from alc) Message-Id: <200412042202.iB4M2VmG097979@repoman.freebsd.org> From: Alan Cox Date: Sat, 4 Dec 2004 22:02:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:02:31 -0000 alc 2004-12-04 22:02:31 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Replace (inlined) pmap_pte() calls with smaller, faster code where possible, such as the inner loop of pmap_copy(). Remove two comments that apply to i386 but not amd64. Revision Changes Path 1.511 +7 -7 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Dec 4 23:26:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14AC816A4CE; Sat, 4 Dec 2004 23:26:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7A1343D4C; Sat, 4 Dec 2004 23:26:46 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NQk05001169; Sat, 4 Dec 2004 23:26:46 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NQkCe001168; Sat, 4 Dec 2004 23:26:46 GMT (envelope-from marks) Message-Id: <200412042326.iB4NQkCe001168@repoman.freebsd.org> From: Mark Santcroos Date: Sat, 4 Dec 2004 23:26:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:26:47 -0000 marks 2004-12-04 23:26:46 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Document ACPI tunable hw.acpi.serialize_methods. Also reorder tunables. Approved by: njl MFC after: 1 week Revision Changes Path 1.41 +10 -4 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 4 23:30:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A61816A4CE; Sat, 4 Dec 2004 23:30:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BB343D64; Sat, 4 Dec 2004 23:30:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NUash001339; Sat, 4 Dec 2004 23:30:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NUaVQ001338; Sat, 4 Dec 2004 23:30:36 GMT (envelope-from kris) Message-Id: <200412042330.iB4NUaVQ001338@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 23:30:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.x11-4.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:30:36 -0000 kris 2004-12-04 23:30:36 UTC FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.x11-4.dist Log: Add more frequently-used locale directories. This is in preparation for cleanup of pkg-plist files with respect to handling of the share/locale subdirectories. MFC after: 3 days Revision Changes Path 1.113 +192 -0 src/etc/mtree/BSD.local.dist 1.25 +214 -0 src/etc/mtree/BSD.x11-4.dist